Adds application health monitoring via Oh Dear, shipping with built-in checks for disk space, CPU load, database connections and PHP-FPM, plus a framework for writing custom checks.
No Errors in DevOps & Infrastructure
These modules have no PHPCS errors (warnings OK), pass PHPStan, and build correctly.
Magento 2 Cron Job Manager
ethanyehuda/magento2-cronjobmanager 76
Automatically updates Magento's base URL when using ngrok. Separates caches for local and ngrok domains to prevent broken links and improve browsing experience.
Adds Whoops error handling to Magento 2 for improved debugging. Provides detailed error reports to assist developers in identifying and resolving issues.
Varnish ESI Theme Context
Strict Complianthryvinskyi/magento2-esi-page-layout 71
Ensures correct theme context and cache segmentation for Varnish ESI block requests in multi-theme Magento setups. Prevents ESI blocks from being rendered with the wrong theme and skips inline rendering of TTL blocks that will be served via ESI includes.
Taurus Varnish Config
taurus-media/module-varnish-config 68
Automatically keeps Varnish configuration current by downloading a remote VCL template on a daily cron, processing it through Magento native VclGenerator placeholder substitution, and loading the result into the running Varnish instance via varnishadm. Also provides a CLI command for deployment pipelines.
Periodically exports a stripped database to an Amazon S3 bucket. It can also import a remote database dump from S3 to local.
Retrieves product images from a production server for use in development environments. Simplifies development by using live images without directly accessing the production database.
Magento 2 module to validate JSON Structures against a given Schema.
Adds CLI commands to manage Magento 2 themes. Allows listing, assigning, and creating themes from the command line.
Filters out configured message patterns from being written to Magento logs, useful for suppressing bot-triggered exceptions that would otherwise flood log files.
Logs Archiver for Magento 2
web-atypique/log-archiver 71
Archives Magento log files into .gz archives under var/log/archive, on a configurable cron schedule or on demand via a CLI command.