Skip to content

Commit ade9c5a

Browse files
Refine performance analysis conclusions for clarity
Revised language to enhance clarity and precision regarding web performance challenges and advancements.
1 parent 66ca305 commit ade9c5a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/content/en/2025/performance.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -626,11 +626,11 @@ Also notable is the parity between mobile and desktop usage; seldom more than a
626626

627627
## Conclusion
628628

629-
Our analysis of this year’s data paints a picture of a web that is becoming more responsive, yet remains a bit hard to optimize. We see clear progress in how the web feels to use: mobile interactivity has improved significantly, with the performance gap between phones and desktop computers finally starting to narrow. This tells us that perhaps the industry's focus on new metrics like Interaction to Next Paint (INP) is working, and developers are trying to prioritize the interactions that matter most to users.
629+
Our analysis of this year’s data paints a picture of a web that is becoming more responsive, yet remains complex to optimize. We see clear progress in how the web feels to use: mobile interactivity has improved significantly, with the performance gap between phones and desktop computers finally starting to narrow. This tells us that perhaps the industry's focus on new metrics like Interaction to Next Paint (INP) is working, and developers are trying to prioritize the interactions that matter most to users.
630630

631631
However, we also observe a "performance divide" in how different segments of the web adopt new standards. For example, we saw that the most popular sites lead the way in improving interactivity (INP), likely through manual optimization of complex JavaScript. In contrast, newer standards like Speculation Rules are seeing their highest adoption not at the top, but in the "long tail" of the web, driven by platform-level integrations in popular CMSs like WordPress. This suggests that the future of performance may rely less on individual manual effort and more on smart defaults baked into the tools that build the web.
632632

633-
Despite these advancements, the "basics" of web performance still pose a challenge. While advanced metrics improve, fundamental issues still persist: nearly 40% of mobile pages still use animations that risk visual instability, and the majority of pages still lack the correct sizing for images or the resource hints needed to load fonts smoothly. This suggests that while frameworks are helping us manage complex JavaScript, we often miss the simpler HTML and CSS best practices that ensure visual stability.
633+
Despite these advancements, the "basics" of web performance still pose a challenge. While advanced metrics improve, fundamental issues still persist: nearly 40% of mobile pages still use non-composite animations that risk visual instability, and the majority of pages still lack the correct sizing for images or the resource hints needed to load critical fonts smoothly. This suggests that while frameworks are helping us manage complex JavaScript, we often miss the simpler best practices that ensure good web performance.
634634

635635
Finally, the landscape of measurement itself is maturing. As more browsers extend support for modern metrics like INP, cross-browser comparisons can become more consistent. As we look ahead, the goal for developers is to look past the top-level scores and bridge the gap between potential and practice, leveraging both the manual optimizations used by top sites and the automated tools of the modern web to deliver reliable experiences for every user.
636636

0 commit comments

Comments
 (0)