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)03.0k↑200%MITPHPPHP ^8.3

Since Apr 2Pushed 6mo 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 3d 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 83% of packages

Maintenance58

Moderate activity, may be stable

Popularity21

Limited adoption so far

Community7

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

459d 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.4M204](/packages/sulu-sulu)[kimai/kimai

Kimai - Time Tracking

4.8k9.0k1](/packages/kimai-kimai)[oro/platform

Business Application Platform (BAP)

645143.5k115](/packages/oro-platform)[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

1189.8k](/packages/rcsofttech-audit-trail-bundle)[ecotone/symfony-bundle

Ecotone for Symfony — CQRS, Event Sourcing, Sagas, Durable Workflows, and Outbox on top of Symfony Messenger, via PHP attributes.

11249.0k1](/packages/ecotone-symfony-bundle)

PHPackages © 2026

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