April 2, 2020
Estimated Post Reading Time ~

How to reduce page load time for CQ5 Pages?

CQ5 or AEM has a handy configuration that can be used to reduce the size of client-side file (like css/js) and can help in reducing page load time for CQ application. The configuration uses the YUI compressor to minify the client-side file sizes. YUI is a utility provided by Yahoo. This reduces the time as you don’t have to manually go and use the YUI classes because CQ minifies the file size on its own.

Additionally, this configuration also allows you to debug client-side files individually. We all know that by using client libs of CQ all the js and css files are rendered combined. However, if you want to debug them individually there is a way out for this as well, just check the debug checkbox and you will start seeing the files being rendered individually.

The utility can be checked here to find the service (Day CQ HTML Library Manager). Click on the snapshot below to get more ideas.



Resource: https://cqwemblog.wordpress.com/2013/12/28/how-to-reduce-page-load-time-for-cq5-pages/


By aem4beginner

No comments:

Post a Comment

If you have any doubts or questions, please let us know.