The question is this: Suppose the application loads data with AJAX. For example, orders from an online store. Each order contains a lot of data. As a result, 1 order can contain several nested tables, various data blocks ...
I have at the moment if there are a large number of such orders on the screen, brakes appear, when analyzing the Timeline - Hit Test! If I reduce the number of nested blocks for the test - the brakes are significantly reduced.
Is there a difference in performance when layout is strictly in the form of a table, strictly in the form of div blocks, or is there no difference?
Share your experience!