Web page loading in IE is slower than others browsers
I made a web page where I use "a lot of" jQuery plugins and custom made functions. Page is using Codeigniter PHP framework and MySQL database.
I've noticed that in other browsers work relatively quickly, even in IE work relatively quickly but the problem I see is that at the end of the page (which is already loaded) IE still loading something and I do not know what. And because of this loading a whole page "freezes" for a few seconds. But only in IE.
I've put my scripts at the bottom of document. I am also using minified scripts.
What am开发者_开发问答 I doing wrong or am I missing something here?
Web page is located here: www.publishwall.si
Regards, Mario
Are you developing using Visual Studio?
If so, make sure that "browser link" is disabled.
精彩评论