Allows admins to test Magento 2 email sending. Helps verify email configuration and delivery.
No Errors in Developer Tools
These modules have no PHPCS errors (warnings OK), pass PHPStan, and build correctly.
Allows rendering of additional templates within a block, before, after, or nested within the original template. Configure templates and their positions via layout XML.
Reduces cache keys by removing product/category specific layout handles. Improves performance by decreasing cache size and average Redis TTL.
Adds Whoops error handling to Magento 2 for improved debugging. Provides detailed error reports to assist developers in identifying and resolving issues.
Adds RTL (right-to-left) support to Magento themes and modules. It provides CSS classes and LESS mixins for easier styling of RTL layouts.
A compatibility extension to use with Magento 2 DataPatchCreator and MarkShust_SimpleData extensions.
Provides tools for testing the Magento 2 checkout process. Simplifies checkout testing and debugging.
Adds the option to re-enable Swagger via configuration. It's disabled in production mode since Magento 2.4.4.
Adds a configuration setting to enable or disable Two-Factor Authentication in Magento 2.4. Allows administrators to control 2FA functionality via the admin panel.
A module that simplifies calling Magento data structures and provides a SimpleDataPatch class which simplifies writing data patch scripts.
Disables Magento 2 core logging to improve performance. Reduces unnecessary database writes and file system operations.
This module disables various log attempts of the Magento core, improving performance slightly.