• Resolved kEs

    (@kesly13)


    Test URLs for Cache Status error: The URL is not cached. Can’t find useful info to fix this. Can you please help?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Stoyan Georgiev

    (@stoyangeorgiev)

    Hey there @kesly13,

    You are using PHP sessions on your website, which are not cached since they can contain personal information. When PHP sessions are used the following header is added – cache-control: no-store, no-cache, must-revalidate. This is an instruction to not cache any content of the page. PHP Sessions may be added by a plugin, theme, etc. In most cases, they are added by a tracking plugin or a plugin that is generating unique content. I would suggest double-checking them in order to find which one is adding them.

    Kind regards,
    Stoyan

Viewing 1 replies (of 1 total)
  • The topic ‘The URL is not cached’ is closed to new replies.