My home page has been hanging up on loading. I went to
www.websiteoptimization.com/
and ran it and found two errors. It calls for a script file that doens't exist and an image that doesn't exist. I am trying to find what is issuing that call so I can comment it out and see if that fixes it.
Btw, your site loaded here, it just takes a very long time.
The member formerly known as Roland Deschain After your question is solved, please Edit your original post and choose the Solved message icon, thank you!
That's the problem. There is no image named that, but something is issuing a call for it. So, it hangs until it times out and then moves on. The other is looking for a script that doesn't exist. The reason I think it loads so slow is that it hangs up while looking for those two things and then times out and moves on, loading the rest of the page. All other pages on the site are fast, just the home page with those two errors is slow.
Edit: Disabling things and running the weboptimizer again and it looks like the bogus call for the jsmootools is coming from the shout box mod. I found the line in mod_shoutbox.php that was making the bogus call for the jsmootools and commented it out and it is fixed. I still can't find what is making the call for the image that isn't there though.