Reduces cache keys by removing product/category specific layout handles. Improves performance by decreasing cache size and average Redis TTL.
No Errors in Developer Tools
These modules have no PHPCS errors (warnings OK), pass PHPStan, and build correctly.
Speeds up the creation of admin grids and forms in Magento 2. Simplifies UI component development for faster admin panel customization.
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.
Simplifies HTMX integration by providing structured controllers, events, and view models for streamlined dynamic HTML responses. Offers utilities for handling HTMX requests and managing response headers.
Allows admins to view, search, download, and delete log files directly from the Magento admin panel. Simplifies log management without requiring server access.
Logs all Magento 2 REST API requests and responses to a file. Useful for debugging and monitoring API integrations.
Enables custom log file configuration via system configuration. Allows specifying a log file name and level for different modules or integrations.
Disables Google reCAPTCHA based on whitelisted IP addresses or browser User-Agent. Useful for automated testing by bypassing CAPTCHA challenges.
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.