You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.
Steps to reproduce:
0. Instrument onKeyUp() in app/renderer/components/navigation/urlBar.js by adding console.log(${new Date().getTime()} onKeyUp >) at the beginning and console.log(${new Date().getTime()} onKeyUp <) at the end of the function.
Open Brave and import 1000+ bookmarks.
Toggle browser debug console and open the JS console.
Focus the URL bar and press the "A" key repeatedly.
Observe browser debug JS console for onKeyUp() latency.
Actual result:
Latency is ~200ms.
Expected result:
<10ms (On a fresh profile, it takes ~3ms).
Will the steps above reproduce in a fresh profile? If not what other info can be added?
Requires 1000+ bookmarks.
Is this an issue in the currently released version?
Yes
Can this issue be consistently reproduced?
Yes
The text was updated successfully, but these errors were encountered:
Did you search for similar issues before submitting this one?
Yes
Describe the issue you encountered:
When the browser has many bookmarks, the URL bar lags between typing and displaying input.
Platform (Win7, 8, 10? macOS? Linux distro?):
MacOS
Brave Version (revision SHA):
master @ db26cac
Steps to reproduce:
0. Instrument
onKeyUp()
inapp/renderer/components/navigation/urlBar.js
by adding console.log(${new Date().getTime()} onKeyUp >
) at the beginning and console.log(${new Date().getTime()} onKeyUp <
) at the end of the function.Actual result:
Latency is ~200ms.
Expected result:
<10ms (On a fresh profile, it takes ~3ms).
Will the steps above reproduce in a fresh profile? If not what other info can be added?
Requires 1000+ bookmarks.
Is this an issue in the currently released version?
Yes
Can this issue be consistently reproduced?
Yes
The text was updated successfully, but these errors were encountered: