Description
Super Preloader for Cloudflare helps you warm your site’s edge cache across multiple Cloudflare nodes using proxies and a Worker URL. Perfect for globally distributed cache coverage.
Getting Started
This plugin helps warm up Cloudflare edge caches by preloading your public URLs using a Worker script and optional rotating proxies. It helps reduce time-to-first-byte (TTFB) and improve real user performance metrics by ensuring content is already cached near your visitors.
Normally, Cloudflare only populates its edge cache in a specific location when a visitor from that region requests the page. This means content may be slow for first-time visitors in other geographic regions. By sending preload requests from various IP locations, the plugin helps increase Cloudflare cache hit rates across multiple edges.
It works best when used together with a caching plugin like Super Page Cache, since Cloudflare does not cache HTML responses by default—only static assets like images, CSS, and JS. This can lead to better scores in Core Web Vitals—especially the Largest Contentful Paint (LCP)—which is a key factor in SEO and user experience.
To get started, follow the detailed instructions in our How to Use section below.
Recommended steps:
- Create and deploy your Cloudflare Worker URL
- Get your Webshare proxies download link
- Create your sitemap using Yoast SEO, RankMath SEO, or a similar plugin
- Start preloading
How to Use
Screenshots
On settings tab you can configure Cloudflare Worker URL, Webshare.io Proxies URL, Sitemap.xml URL, and auto run interval. The Stats tab displays a table showing the last 5 runs and the edge locations where your URLs are cached. Logs tab for checking HTTP responses and debugging. Cloudflare Worker script code to deploy. Set secret key here. How to check if your Cache is HIT, MISS, or BYPASS.
Installation
- Upload the plugin folder to
/wp-content/plugins/
- Activate via the Plugins menu in WordPress
- Go to Settings Super Preloader to configure your Worker, Proxy list, and Sitemap.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Super Preloader for Cloudflare” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Super Preloader for Cloudflare” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.0
- Initial release