PHPackages                             ityetti/database-profiler - 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. ityetti/database-profiler

ActiveMagento2-module

ityetti/database-profiler
=========================

Simple Magento 2 Database Profiler

1.0.0(5y ago)747Open Software License (OSL)PHP

Since Jan 30Pushed 2y ago2 watchersCompare

[ Source](https://github.com/ityetti/database-profiler)[ Packagist](https://packagist.org/packages/ityetti/database-profiler)[ RSS](/packages/ityetti-database-profiler/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

ITYetti Database Profiler
=========================

[](#ityetti-database-profiler)

Description
-----------

[](#description)

This extension shows sql queries and execution time in simple table view. You can see which of the SQL process take a lot of time and optimize your code.

Compatibility
-------------

[](#compatibility)

- Magento v2.4.1 (Should work on previous versions. Not tested)

Installation Instructions
-------------------------

[](#installation-instructions)

1. `composer require ityetti/database-profiler`
2. Open project config file `app/etc/env.php` and add profiler class to your configuration:

```
   'db' => [
        'connection' => [
            'default' => [
                'profiler' => [
                    'class' => '\Magento\Framework\DB\Profiler',
                    'enabled' => true
                ]
            ]
        ]
    ]

```

3. `bin/magento module:enable ITYetti_DatabaseProfiler`
4. `bin/magento setup:upgrade`
5. Go to Admin - Store - Configuration - ITYetti - Database Profiler
6. `Enable On Frontend` - Yes
7. `Enable On Backend` - Yes

[![ITYetti Database Profiler](https://github.com/ityetti/database-profiler/raw/main/database-profiler.png?raw=true)](https://github.com/ityetti/database-profiler/blob/main/database-profiler.png?raw=true)

Uninstallation
--------------

[](#uninstallation)

1. `composer remove ityetti/database-profiler`

Support
-------

[](#support)

If you have any issues with this extension, open an issue on [GitHub](https://github.com/ityetti/database-profiler/issues).

Contribution
------------

[](#contribution)

Any contribution is highly appreciated. The best way to contribute code is to open a [pull request on GitHub](https://github.com/ityetti/database-profiler/pulls).

Developer
---------

[](#developer)

Oleksii Borovyk

License
-------

[](#license)

[OSL - Open Software Licence 3.0](http://opensource.org/licenses/osl-3.0.php)

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

1934d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2081ac129ce7f9ba8313ef20fdf868f4cadc7ee62cc01d2e24b1af57cd09ec8c?d=identicon)[ityetti](/maintainers/ityetti)

---

Top Contributors

[![ityetti](https://avatars.githubusercontent.com/u/26219171?v=4)](https://github.com/ityetti "ityetti (9 commits)")

### Embed Badge

![Health badge](/badges/ityetti-database-profiler/health.svg)

```
[![Health](https://phpackages.com/badges/ityetti-database-profiler/health.svg)](https://phpackages.com/packages/ityetti-database-profiler)
```

###  Alternatives

[fastly/magento2

Fastly CDN Module for Magento 2.4.x

1564.2M1](/packages/fastly-magento2)[mage-os/module-automatic-translation

Automatic AI content translation for Mage-OS.

277.1k](/packages/mage-os-module-automatic-translation)[zepgram/module-rest

Technical module to industrialize API REST call with dependency injection pattern using Guzzle library

1326.2k](/packages/zepgram-module-rest)[graycore/magento2-graphql-introspection-cache

1015.2k](/packages/graycore-magento2-graphql-introspection-cache)[mage-os/mageos-common-async-events

Send REST requests to external endpoints asynchronously. This module implements the most common events like order creation and customer change.

147.7k2](/packages/mage-os-mageos-common-async-events)[mage-os/module-inventory-reservations-grid

Add a grid with the list of inventory reservations.

126.8k](/packages/mage-os-module-inventory-reservations-grid)

PHPackages © 2026

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