F
Filament2w ago
Phil

Large repeater list updates very slowly

I have a form with a repeater list that has about 230 entries with 4 fields each. One field shows a price reduction in percent and another field shows the new price. Basically everything works, but the response takes 5-6 seconds for each change to the discount. In the response I see that almost 4 MB of data is returned. Can I somehow specify that only the fields in the repeater item are updated and not the entire form? Translated with DeepL.com (free version)
Solution:
Can I somehow specify that only the fields in the repeater item are updated and not the entire form?
No, sorry. That's a limitation of Livewire. I'd advise to use a RelationManager instead...
Jump to solution
2 Replies
Phil
Phil2w ago
No description
Solution
Dennis Koch
Dennis Koch2w ago
Can I somehow specify that only the fields in the repeater item are updated and not the entire form?
No, sorry. That's a limitation of Livewire. I'd advise to use a RelationManager instead