Closed
Bug 308633
Opened 19 years ago
Closed 14 years ago
Horrible performance on Ubuntu Bugzilla site, involves table reflow
Categories
(Core :: Layout: Tables, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: fehe, Unassigned)
References
()
Details
(Keywords: perf, testcase, Whiteboard: [reflow-refactor])
Attachments
(1 file)
|
49.36 KB,
application/zip
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b4) Gecko/20050914 Firefox/1.4 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b4) Gecko/20050914 Firefox/1.4 When trying to report a bug for Ubuntu, you can click a "Package" link (to see a full list) or enter the package name manually (packages are displayed as you type). If you click the "Package" link, Firefox maxes the CPU, sucks RAM (over 130 MB), and takes *forever* to render the list (I killed it so I don't know how long it would have eventually taken). Internet Explorer accomplishes the same task in about 20 seconds using less than 21 % CPU utilization (hitting ~90+ utilization towards the last 5 seconds) and less than 40 MB of RAM. Reproducible: Always Steps to Reproduce: 1. Go to http://bugzilla.ubuntu.com/enter_bug.cgi 2. Click LiveCD on the left 3. Login with your Ubuntu Bugzilla account (or create one if you don't have one, and then login) 4. Open Windows Task Manager and locate Firefox 5. Back at the Ubuntu Bugzilla page, click "Package" (about middle of the page) 6. Observe the CPU utilization, memory growth, and time to render. NOTE: My system is a P III 933 MHz w/ 512 MB of PC133 RAM. YMMV so please don't be quick to dismiss this bug because you're running a Cray XD1. Actual Results: Firefox maxing out my system. Expected Results: Performance comparable to Internet Explorer would be nice.
Updated•19 years ago
|
Component: General → Layout: Tables
Keywords: testcase
OS: Windows XP → All
Product: Firefox → Core
Version: 1.5 Branch → Trunk
Updated•19 years ago
|
QA Contact: general → layout.tables
Comment 2•19 years ago
|
||
Isn't this the same as bug 119309 or bug 254185 ? Mandriva's bugzilla has been dismal forever.
Comment 3•19 years ago
|
||
No, it's not a duplicate of those bugs, since the "not minimal testcase" doesn't have <select> tags in them. But this could very well (even likely) be a duplicate of one of the table bugs (haven't really looked, yet).
Comment 4•19 years ago
|
||
Nothing terribly surprising in the profile; just the fact that this is O(N^2) in length of table because every time we add a chunk of content we reflow the whole thing....
Whiteboard: [reflow-refactor]
Updated•19 years ago
|
Keywords: perf
Summary: Horrible performance on Ubuntu Bugzilla site → Horrible performance on Ubuntu Bugzilla site, involves table reflow
is there any evidence that the ubuntu bugzilla is slow while mozilla's is faster?
> is there any evidence that the ubuntu bugzilla is slow while mozilla's is faster?
What difference does that make? Compare IE's performance with Firefox, and then
Ubuntu Bugzilla site performance becomes a rabbit trail leading to nowhere.
>What difference does that make? The only difference it makes to me is: comment 4 indicates thats a general reflow architecture bug, so its simply a dupe of bug 54542. It turns out that https://bugzilla.mozilla.org/show_bug.cgi?id=54542#c140 was too optimistic so it might be more https://bugzilla.mozilla.org/show_bug.cgi?id=54542#c141. On the other hand if the issue is more specific I might be able to fix it before that.
Comment 8•16 years ago
|
||
The site listed as a test case here has been obsoleted - Ubuntu doesn't use bugzilla anymore. I'm going to close this as there is not, and will likely never be information necessary to reproduce this. .
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago
Resolution: --- → INCOMPLETE
Comment 9•16 years ago
|
||
Stephanie, the information needed to reproduce this bug is attached right to the bug. This is why we attach testcases instead of just pointing to them... it works, it really does. ;)
Status: RESOLVED → UNCONFIRMED
Resolution: INCOMPLETE → ---
Comment 10•14 years ago
|
||
WFM Mozilla/5.0 (Windows NT 6.0; rv:2.0b12pre) Gecko/20110214 Firefox/4.0b12pre loads <2sec ~25MB memory
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago → 14 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•