You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using Table Actions with a large number of rows (50+), there is a significant performance lag when opening the action modal form, especially with reactive form components and preloaded selects. The lag increases with the number of table rows.
Expected behavior
When clicking on a table action (like changing status) in a table with 50+ rows, there is a noticeable delay (3-4 seconds) before the modal opens. The network tab shows that the Livewire payload for the update request is quite large, and the browser becomes less responsive during this operation.
Steps to reproduce
The table action modal should open immediately (under 200ms) regardless of the number of rows in the table, providing a smooth user experience without any noticeable lag.
Reproduction repository (issue will be closed if this is not valid)
Package
filament/filament
Package Version
3.2
Laravel Version
11.31
Livewire Version
3.2
PHP Version
8.3
Problem description
When using Table Actions with a large number of rows (50+), there is a significant performance lag when opening the action modal form, especially with reactive form components and preloaded selects. The lag increases with the number of table rows.
Expected behavior
When clicking on a table action (like changing status) in a table with 50+ rows, there is a noticeable delay (3-4 seconds) before the modal opens. The network tab shows that the Livewire payload for the update request is quite large, and the browser becomes less responsive during this operation.
Steps to reproduce
The table action modal should open immediately (under 200ms) regardless of the number of rows in the table, providing a smooth user experience without any noticeable lag.
Reproduction repository (issue will be closed if this is not valid)
https://github.com/ruan11223344/filament_action_slow
Relevant log output
The text was updated successfully, but these errors were encountered: