WordPress Theme Speed Database
Compare base page weights, request counts, LCP render timing, and PageSpeed performance scores across top WordPress themes.
| Theme Name | Category | Base Weight | HTTP Requests | Avg LCP | PageSpeed Score |
|---|---|---|---|---|---|
| GeneratePressβ Ultra Fast | Lightweight | 32 KB | 7 Req | 0.8 s | 99/100 |
| Kadence Themeβ Ultra Fast | Lightweight | 45 KB | 9 Req | 0.9 s | 98/100 |
| Astra Themeβ Ultra Fast | Lightweight | 48 KB | 10 Req | 1.0 s | 97/100 |
| Blocksyβ Ultra Fast | Lightweight | 52 KB | 11 Req | 1.1 s | 96/100 |
| Hello Elementor | Page Builder | 85 KB | 14 Req | 1.4 s | 92/100 |
| Divi Theme | Multipurpose | 620 KB | 38 Req | 2.9 s | 68/100 |
| Avada Theme | Multipurpose | 780 KB | 45 Req | 3.4 s | 62/100 |
How Theme Architecture Shapes WordPress Core Web Vitals
- β 1. Why Base Theme Weight Dictates LCP
- β 2. Vanilla JS vs. Legacy jQuery Dependencies
- β 3. Compounding Theme and Plugin Bloat
- β 4. 95+ Scores for Any Theme via Nimbica
- β 5. How to Use This Benchmark Database
- β 6. Worked Example: GeneratePress vs. Divi
- β 7. Practical Use Cases
- β 8. Common Mistakes & Limitations
1. Why Base Theme Weight Dictates LCP
A themeβs base CSS and JS files execute on every page view. As documented in Google Web Vitals Guidance, lightweight themes like GeneratePress or Kadence give sites a head start toward sub-1.2s LCP.
2. Vanilla JS vs. Legacy jQuery Dependencies
Modern themes use lightweight vanilla JavaScript instead of legacy jQuery. Calculate plugin execution weights in our Plugin Bloat Score Calculator.
3. Compounding Theme & Plugin Bloat
Compare caching plugin speed gains in our WordPress Caching Plugin Comparison Tool.
4. 95+ Scores for Any Theme via Nimbica Static Edge
Nimbica pre-renders WordPress theme HTML into static assets served from 300+ global edge locations, accelerating even heavy multipurpose themes like Divi or Avada to 95+ PageSpeed scores.
5. How to Use This Benchmark Database
The table above is a static comparison dataset covering seven of the most widely deployed WordPress themes, spanning three architectural categories: lightweight (GeneratePress, Kadence, Astra, Blocksy), page-builder-native (Hello Elementor), and multipurpose all-in-one (Divi, Avada). Click any row to highlight it for side-by-side reading. Each row reports four independent measurements taken from a clean starter-content install:
- Base Weight: total transferred bytes (CSS + JS + fonts + starter images) for the homepage before any content is added.
- HTTP Requests: the count of separate network round-trips the browser must make to fully paint the page β each one carries DNS, TLS, and queuing overhead.
- Avg LCP: Largest Contentful Paint measured under Lighthouse's simulated mobile throttling profile (slow 4G, 4x CPU slowdown).
- PageSpeed Score: the composite 0β100 Lighthouse performance score factoring in LCP, TBT, CLS, and speed index.
Use the category column to compare like with like β a lightweight theme will almost always outscore a multipurpose theme on a stock install, but the gap narrows once both are optimized. The purpose of this database is to set realistic speed expectations before you commit to a theme, not to replace testing your actual finished site with the Core Web Vitals Checker.
6. Worked Example: GeneratePress vs. Divi
Consider two agencies building the same 12-page marketing site. Agency A picks GeneratePress: 32 KB base weight, 7 requests, 0.8s LCP, 99/100 score. Agency B picks Divi: 620 KB base weight, 38 requests, 2.9s LCP, 68/100 score β nearly 20x heavier before a single blog post is written.
That gap comes almost entirely from architecture, not content. GeneratePress ships a single small stylesheet and defers non-critical JS. Divi's visual builder generates a large core stylesheet covering every possible module (sliders, pricing tables, testimonials, counters) whether or not the page uses them, plus a JavaScript bundle for the builder's front-end interactivity. Interpretation: if Agency B's client insists on Divi for its drag-and-drop editing workflow, the fix isn't necessarily switching themes β it's pairing Divi with aggressive unused-CSS removal and static pre-rendering so visitors never pay the builder's runtime cost.
7. Practical Use Cases
- Pre-purchase due diligence: Before buying a premium theme license, compare its category and expected weight class against the benchmarks here to set realistic performance expectations.
- Agency proposal justification: Use the LCP and score columns as evidence when recommending a lightweight theme rebuild to a client currently running a bloated multipurpose theme.
- Migration planning: If you're moving off Avada or Divi, this table helps set a target speed budget for the replacement theme before development starts.
- Client education: Show non-technical stakeholders why "the theme looks the same either way" isn't true from a performance standpoint β the score column makes the trade-off concrete.
8. Common Mistakes & Limitations
- Assuming benchmarks transfer 1:1 to a live site: Adding 40 plugins, custom Google Fonts, and a hero video to GeneratePress can easily push it past a stock Divi install. Theme weight is a starting point, not a guarantee.
- Switching themes without a child theme or staging environment: Migrating between page builder ecosystems (e.g. Divi to Elementor) requires manually rebuilding layouts β content is not portable between builder-specific shortcodes and blocks.
- Ignoring WooCommerce overhead: Adding an online store to any theme introduces WooCommerce's own CSS/JS bundles regardless of base theme weight β check the WordPress Caching Plugin Comparison Tool for store-specific caching strategies.
- Confusing "lightweight" with "feature-poor": GeneratePress, Kadence, and Astra all support full site editing, custom layouts, and hooks β lightness comes from disciplined asset loading, not fewer capabilities.
Get 95+ PageSpeed scores on any theme with Nimbica
Transform dynamic PHP rendering bottlenecks into ultra-fast static HTML deployed across 300+ global edge locations.
Frequently Asked Questions
Why does theme choice dramatically impact WordPress PageSpeed scores?
Themes control the base CSS grid, Google Font declarations, and initial JavaScript dependencies. Heavy multipurpose themes load hundreds of kilobytes of unused CSS rules on every page.
Which WordPress theme is the fastest in real-world benchmarks?
GeneratePress, Kadence, and Astra consistently rank highest in speed benchmarks due to modular architecture, vanilla JavaScript (no jQuery dependency), and sub-50 KB base page weights.
Can static site pre-rendering make heavy themes like Divi or Avada fast?
Yes! Nimbica static optimization pre-renders theme HTML and strips unused CSS/JS assets during build time, accelerating heavy themes to 95+ PageSpeed scores on edge CDN nodes.
Will switching to a lightweight theme alone fix a slow WordPress site?
Not always. Theme weight is only one contributor to total page weight. A slow site running a heavy page builder plugin, unoptimized hero images, and 40+ active plugins will still load slowly on GeneratePress. Theme choice sets the floor, not the ceiling, for site speed.
Do these benchmark numbers reflect my exact live site speed?
No. The table reflects clean, freshly installed starter demo content with no additional plugins. Your live LCP and PageSpeed score will vary once you add real content, custom fonts, tracking scripts, and plugins on top of the base theme.
Why do page builder themes like Divi and Avada score lower than block themes?
Page builder themes render every layout element (rows, columns, modules) as deeply nested <div> wrappers with inline styles and per-element CSS classes, multiplying DOM node counts and CSS payload compared to block-based or minimalist themes.
Is a higher PageSpeed score always the right reason to pick a theme?
Speed matters, but weigh it against design flexibility, client editing requirements, and available blocks/patterns. A 68-score Divi site with a strong design system may still be the right business choice if paired with static pre-rendering to offset the runtime cost.
Related Tools in This Cluster
WordPress Plugin Bloat Score Calculator
Calculate page weight and CPU execution impact caused by active plugins.
WooCommerce vs WordPress Speed Checker
Benchmark WooCommerce database query overhead against static blog setups.
WordPress Caching Plugin Comparison Tool
Compare TTFB speed gains and features across top WordPress caching plugins.
