angophora
Forum Replies Created
-
Forum: Plugins
In reply to: [Hyper Cache] Hyper-cache vs mod_pagespeedHi, 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 🙂
Forum: Plugins
In reply to: [Hyper Cache] [Plugin: Hyper Cache] How do you get it to start caching?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.