Hello,
Thank you for this really great plugin.
I have implemented successfully dynamic caching, I have access to wp functions using lazy loading, however, due to the way dynamic caching is working, I understand that my dynamic content is created before $GLOBALS[‘wp’] variable has been fully initialized.
Is there any (good) way to make it ? I know that it would be less performant.
Thank you for any piece of advice !