Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ chdir(dirname(__DIR__));
define('ZF_CLASS_CACHE', 'data/cache/classes.php.cache'); if (file_exists(ZF_CLASS_CACHE)) require_once ZF_CLASS_CACHE;
```

- In your browser, go to http://yourapp/?EDPSUPERLUMINAL\_CACHE to build the initial
- 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
Expand Down