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.
I don't reproduce this myself but Brendan does. If you type in the URL bar it can lag. This could probably be fixed by profiling and just optimizing things around keydown in the urlbar.
The text was updated successfully, but these errors were encountered:
ipcRenderer does sync IPC on each access to getCurrentWindow() this leads to about 30% of the time when typing in the URL bar being used there (the highest function). After this change it goes to 4% for ipcRenderer when typing in the URLbar.
This helps #2736, but I'll do some more investigating for more optimizations
Auditors: @bridiver
I don't reproduce this myself but Brendan does. If you type in the URL bar it can lag. This could probably be fixed by profiling and just optimizing things around keydown in the urlbar.
The text was updated successfully, but these errors were encountered: