Faster advocate search and dashboard visitor stats
ImprovementWeek of July 15, 2026
Two follow-up performance fixes from our ongoing monitoring, both on admin pages.
- Advocate search — searching the advocates list by name or identifier used to re-run the expensive text-search check once for the list and again for every filter dropdown count on the page. The result is now computed once and shared, cutting the slowest searches from over a second to a few hundred milliseconds.
- Dashboard visitor stats — the unique-visitor KPI and its trend chart scanned every site visit your community ever recorded on each dashboard load. A new database index narrows that to just the selected period, taking the query from roughly half a second to a couple of milliseconds for busy communities.
No admin action required.