PHPackages                             nicodemuz/doctrine-fixtures-timing-bundle - 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. [Database &amp; ORM](/categories/database)
4. /
5. nicodemuz/doctrine-fixtures-timing-bundle

ActiveSymfony-bundle[Database &amp; ORM](/categories/database)

nicodemuz/doctrine-fixtures-timing-bundle
=========================================

A Symfony bundle to load Doctrine fixtures with timing information and a top slowest fixtures report

v1.0.0(1y ago)02.4k↓50%MITPHPPHP ^8.3

Since Apr 2Pushed 4mo ago1 watchersCompare

[ Source](https://github.com/nicodemuz/doctrine-fixtures-timing-bundle)[ Packagist](https://packagist.org/packages/nicodemuz/doctrine-fixtures-timing-bundle)[ RSS](/packages/nicodemuz-doctrine-fixtures-timing-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (3)Versions (2)Used By (0)

📦 DoctrineFixturesTimingBundle
==============================

[](#-doctrinefixturestimingbundle)

A Symfony bundle that extends the DoctrineFixturesBundle to load fixtures with timing information ⏳ and a report of the top slowest fixtures 🐢.

🚀 Installation
--------------

[](#-installation)

Install the bundle via Composer:

```
composer require nicodemuz/doctrine-fixtures-timing-bundle
```

Enable the bundle in your Symfony application by adding it to `config/bundles.php`:

```
return [
    // ...
    Nicodemuz\DoctrineFixturesTimingBundle\DoctrineFixturesTimingBundle::class => ['dev' => true, 'test' => true],
];
```

🛠️ Usage
--------

[](#️-usage)

Run the command to load your fixtures with timing analysis:

```
php bin/console nicodemuz:doctrine:fixtures:load-with-timing
```

⏱️ Output Example
-----------------

[](#️-output-example)

```
Top 15 Slowest Fixtures
-----------------------

 ------------------------------------------------------ ----------------------
  Fixture Class                                          Time Taken (seconds)
 ------------------------------------------------------ ----------------------
  App\DataFixtures\ORM\UserFixtures                      7.251
  App\DataFixtures\ORM\MediaFixtures                     0.537
  App\DataFixtures\ORM\TagFixtures                       0.336
  App\DataFixtures\ORM\ForumFixtures                     0.204
  App\DataFixtures\ORM\SubscriptionFixtures              0.150
  ...                                                   ...
 ------------------------------------------------------ ----------------------

[✅] All 108 fixtures loaded in 24.591 seconds

```

⚡ Now you can easily identify and optimize the slowest fixtures in your project! 🚀

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance62

Regular maintenance activity

Popularity21

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

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

412d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f5f408fa7beb2fce595da3d3be70727b8b9e07e1ff8c7ee9837b7d3f2cde9dae?d=identicon)[nicodemuz](/maintainers/nicodemuz)

---

Top Contributors

[![nicodemuz](https://avatars.githubusercontent.com/u/1620454?v=4)](https://github.com/nicodemuz "nicodemuz (1 commits)")

### Embed Badge

![Health badge](/badges/nicodemuz-doctrine-fixtures-timing-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/nicodemuz-doctrine-fixtures-timing-bundle/health.svg)](https://phpackages.com/packages/nicodemuz-doctrine-fixtures-timing-bundle)
```

###  Alternatives

[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[kimai/kimai

Kimai - Time Tracking

4.6k7.4k1](/packages/kimai-kimai)[bolt/core

🧿 Bolt Core

585142.5k54](/packages/bolt-core)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)[worksome/foggy

Foggy is a tool for making database dumps with some data removed/changed.

26571.7k1](/packages/worksome-foggy)

PHPackages © 2026

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