Search code examples
javascriptwebpage-load-time

How can you check a website which is getting stuck while loading?


My website www.travellerkids.com is getting stuck while loading. I think its a javascript issue, but I dont know. It loads properly if I refresh. What tools can I use to debug.


Solution

  • Firebug (extension) in Firefox or developer tools (ctrl+shift+i) in chrome. These are the tools you should use to debug.