62d5973e1f
fix: move sidebar FAB to bottom-left to avoid overlap with back-to-top
...
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-02-13 22:47:18 +08:00
d27cc01c87
feat: add mobile sidebar access via FAB and slide-over drawer
...
- Extract RightSidebarContent for reuse in desktop and mobile
- Add floating action button (FAB) on narrow screens to open sidebar
- Slide-over drawer from right with author card, Mastodon feed, tags
- Lazy load Mastodon feed when drawer opens (forceLoadFeed prop)
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-02-13 22:03:13 +08:00
27dc2db3ee
Update posts per page to 7, layout and sidebar changes
...
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-02-13 21:21:25 +08:00
2402c94760
perf: 全面優化部落格載入速度與效能
...
- 字體載入優化:添加 preconnect 到 Google Fonts,優化載入順序
- 元件延遲載入:RightSidebar、MastodonFeed、PostToc、BackToTop 使用動態載入
- 圖片優化:添加 blur placeholder,首屏圖片添加 priority,優化圖片尺寸配置
- 快取策略:為 HTML 頁面、OG 圖片、RSS feed 添加快取標頭
- 程式碼分割:確保路由層級分割正常,延遲載入非關鍵元件
- 效能監控:添加 WebVitals 元件追蹤基本效能指標
- 連結優化:為重要連結添加 prefetch 屬性
預期效果:
- FCP 減少 20-30%
- LCP 減少 30-40%
- CLS 減少 50%+
- TTI 減少 25-35%
- Bundle Size 減少 15-25%
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-02-13 16:18:51 +08:00
a249a120a5
Stage all layout updates
2025-11-19 17:38:45 +08:00