Forum Discussion
pieterheemeryck
May 28, 2020Brass Contributor
Teams custom personal app (SPFx) - slow authentication startup in desktop app
Hi We've implemented quite some Teams personal apps at clients now and the custom Teams apps in the (Teams desktop app) sometimes have load times ranging from 4s - 10s before our custom code even...
Ruben Toribio Gallardo
Jun 24, 2020Copper Contributor
pieterheemeryck We are experiencing the same problem , the api in azure takes like 200 ms . The time it takes the app to load is more than 5 secs. After checking loading time with developer tools you can see that authenticate method takes like 2-3 secs. Any idea how it can be optimized VesaJuvonen ?
It's a bit sad that we spend a lot of time in make our systems as fast as possible and later SharePoint is making it slow. The question is if this authentication is related with SharePoint or azure ad , if we call an internal api from SharePoint will be faster or will be slow anyways.
- tehreemfMar 13, 2021Copper ContributorWas anyone of you able to find a solution to this? I'm facing the same problem. The app takes too much time to load..