Support General Meta box group clone fields became extremely slow!!! Reply To: Meta box group clone fields became extremely slow!!!

#10290
Anh TranAnh Tran
Keymaster

Hello,

The clone feature uses jQuery and when a clone event is fired, it loops through all the inputs, updating their indexes, values and name attribute. The more inputs, the longer the process take.

I have improved the speed of cloning in this ticket. I'd suggest you reduce the number of inputs and use the wysiwyg field for some cases. Here is an interesting discussion about this.