[data grid] Time spend rendering Emotion/Pigment CSS #12401
Labels
component: data grid
This is the name of the generic UI component, not the React module!
performance
Summary
This is a continuation of #11866 (comment) point 2. A significant amount of time is spent rendering React components, more specifically in the styled layer. We should be able to do better.
The potential savings might be about 14% (100ms out of the 700ms).
Examples
Shouldn't this be memo?
mui-x/packages/x-data-grid/src/components/virtualization/GridVirtualScrollbar.tsx
Line 158 in 7c4ba74
The text was updated successfully, but these errors were encountered: