Table action edit modal is very slow

Hi, when i list for example 100 records in my table it takes about 3-4 seconds before the edit modal pops up. if i list 5 records it loads much faster. How can i improve this?
3 Replies
Saifallak
Saifallak7mo ago
nothing you can do, thats how livewire works, it must load all things on each action
toeknee
toeknee7mo ago
As above, but ensure you do have blade icons cached too. and check the queries are not excessive
Jompi (work)
Jompi (work)7mo ago
Ok, thanks for quick replies!