Hello fellow developers,
I am currently working on a project backed by octoberCMS. Everything seems great except the repeaters.
- When the number of the repeater is too much (more than 50) the page hangs up and send an error message of max execution limit exceeded. I don't want to increase the max execution limit but load 10 Repeater at a time with the help of pagination or load more functionality that should be achievable by Ajax.
Has anyone tried this before? or is it even possible to do so?
- One of my requirement is to popup a form when clicked in a button inside each repeater list item. I'm currently working on it but its taking quite a long time now. the modal should load the update form. Anyone has worked on this sort of situation if yes, any suggestions on how to pop save the form via ajax?
Any answer for my 2 questions would be highly appreciated.