[Webkit-unassigned] [Bug 43808] HTML page using <form> tags with multiple Select lists loads has slow load time

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 28 09:44:06 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=43808





--- Comment #7 from pjanoski at sicompos.com  2011-01-28 09:44:06 PST ---
(In reply to comment #6)
> ... in a hash-map (which empties in the event of a deletion or insertion in the DOM tree) and found : 
> 
> In the given test case, the page-load-time drops by 20 secs or so (a debug build on Ubuntu, 2.8 GHz processor).
> 
> In a more realistic scenario, where a select-box for 'year' might have 100 options, i saw a savings of 6 milliseconds.
> 
> I expect there must be some page somewhere which does a lot of this ... wd appreciate feedback on whether this is worth pursuing ...

Yes, can you please provide example of what the HTML code etc. would look like to use the hash-map. Slow initial-load time because items are not cached yet would not be acceptable. Also, ~1500 options per select-box is the realistic scenario or norm for the application.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list