pliigo / pagecacheenabler-bundle
此扩展使 Contao 4.4.7+ 的页面缓存功能得以启用,该功能自 Symfony 3.4.4 以来已损坏
1.1.9
2018-10-26 00:44 UTC
Requires
- php: ^5.6|^7.0
- contao/core-bundle: ^4.4
- symfony/framework-bundle: ^3.3
Requires (Dev)
- contao/manager-plugin: ^2.0
- doctrine/doctrine-cache-bundle: ^1.3
- friendsofphp/php-cs-fixer: ^2.6
- php-http/guzzle6-adapter: ^1.1
- php-http/message-factory: ^1.0.2
- phpunit/phpunit: ^5.7.26
- satooshi/php-coveralls: ^1.0
- symfony/phpunit-bridge: ^3.2
Conflicts
- contao/core: *
- contao/manager-plugin: <2.0 || >=3.0
README
此捆绑包是修复损坏的 Contao 页面缓存的快速修复方法。在没有工作页面缓存的情况下运行生产网站会导致非常高的 TTFB(首次内容渲染时间)。
在 Symfony 3.4.4 中,AbstractSessionListener 类的行为发生了变化:[链接](https://github.com/symfony/http-kernel/blob/v3.4.4/EventListener/AbstractSessionListener.php#L53)
更改提交可在此处查看:[链接](https://github.com/symfony/http-kernel/commit/6622fe25afe6a2c594189cd72ab83c49014b57df#diff-db3c5d9b0dc8cbb67671806266bef598)
如果您发现任何问题,请随时通知:[链接](https://bitbucket.org/joeherold/pagecacheenabler-bundle/issues)
问题在此处进行讨论:[链接](https://github.com/contao/core-bundle/issues/1246)