Download the PHP package inspiredminds/contao-extended-cache-controls without Composer
On this page you can find all versions of the php package inspiredminds/contao-extended-cache-controls. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download inspiredminds/contao-extended-cache-controls
More information about inspiredminds/contao-extended-cache-controls
Files in inspiredminds/contao-extended-cache-controls
Download inspiredminds/contao-extended-cache-controls
More information about inspiredminds/contao-extended-cache-controls
Files in inspiredminds/contao-extended-cache-controls
Vendor inspiredminds
Package contao-extended-cache-controls
Short Description Adds additional options to the page cache settings of Contao.
License LGPL-3.0-or-later
Homepage https://github.com/inspiredminds/contao-extended-cache-controls
Package contao-extended-cache-controls
Short Description Adds additional options to the page cache settings of Contao.
License LGPL-3.0-or-later
Homepage https://github.com/inspiredminds/contao-extended-cache-controls
Please rate this library. Is it a good library?
Informations about the package contao-extended-cache-controls
Contao Extended Cache Controls
This adds more settings to the Cache settings of a Contao page. These settings can be useful for large sites to keep the HTTP cache size smaller by only caching the most relevant URLs (e.g. only canonical URLs, only URLs with no query parameters or only certain parameters etc.).
- Do not cache non-canonicals: Prevents caching if canonical URLs are enabled for this page and the current URL does not match the canonical URL.
- Do not cache query parameters: Prevents caching if query parameters are present in the URL.
- Allowed query parameters: Allows you to define allowed query parameters for the previous setting. If the URL contains a query parameter not present in this comma-separated list, it will not be cached.
- Do not cache fragment parameters: Prevents caching if fragment parameters are present in the URL, e.g.
/page-alias/foo/bar
- Allowed fragment parameters: Allows you to define allowed fragment parameters for the previous setting. If the URL contains a fragment parameter not present in this comma-separated list, it will not be cached.
All versions of contao-extended-cache-controls with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.1
contao/core-bundle Version ^4.13 || ^5.0
symfony/config Version ^5.4 || ^6.4 || ^7.1
symfony/dependency-injection Version ^5.4 || ^6.4 || ^7.1
symfony/event-dispatcher Version ^5.4 || ^6.4 || ^7.1
symfony/http-foundation Version ^5.4 || ^6.4 || ^7.1
symfony/http-kernel Version ^5.4 || ^6.4 || ^7.1
contao/core-bundle Version ^4.13 || ^5.0
symfony/config Version ^5.4 || ^6.4 || ^7.1
symfony/dependency-injection Version ^5.4 || ^6.4 || ^7.1
symfony/event-dispatcher Version ^5.4 || ^6.4 || ^7.1
symfony/http-foundation Version ^5.4 || ^6.4 || ^7.1
symfony/http-kernel Version ^5.4 || ^6.4 || ^7.1
The package inspiredminds/contao-extended-cache-controls contains the following files
Loading the files please wait ....