Integrates with the MageSpecialist Chrome Toolbar for enhanced Magento 2 debugging. Provides theme, controller, block, UI component, and profiler information within the toolbar.
No Errors Modules
These modules have no PHPCS errors (warnings OK), pass PHPStan, and build correctly.
Automatically removes stale rows from the cron_schedule table once a day, preventing it from growing huge and causing slow cron runs and heavy CPU usage.
Module adds a navigation link between order, shipment, invoice and credit memo items and its related products.
Changes the order status column color in the admin order grid. Color is based on the current order status, improving visual identification.
Automatically flushes Magento 2 caches (config, block_html, full_page) after saving system configuration. Useful for development environments to avoid manual cache flushing.
Improves page loading speed by lazy loading images. Loads images only when they are visible in the viewport, saving bandwidth and improving website performance.
Apollo-compatible automatic persisted queries, to improve GraphQL network performance.
Splits the first street line in checkout into separate street and house-number fields using a layout processor and matching Knockout components.
Removes the default store code from URLs in Magento 2. Simplifies URLs and can improve SEO by avoiding duplicate content.
Calculates image dimensions (width and height) using PHP. Supports various image formats and falls back to a fast image size library if needed.
Enables the use of Twig template engine for Magento 2, allowing developers to write templates using the `.twig` file extension. It dispatches events for modifying Twig's loader and environment.