Allows admins to view, search, download, and delete log files directly from the Magento admin panel. Simplifies log management without requiring server access.
DevOps & Infrastructure
Deployment, cron, Flysystem, multi-threading
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.
Sends Magento 2 errors to Sentry. Allows configurable log levels and uses the Sentry SDK for error reporting.
Looking for contributors - Help fix build issues
Warms CDN and Varnish full-page cache by crawling URLs from sitemaps plus static, media, and dynamic catalog images, run manually, by cron, or embedded in deployment scripts.
Looking for contributors - Help fix build issues
Looking for contributors - Help fix build issues
Mirrors Magento's default logs and errors to stderr, facilitating centralized logging in Docker environments. Simplifies log collection for containerized Magento 2 deployments.
Deletes "ghost" indices in Smile Elasticsuite via a cron job. This helps maintain a clean and efficient Elasticsearch setup.
Looking for contributors - Help fix build issues
Allows running CLI commands from the Magento admin panel. Restrict access to commands using Magento ACL.
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.
Limits the number of GraphQL queries and mutations from a client within a defined timeframe. Prevents abuse by restricting excessive requests to create sessions or customer data.
Looking for contributors - Help fix build issues
Automatically flushes Magento 2 caches (config, block_html, full_page) after saving system configuration. Useful for development environments to avoid manual cache flushing.