Modal performance slow in table
Hi everyone. I noticed that on large tables the modal popup time is almost equivalent to the loading time of the table, because the entire table is retrieved in html from request again, which weights almost 0.5 Mb in my case. Maybe there is an option to not get all table html in request and just neccessary data for modal? Thanks for help in advance! π
1 Reply
There is currently no way around this as this is how Livewire works and the whole thing is one component. We are trying to improve this with v4 but for now it's not really possible.