On Wed, November 1, 2006 2:55 am, Mel wrote: > Could you think of why my site loads so slowly? > > http://www.squareinch.net/home.php Install Firefox and an HTML Validator. Look at your "View Source" Your <!doctype isn't even the first line! :-) That urchintracker() stuff will probably kill performance too, and I doubt they provide anything you can't get from Analog or Webalizer or just rolling your own PHP (or some combo of all that). Ten successive tries of: time wget http://www.squareinch.net/home.php were all over the map in timings. >From respectable 0.1s to 10s with no discernible pattern. I'd suggest you try timing it with a static HTML file (.htm) and no PHP in the picture to eliminate PHP as the culprit. Then you'd take this off to the Apache list, after searching their bugs database for something similar, assuming your header is correct: Server: Apache/1.3.27 (Unix) (Red-Hat/Linux) PHP/5.1.2 Or, if it is PHP 5.1.2 which is messing you up, then try upgrading/downgrading to see if that helps. -- Some people have a "gift" link here. Know what I want? I want you to buy a CD from some starving artist. http://cdbaby.com/browse/from/lynch Yeah, I get a buck. So? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php