pliigo/pagecacheenabler-bundle

This Extension enables the PageCache in Contao 4.4.7+, that is broken since Symfony 3.4.4

1.1.9 2018-10-26 00:44 UTC

This package is auto-updated.

Last update: 2024-04-26 12:58:35 UTC


README

This bundle is a quick fix for the broken Contao Page Cache. Running a productive Website without a working Page-Cache results in very high TTFB.

In Symfony 3.4.4 the Behaviour of the AbstractSessionListener Class was changed: https://github.com/symfony/http-kernel/blob/v3.4.4/EventListener/AbstractSessionListener.php#L53

Change Commit can be seen here: https://github.com/symfony/http-kernel/commit/6622fe25afe6a2c594189cd72ab83c49014b57df#diff-db3c5d9b0dc8cbb67671806266bef598

In case, you find any issues, feel free to inform: https://bitbucket.org/joeherold/pagecacheenabler-bundle/issues

The problem is discussed here: https://github.com/contao/core-bundle/issues/1246