Download the PHP package inpvlsa/magento-clockwork without Composer
On this page you can find all versions of the php package inpvlsa/magento-clockwork. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download inpvlsa/magento-clockwork
More information about inpvlsa/magento-clockwork
Files in inpvlsa/magento-clockwork
Package magento-clockwork
Short Description Development tool for Magento 2 with timeline, database queries, cache, templates, and more. Built on Clockwork.
License MIT
Informations about the package magento-clockwork
⚙️ Clockwork for Magento 2
A powerful development tool that brings advanced debugging and profiling capabilities to Magento 2.
Track timeline events, database queries, cache operations, template rendering, and more - all through an intuitive interface built on ⚙️ Clockwork.
🚀 Key Features
- Comprehensive Timeline: View and filter all page events by type or text
- Interactive Toolbar: Quick access to debugging tools
- Detailed Profiling: Track a wide range of timeline events:
- Routing processes
- Layout rendering
- Event dispatching
- Observer execution
- Collection loading
- Database Monitoring
- SQL query inspection with syntax highlighting
- Sort, search, and analyze database operations
- Template Insights: Track template rendering performance
- Cache Inspection: Monitor cache operations with identifiers, data, tags, and TTL
- Request Analysis: Examine Magento-specific and HTTP request data
- Search Integration: Track all OpenSearch/ElasticSearch queries and responses
- AJAX Support: Monitor all HTTP requests in the frontend area
📋 Requirements
- PHP 7.4+
- Magento 2 (Community Edition)
- Tested on versions:
- 2.4.3 (PHP 7.4, with 3rd party extensions)
- 2.4.6 (PHP 8.1, Hyva, 3rd party extensions)
- 2.4.7 (PHP 8.3, clean installation)
Note: Minimum tested Magento version is 2.4.3. Enterprise Edition compatibility not yet verified.
📦 Installation
You are free now to install it to non-local instances (with no
--dev
), check the Authentication section. But I strongly recommend not adding packages to production environments and use--dev
flag.
⚙️ Configuration
Enable the module and turn on Clockwork writing mode:
Storage options
By default, data is stored in files. You can change the storage method:
- Via admin panel: Stores → Advanced → Developer → Clockwork
- Or using CLI:
Redis Configuration Note
- Pre-set configuration of Redis storage requires Magento session storage to be configured for Redis
- The module retrieves Redis connection data from Magento deployment config if not a "custom" redis credential is set in module configuration tab
- Check logs after switching to Redis - errors will cause fallback to file storage
For detailed Redis configuration, see Redis Documentation.
🔐 Authentication
Authentication is automatically configured for local development environments.
If you can't access the /clockwork URL, add your IP to the maintenance mode whitelist.
For detailed authentication options, see Authentication Documentation.
🧩 Usage
- Navigate to
/clockwork
from your Magento root URL - Explore timeline events grouped by type
- Use text filters to search specific information
- Utilize the button on the right of the search input for additional sorting options
- Explore logs, database queries, cache operations, collections tab, enjoy!
📸 Feature Showcase
All versions of magento-clockwork with dependencies
magento/framework Version ^101.0.0 || ^102.0.0 || ^103.0.0
itsgoingd/clockwork Version ^5.3