Bug 271336

Summary: Web Inspector: File search is extremely slow – needs debounce
Product: WebKit Reporter: Chris Paterson <paterson>
Component: Web InspectorAssignee: 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
Reported 2024-03-20 13:47:29 PDT
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
Radar WebKit Bug Importer
Comment 1 2024-03-27 13:48:11 PDT
Razvan Caliman
Comment 2 2025-05-14 07:24:49 PDT
*** This bug has been marked as a duplicate of bug 289036 ***
Note You need to log in before you can comment on or make changes to this bug.