summaryrefslogtreecommitdiff
path: root/www/abcache/pkg-descr
blob: 3a4d48d3a95d018a7583813636e9b8581803cece (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
afterBURNER*Cache is a tool to speed up web applications written
in PHP.
It works by caching inside the web server compiled PHP code (the
first time it's executed) so that the next time the same script
is called it is simply restored, already compiled, from the cache
with big savings in terms of execution time.
Caching and saving scripts at compile time can be a big performance
win, especially if your PHP script is complex and makes heavy use
of libraries.

WWW: http://afterburner.bware.it/

- Alex Dupre
sysadmin@alexdupre.com