Task #39728
Bug #36744: Workspaces are unusable on larger installations
Optimize runtime on objects and database queries
| Status: | New | Start date: | 2012-08-12 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | Oliver Hader | % Done: | 0% |
|
| Category: | - | |||
| Target version: | Core - 6.0.0-pre-beta1 | |||
| TYPO3 Version: | 4.5 | PHP Version: | ||
| Votes: | 0 |
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