when I go to show a webpage with webContainerParent which within it instantiates a further 100 or 200 webContainerChildren (each of these shows the data of the reowset rows of a table of a db) I notice an extreme slowdown of the UI even if before instantiating all the child webcontainers I hide the webContainerParent and I only show it at the end of the fill.
Furthermore, the reaction to clicking on the controls of the child webContainers is extremely slow
Does anyone have an idea how this type of creation of child webContainers can be managed so that the UI reactions are acceptable?
2 posts - 2 participants