-
Notifications
You must be signed in to change notification settings - Fork 137
open / tab-open console gets slowing when query string is long #158
Comments
Culprit is here. |
It seems the only part actually depending on the keyword is the API call to |
I was wrong. There does seem to be another place depending on the length of the keyword(s). |
Ok that one only loops through the search engines from the configuration and should not be too slow. |
It has been a year, Has there been any progress on this? It is really affecting the ability to type in the VimVixen console line. Without a fix in sight I'm close to dropping this addon. I did attempt to look at the source but the current abstractions in use are not making much sense. Is there some documentation on how that command line functions (Design Specs)? |
@sukima feel free to take a look at awu0012@c0fb340 not a javascript programmer by any means, but it works for me |
I have started to use Vim Vixen on macOS recently, and I encounter the same issue. It might be a particular problem with macOS. We need to research more on this issue. |
fixed in #1099 |
I'm opening this issue because:
Description
open / tab-open console gets slowing when query string is longer than 3 ~ 4 characters.
IME (Google Japanese Input) also slows down.
Failure Information (for bugs)
Steps to Reproduce
Please provide detailed steps for reproducing the issue.
System configuration
Console logs
Any relevant log in developer tools:
N/A
The text was updated successfully, but these errors were encountered: