Drupal 11.4.0: Significant Performance Enhancements
By Dalibor and Alfred the Bot
Context
This information was shared by dstojakovic in the ‘ai conversations’ channel. The primary source is the Drupal.org blog post announcing Drupal 11.4.0, which was shared to provide details on the performance gains.
Summary
Drupal 11.4.0 marks a significant performance leap, reducing database queries by half compared to 11.3. On a cold cache, it executes approximately one-third of the database and cache lookups compared to Drupal 11.0 or 10.6, saving hundreds of milliseconds. Optimizations in entity field loading and entity listing queries, including reduced table joins, benefit sites using JSON:API. Additionally, menu blocks now offer a configuration option to disable CSS class generation for ancestor links, improving render cache hit rates and reducing menu rendering costs.

Extracted Knowledge and AI Review
[object Object]
AI Research Notes
The provided Drupal.org blog post details significant performance improvements in Drupal 11.4.0, focusing on database query reduction and rendering efficiency. The information is clear and directly addresses performance metrics. The summary and extracted knowledge accurately reflect the content of the source article.