matsesh
matsesh
FFilament
Created by matsesh on 4/10/2024 in #❓┊help
Each repeater action takes a long time (livewire/update)
Since each action with the repeater is accompanied by a call to livewire/update, in my case it takes more than 10 seconds for each action (adding, deleting, moving), which is absolutely unusable. Moreover, depending on the number of fields in the model, this time can increase up to 30 seconds. I probably missed something during the architecture. Because a custom field storage structure is used through the EAV model (similar to fields in WordPress). And in general, instead of updating a separate field, the entire page for editing the model is received in the snapshot and in the response. I don't need reactivity here at all, so how can I limit livewire to a simple action - adding a new field in repeater, without checking snapshots? Or is the only solution to create a custom component? Thank you for your attention and help.
16 replies