When saving the Performance Settings form the Global page expiration is being set to 0 which is causing the website cache to be turned off. This is happening because in form alter the 'page_cache_maximum_age' is being unset and the Core Performance form is checking if the value is set. So my proposal is to restrain only the access to the setting.
Leaving a patch that works.
| Comment | File | Size | Author |
|---|---|---|---|
| fix_cache_expiration_override.patch | 577 bytes | pedrodias10 |
Comments
Comment #2
pedrodias10 commentedComment #4
steel-track commentedPatch is committed. Thanks so much for catching this!
Comment #5
steel-track commented