I have a Post Type that utilizes a Repeater Field Group. Some of these posts contain a large number of repeated entries (rows). As a result, the backend editor page takes a very long time to load and render, making it difficult to edit the content.
Current Setup & Troubleshooting:
I am using the latest version of Toolset Types.
I have already increased the PHP max_input_vars limit to 10000. This resolved previous saving issues, but the page performance (DOM rendering) is still extremely slow due to the number of fields being loaded at once.
My Question: Is there any built-in setting, hook, or workaround to enable pagination for Repeater Field Groups within the WordPress backend? Or is there a way to "lazy load" these rows so they don't all render simultaneously? Click to load or something.
I would prefer to keep the current Repeater structure if possible, rather than migrating to a One-to-Many (Post Relationship) architecture, unless that is strictly the only viable solution.
Hello. Thank you for contacting the Toolset support.
Thank you for sharing your concern but there is no pagination feature available for Repeating Field Groups as the possible reason could be you can have nested Repeating Field Groups and to manage nested Repeating Field Groups with pagination is quite cumbersome.
If you have issue with performance then you can use one-to-many post-relationship that will help you to have better performance as post-relationship box have the feature of pagination.