aboutsummaryrefslogtreecommitdiff
path: root/www/abcache/pkg-descr
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2002-02-28 16:32:50 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2002-02-28 16:32:50 +0000
commitc34230526d53879966c6bf31f8c5edd9c62a1c74 (patch)
tree8a986f2ae11a4ac88e6e699c9b1746f78d1a6817 /www/abcache/pkg-descr
parent7a948266fea202f17ce1663cb0fcf6a36fa8ff17 (diff)
downloadports-c34230526d53879966c6bf31f8c5edd9c62a1c74.tar.gz
ports-c34230526d53879966c6bf31f8c5edd9c62a1c74.zip
afterBURNER*Cache is a new tool to speed up web applications writte in PHP.
PR: ports/35250 Submitted by: Alex Dupre <sysadmin@alexdupre.com>
Notes
Notes: svn path=/head/; revision=55337
Diffstat (limited to 'www/abcache/pkg-descr')
-rw-r--r--www/abcache/pkg-descr14
1 files changed, 14 insertions, 0 deletions
diff --git a/www/abcache/pkg-descr b/www/abcache/pkg-descr
new file mode 100644
index 000000000000..3a4d48d3a95d
--- /dev/null
+++ b/www/abcache/pkg-descr
@@ -0,0 +1,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