How Drupal 11.3 Achieved Its Biggest Performance Leap in a Decade
A recent article by ImageX explores the performance improvements introduced in Drupal 11.3, describing them as the most significant speed advancement since Drupal 8.0.0. Written by Nadiia Nykolaichuk, the analysis reviews how Drupal has historically relied on layered performance strategies such as extensive caching, BigPipe streaming, database query optimisation, asset aggregation, modern image formats, CDN integration, and performance monitoring.
The most substantial improvements in Drupal 11.3 centre on the adoption of PHP Fibers, which enable more efficient coordination of page rendering tasks. By grouping entity loads and cache operations, Drupal reduces redundant database queries and memory usage, particularly in cold-cache scenarios. Automated performance testing through the Gander framework further refined hook execution and field discovery, while BigPipe has been rebuilt using HTMX, cutting JavaScript payload size by up to 71% and reducing unnecessary front-end overhead.
Performance benchmarks comparing Drupal 11.2 and 11.3 show measurable gains, including 31% fewer SQL queries on cold caches, nearly 50% fewer queries on partially warmed caches, and estimated request time reductions of up to 33%. According to the article, these improvements significantly lower the baseline cost of each request, particularly for medium and large content-heavy sites, reinforcing Drupal’s emphasis on efficiency, scalability, and modern architectural practices.


