Bug 232698

Summary: Web Inspector: update audits in object store after editing instead of replacing everything
Product: WebKit Reporter: Devin Rousso <hi>
Component: Web InspectorAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: inspector-bugzilla-changes, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: All   
OS: All   
See Also: https://bugs.webkit.org/show_bug.cgi?id=232699

Description Devin Rousso 2021-11-04 00:01:31 PDT
after editing an audit, the all existing audits are removed from the object store and then each one is re-added

this is pretty wasteful, especially for audits, as we have to re-write all the audits to the object store instead of only the top-level one corresponding to the test that was changed
Comment 1 Radar WebKit Bug Importer 2021-11-10 23:02:17 PST
<rdar://problem/85286018>