So I am using LiteSpeed Plugin (only To generate Critical CSS & for Page Optimization), and Swift Cache Plugin (For serving Cache, and warming up my page caches at regular intervals). Swift Plugin stores all the cache pages in a specific directory in wp/content/
Is there a way I can instruct Cloudflare to serve every page that is already cached by Swift, on every first visit?
I am trying to achieve so because there is a huge page speed score when I compare normal pages vs cached pages in PageSpeed Insights. Also, LiteSpeed Crwaler is not available for shared hosting, so I am bound to use this method to warm up my cached pages.
@DarkDeviL - what if I already do “Prefetch” the URLs on my server, at regular intervals… I am only looking for a way to instruct Cloudflare to serve those files…
All the prefetched URLs end with abc.xyz/post-name/?force-cached=1 where “?force-cached=1” is common in the end.
I did try to make a URL rewrite for that but that messed up my admin dashboard. Can I make a proper URL rewrite or something like that? and will it work?