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

Switch to in-memory mode for the dev server #5005

Closed
TheTrio opened this issue Jun 10, 2022 · 0 comments
Closed

Switch to in-memory mode for the dev server #5005

TheTrio opened this issue Jun 10, 2022 · 0 comments

Comments

@TheTrio
Copy link
Contributor

TheTrio commented Jun 10, 2022

Writing files to the disk is a slow process - serving the files from memory is a lot more faster and efficient.

Switching to in-memory mode should be straightforward but there are some issues related to dynamic imports.

To see for yourself, set hot_loading to true in config/application.yml and disable writeToDisk in webpack.config.js

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

1 participant