-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 6.0 EE (6.0.10)
-
Fix Version/s: 6.0 EE SP1 (6.0.11)
-
Component/s: Performance, WCM > Sites Management > Pages Administration
-
Labels:None
Manage Pages becomes very slow when there are many pages in the community/organization. This problem occurs because the tree view of the pages must load all the pages. To address this issue, the tree view will now default to display only the first 20 child pages. The number of pages to display by default can be configured by setting the following property:
#
- Set this to specify the initial number of child pages to display in the
- Manage Pages tree. Set this to -1 to show all.
#
layout.manage.pages.initial.children=20
UPGRADE NOTES:
To revert to the original behavior of the tree view in Manage Pages, add the following to portal-ext.properties:
layout.manage.pages.initial.children=-1
- is related to
-
LPS-13988 Manage Pages becomes slow once the number of pages gets very high and many nodes in the tree are expanded
- Closed