Closed
Bug 5038
Opened 26 years ago
Closed 26 years ago
document loads too slowly
Categories
(Core :: DOM: HTML Parser, defect, P3)
Tracking
()
VERIFIED
FIXED
M5
People
(Reporter: karnaze, Assigned: harishd)
References
()
Details
It takes several seconds to load the above url. However the following simple
extraction loads relatively quickly. The difference is that the extraction
doesn't include all of the html inside the <noframes> tag. Based on this, I'm
assumming that this is a parser problem.
<HTML>
<FRAMESET ROWS=*,70>
<FRAME SRC="http://www.macaddict.com/index.frame.html" NAME="content"
MARGINWIDTH=0 MARGINHEIGHT=0>
<FRAME SRC="http://www.macaddict.com/network/macaddict.banner.html"
NAME="banner" MARGINWIDTH=1 MARGINHEIGHT=1 SCROLLING="No">
</FRAMESET>
</HTML>
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
The performance hit has been rectified. The URL should be loading wihtout much
delay. Marking the bug fixed.
Updated•26 years ago
|
QA Contact: 3847 → 4141
Comment 2•26 years ago
|
||
Attempting to steal gem's HTMLParser bugs all at once. Changing QAContact to
janc.
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 3•26 years ago
|
||
Verified 1999-06-15-16-M7
You need to log in
before you can comment on or make changes to this bug.
Description
•