LCP Optimization with Divi
November 14, 2024 · AI Conversations
And also Divi doest not provide any optimization for hero banner itself
2- Also we have loop any unused css as per page, If we can load only css that’s required.
Above two will take time, Because we need to findout how to improve load time of largest content with herobanner in place like can we load image after page load or improve css that takes most of time to display content to end user
Correct above sentence
1. The main concern for Pages' LCP, as checked in Google Page Insights, is the Hero banner on every page, which is set up using the Divi page builder and causes slow loading times. We need to primarily focus on optimizing this to improve LCP, but Divi doesn't provide specific optimization for the hero banner itself.
2. Additionally, we need to loop in unused CSS based on each page so that only the required CSS is loaded.
These two tasks will take time, as we need to figure out how to improve the load time of the largest content element (the hero banner) without removing it. For example, can we load the image after the page loads or optimize the CSS that takes the most time to render the content for the end user?
Correct above sentence