Closed
Bug 407429
Opened 17 years ago
Closed 17 years ago
Two line autocomplete is slow when clicking on the "show typed urls" drop down
Categories
(Firefox :: Address Bar, defect, P3)
Firefox
Address Bar
Tracking
()
RESOLVED
FIXED
Firefox 3 beta4
People
(Reporter: ria.klaassen, Assigned: Mardak)
References
Details
(Keywords: perf, regression)
When I start up my computer for the first time and click on the autocomplete arrow it takes several seconds to draw. You see the first line appear, then the second line, the third line etc., and finally you see the scrollbar appear.
The next start up requires less patience, although the machine obviously is grubbing to display the text.
When I want to scroll down or up with the slider, the text scrolls but the slider has delay and sticks to the top or bottom for one or two seconds.
I didn't have this problem (not at all) with the previous autocomplete.
Comment 1•17 years ago
|
||
Does the build you're testing include the patch from bug 406259?
Comment 2•17 years ago
|
||
ria, is the same scenario slow if, instead of clicking on the autocomplete
arrow, you type the letter "h"?
the query for the arrow is different than the chunked autocomplete query, so it
could be the cause
http://lxr.mozilla.org/mozilla/source/toolkit/components/places/src/nsNavHistoryAutoComplete.cpp#444
and this might not be related to the autocomplete.xml code at all.
Reporter | ||
Comment 3•17 years ago
|
||
The build I tested should contain the patch of Bug 406259.
Typing letters feels indeed different; then the autocomplete reacts faster.
The scroll problem makes me think of the scroll behaviour in the add-ons manager.
Updated•17 years ago
|
Summary: Two line autocomplete is slow → Two line autocomplete is slow when clicking on the "show typed urls" drop down
Comment 4•17 years ago
|
||
global frecency should make this very fast, see bug #394038
Comment 5•17 years ago
|
||
will be fixing this along with bug #394038
Assignee: nobody → sspitzer
Priority: -- → P3
Comment 6•17 years ago
|
||
note, this might already be fast due to recent changes from Marco. see bug #392399.
ria, can you confirm?
Reporter | ||
Comment 7•17 years ago
|
||
Something before 1-1-2008 made it already faster and latest trunk opens the menu in less than 1 second. My places.sqlite is about 10 MB at the moment.
Comment 8•17 years ago
|
||
this is going to be fixed along with bug #394038
note, one reason it will be fast is that we will be showing typed sites ordered by frecency, not visit date.
see bug #411293
Assignee: sspitzer → dietrich
Depends on: 411293
Comment 9•17 years ago
|
||
Assignee | ||
Updated•17 years ago
|
Assignee: dietrich → edilee
Assignee | ||
Comment 10•17 years ago
|
||
This is fixed by bug 406359 which does the chunking and early quitting if we have enough results.
Status: NEW → RESOLVED
Closed: 17 years ago
Depends on: 406359
Resolution: --- → FIXED
Target Milestone: Firefox 3 beta3 → Firefox 3 beta4
You need to log in
before you can comment on or make changes to this bug.
Description
•