Download the PHP package hch/performance-optimizer-bundle without Composer
On this page you can find all versions of the php package hch/performance-optimizer-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download hch/performance-optimizer-bundle
More information about hch/performance-optimizer-bundle
Files in hch/performance-optimizer-bundle
Package performance-optimizer-bundle
Short Description A Symfony bundle for automatic performance optimization.
License MIT
Informations about the package performance-optimizer-bundle
PerformanceOptimizerBundle
A Symfony bundle for automatic performance optimization.
Features
- Analyze database queries.
- Check cache configuration.
- Display performance metrics in the profiler.
Installation
-
Add the bundle to your project:
-
Enable the bundle in your
config/bundles.php
file: -
Run the optimization command:
-
Usage Options:
You can specify options to run specific optimizations: : Optimize cache performance. : Check configuration files. : Optimize assets. : Optimize images. : Check for N+1 queries.
Example:
-
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
This bundle is released under the MIT License.
All versions of performance-optimizer-bundle with dependencies
symfony/framework-bundle Version ^6.0
symfony/http-kernel Version ^6.0
symfony/console Version ^6.0