Lower payload size
Hey, I have a table with 43 columns. Currently, loading 25 rows shows 2.35 MB in the network tab. When I comment all of them out, I get approx. 300 kB for that table.
Is there any way to minimize the size? There are no crazy columns (no images etc.), just text.
2 Replies
maybe toggling column visibility?
https://filamentphp.com/docs/3.x/tables/columns/getting-started#toggling-column-visibility
https://github.com/filamentphp/filament/issues/9304
I see this is a known issue and we might be getting some perf upgrades in Filament 4. I'm closing this.
GitHub
Large tables performance · Issue #9304 · filamentphp/filament
Package filament/filament Package Version V3+ Laravel Version N/A Livewire Version No response PHP Version PHP 8.2+ Problem description When using bigger tables and using the table size of 25+ for ...