Re: [PHP] CPU usage @5% during 2 minutes SOLVED

2004-10-20 Thread Janke Dávid
Hi all!

After 2 weeks of sleepless nights and visiting the customer three times
(once on saturday) the problem is solved.

The thing was:
The new, 20 year old administrator guy set all clients to use the local
network via the proxy. And the proxy wasn't able to handle the approx.
1,5MB huge web pages.

So after ensuring me two weeks ago, that their local network is perfect
they'll get a nice little bill.

Thank at all.

David

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] CPU usage @5% during 2 minutes SOLVED

2004-10-20 Thread Matt M.
 The thing was:
 The new, 20 year old administrator guy set all clients to use the local
 network via the proxy. And the proxy wasn't able to handle the approx.
 1,5MB huge web pages.


good that the problem is solved.

Not sure if you know or not but you could probably cut the size of the
page down using mod_gzip, mod_deflate, or maybe
http://us2.php.net/ob_gzhandler

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php