Forum Discussion
maheshmanja
Feb 04, 2020Copper Contributor
SharePoint throttling by cache refresh
Hi All, In SharePoint Online, I am calling api "/_api/web/HubSiteDataAsStream" to get the hub site navigation details in custom SPFX app. But because of cache, this api wont get recent data. If ...
Beau Cameron
Feb 05, 2020MVP
maheshmanja I've done similar, I haven't had any issues at scale with calling this for my custom navigation I built.
- maheshmanjaFeb 06, 2020Copper ContributorThanks a lot Cameron for your reply.
You mean by sending 'true' parameter to api (which refresh the cache) wont make any impact on the site performance? So throttling will be negligible even api call happens with param in thousands of the site at same time?