Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
Page opening veeery slow in IE, fast in Firefox...
Old 04-24-2009, 07:54 PM Page opening veeery slow in IE, fast in Firefox...
Novice Talker

Posts: 9
Trades: 0
This page
www.topfm.rs

It opens very fast and normal in Firefox, but in IE (6 and 7 tested) it really takes some longer time to open.

Yeah, it has pretty much javascript on it, and also some flash banners, but not more than it's needed for functionality of the site..
I even tried to take some of that javascript out of the page but it still opens relatively slow.

So why is this, and can I do anything to my code to make IE open site faster?

Last edited by Error404; 04-24-2009 at 07:57 PM..
Error404 is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 04-24-2009, 09:24 PM Re: Page opening veeery slow in IE, fast in Firefox...
konetch's Avatar
Ultra Talker

Posts: 258
Trades: 0
The reason your page loads slow is because of the amount of flash and javascipt on the page. You need to try to cut out as much as possible.

Are your javascript files compressed? That may make the page load faster.

By the way the page loads about the same in both firefox and ie. I don't know why it was any different on your machine.

Yeah, but make sure you try to use less js, and if you need to use the files make sure they are compressed
__________________
Alex
konetch is offline
Reply With Quote
View Public Profile
 
Old 04-24-2009, 11:50 PM Re: Page opening veeery slow in IE, fast in Firefox...
nayes84's Avatar
Extreme Talker

Latest Blog Post:
Difference between ASP And JSP
Posts: 232
Name: John
Location: Tokyo
Trades: 0
you website seems down when I try to open it
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE

if(I'm("Helpful")) Add_Talkupation("nayes84");
nayes84 is offline
Reply With Quote
View Public Profile
 
Old 05-01-2009, 03:53 AM Re: Page opening veeery slow in IE, fast in Firefox...
Average Talker

Posts: 21
Name: Paul
Trades: 0
Yes, its faster in Firefox than IE. But maybe that's simply because IE is a poor browser. If it were because of flash and java, it would show problems across all browsers. The load rate for IE isn't that bad..... (given IE's poor performance)
keelbolt is offline
Reply With Quote
View Public Profile
 
Old 05-02-2009, 06:16 PM Re: Page opening veeery slow in IE, fast in Firefox...
Average Talker

Posts: 28
Name: Amit Soni
Trades: 0
I agree with keelbolt. IE is lagging behind way too much.
old skool programmers will find it easier to relate to. IE= Complier, Firefox=interpretor.

IE doesnot know how to start showing HTML until its read the last closing element.
Firefox on the otherhand, intelligently, puts "imaginery" closing tags, to complete the HTML, "as it reads through the page".

You'll notice that in firefix, the stuff starts to happen as the page is loading...even before the </html> tag is read.(use firebug addon to test this on a long html page). Where as in IE, the page will come in a single flash when HTML is complete, which is boring for the user, becuase all this time while the HTML was loading, the user sees a blank page.

On a counter comment, Firefox, does sometimes mess up, if you are usine jquery or other javascript to "manipulate" the html as it loads. On that front, IE performs better and usually does not corrupt display.

Overall I think, the problem is not with your page. Here is an experiment for the staging environment. Get rid of the last three tags on your page
</div></body></html> as well as their corresponding starting elements. Notice the difference in speed in IE ?

Now put them pack because its bad for SEO.
__________________
--Amit

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE

amitsoni is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Page opening veeery slow in IE, fast in Firefox...
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.36960 seconds with 12 queries