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.
Did you search for similar issues before submitting this one?
Yes
Describe the issue you encountered:
While investigating URL bar slowness, I noticed suggestion.simpleDomainNameValue() was slow. It calls urlParse() which uses url.parse().
When I replaced the node core implementation with fast-url-parser it got way faster (10K bookmarks, first keystroke "a" from 2000 ms to 1500 ms).
Platform (Win7, 8, 10? macOS? Linux distro?):
macOS
Test plan
#8708 (comment)
Did you search for similar issues before submitting this one?
Yes
Describe the issue you encountered:
While investigating URL bar slowness, I noticed
suggestion.simpleDomainNameValue()
was slow. It callsurlParse()
which usesurl.parse()
.When I replaced the node core implementation with
fast-url-parser
it got way faster (10K bookmarks, first keystroke "a" from 2000 ms to 1500 ms).Platform (Win7, 8, 10? macOS? Linux distro?):
macOS
Brave Version (revision SHA):
c002e3f
The text was updated successfully, but these errors were encountered: