-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Performance of opening a monorepo is very slow vs GitHub Codespaces #12682
Comments
Some extra perf stuff: Gitpod
GitHub Codespaces
|
Hey @ghuntley! 👋 |
Not really. Strange that this was right away closed. There’s three actionable things here:
|
@ghuntley thank you for bringing this to our attention. The difference is related to the In Gitpod, you can find we use Here is a screenshot showing the times you observe: The flag I will open a PR to revisit the use of the flag |
Legend as always Alejandro |
Suppose that gitpod changes back to not having |
When you open a workspace, Gitpod only checks the last commit to open the UI as soon as possible. From https://git-scm.com/docs/git-clone:
Once the UI is ready (and the .gitpod.yaml file is processed), the rest of the repository is fetched in the background.
You should see no changes without |
@jldec can you share if there are existing issues for ☝️ or would it make sense to track in new issues? I ask because @aledbf is addressing performance observations as part of #13053. |
Ah! That's the key. |
Resolved and published: https://www.gitpod.io/changelog#faster-startup-times-for-large-repositories |
Objective
Open https://github.com/NixOS/nixpkgs in Gitpod and at the same time open https://github.com/NixOS/nixpkgs in GitHub codespaces.
GitHub Codepaces loads in <10 seconds.
Gitpod loads in > 90 seconds.
GitHub Codespaces provides the user with a detailed overview and logs of what it is doing.
Gitpod provides a bouncing logo and "initialising context"
The text was updated successfully, but these errors were encountered: