# ———————————————————————- # | Expires headers | # ———————————————————————- # Serve resources with far-future expires headers. # # (!) If you don’t control versioning with filename-based # cache busting, you should consider lowering the cache times # to something like one week. # # https://httpd.apache.org/docs/current/mod/mod_expires.html ExpiresActive on ExpiresDefault “access plus 1 month” # CSS ExpiresByType […]
ExpiresActive On ExpiresByType image/jpg “access 1 year” ExpiresByType image/jpeg “access 1 year” ExpiresByType image/gif “access 1 year” ExpiresByType image/png “access 1 year”
Redis Cache is een technologie die veel gebruikt wordt om de snelheid en prestaties van webapplicaties te verbeteren. Het is eigenlijk een soort supersnel geheugen waar vaak opgevraagde gegevens tijdelijk worden opgeslagen. Hierdoor hoeft de applicatie niet steeds de trage harde schijf of database te raadplegen, maar kan het de gegevens direct uit het snelle […]
This plugin does not install nor configure a cache proxy. It acts as an interface with such services. One common method of caching content for websites is via the use of reverse proxy caching. Common examples of this are Varnish and Nginx. These systems allow a website to update content and have the visitor’s experience […]
Support Description A persistent object cache backend powered by Redis®¹. Supports Predis, PhpRedis (PECL), Relay, replication, sentinels, clustering and WP-CLI. To adjust the connection parameters, prefix cache keys or configure replication/clustering, see the configuration options. Object Cache Pro A business class Redis®¹ object cache backend. Truly reliable, highly optimized, fully customizable and with a dedicated engineer when you most need it. Learn […]