Closed
Bug 182710
Opened 22 years ago
Closed 21 years ago
XML pretty-printer is slow and consumes lots of memory
Categories
(Core :: XML, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 197956
People
(Reporter: bmyles, Assigned: sicking)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.2) Gecko/20021126
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.2) Gecko/20021126
Looking at a bare XML page in the pretty-printer. After downloading, the page
took 137 seconds to render and consumed 94Mb of [non-swapped] RAM. It was quite
a big XML page but not anywhere near big enough to justify this length of
rendering time.
The system is normally very responsive in both Mozilla and other programs, no
other major process was running at the time.
System Details:
Athlon 1200, 512Mb DDR RAM, 7200rpm hard disk.
Reproducible: Always
Steps to Reproduce:
1. Find stopwatch.
2. Start windows task manager.
3. Download URL.
4. Wait a while.
Actual Results:
It took 137 seconds to render the page and consumed 94Mb of memory.
Expected Results:
Lots faster and not so much memory.
Assignee | ||
Comment 2•22 years ago
|
||
This would fall under the "our XSLT engine is slow" category. Once we start
optimizing patterns we can probably save a lot of time here.
Comment 3•21 years ago
|
||
this is a duplicate of bug 197956. can someone mark it as such?
Assignee | ||
Comment 4•21 years ago
|
||
*** This bug has been marked as a duplicate of 197956 ***
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•