mirror of
https://github.com/tiennm99/ccs.git
synced 2026-07-18 10:18:09 +00:00
- Add React lazy loading for heavy pages (Analytics, Settings, etc.) - Remove blocking prewarmUsageCache() from server startup - Add disk cache module for persistent usage data storage - Fix disk cache not being created on first Analytics visit - Write cache immediately when daily data available (don't wait for all 3 types) Dashboard now loads in <10ms from disk cache instead of waiting for better-ccusage library on every visit.