Mobile app version of vmapp.org
Login or Join
Hamaas447

: Why do local HTML files take longer to load in IE compared to Firefox? I am creating a local HTML file that links to 2 external CSS files and 3 external JS files. When I refresh this

@Hamaas447

Posted in: #Html

I am creating a local HTML file that links to 2 external CSS files and 3 external JS files.

When I refresh this in Internet Explorer 9, the page takes over a minute to load compared to instantly in Firefox (latest stable build. When I remove the external CSS and JS references, IE9 loads the page instantly.

Can anyone explain why IE9 takes so long to load local HTML files with references to external CSS and JS files?

10.03% popularity Vote Up Vote Down


Login to follow query

More posts by @Hamaas447

3 Comments

Sorted by latest first Latest Oldest Best

 

@Vandalay111

I have been suffering the same problem for a long time. Recently I found out it is because of a plugin call infoatoms, after uninstalling it, problem solved. Hope this helps.

10% popularity Vote Up Vote Down


 

@Lengel546

Depending on which version of IE you're using, you may see a message like this when you run a webpage locally - "Internet Explorer has restricted this webpage from running scripts or ActiveX controls"

An oversimplified answer is that there is security check that happens due to the zone the web page runs in. Read the nitty gritty here.

You can override the check by serving content from a web server or adding the Mark of the Web comment between the DOCTYPE and the HTML tag.

10% popularity Vote Up Vote Down


 

@Heady270

I agree with the comments. It could be cache settings and/or browser settings, and I will also add that it could be one or more add-ons slowing you down. I recommend clearing the cache, double checking all of your settings, and disabling any add-ons. You might also want to try reinstalling the browser, and rebooting your system.

It is also true that it's impossible to look for bugs if we can't duplicate the problem you're having. Unless we can see the behavior any answer we can offer would be pure speculation.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme