mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
ENHANCEMENT: Performance improvement to CMS load time with many pages. (from r95490) (from r98165)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@102886 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
aaaaa86ca4
commit
21aa2c6729
@ -495,7 +495,6 @@ class LeftAndMain extends Controller {
|
||||
|
||||
// NOTE: SiteTree/CMSMain coupling :-(
|
||||
SiteTree::prepopuplate_permission_cache('edit', $obj->markedNodeIDs());
|
||||
SiteTree::prepopuplate_permission_cache('delete', $obj->markedNodeIDs());
|
||||
|
||||
// getChildrenAsUL is a flexible and complex way of traversing the tree
|
||||
$titleEval = '
|
||||
|
Loading…
Reference in New Issue
Block a user