You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Shows 10.44s even though it reports ✨ Built in 3.48s. above it.
Based on reasonable judgement, it doesn’t take even close to 10 seconds. Just eyeballing it, the whole thing finishes in less than 4 or 5 seconds at most.
💁 Possible Solution
The bundle metrics feature was introduced in #733, so that would be a good place to start.
But I agree it can be confusing for most people. Maybe we should display the "parallel time" in the normal report and the "real time" in the detailled report.
🐛 bug report
🎛 Configuration (.babelrc, package.json, cli command)
🤔 Expected Behavior
Should show the right time
😯 Current Behavior
Shows
10.44s
even though it reports✨ Built in 3.48s.
above it.Based on reasonable judgement, it doesn’t take even close to 10 seconds. Just eyeballing it, the whole thing finishes in less than 4 or 5 seconds at most.
💁 Possible Solution
The bundle metrics feature was introduced in #733, so that would be a good place to start.
Bundle time get’s determined here:
parcel/src/Bundle.js
Lines 137 to 140 in 1ceb7aa
Here’s the
![screen shot 2018-03-05 at 8 30 41 pm](https://user-images.githubusercontent.com/6759650/37009528-5bf19d8c-20b5-11e8-9bd8-fd24d9c9fb19.png)
--detailed-report
:💻 Code Sample
Repo: TheLarnkin/bundler-performance-benchmark
🌍 Your Environment
The text was updated successfully, but these errors were encountered: