-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3.11 increased ember-source filesize (~7kb) #18151
Comments
Thanks for reporting! Do you happen to have the prod and min+gz sizes handy also? |
I think next steps here would be to diff the |
{
"3.10.2": {
"version": "3.10.2",
"time": "2019-06-18T14:06:08.009Z",
"size": {
"raw": 1778999,
"gzip": -1
}
},
"3.11.0-beta.1": {
"version": "3.11.0-beta.1",
"time": "2019-05-14T02:37:19.525Z",
"size": {
"raw": 1819144,
"gzip": -1
}
},
"3.11.0-beta.2": {
"version": "3.11.0-beta.2",
"time": "2019-06-03T20:07:24.587Z",
"size": {
"raw": 1819186,
"gzip": -1
}
},
"3.11.0-beta.3": {
"version": "3.11.0-beta.3",
"time": "2019-06-11T11:04:23.517Z",
"size": {
"raw": 1820362,
"gzip": -1
}
},
"3.11.0-beta.4": {
"version": "3.11.0-beta.4",
"time": "2019-06-18T05:53:59.727Z",
"size": {
"raw": 1824611,
"gzip": -1
}
},
"3.11.0": {
"version": "3.11.0",
"time": "2019-06-25T03:53:05.991Z",
"size": {
"raw": 1824623,
"gzip": -1
}
}
} |
Just did a quick diff of |
OK, tried to do a better job of reading the diffs. Looks like there are a few categories of things that are making the 3.11 assets larger:
Everything else looks pretty good. I think 1) is "fine", but we can definitely do something about 2). |
Looks like @makepanic has revived and published an updated ember-source size tracker:
While the size of ember.prod.js has gone up, the size of ember.min.js with gzipping has gone down. If compression still treats us favorably and the "in reality" sizes are lower, I think this is probably a non-issue. Thoughts? |
I'm not sure if that's true. From the source:
both sizes are larger in 3.11.x. I've updated the graph to also highlight size changes |
Thanks everyone for the discussion. Due to the release schedule, I am closing this and suggest we focus the discussion in #18796, since we seem to have had another regression! |
It seems like
3.11
increased the ember-sourcedist/ember.min.js
size:looks like this when plotted:
The text was updated successfully, but these errors were encountered: