If I have a bypass cache rule set up for /wp-admin can I cache everything in page rules for Wordpress?
Best not to try that, as you’ll still end up caching anything your admin user sees.
With the new Cache Rules, you can cache everything safely with a rule like this:
(http.host eq "example.com" and not http.cookie contains "wp-" and not http.cookie contains "wordpress" and not http.request.uri.path contains "wp-login" and not http.request.uri.path contains "wp-admin")
Then set Edge TTL and Browser TTL to whatever suits you.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.