This repository has been archived by the owner on Dec 11, 2019. It is now read-only.
URL bar, on every keystroke the browser re-checks if the current location is bookmarked #8703
Labels
Milestone
Test plan
#8894 (comment)
With 10,000 bookmarks, this adds 80ms to every keystroke.
Did you search for similar issues before submitting this one?
Yes
Describe the issue you encountered:
Platform (Win7, 8, 10? macOS? Linux distro?):
Brave Version (revision SHA):
Steps to reproduce:
siteUtil.isSiteBookmarked()
by adding to the beginningconst startTime = new Date().getTime()
and to the end console.log(isSiteBookmarked() ${new Date().getTime() - startTime}
).Actual result:
2 calls for 40 ms / keystroke
Expected result:
No calls. (It should only check if the location changes.)
Will the steps above reproduce in a fresh profile? If not what other info can be added?
Yes
Is this an issue in the currently released version?
Yes
Can this issue be consistently reproduced?
Yes
Extra QA steps:
Any related issues:
Performance : urlbar response is slow when searching across many bookmarks #7453
The text was updated successfully, but these errors were encountered: