[Webkit-unassigned] [Bug 271336] New: Web Inspector: File search is extremely slow – needs debounce
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Mar 20 13:47:29 PDT 2024
https://bugs.webkit.org/show_bug.cgi?id=271336
Bug ID: 271336
Summary: Web Inspector: File search is extremely slow – needs
debounce
Product: WebKit
Version: Safari 17
Hardware: All
OS: All
Status: NEW
Severity: Normal
Priority: P2
Component: Web Inspector
Assignee: webkit-unassigned at lists.webkit.org
Reporter: paterson at adobe.com
CC: inspector-bugzilla-changes at group.apple.com
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
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20240320/a7ed02d3/attachment-0001.htm>
More information about the webkit-unassigned
mailing list