Skip to content

Commit 791574f

Browse files
Revise loading speed conclusion with key trends summary
Summarized key trends in loading metrics, emphasizing improvements in FCP and LCP, limited adoption of new image formats, and the impact of lazy loading on load times.
1 parent a95b949 commit 791574f

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

src/content/en/2025/performance.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -263,9 +263,10 @@ Overall, about 16% of pages lazy-load their LCP image on both desktop and mobile
263263

264264
### Loading Speed Conclusion
265265

266-
* FCP and LCP have both improved since 2024, with desktop consistently outperforming mobile. For FCP, roughly half of the gains appear tied to TTFB improvements, with the rest likely due to browser engine enhancements.
267-
* Image optimization for LCP remains a mixed picture. While there's a gradual shift from JPG to WebP, adoption of modern formats is slow.
268-
* About 16% of web pages still lazy load their LCP image, which directly harms load times.
266+
In summary, the loading metrics highlight following key trends:
267+
* FCP and LCP have both improved since 2024, with desktop consistently outperforming mobile.
268+
* Adoption of newer image formats remains limited, despite a gradual shift from JPG to WebP.
269+
* About 16% of web pages still lazy load their LCP image, delaying the display of primary content.
269270

270271
## Interactivity
271272

0 commit comments

Comments
 (0)