Project

General

Profile

Actions

Bug #51051

closed

DataHandler::clear_cache() does not consider workspaces

Added by Oliver Hader over 10 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
Performance
Target version:
-
Start date:
2013-08-13
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.3
Tags:
Complexity:
medium
Is Regression:
No
Sprint Focus:

Description

DataHandler::clear_cache() is called with a table and a uid that has been modified to trigger the clear cache commands. To find siblings, children, parents, etc. the pid value is directly used to find the affected pages. However, in a workspace context, the pid is always "-1" which leads to a selection of all page records of all workspaces. This amount is used to flush all defined caches by a given tag name and might result in execution time outs.


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Feature #32996: TCEMAIN.clearCache_pageGrandParent for recordsClosed2012-01-05

Actions
Actions

Also available in: Atom PDF