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 LCP at p75, fastest first
| # | CMS | LCP p75 | Passing | Sites | |
|---|---|---|---|---|---|
| 1 | Wix | 1.6s | 94.2% | 2,688 | |
| 2 | Shopify | 1.7s | 95.0% | 4,047 | |
| 3 | Drupal | 1.8s | 90.0% | 1,641 | |
| 4 | Joomla | 2.0s | 87.1% | 1,224 | |
| 5 | Squarespace | 2.1s | 86.3% | 1,012 | |
| 6 | Adobe Commerce | 2.4s | 77.3% | 565 | |
| 7 | WordPress | 2.7s | 69.9% | 30,809 |
Passing LCP per CMS which group passes the LCP most often
95% of Shopify sites pass LCP. WordPress trails 25 points behind, leaving 30% of its sites failing. 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.
Shopify leads on LCP: 95% of its sites pass. WordPress trails at 70%. 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 LCP on 94.2% of sites; WordPress on 69.9%.
Chrome field data from 94,910 sites, representing millions of real page loads. How we measured.