You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some components emit too many events and make it difficult to inspect the timeline. It would be nice if, in v6, it was possible to disable any of the timelines like we can with the performance one, right from the timeline:
One of the most common examples is applications using map components. They emit a lot of events and it becomes laggy quite quickly (after moving the map around, the timeline can take up to +30s to charge), making it hard to debug any other timeline.
This was possible in v5 with the small record button, to stop tracking component events.
The text was updated successfully, but these errors were encountered:
Maybe the improvement would be to prevent sending the events over the wire when the layer isn't visible and then fetch the layer again when it's toggled
Uh oh!
There was an error while loading. Please reload this page.
Some components emit too many events and make it difficult to inspect the timeline. It would be nice if, in v6, it was possible to disable any of the timelines like we can with the performance one, right from the timeline:
One of the most common examples is applications using map components. They emit a lot of events and it becomes laggy quite quickly (after moving the map around, the timeline can take up to +30s to charge), making it hard to debug any other timeline.
This was possible in v5 with the small record button, to stop tracking component events.
The text was updated successfully, but these errors were encountered: