when using carbon components sveltekit runs slow #5637
cybermedusa
started this conversation in
General
Replies: 1 comment
-
This is likely caused by carbons index.js exporting a lot of components which are then all requested by the dev server one at a time. Check the network log. Two possible fixes:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I started using carbon components in sveltekit app and I see a big difference in the time of refreshing a page.
Without carbon components, page is refreshing very quickly but with carbon, it takes approximately 20/30 seconds to refresh.
What could be causing this issue?
Beta Was this translation helpful? Give feedback.
All reactions