Shubham Gupta’s Post

View profile for Shubham Gupta, graphic

AEM developer | Software Engineer at EY | React Developer

Answer this AEM question 💡

  • No alternative text description for this image

We could try 3 things 1. Minify the JS files so that the clientlibs loads faster making the users & search engines happy 2. Load dependencies contextually. Define clientlib dependencies into logical blocks so that the clientlibs can be loaded with embed feature 3. Implement image lazy loading to load the assets contextually. 4. Additionally, if the application architecture has a cookie-less static domain setup we could implement url rewrite feature with dynamic media. One more thing to understand is to analyze if there any external API calls & to see the throttling setup for those services.

Gajula Subbarao

AEM Developer || Ex-Einfochips ||Ex-infosys|| ||Ex- Foray|| Ex-Wipro||

3w

So we have to optimise the images and we can use the modern format. Then we can improve the lazy loading any fold content. Then we can compress the images. After we can verify the bundle assets, then we can enable the catching

VISHNU SANIKOMMU

AEM Developer - Certified

3w

Optimize Dependencies: Define dependencies to ensure only required libraries are loaded. Embed Libraries: Use the embed property to combine client libraries, reducing the number of network calls by merging them into one request

Most people got clienlibrary part right, not mentioning those. For query performance: -Use query debug tool to analyze the slow queries. -Check whether the indexes are being picked up or not. If not, create new custom indexes. -Analyze read optimization performance. -Read optimization should be above 90%

Pavan Hampi

Technical Lead at Nisum | Transforming Digital Experiences with AEM | Certified AEM Sites Developer

3w

-We can use AEM inbuilt Query builder to check where it takes time. -Redefine JS files by splitting into chunks. -Use of CDN also helps to improve the home page performance.

Prajakta P.

Senior Software Engineer @ HCLTech | Adobe Experience Manager

2w

Server side rendering will also help in this scenario

Sreenath Gadipally

AEM Technical Lead at Wipro | Expert in Adobe Experience Manager | AEM Cloud & On-Premises Solutions

3w

- Use webpagetest which gives all the info - use on scroll dynamic page load

Like
Reply
See more comments

To view or add a comment, sign in

Explore topics