Table data loading slow
I have multiple resources, and two of them contain split() and stack() layouts. The rest of the resources load list table data properly, but the two resources with split() and stack() layouts exhibit slow loading, even though I display only 20 data per page. Additionally, the loading skeleton for these two layouts is not appearing. How can I optimize the performance of these tables?
5 Replies
Do you have debugbar enable by any chance?
No
What's the defenition of slow?
The split() layout resources take approximately 5 seconds to load 20 data per page, while the normal lists load in 2 to 3 seconds
There is more html, but it shouldn't be that much slower. If you look through the queries/rendering what's slowing it down?