Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi, does the bottom of the page not have the hypercache HTML comment? (e.g. <!– hyper cache 2017-01-11 03:50:16 –>)

    If the issue is the Cache-Control header, in the mod_pagespeed configuration file (e.g. /etc/apache2/mods-available/pagespeed.conf) add the line:

    ModPagespeedModifyCachingHeaders off

    (And restart Apache.) This will let Hyper Cache set the browser caching time on the cached HTML. See docs:

    https://modpagespeed.com/doc/configuration#ModifyCachingHeaders

    I did have an issue where Hyper Cache seemed to have prevented mod_pagespeed from converting images to .webp format but that seems to have gone away… I suppose a fairly minimal setting in Hyper Cache is better.

    There may be some other interactions but those are the ones I have run into so far 🙂

    • This reply was modified 9 years, 4 months ago by angophora.
    • This reply was modified 9 years, 4 months ago by angophora.

    It only caches pages when they are loaded by users that are not logged in. So I’m wondering if that’s the issue here? If you are logged in it won’t cache.

    I found that the default settings worked fine – I did a Network Install in a multisite network and initial indications are that it’s working.

Viewing 2 replies - 1 through 2 (of 2 total)