Closed
Bug 153842
Opened 23 years ago
Closed 22 years ago
Page takes excruciatingly long time to render.
Categories
(Core :: Layout: Tables, defect, P2)
Tracking
()
Future
People
(Reporter: kleist, Assigned: karnaze)
References
()
Details
(Keywords: hang, perf)
Attachments
(1 file)
125.78 KB,
application/x-gzip
|
Details |
Build ID: 2002-06-13-08. Windows 2000. 850 MHZ PIII.
Given URL causes Mozilla to hang for several minutes, sucking all cpu.
The page is quite big (c:a 1 MB), but renders in a few seconds both with
IE 5.5 and Opera 6.0.
Reporter | ||
Comment 1•23 years ago
|
||
I should also mention that I killed the Mozilla process after three minutes.
Comment 2•23 years ago
|
||
Same here with Win98 2002062308.
No hang with 2002062008 Win2k
It just takes ridiculously long to render. UI was unresponsive for approx 1
minute and then the page and mozilla was fine. PIII-800
Comment 4•23 years ago
|
||
WFM using trunk build 2002062404 - WinXP.
I also have a DSL line. Long time maybe related to server or connexion used by
user ?
Reporter | ||
Comment 5•23 years ago
|
||
Well, I've got a 1 Mb/s lease line that's extremely reliable. My ping time to the
server is round 20 ms (we're both in Sweden).
But I can confirm the observation of WD in comment # 3: If I wait long enough
(several minutes) the page does indeed render.
Another observation: The rendering seems to happen in several "chunks";
now and then the scrollbar shrinks and jumps a bit.
I'm changing the summary as to better reflect the issue. Also changing component
to something hopefully better.
Summary: URL causes Mozilla to hang, sucking all cpu. → Page takes excruciatingly long time to render.
Reporter | ||
Updated•23 years ago
|
Component: Browser-General → HTMLTables
Comment 7•23 years ago
|
||
Confirming 2002061712 Win2000
![]() |
||
Comment 8•23 years ago
|
||
The big culprit is nsDocLoaderImpl::GetRequestInfo (which already has bugs on
it about this).
The rest of pageload is spent constructing frames, doing image loads, etc.
Updated•23 years ago
|
Keywords: mozilla1.2,
perf
Comment 9•23 years ago
|
||
Confirming with the latest branch build: 2002-08-01-08 on WIN2K. Takes long time
to load the given URL and hangs the browser.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Priority: -- → P2
Updated•22 years ago
|
Target Milestone: --- → Future
Reporter | ||
Comment 10•22 years ago
|
||
A possible reason for this page taking so long to render is that it contains
hundreds of <font> tags, but just a few </font> tags.
Comment 11•22 years ago
|
||
*** This bug has been marked as a duplicate of 81993 ***
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•