Re: [PHP] Code Speed & Optimization

2001-09-21 Thread Richard Lynch
EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, September 17, 2001 12:31 PM Subject: Re: [PHP] Code Speed & Optimization > 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

Re: [PHP] Code Speed & Optimization

2001-09-17 Thread Andreas Gietl
; 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,

Re: [PHP] Code Speed & Optimization

2001-09-17 Thread Tom Carter
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: >

Re: [PHP] Code Speed & Optimization

2001-09-17 Thread Andreas Gietl
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

[PHP] Code Speed & Optimization

2001-09-17 Thread Alex Ranaldi
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

[PHP] Code Speed & Optimization

2001-09-17 Thread Alex Ranaldi
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