Expand my Community achievements bar.

SOLVED

Performance issue on page load

Avatar

Level 5

Hi,

I have performance issue on page load , its taking more then    87/234 request and taking 12-15s to load the page.Please suggest how can I reduce the request on page load.Please check screen shot.

1 Accepted Solution

Avatar

Correct answer by
Administrator

Hi 

Best way to analyse it if you have access to the client's environment.

Link:- https://helpx.adobe.com/experience-manager/kb/AnalyzeSlowAndBlockedProcesses.html

Link:- https://helpx.adobe.com/experience-manager/kb/performance-tuning-tips.html

 

Reference forum post:- http://help-forums.adobe.com/content/adobeforums/en/experience-manager-forum/adobe-experience-manage...

// You need to check the server logs to determine if it's a network or a server problem. And as said by Opkar, check the server calls.

 

~kautuk



Kautuk Sahni

View solution in original post

4 Replies

Avatar

Level 3

Is this page cached? You would anyhow need to debug which all elements are taking more time to load. We had used Yslow plugin few years back to help in breaking down the actual response time.

Thanks, Dipti

Avatar

Employee

varuns46785756 wrote...

Hi,

I have performance issue on page load , its taking more then    87/234 request and taking 12-15s to load the page.Please suggest how can I reduce the request on page load.Please check screen shot.

Hi,

you need to look and see which requests are taking the longest time to load in the browser dev tools. Also check to see how much content is downloaded for the page and whether you are loading web optimised images and not large files. 

Regards,

Opkar

Avatar

Correct answer by
Administrator

Hi 

Best way to analyse it if you have access to the client's environment.

Link:- https://helpx.adobe.com/experience-manager/kb/AnalyzeSlowAndBlockedProcesses.html

Link:- https://helpx.adobe.com/experience-manager/kb/performance-tuning-tips.html

 

Reference forum post:- http://help-forums.adobe.com/content/adobeforums/en/experience-manager-forum/adobe-experience-manage...

// You need to check the server logs to determine if it's a network or a server problem. And as said by Opkar, check the server calls.

 

~kautuk



Kautuk Sahni

Avatar

Level 5

kautuksahni wrote...

Hi 

Best way to analyse it if you have access to the client's environment.

Link:- https://helpx.adobe.com/experience-manager/kb/AnalyzeSlowAndBlockedProcesses.html

Link:- https://helpx.adobe.com/experience-manager/kb/performance-tuning-tips.html

 

Reference forum post:- http://help-forums.adobe.com/content/adobeforums/en/experience-manager-forum/adobe-experience-manage...

// You need to check the server logs to determine if it's a network or a server problem. And as said by Opkar, check the server calls.

 

~kautuk

 


 thanks