Large children passed to EuiCodeBlock block the UI when getting rendered.
For example, in Kibana, load a sample data set and go to Discover. Set the time range to last 30 days. Click the inspect top nav button to open the inspector. Click the Response tab. Notice the long pause between the click and the tab getting opened. Using react-virtualized to only render the visible rows would greatly improve performance and avoid this UI pause.
Large children passed to
EuiCodeBlockblock the UI when getting rendered.For example, in Kibana, load a sample data set and go to Discover. Set the time range to last 30 days. Click the
inspecttop nav button to open the inspector. Click theResponsetab. Notice the long pause between the click and the tab getting opened. Using react-virtualized to only render the visible rows would greatly improve performance and avoid this UI pause.