• From what I can see the plugin works with third party scripts (analytics) by inserting them on PHP side if it detects cookie consent.
    This creates an issue with caching plugins such as LiteSpeed Cache or WP Fastest Cache. Guests always get a default cached default version that doesn’t have third-party code. Pressing “Allow” does nothing.

    Could I suggest always loading but not executing third party code, then detecting if user gave cookie consent on client side with JavaScript and then placing and executing code? That way it wouldn’t collide with caching plugins.

    • This topic was modified 1 year, 8 months ago by rinart73.
  • The topic ‘Caching issues’ is closed to new replies.