Speed up php pages {Scanned}

Reuben D. Budiardja techlist at voyager.phys.utk.edu
Tue Sep 14 12:56:38 UTC 2004


On Tuesday 14 September 2004 02:06, SW wrote:
> Can anyone tell me about ways to speed up serving php pages on a Redhat
> linux
> (dual p3 600mhz w/ 1 gig ram and SCSI hard drive)? I've done some reading
> about some server php script accelators but not sure which is best. There
> is the free  Turck MMCache and then their is the fee based  Zend
> Performance Suite . Does anyone have any suggestions about these two and
> also any others out there? Any input is greatly appreciated.

Is your performance below acceptable? Or do you just want to speed it up? Do 
you have database connection, or is it just PHP generated pages? I found that 
PHP is fast by itself. If there's performance problem, usually I found that 
the bottleneck is the database query. If that's the case, usually what it 
takes is to try to optimize all the (SQL) query, optimize the database, etc. 

I've never tried any of the optimizer you mentioned above though.

RDB

-- 
Reuben D. Budiardja
Dept. Physics and Astronomy
University of Tennesse, Knoxville, TN

-----BEGIN GEEK CODE BLOCK-----
Version: 3.12
GIT/M/MU/P/S d-(++) s: a-- C++(+++) UL++++ P-- L+++>++++ E- W+++ 
N+ o? K- w--- !O M- V? !PS !PE Y PGP- t+ 5 X R- tv+ 
b++>+++ DI D(+) G e++>++++ h+(*) r++ y->++++
------END GEEK CODE BLOCK------





More information about the redhat-list mailing list