How long to boot? #460
-
|
Hi there, I couldn't find many details around how long would it take a user to open an IDE session? I tried the cloud demo but it was quite slow, but I understand that this might not be an accurate reflection. So I want to just directly ask what the expectations are for start times (for users without sessions and users restoring sessions). Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Hi, Theia Cloud itself does not add much on top of a regular Docker container/Kubernetes Pod when it comes to loading times. Mainly, it adds a sidecar container for authentication, but that's it. If a session for a user is already running and the user comes back to it, there should be no delay, the user will just be forwarded to the running application. For new sessions the startup time is essentially how long it takes to launch a new Pod with your application on Kubernetes. This depends on several factors:
Finally, Theia Cloud also offers an (experimental) eager mode: In this mode, Theia Cloud keeps running instances available, and users are assigned an already running Pod, which should result in almost no loading time. I hope this clarifies things a bit. |
Beta Was this translation helpful? Give feedback.
Hi,
Theia Cloud itself does not add much on top of a regular Docker container/Kubernetes Pod when it comes to loading times. Mainly, it adds a sidecar container for authentication, but that's it.
If a session for a user is already running and the user comes back to it, there should be no delay, the user will just be forwarded to the running application.
For new sessions the startup time is essentially how long it takes to launch a new Pod with your application on Kubernetes. This depends on several factors: