PHPackages                             proprietes-privees/edp-superluminal - 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. proprietes-privees/edp-superluminal

ActiveLibrary

proprietes-privees/edp-superluminal
===================================

Class Cache ZF2 Module to reduce stat calls and generally autoloading overhead

1.0(10y ago)022PHP

Since Feb 2Pushed 10y ago1 watchersCompare

[ Source](https://github.com/proprietes-privees/edp-superluminal)[ Packagist](https://packagist.org/packages/proprietes-privees/edp-superluminal)[ RSS](/packages/proprietes-privees-edp-superluminal/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (1)Dependencies (3)Versions (2)Used By (0)

EdpSuperluminal
===============

[](#edpsuperluminal)

Version 0.0.1

Introduction
------------

[](#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
------------

[](#installation)

- Clone this module into your `vendor/` directory and enable `EdpSuperluminal`
- Add the following line in `public/index.php` immediately after the `chdir()`call:

```
