5centsCDN – WordPress CDN Plugin
Optimize WordPress speed and performance with 5centsCDN plugin. Get advanced caching, CDN, and seamless optimization today! Release Notes 26.06.09 (JUNE 09TH, 2026) Plugin Supports WordPress Version 7.0 Added built-in debug mode for URL rewrite tracing (define FIVECENTSCDN_DEBUG to enable) Fixed PHP 8 compatibility: array_push on null excludedPhrases Fixed PHP 8 compatibility: count() on undefined variable in zone list Fixed str_replace(“http”) mangling paths containing “http” substrings Improved error messages for better clarity and debugging Fixed issues with enabling and disabling the CDN Fixed zone list loading and display issues Fixed URL rewrite regex to match both http:// and https:// asset URLs for protocol-agnostic CDN replacement 25.4.15 (APRIL 15TH, 2025) Plugin Supports WordPress Version 6.8 24.8.16 (AUGUST 16TH, 2024) Plugin Supports WordPress Version 6.6.1 FAQs Added 24.8.12 (AUGUST 12TH, 2024) Plugin Supports WordPress Version 6.6.1 Code Improvements Improved Whole Website Acceleration 23.11.20 (NOVEMBER 20TH, 2023) Plugin Supports WordPress Version 6.4.1 Code Improvements 23.10.9 (OCTOBER 9TH, 2023) Plugin Supports WordPress Version 6.3.1 Code Improvements Improved UI/UX 23.9.1 (SEPTEMBER 1ST, 2023) Plugin Supports WordPress Version 6.3.1 Fixed Bugs that prevented Asset Acceleration to connect to CDN for some users Code Improvements 23.6.23 (JUNE 23RD, 2023) Plugin Supports WordPress Version 6.2.2 Fixed text issues in the description Improved UI/UX Code Improvements Documentation Improvements 22.11.21 (NOVEMBER 21th, 2022) Plugin Supports WordPress Version 6.1.1 Bug Fix: Asset Delivery from HTTP > HTTPS Code Improvements 22.7.27 (July 27th, 2022) Bug Fix: api call made on each page load Code Improvements 22.7.08 (July 8th, 2022) Improved Documentation Showing zone alias names 22.3.09 (March 9th, 2022) Improved UI/UX Added Asset Acceleration / Wholesite Acceleration Option to enable or disable SSL, HTTP/2 from within the plugin SSL warnings & only allow plugin to be enabled when SSL is activated in CDN Improved Purge Animations 21.6.11 (June 11th, 2021) trim trailing white spaces from the php files 21.6 (June 3rd, 2021) added register_deactivation_hook to delete the option set by the module changed 5centsCDN API version from v1 => v2 21.1 (January 29th, 2021) Change button text for saving options to ‘Save Settings’ GuzzleClient disable throwing errors on http_errors added register_uninstall_hook to delete the option set by the module 20.1 (January 8th, 2021) 5centsCDN BrandKit Update to v3 20.0 (January 22th, 2020) Initial release. Enter API key get pull zone from API Replace static links with CDN links Automatic HTTPS configuration Include or exclude specific directories or phrases Set a custom CDN hostname Show HTTP2 status and HTTP status Purge cache enabled CDN enable and disable option added
Top keywords
- version10×2.13%
- wordpress10×2.13%
- supports9×1.91%
- supports wordpress9×1.91%
- supports wordpress version9×1.91%
- wordpress version9×1.91%
- cdn8×1.70%
- fixed8×1.70%
- improvements8×1.70%
- code7×1.49%
- code improvements7×1.49%
- http7×1.49%
QuantumCache
QuantumCache accelerates WordPress by caching database query results and content fragments used to build pages. Instead of caching entire HTML pages, it reduces the database work required to render pages while preserving WordPress’s native invalidation behavior. It is not an output buffer or page cache, and it does not replace existing page caching solutions. Features Caches the results of the main front-end WP_Query for anonymous requests. Tag-based invalidation: purge by post ID, post type, or taxonomy. Fragment caching for the_content (classic) and core blocks such as core/post-content, core/latest-posts, core/archives, and core/navigation. Multiple storage modes: Auto – use Redis if available, otherwise fall back to MySQL. Redis – fastest mode; uses the PHP Redis extension. MySQL – portable fallback using compact tables (qc_entries, qc_tagmap). Compatible with the Redis Object Cache drop-in. Avoids wp_options and postmeta storage – all cache data is stored in Redis or QuantumCache-owned database tables. Multisite-aware: per-site prefixes and per-site tables. WP-CLI commands: wp quantumcache flush and wp quantumcache status. Metrics data layer: persistent hit, miss, store, and purge event counters available via Metrics::totals() and Metrics::deltas(). Performance summary In benchmarks on a plugin-heavy WordPress site (WooCommerce + Yoast SEO), QuantumCache reduced per-request database queries by up to ~99% on cached pages and achieved cache hit rates exceeding 97% with Redis. In the benchmark environment: Redis mode reduced warm TTFB by roughly 23–27% and total response time by 18–21% versus an uncached baseline. MySQL fallback mode delivered modest improvements (~3–10%) when Redis was unavailable. Actual results depend on theme complexity, plugin load, database topology, and traffic patterns. When to use QuantumCache QuantumCache is useful when: Your site already uses a page cache (such as a CDN, reverse proxy, or caching plugin) but WordPress still performs significant database work. You want faster response times without relying solely on full-page caching. Your hosting environment supports Redis, or you want a portable MySQL fallback. QuantumCache complements page caching rather than replacing it. What QuantumCache does NOT do QuantumCache is not a page cache or full HTML cache. It does not replace solutions such as: * CDN caching * reverse proxy caches * traditional WordPress page caching plugins Instead, QuantumCache reduces the database work required to build pages, making those systems more effective. Debug headers (optional) Enable Settings → QuantumCache → Send X-QC debug headers to view cache status in HTTP responses: * X-QC-Main: HIT | MISS | STORE * X-QC-Store: AUTO | redis | mysql * X-QC-Hydrated: number of posts loaded from cache Append ?qc_nocache=1 to any URL to bypass caching for that request. Debug headers are sent only when explicitly enabled in settings and contain no personal or user-specific data. WP-CLI commands QuantumCache provides the following WP-CLI commands: wp quantumcache status Shows the active backend, storage mode, and lifetime cache counters. wp quantumcache flush Clears all cache entries for the current site. Use –yes to skip the confirmation prompt. QuantumCache Pro QuantumCache Pro extends the core engine with advanced caching capabilities for WooCommerce and logged-in users. See: https://quantumcache.io Privacy QuantumCache does not collect, send, or log personal data. It stores cache entries in Redis or its own MySQL tables. Other plugins on your site may handle cookies or data independently. No remote requests are made, and no data is transmitted to external servers.