Mark Erikson @acemarke.dev · Feb 11

So I'm going to pick that up tomorrow and see if I can reimplement the perf timing and processing logic to extract the same data. Should then be able to expose that via the new Replay MCP, too! Here's my old prototype PR: github.com/replayio/dev... and example dispatch + selector perf data

2 likes 1 replies

?

Replies

Mark Erikson · Feb 11

We've had multiple people ask the Redux team for better ways to measure perf from Redux dispatches, and there still isn't a good way to get a full picture of where the time was spent other than tracing call graphs and flame charts. I wanted to build that with Replay, and now I think I can!