Closed Bug 22169 Opened 25 years ago Closed 25 years ago

Performance problems loading page

Categories

(Core :: Layout, defect, P3)

x86
Windows NT
defect

Tracking

()

VERIFIED DUPLICATE of bug 20799

People

(Reporter: michael.j.lowe, Assigned: vidur)

References

()

Details

This page exhibits performance problems while page is loading.   If you watch
the throbber it stops at times for several seconds.    Don't know if it is dup
of incremental reflow bug, but it might be worth profiling in case it isn't.
Assignee: troy → vidur
The slowness is because of the call to ReframeContainingBlock(). That makes it a
DUP of bug #22810.

However, the part that bothers me is that when the page finally loads we end up
with just some images.

I see a nsDocument::Reset() call and that results in a frame construction call
to ContentRemoved().

Why does the page display okay in Navigator?

Vidur, re-assigning to you to answer the question of why the end result is
different. If that's the way it should display, then just mark it a DUP of bug
#22810 or re-assign it back to me and I will do it
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
The problem is a document.write of a <SCRIPT SRC=...>. A DUP of bug 20799.

*** This bug has been marked as a duplicate of 20799 ***
Status: RESOLVED → VERIFIED
Verified dupe of bug 20799
<SCRIPT SRC=...>
You need to log in before you can comment on or make changes to this bug.