Bug 271336
Summary: | Web Inspector: File search is extremely slow – needs debounce | ||
---|---|---|---|
Product: | WebKit | Reporter: | Chris Paterson <paterson> |
Component: | Web Inspector | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | inspector-bugzilla-changes, paterson, rcaliman, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | Safari 17 | ||
Hardware: | All | ||
OS: | All |
Chris Paterson
Summary:
When inspecting a complex site with many files (example https://new.express.adobe.com/new) opening the sources tab and attempting a search for a file (via CMD+P) the input freezes for a time as you type. My speculation is that on each letter inputted the entire list of files is being searched. Instead, if a search has begun and a new letter has been inputted the previous search should be canceled and a new one created (commonly referred to as debouncing).
Reproduction:
1. open Safari to https://new.express.adobe.com/new
2. open Page Resources
3. Search for "AudioThumbnail" (CMD+P)
4. Observe that the first letter takes the longest while each subsequent letter the search speeds up
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/125508078>
Razvan Caliman
*** This bug has been marked as a duplicate of bug 289036 ***