aprs.me/assets/js
Graham McIntire 1932f63b91
Implement progressive loading for historical packets to improve map performance
- Add progressive loading system that splits 200 packets into 4 batches of 50 each
- Implement client-side chunked rendering to prevent UI blocking
- Add caching layer using Aprsme.CachedQueries for better database performance
- Maintain proper chronological ordering for trail drawing
- Use LiveView's efficient update mechanisms for smooth user experience

Performance improvements:
- Faster initial load with immediate visual feedback
- Reduced memory pressure through smaller batch sizes
- Better caching with automatic cache invalidation
- Smooth, non-blocking UI updates using requestAnimationFrame

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-09 09:08:10 -05:00
..
features performance improvements 2025-07-08 10:03:52 -05:00
types dont pan map on popup 2025-06-28 11:12:48 -05:00
app.js fix page layout when navigating between pages 2025-07-08 15:30:04 -05:00
map.ts Implement progressive loading for historical packets to improve map performance 2025-07-09 09:08:10 -05:00
topbar.js js tweak 2025-07-05 13:16:37 -05:00