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

Parse files in parallel of Nuxt build #694

Closed
atinux opened this issue Dec 24, 2020 — with Volta.net · 1 comment
Closed

Parse files in parallel of Nuxt build #694

atinux opened this issue Dec 24, 2020 — with Volta.net · 1 comment
Labels
enhancement New feature or request

Comments

Copy link
Member

atinux commented Dec 24, 2020

Is your feature request related to a problem? Please describe.

On big website with a lot of content, starting @nuxt/content can be slow, and on top of this, it will block the webpack build to start.

Describe the solution you'd like

Nuxt content should start parsing files without blocking and only pause the Nuxt build:done hook until the parsing of files done so the first page served will have the correct data fetched.

@atinux atinux added the enhancement New feature or request label Dec 24, 2020 — with Volta.net
@atinux atinux self-assigned this Dec 24, 2020
@atinux atinux removed their assignment May 22, 2021
Copy link
Member Author

atinux commented May 6, 2022

Closing since implemented in version 2 coming.

@atinux atinux closed this as completed May 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant