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

ActiveLibrary

evandotpro/edp-superluminal
===========================

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

170112.3k↑112.5%42[4 PRs](https://github.com/EvanDotPro/EdpSuperluminal/pulls)PHP

Since Jul 25Pushed 7y ago12 watchersCompare

[ Source](https://github.com/EvanDotPro/EdpSuperluminal)[ Packagist](https://packagist.org/packages/evandotpro/edp-superluminal)[ RSS](/packages/evandotpro-edp-superluminal/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)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:

```
