|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Serious problem - need help
Hi,
I am developing a web based application. I am using html for front end design. My problem is: If the page is overloaded with data(contains more data) then loading time for such pages will be more in IE but not in Mozilla. Anyone Please tell the reason for it. Thank you, K.G.Srinivas |
|
#2
|
||||
|
||||
|
I'm not sure what you mean by overloaded with data, but Mozilla is a faster browser than IE anyway, isn't it?
|
|
#3
|
||||
|
||||
|
I've seen this with a couple of sites I've worked on. IE seems to want to have the whole page downloaded before it will begin to render, whereas Moz starts rendering right away. I don't think there's much you can do about it, unless you're dumping tons of data from a database, then you might consider paging through the result set.
|
|
#4
|
|||
|
|||
|
IE waits for the entire page to be downloaded locally, or waits for an instruction from the website to begin loading. Other browsers (FireFox included) display the page as it is downloaded, downloading the text first, then filling in the images. You can bypass this in ASP by flushing the buffer, see this link. You can also do it in PHP using flush() or ob_flush(), see this link.
|
|
#5
|
|||
|
|||
|
Thank you for giving information
Quote:
Thank you very much. |
![]() |
| Viewing: Dev Shed Forums > Web Design > Web Design Help > Serious problem - need help |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|