Which practice most improves Largest Contentful Paint?
- A Adding more JavaScript
- B Optimising and preloading the hero image and reducing server response time
- C Lazy loading everything including above-the-fold content
- D Adding more web fonts
Answer
Optimising and preloading the hero image and reducing server response time
LCP is usually dominated by the largest image or text block. Compressing it, serving modern formats and preloading it are the main levers.





