On Monday 17 September 2001 19:31, Tom Carter wrote:

Those caches cache the scripts in compiled form, so they don't need to be 
parsed and compiled again. This makes them speed up the scripts. They usually 
don't inflict the programming. But some of them are picky with some kind of 
"bad" code. Just try it out.

> The question really for me is this...are they caches of results? in other
> words, slightly old information? Or can they still be used in the same way
> as a "raw" script and still be improved?
>
> ----- Original Message -----
> From: "Andreas Gietl" <[EMAIL PROTECTED]>
> To: "Alex Ranaldi" <[EMAIL PROTECTED]>;
> <[EMAIL PROTECTED]>
> Sent: Monday, September 17, 2001 6:22 PM
> Subject: Re: [PHP] Code Speed & Optimization
>
> > On Monday 17 September 2001 18:32, Alex Ranaldi wrote:
> >
> > i just gonna quote Yasuo Ohgaki  who posted this morning:
> >
> > There are sevral cache modules. These are cache modules that I know.
> >   - Alternative PHP Cache (APC): http://apc.communityconnect.com/
> >   - AfterBuaner Cache (bwcache) : http://bwcache.bware.it/
> >   - PHP Accelerator : http://www.php-accelerator.co.uk/
> >   - Zend Cache : http://www.zend.com/zend/products.php#cache
> >
> > All of them gives 2 - 3 times perfomance improvment in general.
> >
> > > Hello Everyone,
> > >
> > > My PHP-based website is beginning to get a bit slow. I'm wondering if
> > > anyone knows of any specific code optimizations that can be done to
> > > improve the general performance. I'm not running Zend Optimizer right
> > > now but I have plans to install it soon, hopefully it'll help. If
> > > anyone has any suggestions or knows of anything that can help, please
> > > let me know.
> > >
> > > Thanks,
> > > Alex
> >
> > --
> > PHP General Mailing List (http://www.php.net/)
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > To contact the list administrators, e-mail: [EMAIL PROTECTED]

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to