Decrease Page Load time in AEM publisher | Community
Skip to main content
soniav61301901
January 25, 2017
Solved

Decrease Page Load time in AEM publisher

  • January 25, 2017
  • 3 replies
  • 965 views
  1. 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

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Jitendra_S_Toma

@Sonia Varghese,

This is how Sling disabled processing authoring parts and disable the authoring experience. that is the reason it is faster as compare to the code without this line.

I hope this helps

Regards,

Jitendra

3 replies

smacdonald2008
Level 10
January 26, 2017

I am checking to see if we have documented content applicable for this question. 

kautuk_sahni
Community Manager
Community Manager
January 27, 2017

I have also asked some internal experts for this, i hope to get answer sooner.

~kautuk

Kautuk Sahni
Jitendra_S_Toma
Jitendra_S_TomaAccepted solution
Level 10
January 27, 2017

@Sonia Varghese,

This is how Sling disabled processing authoring parts and disable the authoring experience. that is the reason it is faster as compare to the code without this line.

I hope this helps

Regards,

Jitendra