• Resolved Jonas

    (@elbsegler)


    First of all, thank you for the first-class plugin.


    Unfortunately, I have a challenge working with the WP Fastest Cahce plugin. If the cache is activated, the security headers are not displayed.
    Do you know a solution? Or do you know another chaching plugin that works well with Security Header Generator?

    WP 6.4.3
    WP Fastest Cache: 1.2.3 and 1.7.0 (Premium)
    SHG: 4.1.23

    • This topic was modified 1 year ago by Jonas.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Kevin Pirnie

    (@kevp75)

    Hey @elbsegler

    Not sure what could be done. It’s possible WP Fastest Cache plugin is resetting the headers.

    Over the years I have found that most caching plugins cause more harm then they do any good, so I stopped using and recommending them years ago. Most of them hog the PHP services on the server to do their processing… I’d rather have those services available to serve the site up to more visitors then worry about caching.

    I do utilize CloudFlare though… that combined with Redis/MemCached, nGinx Microcaching, PHP OPCache, and setting proper browser caching headers work better then any caching plugin could. (well… proper theme development as well, but that’s a different beast entirely)

    I can’t guarantee that I will or can fix it, but I’ll dig into the free version of that plugins code to see if I can figure out what’s going on, and where it’s going on.

    Couple things off the bat you can do to help your site cache a bit better in the browsers… look into getting rid of those ver= querystrings on you static resources… also… take a look at your hosting provider’s logs… there may be some PHP errors happening that you aren’t aware of… your server timing here is far too long… even if you are across the globe from me.

    https://prnt.sc/0K8WMrRC-uMo

    Thread Starter Jonas

    (@elbsegler)

    ok, thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Problem with caching plugin’ is closed to new replies.