Hi! I am having performance issues with your manag...
# support-questions-legacy
s
Hi! I am having performance issues with your managed service. My fastapi endpoint is ~0.08s on average, then I plug in supertokens session verify (not with access token blacklisting) and I am getting ~0.6s response time. Why is this ~8x slowing? Have I got any slow configuration? How can I improve this? Is it only in dev? Is it only in managed? Thanks!
r
Hey @santimnv session verification is stateless. So it should not take that long. Is this happening for each session verification attempt?
s
Yes, is always, I am using custom claims but should't be so slow
r
Right. Can I see your implementation of custom claim?
4 Views