Re: [PHP] slow script

2004-03-28 Thread Marek Kilimajer
Luis Gustavo Faccioni Barcellos wrote: We notice that while the php is running, anything happens and suddenly(after ~70 seconds) the page arises. Do you have gzcompression enabled in apache or php? If so, disable it, it is useless for localhost requests. -- PHP General Mailing List (http://www

Re: [PHP] slow script

2004-03-27 Thread Galen
Gustavo, 1) Read the manual - though I can understand how you might have missed this: http://us2.php.net/manual/en/function.microtime.php Basically, there's a function based on microtime that does benchmarking. This is vital to timing your script. Use it extensively. If you're not sure where t

RE: [PHP] slow script

2004-03-27 Thread electroteque
> 200mhz with 64-80mb ram, and in these machines the system is very > slow. Sorry dude you just answered your question. Also aparantly ODBC is slow. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] slow script

2004-03-27 Thread Luis Gustavo Faccioni Barcellos
Hi all. I am developing a system using php 4.3.2 + apache 1.3.29. The db is a mssql msde (we’re going to mysql, but not yet due to some internal reasons). All things are running in a local, standalone station, because we had to use the app on line and off line states. The off-line one should h