Decrease Page Load time in AEM publisher
- It is observed that if in publisher I set the below value. The page renders faster.
slingRequest.setAttribute(ComponentContext.BYPASS_COMPONENT_HANDLING_ON_INCLUDE_ATTRIBUTE, true);
But this changes I need to make in the parsys component.
Is there any way in which I can configure this on server level, or somewhere in sling.properties
2. What actually happens when we set this property.
I know this property is set so as not to allow editing