Table Performance - Bulk Actions
Hey guys,
i have a pretty large Table using filament which needs to handle 1000 - 10k entries,
but it seems like it's having a hard time only with 100...
I noticed whenever i disable the
Which is still pretty bad, but I can live with that.
Installed Debugbar, can't see any slow query for some reason,
but the request itself takes 100 seconds on the Network tab (F12), while on Debug bar i only see 2-3 seconds (WTF).
and the whole application is stuck, i can't click anything.
I'm exteremely confused, would love to know if anyone had that issue and fixed it by some hack or any filament feature.
Side note: I'm using filament on production, not using it locally.
But it's also happening locally.
https://github.com/gavinsmith8181/CRM
Putting a bounty of 100$ for the one who can make it more performant and much faster.
i have a pretty large Table using filament which needs to handle 1000 - 10k entries,
but it seems like it's having a hard time only with 100...
I noticed whenever i disable the
bulkActions function on the table, suddenly from 100 seconds, load time takes only 5 seconds.Which is still pretty bad, but I can live with that.
Installed Debugbar, can't see any slow query for some reason,
but the request itself takes 100 seconds on the Network tab (F12), while on Debug bar i only see 2-3 seconds (WTF).
and the whole application is stuck, i can't click anything.
I'm exteremely confused, would love to know if anyone had that issue and fixed it by some hack or any filament feature.
Side note: I'm using filament on production, not using it locally.
But it's also happening locally.
https://github.com/gavinsmith8181/CRM
Putting a bounty of 100$ for the one who can make it more performant and much faster.


GitHub
Contribute to gavinsmith8181/CRM development by creating an account on GitHub.