This is the link to a project i was making http://shout.agilityhoster.com/login.html
Log in with
username: rafa
password: nadal
Now if I log in with another user
username: ana
password: ivanovic
then the website seems to run extraordinarily slowly. Could multiple timed javascript function calls be the reason? It works perfectly using xampp on my PC..
Thanks
You have on this page like 3-5 ajax request’s per second, it can by sluggish at times just becouse of that.
Like Curtis pointed out try to use Network panel in firebug.