Actions
Task #82930
closedFilter duplicate cache commands from CacheQueue
Status:
Closed
Priority:
Could have
Assignee:
-
Category:
Caching
Target version:
-
Start date:
2017-11-06
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
7.1
Tags:
Complexity:
no-brainer
Sprint Focus:
Description
under the right condition multiple duplicate cache commands are executed
for Example: save a record in Backend can course multiple 'pages'
commands will be executed, if the record has inline records.
flushing '20' times the 'pages' cache is unnecessary.
Updated by Gerrit Code Review about 7 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/54569
Updated by Gerrit Code Review about 7 years ago
Patch set 1 for branch TYPO3_8-7 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/54578
Updated by Benjamin Rannow about 7 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 2b7e7c9c887395a4a2b19441cd40d114f53a9c44.
Actions