In AEM 6.2 we can get the loading time of each component in touch Optimized UI in Developer Mode But It depends on server. Other way is that we can use timing component but it also server dependent because we have to include this component in global.jsp.
But I want the loading time of each component on client side. If anyone can help me Please give me some suggestions.
Solved! Go to Solution.
Views
Replies
Total Likes
AEM 6.5 provides the component load time in the sidebar of the page. It can be utilized for investigations
Here is the only applicable article:
http://www.wemblog.com/2014/05/how-to-find-component-load-time-on-page.html
However - this is server. Does not look like there is a tool specifically for client side.
You can look at using general tools that measure the time it takes to load a page - for example - Chrome tool:
https://chrome.google.com/webstore/detail/page-load-time/fploionmjgeclbkemipmkogoaohcdbig?hl=en
There are other tools as well that show client loading time.
Views
Replies
Total Likes
AEM 6.5 provides the component load time in the sidebar of the page. It can be utilized for investigations
Views
Likes
Replies