Enable static file cache for pages
This commit is contained in:
Generated
+71
-1
@@ -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": "5f4841fc9f952af0dcb544320b4a975f",
|
||||
"content-hash": "704a682f0763cbf02432d1c508b9cd17",
|
||||
"packages": [
|
||||
{
|
||||
"name": "christophlehmann/imageoptimizer",
|
||||
@@ -1322,6 +1322,76 @@
|
||||
],
|
||||
"time": "2013-03-15T13:16:35+00:00"
|
||||
},
|
||||
{
|
||||
"name": "lochmueller/staticfilecache",
|
||||
"version": "6.1.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/lochmueller/staticfilecache.git",
|
||||
"reference": "ba7c92ffce903a89068971aa4c9428fe80193f3a"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/lochmueller/staticfilecache/zipball/ba7c92ffce903a89068971aa4c9428fe80193f3a",
|
||||
"reference": "ba7c92ffce903a89068971aa4c9428fe80193f3a",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"ext-pdo": "*",
|
||||
"ext-zlib": "*",
|
||||
"php": ">=7.0.0",
|
||||
"typo3/cms-core": "~8.7.0||~9.4.0||~9.5.0||dev-master"
|
||||
},
|
||||
"replace": {
|
||||
"staticfilecache": "self.version",
|
||||
"typo3-ter/staticfilecache": "self.version"
|
||||
},
|
||||
"require-dev": {
|
||||
"friendsofphp/php-cs-fixer": "^2.12",
|
||||
"phpmd/phpmd": "^2.6",
|
||||
"phpmetrics/phpmetrics": "^2.4",
|
||||
"scrutinizer/ocular": "^1.3.0",
|
||||
"squizlabs/php_codesniffer": "^3.3",
|
||||
"typo3/testing-framework": "~2.0.4||~4.2.0"
|
||||
},
|
||||
"suggest": {
|
||||
"aoepeople/crawler": "For crawling the site and warmup the cache",
|
||||
"friendsofsymfony/http-cache": "For HTTP proxy cache services like Varnish"
|
||||
},
|
||||
"type": "typo3-cms-extension",
|
||||
"extra": {
|
||||
"typo3/cms": {
|
||||
"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+"
|
||||
],
|
||||
"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://github.com/lochmueller/staticfilecache",
|
||||
"keywords": [
|
||||
"Static file cache",
|
||||
"TYPO3 CMS",
|
||||
"magic",
|
||||
"speed"
|
||||
],
|
||||
"time": "2018-09-20T16:58:53+00:00"
|
||||
},
|
||||
{
|
||||
"name": "matthiasmullie/minify",
|
||||
"version": "1.3.60",
|
||||
|
||||
Reference in New Issue
Block a user