Closed Bug 1727307 Opened 4 years ago Closed 4 years ago

page freezes with large data bound dropdown list in firefox browser version 91.0.1

Categories

(Core :: Performance: General, defect)

Firefox 91
defect

Tracking

()

RESOLVED DUPLICATE of bug 1118086

People

(Reporter: arun.cse2004, Unassigned)

References

Details

Attachments

(1 file)

Attached image edit patient error.jpg

User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Firefox/91.0

Steps to reproduce:

I have a drop down list which binds Patient Name and its ID. It works fine up to 2000 records and after that it starts slowing down. When I bind it with 6500 records it was behaving in hang like situation or sometimes not responding.

NOTE: It works fine in Chrome and Edge Browser with more than 10000 of records, may be more. FYI...

Actual results:

When I bind it with 6500 records it was behaving in hang like situation or sometimes not responding.

NOTE: It works fine in Chrome and Edge Browser with more than 10000 of records, may be more. FYI...

Expected results:

It should not hang or not responding with large data bound in Drop Down List as same is client request to have more than 8000 records in Drop Down List.

Type: enhancement → defect
Component: Untriaged → Performance
Product: Firefox → Core
See Also: → 1118086

Hi Arun,
Can you please reproduce the issue and do a performance profile and share it here? That could offer valuable information for why this is happening.
Instructions for performance profiler: https://profiler.firefox.com/. Please don't forget to upload the profile and share it here.
Thanks!

Flags: needinfo?(arun.cse2004)

Or if you could provide a testcase that we could access for the problem.

Hi Team,
I have uploaded the performance profile recording. Please have Permalink: https://share.firefox.dev/3zmdqvK

As far as test cases are concerned, just increase the number of records in Drop down list. It slows down or responds very slow when there are more than 2000 records in drop down list

Flags: needinfo?(arun.cse2004)
Status: UNCONFIRMED → RESOLVED
Closed: 4 years ago
Resolution: --- → DUPLICATE

My issue not resolved yet. No answered my problem yet. Please help!

Arun, this bug was marked as a duplicate of a bug which is still open. That bug being open means that we acknowledge that the problem exists and that it should be fixed. Unfortunately there is no workaround at this time.

Though I wonder if there are optimizations we could make without switching to a whole new approach.

Emilio, the 6 seconds of restyle time in this profile look rather rough: https://share.firefox.dev/3ltg4Le

It also says Styles shared: 1, Styles reused: 0. Should we expect to do better when styling a long list of <menuitem>s? We don't have the testcase for this bug, so maybe the <option> elements are styled and we end up with inline styles on the <menuitem>s...

Flags: needinfo?(emilio)

It'd be great to have a test-case here but yeah we could do better styling the menuitems. This is not efficient by any means, but it'd be good to know if we're hitting that code-path at all.

Flags: needinfo?(emilio)

I filed bug 1744300 about that code-path.

You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: