Skip to content
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

Improve server start time #87

Closed
mashaal opened this issue Apr 24, 2022 · 3 comments
Closed

Improve server start time #87

mashaal opened this issue Apr 24, 2022 · 3 comments

Comments

@mashaal
Copy link
Member

mashaal commented Apr 24, 2022

Until this is shipped, initial Ultra server start times will be slow. I wonder if there is a temp fix we can implement to improve this for now? Include SWC and deno_graph downloads to a temp dir local to project?

denoland/deno#2552

@deckchairlabs

@deckchairlabs
Copy link
Member

May have already committed a fix to master, I've got to make sure I'm working on my fork...

20601b1

@deckchairlabs
Copy link
Member

deckchairlabs commented Apr 24, 2022

I think we should move deno_graph from deps, and maybe have separate dev_deps? That way we can just move anything not related to "runtime", vendoring, building, graph etc.

@mashaal
Copy link
Member Author

mashaal commented Apr 24, 2022

May have already committed a fix to master, I've got to make sure I'm working on my fork...

20601b1

It is orders of magnitude faster, would this effect client apps as well?

I'll make a deps.dev.ts PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants