How to improve web page performance.
Impact
Increase rendering performance.
Increase rendering performance.
Recommendations
Enable gzip compressionCompressing javascript resources with gzip could reduce their transfer size by about two thirds. You can enable gzip in OSGi configuration as well from the ConfigMgr for 'Adobe Granite HTML Library Manager'.
Optimize the order of styles and scripts:
External CSS files were included after an external JavaScript file in the document head. To ensure CSS files are downloaded in parallel, always include external CSS before external JavaScript.
External CSS files were included after an external JavaScript file in the document head. To ensure CSS files are downloaded in parallel, always include external CSS before external JavaScript.
Put CSS in the document head
CSS in the document body adversely impacts rendering performance
CSS in the document body adversely impacts rendering performance
No comments:
Post a Comment
If you have any doubts or questions, please let us know.