-
Notifications
You must be signed in to change notification settings - Fork 285
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Quicksilver very slow for Web search (Custom) #637
Comments
Hi there, This is a known problem with Search objects. They have to load the website We are working on making this process happen in the background so it @HenningJ - I've been meaning to ask you. Would you know how we could make The methods are in QSResourceManage.m called:
Thanks On 16 January 2012 07:22, cinemanna <
|
I'm sure it's possible, even though I haven't looked at it yet. I'm not that familiar with the internals of the websearch stuff, so I have a question: Are the icons loaded every time I call up on of the searches? That seems quite wasteful. Shouldn't that just happen once (when the websearch is added to the catalog) and then be stored somehow? Then any delays would already be tucked away in the catalog-rescan task. That seems more like the right thing to do. |
I noticed this, too. It also introduces a delay when a web search comes up as you’re typing (but is not the eventual match you were going for). I was going to look into it, but hadn’t figured out how to reproduce it consistently. I never noticed this with B61, but the plug-in hasn’t changed and it seems like that has to be the cause. |
Just for reference: The mailinglist thread discussing this issue |
Thank you Patrick for the clarification. Really happy with QS... I came back to it in its new Lion avatar and the Will be looking forward to this improvement... Best regards On Mon, Jan 16, 2012 at 1:47 PM, Patrick Robertson <
|
@HenningJ agree... the icons should be called just once and then cached. A simple generic search icon would be good enough too.. more important is the functionality. |
@pjrobertson btw. can't we just use a really short timeout for that icon request? So it would work for that icons that are available from the service, but timed out quickly, when no icon was available? |
I just looked into this today. To clarify a few things: The icons are retained and cached, so they do only need to get loaded once. I also can't reproduce the hang now, which is annoying. |
I was testing to be sure. And here is my experience: To compare with Google search-- that icon always loads up snappily. Even when the custom icons loading hangs. Always snappy. How can one ensure custom searches also behave uinformly well... I'm afraid still something not quite there..Or is it just me? |
From the time I added custom web search, Quicksilver is slow. Normal funtctions are fine. But custom search takes a long time appear.
For example i have added a custom search for online bookstore flipkart.com and it has to come with the letters flip.
I have to wait a long time after typing flip for the Web search icon to appear.
The same slowness is seen for two other custom searches.
The response from typing ( the invoking letters) to the Web search icon appearance takes a lot of time-- the rest is snappy. It opens the browser with the search quickly and properly.
I have made corresponding web search the default action also (priority one).. Why is there such a delay?
The builtin google search icon appears fast. No such problem there.
I like the feature and dont want to disbale the catalog for custom search. Its really useful.
The text was updated successfully, but these errors were encountered: