Install

Works with Drupal: ^10 || ^11

Using Composer to manage Drupal site dependencies

Alternative installation files

Download tar.gz 19.45 KB
MD5: 743239791086eb18285f65dce50aeb3c
SHA-1: 7dc4b2b081c3b7b663c877e6e08dfaa27b561637
SHA-256: a3b8c9994dfe0e74599b84c28bdc6da57ad89b224de4e7cff720580620bf684a
Download zip 32.83 KB
MD5: 2645add4bcad8ca9c4585fc8de8c8491
SHA-1: 021878d5b5aa53cd70289166ba6000979f63ca89
SHA-256: 3cac4d1f13381c1a75d78bad09a6ec3ad9e5b8a88ebf74ddfb8556dc4a17b3e9

Release notes

Refactored Alert Messages for High Performance Caching

This release introduces a major architectural change to how Alert Messages are rendered. It uses the "Lazy Builder" to decouple the alert logic from the main page load. The stack middleware approach has been dropped for the implementation of a cache policy which should be more robust and avoid issues encountered by invalidating cache tags during the page bootstrapping process.

  • Significantly reduced database load: Personalization (user roles, specific user IDs) no longer bloats the global page cache.
  • Optimized for Varnish: Validated compatibility with external caching layers, ensuring fast load times for anonymous traffic while maintaining dynamic functionality for cookie-based interactions.

Migration from 1.0.x should be straight forward, simply upgrade and clear the cache.

Created by: aporie
Created on: 9 Jan 2026 at 09:26 UTC
Last updated: 9 Jan 2026 at 09:38 UTC
New features

Other releases