• Using WP Super cache and caching pages for non-logged in users:

    When the user arrives at any page for the first time, the page gets cached without any javascript because no consent was given. User gives consent, the plugin re-loads the page. But the consented code does not appear in the page since cached page is still being served due to plugin not flushing the cache of the current page.

    It works the other way too – if a page is cached after consent was given, then the user always will be served the javascript regardless of consent is withdrawn or not.

    Additionally caching seems to interfere with the jquery modal that you are using for the consent form – the form is served however it was cached to non logged in users.

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Doesnt seem to work with caching plugins’ is closed to new replies.