473,750 Members | 2,190 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Why is this page so slow to render in Internet Explorer?

Why is this page so slow to render in Internet Explorer?

<http://mark4asp.freeho stingnow.com/Search.html>

When browsing the page locally, this is my estimated time that the
page takes to refresh using various browsers:

Safari ~ 0.2 s
Firefox < 1s
Opera ~ 1s
IE 6 ~ 7s

I have tried to optimise several aspects for IE: I installed MS
JScript 5.7 on my PC, got rid of all but one table, explicitly set the
width of all the select elements.

What am I doing so wrong in this page that it takes so long to render
in IE?

Oct 25 '07 #1
6 9997
mark4asp wrote:
Why is this page so slow to render in Internet Explorer?

<http://mark4asp.freeho stingnow.com/Search.html>
<snip>
What am I doing so wrong in this page that it takes so long to render
in IE?
Without actual testing, I'd bet it is the three thousand or so
<option>'s you have in the <select>s. Try chopping out all but a few in
each of those huge ones, and see if IE performance increases.

It did actually load fairly quick in IE6 for me. I have JavaScript
disabled, if that matters.

--
-bts
-Motorcycles defy gravity; cars just suck
Oct 25 '07 #2
mark4asp wrote:
"Beauregard T. Shagnasty" wrote:
>Without actual testing, I'd bet it is the three thousand or so
<option>'s you have in the <select>s. Try chopping out all but a few
in each of those huge ones, and see if IE performance increases.

Yes. Thanks. Removing the content sure does speed it up.
<http://mark4asp.freeho stingnow.com/SearchNoOptions .html>

but makes it practically useless.
Well of course, but now you know the reason! ;-)
... I will have to write my own javascript incremental search if I
load the data after window.onload.
Just be aware that about 10% of your visitors won't see it... those who
disable JavaScript or have it stripped by a corporate firewall. This is
about the same as turning your server off for a month every year.

--
-bts
-Motorcycles defy gravity; cars just suck
Oct 25 '07 #3
On 25 Oct, 16:14, "Beauregard T. Shagnasty"
<a.nony.m...@ex ample.invalidwr ote:
mark4asp wrote:
"Beauregard T. Shagnasty" wrote:
Without actual testing, I'd bet it is the three thousand or so
<option>'s you have in the <select>s. Try chopping out all but a few
in each of those huge ones, and see if IE performance increases.
Yes. Thanks. Removing the content sure does speed it up.
<http://mark4asp.freeho stingnow.com/SearchNoOptions .html>
but makes it practically useless.

Well of course, but now you know the reason! ;-)
... I will have to write my own javascript incremental search if I
load the data after window.onload.

Just be aware that about 10% of your visitors won't see it... those who
disable JavaScript or have it stripped by a corporate firewall. This is
about the same as turning your server off for a month every year.
All my visitors are corporate and they all have javascript enabled
otherwise they can't see the site.

Any that have problems phone up and are sorted out. Most have it
demonstrated to them at their workplace before they subscribe; but
there have been a few who were unable to use the site during the
demo; so I guess these are our lost customers?
Oct 25 '07 #4
mark4asp wrote:
All my visitors are corporate and they all have javascript enabled
otherwise they can't see the site.
Ok, I didn't notice if you said it was an intranet/corporate site or
not. Do you have control over which browsers they use? Give 'em Opera or
Firefox.

--
-bts
-Motorcycles defy gravity; cars just suck
Oct 25 '07 #5
mark4asp wrote:
>>
<http://mark4asp.freeho stingnow.com/SearchNoOptions .html>

there have been a few who were unable to use the site during the
demo;
That may have less to do with having JavaScript enabled and more with
how the page adapts (or not) to variations in browser settings. It's
unusable for me because it doesn't adapt to enlarged text sizes. Stuff
overlaps, especially the Date and Sector boxes at the bottom. Zoom text
up in Firefox a notch or 2 if you don't see it yourself.
so I guess these are our lost customers?
Guess so, but there should be no reason for it.

--
Berg
Oct 26 '07 #6
On 25 Oct, 17:57, "Beauregard T. Shagnasty"
<a.nony.m...@ex ample.invalidwr ote:
mark4asp wrote:
All my visitors are corporate and they all have javascript enabled
otherwise they can't see the site.

Ok, I didn't notice if you said it was an intranet/corporate site or
not. Do you have control over which browsers they use? Give 'em Opera or
Firefox.
No, it's no intranet; it's a subscription web-site. I can confirm that
they're all using IE, a 60:40 split between 6 and 7. I'm not even
allowed to suggest software upgrades let alone browsers. For instance
I said it would be a good idea for them to all upgrade to MS JScript
5.7 and my manager looked aghast at that. There's no way I will be
allowed to send them all an email asking them to upgrade to Firefox or
Opera. [PS: Safari doesn't seem to work with MS Ajax.]. So I guess
there is just nothing I can do, apart from write a custom incremental
search page which may be just as slow as the current page - who can
say?

Oct 29 '07 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

21
2666
by: Bill H | last post by:
I have a routine that displays 60 items (with thumbnails) per page. You can click any item and displays a new page with item details. When the user back pages it runs the query again to display all the items. Is there a way to cache that page and images so that second query doesn't execute? I do offer a pop-up window using Java but is not the default and not used by many. I'd really like to get rid of that second query. ;) TIA
6
2511
by: Jan Roland Eriksson | last post by:
Archive-name: www/stylesheets/newsgroup-faq Posting-Frequency: twice a week (mondays and thursdays) Last-modified: March 10, 2001 Version: 1.95 URL: http://css.nu/faq/ciwas-mFAQ.html Maintainer: Jan Roland Eriksson <rex@css.nu> comp.infosystems.www.authoring.stylesheets FAQ v1.95 ______________________________________________________________________
119
4619
by: rhat | last post by:
I heard that beta 2 now makes ASP.NET xhtml compliant. Can anyone shed some light on what this will change and it will break stuff as converting HTML to XHTML pages DO break things. see, http://www.alistapart.com/articles/betterliving/ I read on http://msdn.microsoft.com/netframework/default.aspx?pull=/library/en-us/dnnetdep/html/netfxcompat.asp It said they changed stuff like this
3
1668
by: rcmail14872 | last post by:
I created a simple Data Access Page and it views fine in Internet Explorer 5.5 on my PC. But when I try to view it on my Pocket PC running Pocket PC 2002 operating system, I get the error message that the page needs Internet Explorer 5.5 or higher to display. Does anyone know if the version of Internet Explorer that comes with Pocket PC 2003 or the latest version of Windows CE supports Data Access Pages?
5
1609
by: Do | last post by:
Hi, I have the IE web Control .dll files in my bin project for my web app on //localhost. They don't seem to render in my Internet Explorer browser. Do
1
2174
by: Tomas | last post by:
Is there any sequence diagram on the web that clearly shows in which order all Page methods (load, render and so on) are being called compared to the order the page's contained control methods are being called by the asp.net enginge ??? To be more specific, the thing I currently am most interested in understanding is from which method in the Page class you can know that that the Render method of all aggregated controls have been called...
4
1681
by: sam | last post by:
Hi - I have an ASP page - that will be making about 7 calls to a database. What I want is to show progress to the users so that they can tell each database call is in progress. The asp calling page works fine, but it only displays when the entire process has been completed. What I want is to be able to show dynimically - step 1 done; step 2
6
13234
by: siricharan82 | last post by:
Hi All, I have a problem that internet explorer home page was disabled by a virus site. Even though I tried in i.e from tools menu -->internet options -->home page -- address is set by a virus. so when am using explorer that web page is automatically opening.
4
1754
by: Stefan Mueller | last post by:
Hallo I'm looking for a solution to display on a web page each second a new line. Unfortunately does the following solution not work with the Internet Explorer: http://test.seekware.ch/test/flush-withtable.php PHP code:
0
8999
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8836
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9394
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9256
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
6803
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4712
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
3322
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2798
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2223
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.