diff --git a/TODO.md b/TODO.md index 4ba8c24..0fbf96b 100644 --- a/TODO.md +++ b/TODO.md @@ -10,3 +10,10 @@ Current session management is basic and needs improvement: ## Network Performance - Read and implement recommendations from https://rachelbythebay.com/w/2024/12/17/packets/ + +## Asset Management +- Bundle Font Awesome with static assets instead of using CDN + - Download and serve Font Awesome files locally + - Include only the icons we actually use to reduce bundle size + - Consider using Font Awesome's SVG+JS version for better performance + - Update CSS and HTML references to use local assets