aprs.me/lib/aprsme_web/live/map_live
Graham McIntire 57fe2b0182
Remove all delays from historical packet loading for maximum speed
Server-side optimizations:
- Remove all Process.send_after delays - use immediate send()
- High zoom (10+): Load everything in single batch (up to 500 packets)
- Low zoom: Load all batches immediately without delays
- Remove debug logging for performance

Client-side optimizations:
- Remove chunking delays and requestAnimationFrame
- Process all packets immediately without setTimeout
- Remove 10-packet chunk limit - process everything at once

Result: Historical packets now load as fast as possible
without artificial delays or chunking bottlenecks.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-09 09:33:21 -05:00
..
callsign_view.ex fix weather page 2025-07-08 13:21:02 -05:00
index.ex Remove all delays from historical packet loading for maximum speed 2025-07-09 09:33:21 -05:00
map_helpers.ex refactor 2025-07-03 10:48:44 -05:00
packet_utils.ex performance improvements 2025-07-08 10:03:52 -05:00
popup_component.ex deploy fix 2025-07-07 09:55:56 -05:00