Drupal 11.2.0: Faster Installs, OOP Hooks, AVIF Support, JSON Schema, and PHPUnit 11
Priyanka Phukan authored the Specbee blog post discussing Drupal 11.2.0’s backend and frontend performance boosts. The release streamlines module installations with a three to four times speed improvement. Developers can replace legacy module files with object-oriented hook classes. JSON schema support simplifies headless and third-party integrations.
Native AVIF image handling reduces file sizes while preserving image quality. A WebP fallback ensures server compatibility when AVIF is unsupported. Refined render caching reduces backend queries and boosts page rendering. The modern navigation module enhances the admin UI with intuitive controls. PHPUnit 11 support enables updated testing workflows for PHP 8.4.
The post highlights key upgrades but relies on promotional language rather than benchmarks. Actionable guidance, such as enabling AVIF and JSON schema, helps with planning. However, detailed migration steps and performance metrics are missing. Readers should trial these features on a staging environment before upgrading live sites.

