Historical map loading previously fetched all 73 columns (SELECT *) from the packets table (~2068 bytes/row). Added get_recent_packets_for_map/1 with select_map_fields/1 that fetches only the 22 columns needed for map rendering (~200 bytes/row), yielding a ~3x query speedup. Also removes unused all_packets tracking from PacketProcessor and simplifies visible_packets cleanup in Index. |
||
|---|---|---|
| .. | ||
| channels | ||
| components | ||
| controllers | ||
| live | ||
| plugs | ||
| aprs_symbol.ex | ||
| endpoint.ex | ||
| gettext.ex | ||
| router.ex | ||
| telemetry.ex | ||
| time_helpers.ex | ||
| time_utils.ex | ||
| user_auth.ex | ||
| weather_units.ex | ||