- pending_edit_for_user: add preload for [:user, :contact] to avoid lazy-loaded N+1 when templates access those associations - ScoresController.encode_binary: combine 3 Enum.map passes into a single Enum.reduce, halving list traversals for score binary encoding - find_duplicate_contact: push station-pair/grid matching into SQL WHERE clause so dedup uses the DB index instead of loading all matching rows + Enum.find in Elixir |
||
|---|---|---|
| .. | ||
| api | ||
| components | ||
| controllers | ||
| live | ||
| plugs | ||
| endpoint.ex | ||
| grid_bounds.ex | ||
| live_helpers.ex | ||
| live_table_footer.ex | ||
| live_table_resource.ex | ||
| location_resolver.ex | ||
| metrics_plug.ex | ||
| router.ex | ||
| skew_t.ex | ||
| telemetry.ex | ||
| user_auth.ex | ||