-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 7.0.X, 7.1.X, Master
-
Fix Version/s: 7.0.0 DXP FP82, 7.0.10.12 DXP SP12, 7.0.X, 7.1.10 DXP FP12, 7.1.X, Master
-
Component/s: Performance, ~[Archived] WCM
-
Branch Version/s:7.1.x, 7.0.x
-
Backported to Branch:Committed
-
Fix Priority:3
-
Git Pull Request:
/layout-admin-web/src/main/resources/META-INF/resources/init.jsp instantiates a LayoutsAdminDisplayContext object. This object adds an attribute in the request containing all layout descriptions.
All JSP including this init.jsp are executing this logic even when the attribute isn't used. This is specially relevant in 7.0.x where layouts_tree.jsp uses it and its loading that info every time the site administration menu is loaded.