Closed
Bug 363157
Opened 19 years ago
Closed 18 years ago
Forms select items are too slow
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: atimmer, Unassigned)
Details
(Keywords: perf, Whiteboard: CLOSEME - 06/20)
Attachments
(2 files)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; nl; rv:1.8.1) Gecko/20061010 Firefox/2.0
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; nl; rv:1.8.1) Gecko/20061010 Firefox/2.0
Use page with 1000 select items.
Loads in IE6 on windows 2000 in 40s.
Loads in Firefox 1.5 on windows 2000 in 90s or more.
Loads in IE6 on windows XP in 8s!!!!!!!!!!
Loads in Firefox 2 on XP in 90s or more.
For a select with option yes and option no a checkbox can be used as a test.
Did this, page is fast again.
So it's the select item that specifically causes the problem.
Reproducible: Always
Steps to Reproduce:
1. I have an example page where can this be uploaded?
2. Create page with a form, a table with 1000 rows and in every row a select list with 2 options.
3. Load page into browser and time this.
Actual Results:
See details.
Expected Results:
Same performance as IE on windows2000 and XP.
Comment 1•19 years ago
|
||
Related to / dupe of Bug 352367 ?
Loads in IE6 on windows XP in 8s!!!!!!!!!!
must be
Loads in IE7 on windows XP in 8s!!!!!!!!!!
Ria, yes it's related to Bug 352367.
But's it also somewhat different because here SELECT-items are specifically blamed / they need extra attention.
Updated•19 years ago
|
Component: General → Layout
Product: Firefox → Core
QA Contact: general → layout
Version: unspecified → Trunk
Comment 5•19 years ago
|
||
It loads slowly in Firefox 2.0 indeed (about 100 seconds here) but it has improved a lot in the latest trunk build: about 27 seconds.
You can try it out: http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-trunk/
Contains table with 16 rows.
Make this at least 80 by doing some copying.
The nightly build works indeed much faster.
And scrolling after page loading works instantly.
You are almost there.
I've uploaded a different testcase with SELECT-list items that has a different performance picture.
Updated•18 years ago
|
Whiteboard: CLOSEME → CLOSEME - 06/20
Comment 9•18 years ago
|
||
Closing as WORKSFORME per comment 7.
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•