I’ve just been playing around with the React Profiler in the logseq repo and I was kind of thinking that the Ranked
view would give me ranked list of components by the cumulative time they used, instead it shows every component render separately. Is this a Rum issue or just how the React Profiler works?
Reading the https://reactjs.org/blog/2018/09/10/introducing-the-react-profiler.html#ranked-chart it seems that that’s just how they work :man-shrugging: