Skip to content
This repository has been archived by the owner on Jun 23, 2020. It is now read-only.

Project setup takes too long #145

Open
willemneal opened this issue Aug 23, 2019 · 3 comments
Open

Project setup takes too long #145

willemneal opened this issue Aug 23, 2019 · 3 comments

Comments

@willemneal
Copy link
Contributor

By adding more files to the templates, it takes longer for project to becoming usable by the user.

So either we add a loading animation or figure out a way to speed it up.

I've used BrowserFS in the past and I was able to instantiate it with a zip file, which might be faster than a request for each file.

@vgrichina
Copy link
Contributor

I think for now we should have a whitelist of what gets packaged in templates (instead of trying to package all dependencies from node_modules).

@vgrichina
Copy link
Contributor

Other than that files are for some reason loaded sequentially, this likely can be fixed on studio side more or less easily, I'll take a look.

@vgrichina
Copy link
Contributor

@willemneal this shouldn't be a problem anymore in either prod or staging (requests are parallelized).

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

No branches or pull requests

2 participants