The Essence of My Problem I have a website (built with Astro.js + WordPress) on a domain, and I’ve set up caching rules (Cache Everything). In the middleware function, I added the following logic to cache HTML pages, as they are not cached by default:
I don’t understand how I can warm up the cache (ideally for all visitors and globally across the world) so that each page is pre-warmed for every individual user.