The bundles carried all thirteen translations at once and a page fetched them a third time as raw source; each page now loads only its own language. Alongside that: JavaScript is minified, the eight stylesheets are served as one file, the QR scanner is fetched after the app is up instead of on every visit, Inter ships once rather than five copies of the same file, and Font Awesome is subset to the 82 icons this app draws instead of all 2468. 1.85 MB across 43 requests becomes under 700 KB across 33. On mobile the page starts drawing in 1.6 s instead of 6.3 s and is usable in 4.5 s instead of 11 s. Pages also carry their text in the HTML now. Everything was drawn by JavaScript into an empty div, so crawlers saw correct metadata around nothing, and twelve of the thirteen language pages had never been shown to anyone. The documentation is published under /docs/ with a new FAQ, and unknown addresses return a real 404. Separately: the localized shells were served with the year-long immutable cache header meant for static assets, which pinned anyone who opened /de/ or /ru/ to that build. The header is fixed and the service worker refreshes what it cached. Claude-Session: https://claude.ai/code/session_014KjzTXxrhzYoDDWChYQ4u2
117 lines
1.7 KiB
JSON
117 lines
1.7 KiB
JSON
{
|
|
"icons": [
|
|
"android",
|
|
"angle-left",
|
|
"angle-right",
|
|
"apple",
|
|
"arrow-down",
|
|
"arrow-left",
|
|
"arrow-right",
|
|
"arrow-up",
|
|
"arrow-up-from-bracket",
|
|
"ban",
|
|
"bolt",
|
|
"camera",
|
|
"caret-left",
|
|
"caret-right",
|
|
"check",
|
|
"check-circle",
|
|
"check-double",
|
|
"chevron-down",
|
|
"chevron-left",
|
|
"chevron-right",
|
|
"chrome",
|
|
"circle",
|
|
"circle-notch",
|
|
"clock",
|
|
"code",
|
|
"cog",
|
|
"cogs",
|
|
"comments",
|
|
"copy",
|
|
"download",
|
|
"edge",
|
|
"exchange-alt",
|
|
"exclamation-triangle",
|
|
"eye",
|
|
"eye-slash",
|
|
"file-arrow-down",
|
|
"fingerprint",
|
|
"firefox-browser",
|
|
"folder-open",
|
|
"globe",
|
|
"info",
|
|
"info-circle",
|
|
"key",
|
|
"lightbulb",
|
|
"link",
|
|
"linux",
|
|
"lock",
|
|
"lock-open",
|
|
"microphone-slash",
|
|
"network-wired",
|
|
"opera",
|
|
"paper-plane",
|
|
"paperclip",
|
|
"paste",
|
|
"pen",
|
|
"play-circle",
|
|
"plus",
|
|
"power-off",
|
|
"puzzle-piece",
|
|
"qrcode",
|
|
"question-circle",
|
|
"reply",
|
|
"right-left",
|
|
"rocket",
|
|
"safari",
|
|
"share",
|
|
"shield-alt",
|
|
"shield-halved",
|
|
"signature",
|
|
"sliders-h",
|
|
"spinner",
|
|
"stopwatch",
|
|
"sync-alt",
|
|
"times",
|
|
"times-circle",
|
|
"trash-can",
|
|
"triangle-exclamation",
|
|
"unlock-alt",
|
|
"user",
|
|
"vial",
|
|
"windows",
|
|
"xmark"
|
|
],
|
|
"notIcons": [
|
|
"beat",
|
|
"border",
|
|
"bounce",
|
|
"brands",
|
|
"duotone",
|
|
"fade",
|
|
"fallback",
|
|
"flip",
|
|
"fw",
|
|
"inverse",
|
|
"lg",
|
|
"li",
|
|
"light",
|
|
"pull-left",
|
|
"pull-right",
|
|
"pulse",
|
|
"regular",
|
|
"rotate",
|
|
"shake",
|
|
"sharp",
|
|
"sm",
|
|
"solid",
|
|
"solid-900",
|
|
"spin",
|
|
"stack",
|
|
"thin",
|
|
"ul",
|
|
"xs"
|
|
]
|
|
}
|