[{"data":1,"prerenderedAt":2092},["ShallowReactive",2],{"page:\u002Fperformance-optimization-core-web-vitals-for-ssgs\u002Fperformance-budgets-and-lighthouse-ci\u002Fwriting-a-performance-budget-that-fails-builds":3,"all-docs-nav":1549},{"id":4,"title":5,"body":6,"breadcrumb":1525,"dateModified":1534,"datePublished":1534,"description":1535,"extension":1536,"faq":1537,"meta":1542,"navigation":1543,"path":1544,"seo":1545,"slug":12,"stem":1546,"type":1547,"__hash__":1548},"content\u002Fperformance-optimization-core-web-vitals-for-ssgs\u002Fperformance-budgets-and-lighthouse-ci\u002Fwriting-a-performance-budget-that-fails-builds\u002Findex.md","Writing a Performance Budget That Fails Builds",{"type":7,"value":8,"toc":1507},"minimark",[9,13,17,31,36,49,53,61,195,198,347,350,354,366,373,762,765,907,911,914,935,942,1063,1151,1155,1158,1165,1168,1255,1258,1262,1265,1335,1338,1342,1369,1373,1423,1427,1430,1434,1439,1442,1446,1449,1453,1456,1460,1463,1467,1503],[10,11,5],"h1",{"id":12},"writing-a-performance-budget-that-fails-builds",[14,15,16],"p",{},"A performance budget is only useful if it fails the build at the right moment: not on every pull request because the numbers were aspirational, and not never because they were so loose nothing could cross them. Getting there means deriving numbers from your own site, setting them per template, choosing which limits are hard errors and which are warnings, and tightening them on a schedule rather than in a burst of enthusiasm.",[14,18,19,20,25,26,30],{},"This guide builds a budget for a Hugo marketing and documentation site with four templates, encodes it for Lighthouse CI, and shows six months of how it behaved. It builds on the concepts in ",[21,22,24],"a",{"href":23},"\u002Fperformance-optimization-core-web-vitals-for-ssgs\u002Fperformance-budgets-and-lighthouse-ci\u002F","Performance Budgets and Lighthouse CI"," and assumes the wiring from ",[21,27,29],{"href":28},"\u002Fperformance-optimization-core-web-vitals-for-ssgs\u002Fperformance-budgets-and-lighthouse-ci\u002Fsetting-up-lighthouse-ci-for-a-static-site\u002F","Setting Up Lighthouse CI for a Static Site",".",[32,33,35],"h2",{"id":34},"prerequisites","Prerequisites",[37,38,39,43,46],"ul",{},[40,41,42],"li",{},"Lighthouse CI running against preview deploys, or at least locally against the built site.",[40,44,45],{},"A list of your templates and one representative URL for each.",[40,47,48],{},"Field data for context if you have it — CrUX or your own real-user monitoring.",[32,50,52],{"id":51},"step-1-measure-where-you-are","Step 1: Measure Where You Are",[14,54,55,56,60],{},"Run Lighthouse five times against each template's representative URL on the same infrastructure CI will use, and record the medians. Resource sizes come from the ",[57,58,59],"code",{},"resource-summary"," audit; timings from the metrics.",[62,63,68],"pre",{"className":64,"code":65,"language":66,"meta":67,"style":67},"language-bash shiki shiki-themes github-light github-dark","for url in \u002F \u002Fpricing\u002F \u002Fdocs\u002Fgetting-started\u002F \u002Fblog\u002F2026\u002Flaunch\u002F; do\n  npx -y @lhci\u002Fcli@0.14.x collect --url=\"$PREVIEW$url\" --numberOfRuns=5 >\u002Fdev\u002Fnull\ndone\nnpx -y @lhci\u002Fcli@0.14.x assert --preset=lighthouse:no-pwa --no-lighthouserc > baseline.txt || true\nnode scripts\u002Flhci-medians.mjs .lighthouseci > baseline.json\n","bash","",[57,69,70,105,142,148,178],{"__ignoreMap":67},[71,72,75,79,83,86,90,93,96,99,102],"span",{"class":73,"line":74},"line",1,[71,76,78],{"class":77},"szBVR","for",[71,80,82],{"class":81},"sVt8B"," url ",[71,84,85],{"class":77},"in",[71,87,89],{"class":88},"sZZnC"," \u002F",[71,91,92],{"class":88}," \u002Fpricing\u002F",[71,94,95],{"class":88}," \u002Fdocs\u002Fgetting-started\u002F",[71,97,98],{"class":88}," \u002Fblog\u002F2026\u002Flaunch\u002F",[71,100,101],{"class":81},"; ",[71,103,104],{"class":77},"do\n",[71,106,108,112,116,119,122,125,128,131,133,136,139],{"class":73,"line":107},2,[71,109,111],{"class":110},"sScJk","  npx",[71,113,115],{"class":114},"sj4cs"," -y",[71,117,118],{"class":88}," @lhci\u002Fcli@0.14.x",[71,120,121],{"class":88}," collect",[71,123,124],{"class":114}," --url=",[71,126,127],{"class":88},"\"",[71,129,130],{"class":81},"$PREVIEW$url",[71,132,127],{"class":88},[71,134,135],{"class":114}," --numberOfRuns=5",[71,137,138],{"class":77}," >",[71,140,141],{"class":88},"\u002Fdev\u002Fnull\n",[71,143,145],{"class":73,"line":144},3,[71,146,147],{"class":77},"done\n",[71,149,151,154,156,158,161,164,167,169,172,175],{"class":73,"line":150},4,[71,152,153],{"class":110},"npx",[71,155,115],{"class":114},[71,157,118],{"class":88},[71,159,160],{"class":88}," assert",[71,162,163],{"class":114}," --preset=lighthouse:no-pwa",[71,165,166],{"class":114}," --no-lighthouserc",[71,168,138],{"class":77},[71,170,171],{"class":88}," baseline.txt",[71,173,174],{"class":77}," ||",[71,176,177],{"class":114}," true\n",[71,179,181,184,187,190,192],{"class":73,"line":180},5,[71,182,183],{"class":110},"node",[71,185,186],{"class":88}," scripts\u002Flhci-medians.mjs",[71,188,189],{"class":88}," .lighthouseci",[71,191,138],{"class":77},[71,193,194],{"class":88}," baseline.json\n",[14,196,197],{},"The baseline for the four templates:",[199,200,201,235],"table",{},[202,203,204],"thead",{},[205,206,207,211,214,217,220,223,226,229,232],"tr",{},[208,209,210],"th",{},"Template",[208,212,213],{},"Script KB",[208,215,216],{},"CSS KB",[208,218,219],{},"Image KB",[208,221,222],{},"Font KB",[208,224,225],{},"Requests",[208,227,228],{},"LCP (s)",[208,230,231],{},"TBT (ms)",[208,233,234],{},"CLS",[236,237,238,268,294,321],"tbody",{},[205,239,240,244,247,250,253,256,259,262,265],{},[241,242,243],"td",{},"Home",[241,245,246],{},"64",[241,248,249],{},"22",[241,251,252],{},"188",[241,254,255],{},"71",[241,257,258],{},"24",[241,260,261],{},"2.1",[241,263,264],{},"120",[241,266,267],{},"0.02",[205,269,270,273,275,277,280,282,285,288,291],{},[241,271,272],{},"Pricing",[241,274,255],{},[241,276,249],{},[241,278,279],{},"46",[241,281,255],{},[241,283,284],{},"21",[241,286,287],{},"1.6",[241,289,290],{},"150",[241,292,293],{},"0.01",[205,295,296,299,302,304,307,310,312,315,318],{},[241,297,298],{},"Docs page",[241,300,301],{},"18",[241,303,249],{},[241,305,306],{},"12",[241,308,309],{},"48",[241,311,306],{},[241,313,314],{},"1.2",[241,316,317],{},"20",[241,319,320],{},"0.00",[205,322,323,326,328,330,333,335,338,341,344],{},[241,324,325],{},"Blog post",[241,327,249],{},[241,329,249],{},[241,331,332],{},"142",[241,334,255],{},[241,336,337],{},"17",[241,339,340],{},"1.9",[241,342,343],{},"40",[241,345,346],{},"0.04",[14,348,349],{},"The table already argues against a single site-wide budget. A 70 KB script limit is tight for pricing and four times too loose for docs, where an accidental 40 KB dependency would pass unnoticed.",[32,351,353],{"id":352},"step-2-set-limits-per-template","Step 2: Set Limits per Template",[14,355,356,357,361,362,365],{},"For each template and metric, set the ",[358,359,360],"strong",{},"warning"," at today's value rounded up, and the ",[358,363,364],{},"error"," roughly 10–15% above it for bytes and 20% above it for timings, which vary more. Where today's value is already above a sensible absolute limit — say, LCP above 2.5 s — set the error at the absolute limit and plan the fix.",[14,367,368,369,372],{},"Lighthouse's native ",[57,370,371],{},"budget.json"," expresses byte and count limits per path:",[62,374,378],{"className":375,"code":376,"language":377,"meta":67,"style":67},"language-json shiki shiki-themes github-light github-dark","[\n  {\n    \"path\": \"\u002Fdocs\u002F*\",\n    \"resourceSizes\": [\n      { \"resourceType\": \"script\", \"budget\": 25 },\n      { \"resourceType\": \"stylesheet\", \"budget\": 26 },\n      { \"resourceType\": \"font\", \"budget\": 55 },\n      { \"resourceType\": \"image\", \"budget\": 40 },\n      { \"resourceType\": \"total\", \"budget\": 150 }\n    ],\n    \"resourceCounts\": [{ \"resourceType\": \"total\", \"budget\": 15 }],\n    \"timings\": [\n      { \"metric\": \"largest-contentful-paint\", \"budget\": 1500 },\n      { \"metric\": \"total-blocking-time\", \"budget\": 60 }\n    ]\n  },\n  {\n    \"path\": \"\u002Fblog\u002F*\",\n    \"resourceSizes\": [\n      { \"resourceType\": \"script\", \"budget\": 30 },\n      { \"resourceType\": \"image\", \"budget\": 180 },\n      { \"resourceType\": \"total\", \"budget\": 330 }\n    ],\n    \"timings\": [{ \"metric\": \"largest-contentful-paint\", \"budget\": 2300 }]\n  }\n]\n","json",[57,379,380,385,390,404,412,439,462,485,507,530,536,563,571,595,618,624,630,635,647,654,676,698,720,725,750,756],{"__ignoreMap":67},[71,381,382],{"class":73,"line":74},[71,383,384],{"class":81},"[\n",[71,386,387],{"class":73,"line":107},[71,388,389],{"class":81},"  {\n",[71,391,392,395,398,401],{"class":73,"line":144},[71,393,394],{"class":114},"    \"path\"",[71,396,397],{"class":81},": ",[71,399,400],{"class":88},"\"\u002Fdocs\u002F*\"",[71,402,403],{"class":81},",\n",[71,405,406,409],{"class":73,"line":150},[71,407,408],{"class":114},"    \"resourceSizes\"",[71,410,411],{"class":81},": [\n",[71,413,414,417,420,422,425,428,431,433,436],{"class":73,"line":180},[71,415,416],{"class":81},"      { ",[71,418,419],{"class":114},"\"resourceType\"",[71,421,397],{"class":81},[71,423,424],{"class":88},"\"script\"",[71,426,427],{"class":81},", ",[71,429,430],{"class":114},"\"budget\"",[71,432,397],{"class":81},[71,434,435],{"class":114},"25",[71,437,438],{"class":81}," },\n",[71,440,442,444,446,448,451,453,455,457,460],{"class":73,"line":441},6,[71,443,416],{"class":81},[71,445,419],{"class":114},[71,447,397],{"class":81},[71,449,450],{"class":88},"\"stylesheet\"",[71,452,427],{"class":81},[71,454,430],{"class":114},[71,456,397],{"class":81},[71,458,459],{"class":114},"26",[71,461,438],{"class":81},[71,463,465,467,469,471,474,476,478,480,483],{"class":73,"line":464},7,[71,466,416],{"class":81},[71,468,419],{"class":114},[71,470,397],{"class":81},[71,472,473],{"class":88},"\"font\"",[71,475,427],{"class":81},[71,477,430],{"class":114},[71,479,397],{"class":81},[71,481,482],{"class":114},"55",[71,484,438],{"class":81},[71,486,488,490,492,494,497,499,501,503,505],{"class":73,"line":487},8,[71,489,416],{"class":81},[71,491,419],{"class":114},[71,493,397],{"class":81},[71,495,496],{"class":88},"\"image\"",[71,498,427],{"class":81},[71,500,430],{"class":114},[71,502,397],{"class":81},[71,504,343],{"class":114},[71,506,438],{"class":81},[71,508,510,512,514,516,519,521,523,525,527],{"class":73,"line":509},9,[71,511,416],{"class":81},[71,513,419],{"class":114},[71,515,397],{"class":81},[71,517,518],{"class":88},"\"total\"",[71,520,427],{"class":81},[71,522,430],{"class":114},[71,524,397],{"class":81},[71,526,290],{"class":114},[71,528,529],{"class":81}," }\n",[71,531,533],{"class":73,"line":532},10,[71,534,535],{"class":81},"    ],\n",[71,537,539,542,545,547,549,551,553,555,557,560],{"class":73,"line":538},11,[71,540,541],{"class":114},"    \"resourceCounts\"",[71,543,544],{"class":81},": [{ ",[71,546,419],{"class":114},[71,548,397],{"class":81},[71,550,518],{"class":88},[71,552,427],{"class":81},[71,554,430],{"class":114},[71,556,397],{"class":81},[71,558,559],{"class":114},"15",[71,561,562],{"class":81}," }],\n",[71,564,566,569],{"class":73,"line":565},12,[71,567,568],{"class":114},"    \"timings\"",[71,570,411],{"class":81},[71,572,574,576,579,581,584,586,588,590,593],{"class":73,"line":573},13,[71,575,416],{"class":81},[71,577,578],{"class":114},"\"metric\"",[71,580,397],{"class":81},[71,582,583],{"class":88},"\"largest-contentful-paint\"",[71,585,427],{"class":81},[71,587,430],{"class":114},[71,589,397],{"class":81},[71,591,592],{"class":114},"1500",[71,594,438],{"class":81},[71,596,598,600,602,604,607,609,611,613,616],{"class":73,"line":597},14,[71,599,416],{"class":81},[71,601,578],{"class":114},[71,603,397],{"class":81},[71,605,606],{"class":88},"\"total-blocking-time\"",[71,608,427],{"class":81},[71,610,430],{"class":114},[71,612,397],{"class":81},[71,614,615],{"class":114},"60",[71,617,529],{"class":81},[71,619,621],{"class":73,"line":620},15,[71,622,623],{"class":81},"    ]\n",[71,625,627],{"class":73,"line":626},16,[71,628,629],{"class":81},"  },\n",[71,631,633],{"class":73,"line":632},17,[71,634,389],{"class":81},[71,636,638,640,642,645],{"class":73,"line":637},18,[71,639,394],{"class":114},[71,641,397],{"class":81},[71,643,644],{"class":88},"\"\u002Fblog\u002F*\"",[71,646,403],{"class":81},[71,648,650,652],{"class":73,"line":649},19,[71,651,408],{"class":114},[71,653,411],{"class":81},[71,655,657,659,661,663,665,667,669,671,674],{"class":73,"line":656},20,[71,658,416],{"class":81},[71,660,419],{"class":114},[71,662,397],{"class":81},[71,664,424],{"class":88},[71,666,427],{"class":81},[71,668,430],{"class":114},[71,670,397],{"class":81},[71,672,673],{"class":114},"30",[71,675,438],{"class":81},[71,677,679,681,683,685,687,689,691,693,696],{"class":73,"line":678},21,[71,680,416],{"class":81},[71,682,419],{"class":114},[71,684,397],{"class":81},[71,686,496],{"class":88},[71,688,427],{"class":81},[71,690,430],{"class":114},[71,692,397],{"class":81},[71,694,695],{"class":114},"180",[71,697,438],{"class":81},[71,699,701,703,705,707,709,711,713,715,718],{"class":73,"line":700},22,[71,702,416],{"class":81},[71,704,419],{"class":114},[71,706,397],{"class":81},[71,708,518],{"class":88},[71,710,427],{"class":81},[71,712,430],{"class":114},[71,714,397],{"class":81},[71,716,717],{"class":114},"330",[71,719,529],{"class":81},[71,721,723],{"class":73,"line":722},23,[71,724,535],{"class":81},[71,726,728,730,732,734,736,738,740,742,744,747],{"class":73,"line":727},24,[71,729,568],{"class":114},[71,731,544],{"class":81},[71,733,578],{"class":114},[71,735,397],{"class":81},[71,737,583],{"class":88},[71,739,427],{"class":81},[71,741,430],{"class":114},[71,743,397],{"class":81},[71,745,746],{"class":114},"2300",[71,748,749],{"class":81}," }]\n",[71,751,753],{"class":73,"line":752},25,[71,754,755],{"class":81},"  }\n",[71,757,759],{"class":73,"line":758},26,[71,760,761],{"class":81},"]\n",[14,763,764],{},"Sizes are in kilobytes of transfer size and timings in milliseconds. Paths match with a trailing wildcard, and the first matching entry wins, so list specific paths before general ones.",[766,767,768,903],"figure",{},[769,770,777,778,777,782,777,786,777,793],"svg",{"viewBox":771,"role":772,"ariaLabelledBy":773,"xmlns":776},"0 0 760 290","img",[774,775],"wpb-tpl-title","wpb-tpl-desc","http:\u002F\u002Fwww.w3.org\u002F2000\u002Fsvg","\n  ",[779,780,781],"title",{"id":774},"Script budgets per template against today's values",[783,784,785],"desc",{"id":775},"Four templates with today's script bytes, warning and error thresholds. Home: 64 KB today, warn 65, error 72. Pricing: 71 today, warn 72, error 80. Docs: 18 today, warn 20, error 25. Blog: 22 today, warn 24, error 30. A single site-wide limit of 80 KB is drawn for comparison, which would let docs pages grow more than fourfold unnoticed.",[787,788],"rect",{"x":789,"y":789,"width":790,"height":791,"fill":792},"0","760","290","#ffffff",[794,795,797,798,797,806,797,812,797,817,797,824,797,828,797,835,797,842,797,845,797,848,797,852,797,856,797,858,797,862,797,869,797,874,797,877,797,882,797,886,797,890,797,895,797,898,777],"g",{"style":796},"font-family:system-ui, sans-serif;font-size:12px","\n    ",[799,800,805],"text",{"x":801,"y":802,"fill":803,"style":804},"380","28","#1f2937","font-size:16px;font-weight:700;text-anchor:middle","Script KB: today (bar), warn (tick), error (line)",[73,807],{"x1":808,"y1":279,"x2":808,"y2":809,"stroke":810,"style":811},"140","236","#d9e2ef","stroke-width:1.5px",[73,813],{"x1":814,"y1":279,"x2":814,"y2":809,"stroke":815,"style":816},"700","#d83b41","stroke-width:1.5px;stroke-dasharray:6 4",[799,818,823],{"x":819,"y":820,"fill":821,"style":822},"696","252","#b32b30","font-size:11px;font-weight:700;text-anchor:end","one site-wide limit: 80 KB",[799,825,243],{"x":343,"y":826,"fill":803,"style":827},"76","font-weight:700",[787,829],{"x":808,"y":615,"width":830,"height":258,"rx":831,"fill":832,"opacity":833,"stroke":832,"style":834},"448","4","#1982c4","0.25","stroke-width:1px",[73,836],{"x1":837,"y1":838,"x2":837,"y2":839,"stroke":840,"style":841},"595","54","90","#a97b00","stroke-width:3px",[73,843],{"x1":844,"y1":838,"x2":844,"y2":839,"stroke":815,"style":841},"644",[799,846,272],{"x":343,"y":847,"fill":803,"style":827},"122",[787,849],{"x":808,"y":850,"width":851,"height":258,"rx":831,"fill":832,"opacity":833,"stroke":832,"style":834},"106","497",[73,853],{"x1":844,"y1":854,"x2":844,"y2":855,"stroke":840,"style":841},"100","136",[73,857],{"x1":814,"y1":854,"x2":814,"y2":855,"stroke":815,"style":841},[799,859,861],{"x":343,"y":860,"fill":803,"style":827},"168","Docs",[787,863],{"x":808,"y":864,"width":865,"height":258,"rx":831,"fill":866,"opacity":867,"stroke":868,"style":834},"152","126","#8ac926","0.3","#5a8a16",[73,870],{"x1":871,"y1":872,"x2":871,"y2":873,"stroke":840,"style":841},"280","146","182",[73,875],{"x1":876,"y1":872,"x2":876,"y2":873,"stroke":815,"style":841},"315",[799,878,881],{"x":717,"y":860,"fill":879,"style":880},"#556071","font-size:11px","18 KB today · 4.4× headroom under a site-wide limit",[799,883,885],{"x":343,"y":884,"fill":803,"style":827},"214","Blog",[787,887],{"x":808,"y":888,"width":889,"height":258,"rx":831,"fill":866,"opacity":867,"stroke":868,"style":834},"198","154",[73,891],{"x1":892,"y1":893,"x2":892,"y2":894,"stroke":840,"style":841},"308","192","228",[73,896],{"x1":897,"y1":893,"x2":897,"y2":894,"stroke":815,"style":841},"350",[799,899,902],{"x":801,"y":900,"fill":879,"style":901},"276","font-size:11px;text-anchor:middle","scale: 7 px per KB · warn ≈ today rounded up · error ≈ +10–15%",[904,905,906],"figcaption",{},"Per-template limits sit just above each template's reality; a single site-wide limit is only ever tight for the heaviest page.",[32,908,910],{"id":909},"step-3-decide-error-versus-warning","Step 3: Decide Error Versus Warning",[14,912,913],{},"Not every limit should block a merge. The rule that worked here:",[37,915,916,929],{},[40,917,918,921,922,925,926,30],{},[358,919,920],{},"Errors:"," byte and request budgets (deterministic, so a failure is always real), CLS (small spread in practice), and rule audits such as ",[57,923,924],{},"unsized-images"," and ",[57,927,928],{},"font-display",[40,930,931,934],{},[358,932,933],{},"Warnings initially, errors later:"," LCP and TBT. After four weeks of results, compute each metric's spread across unchanged builds; once the error threshold sits more than two spreads above the median, promote it to an error.",[14,936,937,938,941],{},"In Lighthouse CI this becomes a combination of ",[57,939,940],{},"budgetsFile"," and explicit assertions:",[62,943,947],{"className":944,"code":945,"language":946,"meta":67,"style":67},"language-js shiki shiki-themes github-light github-dark","\u002F\u002F lighthouserc.js (assert section)\nassert: {\n  budgetsFile: '.\u002Fbudget.json',        \u002F\u002F byte\u002Fcount limits → errors\n  assertions: {\n    'performance-budget': 'error',\n    'timing-budget': 'warn',           \u002F\u002F promote after four weeks\n    'cumulative-layout-shift': ['error', { maxNumericValue: 0.1 }],\n    'unsized-images': 'error',\n    'font-display': 'error',\n  },\n},\n","js",[57,948,949,955,963,979,986,998,1014,1032,1043,1054,1058],{"__ignoreMap":67},[71,950,951],{"class":73,"line":74},[71,952,954],{"class":953},"sJ8bj","\u002F\u002F lighthouserc.js (assert section)\n",[71,956,957,960],{"class":73,"line":107},[71,958,959],{"class":110},"assert",[71,961,962],{"class":81},": {\n",[71,964,965,968,970,973,976],{"class":73,"line":144},[71,966,967],{"class":110},"  budgetsFile",[71,969,397],{"class":81},[71,971,972],{"class":88},"'.\u002Fbudget.json'",[71,974,975],{"class":81},",        ",[71,977,978],{"class":953},"\u002F\u002F byte\u002Fcount limits → errors\n",[71,980,981,984],{"class":73,"line":150},[71,982,983],{"class":110},"  assertions",[71,985,962],{"class":81},[71,987,988,991,993,996],{"class":73,"line":180},[71,989,990],{"class":88},"    'performance-budget'",[71,992,397],{"class":81},[71,994,995],{"class":88},"'error'",[71,997,403],{"class":81},[71,999,1000,1003,1005,1008,1011],{"class":73,"line":441},[71,1001,1002],{"class":88},"    'timing-budget'",[71,1004,397],{"class":81},[71,1006,1007],{"class":88},"'warn'",[71,1009,1010],{"class":81},",           ",[71,1012,1013],{"class":953},"\u002F\u002F promote after four weeks\n",[71,1015,1016,1019,1022,1024,1027,1030],{"class":73,"line":464},[71,1017,1018],{"class":88},"    'cumulative-layout-shift'",[71,1020,1021],{"class":81},": [",[71,1023,995],{"class":88},[71,1025,1026],{"class":81},", { maxNumericValue: ",[71,1028,1029],{"class":114},"0.1",[71,1031,562],{"class":81},[71,1033,1034,1037,1039,1041],{"class":73,"line":487},[71,1035,1036],{"class":88},"    'unsized-images'",[71,1038,397],{"class":81},[71,1040,995],{"class":88},[71,1042,403],{"class":81},[71,1044,1045,1048,1050,1052],{"class":73,"line":509},[71,1046,1047],{"class":88},"    'font-display'",[71,1049,397],{"class":81},[71,1051,995],{"class":88},[71,1053,403],{"class":81},[71,1055,1056],{"class":73,"line":532},[71,1057,629],{"class":81},[71,1059,1060],{"class":73,"line":538},[71,1061,1062],{"class":81},"},\n",[766,1064,1065,1148],{},[769,1066,777,1071,777,1074,777,1077,777,1080],{"viewBox":1067,"role":772,"ariaLabelledBy":1068,"xmlns":776},"0 0 760 260",[1069,1070],"wpb-promote-title","wpb-promote-desc",[779,1072,1073],{"id":1069},"When a timing warning becomes an error",[783,1075,1076],{"id":1070},"A timeline of four weeks. In weeks one to four, LCP on the docs template is recorded as a warning while its spread across unchanged builds is measured at about 120 milliseconds around a 1.2 second median. The error threshold of 1.5 seconds sits 2.5 spreads above the median, so at week four the assertion is promoted to an error.",[787,1078],{"x":789,"y":789,"width":790,"height":1079,"fill":792},"260",[794,1081,797,1082,797,1085,797,1089,797,1093,797,1097,797,1101,797,1105,797,1108,797,1111,797,1118,797,1120,797,1123,797,1129,797,1135,797,1141,797,1144,777],{"style":796},[799,1083,1084],{"x":801,"y":802,"fill":803,"style":804},"Promote timing limits only once their noise is known",[73,1086],{"x1":615,"y1":1087,"x2":1088,"y2":1087,"stroke":879,"style":811},"200","720",[799,1090,1092],{"x":808,"y":1091,"fill":879,"style":901},"222","week 1",[799,1094,1096],{"x":1095,"y":1091,"fill":879,"style":901},"300","week 2",[799,1098,1100],{"x":1099,"y":1091,"fill":879,"style":901},"460","week 3",[799,1102,1104],{"x":1103,"y":1091,"fill":879,"style":901},"620","week 4",[787,1106],{"x":615,"y":264,"width":1107,"height":343,"fill":832,"opacity":1029},"660",[73,1109],{"x1":615,"y1":808,"x2":1088,"y2":808,"stroke":832,"style":1110},"stroke-width:2px",[799,1112,1117],{"x":1113,"y":1114,"fill":1115,"style":1116},"70","114","#166a9e","font-size:11px;font-weight:700","median 1.2 s ± 0.12 s spread",[73,1119],{"x1":615,"y1":1113,"x2":1088,"y2":1113,"stroke":815,"style":816},[799,1121,1122],{"x":1113,"y":246,"fill":821,"style":1116},"error threshold 1.5 s (2.5 spreads above)",[787,1124],{"x":1125,"y":1126,"width":1127,"height":249,"rx":831,"fill":1128,"opacity":867,"stroke":840,"style":834},"80","170","480","#ffca3a",[799,1130,1134],{"x":1131,"y":1132,"fill":803,"style":1133},"320","186","text-anchor:middle","assertion level: warn",[787,1136],{"x":1137,"y":1126,"width":1138,"height":249,"rx":831,"fill":1139,"opacity":1140,"stroke":815,"style":834},"580","130","#ff595e","0.2",[799,1142,364],{"x":1143,"y":1132,"fill":803,"style":1133},"645",[799,1145,1147],{"x":801,"y":1146,"fill":879,"style":901},"248","Docs template, median of 3 runs per build, unchanged builds only",[904,1149,1150],{},"Promoting after the noise is measured means the first timing error the team sees is a real one.",[32,1152,1154],{"id":1153},"step-4-ratchet-down-each-quarter","Step 4: Ratchet Down Each Quarter",[14,1156,1157],{},"A budget that only ever rises is a record of decline. Every quarter, compare each limit with the template's actual values over the period. Where a template stayed well under its limit the whole time — more than 15% headroom — lower the limit to the new reality plus the usual margin. A short script reads the stored Lighthouse CI results and prints proposed new limits; a human reviews and commits them.",[62,1159,1163],{"className":1160,"code":1162,"language":799,"meta":67},[1161],"language-text","Proposed budget changes (Q3)\n  \u002Fdocs\u002F*   script   25 → 22 KB   (max seen 19.4)\n  \u002Fdocs\u002F*   LCP      1500 → 1400 ms (p95 of medians 1.26 s)\n  \u002Fblog\u002F*   image    180 → 160 KB (max seen 138)\n  \u002F         (no change — within 8% of limits)\n",[57,1164,1162],{"__ignoreMap":67},[14,1166,1167],{},"Ratcheting is what turns one-off optimisation work into a permanent gain. Without it, the next regression can quietly consume the headroom the optimisation created.",[766,1169,1170,1252],{},[769,1171,777,1176,777,1179,777,1182,777,1185],{"viewBox":1172,"role":772,"ariaLabelledBy":1173,"xmlns":776},"0 0 760 250",[1174,1175],"wpb-ratchet-title","wpb-ratchet-desc",[779,1177,1178],{"id":1174},"A ratcheting script budget over three quarters",[783,1180,1181],{"id":1175},"A step line for the docs template's script budget falling from 25 kilobytes in quarter one to 22 in quarter two and 20 in quarter three, with the measured script size below it falling from 18 to 16 kilobytes. Without the ratchet, a flat 25 kilobyte limit would have left 9 kilobytes of unused headroom for regressions.",[787,1183],{"x":789,"y":789,"width":790,"height":1184,"fill":792},"250",[794,1186,797,1187,797,1190,797,1193,797,1196,797,1201,797,1205,797,1208,797,1210,797,1215,797,1221,797,1226,797,1230,797,1234,797,1237,797,1242,797,1246,797,1249,777],{"style":796},[799,1188,1189],{"x":801,"y":802,"fill":803,"style":804},"Docs template script budget, quarter by quarter",[73,1191],{"x1":1125,"y1":1192,"x2":1088,"y2":1192,"stroke":879,"style":811},"210",[73,1194],{"x1":1125,"y1":1195,"x2":1125,"y2":1192,"stroke":879,"style":811},"50",[799,1197,1200],{"x":1198,"y":884,"fill":879,"style":1199},"72","font-size:11px;text-anchor:end","10 KB",[799,1202,1204],{"x":1198,"y":1203,"fill":879,"style":1199},"134","20 KB",[799,1206,1207],{"x":1198,"y":838,"fill":879,"style":1199},"30 KB",[73,1209],{"x1":1125,"y1":839,"x2":1088,"y2":839,"stroke":810,"style":816},[799,1211,1214],{"x":1212,"y":1213,"fill":879,"style":1199},"714","84","flat limit 25 KB (no ratchet)",[1216,1217],"polyline",{"points":1218,"fill":1219,"stroke":815,"style":1220},"80,90 293,90 293,114 506,114 506,130 720,130","none","stroke-width:2.5px",[799,1222,1225],{"x":1132,"y":1223,"fill":821,"style":1224},"108","font-size:11px;font-weight:700;text-anchor:middle","25 KB",[799,1227,1229],{"x":1228,"y":1223,"fill":821,"style":1224},"400","22 KB",[799,1231,1204],{"x":1232,"y":1233,"fill":821,"style":1224},"613","124",[1216,1235],{"points":1236,"fill":1219,"stroke":868,"style":1220},"80,146 200,148 293,150 400,158 506,160 620,162 720,162",[799,1238,1241],{"x":1228,"y":1239,"fill":1240,"style":1224},"178","#3f6410","measured: 18 → 16 KB",[799,1243,1245],{"x":1132,"y":1244,"fill":879,"style":901},"230","Q1",[799,1247,1248],{"x":1228,"y":1244,"fill":879,"style":901},"Q2",[799,1250,1251],{"x":1232,"y":1244,"fill":879,"style":901},"Q3",[904,1253,1254],{},"The gap between the red limit and the green reality is the space a regression can hide in; the ratchet keeps it small.",[14,1256,1257],{},"The ratchet also changes how optimisation work is valued. When a developer trims 3 KB from the docs template, the next quarterly review turns that saving into a lower limit, so the gain is protected rather than silently spent by the next feature.",[32,1259,1261],{"id":1260},"measured-impact","Measured Impact",[14,1263,1264],{},"Six months on the four-template Hugo site:",[199,1266,1267,1277],{},[202,1268,1269],{},[205,1270,1271,1274],{},[208,1272,1273],{},"Measure",[208,1275,1276],{},"Value",[236,1278,1279,1287,1295,1303,1311,1319,1327],{},[205,1280,1281,1284],{},[241,1282,1283],{},"Pull requests checked",[241,1285,1286],{},"318",[205,1288,1289,1292],{},[241,1290,1291],{},"Budget errors",[241,1293,1294],{},"29 (all real regressions)",[205,1296,1297,1300],{},[241,1298,1299],{},"Timing warnings",[241,1301,1302],{},"52 (8 led to a fix; the rest were within noise)",[205,1304,1305,1308],{},[241,1306,1307],{},"Timing limits promoted to error",[241,1309,1310],{},"3 of 4 templates after week four",[205,1312,1313,1316],{},[241,1314,1315],{},"Limits lowered by quarterly ratchet",[241,1317,1318],{},"9",[205,1320,1321,1324],{},[241,1322,1323],{},"Docs template script bytes, start → end",[241,1325,1326],{},"18 KB → 16 KB",[205,1328,1329,1332],{},[241,1330,1331],{},"Field LCP p75 (CrUX, mobile), start → end",[241,1333,1334],{},"2.0 s → 1.7 s",[14,1336,1337],{},"No byte-budget error in six months was a false alarm, which is the property that kept the team trusting the check.",[32,1339,1341],{"id":1340},"common-budget-mistakes","Common Budget Mistakes",[14,1343,1344,1345,1348,1349,397,1352,1355,1356,1359,1360,1364,1365,1368],{},"Four mistakes account for most budgets that get abandoned. ",[358,1346,1347],{},"Aspirational numbers",": setting the docs LCP limit to 1.0 s because it sounds good, when today's median is 1.2 s, produces a check that fails on every pull request until someone disables it. ",[358,1350,1351],{},"Counting the wrong bytes",[57,1353,1354],{},"resourceSizes"," are transfer sizes, so a budget copied from a tool that reports uncompressed sizes will be roughly three times too loose for text assets. ",[358,1357,1358],{},"Forgetting third parties",": scripts loaded from other origins count towards the page's totals, and a vendor update can push a template over its limit without any change in your repository; a nightly run against production, as described in ",[21,1361,1363],{"href":1362},"\u002Fperformance-optimization-core-web-vitals-for-ssgs\u002Fthird-party-script-performance-on-static-sites\u002Fauditing-third-party-scripts-with-lighthouse\u002F","Auditing Third-Party Scripts with Lighthouse",", catches those. ",[358,1366,1367],{},"No owner",": someone must review warnings weekly and run the quarterly ratchet, or both quietly stop.",[32,1370,1372],{"id":1371},"pitfalls-rollback","Pitfalls & Rollback",[37,1374,1375,1392,1398,1404,1410],{},[40,1376,1377,1380,1381,1383,1384,1387,1388,1391],{},[358,1378,1379],{},"Wildcard order."," ",[57,1382,371],{}," uses the first matching path. Put ",[57,1385,1386],{},"\u002Fdocs\u002Fapi\u002F*"," before ",[57,1389,1390],{},"\u002Fdocs\u002F*",", or the API pages inherit the wrong limits.",[40,1393,1394,1397],{},[358,1395,1396],{},"Budgets on uncompressed sizes."," Lighthouse measures transfer size. Compare like with like when copying numbers from bundler output.",[40,1399,1400,1403],{},[358,1401,1402],{},"Raising limits silently."," Require a reason in the commit message and approval from the budget owner for any increase.",[40,1405,1406,1409],{},[358,1407,1408],{},"Ignoring warnings forever."," A warning nobody reads is noise. Review them weekly, or delete the ones that never lead to action.",[40,1411,1412,1415,1416,1418,1419,1422],{},[358,1413,1414],{},"Rollback:"," the budget is two files. Reverting a limit change is a one-line diff; demoting an assertion from ",[57,1417,364],{}," to ",[57,1420,1421],{},"warn"," makes it advisory without removing the data.",[32,1424,1426],{"id":1425},"conclusion","Conclusion",[14,1428,1429],{},"A performance budget that fails builds usefully is built from your own numbers, set per template, split into deterministic errors and measured-noise warnings, and ratcheted down every quarter. On this four-template site that produced 29 build failures in six months, every one a real regression, and a field LCP that improved from 2.0 to 1.7 seconds instead of drifting the other way.",[32,1431,1433],{"id":1432},"faq","FAQ",[1435,1436,1438],"h3",{"id":1437},"where-should-the-first-budget-numbers-come-from","Where should the first budget numbers come from?",[14,1440,1441],{},"From your own site's current measurements, plus a small margin. Measure each template with the median of several Lighthouse runs, set the error threshold about 10 percent above today's value and the warning threshold at today's value, then tighten as you fix things.",[1435,1443,1445],{"id":1444},"should-every-template-share-one-budget","Should every template share one budget?",[14,1447,1448],{},"No. A homepage with a hero image and a text-only reference page have different realistic limits. Use per-path budgets so each template is held to a limit it can actually meet, and one heavy template cannot hide regressions in light ones.",[1435,1450,1452],{"id":1451},"what-is-the-difference-between-budgetjson-and-lighthouse-ci-assertions","What is the difference between budget.json and Lighthouse CI assertions?",[14,1454,1455],{},"budget.json is Lighthouse's native format for resource sizes, request counts and timings per path. Lighthouse CI assertions can check those budgets and any other audit or metric. Many teams use budget.json for bytes and assertions for metrics and rules.",[1435,1457,1459],{"id":1458},"how-often-should-budgets-be-tightened","How often should budgets be tightened?",[14,1461,1462],{},"Quarterly works well. Review the headroom each template has against its limits, and lower any limit where the template has sat comfortably below it for the whole quarter.",[32,1464,1466],{"id":1465},"related","Related",[37,1468,1469,1477,1482,1489,1496],{},[40,1470,1471,1380,1474,1476],{},[358,1472,1473],{},"Parent:",[21,1475,24],{"href":23}," — the overall approach.",[40,1478,1479,1481],{},[21,1480,29],{"href":28}," — the pipeline these budgets plug into.",[40,1483,1484,1488],{},[21,1485,1487],{"href":1486},"\u002Fperformance-optimization-core-web-vitals-for-ssgs\u002Fperformance-budgets-and-lighthouse-ci\u002Freducing-lighthouse-score-variance-in-ci\u002F","Reducing Lighthouse Score Variance in CI"," — shrinking the spread before promoting timings.",[40,1490,1491,1495],{},[21,1492,1494],{"href":1493},"\u002Fperformance-optimization-core-web-vitals-for-ssgs\u002Fperformance-budgets-and-lighthouse-ci\u002Ftracking-bundle-size-per-pull-request\u002F","Tracking Bundle Size per Pull Request"," — byte budgets enforced at build time.",[40,1497,1498,1502],{},[21,1499,1501],{"href":1500},"\u002Fperformance-optimization-core-web-vitals-for-ssgs\u002Fperformance-budgets-and-lighthouse-ci\u002Fcomparing-lab-and-field-data-with-crux\u002F","Comparing Lab and Field Data with CrUX"," — checking the budget protects real readers.",[1504,1505,1506],"style",{},"html pre.shiki code .szBVR, html code.shiki .szBVR{--shiki-default:#D73A49;--shiki-dark:#F97583}html pre.shiki code .sVt8B, html code.shiki .sVt8B{--shiki-default:#24292E;--shiki-dark:#E1E4E8}html pre.shiki code .sZZnC, html code.shiki .sZZnC{--shiki-default:#032F62;--shiki-dark:#9ECBFF}html pre.shiki code .sScJk, html code.shiki .sScJk{--shiki-default:#6F42C1;--shiki-dark:#B392F0}html pre.shiki code .sj4cs, html code.shiki .sj4cs{--shiki-default:#005CC5;--shiki-dark:#79B8FF}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html pre.shiki code .sJ8bj, html code.shiki .sJ8bj{--shiki-default:#6A737D;--shiki-dark:#6A737D}",{"title":67,"searchDepth":107,"depth":107,"links":1508},[1509,1510,1511,1512,1513,1514,1515,1516,1517,1518,1524],{"id":34,"depth":107,"text":35},{"id":51,"depth":107,"text":52},{"id":352,"depth":107,"text":353},{"id":909,"depth":107,"text":910},{"id":1153,"depth":107,"text":1154},{"id":1260,"depth":107,"text":1261},{"id":1340,"depth":107,"text":1341},{"id":1371,"depth":107,"text":1372},{"id":1425,"depth":107,"text":1426},{"id":1432,"depth":107,"text":1433,"children":1519},[1520,1521,1522,1523],{"id":1437,"depth":144,"text":1438},{"id":1444,"depth":144,"text":1445},{"id":1451,"depth":144,"text":1452},{"id":1458,"depth":144,"text":1459},{"id":1465,"depth":107,"text":1466},[1526,1528,1531,1532],{"name":243,"item":1527},"\u002F",{"name":1529,"item":1530},"Performance Optimization & Core Web Vitals for SSGs","\u002Fperformance-optimization-core-web-vitals-for-ssgs\u002F",{"name":24,"item":23},{"name":5,"item":1533},"\u002Fperformance-optimization-core-web-vitals-for-ssgs\u002Fperformance-budgets-and-lighthouse-ci\u002Fwriting-a-performance-budget-that-fails-builds\u002F","2026-09-18","Derive byte, request and timing limits from your own site, encode them per template in budget.json and CI, and ratchet them down without constant false alarms.","md",[1538,1539,1540,1541],{"q":1438,"a":1441},{"q":1445,"a":1448},{"q":1452,"a":1455},{"q":1459,"a":1462},{},true,"\u002Fperformance-optimization-core-web-vitals-for-ssgs\u002Fperformance-budgets-and-lighthouse-ci\u002Fwriting-a-performance-budget-that-fails-builds",{"title":5,"description":1535},"performance-optimization-core-web-vitals-for-ssgs\u002Fperformance-budgets-and-lighthouse-ci\u002Fwriting-a-performance-budget-that-fails-builds\u002Findex","article","lPjQv48B1c-deHlSrL40iXyvuMw_l3jXIooKOrZo2Og",[1550,1553,1556,1559,1562,1565,1568,1571,1574,1577,1580,1583,1586,1589,1592,1595,1598,1601,1604,1607,1610,1613,1616,1619,1622,1625,1628,1631,1634,1637,1640,1643,1646,1649,1652,1655,1658,1661,1664,1667,1670,1673,1676,1679,1682,1685,1688,1691,1694,1697,1700,1703,1706,1709,1712,1715,1718,1721,1724,1727,1730,1733,1736,1739,1742,1745,1748,1751,1754,1757,1760,1763,1766,1769,1772,1775,1778,1781,1784,1787,1790,1793,1796,1799,1802,1805,1808,1811,1814,1817,1820,1823,1826,1829,1831,1833,1835,1838,1840,1842,1843,1846,1849,1852,1855,1858,1861,1864,1867,1870,1873,1876,1879,1882,1885,1888,1891,1894,1897,1900,1903,1906,1909,1912,1915,1918,1921,1924,1927,1930,1933,1936,1939,1942,1945,1948,1951,1954,1957,1960,1963,1966,1969,1972,1975,1978,1981,1984,1987,1990,1993,1996,1999,2002,2005,2008,2011,2014,2017,2020,2023,2026,2029,2032,2035,2038,2041,2044,2047,2050,2053,2056,2059,2062,2065,2068,2071,2074,2077,2080,2083,2086,2089],{"path":1551,"title":1552},"\u002Fchoosing-the-right-static-site-generator-for-production\u002Fastro-vs-eleventy-for-documentation-sites\u002Fastro-vs-eleventy-build-times-at-10000-pages","Astro vs Eleventy Build Times at 10,000 Pages",{"path":1554,"title":1555},"\u002Fchoosing-the-right-static-site-generator-for-production\u002Fastro-vs-eleventy-for-documentation-sites\u002Fchoosing-between-astro-and-eleventy-for-large-docs","Astro vs Eleventy for Large Docs (1000+ Pages)",{"path":1557,"title":1558},"\u002Fchoosing-the-right-static-site-generator-for-production\u002Fastro-vs-eleventy-for-documentation-sites\u002Fcontent-collections-vs-eleventy-data-cascade","Content Collections vs the Eleventy Data Cascade",{"path":1560,"title":1561},"\u002Fchoosing-the-right-static-site-generator-for-production\u002Fastro-vs-eleventy-for-documentation-sites","Astro vs Eleventy for Documentation Sites",{"path":1563,"title":1564},"\u002Fchoosing-the-right-static-site-generator-for-production\u002Fastro-vs-eleventy-for-documentation-sites\u002Fshortcodes-vs-components-for-docs-authors","Shortcodes vs Components for Docs Authors",{"path":1566,"title":1567},"\u002Fchoosing-the-right-static-site-generator-for-production\u002Fastro-vs-eleventy-for-documentation-sites\u002Fsidebar-navigation-in-astro-and-eleventy","Sidebar Navigation in Astro and Eleventy",{"path":1569,"title":1570},"\u002Fchoosing-the-right-static-site-generator-for-production\u002Fdocs-frameworks-docusaurus-starlight-vitepress\u002Fcustomizing-starlight-without-forking-the-theme","Customizing Starlight Without Forking the Theme",{"path":1572,"title":1573},"\u002Fchoosing-the-right-static-site-generator-for-production\u002Fdocs-frameworks-docusaurus-starlight-vitepress\u002Fdocusaurus-vs-starlight-for-product-documentation","Docusaurus vs Starlight for Product Documentation",{"path":1575,"title":1576},"\u002Fchoosing-the-right-static-site-generator-for-production\u002Fdocs-frameworks-docusaurus-starlight-vitepress","Docs Frameworks: Docusaurus, Starlight and VitePress",{"path":1578,"title":1579},"\u002Fchoosing-the-right-static-site-generator-for-production\u002Fdocs-frameworks-docusaurus-starlight-vitepress\u002Fmdx-vs-markdoc-for-docs-content","MDX vs Markdoc for Docs Content",{"path":1581,"title":1582},"\u002Fchoosing-the-right-static-site-generator-for-production\u002Fdocs-frameworks-docusaurus-starlight-vitepress\u002Fmigrating-from-mkdocs-to-starlight","Migrating from MkDocs to Starlight",{"path":1584,"title":1585},"\u002Fchoosing-the-right-static-site-generator-for-production\u002Fdocs-frameworks-docusaurus-starlight-vitepress\u002Fversioned-documentation-with-docusaurus","Versioned Documentation with Docusaurus",{"path":1587,"title":1588},"\u002Fchoosing-the-right-static-site-generator-for-production\u002Fdocs-frameworks-docusaurus-starlight-vitepress\u002Fvitepress-for-library-documentation","VitePress for Library Documentation",{"path":1590,"title":1591},"\u002Fchoosing-the-right-static-site-generator-for-production\u002Fhugo-build-times-for-large-repositories\u002Fhow-to-benchmark-hugo-vs-astro-build-speeds","How to Benchmark Hugo vs Astro Build Speeds",{"path":1593,"title":1594},"\u002Fchoosing-the-right-static-site-generator-for-production\u002Fhugo-build-times-for-large-repositories\u002Fhugo-partialcached-for-faster-builds","Hugo partialCached for Faster Builds",{"path":1596,"title":1597},"\u002Fchoosing-the-right-static-site-generator-for-production\u002Fhugo-build-times-for-large-repositories","Hugo Build Times for Large Repositories",{"path":1599,"title":1600},"\u002Fchoosing-the-right-static-site-generator-for-production\u002Fhugo-build-times-for-large-repositories\u002Fprofiling-hugo-templates-with-template-metrics","Profiling Hugo Templates With Template Metrics",{"path":1602,"title":1603},"\u002Fchoosing-the-right-static-site-generator-for-production\u002Fhugo-build-times-for-large-repositories\u002Freducing-hugo-memory-usage-on-ci-runners","Reducing Hugo Memory Usage on CI Runners",{"path":1605,"title":1606},"\u002Fchoosing-the-right-static-site-generator-for-production\u002Fhugo-build-times-for-large-repositories\u002Fspeeding-up-hugo-builds-with-render-hooks-and-caching","Speeding Up Hugo Builds with Render Hooks & Caching",{"path":1608,"title":1609},"\u002Fchoosing-the-right-static-site-generator-for-production","Choosing the Right Static Site Generator for Production",{"path":1611,"title":1612},"\u002Fchoosing-the-right-static-site-generator-for-production\u002Fjekyll-plugin-ecosystem\u002Feleventy-vs-jekyll-for-markdown-heavy-blogs","Eleventy vs Jekyll for Markdown-Heavy Blogs",{"path":1614,"title":1615},"\u002Fchoosing-the-right-static-site-generator-for-production\u002Fjekyll-plugin-ecosystem","Jekyll Plugin Ecosystem",{"path":1617,"title":1618},"\u002Fchoosing-the-right-static-site-generator-for-production\u002Fjekyll-plugin-ecosystem\u002Freplacing-jekyll-plugins-when-migrating-to-eleventy","Replacing Jekyll Plugins When Migrating to Eleventy",{"path":1620,"title":1621},"\u002Fchoosing-the-right-static-site-generator-for-production\u002Fjekyll-plugin-ecosystem\u002Frunning-jekyll-on-github-pages-without-plugins","Running Jekyll on GitHub Pages Without Plugins",{"path":1623,"title":1624},"\u002Fchoosing-the-right-static-site-generator-for-production\u002Fjekyll-plugin-ecosystem\u002Fspeeding-up-slow-jekyll-builds","Speeding Up Slow Jekyll Builds",{"path":1626,"title":1627},"\u002Fchoosing-the-right-static-site-generator-for-production\u002Fjekyll-plugin-ecosystem\u002Fupgrading-jekyll-and-ruby-versions-safely","Upgrading Jekyll and Ruby Versions Safely",{"path":1629,"title":1630},"\u002Fchoosing-the-right-static-site-generator-for-production\u002Fmigrating-between-static-site-generators\u002Fconverting-front-matter-at-scale-during-migration","Converting Front Matter at Scale During Migration",{"path":1632,"title":1633},"\u002Fchoosing-the-right-static-site-generator-for-production\u002Fmigrating-between-static-site-generators","Migrating Between Static Site Generators",{"path":1635,"title":1636},"\u002Fchoosing-the-right-static-site-generator-for-production\u002Fmigrating-between-static-site-generators\u002Fkeeping-redirects-working-after-an-ssg-migration","Keeping Redirects Working After an SSG Migration",{"path":1638,"title":1639},"\u002Fchoosing-the-right-static-site-generator-for-production\u002Fmigrating-between-static-site-generators\u002Fmigrating-a-docs-site-from-jekyll-to-hugo","Migrating a Docs Site From Jekyll to Hugo",{"path":1641,"title":1642},"\u002Fchoosing-the-right-static-site-generator-for-production\u002Fmigrating-between-static-site-generators\u002Fmigrating-from-gatsby-to-astro","Migrating from Gatsby to Astro",{"path":1644,"title":1645},"\u002Fchoosing-the-right-static-site-generator-for-production\u002Fmigrating-between-static-site-generators\u002Fmigrating-from-hugo-to-astro-without-breaking-urls","Migrating From Hugo to Astro Without Breaking URLs",{"path":1647,"title":1648},"\u002Fchoosing-the-right-static-site-generator-for-production\u002Fmigrating-between-static-site-generators\u002Fmigrating-wordpress-to-a-static-site-generator","Migrating WordPress to a Static Site Generator",{"path":1650,"title":1651},"\u002Fchoosing-the-right-static-site-generator-for-production\u002Fmigrating-between-static-site-generators\u002Fporting-shortcodes-and-includes-between-generators","Porting Shortcodes and Includes Between Generators",{"path":1653,"title":1654},"\u002Fchoosing-the-right-static-site-generator-for-production\u002Fnextjs-static-export-for-content-sites\u002Fhandling-dynamic-routes-in-nextjs-static-export","Handling Dynamic Routes in Next.js Static Export",{"path":1656,"title":1657},"\u002Fchoosing-the-right-static-site-generator-for-production\u002Fnextjs-static-export-for-content-sites","Next.js Static Export for Content Sites",{"path":1659,"title":1660},"\u002Fchoosing-the-right-static-site-generator-for-production\u002Fnextjs-static-export-for-content-sites\u002Fmigrating-from-gatsby-to-nextjs-static-export","Migrating from Gatsby to Next.js Static Export",{"path":1662,"title":1663},"\u002Fchoosing-the-right-static-site-generator-for-production\u002Fnextjs-static-export-for-content-sites\u002Fnextjs-app-router-static-export-limitations","Next.js App Router Static Export Limitations",{"path":1665,"title":1666},"\u002Fchoosing-the-right-static-site-generator-for-production\u002Fnextjs-static-export-for-content-sites\u002Fnextjs-static-export-vs-astro-for-marketing-sites","Next.js Static Export vs Astro for Marketing",{"path":1668,"title":1669},"\u002Fchoosing-the-right-static-site-generator-for-production\u002Fnextjs-static-export-for-content-sites\u002Foptimizing-images-in-nextjs-static-export","Optimizing Images in Next.js Static Export",{"path":1671,"title":1672},"\u002Fchoosing-the-right-static-site-generator-for-production\u002Fsearch-for-static-sites\u002Fadding-pagefind-to-an-astro-site","Adding Pagefind to an Astro Site",{"path":1674,"title":1675},"\u002Fchoosing-the-right-static-site-generator-for-production\u002Fsearch-for-static-sites\u002Fbuilding-a-lunr-index-at-build-time-in-eleventy","Building a Lunr Index at Build Time in Eleventy",{"path":1677,"title":1678},"\u002Fchoosing-the-right-static-site-generator-for-production\u002Fsearch-for-static-sites","Search for Static Sites",{"path":1680,"title":1681},"\u002Fchoosing-the-right-static-site-generator-for-production\u002Fsearch-for-static-sites\u002Findexing-hugo-sites-with-pagefind","Indexing Hugo Sites with Pagefind",{"path":1683,"title":1684},"\u002Fchoosing-the-right-static-site-generator-for-production\u002Fsearch-for-static-sites\u002Fmultilingual-search-on-static-sites","Multilingual Search on Static Sites",{"path":1686,"title":1687},"\u002Fchoosing-the-right-static-site-generator-for-production\u002Fsearch-for-static-sites\u002Fpagefind-vs-algolia-docsearch","Pagefind vs Algolia DocSearch",{"path":1689,"title":1690},"\u002Fchoosing-the-right-static-site-generator-for-production\u002Fsearch-for-static-sites\u002Fsearch-index-size-budgets-for-large-docs","Search Index Size Budgets for Large Docs",{"path":1692,"title":1693},"\u002Fchoosing-the-right-static-site-generator-for-production\u002Fssg-framework-selection-matrix\u002Fbest-ssg-for-technical-writers-without-coding-experience","Best SSG for Non-Developer Technical Writers",{"path":1695,"title":1696},"\u002Fchoosing-the-right-static-site-generator-for-production\u002Fssg-framework-selection-matrix\u002Fchoosing-an-ssg-for-api-reference-documentation","Choosing an SSG for API Reference Documentation",{"path":1698,"title":1699},"\u002Fchoosing-the-right-static-site-generator-for-production\u002Fssg-framework-selection-matrix\u002Fevaluating-ssg-accessibility-defaults","Evaluating SSG Accessibility Defaults",{"path":1701,"title":1702},"\u002Fchoosing-the-right-static-site-generator-for-production\u002Fssg-framework-selection-matrix","SSG Framework Selection Matrix",{"path":1704,"title":1705},"\u002Fchoosing-the-right-static-site-generator-for-production\u002Fssg-framework-selection-matrix\u002Fpicking-an-ssg-for-a-multi-language-documentation-site","Picking an SSG for a Multi-Language Docs Site",{"path":1707,"title":1708},"\u002Fchoosing-the-right-static-site-generator-for-production\u002Fssg-framework-selection-matrix\u002Fssg-selection-checklist-for-engineering-teams","SSG Selection Checklist for Engineering Teams",{"path":1710,"title":1711},"\u002Fchoosing-the-right-static-site-generator-for-production\u002Fssg-framework-selection-matrix\u002Ftotal-cost-of-ownership-for-static-site-generators","Total Cost of Ownership for Static Site Generators",{"path":1713,"title":1714},"\u002Fperformance-optimization-core-web-vitals-for-ssgs\u002Fcdn-caching-rules-for-ssgs\u002Fcache-busting-with-content-hashed-filenames","Cache Busting with Content-Hashed Filenames",{"path":1716,"title":1717},"\u002Fperformance-optimization-core-web-vitals-for-ssgs\u002Fcdn-caching-rules-for-ssgs","CDN Caching Rules for SSGs",{"path":1719,"title":1720},"\u002Fperformance-optimization-core-web-vitals-for-ssgs\u002Fcdn-caching-rules-for-ssgs\u002Fpurging-the-cdn-cache-after-a-static-deploy","Purging the CDN Cache After a Static Deploy",{"path":1722,"title":1723},"\u002Fperformance-optimization-core-web-vitals-for-ssgs\u002Fcdn-caching-rules-for-ssgs\u002Fsetting-cache-control-headers-on-cloudflare-pages","Cache-Control Headers on Cloudflare Pages",{"path":1725,"title":1726},"\u002Fperformance-optimization-core-web-vitals-for-ssgs\u002Fcdn-caching-rules-for-ssgs\u002Fsetting-up-proper-cache-headers-on-netlify","Proper Cache Headers on Netlify for SSGs",{"path":1728,"title":1729},"\u002Fperformance-optimization-core-web-vitals-for-ssgs\u002Fcdn-caching-rules-for-ssgs\u002Fstale-while-revalidate-for-static-html","Stale-While-Revalidate for Static HTML",{"path":1731,"title":1732},"\u002Fperformance-optimization-core-web-vitals-for-ssgs\u002Fcumulative-layout-shift-fixes-for-static-sites\u002Feliminating-layout-shift-from-web-fonts","Eliminating Layout Shift From Web Fonts",{"path":1734,"title":1735},"\u002Fperformance-optimization-core-web-vitals-for-ssgs\u002Fcumulative-layout-shift-fixes-for-static-sites\u002Ffixing-cls-from-cookie-banners","Fixing CLS from Cookie Banners",{"path":1737,"title":1738},"\u002Fperformance-optimization-core-web-vitals-for-ssgs\u002Fcumulative-layout-shift-fixes-for-static-sites\u002Ffixing-cls-from-late-loading-embeds","Fixing CLS From Late-Loading Embeds",{"path":1740,"title":1741},"\u002Fperformance-optimization-core-web-vitals-for-ssgs\u002Fcumulative-layout-shift-fixes-for-static-sites\u002Ffixing-cls-from-sticky-headers-and-anchor-links","Fixing CLS from Sticky Headers and Anchor Links",{"path":1743,"title":1744},"\u002Fperformance-optimization-core-web-vitals-for-ssgs\u002Fcumulative-layout-shift-fixes-for-static-sites","Cumulative Layout Shift Fixes for Static Sites",{"path":1746,"title":1747},"\u002Fperformance-optimization-core-web-vitals-for-ssgs\u002Fcumulative-layout-shift-fixes-for-static-sites\u002Fmeasuring-cls-in-the-field-with-web-vitals-js","Measuring CLS in the Field With web-vitals.js",{"path":1749,"title":1750},"\u002Fperformance-optimization-core-web-vitals-for-ssgs\u002Fcumulative-layout-shift-fixes-for-static-sites\u002Freserving-space-for-images-and-embeds-to-stop-layout-shift","Reserving Space for Images and Embeds",{"path":1752,"title":1753},"\u002Fperformance-optimization-core-web-vitals-for-ssgs\u002Ffont-loading-strategies-for-static-sites\u002Ffont-display-optional-vs-swap","font-display: optional vs swap",{"path":1755,"title":1756},"\u002Fperformance-optimization-core-web-vitals-for-ssgs\u002Ffont-loading-strategies-for-static-sites","Font Loading Strategies for Static Sites",{"path":1758,"title":1759},"\u002Fperformance-optimization-core-web-vitals-for-ssgs\u002Ffont-loading-strategies-for-static-sites\u002Fmetric-matched-fallback-fonts-with-size-adjust","Metric-Matched Fallback Fonts with size-adjust",{"path":1761,"title":1762},"\u002Fperformance-optimization-core-web-vitals-for-ssgs\u002Ffont-loading-strategies-for-static-sites\u002Fpreloading-fonts-without-double-downloads","Preloading Fonts Without Double Downloads",{"path":1764,"title":1765},"\u002Fperformance-optimization-core-web-vitals-for-ssgs\u002Ffont-loading-strategies-for-static-sites\u002Fself-hosting-google-fonts-to-eliminate-layout-shift","Self-Host Google Fonts to Eliminate Layout Shift",{"path":1767,"title":1768},"\u002Fperformance-optimization-core-web-vitals-for-ssgs\u002Ffont-loading-strategies-for-static-sites\u002Fsubsetting-variable-fonts-for-faster-first-render","Subsetting Variable Fonts for Faster First Render",{"path":1770,"title":1771},"\u002Fperformance-optimization-core-web-vitals-for-ssgs\u002Fimage-optimization-pipelines-in-astro\u002Fbuilding-an-image-cdn-pipeline-for-static-sites","Building an Image CDN Pipeline for Static Sites",{"path":1773,"title":1774},"\u002Fperformance-optimization-core-web-vitals-for-ssgs\u002Fimage-optimization-pipelines-in-astro\u002Fgenerating-open-graph-images-at-build-time","Generating Open Graph Images at Build Time",{"path":1776,"title":1777},"\u002Fperformance-optimization-core-web-vitals-for-ssgs\u002Fimage-optimization-pipelines-in-astro","Image Optimization Pipelines in Astro",{"path":1779,"title":1780},"\u002Fperformance-optimization-core-web-vitals-for-ssgs\u002Fimage-optimization-pipelines-in-astro\u002Flazy-loading-images-without-hurting-lcp","Lazy-Loading Images Without Hurting LCP",{"path":1782,"title":1783},"\u002Fperformance-optimization-core-web-vitals-for-ssgs\u002Fimage-optimization-pipelines-in-astro\u002Foptimizing-webp-images-in-hugo-without-plugins","Optimizing WebP Images in Hugo Without Plugins",{"path":1785,"title":1786},"\u002Fperformance-optimization-core-web-vitals-for-ssgs\u002Fimage-optimization-pipelines-in-astro\u002Fresponsive-images-with-srcset-in-eleventy","Responsive Images with srcset in Eleventy",{"path":1788,"title":1789},"\u002Fperformance-optimization-core-web-vitals-for-ssgs\u002Fimage-optimization-pipelines-in-astro\u002Fserving-avif-with-fallbacks-on-static-sites","Serving AVIF With Fallbacks on Static Sites",{"path":1791,"title":1792},"\u002Fperformance-optimization-core-web-vitals-for-ssgs","Core Web Vitals Optimization for SSGs",{"path":1794,"title":1795},"\u002Fperformance-optimization-core-web-vitals-for-ssgs\u002Fjavascript-hydration-partial-rendering\u002Fastro-islands-vs-full-hydration-performance","Astro Islands vs Full Hydration Performance",{"path":1797,"title":1798},"\u002Fperformance-optimization-core-web-vitals-for-ssgs\u002Fjavascript-hydration-partial-rendering\u002Fdeferring-hydration-with-client-visible-in-astro","Deferring Hydration with client:visible in Astro",{"path":1800,"title":1801},"\u002Fperformance-optimization-core-web-vitals-for-ssgs\u002Fjavascript-hydration-partial-rendering\u002Fhow-to-reduce-bundle-size-in-eleventy-builds","How to Reduce Bundle Size in Eleventy Builds",{"path":1803,"title":1804},"\u002Fperformance-optimization-core-web-vitals-for-ssgs\u002Fjavascript-hydration-partial-rendering","JavaScript Hydration & Partial Rendering",{"path":1806,"title":1807},"\u002Fperformance-optimization-core-web-vitals-for-ssgs\u002Fjavascript-hydration-partial-rendering\u002Fmeasuring-inp-on-static-sites-with-real-user-monitoring","Measuring INP on Static Sites with RUM",{"path":1809,"title":1810},"\u002Fperformance-optimization-core-web-vitals-for-ssgs\u002Fjavascript-hydration-partial-rendering\u002Freplacing-react-islands-with-web-components","Replacing React Islands with Web Components",{"path":1812,"title":1813},"\u002Fperformance-optimization-core-web-vitals-for-ssgs\u002Flargest-contentful-paint-optimization-for-static-sites\u002Feliminating-render-blocking-css-on-static-sites","Eliminating Render-Blocking CSS on Static Sites",{"path":1815,"title":1816},"\u002Fperformance-optimization-core-web-vitals-for-ssgs\u002Flargest-contentful-paint-optimization-for-static-sites\u002Ffixing-lcp-on-text-heavy-documentation-pages","Fixing LCP on Text-Heavy Documentation Pages",{"path":1818,"title":1819},"\u002Fperformance-optimization-core-web-vitals-for-ssgs\u002Flargest-contentful-paint-optimization-for-static-sites","Largest Contentful Paint Optimization for Static Sites",{"path":1821,"title":1822},"\u002Fperformance-optimization-core-web-vitals-for-ssgs\u002Flargest-contentful-paint-optimization-for-static-sites\u002Fmeasuring-lcp-subparts-with-devtools","Measuring LCP Subparts with DevTools",{"path":1824,"title":1825},"\u002Fperformance-optimization-core-web-vitals-for-ssgs\u002Flargest-contentful-paint-optimization-for-static-sites\u002Foptimizing-lcp-on-astro-with-priority-hints","Optimizing LCP on Astro with Priority Hints",{"path":1827,"title":1828},"\u002Fperformance-optimization-core-web-vitals-for-ssgs\u002Flargest-contentful-paint-optimization-for-static-sites\u002Freducing-lcp-from-hero-images-on-static-sites","Reducing LCP from Hero Images on Static Sites",{"path":1830,"title":1501},"\u002Fperformance-optimization-core-web-vitals-for-ssgs\u002Fperformance-budgets-and-lighthouse-ci\u002Fcomparing-lab-and-field-data-with-crux",{"path":1832,"title":24},"\u002Fperformance-optimization-core-web-vitals-for-ssgs\u002Fperformance-budgets-and-lighthouse-ci",{"path":1834,"title":1487},"\u002Fperformance-optimization-core-web-vitals-for-ssgs\u002Fperformance-budgets-and-lighthouse-ci\u002Freducing-lighthouse-score-variance-in-ci",{"path":1836,"title":1837},"\u002Fperformance-optimization-core-web-vitals-for-ssgs\u002Fperformance-budgets-and-lighthouse-ci\u002Frunning-webpagetest-scripts-against-preview-deploys","Running WebPageTest Scripts Against Preview Deploys",{"path":1839,"title":29},"\u002Fperformance-optimization-core-web-vitals-for-ssgs\u002Fperformance-budgets-and-lighthouse-ci\u002Fsetting-up-lighthouse-ci-for-a-static-site",{"path":1841,"title":1494},"\u002Fperformance-optimization-core-web-vitals-for-ssgs\u002Fperformance-budgets-and-lighthouse-ci\u002Ftracking-bundle-size-per-pull-request",{"path":1544,"title":5},{"path":1844,"title":1845},"\u002Fperformance-optimization-core-web-vitals-for-ssgs\u002Fresource-hints-and-navigation-speed\u002Fauditing-unused-preloads","Auditing Unused Preloads",{"path":1847,"title":1848},"\u002Fperformance-optimization-core-web-vitals-for-ssgs\u002Fresource-hints-and-navigation-speed","Resource Hints and Navigation Speed",{"path":1850,"title":1851},"\u002Fperformance-optimization-core-web-vitals-for-ssgs\u002Fresource-hints-and-navigation-speed\u002Finstant-navigation-with-speculation-rules","Instant Navigation with Speculation Rules",{"path":1853,"title":1854},"\u002Fperformance-optimization-core-web-vitals-for-ssgs\u002Fresource-hints-and-navigation-speed\u002Fpreconnect-vs-dns-prefetch-on-static-sites","Preconnect vs DNS-Prefetch on Static Sites",{"path":1856,"title":1857},"\u002Fperformance-optimization-core-web-vitals-for-ssgs\u002Fresource-hints-and-navigation-speed\u002Fprefetching-links-in-astro","Prefetching Links in Astro",{"path":1859,"title":1860},"\u002Fperformance-optimization-core-web-vitals-for-ssgs\u002Fresource-hints-and-navigation-speed\u002Fview-transitions-on-multi-page-static-sites","View Transitions on Multi-Page Static Sites",{"path":1862,"title":1863},"\u002Fperformance-optimization-core-web-vitals-for-ssgs\u002Fthird-party-script-performance-on-static-sites\u002Fauditing-third-party-scripts-with-lighthouse","Auditing Third-Party Scripts With Lighthouse",{"path":1865,"title":1866},"\u002Fperformance-optimization-core-web-vitals-for-ssgs\u002Fthird-party-script-performance-on-static-sites","Third-Party Script Performance on Static Sites",{"path":1868,"title":1869},"\u002Fperformance-optimization-core-web-vitals-for-ssgs\u002Fthird-party-script-performance-on-static-sites\u002Flazy-loading-youtube-embeds-on-static-sites","Lazy-Loading YouTube Embeds on Static Sites",{"path":1871,"title":1872},"\u002Fperformance-optimization-core-web-vitals-for-ssgs\u002Fthird-party-script-performance-on-static-sites\u002Floading-google-tag-manager-without-hurting-inp","Loading Google Tag Manager Without Hurting INP",{"path":1874,"title":1875},"\u002Fperformance-optimization-core-web-vitals-for-ssgs\u002Fthird-party-script-performance-on-static-sites\u002Frunning-third-party-scripts-in-a-web-worker-with-partytown","Running Third-Party Scripts in a Web Worker with Partytown",{"path":1877,"title":1878},"\u002Fperformance-optimization-core-web-vitals-for-ssgs\u002Fthird-party-script-performance-on-static-sites\u002Fself-hosting-analytics-to-cut-third-party-requests","Self-Hosting Analytics to Cut Third-Party Requests",{"path":1880,"title":1881},"\u002Fproduction-ready-deployment-cicd-workflows\u002Fcloudflare-pages-edge-caching-setup\u002Fautomating-eleventy-deployments-with-cloudflare-pages","Automating Eleventy Deployments on Cloudflare Pages",{"path":1883,"title":1884},"\u002Fproduction-ready-deployment-cicd-workflows\u002Fcloudflare-pages-edge-caching-setup\u002Fconfiguring-redirects-on-cloudflare-pages","Configuring Redirects on Cloudflare Pages",{"path":1886,"title":1887},"\u002Fproduction-ready-deployment-cicd-workflows\u002Fcloudflare-pages-edge-caching-setup\u002Fcustom-domains-and-tls-on-cloudflare-pages","Custom Domains and TLS on Cloudflare Pages",{"path":1889,"title":1890},"\u002Fproduction-ready-deployment-cicd-workflows\u002Fcloudflare-pages-edge-caching-setup\u002Fdeploying-hugo-to-cloudflare-pages-and-workers","Deploying Hugo to Cloudflare Pages and Workers",{"path":1892,"title":1893},"\u002Fproduction-ready-deployment-cicd-workflows\u002Fcloudflare-pages-edge-caching-setup","Cloudflare Pages Edge Caching Setup",{"path":1895,"title":1896},"\u002Fproduction-ready-deployment-cicd-workflows\u002Fcloudflare-pages-edge-caching-setup\u002Fmigrating-from-cloudflare-pages-to-workers-static-assets","Migrating from Cloudflare Pages to Workers Static Assets",{"path":1898,"title":1899},"\u002Fproduction-ready-deployment-cicd-workflows\u002Fcontent-workflows-for-documentation-teams\u002Fchecking-links-in-pull-requests","Checking Links in Pull Requests",{"path":1901,"title":1902},"\u002Fproduction-ready-deployment-cicd-workflows\u002Fcontent-workflows-for-documentation-teams\u002Fdocs-as-code-review-workflow-for-writers","Docs-as-Code Review Workflow for Writers",{"path":1904,"title":1905},"\u002Fproduction-ready-deployment-cicd-workflows\u002Fcontent-workflows-for-documentation-teams\u002Feditorial-checks-with-vale-in-ci","Editorial Checks with Vale in CI",{"path":1907,"title":1908},"\u002Fproduction-ready-deployment-cicd-workflows\u002Fcontent-workflows-for-documentation-teams","Content Workflows for Documentation Teams",{"path":1910,"title":1911},"\u002Fproduction-ready-deployment-cicd-workflows\u002Fcontent-workflows-for-documentation-teams\u002Fscheduling-content-publication-with-cron-triggered-builds","Scheduling Content Publication With Cron-Triggered Builds",{"path":1913,"title":1914},"\u002Fproduction-ready-deployment-cicd-workflows\u002Fcontent-workflows-for-documentation-teams\u002Fwiring-a-headless-cms-to-a-static-build","Wiring a Headless CMS to a Static Build",{"path":1916,"title":1917},"\u002Fproduction-ready-deployment-cicd-workflows\u002Fgithub-actions-for-automated-ssg-builds\u002Fbuilding-astro-sites-with-github-actions","Building Astro Sites with GitHub Actions",{"path":1919,"title":1920},"\u002Fproduction-ready-deployment-cicd-workflows\u002Fgithub-actions-for-automated-ssg-builds\u002Fcaching-node-modules-in-github-actions-for-faster-ssg-builds","Caching node_modules in GitHub Actions",{"path":1922,"title":1923},"\u002Fproduction-ready-deployment-cicd-workflows\u002Fgithub-actions-for-automated-ssg-builds\u002Fdeploying-to-github-pages-with-actions","Deploying to GitHub Pages with Actions",{"path":1925,"title":1926},"\u002Fproduction-ready-deployment-cicd-workflows\u002Fgithub-actions-for-automated-ssg-builds\u002Fdeploying-to-multiple-environments-from-one-workflow","Deploying to Multiple Environments From One Workflow",{"path":1928,"title":1929},"\u002Fproduction-ready-deployment-cicd-workflows\u002Fgithub-actions-for-automated-ssg-builds\u002Fhow-to-set-up-github-actions-for-hugo-deployments","GitHub Actions for Hugo Deployments",{"path":1931,"title":1932},"\u002Fproduction-ready-deployment-cicd-workflows\u002Fgithub-actions-for-automated-ssg-builds","GitHub Actions for Automated SSG Builds",{"path":1934,"title":1935},"\u002Fproduction-ready-deployment-cicd-workflows\u002Fgithub-actions-for-automated-ssg-builds\u002Fmatrix-builds-for-multi-site-monorepos","Matrix Builds for Multi-Site Monorepos",{"path":1937,"title":1938},"\u002Fproduction-ready-deployment-cicd-workflows\u002Fincremental-builds-and-build-caching-for-ssgs\u002Fcaching-hugo-builds-in-github-actions","Caching Hugo Builds in GitHub Actions",{"path":1940,"title":1941},"\u002Fproduction-ready-deployment-cicd-workflows\u002Fincremental-builds-and-build-caching-for-ssgs\u002Fenabling-incremental-builds-in-eleventy","Enabling Incremental Builds in Eleventy",{"path":1943,"title":1944},"\u002Fproduction-ready-deployment-cicd-workflows\u002Fincremental-builds-and-build-caching-for-ssgs\u002Fincremental-builds-in-astro-with-the-content-layer","Incremental Builds in Astro with the Content Layer",{"path":1946,"title":1947},"\u002Fproduction-ready-deployment-cicd-workflows\u002Fincremental-builds-and-build-caching-for-ssgs","Incremental Builds and Build Caching for SSGs",{"path":1949,"title":1950},"\u002Fproduction-ready-deployment-cicd-workflows\u002Fincremental-builds-and-build-caching-for-ssgs\u002Fmeasuring-build-time-regressions-in-ci","Measuring Build-Time Regressions in CI",{"path":1952,"title":1953},"\u002Fproduction-ready-deployment-cicd-workflows\u002Fincremental-builds-and-build-caching-for-ssgs\u002Fremote-caching-with-turborepo-for-ssg-monorepos","Remote Caching with Turborepo for SSG Monorepos",{"path":1955,"title":1956},"\u002Fproduction-ready-deployment-cicd-workflows\u002Fincremental-builds-and-build-caching-for-ssgs\u002Fsharing-build-cache-across-ci-runners","Sharing Build Cache Across CI Runners",{"path":1958,"title":1959},"\u002Fproduction-ready-deployment-cicd-workflows","Production-Ready Deployment & CI\u002FCD for SSGs",{"path":1961,"title":1962},"\u002Fproduction-ready-deployment-cicd-workflows\u002Fmonitoring-static-sites-in-production\u002Falerting-on-cache-hit-ratio-drops","Alerting on Cache Hit Ratio Drops",{"path":1964,"title":1965},"\u002Fproduction-ready-deployment-cicd-workflows\u002Fmonitoring-static-sites-in-production\u002Fbuilding-a-core-web-vitals-dashboard-from-rum-data","Building a Core Web Vitals Dashboard from RUM Data",{"path":1967,"title":1968},"\u002Fproduction-ready-deployment-cicd-workflows\u002Fmonitoring-static-sites-in-production\u002Fcrawling-for-broken-links-on-a-schedule","Crawling for Broken Links on a Schedule",{"path":1970,"title":1971},"\u002Fproduction-ready-deployment-cicd-workflows\u002Fmonitoring-static-sites-in-production","Monitoring Static Sites in Production",{"path":1973,"title":1974},"\u002Fproduction-ready-deployment-cicd-workflows\u002Fmonitoring-static-sites-in-production\u002Flogging-404s-at-the-edge","Logging 404s at the Edge",{"path":1976,"title":1977},"\u002Fproduction-ready-deployment-cicd-workflows\u002Fmonitoring-static-sites-in-production\u002Fuptime-and-synthetic-checks-for-static-sites","Uptime and Synthetic Checks for Static Sites",{"path":1979,"title":1980},"\u002Fproduction-ready-deployment-cicd-workflows\u002Fnetlify-vs-vercel-deployment-strategies\u002Fconfiguring-vercel-for-hugo-and-eleventy","Configuring Vercel for Hugo and Eleventy",{"path":1982,"title":1983},"\u002Fproduction-ready-deployment-cicd-workflows\u002Fnetlify-vs-vercel-deployment-strategies","Netlify vs Vercel Deployment Strategies",{"path":1985,"title":1986},"\u002Fproduction-ready-deployment-cicd-workflows\u002Fnetlify-vs-vercel-deployment-strategies\u002Fnetlify-build-hooks-for-content-updates","Netlify Build Hooks for Content Updates",{"path":1988,"title":1989},"\u002Fproduction-ready-deployment-cicd-workflows\u002Fnetlify-vs-vercel-deployment-strategies\u002Fnetlify-redirects-and-rewrites-for-static-sites","Netlify Redirects and Rewrites for Static Sites",{"path":1991,"title":1992},"\u002Fproduction-ready-deployment-cicd-workflows\u002Fnetlify-vs-vercel-deployment-strategies\u002Fsetting-up-deploy-previews-on-netlify-for-every-pull-request","Netlify Deploy Previews for Every Pull Request",{"path":1994,"title":1995},"\u002Fproduction-ready-deployment-cicd-workflows\u002Fnetlify-vs-vercel-deployment-strategies\u002Fvercel-isr-vs-static-generation-for-ssgs","Vercel ISR vs Static Generation for SSGs",{"path":1997,"title":1998},"\u002Fproduction-ready-deployment-cicd-workflows\u002Fpreview-environments-for-pull-requests\u002Fautomating-preview-deploy-pipelines-with-github-actions","Automating Preview Deploy Pipelines with GitHub Actions",{"path":2000,"title":2001},"\u002Fproduction-ready-deployment-cicd-workflows\u002Fpreview-environments-for-pull-requests\u002Fcleaning-up-stale-preview-deployments","Cleaning Up Stale Preview Deployments",{"path":2003,"title":2004},"\u002Fproduction-ready-deployment-cicd-workflows\u002Fpreview-environments-for-pull-requests","Preview Environments for Pull Requests",{"path":2006,"title":2007},"\u002Fproduction-ready-deployment-cicd-workflows\u002Fpreview-environments-for-pull-requests\u002Fpassword-protecting-preview-deployments","Password-Protecting Preview Deployments",{"path":2009,"title":2010},"\u002Fproduction-ready-deployment-cicd-workflows\u002Fpreview-environments-for-pull-requests\u002Fpreviewing-headless-cms-drafts","Previewing Headless CMS Drafts",{"path":2012,"title":2013},"\u002Fproduction-ready-deployment-cicd-workflows\u002Fpreview-environments-for-pull-requests\u002Fvisual-regression-testing-on-preview-deploys","Visual Regression Testing on Preview Deploys",{"path":2015,"title":2016},"\u002Fproduction-ready-deployment-cicd-workflows\u002Frollbacks-and-deploy-safety-for-static-sites\u002Fatomic-deploys-vs-incremental-uploads","Atomic Deploys vs Incremental Uploads",{"path":2018,"title":2019},"\u002Fproduction-ready-deployment-cicd-workflows\u002Frollbacks-and-deploy-safety-for-static-sites\u002Fcanary-releases-for-static-sites","Canary Releases for Static Sites",{"path":2021,"title":2022},"\u002Fproduction-ready-deployment-cicd-workflows\u002Frollbacks-and-deploy-safety-for-static-sites\u002Ffeature-flags-on-static-sites","Feature Flags on Static Sites",{"path":2024,"title":2025},"\u002Fproduction-ready-deployment-cicd-workflows\u002Frollbacks-and-deploy-safety-for-static-sites","Rollbacks and Deploy Safety for Static Sites",{"path":2027,"title":2028},"\u002Fproduction-ready-deployment-cicd-workflows\u002Frollbacks-and-deploy-safety-for-static-sites\u002Frolling-back-a-bad-static-deploy-in-under-a-minute","Rolling Back a Bad Static Deploy in Under a Minute",{"path":2030,"title":2031},"\u002Fproduction-ready-deployment-cicd-workflows\u002Frollbacks-and-deploy-safety-for-static-sites\u002Frunning-smoke-tests-against-a-preview-url","Running Smoke Tests Against a Preview URL",{"path":2033,"title":2034},"\u002Fproduction-ready-deployment-cicd-workflows\u002Fsecurity-headers-for-static-sites\u002Fauditing-npm-dependencies-in-ssg-pipelines","Auditing npm Dependencies in SSG Pipelines",{"path":2036,"title":2037},"\u002Fproduction-ready-deployment-cicd-workflows\u002Fsecurity-headers-for-static-sites\u002Fenabling-hsts-and-preload-safely","Enabling HSTS and Preload Safely",{"path":2039,"title":2040},"\u002Fproduction-ready-deployment-cicd-workflows\u002Fsecurity-headers-for-static-sites\u002Fhash-based-csp-for-inline-scripts-in-astro","Hash-Based CSP for Inline Scripts in Astro",{"path":2042,"title":2043},"\u002Fproduction-ready-deployment-cicd-workflows\u002Fsecurity-headers-for-static-sites","Security Headers and Hardening for Static Sites",{"path":2045,"title":2046},"\u002Fproduction-ready-deployment-cicd-workflows\u002Fsecurity-headers-for-static-sites\u002Fsecuring-deploy-credentials-with-github-oidc","Securing Deploy Credentials with GitHub OIDC",{"path":2048,"title":2049},"\u002Fproduction-ready-deployment-cicd-workflows\u002Fsecurity-headers-for-static-sites\u002Fsubresource-integrity-for-third-party-assets","Subresource Integrity for Third-Party Assets",{"path":2051,"title":2052},"\u002Fproduction-ready-deployment-cicd-workflows\u002Fsecurity-headers-for-static-sites\u002Fwriting-a-content-security-policy-for-a-static-site","Writing a Content Security Policy for a Static Site",{"path":2054,"title":2055},"\u002Fproduction-ready-deployment-cicd-workflows\u002Fself-hosting-static-sites\u002Fclean-urls-and-trailing-slashes-on-s3","Clean URLs and Trailing Slashes on S3",{"path":2057,"title":2058},"\u002Fproduction-ready-deployment-cicd-workflows\u002Fself-hosting-static-sites\u002Fcloudfront-functions-for-redirects","CloudFront Functions for Redirects",{"path":2060,"title":2061},"\u002Fproduction-ready-deployment-cicd-workflows\u002Fself-hosting-static-sites\u002Fdeploying-a-static-site-to-s3-and-cloudfront","Deploying a Static Site to S3 and CloudFront",{"path":2063,"title":2064},"\u002Fproduction-ready-deployment-cicd-workflows\u002Fself-hosting-static-sites","Self-Hosting Static Sites on S3, Nginx and Caddy",{"path":2066,"title":2067},"\u002Fproduction-ready-deployment-cicd-workflows\u002Fself-hosting-static-sites\u002Fserving-a-static-site-with-caddy","Serving a Static Site with Caddy",{"path":2069,"title":2070},"\u002Fproduction-ready-deployment-cicd-workflows\u002Fself-hosting-static-sites\u002Fserving-a-static-site-with-nginx","Serving a Static Site with Nginx",{"path":2072,"title":2073},"\u002Fproduction-ready-deployment-cicd-workflows\u002Fself-hosting-static-sites\u002Fzero-downtime-deploys-with-symlink-swaps","Zero-Downtime Deploys with Symlink Swaps",{"path":2075,"title":2076},"\u002Fproduction-ready-deployment-cicd-workflows\u002Fserverless-functions-for-static-sites\u002Fadding-a-contact-form-with-cloudflare-workers","Adding a Contact Form with Cloudflare Workers",{"path":2078,"title":2079},"\u002Fproduction-ready-deployment-cicd-workflows\u002Fserverless-functions-for-static-sites\u002Fhandling-form-submissions-on-a-static-site","Handling Form Submissions on a Static Site",{"path":2081,"title":2082},"\u002Fproduction-ready-deployment-cicd-workflows\u002Fserverless-functions-for-static-sites","Serverless Functions for Static Sites",{"path":2084,"title":2085},"\u002Fproduction-ready-deployment-cicd-workflows\u002Fserverless-functions-for-static-sites\u002Fnetlify-functions-vs-cloudflare-workers","Netlify Functions vs Cloudflare Workers",{"path":2087,"title":2088},"\u002Fproduction-ready-deployment-cicd-workflows\u002Fserverless-functions-for-static-sites\u002Fprotecting-a-static-site-behind-authentication","Protecting a Static Site Behind Authentication",{"path":2090,"title":2091},"\u002Fproduction-ready-deployment-cicd-workflows\u002Fserverless-functions-for-static-sites\u002Fproxying-third-party-apis-from-an-edge-function","Proxying Third-Party APIs from an Edge Function",1789722847718]