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:
Jon Robson 2024-10-29 16:24:15 -07:00 committed by Jdlrobson
parent 14f42dd971
commit acdad079f4

View file

@ -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"