Adopt createCachedData when possible #62643
Labels
debt
Code quality issues
engineering
VS Code - Build / issue tracking / etc.
perf
perf-startup
upstream
Issue identified as 'upstream' component related (exists outside of VS Code)
Milestone
Since Node.js 10.6 there is
Script#createCachedData
which allows to generate cached data whenever, esp not during first load. This will remove the pennelatly that we pay on the very first startup when we (1) don't have cached data and (2) tell the VM to generate it for us.The text was updated successfully, but these errors were encountered: