Cache Action (Modal) Response
Hi,
is it possible to cache the response of filament table actions (modals) for a certain amount of time?
Background: I've got a project that has a page which can experience a lot of traffic and I would like to keep the responses as tiny as possible. Because livewire makes additonal requests when a modal gets shown, I want to improve that as well.
1 Reply
Filament doesn’t do that out of the box and I don’t know of a Livewire feature. You could try implementing this on Livewire level.