perf: eager preconnections and map loading to cut initial boot by 3s

This commit is contained in:
2026-03-04 11:05:08 -05:00
parent b89de437b2
commit b45f53417a
3 changed files with 9 additions and 1 deletions

View File

@ -221,7 +221,6 @@ function handleVisibilityChange() {
async function initializeMap() {
await nextTick();
await new Promise(resolve => setTimeout(resolve, 100));
initMap("map", mapStore.center, mapStore.zoom);