Extends Magento 2 Varnish capabilities by allowing configurable tracking parameters and removal of marketing parameters from URLs. Improves Varnish cache hit rate.
Developer Tools
Debugging, profiling, testing, migrations, code generation
Indexes var/log and var/report files into OpenSearch vector storage for hybrid keyword and semantic search, with an admin search page, a CLI indexer, and support for OpenAI, Gemini, and Voyage AI providers.
Transforms var/log files into an actionable health dashboard, surfacing recurring errors and silent failures such as failed ERP/CRM syncs while scanning multi-gigabyte logs with minimal memory use.
Looking for contributors - Help fix build issues
CLI tool that runs a colour-coded, sectioned health check of a Magento environment and deployment configuration — PHP, deploy mode, filesystem, database, indexers — and scores overall system health on a 0–100 scale.
Looking for contributors - Help fix build issues
Monitors and logs all Magento 2 REST API requests and responses from the admin panel. Provides a grid view of API traffic for debugging and auditing API integrations.
Looking for contributors - Help fix build issues
Fixes intermittent 404 errors for .min.js files in Magento 2 production mode caused by stale baseUrl closures and double-wrapping in the requirejs-min-resolver. Patches both frontend and admin contexts with an idempotent guard.
Sends Magento 2 Monolog records to a Buggregator debugging server endpoint, enabling centralized log viewing and analysis outside of the Magento file system.
Adds a debug toolbar to Magento 2, displaying request/response data, SQL queries, profiler information, layout details, and cached items. Helps developers debug by providing insights into application execution.
Manages Content Security Policy rules via Magento CLI, storing them in env.php for environment-specific control without database access. Includes automatic CSP header splitting to avoid size limits on servers.
Framework for building robust data imports in Magento from files, databases, or web APIs, with configurable specifications, transformers, filters, writers, indexing, and report handlers.
Looking for contributors - Help fix build issues
Generates Magento catalogs from YAML configuration files. Uses direct SQL queries to create categories, products, websites, and customer groups.
Adds a unique UUID attribute to Magento 2 customers, automatically generated on install and new customer creation. Exposes the UUID via GraphQL and displays it in the admin customer grid and edit form.