Performance Regression on initial load with Vite 6 #19171
Unanswered
chrisvander
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
After upgrading from Vite 5 to Vite 6, I'm noticing a large performance regression on initial request when using Vite's developer mode.
Vite 6
Notice that the
vite:load
steps are taking multiple seconds. They also seem to waterfall (note the 3700ms and 9500ms), which might mean there are large GC pauses or some limit on requests.Vite 5
I'm also noticing that the CPU is not pegged, indicating that there may have been a waterfalling regression somewhere. I'm not sure where to go from here - simple reproductions are not reproducing this issue, probably due to scale. What's the best way to hunt down the source of this?
Using:
Beta Was this translation helpful? Give feedback.
All reactions