George Kalpakas 12644486f4 ci: start tracking CSS payload sizes for angular.io (#42584)
Previously, we only tracked the sizes of the eagerly loaded JS bundles.
However, the CSS styles (which also have a non-negligible size) must
also be downloaded and parsed by the browser, thus affecting the initial
rendering time.

This commit starts tracking the CSS styles payload sizes.
(Originally discussed in
https://github.com/angular/angular/pull/42584#discussion_r653787961)

PR Close #42584
2021-06-18 17:32:26 +00:00

27 lines
511 B
JSON
Executable File

{
"aio": {
"master": {
"uncompressed": {
"runtime-es2017": 4619,
"main-es2017": 456578,
"polyfills-es2017": 55210,
"styles": 69719,
"light-theme": 79520,
"dark-theme": 79419
}
}
},
"aio-local": {
"master": {
"uncompressed": {
"runtime-es2017": 4619,
"main-es2017": 456717,
"polyfills-es2017": 55348,
"styles": 69719,
"light-theme": 79520,
"dark-theme": 79419
}
}
}
}