Skip to content

Loading performance for component with many imports #68

Closed Answered by juanrgm
Guguskis asked this question in Q&A
Discussion options

You must be logged in to vote

This is a Vite issue.

When you are in development mode, each import is fetched individually. This is neccesary for live reloading, among other things.

If you build the project in production mode, the imports will be optimized in chunks for avoiding those requests.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Guguskis
Comment options

Answer selected by Guguskis
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants