WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
271336
Web Inspector: File search is extremely slow – needs debounce
https://bugs.webkit.org/show_bug.cgi?id=271336
Summary
Web Inspector: File search is extremely slow – needs debounce
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
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2024-03-27 13:48:11 PDT
<
rdar://problem/125508078
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug