Hi everyone,
I'm facing a performance issue with Filament v2 (Livewire v2) on a page that contains heavy components
When I use a BulkAction with requiresConfirmation(), clicking the bulk action button triggers a Livewire request to fetch the modal content. This causes the entire page to re-render, re-fetching all the data for my heavy components (Maps, Inputs, etc.), which leads to a significant lag (5-10seconds) before the confirmation modal actually appears.
Does anyone have a workaround or a "best practice" for handling confirmation modals on heavy pages