A Magento 2 module that implements automatic read/write database splitting. Read queries are distributed across multiple read replicas using round-robin selection, while write operations always go to the master database. CLI operations (indexing, cron, console commands) always use the master to avoid temporary table conflicts. We ensure a 'writer first' approach and include a writer fallback for defensive posturing. It is built to support multiple readers, but 1 will work just as well.
28 Oct 2025
Automatically generate optimized llms.txt files for stores, helping AI systems to better understand the site's content. It features AI-powered content selection, one-click generation, and multi-store support while ensuring compliance with relevant standards.
28 Oct 2025
This module saves all 404 URLs to a database, providing an admin grid for reporting, redirect configuration, and filtering by store view. It includes a count so you can see which 404 urls needs your attention first.
30 Sep 2025
This module provides a snapshot of Redis health directly within the admin panel, visualizes historic health statistics, and supports different platforms. It features dedicated configurations, is designed for extensibility, and is installable via Composer. Note that it is incompatible with instances using Redis L2 cache or certain backend classes.
Magento 2 Module "Grouped Products Manager" adds new features for grouped products
19 Aug 2025
A Magento 2 module that enhances HTMX integration by providing structured controllers, events, view models, services, and enums to streamline dynamic HTML responses. An HTMX request expects an HTML snippet in response, which will be dynamically swapped into the frontend page.
07 Jul 2025
This module allows you to replace the Magento 2 default messaging system with flash messages.
This Magento 2 module adds the partytown library to your project with some configuration options to allow you to load some scripts such as GTM off the main thread to help with performance.
03 Nov 2024
This Magento 2 module provides a well-known endpoint for the 'change password' functionality, allowing seamless redirection to the customer password change page.
This module allows the integration CSP rules from Sansec Watch (https://sansec.watch/) into Magento without the need for file manipulations and a re-deployment