Reduces cache keys by removing product/category specific layout handles. Improves performance by decreasing cache size and average Redis TTL.
Developer Tools
Debugging, profiling, testing, migrations, code generation
Enables Sezzle payment gateway within Magento 2. Allows customers to pay for purchases in installments.
Integrates the CodeMirror code editor into Magento 2 admin. Provides form elements for UI components and frontend models for system configuration.
Sends Magento 2 logs to an OpenTelemetry (OTLP) endpoint. Supports providers like Middleware, Honeycomb, OpenObserve, Dynatrace, and Grafana Cloud.
Enables Magento 2 to connect to MariaDB versions 10.5-11.x for development. Allows usage of newer MariaDB versions that are not officially supported.
Looking for contributors - Help fix build issues
Provides CLI commands to cleanup unused product, category, and swatches media files. Also removes illegal media gallery entries and fixes missing product image references.
Allows admins to test Magento 2 email sending. Helps verify email configuration and delivery.
Allows rendering of additional templates within a block, before, after, or nested within the original template. Configure templates and their positions via layout XML.
Provides utilities to simplify Magento 2 integration testing. Includes helper functions, traits with PHPUnit assertions, and tools for managing test configurations.
Validates Magento 2 extension code by checking for missing dependencies in module.xml and composer.json. It helps identify undeclared dependencies and deprecated classes.
Provides a declarative fixture library for Magento 2 integration tests. Simplifies creation of customers, products, carts, and orders with configurable builders.
Manages Magento 2 database variables using files. Allows sharing, versioning, and environment-specific configuration.