At a glance the headline numbers for JS framework
The JavaScript framework detected on the site.
jQuery appears on 81.9% of sites.
The JS framework mix who uses what, and how fast each group loads
JS framework. On the fleet: 81.9% jquery, 6.8% vue, 5.3% react. 71.6% of sites use at least one jquery.
Why this matters for the Core Web Vitals, and where to start fixing it
A JavaScript framework moves work onto the visitor's main thread. Hydration is the toll: the server-rendered HTML arrives fast, then the framework rebuilds its component tree in the browser before interactions fully work. That window is where frameworks pay INP.
The rendering mode decides the bill. Static or server-rendered output with islands of interactivity costs little. Full client-side rendering makes every visitor's device build the page from scratch. The framework pages compare them on field data.
How does this affect the Core Web Vitals?
JS framework correlates with the LCP. With Alpine, 89% of sites pass the LCP. With Angular, 66% do. The causal link is weak: the choice mostly marks what kind of site made it.
The split is bigger on CLS. With React, 92% of sites pass it. With Angular, 56% do.
Chrome field data from 94,910 sites, representing millions of real page loads. How we measured.