[nycphp-talk] php code cache software
Steven Samuel
steven at sohh.com
Sun Mar 2 19:45:16 EST 2003
I use php-Accerator as well, but I also use phpCache v1.4 - PHP caching
engine
http://www.0x00.org/php/phpCache/
Basically, it's good for storing variables in your cache for X amount of
time. For example, your front page might have 10 queries on it. Does the
content need to be that fresh? If not, try phpcache and store that array or
string.
Tutorials & Testimonials
http://www.vbulletin.com/forum/showthread.php?threadid=10834
http://www.vbulletin.com/forum/showthread.php?threadid=10902
http://www.sitepoint.com/article/685
Good luck
-----Original Message-----
From: Ophir Prusak [mailto:ophir at prusak.com]
Sent: Friday, February 28, 2003 11:15 AM
To: NYPHP Talk
Subject: Re: [nycphp-talk] php code cache software
in a nutshell,
if you want free, go with phpa (http://www.php-accelerator.co.uk/)
if you're willing to part with $$$ go with Zend.
also, be sure to look into other places you can improve performance.
ophir
----- Original Message -----
From: "Lee Semel" <lsemel at innofinity.com>
To: "NYPHP Talk" <talk at nyphp.org>
Sent: Thursday, February 27, 2003 3:34 PM
Subject: [nycphp-talk] php code cache software
> Hi,
>
> Can anyone point to a good comparison of PHP code caching software such
as
> Zend Accelerator or Ion Cube? Anyone have personal experience with this
> software?
>
> Lee Semel
>
>
>
>
>
>
>
--- Unsubscribe at http://nyphp.org/list/ ---
More information about the talk
mailing list