Skip to content

perf: Improve the CDP events saving (debounce) [EE-473]

Anton Smirnov requested to merge 473_debounce into master

We save CDP events to survive the restarts (service worker, browser). It can happen that we schedule the saving multiple times. We might optimize it by debouncing and saving it once during the event loop iteration, similar to how we do with notifications and filter storage.

Merge request reports