mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
58c5b838c0
Approved by: nork (mentor)
15 lines
526 B
Plaintext
15 lines
526 B
Plaintext
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
|
|
ale@FreeBSD.org
|