CMS performance
How the most-used CMS platforms perform on real-user Core Web Vitals data.
At a glance the headline numbers for CMS performance
How the most-used CMS platforms perform on real-user Core Web Vitals data.
The ranking sorted by INP at p75, fastest first
| # | CMS | INP p75 | Passing | Sites | |
|---|---|---|---|---|---|
| 1 | Wix | 49ms | 99.6% | 2,688 | |
| 2 | Joomla | 49ms | 100.0% | 1,224 | |
| 3 | Drupal | 56ms | 99.8% | 1,641 | |
| 4 | Squarespace | 59ms | 100.0% | 1,012 | |
| 5 | WordPress | 61ms | 99.6% | 30,809 | |
| 6 | Adobe Commerce | 69ms | 99.8% | 565 | |
| 7 | Shopify | 77ms | 99.4% | 4,047 |
Passing INP per CMS which group passes the INP most often
No CMS stands out: pass rates sit between 99% and 100%. computed
All five vitals at once the whole category without toggling - cell is the pass rate, small number the p75
One row per CMS, one column per vital - the cell is the share of sites passing, the small number the p75. No toggling needed to see where the category actually differs.
WordPress leads on INP: 100% of its sites pass. Shopify trails at 99%. computed
Why this matters for the Core Web Vitals, and where to start fixing it
The CMS decides a lot about your Core Web Vitals before you write a line of your own code. It controls the HTML that ships, the scripts and styles that load by default, and how images are handled. Two sites on the same platform can score very differently depending on the theme and plugins, but the platform sets the starting point and the ceiling for how much you can tune.
Start with what the platform loads that you do not need. Strip the default scripts and styles that come with themes and plugins, defer the JavaScript that is not needed for the first paint, and make sure images go out in modern formats at the right size. On script-heavy platforms the biggest wins are usually in cutting and deferring what loads on every page.
How does your CMS affect Core Web Vitals?
Among the most-used CMS platforms, Wix reaches a good INP on 99.6% of sites; Shopify on 99.4%.
Chrome field data from 94,910 sites, representing millions of real page loads. How we measured.