My server load doesn't show up, I talked to my host and they said it should. I went over the hack changes 3 or 4 times and I know that variable is there, everything is right but it just won't show up. Also, is GZIP a good thing to use or is it just better to leave it off? Maybe good on a site that gets a lot of traffic? I turned it on and I go 2 extra queries and the load time didn't change much.
Without gzip:
Page generated in 0.31823003 seconds (82.84% PHP - 17.16% MySQL) with 34 queries.
[Debug Mode OFF] [PHP v4.2.3] [GZIP disabled]
with gzip:
Page generated in 0.38986803 seconds (97.93% PHP - 18.07% MySQL) with 36 queries.
[Debug Mode OFF] [PHP v4.2.3] [GZIP enabled - level 1]
Does that look ok? Should I use gzip?
|