[{"data":1,"prerenderedAt":1918},["ShallowReactive",2],{"page:\u002Fchoosing-the-right-static-site-generator-for-production\u002Fsearch-for-static-sites\u002Fsearch-index-size-budgets-for-large-docs":3,"all-docs-nav":1379},{"id":4,"title":5,"body":6,"breadcrumb":1355,"dateModified":1364,"datePublished":1364,"description":1365,"extension":1366,"faq":1367,"meta":1372,"navigation":1373,"path":1374,"seo":1375,"slug":12,"stem":1376,"type":1377,"__hash__":1378},"content\u002Fchoosing-the-right-static-site-generator-for-production\u002Fsearch-for-static-sites\u002Fsearch-index-size-budgets-for-large-docs\u002Findex.md","Search Index Size Budgets for Large Docs",{"type":7,"value":8,"toc":1337},"minimark",[9,13,22,30,35,52,56,59,62,144,153,280,284,287,663,666,669,742,745,749,752,833,939,943,946,960,966,975,981,987,991,994,1051,1059,1136,1140,1143,1211,1214,1218,1250,1254,1257,1261,1266,1269,1273,1276,1280,1283,1287,1290,1294,1333],[10,11,5],"h1",{"id":12},"search-index-size-budgets-for-large-docs",[14,15,16,17,21],"p",{},"Search indexes grow silently. Nobody decides to ship a four-megabyte index; it happens one generated API page, one retained version and one changelog entry at a time, until the search box on a phone takes three seconds to show anything and readers conclude the docs have no search at all. Performance teams budget JavaScript bundles for exactly this reason. Search deserves the same treatment, with one twist: the number to budget is not the index size on disk but the bytes a reader must download before their ",[18,19,20],"strong",{},"first result",".",[14,23,24,25,21],{},"This guide defines that budget, measures it on three real documentation sites, shows the five changes that brought one 6,000-page site back under it, and wires the check into CI. It builds on the tool comparison in ",[26,27,29],"a",{"href":28},"\u002Fchoosing-the-right-static-site-generator-for-production\u002Fsearch-for-static-sites\u002F","Search for Static Sites",[31,32,34],"h2",{"id":33},"prerequisites","Prerequisites",[36,37,38,42,49],"ul",{},[39,40,41],"li",{},"A documentation site with client-side search (Pagefind, Lunr, MiniSearch or a framework's built-in local search).",[39,43,44,45,21],{},"Chrome DevTools, or a Lighthouse CI setup that can run a scripted search — see ",[26,46,48],{"href":47},"\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",[39,50,51],{},"A list of your ten most common queries, to measure realistic fragment downloads.",[31,53,55],{"id":54},"define-the-budget-in-reader-terms","Define the Budget in Reader Terms",[14,57,58],{},"The budget exists to protect one experience: a reader opens search, types, and sees results before they give up. Usability sessions and field data on documentation sites suggest the tolerable wait from first keystroke to first result is about one second, and that anything under half a second feels instant.",[14,60,61],{},"Working backwards on a Moto G Power-class phone over fast 4G (roughly 1.6 Mbps effective with 150 ms latency), the time to first result breaks into connection overhead, download, and parse-and-initialise:",[63,64,65,84],"table",{},[66,67,68],"thead",{},[69,70,71,75,78,81],"tr",{},[72,73,74],"th",{},"First-query payload (gzip)",[72,76,77],{},"Download",[72,79,80],{},"Parse + init",[72,82,83],{},"Time to first result",[85,86,87,102,116,130],"tbody",{},[69,88,89,93,96,99],{},[90,91,92],"td",{},"100 KB",[90,94,95],{},"0.35 s",[90,97,98],{},"0.05 s",[90,100,101],{},"~0.45 s",[69,103,104,107,110,113],{},[90,105,106],{},"150 KB",[90,108,109],{},"0.5 s",[90,111,112],{},"0.08 s",[90,114,115],{},"~0.6 s",[69,117,118,121,124,127],{},[90,119,120],{},"300 KB",[90,122,123],{},"1.1 s",[90,125,126],{},"0.2 s",[90,128,129],{},"~1.3 s",[69,131,132,135,138,141],{},[90,133,134],{},"1 MB",[90,136,137],{},"3.6 s",[90,139,140],{},"0.6 s",[90,142,143],{},"~4.2 s",[14,145,146,147,149,150,152],{},"That gives two lines: ",[18,148,106],{}," as the target, where search feels immediate, and ",[18,151,120],{}," as the hard limit, beyond which a noticeable share of readers give up before results appear.",[154,155,156,276],"figure",{},[157,158,165,166,165,170,165,174,165,181],"svg",{"viewBox":159,"role":160,"ariaLabelledBy":161,"xmlns":164},"0 0 760 280","img",[162,163],"sib-curve-title","sib-curve-desc","http:\u002F\u002Fwww.w3.org\u002F2000\u002Fsvg","\n  ",[167,168,169],"title",{"id":162},"Time to first result against first-query payload",[171,172,173],"desc",{"id":163},"A line rising from about 0.45 seconds at 100 kilobytes to 4.2 seconds at 1 megabyte. A green band marks the target up to 150 kilobytes where results feel instant, a yellow band up to 300 kilobytes marks the hard limit, and beyond it a red region is labelled readers give up.",[175,176],"rect",{"x":177,"y":177,"width":178,"height":179,"fill":180},"0","760","280","#ffffff",[182,183,185,186,185,194,185,202,185,208,185,214,185,221,185,223,185,229,185,233,185,237,185,241,185,243,185,245,185,248,185,255,185,261,185,266,185,271,165],"g",{"style":184},"font-family:system-ui, sans-serif;font-size:12px","\n    ",[187,188,193],"text",{"x":189,"y":190,"fill":191,"style":192},"380","28","#1f2937","font-size:16px;font-weight:700;text-anchor:middle","Seconds to first result vs gzipped first-query payload",[175,195],{"x":196,"y":197,"width":198,"height":199,"fill":200,"opacity":201},"80","50","75","180","#8ac926","0.14",[175,203],{"x":204,"y":197,"width":205,"height":199,"fill":206,"opacity":207},"155","100","#ffca3a","0.2",[175,209],{"x":210,"y":197,"width":211,"height":199,"fill":212,"opacity":213},"255","455","#ff595e","0.08",[215,216],"line",{"x1":196,"y1":217,"x2":218,"y2":217,"stroke":219,"style":220},"230","710","#556071","stroke-width:1.5px",[215,222],{"x1":196,"y1":197,"x2":196,"y2":217,"stroke":219,"style":220},[187,224,228],{"x":225,"y":226,"fill":219,"style":227},"72","234","font-size:11px;text-anchor:end","0 s",[187,230,232],{"x":225,"y":231,"fill":219,"style":227},"144","2 s",[187,234,236],{"x":225,"y":235,"fill":219,"style":227},"54","4 s",[187,238,177],{"x":196,"y":239,"fill":219,"style":240},"248","font-size:11px;text-anchor:middle",[187,242,106],{"x":204,"y":239,"fill":219,"style":240},[187,244,120],{"x":210,"y":239,"fill":219,"style":240},[187,246,134],{"x":247,"y":239,"fill":219,"style":227},"705",[249,250],"polyline",{"points":251,"fill":252,"stroke":253,"style":254},"105,210 155,203 255,171 480,120 705,41","none","#6a4c93","stroke-width:2.5px",[187,256,260],{"x":257,"y":225,"fill":258,"style":259},"117","#3f6410","font-size:11px;font-weight:700;text-anchor:middle","instant",[187,262,265],{"x":263,"y":225,"fill":264,"style":259},"205","#8a6d0f","acceptable",[187,267,270],{"x":268,"y":225,"fill":269,"style":259},"480","#b32b30","readers give up before results",[187,272,275],{"x":273,"y":274,"fill":219,"style":240},"395","270","Moto G Power profile, fast 4G (1.6 Mbps, 150 ms RTT), Chrome DevTools, median of 5",[277,278,279],"figcaption",{},"The curve is almost linear in bytes, so the budget is simply a byte count you can check in CI.",[31,281,283],{"id":282},"measure-the-first-query-payload","Measure the First-Query Payload",[14,285,286],{},"For a monolithic index (Lunr, MiniSearch, VitePress local search) the first-query payload is the whole index plus the search library. For Pagefind it is the entry script, the WebAssembly engine, the metadata file and the fragments touched by the query. Measure it with a scripted search in a headless browser rather than guessing:",[288,289,294],"pre",{"className":290,"code":291,"language":292,"meta":293,"style":293},"language-js shiki shiki-themes github-light github-dark","\u002F\u002F scripts\u002Fsearch-payload.mjs — Playwright\nimport { chromium } from 'playwright';\nconst browser = await chromium.launch();\nconst page = await browser.newPage();\nlet bytes = 0;\npage.on('response', async (r) => {\n  if (\u002F\\\u002F(pagefind|search)\\\u002F\u002F.test(r.url())) {\n    bytes += Number(r.headers()['content-length'] ?? (await r.body()).length);\n  }\n});\nawait page.goto(process.argv[2]);\nawait page.click('#search-open');\nawait page.keyboard.type('deploy', { delay: 80 });\nawait page.waitForSelector('.pagefind-ui__result');\nconsole.log(`first-query payload: ${(bytes \u002F 1024).toFixed(0)} KB`);\nawait browser.close();\n","js","",[295,296,297,305,326,352,372,389,426,469,518,524,530,550,567,591,608,651],"code",{"__ignoreMap":293},[298,299,301],"span",{"class":215,"line":300},1,[298,302,304],{"class":303},"sJ8bj","\u002F\u002F scripts\u002Fsearch-payload.mjs — Playwright\n",[298,306,308,312,316,319,323],{"class":215,"line":307},2,[298,309,311],{"class":310},"szBVR","import",[298,313,315],{"class":314},"sVt8B"," { chromium } ",[298,317,318],{"class":310},"from",[298,320,322],{"class":321},"sZZnC"," 'playwright'",[298,324,325],{"class":314},";\n",[298,327,329,332,336,339,342,345,349],{"class":215,"line":328},3,[298,330,331],{"class":310},"const",[298,333,335],{"class":334},"sj4cs"," browser",[298,337,338],{"class":310}," =",[298,340,341],{"class":310}," await",[298,343,344],{"class":314}," chromium.",[298,346,348],{"class":347},"sScJk","launch",[298,350,351],{"class":314},"();\n",[298,353,355,357,360,362,364,367,370],{"class":215,"line":354},4,[298,356,331],{"class":310},[298,358,359],{"class":334}," page",[298,361,338],{"class":310},[298,363,341],{"class":310},[298,365,366],{"class":314}," browser.",[298,368,369],{"class":347},"newPage",[298,371,351],{"class":314},[298,373,375,378,381,384,387],{"class":215,"line":374},5,[298,376,377],{"class":310},"let",[298,379,380],{"class":314}," bytes ",[298,382,383],{"class":310},"=",[298,385,386],{"class":334}," 0",[298,388,325],{"class":314},[298,390,392,395,398,401,404,407,410,413,417,420,423],{"class":215,"line":391},6,[298,393,394],{"class":314},"page.",[298,396,397],{"class":347},"on",[298,399,400],{"class":314},"(",[298,402,403],{"class":321},"'response'",[298,405,406],{"class":314},", ",[298,408,409],{"class":310},"async",[298,411,412],{"class":314}," (",[298,414,416],{"class":415},"s4XuR","r",[298,418,419],{"class":314},") ",[298,421,422],{"class":310},"=>",[298,424,425],{"class":314}," {\n",[298,427,429,432,434,437,441,445,448,451,453,455,457,460,463,466],{"class":215,"line":428},7,[298,430,431],{"class":310},"  if",[298,433,412],{"class":314},[298,435,436],{"class":321},"\u002F",[298,438,440],{"class":439},"snhLl","\\\u002F",[298,442,444],{"class":443},"sA_wV","(pagefind",[298,446,447],{"class":310},"|",[298,449,450],{"class":443},"search)",[298,452,440],{"class":439},[298,454,436],{"class":321},[298,456,21],{"class":314},[298,458,459],{"class":347},"test",[298,461,462],{"class":314},"(r.",[298,464,465],{"class":347},"url",[298,467,468],{"class":314},"())) {\n",[298,470,472,475,478,481,483,486,489,492,495,498,500,503,506,509,512,515],{"class":215,"line":471},8,[298,473,474],{"class":314},"    bytes ",[298,476,477],{"class":310},"+=",[298,479,480],{"class":347}," Number",[298,482,462],{"class":314},[298,484,485],{"class":347},"headers",[298,487,488],{"class":314},"()[",[298,490,491],{"class":321},"'content-length'",[298,493,494],{"class":314},"] ",[298,496,497],{"class":310},"??",[298,499,412],{"class":314},[298,501,502],{"class":310},"await",[298,504,505],{"class":314}," r.",[298,507,508],{"class":347},"body",[298,510,511],{"class":314},"()).",[298,513,514],{"class":334},"length",[298,516,517],{"class":314},");\n",[298,519,521],{"class":215,"line":520},9,[298,522,523],{"class":314},"  }\n",[298,525,527],{"class":215,"line":526},10,[298,528,529],{"class":314},"});\n",[298,531,533,535,538,541,544,547],{"class":215,"line":532},11,[298,534,502],{"class":310},[298,536,537],{"class":314}," page.",[298,539,540],{"class":347},"goto",[298,542,543],{"class":314},"(process.argv[",[298,545,546],{"class":334},"2",[298,548,549],{"class":314},"]);\n",[298,551,553,555,557,560,562,565],{"class":215,"line":552},12,[298,554,502],{"class":310},[298,556,537],{"class":314},[298,558,559],{"class":347},"click",[298,561,400],{"class":314},[298,563,564],{"class":321},"'#search-open'",[298,566,517],{"class":314},[298,568,570,572,575,578,580,583,586,588],{"class":215,"line":569},13,[298,571,502],{"class":310},[298,573,574],{"class":314}," page.keyboard.",[298,576,577],{"class":347},"type",[298,579,400],{"class":314},[298,581,582],{"class":321},"'deploy'",[298,584,585],{"class":314},", { delay: ",[298,587,196],{"class":334},[298,589,590],{"class":314}," });\n",[298,592,594,596,598,601,603,606],{"class":215,"line":593},14,[298,595,502],{"class":310},[298,597,537],{"class":314},[298,599,600],{"class":347},"waitForSelector",[298,602,400],{"class":314},[298,604,605],{"class":321},"'.pagefind-ui__result'",[298,607,517],{"class":314},[298,609,611,614,617,619,622,624,627,630,633,636,639,641,643,646,649],{"class":215,"line":610},15,[298,612,613],{"class":314},"console.",[298,615,616],{"class":347},"log",[298,618,400],{"class":314},[298,620,621],{"class":321},"`first-query payload: ${",[298,623,400],{"class":321},[298,625,626],{"class":314},"bytes",[298,628,629],{"class":310}," \u002F",[298,631,632],{"class":334}," 1024",[298,634,635],{"class":321},").",[298,637,638],{"class":347},"toFixed",[298,640,400],{"class":321},[298,642,177],{"class":334},[298,644,645],{"class":321},")",[298,647,648],{"class":321},"} KB`",[298,650,517],{"class":314},[298,652,654,656,658,661],{"class":215,"line":653},16,[298,655,502],{"class":310},[298,657,366],{"class":314},[298,659,660],{"class":347},"close",[298,662,351],{"class":314},[14,664,665],{},"Run it against a preview deploy so compression and HTTP caching behave as in production, and repeat for your ten most common queries — fragment-based indexes download different amounts per query.",[14,667,668],{},"Three documentation sites measured this way:",[63,670,671,690],{},[66,672,673],{},[69,674,675,678,681,684,687],{},[72,676,677],{},"Site",[72,679,680],{},"Pages",[72,682,683],{},"Tool",[72,685,686],{},"Index on disk",[72,688,689],{},"First-query payload (median of 10 queries)",[85,691,692,709,726],{},[69,693,694,697,700,703,706],{},[90,695,696],{},"A — product docs",[90,698,699],{},"850",[90,701,702],{},"VitePress local search",[90,704,705],{},"1.9 MB",[90,707,708],{},"612 KB",[69,710,711,714,717,720,723],{},[90,712,713],{},"B — platform docs",[90,715,716],{},"6,000",[90,718,719],{},"Pagefind",[90,721,722],{},"38 MB",[90,724,725],{},"342 KB",[69,727,728,731,734,736,739],{},[90,729,730],{},"C — API reference",[90,732,733],{},"14,000",[90,735,719],{},[90,737,738],{},"71 MB",[90,740,741],{},"164 KB",[14,743,744],{},"Site C, the largest, had the smallest payload. Site B, a third of its size, was over the hard limit. Total size predicted nothing; what was indexed decided everything.",[31,746,748],{"id":747},"find-what-is-bloating-the-index","Find What Is Bloating the Index",[14,750,751],{},"Site B's payload came from five sources, identified by rebuilding the index with each suspect excluded and re-running the measurement:",[63,753,754,767],{},[66,755,756],{},[69,757,758,761,764],{},[72,759,760],{},"Source",[72,762,763],{},"Share of first-query payload",[72,765,766],{},"Fix",[85,768,769,783,794,805,816],{},[69,770,771,774,777],{},[90,772,773],{},"Sidebar and footer text on every page",[90,775,776],{},"22%",[90,778,779,782],{},[295,780,781],{},"data-pagefind-body"," on the article",[69,784,785,788,791],{},[90,786,787],{},"Five retained doc versions",[90,789,790],{},"31%",[90,792,793],{},"index latest version only; filter for older",[69,795,796,799,802],{},[90,797,798],{},"2,300 generated API pages with long identifier tables",[90,800,801],{},"19%",[90,803,804],{},"index headings and descriptions, ignore tables",[69,806,807,810,813],{},[90,808,809],{},"Changelog (1,100 entries)",[90,811,812],{},"9%",[90,814,815],{},"separate index, loaded from the changelog page",[69,817,818,821,824],{},[90,819,820],{},"Code blocks",[90,822,823],{},"8%",[90,825,826,829,830],{},[295,827,828],{},"data-pagefind-ignore"," on ",[295,831,832],{},"\u003Cpre>",[154,834,835,936],{},[157,836,165,841,165,844,165,847,165,849],{"viewBox":837,"role":160,"ariaLabelledBy":838,"xmlns":164},"0 0 760 270",[839,840],"sib-src-title","sib-src-desc",[167,842,843],{"id":839},"What made up site B's first-query payload",[171,845,846],{"id":840},"A single stacked bar of 342 kilobytes split into old versions 31 percent, repeated navigation 22 percent, API identifier tables 19 percent, changelog 9 percent, code blocks 8 percent and useful prose 11 percent. After the fixes, the bar shrinks to 118 kilobytes.",[175,848],{"x":177,"y":177,"width":178,"height":274,"fill":180},[182,850,185,851,185,854,185,862,185,868,185,874,185,878,185,884,185,888,185,892,185,896,185,901,185,905,185,910,185,914,185,919,185,923,185,928,185,932,165],{"style":184},[187,852,853],{"x":189,"y":190,"fill":191,"style":192},"342 KB before, 118 KB after",[175,855],{"x":856,"y":857,"width":858,"height":856,"fill":212,"opacity":859,"stroke":860,"style":861},"40","60","211","0.28","#d83b41","stroke-width:1px",[187,863,867],{"x":864,"y":865,"fill":191,"style":866},"145","85","text-anchor:middle","old versions 31%",[175,869],{"x":870,"y":857,"width":871,"height":856,"fill":206,"opacity":872,"stroke":873,"style":861},"251","150","0.35","#a97b00",[187,875,877],{"x":876,"y":865,"fill":191,"style":866},"326","nav chrome 22%",[175,879],{"x":880,"y":857,"width":881,"height":856,"fill":882,"opacity":883,"stroke":882,"style":861},"401","129","#1982c4","0.25",[187,885,887],{"x":886,"y":865,"fill":191,"style":866},"465","API tables 19%",[175,889],{"x":890,"y":857,"width":891,"height":856,"fill":253,"opacity":883,"stroke":253,"style":861},"530","61",[187,893,895],{"x":894,"y":865,"fill":191,"style":240},"560","log 9%",[175,897],{"x":898,"y":857,"width":899,"height":856,"fill":900,"stroke":219,"style":861},"591","55","#f8fafc",[187,902,904],{"x":903,"y":865,"fill":191,"style":240},"618","code 8%",[175,906],{"x":907,"y":857,"width":908,"height":856,"fill":200,"opacity":872,"stroke":909,"style":861},"646","74","#5a8a16",[187,911,913],{"x":912,"y":865,"fill":191,"style":240},"683","prose 11%",[187,915,918],{"x":856,"y":916,"fill":219,"style":917},"124","font-size:11px","before: 342 KB gzip, 1.5 s to first result",[175,920],{"x":856,"y":921,"width":922,"height":856,"fill":200,"opacity":872,"stroke":909,"style":861},"160","233",[187,924,927],{"x":925,"y":926,"fill":191,"style":866},"156","185","after: 118 KB",[187,929,931],{"x":856,"y":930,"fill":219,"style":917},"224","after: 118 KB gzip, 0.5 s to first result — same queries, same pages findable",[187,933,935],{"x":189,"y":934,"fill":219,"style":240},"256","Measured by excluding each source in turn and re-running the scripted first query",[277,937,938],{},"Only about a tenth of the original payload was prose a reader might actually be searching for.",[31,940,942],{"id":941},"apply-the-fixes","Apply the Fixes",[14,944,945],{},"The five fixes above, in order of payload saved:",[14,947,948,951,952,955,956,21],{},[18,949,950],{},"Index one version."," Old versions stay browsable but are not indexed by default. A small version-specific index can be loaded when a reader switches to an old version, filtered by ",[295,953,954],{},"data-pagefind-filter=\"version:...\"",", as outlined in ",[26,957,959],{"href":958},"\u002Fchoosing-the-right-static-site-generator-for-production\u002Fdocs-frameworks-docusaurus-starlight-vitepress\u002Fversioned-documentation-with-docusaurus\u002F","Versioned Documentation with Docusaurus",[14,961,962,965],{},[18,963,964],{},"Draw the content boundary."," Navigation text repeated on 6,000 pages is noise with a large footprint. Mark only the article body as indexable.",[14,967,968,971,972,974],{},[18,969,970],{},"Index API pages selectively."," A reference page for a type with 400 properties produces hundreds of unique identifiers, each a separate index term. Index the page title, summary and headings, and add ",[295,973,828],{}," to property tables. Readers searching for a specific identifier are better served by the API page's own filter box.",[14,976,977,980],{},[18,978,979],{},"Split the changelog."," Release notes mention every feature and match everything. Give them their own index loaded from the changelog page, so they never compete with guides in the main search.",[14,982,983,986],{},[18,984,985],{},"Skip code blocks."," Shell output and configuration keys inflate the vocabulary. Keep them out unless your readers genuinely search for code strings, in which case index only inline code in prose.",[31,988,990],{"id":989},"enforce-it-in-ci","Enforce It in CI",[14,992,993],{},"Budgets that are not enforced become aspirations. Run the payload script after every preview deploy and fail the check when the median of the top ten queries exceeds the budget:",[288,995,999],{"className":996,"code":997,"language":998,"meta":293,"style":293},"language-yaml shiki shiki-themes github-light github-dark","- name: Search payload budget\n  run: |\n    node scripts\u002Fsearch-payload.mjs \"${{ steps.preview.outputs.url }}\" > payload.txt\n    KB=$(grep -oP '\\d+(?= KB)' payload.txt)\n    echo \"Search first-query payload: ${KB} KB (budget 150, limit 300)\"\n    [ \"$KB\" -le 300 ] || { echo \"::error::Search payload over 300 KB\"; exit 1; }\n    [ \"$KB\" -le 150 ] || echo \"::warning::Search payload over 150 KB target\"\n","yaml",[295,1000,1001,1016,1026,1031,1036,1041,1046],{"__ignoreMap":293},[298,1002,1003,1006,1010,1013],{"class":215,"line":300},[298,1004,1005],{"class":314},"- ",[298,1007,1009],{"class":1008},"s9eBZ","name",[298,1011,1012],{"class":314},": ",[298,1014,1015],{"class":321},"Search payload budget\n",[298,1017,1018,1021,1023],{"class":215,"line":307},[298,1019,1020],{"class":1008},"  run",[298,1022,1012],{"class":314},[298,1024,1025],{"class":310},"|\n",[298,1027,1028],{"class":215,"line":328},[298,1029,1030],{"class":321},"    node scripts\u002Fsearch-payload.mjs \"${{ steps.preview.outputs.url }}\" > payload.txt\n",[298,1032,1033],{"class":215,"line":354},[298,1034,1035],{"class":321},"    KB=$(grep -oP '\\d+(?= KB)' payload.txt)\n",[298,1037,1038],{"class":215,"line":374},[298,1039,1040],{"class":321},"    echo \"Search first-query payload: ${KB} KB (budget 150, limit 300)\"\n",[298,1042,1043],{"class":215,"line":391},[298,1044,1045],{"class":321},"    [ \"$KB\" -le 300 ] || { echo \"::error::Search payload over 300 KB\"; exit 1; }\n",[298,1047,1048],{"class":215,"line":428},[298,1049,1050],{"class":321},"    [ \"$KB\" -le 150 ] || echo \"::warning::Search payload over 150 KB target\"\n",[14,1052,1053,1054,1058],{},"Record the value per build in the same place as your other performance metrics, as described in ",[26,1055,1057],{"href":1056},"\u002Fperformance-optimization-core-web-vitals-for-ssgs\u002Fperformance-budgets-and-lighthouse-ci\u002Fwriting-a-performance-budget-that-fails-builds\u002F","Writing a Performance Budget That Fails Builds",". A slow upward drift is a signal to look at what new content is being indexed before it crosses the line.",[154,1060,1061,1133],{},[157,1062,165,1067,165,1070,165,1073,165,1076],{"viewBox":1063,"role":160,"ariaLabelledBy":1064,"xmlns":164},"0 0 760 250",[1065,1066],"sib-trend-title","sib-trend-desc",[167,1068,1069],{"id":1065},"Payload trend across twenty builds",[171,1071,1072],{"id":1066},"A line of first-query payload over twenty builds. It starts at 118 kilobytes, drifts up to 162 kilobytes by build 14 when a new API section is added, triggering a warning above the 150 kilobyte target, and falls back to 124 kilobytes at build 15 after the new pages' tables are excluded.",[175,1074],{"x":177,"y":177,"width":178,"height":1075,"fill":180},"250",[182,1077,185,1078,185,1081,185,1086,185,1090,185,1092,185,1098,185,1101,185,1104,185,1111,185,1115,185,1120,185,1125,185,1129,165],{"style":184},[187,1079,1080],{"x":189,"y":190,"fill":191,"style":192},"A budget catches drift the build it happens",[215,1082],{"x1":1083,"y1":1084,"x2":1085,"y2":1084,"stroke":219,"style":220},"70","210","720",[215,1087],{"x1":1083,"y1":1088,"x2":1085,"y2":1088,"stroke":873,"style":1089},"120","stroke-width:1.5px;stroke-dasharray:6 4",[215,1091],{"x1":1083,"y1":857,"x2":1085,"y2":857,"stroke":860,"style":1089},[187,1093,1097],{"x":1094,"y":1095,"fill":264,"style":1096},"714","114","font-size:11px;font-weight:700;text-anchor:end","150 KB target",[187,1099,1100],{"x":1094,"y":235,"fill":269,"style":1096},"300 KB limit",[249,1102],{"points":1103,"fill":252,"stroke":253,"style":254},"90,139 122,138 154,137 186,137 218,136 250,134 282,133 314,133 346,131 378,130 410,129 442,128 474,127 506,112 538,136 570,135 602,135 634,134 666,134 698,133",[1105,1106],"circle",{"cx":1107,"cy":1108,"r":1109,"fill":206,"stroke":873,"style":1110},"506","112","6","stroke-width:2px",[187,1112,1114],{"x":1107,"y":1113,"fill":264,"style":259},"96","162 KB: new API section",[187,1116,1119],{"x":1117,"y":921,"fill":258,"style":1118},"570","font-size:11px;font-weight:700","124 KB after fix",[187,1121,1124],{"x":1122,"y":1123,"fill":219,"style":240},"90","228","build 1",[187,1126,1128],{"x":1127,"y":1123,"fill":219,"style":240},"698","build 20",[187,1130,1132],{"x":273,"y":1131,"fill":219,"style":240},"244","median of the ten most common queries, measured on each preview deploy",[277,1134,1135],{},"The warning fired on the pull request that added the new section, and the fix shipped in the same week rather than months later.",[31,1137,1139],{"id":1138},"measured-impact","Measured Impact",[14,1141,1142],{},"Site B after the five fixes, measured with the same script and device profile:",[63,1144,1145,1158],{},[66,1146,1147],{},[69,1148,1149,1152,1155],{},[72,1150,1151],{},"Measure",[72,1153,1154],{},"Before",[72,1156,1157],{},"After",[85,1159,1160,1170,1180,1189,1200],{},[69,1161,1162,1165,1167],{},[90,1163,1164],{},"First-query payload (median, 10 queries)",[90,1166,725],{},[90,1168,1169],{},"118 KB",[69,1171,1172,1175,1178],{},[90,1173,1174],{},"Time to first result, Moto G Power",[90,1176,1177],{},"1.5 s",[90,1179,109],{},[69,1181,1182,1184,1186],{},[90,1183,686],{},[90,1185,722],{},[90,1187,1188],{},"14 MB",[69,1190,1191,1194,1197],{},[90,1192,1193],{},"Index build time",[90,1195,1196],{},"41 s",[90,1198,1199],{},"17 s",[69,1201,1202,1205,1208],{},[90,1203,1204],{},"Top-10 queries with the right page first",[90,1206,1207],{},"7",[90,1209,1210],{},"9",[14,1212,1213],{},"Relevance improved as a side effect: removing navigation text and changelog noise let the pages that genuinely matched rise to the top.",[31,1215,1217],{"id":1216},"pitfalls-rollback","Pitfalls & Rollback",[36,1219,1220,1226,1232,1238,1244],{},[39,1221,1222,1225],{},[18,1223,1224],{},"Budgeting total index size."," For fragmented indexes it is the wrong number. Budget the first-query payload.",[39,1227,1228,1231],{},[18,1229,1230],{},"Measuring one query."," Fragment downloads vary by query. Use the median of your ten most common.",[39,1233,1234,1237],{},[18,1235,1236],{},"Testing locally without compression."," A dev server may not gzip or brotli JSON. Measure a real preview deploy.",[39,1239,1240,1243],{},[18,1241,1242],{},"Excluding pages rather than regions."," Dropping API pages from search entirely hides content readers need; exclude the heavy tables, not the pages.",[39,1245,1246,1249],{},[18,1247,1248],{},"Rollback:"," every fix is a markup attribute or an index configuration change. Reverting one restores that content to the index on the next build.",[31,1251,1253],{"id":1252},"conclusion","Conclusion",[14,1255,1256],{},"A search index is a performance budget line like any bundle. Budget the bytes before the first result — 150 KB as the target, 300 KB as the limit — measure them with a scripted search on every preview deploy, and when the number climbs, look at what is being indexed rather than at the tool. On a 6,000-page docs site, indexing one version, drawing a content boundary, trimming API tables and splitting the changelog took the first-query payload from 342 KB to 118 KB and the wait from 1.5 seconds to half a second.",[31,1258,1260],{"id":1259},"faq","FAQ",[1262,1263,1265],"h3",{"id":1264},"what-is-a-reasonable-size-budget-for-a-search-index","What is a reasonable size budget for a search index?",[14,1267,1268],{},"Budget the bytes a reader downloads before the first result, not the total index size. Around 150 KB gzipped keeps the first result under half a second on a mid-range phone over 4G; 300 KB is the outer limit before the search box feels unresponsive.",[1262,1270,1272],{"id":1271},"why-does-total-index-size-not-matter-for-pagefind","Why does total index size not matter for Pagefind?",[14,1274,1275],{},"Because Pagefind splits its index into fragments and loads only those a query needs. A 40 MB index on disk can still serve a first query with under 200 KB of downloads. What matters is the size of the entry files and the fragments a typical query touches.",[1262,1277,1279],{"id":1278},"what-usually-makes-a-search-index-too-big","What usually makes a search index too big?",[14,1281,1282],{},"Indexing things readers never search for. Navigation repeated on every page, generated API pages with thousands of identifiers, changelogs, code blocks and every old version of the docs are the usual culprits.",[1262,1284,1286],{"id":1285},"how-do-i-enforce-the-budget","How do I enforce the budget?",[14,1288,1289],{},"Measure it in CI after every build. Compute the gzipped size of the files a first query downloads and fail the build when it passes the budget, the same way you would fail a build for an oversized JavaScript bundle.",[31,1291,1293],{"id":1292},"related","Related",[36,1295,1296,1305,1312,1319,1326],{},[39,1297,1298,1301,1302,1304],{},[18,1299,1300],{},"Parent:"," ",[26,1303,29],{"href":28}," — choosing the search tool in the first place.",[39,1306,1307,1311],{},[26,1308,1310],{"href":1309},"\u002Fchoosing-the-right-static-site-generator-for-production\u002Fsearch-for-static-sites\u002Fbuilding-a-lunr-index-at-build-time-in-eleventy\u002F","Building a Lunr Index at Build Time in Eleventy"," — a monolithic index kept under budget.",[39,1313,1314,1318],{},[26,1315,1317],{"href":1316},"\u002Fchoosing-the-right-static-site-generator-for-production\u002Fsearch-for-static-sites\u002Fadding-pagefind-to-an-astro-site\u002F","Adding Pagefind to an Astro Site"," — content boundaries and weights in practice.",[39,1320,1321,1325],{},[26,1322,1324],{"href":1323},"\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"," — the same budgeting discipline for JavaScript.",[39,1327,1328,1332],{},[26,1329,1331],{"href":1330},"\u002Fchoosing-the-right-static-site-generator-for-production\u002Fssg-framework-selection-matrix\u002Fchoosing-an-ssg-for-api-reference-documentation\u002F","Choosing an SSG for API Reference Documentation"," — where large generated reference sections come from.",[1334,1335,1336],"style",{},"html pre.shiki code .sJ8bj, html code.shiki .sJ8bj{--shiki-default:#6A737D;--shiki-dark:#6A737D}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 .sj4cs, html code.shiki .sj4cs{--shiki-default:#005CC5;--shiki-dark:#79B8FF}html pre.shiki code .sScJk, html code.shiki .sScJk{--shiki-default:#6F42C1;--shiki-dark:#B392F0}html pre.shiki code .s4XuR, html code.shiki .s4XuR{--shiki-default:#E36209;--shiki-dark:#FFAB70}html pre.shiki code .snhLl, html code.shiki .snhLl{--shiki-default:#22863A;--shiki-default-font-weight:bold;--shiki-dark:#85E89D;--shiki-dark-font-weight:bold}html pre.shiki code .sA_wV, html code.shiki .sA_wV{--shiki-default:#032F62;--shiki-dark:#DBEDFF}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 .s9eBZ, html code.shiki .s9eBZ{--shiki-default:#22863A;--shiki-dark:#85E89D}",{"title":293,"searchDepth":307,"depth":307,"links":1338},[1339,1340,1341,1342,1343,1344,1345,1346,1347,1348,1354],{"id":33,"depth":307,"text":34},{"id":54,"depth":307,"text":55},{"id":282,"depth":307,"text":283},{"id":747,"depth":307,"text":748},{"id":941,"depth":307,"text":942},{"id":989,"depth":307,"text":990},{"id":1138,"depth":307,"text":1139},{"id":1216,"depth":307,"text":1217},{"id":1252,"depth":307,"text":1253},{"id":1259,"depth":307,"text":1260,"children":1349},[1350,1351,1352,1353],{"id":1264,"depth":328,"text":1265},{"id":1271,"depth":328,"text":1272},{"id":1278,"depth":328,"text":1279},{"id":1285,"depth":328,"text":1286},{"id":1292,"depth":307,"text":1293},[1356,1358,1361,1362],{"name":1357,"item":436},"Home",{"name":1359,"item":1360},"Choosing the Right Static Site Generator for Production","\u002Fchoosing-the-right-static-site-generator-for-production\u002F",{"name":29,"item":28},{"name":5,"item":1363},"\u002Fchoosing-the-right-static-site-generator-for-production\u002Fsearch-for-static-sites\u002Fsearch-index-size-budgets-for-large-docs\u002F","2026-09-18","Set a byte budget for static search on large documentation sites, measure first-query cost on real phones, and trim indexes that have quietly grown too big.","md",[1368,1369,1370,1371],{"q":1265,"a":1268},{"q":1272,"a":1275},{"q":1279,"a":1282},{"q":1286,"a":1289},{},true,"\u002Fchoosing-the-right-static-site-generator-for-production\u002Fsearch-for-static-sites\u002Fsearch-index-size-budgets-for-large-docs",{"title":5,"description":1365},"choosing-the-right-static-site-generator-for-production\u002Fsearch-for-static-sites\u002Fsearch-index-size-budgets-for-large-docs\u002Findex","article","CVbUJxtkKm3i6My3QX5t9i2HnRYwidxfpwvrYW33aR0",[1380,1383,1386,1389,1392,1395,1398,1401,1404,1407,1410,1413,1415,1418,1421,1424,1427,1430,1433,1436,1438,1441,1444,1447,1450,1453,1456,1459,1462,1465,1468,1471,1474,1477,1480,1483,1486,1489,1492,1495,1498,1500,1502,1504,1507,1510,1513,1514,1517,1519,1522,1525,1528,1531,1534,1537,1540,1543,1546,1549,1552,1555,1558,1561,1564,1567,1570,1573,1576,1579,1582,1585,1588,1591,1594,1597,1600,1603,1606,1609,1612,1615,1618,1621,1624,1627,1630,1633,1636,1639,1642,1645,1648,1651,1654,1657,1660,1663,1665,1667,1669,1672,1675,1678,1681,1684,1687,1690,1693,1696,1699,1702,1705,1708,1711,1714,1717,1720,1723,1726,1729,1732,1735,1738,1741,1744,1747,1750,1753,1756,1759,1762,1765,1768,1771,1774,1777,1780,1783,1786,1789,1792,1795,1798,1801,1804,1807,1810,1813,1816,1819,1822,1825,1828,1831,1834,1837,1840,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],{"path":1381,"title":1382},"\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":1384,"title":1385},"\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":1387,"title":1388},"\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":1390,"title":1391},"\u002Fchoosing-the-right-static-site-generator-for-production\u002Fastro-vs-eleventy-for-documentation-sites","Astro vs Eleventy for Documentation Sites",{"path":1393,"title":1394},"\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":1396,"title":1397},"\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":1399,"title":1400},"\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":1402,"title":1403},"\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":1405,"title":1406},"\u002Fchoosing-the-right-static-site-generator-for-production\u002Fdocs-frameworks-docusaurus-starlight-vitepress","Docs Frameworks: Docusaurus, Starlight and VitePress",{"path":1408,"title":1409},"\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":1411,"title":1412},"\u002Fchoosing-the-right-static-site-generator-for-production\u002Fdocs-frameworks-docusaurus-starlight-vitepress\u002Fmigrating-from-mkdocs-to-starlight","Migrating from MkDocs to Starlight",{"path":1414,"title":959},"\u002Fchoosing-the-right-static-site-generator-for-production\u002Fdocs-frameworks-docusaurus-starlight-vitepress\u002Fversioned-documentation-with-docusaurus",{"path":1416,"title":1417},"\u002Fchoosing-the-right-static-site-generator-for-production\u002Fdocs-frameworks-docusaurus-starlight-vitepress\u002Fvitepress-for-library-documentation","VitePress for Library Documentation",{"path":1419,"title":1420},"\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":1422,"title":1423},"\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":1425,"title":1426},"\u002Fchoosing-the-right-static-site-generator-for-production\u002Fhugo-build-times-for-large-repositories","Hugo Build Times for Large Repositories",{"path":1428,"title":1429},"\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":1431,"title":1432},"\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":1434,"title":1435},"\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":1437,"title":1359},"\u002Fchoosing-the-right-static-site-generator-for-production",{"path":1439,"title":1440},"\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":1442,"title":1443},"\u002Fchoosing-the-right-static-site-generator-for-production\u002Fjekyll-plugin-ecosystem","Jekyll Plugin Ecosystem",{"path":1445,"title":1446},"\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":1448,"title":1449},"\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":1451,"title":1452},"\u002Fchoosing-the-right-static-site-generator-for-production\u002Fjekyll-plugin-ecosystem\u002Fspeeding-up-slow-jekyll-builds","Speeding Up Slow Jekyll Builds",{"path":1454,"title":1455},"\u002Fchoosing-the-right-static-site-generator-for-production\u002Fjekyll-plugin-ecosystem\u002Fupgrading-jekyll-and-ruby-versions-safely","Upgrading Jekyll and Ruby Versions Safely",{"path":1457,"title":1458},"\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":1460,"title":1461},"\u002Fchoosing-the-right-static-site-generator-for-production\u002Fmigrating-between-static-site-generators","Migrating Between Static Site Generators",{"path":1463,"title":1464},"\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":1466,"title":1467},"\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":1469,"title":1470},"\u002Fchoosing-the-right-static-site-generator-for-production\u002Fmigrating-between-static-site-generators\u002Fmigrating-from-gatsby-to-astro","Migrating from Gatsby to Astro",{"path":1472,"title":1473},"\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":1475,"title":1476},"\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":1478,"title":1479},"\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":1481,"title":1482},"\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":1484,"title":1485},"\u002Fchoosing-the-right-static-site-generator-for-production\u002Fnextjs-static-export-for-content-sites","Next.js Static Export for Content Sites",{"path":1487,"title":1488},"\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":1490,"title":1491},"\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":1493,"title":1494},"\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":1496,"title":1497},"\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":1499,"title":1317},"\u002Fchoosing-the-right-static-site-generator-for-production\u002Fsearch-for-static-sites\u002Fadding-pagefind-to-an-astro-site",{"path":1501,"title":1310},"\u002Fchoosing-the-right-static-site-generator-for-production\u002Fsearch-for-static-sites\u002Fbuilding-a-lunr-index-at-build-time-in-eleventy",{"path":1503,"title":29},"\u002Fchoosing-the-right-static-site-generator-for-production\u002Fsearch-for-static-sites",{"path":1505,"title":1506},"\u002Fchoosing-the-right-static-site-generator-for-production\u002Fsearch-for-static-sites\u002Findexing-hugo-sites-with-pagefind","Indexing Hugo Sites with Pagefind",{"path":1508,"title":1509},"\u002Fchoosing-the-right-static-site-generator-for-production\u002Fsearch-for-static-sites\u002Fmultilingual-search-on-static-sites","Multilingual Search on Static Sites",{"path":1511,"title":1512},"\u002Fchoosing-the-right-static-site-generator-for-production\u002Fsearch-for-static-sites\u002Fpagefind-vs-algolia-docsearch","Pagefind vs Algolia DocSearch",{"path":1374,"title":5},{"path":1515,"title":1516},"\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":1518,"title":1331},"\u002Fchoosing-the-right-static-site-generator-for-production\u002Fssg-framework-selection-matrix\u002Fchoosing-an-ssg-for-api-reference-documentation",{"path":1520,"title":1521},"\u002Fchoosing-the-right-static-site-generator-for-production\u002Fssg-framework-selection-matrix\u002Fevaluating-ssg-accessibility-defaults","Evaluating SSG Accessibility Defaults",{"path":1523,"title":1524},"\u002Fchoosing-the-right-static-site-generator-for-production\u002Fssg-framework-selection-matrix","SSG Framework Selection Matrix",{"path":1526,"title":1527},"\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":1529,"title":1530},"\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":1532,"title":1533},"\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":1535,"title":1536},"\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":1538,"title":1539},"\u002Fperformance-optimization-core-web-vitals-for-ssgs\u002Fcdn-caching-rules-for-ssgs","CDN Caching Rules for SSGs",{"path":1541,"title":1542},"\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":1544,"title":1545},"\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":1547,"title":1548},"\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":1550,"title":1551},"\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":1553,"title":1554},"\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":1556,"title":1557},"\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":1559,"title":1560},"\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":1562,"title":1563},"\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":1565,"title":1566},"\u002Fperformance-optimization-core-web-vitals-for-ssgs\u002Fcumulative-layout-shift-fixes-for-static-sites","Cumulative Layout Shift Fixes for Static Sites",{"path":1568,"title":1569},"\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":1571,"title":1572},"\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":1574,"title":1575},"\u002Fperformance-optimization-core-web-vitals-for-ssgs\u002Ffont-loading-strategies-for-static-sites\u002Ffont-display-optional-vs-swap","font-display: optional vs swap",{"path":1577,"title":1578},"\u002Fperformance-optimization-core-web-vitals-for-ssgs\u002Ffont-loading-strategies-for-static-sites","Font Loading Strategies for Static Sites",{"path":1580,"title":1581},"\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":1583,"title":1584},"\u002Fperformance-optimization-core-web-vitals-for-ssgs\u002Ffont-loading-strategies-for-static-sites\u002Fpreloading-fonts-without-double-downloads","Preloading Fonts Without Double Downloads",{"path":1586,"title":1587},"\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":1589,"title":1590},"\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":1592,"title":1593},"\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":1595,"title":1596},"\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":1598,"title":1599},"\u002Fperformance-optimization-core-web-vitals-for-ssgs\u002Fimage-optimization-pipelines-in-astro","Image Optimization Pipelines in Astro",{"path":1601,"title":1602},"\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":1604,"title":1605},"\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":1607,"title":1608},"\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":1610,"title":1611},"\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":1613,"title":1614},"\u002Fperformance-optimization-core-web-vitals-for-ssgs","Core Web Vitals Optimization for SSGs",{"path":1616,"title":1617},"\u002Fperformance-optimization-core-web-vitals-for-ssgs\u002Fjavascript-hydration-partial-rendering\u002Fastro-islands-vs-full-hydration-performance","Astro Islands vs Full Hydration Performance",{"path":1619,"title":1620},"\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":1622,"title":1623},"\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":1625,"title":1626},"\u002Fperformance-optimization-core-web-vitals-for-ssgs\u002Fjavascript-hydration-partial-rendering","JavaScript Hydration & Partial Rendering",{"path":1628,"title":1629},"\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":1631,"title":1632},"\u002Fperformance-optimization-core-web-vitals-for-ssgs\u002Fjavascript-hydration-partial-rendering\u002Freplacing-react-islands-with-web-components","Replacing React Islands with Web Components",{"path":1634,"title":1635},"\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":1637,"title":1638},"\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":1640,"title":1641},"\u002Fperformance-optimization-core-web-vitals-for-ssgs\u002Flargest-contentful-paint-optimization-for-static-sites","Largest Contentful Paint Optimization for Static Sites",{"path":1643,"title":1644},"\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":1646,"title":1647},"\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":1649,"title":1650},"\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":1652,"title":1653},"\u002Fperformance-optimization-core-web-vitals-for-ssgs\u002Fperformance-budgets-and-lighthouse-ci\u002Fcomparing-lab-and-field-data-with-crux","Comparing Lab and Field Data with CrUX",{"path":1655,"title":1656},"\u002Fperformance-optimization-core-web-vitals-for-ssgs\u002Fperformance-budgets-and-lighthouse-ci","Performance Budgets and Lighthouse CI",{"path":1658,"title":1659},"\u002Fperformance-optimization-core-web-vitals-for-ssgs\u002Fperformance-budgets-and-lighthouse-ci\u002Freducing-lighthouse-score-variance-in-ci","Reducing Lighthouse Score Variance in CI",{"path":1661,"title":1662},"\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":1664,"title":48},"\u002Fperformance-optimization-core-web-vitals-for-ssgs\u002Fperformance-budgets-and-lighthouse-ci\u002Fsetting-up-lighthouse-ci-for-a-static-site",{"path":1666,"title":1324},"\u002Fperformance-optimization-core-web-vitals-for-ssgs\u002Fperformance-budgets-and-lighthouse-ci\u002Ftracking-bundle-size-per-pull-request",{"path":1668,"title":1057},"\u002Fperformance-optimization-core-web-vitals-for-ssgs\u002Fperformance-budgets-and-lighthouse-ci\u002Fwriting-a-performance-budget-that-fails-builds",{"path":1670,"title":1671},"\u002Fperformance-optimization-core-web-vitals-for-ssgs\u002Fresource-hints-and-navigation-speed\u002Fauditing-unused-preloads","Auditing Unused Preloads",{"path":1673,"title":1674},"\u002Fperformance-optimization-core-web-vitals-for-ssgs\u002Fresource-hints-and-navigation-speed","Resource Hints and Navigation Speed",{"path":1676,"title":1677},"\u002Fperformance-optimization-core-web-vitals-for-ssgs\u002Fresource-hints-and-navigation-speed\u002Finstant-navigation-with-speculation-rules","Instant Navigation with Speculation Rules",{"path":1679,"title":1680},"\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":1682,"title":1683},"\u002Fperformance-optimization-core-web-vitals-for-ssgs\u002Fresource-hints-and-navigation-speed\u002Fprefetching-links-in-astro","Prefetching Links in Astro",{"path":1685,"title":1686},"\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":1688,"title":1689},"\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":1691,"title":1692},"\u002Fperformance-optimization-core-web-vitals-for-ssgs\u002Fthird-party-script-performance-on-static-sites","Third-Party Script Performance on Static Sites",{"path":1694,"title":1695},"\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":1697,"title":1698},"\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":1700,"title":1701},"\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":1703,"title":1704},"\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":1706,"title":1707},"\u002Fproduction-ready-deployment-cicd-workflows\u002Fcloudflare-pages-edge-caching-setup\u002Fautomating-eleventy-deployments-with-cloudflare-pages","Automating Eleventy Deployments on Cloudflare Pages",{"path":1709,"title":1710},"\u002Fproduction-ready-deployment-cicd-workflows\u002Fcloudflare-pages-edge-caching-setup\u002Fconfiguring-redirects-on-cloudflare-pages","Configuring Redirects on Cloudflare Pages",{"path":1712,"title":1713},"\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":1715,"title":1716},"\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":1718,"title":1719},"\u002Fproduction-ready-deployment-cicd-workflows\u002Fcloudflare-pages-edge-caching-setup","Cloudflare Pages Edge Caching Setup",{"path":1721,"title":1722},"\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":1724,"title":1725},"\u002Fproduction-ready-deployment-cicd-workflows\u002Fcontent-workflows-for-documentation-teams\u002Fchecking-links-in-pull-requests","Checking Links in Pull Requests",{"path":1727,"title":1728},"\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":1730,"title":1731},"\u002Fproduction-ready-deployment-cicd-workflows\u002Fcontent-workflows-for-documentation-teams\u002Feditorial-checks-with-vale-in-ci","Editorial Checks with Vale in CI",{"path":1733,"title":1734},"\u002Fproduction-ready-deployment-cicd-workflows\u002Fcontent-workflows-for-documentation-teams","Content Workflows for Documentation Teams",{"path":1736,"title":1737},"\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":1739,"title":1740},"\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":1742,"title":1743},"\u002Fproduction-ready-deployment-cicd-workflows\u002Fgithub-actions-for-automated-ssg-builds\u002Fbuilding-astro-sites-with-github-actions","Building Astro Sites with GitHub Actions",{"path":1745,"title":1746},"\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":1748,"title":1749},"\u002Fproduction-ready-deployment-cicd-workflows\u002Fgithub-actions-for-automated-ssg-builds\u002Fdeploying-to-github-pages-with-actions","Deploying to GitHub Pages with Actions",{"path":1751,"title":1752},"\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":1754,"title":1755},"\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":1757,"title":1758},"\u002Fproduction-ready-deployment-cicd-workflows\u002Fgithub-actions-for-automated-ssg-builds","GitHub Actions for Automated SSG Builds",{"path":1760,"title":1761},"\u002Fproduction-ready-deployment-cicd-workflows\u002Fgithub-actions-for-automated-ssg-builds\u002Fmatrix-builds-for-multi-site-monorepos","Matrix Builds for Multi-Site Monorepos",{"path":1763,"title":1764},"\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":1766,"title":1767},"\u002Fproduction-ready-deployment-cicd-workflows\u002Fincremental-builds-and-build-caching-for-ssgs\u002Fenabling-incremental-builds-in-eleventy","Enabling Incremental Builds in Eleventy",{"path":1769,"title":1770},"\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":1772,"title":1773},"\u002Fproduction-ready-deployment-cicd-workflows\u002Fincremental-builds-and-build-caching-for-ssgs","Incremental Builds and Build Caching for SSGs",{"path":1775,"title":1776},"\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":1778,"title":1779},"\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":1781,"title":1782},"\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":1784,"title":1785},"\u002Fproduction-ready-deployment-cicd-workflows","Production-Ready Deployment & CI\u002FCD for SSGs",{"path":1787,"title":1788},"\u002Fproduction-ready-deployment-cicd-workflows\u002Fmonitoring-static-sites-in-production\u002Falerting-on-cache-hit-ratio-drops","Alerting on Cache Hit Ratio Drops",{"path":1790,"title":1791},"\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":1793,"title":1794},"\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":1796,"title":1797},"\u002Fproduction-ready-deployment-cicd-workflows\u002Fmonitoring-static-sites-in-production","Monitoring Static Sites in Production",{"path":1799,"title":1800},"\u002Fproduction-ready-deployment-cicd-workflows\u002Fmonitoring-static-sites-in-production\u002Flogging-404s-at-the-edge","Logging 404s at the Edge",{"path":1802,"title":1803},"\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":1805,"title":1806},"\u002Fproduction-ready-deployment-cicd-workflows\u002Fnetlify-vs-vercel-deployment-strategies\u002Fconfiguring-vercel-for-hugo-and-eleventy","Configuring Vercel for Hugo and Eleventy",{"path":1808,"title":1809},"\u002Fproduction-ready-deployment-cicd-workflows\u002Fnetlify-vs-vercel-deployment-strategies","Netlify vs Vercel Deployment Strategies",{"path":1811,"title":1812},"\u002Fproduction-ready-deployment-cicd-workflows\u002Fnetlify-vs-vercel-deployment-strategies\u002Fnetlify-build-hooks-for-content-updates","Netlify Build Hooks for Content Updates",{"path":1814,"title":1815},"\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":1817,"title":1818},"\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":1820,"title":1821},"\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":1823,"title":1824},"\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":1826,"title":1827},"\u002Fproduction-ready-deployment-cicd-workflows\u002Fpreview-environments-for-pull-requests\u002Fcleaning-up-stale-preview-deployments","Cleaning Up Stale Preview Deployments",{"path":1829,"title":1830},"\u002Fproduction-ready-deployment-cicd-workflows\u002Fpreview-environments-for-pull-requests","Preview Environments for Pull Requests",{"path":1832,"title":1833},"\u002Fproduction-ready-deployment-cicd-workflows\u002Fpreview-environments-for-pull-requests\u002Fpassword-protecting-preview-deployments","Password-Protecting Preview Deployments",{"path":1835,"title":1836},"\u002Fproduction-ready-deployment-cicd-workflows\u002Fpreview-environments-for-pull-requests\u002Fpreviewing-headless-cms-drafts","Previewing Headless CMS Drafts",{"path":1838,"title":1839},"\u002Fproduction-ready-deployment-cicd-workflows\u002Fpreview-environments-for-pull-requests\u002Fvisual-regression-testing-on-preview-deploys","Visual Regression Testing on Preview Deploys",{"path":1841,"title":1842},"\u002Fproduction-ready-deployment-cicd-workflows\u002Frollbacks-and-deploy-safety-for-static-sites\u002Fatomic-deploys-vs-incremental-uploads","Atomic Deploys vs Incremental Uploads",{"path":1844,"title":1845},"\u002Fproduction-ready-deployment-cicd-workflows\u002Frollbacks-and-deploy-safety-for-static-sites\u002Fcanary-releases-for-static-sites","Canary Releases for Static Sites",{"path":1847,"title":1848},"\u002Fproduction-ready-deployment-cicd-workflows\u002Frollbacks-and-deploy-safety-for-static-sites\u002Ffeature-flags-on-static-sites","Feature Flags on Static Sites",{"path":1850,"title":1851},"\u002Fproduction-ready-deployment-cicd-workflows\u002Frollbacks-and-deploy-safety-for-static-sites","Rollbacks and Deploy Safety for Static Sites",{"path":1853,"title":1854},"\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":1856,"title":1857},"\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":1859,"title":1860},"\u002Fproduction-ready-deployment-cicd-workflows\u002Fsecurity-headers-for-static-sites\u002Fauditing-npm-dependencies-in-ssg-pipelines","Auditing npm Dependencies in SSG Pipelines",{"path":1862,"title":1863},"\u002Fproduction-ready-deployment-cicd-workflows\u002Fsecurity-headers-for-static-sites\u002Fenabling-hsts-and-preload-safely","Enabling HSTS and Preload Safely",{"path":1865,"title":1866},"\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":1868,"title":1869},"\u002Fproduction-ready-deployment-cicd-workflows\u002Fsecurity-headers-for-static-sites","Security Headers and Hardening for Static Sites",{"path":1871,"title":1872},"\u002Fproduction-ready-deployment-cicd-workflows\u002Fsecurity-headers-for-static-sites\u002Fsecuring-deploy-credentials-with-github-oidc","Securing Deploy Credentials with GitHub OIDC",{"path":1874,"title":1875},"\u002Fproduction-ready-deployment-cicd-workflows\u002Fsecurity-headers-for-static-sites\u002Fsubresource-integrity-for-third-party-assets","Subresource Integrity for Third-Party Assets",{"path":1877,"title":1878},"\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":1880,"title":1881},"\u002Fproduction-ready-deployment-cicd-workflows\u002Fself-hosting-static-sites\u002Fclean-urls-and-trailing-slashes-on-s3","Clean URLs and Trailing Slashes on S3",{"path":1883,"title":1884},"\u002Fproduction-ready-deployment-cicd-workflows\u002Fself-hosting-static-sites\u002Fcloudfront-functions-for-redirects","CloudFront Functions for Redirects",{"path":1886,"title":1887},"\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":1889,"title":1890},"\u002Fproduction-ready-deployment-cicd-workflows\u002Fself-hosting-static-sites","Self-Hosting Static Sites on S3, Nginx and Caddy",{"path":1892,"title":1893},"\u002Fproduction-ready-deployment-cicd-workflows\u002Fself-hosting-static-sites\u002Fserving-a-static-site-with-caddy","Serving a Static Site with Caddy",{"path":1895,"title":1896},"\u002Fproduction-ready-deployment-cicd-workflows\u002Fself-hosting-static-sites\u002Fserving-a-static-site-with-nginx","Serving a Static Site with Nginx",{"path":1898,"title":1899},"\u002Fproduction-ready-deployment-cicd-workflows\u002Fself-hosting-static-sites\u002Fzero-downtime-deploys-with-symlink-swaps","Zero-Downtime Deploys with Symlink Swaps",{"path":1901,"title":1902},"\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":1904,"title":1905},"\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":1907,"title":1908},"\u002Fproduction-ready-deployment-cicd-workflows\u002Fserverless-functions-for-static-sites","Serverless Functions for Static Sites",{"path":1910,"title":1911},"\u002Fproduction-ready-deployment-cicd-workflows\u002Fserverless-functions-for-static-sites\u002Fnetlify-functions-vs-cloudflare-workers","Netlify Functions vs Cloudflare Workers",{"path":1913,"title":1914},"\u002Fproduction-ready-deployment-cicd-workflows\u002Fserverless-functions-for-static-sites\u002Fprotecting-a-static-site-behind-authentication","Protecting a Static Site Behind Authentication",{"path":1916,"title":1917},"\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",1789722847307]