feat: integrate with ext:static_filecache

This commit is contained in:
Björn Fromme
2024-02-26 13:21:09 +01:00
parent 38dca63e0d
commit 80677ef97f
3 changed files with 259 additions and 1 deletions
Generated
+90 -1
View File
@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "c893e726cae59c3033fd05e61f83cb75",
"content-hash": "25f76f1685e8ee310648c90e4c0af0f8",
"packages": [
{
"name": "b13/container",
@@ -1771,6 +1771,95 @@
],
"time": "2022-02-21T08:41:21+00:00"
},
{
"name": "lochmueller/staticfilecache",
"version": "12.5.0",
"source": {
"type": "git",
"url": "https://github.com/lochmueller/staticfilecache.git",
"reference": "68163d7a0f1f16a1d3855b8212b8fa5682d9ae0b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/lochmueller/staticfilecache/zipball/68163d7a0f1f16a1d3855b8212b8fa5682d9ae0b",
"reference": "68163d7a0f1f16a1d3855b8212b8fa5682d9ae0b",
"shasum": ""
},
"require": {
"ext-pdo": "*",
"ext-zlib": "*",
"php": "^7.4||^8.0",
"typo3/cms-core": "^10.4.21||^11.5.2",
"typo3/cms-extensionmanager": "^10.4.21||^11.5.2"
},
"conflict": {
"tomasnorre/crawler": "<11.0.1"
},
"replace": {
"typo3-ter/staticfilecache": "self.version"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.5",
"phpmetrics/phpmetrics": "^2.5",
"typo3/testing-framework": "^6.1"
},
"suggest": {
"friendsofsymfony/http-cache": "For HTTP proxy cache services like Varnish",
"lochmueller/seocli": "Scan websites against SEO criteria and/or trigger the indexing process and cache warming in deployment scripts"
},
"type": "typo3-cms-extension",
"extra": {
"typo3/cms": {
"extension-key": "staticfilecache",
"cms-package-dir": "{$vendor-dir}/typo3/cms",
"web-dir": ".Build/Web"
}
},
"autoload": {
"psr-4": {
"SFC\\Staticfilecache\\": "Classes"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "Tim Lochmüller",
"email": "[email protected]",
"homepage": "https://github.com/lochmueller",
"role": "Developer"
}
],
"description": "Transparent static file cache solution using mod_rewrite and mod_expires. Increase performance for static pages by a factor of 230!!",
"homepage": "https://extensions.typo3.org/extension/staticfilecache",
"keywords": [
"StaticFileCache",
"TYPO3 CMS",
"cache",
"file",
"magic",
"speed",
"static"
],
"support": {
"docs": "https://docs.typo3.org/p/lochmueller/staticfilecache/main/en-us/",
"issues": "https://github.com/lochmueller/staticfilecache/issues",
"source": "https://github.com/lochmueller/staticfilecache"
},
"funding": [
{
"url": "https://paypal.me/lochmueller",
"type": "custom"
},
{
"url": "https://github.com/lochmueller",
"type": "github"
}
],
"time": "2022-08-26T13:35:21+00:00"
},
{
"name": "lolli42/finediff",
"version": "1.0.3",