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
nothing you can do, thats how livewire works, it must load all things on each action
As above, but ensure you do have blade icons cached too. and check the queries are not excessive
Ok, thanks for quick replies!