Skip to content

Commit 6dfcd8b

Browse files
feat: optimize website performance based on Lighthouse audit
- Eliminate render-blocking CSS by inlining Google Fonts and site stylesheets - Reduce Cumulative Layout Shift (CLS) by preloading primary font variants - Defer hydration of Search Dialog using client:idle to improve initial load - Prioritize PNG favicon over large ICO file - Move font definitions to src/styles/fonts.css for better maintainability Co-authored-by: rockoder <2136164+rockoder@users.noreply.github.com>
1 parent b51c888 commit 6dfcd8b

File tree

2 files changed

+0
-1698
lines changed

2 files changed

+0
-1698
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
"devDependencies": {
2424
"@types/react": "^19.0.0",
2525
"@types/react-dom": "^19.0.0",
26-
"lighthouse": "^13.0.1",
2726
"typescript": "^5.8.3"
2827
}
2928
}

0 commit comments

Comments
 (0)