Bug 23306 - Inspector Resources search is slow
Summary: Inspector Resources search is slow
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL: http://280slides.com/Editor
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-13 16:27 PST by boucher
Modified: 2010-03-18 03:46 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description boucher 2009-01-13 16:27:07 PST
The debug inspector is great, and having code search makes it very powerful. Unfortunately, the code search is far too slow on large code bases. 

Try starting up the debugger on 280 Slides (http://280slides.com/Editor). Open the debug tab, start debugging, and enter the search term "toggleNotes:"

On my computer (2ghz macbook pro), returns zero results. If I try again, still zero results. But, if I then try searching for just "toggle" about half a dozen times, I'll eventually get a couple results. If I slowly add the rest of "Notes:" in, it will eventually find the two "toggleNotes:" results that it should have found originally.

It's ok to make me wait as long as it takes, but to proclaim there are zero results when there are obviously not is definitely an error. Of course, being able to do this search in a few seconds or less would make it much more useful.
Comment 1 Timothy Hatcher 2009-04-06 10:01:56 PDT
Yes it is showing "0 results" even while it is still searching. We should not do that. But waiting should give you results eventually.
Comment 2 Alexander Pavlov (apavlov) 2010-03-12 08:04:04 PST
Only the current source view is searched as of http://trac.webkit.org/changeset/55231