You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I might have misunderstood what Stormpath meant by caching, but shouldn't the first resource query be the slowest, and the rest much faster? I'm passing expansions: 'customdata' in to my Strategy constructor, and every query is giving me the same response time. When I manually slow down my network, the response time also increases consistently for all resource requests.
I'm using
[email protected]and[email protected]I might have misunderstood what Stormpath meant by caching, but shouldn't the first resource query be the slowest, and the rest much faster? I'm passing
expansions: 'customdata'in to my Strategy constructor, and every query is giving me the same response time. When I manually slow down my network, the response time also increases consistently for all resource requests.Is this expected behavior?