PDA

View Full Version : Extremely Slow Load times


wskeggs
06-07-2008, 10:47 PM
After installing the latest cerb4 subversion build I have been experiencing extremely slow load speeds.

Pages are generated very quickly usually at between 50 - 60 ms, however the loading is extremely slow as it takes about 30 seconds for each page to load.

I have looked around the forums for related topics and have tried all suggested solutions with no luck.

Gzip compressions is used on the site, MySql is properly configured and no slow queries are logged. I run plenty of other mysql-php scripts on my server and they all have fast response times.

Any help would be great.

jstanden
06-08-2008, 05:06 AM
After installing the latest cerb4 subversion build I have been experiencing extremely slow load speeds [...] Gzip compressions is used on the site...

Hey there!

I'd suggest turning off output compression temporarily and running a quick test. In the past that's been the culprit for some unexplainable slowness.

If that doesn't help, post back and we can dig deeper.

wskeggs
06-08-2008, 05:15 AM
Great, I disabled gzip compression and all of a sudden my cerb site is running at proper speeds.

Is it possible to disable compression per directory (e.g. with .htacces ini_set)? I require gzip to compress all the sites on my server.

wskeggs
06-08-2008, 05:34 AM
Don't worry, I will just utilise mod_deflate instead.

Thanks alot for your help, cerberus is a great product.

jstanden
06-08-2008, 05:35 AM
Not a problem! Thanks. :)