-
-
Notifications
You must be signed in to change notification settings - Fork 490
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
Prefetch & preload issues #1875
Comments
I think this is also related to nuxt/nuxt#18376 (comment) there is a hack to remove prefetch'es |
Thx @koronowicz, but this solution is for nuxt 2 if im not mistaken. This hack from the same thread works 👍
|
Any ideas? |
It doesn't work for me in 3.2.3. I've tried in |
@ziadsarour Works for me as a module in 3.2.3
|
I've just realized I'm in the i18n module repo, I'm coming from a comment in the nuxt repo (so I didn't set the Here is my nuxt.config
|
been having the same issue as well. would be great if this can get a fix |
Environment
Darwin
v18.13.0
3.2.0
2.2.1
[email protected]
vite
modules
,i18n
,app
,css
,vite
,build
,nitro
,runtimeConfig
@pinia/[email protected]
,@nuxtjs/[email protected]
-
Reproduction
...
Describe the bug
Hey everyone.
I have an issue with multiple preloads during the build. In production mode nuxt adds preloads & prefetch links for each file. It's killing LCP and FCP performance. I believe it's related to: nuxt/nuxt#13778 and seems it has been resolved here nuxt-contrib/vue-bundle-renderer#30.
But i didn't find anything in docs 👀
Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered: