Forum Discussion
akhlebnikov
Aug 29, 2019Copper Contributor
SPO site makes a call to browser.pipe.aria.microsoft.com
Hi! We are developing a SPO site which will be mainly used by users on remote locations with satellite internet connection. Satellite traffic is prioritized and it turned out that our site durin...
- Aug 31, 2019ASync requests are non-blocking, meaning they won't prevent the site from loading even if the request is delayed.
akhlebnikov
Aug 31, 2019Copper Contributor
Beau Cameron My guess is that even though these requests are light-weighted, still, due to low traffic priority they don't get processed at all and hence site not loading.
I will try to block these requests before they are initiated, it seems to make some sense.
Aug 31, 2019
ASync requests are non-blocking, meaning they won't prevent the site from loading even if the request is delayed.