Download the PHP package proprietes-privees/edp-superluminal without Composer
On this page you can find all versions of the php package proprietes-privees/edp-superluminal. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download proprietes-privees/edp-superluminal
More information about proprietes-privees/edp-superluminal
Files in proprietes-privees/edp-superluminal
Package edp-superluminal
Short Description Class Cache ZF2 Module to reduce stat calls and generally autoloading overhead
License
Informations about the package edp-superluminal
EdpSuperluminal
Version 0.0.1
Introduction
EdpSuperluminal is a ZF2 module that caches the Zend classes used by your application into a single file. Including this file greatly reduces the execution time of your application, as the calls to the standard autoloader are almost entirely eliminated.
Warning: After installing and enabling this module, it may seem as though your ZF2 application is running faster than the speed of light (superluminal). Don't panic. This is just an illusion and no laws of physics are being violated.
For best results, use this module in conjunction with APC.
Installation
- Clone this module into your
vendor/
directory and enableEdpSuperluminal
-
Add the following line in
public/index.php
immediately after thechdir()
call: -
In your browser, go to http://yourapp/?EDPSUPERLUMINAL\_CACHE to build the initial class. You should do this for any page that is (a) dependency heavy, and/or (b) every page with a different dependency graph. Each call will append to the cache with any newly discovered classes. REQUESTS WHERE YOU ARE BUILDING THE CACHE WILL BE SLOW, THIS IS NORMAL.
- Once the cache is built, you can disable and delete EdpSuperluminal, leaving
line you added to
public/index.php
.
All versions of edp-superluminal with dependencies
zendframework/zend-code Version 2.*
zendframework/zend-eventmanager Version 2.*