- Issue created by @alecsmrekar
The definitions of the http_middleware.page_cache service is overriden, setting the custom service class AdvancedPageCache.php. This causes this module to not play well with other modules that alter page cache, like page_cache_query_ignore for example.
The solution is to use service decoration, this way all the module that wish to alter how page cache works can do so in a layered way.
Post a MR.
Needs work
2.0
Code