PHPackages                             inpvlsa/magento-clockwork - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Debugging &amp; Profiling](/categories/debugging)
4. /
5. inpvlsa/magento-clockwork

ActiveMagento2-module[Debugging &amp; Profiling](/categories/debugging)

inpvlsa/magento-clockwork
=========================

Development tool for Magento 2 with timeline, database queries, cache, templates, and more. Built on Clockwork.

1.1.3(1y ago)311.1k↓62.2%3[2 issues](https://github.com/INPVLSA/magento-clockwork/issues)MITPHPPHP ^7.4||^8.1||^8.2||^8.3||^8.4

Since Mar 23Pushed 1y ago1 watchersCompare

[ Source](https://github.com/INPVLSA/magento-clockwork)[ Packagist](https://packagist.org/packages/inpvlsa/magento-clockwork)[ RSS](/packages/inpvlsa-magento-clockwork/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (7)Dependencies (2)Versions (11)Used By (0)

⚙️ Clockwork for Magento 2
==========================

[](#️-clockwork-for-magento-2)

[![PHP 7.4+](https://camo.githubusercontent.com/b43c9d6cd8939c4868f963284928566c4c35dd2da0725c027f95a3d62f2f0329/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d372e342532422d626c75652e737667)](#)[![Magento 2.4.3+](https://camo.githubusercontent.com/0f4c87b0074cd2b0539960d1634e4062de94d9f15711ae70e2bfe54c20912523/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4d6167656e746f2d322e342e332532422d6f72616e67652e737667)](#)[![License MIT](https://camo.githubusercontent.com/784362b26e4b3546254f1893e778ba64616e362bd6ac791991d2c9e880a3a64e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d677265656e2e737667)](#)[![Packagist Version](https://camo.githubusercontent.com/055476c4706e0b4975e1e30bfa8ef6c1360f4df106069589f9d894d6afd883d1/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f696e70766c73612f6d6167656e746f2d636c6f636b776f726b)](https://camo.githubusercontent.com/055476c4706e0b4975e1e30bfa8ef6c1360f4df106069589f9d894d6afd883d1/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f696e70766c73612f6d6167656e746f2d636c6f636b776f726b)[![Packagist Downloads](https://camo.githubusercontent.com/1a58fbb65bdc6878f46da58420465fc36f9e424b78251a9962a762330a40a2c4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f696e70766c73612f6d6167656e746f2d636c6f636b776f726b)](https://camo.githubusercontent.com/1a58fbb65bdc6878f46da58420465fc36f9e424b78251a9962a762330a40a2c4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f696e70766c73612f6d6167656e746f2d636c6f636b776f726b)

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](https://github.com/itsgoingd/clockwork).

🚀 Key Features
--------------

[](#-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
--------------

[](#-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
--------------

[](#-installation)

```
# Recommended for development environments only
composer require inpvlsa/magento-clockwork --dev

# For dev/stage environments (see Authentication section)
composer require inpvlsa/magento-clockwork
```

> You are free now to install it to non-local instances (with no `--dev`), check the [Authentication](#-authentication) section. But I strongly recommend not adding packages to production environments and use `--dev` flag.

⚙️ Configuration
----------------

[](#️-configuration)

Enable the module and turn on Clockwork writing mode:

```
php bin/magento module:enable Inpvlsa_Clockwork
php bin/magento config:set dev/clockwork/enabled 1
```

### Storage options

[](#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:

```
php bin/magento config:set dev/clockwork/data_storage file|redis
```

> ### Redis Configuration Note
>
> [](#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](_doc/Redis.md).

🔐 Authentication
----------------

[](#-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](_doc/Authentication.md).

🧩 Usage
-------

[](#-usage)

1. Navigate to `/clockwork` from your Magento root URL
2. Explore timeline events grouped by type
3. Use text filters to search specific information
4. Utilize the button on the right of the search input for additional sorting options
5. Explore logs, database queries, cache operations, collections tab, enjoy!

📸 Feature Showcase
------------------

[](#-feature-showcase)

[![Web1](https://github.com/INPVLSA/magento-clockwork/raw/assets/repo_asset/Web.png?raw=true)](https://github.com/INPVLSA/magento-clockwork/blob/assets/repo_asset/Web.png?raw=true)[![Web2](https://github.com/INPVLSA/magento-clockwork/raw/assets/repo_asset/Web2.png?raw=true)](https://github.com/INPVLSA/magento-clockwork/blob/assets/repo_asset/Web2.png?raw=true)[![Collection](https://github.com/INPVLSA/magento-clockwork/raw/assets/repo_asset/Collection.png?raw=true)](https://github.com/INPVLSA/magento-clockwork/blob/assets/repo_asset/Collection.png?raw=true)[![Db](https://github.com/INPVLSA/magento-clockwork/raw/assets/repo_asset/Db.png?raw=true)](https://github.com/INPVLSA/magento-clockwork/blob/assets/repo_asset/Db.png?raw=true)[![Cache](https://github.com/INPVLSA/magento-clockwork/raw/assets/repo_asset/Cache.png?raw=true)](https://github.com/INPVLSA/magento-clockwork/blob/assets/repo_asset/Cache.png?raw=true)[![Events](https://github.com/INPVLSA/magento-clockwork/raw/assets/repo_asset/Events.png?raw=true)](https://github.com/INPVLSA/magento-clockwork/blob/assets/repo_asset/Events.png?raw=true)[![Request](https://github.com/INPVLSA/magento-clockwork/raw/assets/repo_asset/Request.png?raw=true)](https://github.com/INPVLSA/magento-clockwork/blob/assets/repo_asset/Request.png?raw=true)[![OpenSearch](https://github.com/INPVLSA/magento-clockwork/raw/assets/repo_asset/OpenSearch.png?raw=true)](https://github.com/INPVLSA/magento-clockwork/blob/assets/repo_asset/OpenSearch.png?raw=true)

###  Health Score

40

—

FairBetter than 86% of packages

Maintenance47

Moderate activity, may be stable

Popularity29

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~11 days

Recently: every ~19 days

Total

8

Last Release

388d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/26792748?v=4)[Uladzislaŭ Marudzenka](/maintainers/INPVLSA)[@INPVLSA](https://github.com/INPVLSA)

---

Top Contributors

[![INPVLSA](https://avatars.githubusercontent.com/u/26792748?v=4)](https://github.com/INPVLSA "INPVLSA (110 commits)")

---

Tags

magento-2magento2magento2-extensionmagento2-module

### Embed Badge

![Health badge](/badges/inpvlsa-magento-clockwork/health.svg)

```
[![Health](https://phpackages.com/badges/inpvlsa-magento-clockwork/health.svg)](https://phpackages.com/packages/inpvlsa-magento-clockwork)
```

###  Alternatives

[fastly/magento2

Fastly CDN Module for Magento 2.4.x

1564.4M1](/packages/fastly-magento2)[yireo/magento2-whoops

Magento 2 module adding Whoops error handling

104756.6k](/packages/yireo-magento2-whoops)[smile/module-debug-toolbar

Smile Debug Toolbar

145260.8k2](/packages/smile-module-debug-toolbar)[clawrock/magento2-debug

Magento 2 debug module based on Magento 1 Profiler with some extra features.

8624.4k1](/packages/clawrock-magento2-debug)[myparcelnl/magento

A Magento 2 module that creates MyParcel labels

1860.2k](/packages/myparcelnl-magento)[mage-os/module-automatic-translation

Automatic AI content translation for Mage-OS.

3017.9k](/packages/mage-os-module-automatic-translation)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
