Actions
Feature #73241
closedCreating Content Elements might be slow when working in Workspaces
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Performance
Target version:
Start date:
2016-02-11
Due date:
% Done:
100%
Estimated time:
PHP Version:
5.5
Tags:
Complexity:
Sprint Focus:
Description
In a customer project with extensive use of workspaces there have been many pages and of course content elements with pid = -1. After upgrading from Typo3 4.5 to 6.2 it takes pretty much time to create new content elements within a workspace. By the help of profiling we found out that clearing the cache takes most time in the process. It is initiated by TYPO3\CMS\Core\DataHandling\DataHandler->process_datamap()
(which is called by TemplaVoila). As a workaround we deleted all pages and content elements with pid = -1. With the disadvantage of losing the history and that the system will slow down again, when the amount of pages with pid = -1 grows.
Actions