Actions
Task #82878
closedRemove pages.no_cache DB field
Status:
Closed
Priority:
Should have
Assignee:
Category:
Caching
Target version:
Start date:
2017-10-29
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
The field "no_cache" on pages is very heavy, as it allows editors to completely disable the cache for frontend rendering, not only making heavy use of CPU and allows for more DOS attacks if used wrong.
99.999% of the time, this can be solved differently, e.g. through COA_INT/USER_INT.
Updated by Gerrit Code Review about 7 years ago
- Status changed from New to Under Review
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/54489
Updated by Gerrit Code Review about 7 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/54489
Updated by Benni Mack about 7 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 5bfc3e65ca0ee879ae3410aedf7105f0aa40c4bf.
Actions