2017 © Pedro Peláez
 

symfony-bundle framework-accelerator-bundle

A Symfony Bundle to accelerate your application

image

lexik/framework-accelerator-bundle

A Symfony Bundle to accelerate your application

  • Wednesday, September 6, 2017
  • by sdieunidou
  • Repository
  • 8 Watchers
  • 17 Stars
  • 153 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

LexikAcceleratorBundle

April fools :smiley_cat:, (*1)

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&D in order to develop a brand new optimization technique., (*2)

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., (*3)

Before:, (*4)

before screen, (*5)

After:, (*6)

after screen, (*7)

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., (*8)

Read full article on our blog., (*9)

Installation

Add lexik/accelerator-bundle to your composer.json file:, (*10)

php composer.phar require lexik/accelerator-bundle

Register the bundle in app/AppKernel.php:, (*11)

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


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: ``` yaml # ... lexik_accelerator: ignore_data_collector: - data_collector.time - data_collector.memory # ...

The Versions

06/09 2017

dev-master

9999999-dev https://github.com/lexik/LexikFrameworkAcceleratorBundle

A Symfony Bundle to accelerate your application

  Sources   Download

MIT

The Requires

 

by Flohw

cache bundle symfony accelerator