I have a PowerApps Portal Web Template that makes several fetchxml queries. Making matters worse is that these fetches are nested within markup, and often within a for-loop--we're talking somewhere in the realm of > O(N^4). If the data entities are too large the fetch takes far too long (as you can imagine) and the request times out, at which point the page displays an application runtime error notification.
The long term solution is to refactor the page to improve load and runtime performance. However, I'm trying to come up with a temporary fix we can implement while we wait for the refactor.
Is there any way we can increase the time limit for http requests in a Power Apps Portals?
Thank you,
David K