Closed
Bug 1810994
Opened 3 years ago
Closed 2 years ago
Display project search results as they are found.
Categories
(DevTools :: Debugger, enhancement)
DevTools
Debugger
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: bomsy, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 obsolete file)
Currently we wait for all the search results for a source to be available before we return the full list.
Investigate if we could improve this buy return each result or a batch of results as they are found. This might improve the perceived performance.
| Reporter | ||
Comment 1•3 years ago
|
||
| Reporter | ||
Comment 2•2 years ago
|
||
No longer going further on this as there is quite some significant regression on overall project search performance.
Various ideas which would still have a bit of impact were :-
- Do the line based search on larger sources
- Do the line based search for initial list of sources and flipping over to source based searches.
Maybe this might come back to it in the future.
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → WONTFIX
Updated•2 years ago
|
Attachment #9318665 -
Attachment is obsolete: true
You need to log in
before you can comment on or make changes to this bug.
Description
•