Expand my Community achievements bar.

Nomination window for the Adobe Community Advisor Program, Class of 2025, is now open!
SOLVED

Decrease Page Load time in AEM publisher

Avatar

Level 1
  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

1 Accepted Solution

Avatar

Correct answer by
Level 9

@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

View solution in original post

3 Replies

Avatar

Level 10

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

Avatar

Administrator

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

~kautuk



Kautuk Sahni

Avatar

Correct answer by
Level 9

@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