Hello ! I have a FetchXML query through which I load in an HTML table about 500 or more records. The query takes so long to run that apparently it times out a service called Azure Front Door. Is there any way to query faster ? I have tried on the UI side to include pagination so the DOM won't have to load all the table rows at once but that did not fix it.