Hello @benprowp
Hope all is well!
I’ve tested author pages on my end and could not reproduce this issue. Would you please share here a link to your site so we could have a closer look? To see if any page is cached, please visit this page as a visitor, twice. Right click on a page and View Page Source. See if on a first line Hummingbird message will be shown.
Kind regards,
Nastia
Hey there @benprowp,
it’s been a while since we’ve heard back from you so I’m marking this topic as resolved. Feel free to post any update and we can re-open it and carry on troubleshooting. 🙂
Take care,
Dimitris
Hey,
The cache for /author/ is indeed working. But it is purged rapidly and I don’t understand why.
Cache has been purged for author page: /author/
Example session:
$ curl -o /dev/null -v https://mo-f.fr/author/drksun/ 2>&1 | grep hummingbird-cache:
$ curl -o /dev/null -v https://mo-f.fr/author/drksun/ 2>&1 | grep hummingbird-cache:
< hummingbird-cache: Served
$ curl -o /dev/null -v https://mo-f.fr/author/drksun/ 2>&1 | grep hummingbird-cache:
< hummingbird-cache: Served
$ curl -o /dev/null -v https://mo-f.fr/author/drksun/ 2>&1 | grep hummingbird-cache:
< hummingbird-cache: Served
$ curl -o /dev/null -v https://mo-f.fr/author/benpro/ 2>&1 | grep hummingbird-cache:
$ curl -o /dev/null -v https://mo-f.fr/author/drksun/ 2>&1 | grep hummingbird-cache:
$ curl -o /dev/null -v https://mo-f.fr/author/drksun/ 2>&1 | grep hummingbird-cache:
< hummingbird-cache: Served
Hello @benprowp
Hope you’re doing well!
The Hummingbird can clear cache each time a post or a page is updated, please check if Clear full cache when post/page is updated
is enabled. Please see this screenshot:
https://monosnap.com/file/pE3YlELDFzzI1EBAEkukS2zzmDYLch
I’ve forwarded session example to our developers so they could have a closer look. Once we have an update we will follow back.
P.S.: I’ve checked your site and Page Cache is enabled on the front end. Please view page source while you’re logged out and look at line #1.
Kind regards,
Nastia
Clear full cache when post/page is updated
is not enabled.
I believe the issue is elsewhere. Thanks for forwarding to your developers.
Hi @benprowp,
Can you please do a plugin conflict test. Disable all plugins other than Hummingbird and see if the issue persists. It’s quite probable that another plugin is making use of our clear cache hook regularly which could be causing this issue.
Cheers,
Calum