hello,
we’re using our custom oauth provider at the moment but we decided to migrate our applications to auth0. we have several apps but the most important is a react based single page app. we’ve followed the steps in the “Auth0 JavaScript SDK Quickstart” but we’re experimenting a really long load time for the checkSession call of the SDK (what is calling the /authorize endpoint within an iframe). we’re talking about ~3-4 seconds (check the screenshot). as it is the core part of the initialization phase of our application we’d like to make it faster. a lot faster. how could we achieve this? can we increase the performance somehow?
![alt text][1]