Replies: 1 comment 1 reply
-
Hi @bmtKIA6, could you please provide which credentials provider are you using? and are you running this on a EC2 instance or/and containerized application? Thanks! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It appears that there is a number threads about
slow
.Is this "normal" for credentials providers?
My guess is that subsequent requests are ok, due to static caching in PHP.
Here is the test program:
and the output
without the cached provider (more or less always in apc), the first request is even worse: ~140ms
Beta Was this translation helpful? Give feedback.
All reactions