-
Notifications
You must be signed in to change notification settings - Fork 106
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
[BUG] Long load time in Chrome, hang in Firefox due to long icon loading #496
Comments
Can confirm same issue. |
I can also confirm the same issue since today. |
Temp Fix for Nuxt + Vuetify: Install the older version of
Reference this version + Block automatic fetching of latest mdi/fonts via vuetify. nuxt.config.js:
|
It would be better in the future to avoid referencing cdn url of type "latest", which can bring (as we've been confonted with) instability and unpredictability. |
Same issue since yesterday... |
I have same issue. it appears only latest chrome on windows10 with disabled cache. when cache enabled, this issue will not appear. Chrome for Mac, Android,iOS isn't have this issue. I tried to bandle mdi icons locally, it fixed. |
My workaround: I changed in file from |
Module version
1.12.3
Describe the bug
The default
mdi
CDN is loading very slowly, which causes the browser to be completely unresponsive until the icons are done loading. On Chrome, the delay is a few seconds. Of Firefox, it hangs for about a minute.To Reproduce
create-nuxt-app
Vuetify
UI packageExpected behavior
It should load quickly
Screenshots
N/A
Additional context
Work around is to not use the
mdi
icon package, and instead choose another via setting:Switching to the another icon package solves the issue.
Doing this will prevent the browsers from hanging. However, perhaps a better approach would be to not lock things up while trying to load the fonts/icons from CDN.
The text was updated successfully, but these errors were encountered: