• Enabling the plugin adds the line

    pragma: no-cache

    to all get requests, nullifying any other caching rules, I don’t see any mention of it in the plugin code so don’t see how I can disable.

Viewing 1 replies (of 1 total)
  • This is happening because $register->Register(); makes a call to @session_start(); as soon as the plugin is loaded, even if the user isn’t an admin user.
    It would be better if the register function was triggered by the admin_init action.

Viewing 1 replies (of 1 total)
  • The topic ‘Breaks caching on whole site’ is closed to new replies.