Hey! I have a couple questions about expected late...
# ory-network
t
Hey! I have a couple questions about expected latency of communicating with the Ory Network. 1. I’m seeing latencies of ~100-200 ms when hitting the
/sessions/whoami
endpoint for successful token validations, and ~70 ms for failures. This suggests to me that it’s not due to network latency, but because something takes a long while to run inside Ory Network if the user session is found. This doesn’t seem to be expected, no? 2. How would Oathkeeper help here (we’re running on GKE & Istio, so we can totally use it)? Can it cache the requests to validate session tokens? Do you recommend doing it? If yes, for how long? PS: It’s a test deployment with just 2 users, using username + password for auth. We’re hitting your API from the
europe-west9
GCP region.
h
Hi, we are rolling out a feature flag which enables our edge network per default, dropping average response times to 30-40ms for hot requests (90% of requests)! We already use it for our own product offering but have disabled this for customers as there were a few problems which are now resolved
t
good to know, thanks for the quick response! so was the 200 ms response time expected?