Faster community map and advocate profile pages
ImprovementWeek of June 12, 2026
We reworked how the highest-traffic public pages load their data, cutting the database work per page view by roughly half — and far more for communities with hundreds of advocates on the map.
- Map pins load in one step — the landing and embedded maps used to load every advocate’s full record, profile, and location just to draw pins. They now fetch only the handful of fields a pin needs, in a single query, no matter how many advocates are on the map.
- Logos and favicons are cached — community branding assets (header logo, favicon) no longer hit the database on every page view. Updating a logo still takes effect immediately.
- Advocate profiles fetch photos efficiently — profile photo galleries now load their image data in bulk instead of one photo at a time.
No admin action required.