logoalt Hacker News

johnfntoday at 5:46 AM3 repliesview on HN

Vite 8 is pretty incredible. We saw around an 8x improvement (4m -> 30s) in our prod build, and it was nearly a drop-in replacement. Congrats (and thank you!) to the Vite team!


Replies

FrostKiwitoday at 8:13 AM

Same here (10s to 1s). The main reason for this is rolldown [1]. Already had it installed months ago, before it got merged into vite proper. Really awesome stuff.

[1] https://rolldown.rs/

Griffinsaucetoday at 8:03 AM

4 minutes?! How large is that app?

Not meant as a gotcha but I'm surprised because people always tout it as being so much faster than Next. (4m with Turbo would have to be a crazy huge app IME)

show 2 replies
bengaletoday at 8:49 AM

We saw 12m -> 2m on one of our biggest projects. Incredible really.

show 1 reply