Purge not working
-
Hi,
I had issue with plugin. I added pull zone id and api key, but purge doesn’t work.
When I purged on bunny.net console, it works.
-
Hi,
[2026-02-12 09:25:44] cdn-purge.INFO: Starting purge on [publish -> publish]: Triggered by Post ID: 158 [2026-02-12 07:32:05] cdn-purge.INFO: Starting purge on [publish -> publish]: Triggered by Post ID: 6640And problem is with .css files
Hmm weird, I tested it again with new page, tested to change background-image and purged it. I think I will just monitoring that and see what will happes š Thanks and great plugin! š
I see and that makes sense. Plugin intentionally doesn’t purge the whole pull zone as I was finding that inefficient. Static assets such as js / css / images are not purged at all. Only dynamic content is purged from the cache.
If you introduce some cache busting mechanism to js/css and update with each release, you should be fine.
Also can I just ask what is the URL of the site you are testing the plugin on?
Thanks a lot
Thanks for sharing. I see that static assets are correctly cached, but dynamic content is not, which is likely because of the Cache-Control header set to no-cache. Is it intentional?
-
This reply was modified 4 months ago by
BoUk.
Hi, we store only assets on website and html is configured by wp super cache.
Fair enough, but you are missing out here a bit. Caching the whole page at the edge would be surely better and you can use that in conjunction with other caching plugins just fine. Personally I am using W3TC.
In fact, if your intention is to cache only static assets at the edge and handle the rest on your server, you don’t really need this plugin as the primary purpose is to make sure that dynamic URLs are refreshed when you update the content on the site.
Hmm okay! So you say that I can cache html with bunny without problem?
Hi @joceboi,
Absolutely and that’s the main reason for this plugin. I am using it personally on few sites and so far it seems to work ok.
Best
PetrHi, okay! I will test it also š
How plugin works with woocommerce when there is /cart etc…
Or /wp-admin page.Haven’t tested that on WooCommerce site yet, but you just need to make sure, correct headers are sent and check the response. Also you can exclude certain URLs using Edge rules and basically tell Bunny to bypass cache for cart etc.
-
This reply was modified 4 months ago by
You must be logged in to reply to this topic.