Replies: 2 comments 4 replies
-
I assume that the database is already loaded when this happens? Are you generating the certificate somehow? Fetching it remotely? what client are you using? Is the server nearby or remote? |
Beta Was this translation helpful? Give feedback.
3 replies
-
I got one small other question. It still takes some time to load the first document (in the order of 300ms). I could make my processes warm up the connection first.
this is what I do now, do you have a better suggestion on what to load to make it warm up? |
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.
-
Hi,
I was creating a system to run jobs, which makes a new process for each. Works fine, 100ms to boot up, but when I query my first document:
it takes over 5000ms, this is every time (without an exception), also when I query a non existing document. Any way to speed this up? after initial connection it is fast:
Beta Was this translation helpful? Give feedback.
All reactions