mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-23 15:26:47 +00:00
Adjustments to bundle size testing
* Stop monitoring bundles which contain Codex elements that are not render blocking resources (e.g. skins.vector.search.codex.scripts) - going forward we should limit monitoring to only code in the codebase and render blocking CSS. These will now be monitored in core. Follow up to Ib2a9ee811f9672b5bffaf2263fbc6fc37d806d59 Bug: T378635 Change-Id: Ia12385329973c2bdbe914d243c0a9c7805511c68
This commit is contained in:
parent
14f42dd971
commit
acdad079f4
|
@ -1,20 +1,8 @@
|
||||||
[
|
[
|
||||||
{
|
|
||||||
"resourceModule": "mediawiki.page.ready",
|
|
||||||
"maxSize": "3.2 kB"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"resourceModule": "skins.vector.styles.legacy",
|
"resourceModule": "skins.vector.styles.legacy",
|
||||||
"maxSize": "8.9 kB"
|
"maxSize": "8.9 kB"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"resourceModule": "skins.vector.search.codex.styles",
|
|
||||||
"maxSize": "10 kB"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"resourceModule": "skins.vector.search.codex.scripts",
|
|
||||||
"maxSize": "20 kB"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"resourceModule": "skins.vector.styles",
|
"resourceModule": "skins.vector.styles",
|
||||||
"maxSize": "13.5 kB"
|
"maxSize": "13.5 kB"
|
||||||
|
|
Loading…
Reference in a new issue