Website Loads Twice Unnecessarily
As I’ve found, this happens when your html, css or javascript tries to load a resource and you haven’t specified a path or wrongly specified root. For instance, I’ve seen examples on people having this problem while doing <img src=”http://example.com” /> background:url(); In my case specifically, was assigning $.ajax() to a global variable so I … Read more