We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56e881b commit b7616d2Copy full SHA for b7616d2
1 file changed
crates/orchestrator-web-server/web-ui/scripts/check-performance-budgets.mjs
@@ -5,7 +5,7 @@ import { basename, relative, resolve } from "node:path";
5
import { gzipSync } from "node:zlib";
6
7
const JS_GZIP_BUDGET_BYTES = 110 * 1024;
8
-const CSS_GZIP_BUDGET_BYTES = 24 * 1024;
+const CSS_GZIP_BUDGET_BYTES = 36 * 1024;
9
10
const embeddedDirPath = resolve(import.meta.dirname, "..", "..", "embedded");
11
const embeddedIndexPath = resolve(embeddedDirPath, "index.html");
0 commit comments