Expand my Community achievements bar.

SOLVED

-> GET /libs/cq/core/content/welcome.html HTTP/1.1

Avatar

Level 4

Hi,

In our CQ instance, a GET request for libs/cq/core/content/welcome.html takes 23.8 seconds.  Are there ways to troubleshoot the load time for this page?  We tried 

1. loading the page again after the initial try, but the response time is still over 20+ seconds.  

2. tailing the error log and found nothing that would explain a long loading time

We are hitting the CQ instance directly and bypassing the dispatcher.  Any tips?

Thank you.

1 Accepted Solution

Avatar

Correct answer by
Employee

What version of AEM? Do you have the page history disabled as described in the URL below. 

 

http://helpx.adobe.com/experience-manager/kb/slow-display-performance-welcome-page.html

View solution in original post

4 Replies

Avatar

Level 10

Using the developer tools of the browser, you can try to see what exactly is taking longer time to load for welcome.html

Avatar

Correct answer by
Employee

What version of AEM? Do you have the page history disabled as described in the URL below. 

 

http://helpx.adobe.com/experience-manager/kb/slow-display-performance-welcome-page.html

Avatar

Level 4

Thank You!  The history was the culprit.  After setting the showHistory property to false for damadmin and siteadmin, the welcome.html page is loading like lightning!

Avatar

Level 10

This would my first point to begin the analysis