Libraries tagged by pages caching
putyourlightson/craft-blitz
406701 Downloads
Intelligent static page caching for creating lightning-fast sites.
alleyinteractive/wp-404-caching
26032 Downloads
Full Page Cache for WordPress 404s
silverstripe/staticpublishqueue
93395 Downloads
Static publishing queue to create static versions of pages for enhanced performance and security
mmamedov/page-cache
11383 Downloads
PageCache is a lightweight PHP library for full page cache. It uses various strategies to differentiate among separate versions of the same page.
aoepeople/cachemgm
11819 Downloads
Provides management of the page caching for high traffic websites
networkteam/typo3-cachebase
1423 Downloads
It adds variables to the page cache identifier calculation for serving multiple versions of a webseite parallel. This is the case in container environments with rolling updates.
joostvanveen/litespeedcache
8076 Downloads
A framework agnostic Litespeed cache library for PHP. Can be used in any PHP application.
madj2k/t3-accelerator
513 Downloads
Speed up your TYPO3 installation: add Critical CSS (Above The Fold) inline, minify the HTML of your website, use subdomains as CDN to reduce page load, manage proxy-caching (e.g with Varnish) via page-properties, reduce database size when storing JSON-arrays with persisted objects to the database
steadlane/silverstripe-cloudflare
3387 Downloads
This module aims to relieve the stress of using Cloudflare caching with any SilverStripe project. Adds extension hooks that clears Cloudflare's cache for a specific page when that page is published or unpublished.
glaivepro/cachepage
397 Downloads
Laravel middleware for full page caching.
deviateltd/silverstripe-cacheable
2747 Downloads
SilverStripe page and object caching
zoopcommerce/juggernaut
1443 Downloads
A caching module for PHP that includes adapters for File System, APC and Memcached. It also includes a number of helper classes for DB caching and full page cache
luklewluk/supercache
45 Downloads
Supercache Plugin for Pimcore
joostvanveen/laravel-litespeedcache
229 Downloads
Laravel implementation of joostvanveen/litespeedcache.
fdmind/ignore-query-strings
133 Downloads
If your website has static caching on, and you drive traffic to it from social media, Google Ads and other sources that add query string parameters to the URL, there is a chance that each time new user visits a page, it will not be served from cache, but will be generated from scratch. This is because the URL with query string parameters is treated as a different URL from the one without query string parameters.