PHPackages                             lexik/framework-accelerator-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. [Framework](/categories/framework)
4. /
5. lexik/framework-accelerator-bundle

ActiveSymfony-bundle[Framework](/categories/framework)

lexik/framework-accelerator-bundle
==================================

A Symfony Bundle to accelerate your application

161913PHP

Since Sep 6Pushed 8y ago8 watchersCompare

[ Source](https://github.com/lexik/LexikFrameworkAcceleratorBundle)[ Packagist](https://packagist.org/packages/lexik/framework-accelerator-bundle)[ RSS](/packages/lexik-framework-accelerator-bundle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

LexikAcceleratorBundle
======================

[](#lexikacceleratorbundle)

April fools 😺

In web development everyone has been faced with customers who want faster pages. As Lexik cares about application performance a lot, our team has invested many years of R&amp;D in order to develop a brand new optimization technique.

Thus we have developed this formidable bundle, the LexikAcceleratorBundle. And at Lexik as we are cool we share this bundle. This little bundle helps to make pages rendering 3 to 8 times faster.

Before:

[![before screen](https://camo.githubusercontent.com/70d7216004c064a506f024d2494d5ae958cf9caaa8302d59d5c7c14b86db25be/687474703a2f2f646576626c6f672e6c6578696b2e66722f77702d636f6e74656e742f75706c6f6164732f323031362f30332f736632382d6265666f72652e6a7067)](https://camo.githubusercontent.com/70d7216004c064a506f024d2494d5ae958cf9caaa8302d59d5c7c14b86db25be/687474703a2f2f646576626c6f672e6c6578696b2e66722f77702d636f6e74656e742f75706c6f6164732f323031362f30332f736632382d6265666f72652e6a7067)

After:

[![after screen](https://camo.githubusercontent.com/a0e4510dd258f3a2f7a88766566d533a81c13649916fc2345d5da456c9814efb/687474703a2f2f646576626c6f672e6c6578696b2e66722f77702d636f6e74656e742f75706c6f6164732f323031362f30332f736632382d61667465722e6a7067)](https://camo.githubusercontent.com/a0e4510dd258f3a2f7a88766566d533a81c13649916fc2345d5da456c9814efb/687474703a2f2f646576626c6f672e6c6578696b2e66722f77702d636f6e74656e742f75706c6f6164732f323031362f30332f736632382d61667465722e6a7067)

Our great technique is actually based on the very simple and well known function, namely, the `rand()` function (short for Randolf). Indeed what better technique than calculation with a random value to optimize pages rendering time.

Read full article [on our blog](http://devblog.lexik.fr/symfony2/lexik-accelerator-bundle-2994).

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

[](#installation)

Add [`lexik/accelerator-bundle`](https://packagist/packages/lexik/accelerator-bundle) to your `composer.json` file:

```
php composer.phar require lexik/accelerator-bundle

```

Register the bundle in `app/AppKernel.php`:

```
public function registerBundles()
{
    return array(
        // ...
        new Lexik\Bundle\AcceleratorBundle\LexikAcceleratorBundle(),
    );
}
```

Configuration
-------------

[](#configuration)

If you need to add other data collector to not accelerate, just add their tag name to the `lexik_accelerator.ignore_data_collector` parameter:

```
# ...
lexik_accelerator:
    ignore_data_collector:
        - data_collector.time
        - data_collector.memory
        # ...
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 50% 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.

### Community

Maintainers

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

![](https://www.gravatar.com/avatar/077eba6702dc23a795ee2262dff92505e3c8ead08f7cb205be80d8aae0a6b8e5?d=identicon)[sdieunidou](/maintainers/sdieunidou)

![](https://www.gravatar.com/avatar/3c887878d9155bd964d771d21fe5dd1ac3ceb7f6303d94d684f6d17905f302a1?d=identicon)[cedric-g](/maintainers/cedric-g)

---

Top Contributors

[![hason](https://avatars.githubusercontent.com/u/288535?v=4)](https://github.com/hason "hason (2 commits)")[![kipit](https://avatars.githubusercontent.com/u/235670?v=4)](https://github.com/kipit "kipit (1 commits)")[![NovakHonza](https://avatars.githubusercontent.com/u/7501392?v=4)](https://github.com/NovakHonza "NovakHonza (1 commits)")

### Embed Badge

![Health badge](/badges/lexik-framework-accelerator-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/lexik-framework-accelerator-bundle/health.svg)](https://phpackages.com/packages/lexik-framework-accelerator-bundle)
```

###  Alternatives

[laravel/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M192](/packages/laravel-telescope)[spiral/roadrunner

RoadRunner: High-performance PHP application server and process manager written in Go and powered with plugins

8.4k12.2M84](/packages/spiral-roadrunner)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k36.7M259](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

708181.8M596](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)

PHPackages © 2026

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