Actions
Task #39728
closedBug #36744: Workspaces are unusable on larger installations
Optimize runtime on objects and database queries
Status:
Closed
Priority:
Should have
Assignee:
Category:
Workspaces
Target version:
Start date:
2012-08-12
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
The backend grid view has a several flaws that need to be optimized:
- reduce the amount of looking up the same records again and again (by t3lib_BEfunc::getRecord)
- optimize tree lookups like getTreeList() or getRootline() since in most cases the page-id stays the same
- introduce raw repositories for Workspaces, Stages, Pages and regular Records
Actions