PHPackages                             hch/performance-optimizer-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. hch/performance-optimizer-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

hch/performance-optimizer-bundle
================================

A Symfony bundle for automatic performance optimization.

v1.0.0(1y ago)117MITPHPPHP &gt;=8.0

Since Oct 9Pushed 1y ago1 watchersCompare

[ Source](https://github.com/lechaabani/PerformanceOptimizerBundle)[ Packagist](https://packagist.org/packages/hch/performance-optimizer-bundle)[ RSS](/packages/hch-performance-optimizer-bundle/feed)WikiDiscussions main Synced 1mo ago

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

PerformanceOptimizerBundle
==========================

[](#performanceoptimizerbundle)

A Symfony bundle for automatic performance optimization.

Features
--------

[](#features)

- Analyze database queries.
- Check cache configuration.
- Display performance metrics in the profiler.

Installation
------------

[](#installation)

1. Add the bundle to your project:

    ```
    composer require hch/performance-optimizer-bundle
    ```
2. Enable the bundle in your `config/bundles.php` file:

    ```
    return [
        // ...
        HCH\PerformanceOptimizerBundle\PerformanceOptimizerBundle::class => ['all' => true],
    ];
    ```
3. Run the optimization command:

    ```
    php bin/console performance:optimize
    ```
4. Usage Options:

    You can specify options to run specific optimizations: `--cache` : Optimize cache performance. `--config` : Check configuration files. `--assets` : Optimize assets. `--images` : Optimize images. `--queries` : Check for N+1 queries.

    Example:

    ```
    ```
    php bin/console performance:optimize --cache --assets
    ```

    ```
5. Contributing:

    Contributions are welcome! If you'd like to contribute to the PerformanceOptimizerBundle, please follow these steps:

    1- Fork the repository.

    2- Create a feature branch (git checkout -b feature/YourFeature).

    3- Make your changes and commit them (git commit -m 'Add some feature').

    4- Push to the branch (git push origin feature/YourFeature).

    5- Create a pull request.

License
-------

[](#license)

This bundle is released under the MIT License.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance36

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity44

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

585d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7e8d866baf77d018f6f41d6dfe3fd8104dfe49a30b5c717bad62cefd1d8a3d43?d=identicon)[Hamadi](/maintainers/Hamadi)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/hch-performance-optimizer-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/hch-performance-optimizer-bundle/health.svg)](https://phpackages.com/packages/hch-performance-optimizer-bundle)
```

###  Alternatives

[symfony/maker-bundle

Symfony Maker helps you create empty commands, controllers, form classes, tests and more so you can forget about writing boilerplate code.

3.4k111.1M568](/packages/symfony-maker-bundle)[symplify/monorepo-builder

Not only Composer tools to build a Monorepo.

5205.3M82](/packages/symplify-monorepo-builder)[pentatrion/vite-bundle

Vite integration for your Symfony app

2725.3M13](/packages/pentatrion-vite-bundle)[shivas/versioning-bundle

Symfony application versioning, simple console command to manage version (with providers e.g. git tag) of your application using Semantic Versioning 2.0.0 recommendations

1121.2M1](/packages/shivas-versioning-bundle)[netgen/layouts-core

Netgen Layouts enables you to build and manage complex web pages in a simpler way and with less coding. This is the core of Netgen Layouts, its heart and soul.

3689.4k10](/packages/netgen-layouts-core)[symfony/ai-bundle

Integration bundle for Symfony AI components

30282.3k6](/packages/symfony-ai-bundle)

PHPackages © 2026

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