TODO update

This commit is contained in:
Greg Shuflin 2025-02-04 03:34:51 -08:00
parent d54049399e
commit c4e21af95b

View File

@ -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