aprs.me/lib/aprsme_web/live
Graham McIntire c2d3418972
Fix progressive loading activation and optimize for high zoom levels
Critical fixes:
- Replace old load_historical_packets_for_bounds with progressive loading
- Fix handle_info_initialize_replay to use progressive loading
- Fix process_bounds_update to use progressive loading
- Add debug logging to track batch loading

High zoom optimizations:
- Very zoomed in (15+): 10 packets per batch, 10ms delays
- Moderately zoomed (12-14): 20 packets per batch, 20ms delays
- Medium zoom (8-11): 35 packets per batch, 35ms delays
- Use linear delays instead of exponential for faster loading

This ensures progressive loading is actually used and optimized
for high zoom levels where viewport is small.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-09 09:18:42 -05:00
..
bad_packets_live en español 2025-07-05 15:51:39 -05:00
info_live show dev mode, more imperial 2025-07-07 12:48:51 -05:00
map_live Fix progressive loading activation and optimize for high zoom levels 2025-07-09 09:18:42 -05:00
packets_live en español 2025-07-05 15:51:39 -05:00
status_live parser hash fix 2025-07-07 13:07:32 -05:00
weather_live show 48 hour history on weather page 2025-07-08 13:25:29 -05:00
about_live.ex en español 2025-07-05 15:51:39 -05:00
about_live.html.heex en español 2025-07-05 15:51:39 -05:00
api_docs_live.ex use daisyui components 2025-07-05 09:22:47 -05:00
locale_hook.ex clean up warnings 2025-07-08 13:29:44 -05:00
user_confirmation_instructions_live.ex add user auth 2025-07-09 08:53:50 -05:00
user_confirmation_live.ex add user auth 2025-07-09 08:53:50 -05:00
user_forgot_password_live.ex add user auth 2025-07-09 08:53:50 -05:00
user_login_live.ex add user auth 2025-07-09 08:53:50 -05:00
user_registration_live.ex add user auth 2025-07-09 08:53:50 -05:00
user_reset_password_live.ex add user auth 2025-07-09 08:53:50 -05:00
user_settings_live.ex add user auth 2025-07-09 08:53:50 -05:00