© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
13 replies
bernhard

Performance of `$table->groupsOnly()`

I want to create a reporting table of db-table with ~600k rows. For this, I added


  ->defaultGroup("ad_advertorial_id")
  ->groupsOnly()
  ->defaultGroup("ad_advertorial_id")
  ->groupsOnly()


to my table. First I got memory_limit errors, after increasing it to 1GB I get timeouts > 60s.

Any ideas?
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Table ->groupsOnly() Heading UI Issue
FilamentFFilament / ❓┊help
2y ago
table performance
FilamentFFilament / ❓┊help
16mo ago
Apply groupsOnly only when the table is grouped
FilamentFFilament / ❓┊help
3mo ago
Table Performance - Bulk Actions
FilamentFFilament / ❓┊help
2y ago