[FIX] CF-Cache-Status: DYNAMIC, or how make this plugin work
-
Mind to other optimization lurkers like me that got stuck with
CF-Cache-Status: DYNAMIC
after installing and setting up everything as described.Installing this and the other “page cache” plugin, and uploading the Worker script into CF (free) wasn’t enough to make it work for me. I also had to add a “cache-everything” Page Rule in CF:
Page Rule for domain.com
URL matches: *domain.com/*
Cache Level -- Cache Everything
With certain plugins (like WP-Rocket) the above setting isn’t enough, and one may need to insert yet another setting to that same rule above:
Edge Cache TTL -- 2 hours
(or more)If not much at home with the Chrome’s Dev Console, can easily test if the response headers are as they should by opening a “Private Mode” window and checking this online tool over here:
https://www.webconfs.comAnd how to measure speed improvements (mainly FBT), according a tool from the lead developer of the CF Worker script (Patrick Meenan):
HTH.
- The topic ‘[FIX] CF-Cache-Status: DYNAMIC, or how make this plugin work’ is closed to new replies.