When the screen has too much information and the performance starts to decrease one of the options we have is to create a web block with some of that information and do a lazy load.
It would be nice to have something similar to "Extract to action" where you can select the elements in the screen and "Extract to Web Block".
In case of a table, it would:
- Remove the query from the preparation of the screen into the preparation of the Web Block;
- Remove the actions from the screen into the Web Block;
- Remove the selected elements into the Web Block;
- Add the necessary input parameters to the Web Block.