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:Jump to 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...
2 Replies
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