I am facing an issue with loading the edit page where the parent has thousands of nested children it breaks the page while rendering the HTML.
the query is already optimized and the server does not take a lot of time to process the records it's the HTML that is rendered multiple times and makes the web page irresponsive.
the main question is can we add something like load more which fetches the data with ajax and appends it to the parent so that the page doesn't get broken?
@nathanvda anything you can suggest or direct me to something if this is already done?
I am facing an issue with loading the edit page where the parent has thousands of nested children it breaks the page while rendering the HTML.
the query is already optimized and the server does not take a lot of time to process the records it's the HTML that is rendered multiple times and makes the web page irresponsive.
the main question is can we add something like
load morewhich fetches the data with ajax and appends it to the parent so that the page doesn't get broken?@nathanvda anything you can suggest or direct me to something if this is already done?