Incremental build in Rollup 4 #5993
|
Hi Guys! We have quite a big project with about 35k files, and many entries. Initial build time got better for ~25% (200s => 150s) I starts taking 30-40s instead of 5-10s earlier. Is there something that made things work differently ? Any help is appreciated. Thank you! |
Replies: 1 comment
|
Yes, the problem is that there is now an additional step to convert the cache to binary. This is one of the top fixes planned for Rollup 5 to create a binary cache, which should make rebuilds quite a bit faster, I just hope I get to write these things soon. |
Yes, the problem is that there is now an additional step to convert the cache to binary. This is one of the top fixes planned for Rollup 5 to create a binary cache, which should make rebuilds quite a bit faster, I just hope I get to write these things soon.