Linux 软件免费装

Super Preloader for Cloudflare

开发者 wpfixfast
更新时间 2026年3月11日 17:13
捐献地址: 去捐款
PHP版本: 7.4 及以上
WordPress版本: 6.9
版权: GPLv2 or later
版权网址: 版权信息

标签

cache proxy cloudflare preload wpfixfast

下载

1.0.1 1.0.4 1.0.5 1.0.6 1.0.0 1.0.2 1.0.3

详情介绍:

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.

安装:

  1. Upload the plugin folder to /wp-content/plugins/
  2. Activate via the Plugins menu in WordPress
  3. Go to Settings → Super Preloader to configure your Worker, Proxy list, and Sitemap.

屏幕截图:

  • Auto Run Interval displays the Next scheduled run and Auto Run Start Time lets you adjust the exact moment to start the preloader.
  • Sidebar shows current mode, running or idle status, last run times, URL count and proxy count. Stop Preloader button allows stoping the current operation.
  • Full proxy pass mode allows sending every URL through every proxy for maximum Cloudflare edge coverage.
  • The Stats tab displays detailed information on edge locations where your URLs are cached.
  • If full proxy pass mode is selected, Per-URL stats are not recorded.
  • Logs tab with Auto refresh feature helps you follow the live HTTP responses and keep track of other important events.
  • How to use tab guides you with the Setup process and includes FAQs.
  • Detailed cron scheduler.
  • Cloudflare Worker script code to deploy. Set secret key here.
  • How to check if your Cache is HIT, MISS, or BYPASS.

升级注意事项:

1.0.2 Improved cronjob scheduling by manually setting cron start time. 1.0.1 Fixed deprecated function and improved stats display. 1.0.0 Initial release.

常见问题:

What do I need to use this plugin?

You need a Cloudflare Worker URL (required) and optionally Webshare.io proxies for better global coverage. The plugin provides the Worker script code to deploy to your Cloudflare account. A sitemap is also required — any SEO plugin like Yoast or RankMath will generate one automatically.

Do I need a caching plugin?

Yes, strongly recommended. Cloudflare only caches static files by default — not HTML pages. Without a full-page caching plugin like Super Page Cache, preloading your URLs will have no effect on page load times. Always set up full-page caching before running the preloader.

How does this improve my site performance?

It pre-warms Cloudflare's edge caches globally, reducing Time to First Byte (TTFB) and improving Core Web Vitals scores — especially Largest Contentful Paint (LCP). Instead of the first visitor in a region triggering a slow cache miss, content is already cached near them before they arrive.

What is Full Proxy Pass mode?

Full Proxy Pass sends every URL through every proxy in your list, maximizing the number of Cloudflare edge locations warmed in a single run. It significantly increases run time and request volume, so it's best used occasionally rather than as your regular scheduled interval. Per-URL stats are not recorded in this mode.

How many proxies do I need?

There is no fixed requirement. More proxies from diverse geographic locations means more Cloudflare edge locations get warmed. Webshare.io's rotating residential proxies work well. Even a small list of 10 proxies from different regions can make a meaningful difference.

Will this slow down my server?

No. The plugin runs via WordPress cron in the background and processes URLs in small batches with a configurable delay between requests. It does not affect your site's frontend performance or normal traffic.

What happens if the preloader is already running when the cron fires again?

The new cron event is automatically skipped. The plugin uses overlapping run protection to ensure only one preload run is active at a time, preventing duplicate requests and server overload.

How often should I run the preloader?

It depends on how frequently your content changes and how aggressively Cloudflare expires cached content. For most sites, once or twice daily is sufficient. If you update content frequently, hourly may be more appropriate.

Why do some URLs show different edge locations each run?

Cloudflare routes requests to the nearest available edge based on the proxy's geographic location. As proxies rotate and network conditions change, different edges may serve the same URL across runs. This is normal and expected.

Does this plugin work without proxies?

Yes. Without proxies, requests go directly from your server and only warm the nearest Cloudflare edge location to your server. Adding proxies from multiple regions is what enables global cache warming.

更新日志:

1.0.6 - 11.03.2026 1.0.5 - 16.02.2026 1.0.4 - 25.12.2025 1.0.3 - 30.11.2025 1.0.2 - 20.10.2025 1.0.1 - 27.07.2025 1.0.0