Skip to main content
Performance 23 January 2026 10 min read

WordPress 6.9: Why It's the Fastest WordPress Ever (and What's Coming in 7.0)

WordPress 6.9 delivers up to 23% faster performance on PHP 8.5. Here's what changed under the bonnet, and what WordPress 7.0's collaboration features mean for your site.

MM
Mark McNeece Founder, 365i
Modern workspace with WordPress logo and high-speed data streams representing website performance optimisation
At a Glance 10 min read
  • WordPress 6.9 delivers 2.8-5.8% speed gains over 6.8, jumping to 23% faster on PHP 8.5.
  • On-demand block CSS loading only serves stylesheets for blocks used on each page, cutting hundreds of kilobytes of unused CSS.
  • WordPress 7.0 arrives 9 April 2026 with real-time collaborative editing and the Abilities API for native AI integration.
  • Three major releases planned for 2026: 7.0 (April), 7.1 (August), and 7.2 (December).
  • Every 100ms of page load delay costs 1% in conversions; performance improvements in core benefit all 43% of the web WordPress powers.

WordPress 6.9 "Gene" dropped on 2 December 2025, and the numbers don't lie: it's delivering 2.8-5.8% performance improvements over WordPress 6.8. On PHP 8.5, that jumps to 23% faster execution. For a platform powering 43% of the web, these aren't incremental gains. They're meaningful improvements that affect millions of websites.

But what actually changed under the bonnet? And with WordPress 7.0 arriving in April 2026, what else should site owners be preparing for?

Why Performance Matters More Than Ever

Before diving into the technical improvements, let's talk about why any of this matters.

Google found that for every 100 milliseconds of page load delay, conversions drop by 1%. Amazon discovered the same correlation: 100ms slower meant 1% less revenue. For a business doing £100,000 annually, that's £1,000 lost because your page took a tenth of a second longer to load.

"Speed is more than a feature. Speed is the most important feature."

- Ilya Grigorik, Performance as a Feature, 2015

When I first read Grigorik's work on web performance back in the early days of HTTP/2, it completely changed how I approached web development. He wasn't just talking about user experience. He was showing that performance is the foundation everything else builds upon. Your beautiful design, compelling copy, and perfect SEO mean nothing if visitors leave before they see it. This philosophy has guided every WordPress site we've built since, and it's clearly guiding the WordPress core team too.

The statistics back this up: bounce rates increase by 103% when load time goes from 1 second to 6 seconds. More than half of mobile visitors abandon sites that take longer than 3 seconds to load. Performance isn't optional. It's existential. If you're unfamiliar with the specific metrics Google uses to measure this, our guide to Core Web Vitals breaks them down in plain English.

What Makes WordPress 6.9 Faster

WordPress 6.9 includes 38 performance-related Trac tickets and 31 Gutenberg pull requests focused specifically on speed. Here's what changed:

Dashboard showing upward trending performance graphs with green and blue lines, speedometer widgets, and bar charts
WordPress 6.9 delivers measurable performance gains across all key metrics

On-Demand Block CSS Loading

This is the big one. Previous WordPress versions loaded CSS for every registered block, whether your page used them or not. A simple blog post would still download styles for tables, buttons, galleries, and dozens of other blocks sitting unused.

WordPress 6.9 flips this approach: it only loads CSS for blocks actually present on the page. The result? Dramatically smaller stylesheets and faster rendering times.

For sites using the block editor heavily, this alone can shave hundreds of kilobytes off page weight. Page builders like Elementor V4 are adopting similar CSS-first philosophies, making the entire WordPress platform leaner.

Fetchpriority for Critical Scripts

The fetchpriority attribute tells browsers which resources to prioritise. WordPress 6.9 now intelligently applies this to script loading, ensuring critical JavaScript executes faster while deferring non-essential code.

Combined with moving script modules to the footer by default, visible content renders sooner. Users see your actual page instead of staring at blank screens while JavaScript loads.

Optimised Emoji Detection

WordPress includes a script that detects whether the browser supports certain emojis. Previously, this ran regardless of whether your content used emojis at all. Now it's smarter, and the detection only fires when actually needed.

Small? Yes. But multiplied across millions of page loads, these micro-optimisations compound into real performance gains.

Smarter Cron Execution

WordPress's pseudo-cron system handles scheduled tasks like publishing future posts and checking for updates. Version 6.9 optimises how these tasks execute, reducing the performance impact on page loads that trigger cron runs.

Streaming Block Parser

The block parser (the engine that interprets your content) now processes blocks more efficiently through a streaming architecture. This means less memory usage and faster processing, particularly for content-heavy pages with many blocks.

The Interactivity API Matures

WordPress 6.9 brings significant improvements to the Interactivity API, the framework for building interactive block experiences without heavy JavaScript libraries.

Where previously you might reach for React or Vue to create dynamic interfaces, the Interactivity API offers a WordPress-native approach with built-in performance benefits. It leverages the platform's existing optimisations rather than fighting against them.

For developers building custom blocks, this means faster, lighter interactivity with better Core Web Vitals scores.

PHP 8.5 Compatibility

WordPress 6.9 includes full compatibility with PHP 8.5, and the performance gains are substantial, with up to 23% faster execution compared to PHP 8.1.

If your hosting provider supports PHP 8.5, upgrading is one of the simplest performance improvements you can make. No code changes required. Just a PHP version switch delivers immediate speed benefits.

"WordPress 6.9 is fast, polished, and built for collaboration, the result of a year of intentional iteration and cross-team participation."

- Mary Hubbard, Executive Director of WordPress, State of the Word 2025

Hearing this from the Executive Director of WordPress at State of the Word felt significant. Having watched WordPress evolve over fifteen years, there's been a notable shift in how the core team approaches performance. It's no longer an afterthought bolted on through caching plugins and CDNs. It's becoming foundational to how WordPress itself is built. That intentionality shows in 6.9's measurable improvements.

WordPress 7.0: The Road Ahead

WordPress 7.0 arrives on 9 April 2026, timed to coincide with WordCamp Asia. It marks the official launch of Gutenberg Phase 3: Collaboration. Beta 1 is now available for testing, and it includes the MCP Adapter for AI agent support alongside the collaboration features outlined below.

Futuristic illustration showing multiple holographic figures collaborating around a WordPress content block with glowing connection lines
WordPress 7.0 introduces real-time collaboration features inspired by Google Docs

Real-Time Collaboration

The headline feature for 7.0 is real-time collaborative editing. Multiple users editing the same content simultaneously, with live cursor tracking and instant updates, the Google Docs experience, but for WordPress.

However, there are technical challenges. WordPress needs to work across a wide range of hosting environments, and many PHP hosting setups don't support the persistent WebSocket connections required for performant real-time collaboration. Automattic has open-sourced an enterprise-scale implementation, but making this universally available remains unsolved.

Expect real-time collaboration in 7.0, but possibly in a limited or baseline form with full functionality rolling out in subsequent releases.

Notes and Inline Comments

The Notes feature (already available experimentally) allows threaded comments directly on blocks within the editor. Think of it as track changes for WordPress, enabling asynchronous collaboration without everyone needing to be online simultaneously.

WordPress 7.0 extends this with fragment notes and mentions, bringing the collaboration closer to what teams expect from modern document tools.

The Abilities API

Perhaps the most forward-thinking addition is the Abilities API, designed for native AI integration. This provides a standardised way for AI systems to interact with WordPress: understanding content structure, suggesting improvements, and automating tasks. With WordPress 7.0 Beta arriving on 19 February, the MCP Adapter now lets AI agents like Claude and Cursor connect to WordPress directly.

For businesses thinking about AI visibility, this signals WordPress's commitment to being AI-ready. Your WordPress site won't just be found by AI assistants. It'll be understood by them.

Admin Redesign

The admin interface is getting a refresh through DataViews and DataForm components. This modernisation effort makes the WordPress admin more consistent with the block editor's visual language while improving usability across devices.

PHP 7.4 Minimum

WordPress 7.0 raises the minimum supported PHP version to 7.4. If you're still running PHP 7.2 or 7.3, now's the time to upgrade, both for security and to take advantage of performance improvements in newer PHP versions.

What This Means for Your Website

Performance improvements in WordPress core benefit everyone, but they're not automatic. To maximise gains from 6.9 and prepare for 7.0:

Update Your PHP Version

If you're not on PHP 8.4 or 8.5, you're leaving performance on the table. Contact your hosting provider about upgrading. Most modern WordPress themes and plugins are fully compatible with PHP 8.x.

Review Your Plugin Stack

WordPress 6.9's on-demand CSS loading only works with core blocks and properly-coded plugins. Poorly written plugins that enqueue styles globally will still bloat your pages. Audit your plugins and remove anything unnecessary.

Test Before Updating

Always test WordPress updates on a staging environment first. While 6.9 brings great improvements, custom code and older plugins may need adjustments.

Measure Your Baselines

Run PageSpeed Insights and Core Web Vitals tests before and after updating. Document your scores so you can quantify the improvements and identify if anything regressed. Our speed optimisation service includes full before-and-after benchmarking if you'd prefer professional help.

2026: Three Major Releases

After a slower 2025 with just two major releases, WordPress returns to three releases in 2026:

  • WordPress 7.0: 9 April 2026 (WordCamp Asia)
  • WordPress 7.1: 19 August 2026
  • WordPress 7.2: 8-10 December 2026

This faster cadence means more frequent improvements but also requires site owners to stay current with updates. For a deeper look at what 6.9 changed under the bonnet, our colleagues at 365i Hosting published a detailed breakdown of the seven speed changes in WordPress 6.9.

Frequently Asked Questions

How much faster is WordPress 6.9 compared to previous versions?

WordPress 6.9 delivers 2.8-5.8% performance improvements over WordPress 6.8. When running on PHP 8.5, performance gains reach up to 23% faster execution. These improvements come from on-demand block CSS loading, optimised script loading with fetchpriority, and a more efficient streaming block parser.

What is on-demand block CSS loading?

On-demand block CSS loading means WordPress 6.9 only loads stylesheets for blocks actually used on each page, rather than loading styles for every registered block. This sharply reduces page weight and improves loading times, particularly for sites using the block editor. A simple page no longer downloads unnecessary CSS for blocks it doesn't contain.

When is WordPress 7.0 being released?

WordPress 7.0 is scheduled for release on 9 April 2026, timed to coincide with WordCamp Asia. This marks the official launch of Gutenberg Phase 3, focusing on collaboration features. Two additional major releases are planned for 2026: WordPress 7.1 in August and WordPress 7.2 in December.

What collaboration features are coming in WordPress 7.0?

WordPress 7.0 introduces real-time collaborative editing, where multiple users can edit the same content simultaneously with live cursor tracking. The Notes feature enables threaded comments directly on blocks for asynchronous collaboration. However, full real-time collaboration may be limited initially due to hosting compatibility requirements for WebSocket connections.

What PHP version should I use with WordPress 6.9?

For optimal performance with WordPress 6.9, use PHP 8.4 or PHP 8.5. PHP 8.5 delivers up to 23% faster execution compared to older versions. Note that WordPress 7.0 will require minimum PHP 7.4, so upgrading now prepares your site for future updates while immediately improving performance.

What is the Abilities API in WordPress 7.0?

The Abilities API is a new framework for native AI integration in WordPress. It provides a standardised way for AI systems to interact with WordPress content: understanding structure, suggesting improvements, and automating tasks. This positions WordPress sites to be not just found by AI assistants, but properly understood by them.

Is it safe to update to WordPress 6.9?

WordPress 6.9 is a stable release, but you should always test updates on a staging environment first. Check that your theme and plugins are compatible, particularly if you use custom code or older plugins. Back up your site before updating, and monitor for any issues after the update goes live.

Do I still need performance plugins with WordPress 6.9?

While WordPress 6.9 includes significant core performance improvements, performance plugins can still provide additional benefits like caching, image optimisation, and CDN integration. Our 365i Performance Optimizer plugin is specifically designed to complement 6.9's built-in improvements without causing conflicts. However, review your plugin stack to avoid redundancy, as some features previously requiring plugins are now handled by WordPress core.

Need Help With WordPress Performance?

Our speed optimisation service ensures your WordPress site takes full advantage of 6.9's improvements. We audit, optimise, and future-proof your site for the best possible performance.

Learn About Speed Optimisation