Cloudflare to serve dynamic contents from CDN starting with WordPress websites
1–5 of 5 posts
Re: Cloudflare to serve dynamic contents from CDN starting with WordPress websites
#2Wonder how it'll behave in the worst case scenario where:
1. WP cache is cleared
2. Someone initiates a complete crawl of the site (for SEO or whatever reasons)
This would usually put a heavy load on the server. Wonder if APO would help and keep serving the old cached pages, or if it would try to rebuild the cache itself, thus adding to the problem.
Re: Cloudflare to serve dynamic contents from CDN starting with WordPress websites
#3I have been working with WordPress-to-static on Cloudflare Workers for a while and am very curious to see how this solution performs.
Re: Cloudflare to serve dynamic contents from CDN starting with WordPress websites
#4This looks really promising! Gonna try it out on a couple of sites. Wonder how it'll behave in the worst case scenario where: 1. WP cache is cleared 2. Someone initiates a complete crawl of the site (for SEO or whatever reasons) This would usually put a heavy load on the server. Wonder if APO would help and keep serving the old cached pages, or if it would try to rebuild the cache itself, thus adding to the problem.
Any crawlers would be interacting only with the cached version of your site, hosted on the nearest edge location.
Re: Cloudflare to serve dynamic contents from CDN starting with WordPress websites
#5This looks really promising! Gonna try it out on a couple of sites. Wonder how it'll behave in the worst case scenario where: 1. WP cache is cleared 2. Someone initiates a complete crawl of the site (for SEO or whatever reasons) This would usually put a heavy load on the server. Wonder if APO would help and keep serving the old cached pages, or if it would try to rebuild the cache itself, thus adding to the problem.
My understanding is that, if you use their plugin, they only rebuild the cache when you add new content. Any crawlers would be interacting only with the cached version of your site, hosted on the nearest edge location.