You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TASK: Make the fusion autoconfiguration opt in via header X-FullPageCache-EnableFusionAutoconfiguration
The header is set for Neos.Neos:Page automatically once the enabled setting for Flowpack.FullPageCache is set.
This prevents the package from interfering with custom controllers and also enables custom controllers to control the
caching behavior via the headers `X-FullPageCache-Enabled`, `X-FullPageCache-Lifetime` and `X-FullPageCache-Tags`
or when fusion rendering is used by activating `X-FullPageCache-EnableFusionAutoconfiguration`
Resolves: #15
0 commit comments