F
Filament8mo ago
vkDas

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
toeknee
toeknee8mo ago
Do you have debugbar enable by any chance?
vkDas
vkDas8mo ago
No
toeknee
toeknee8mo ago
What's the defenition of slow?
vkDas
vkDas8mo ago
The split() layout resources take approximately 5 seconds to load 20 data per page, while the normal lists load in 2 to 3 seconds
toeknee
toeknee8mo ago
There is more html, but it shouldn't be that much slower. If you look through the queries/rendering what's slowing it down?