Search Performance Dashboard

Real-time monitoring of location search performance metrics

About These Metrics

P95 Latency: 95% of search requests complete faster than this time. Target is < 500ms for optimal user experience.

Average Latency: The mean response time across all search requests.

Success Rate: Percentage of requests that completed successfully without errors.

Cache Hit Rate: Percentage of requests served from cache (currently not implemented, showing 0%).

Performance Tips

  • • Geo-index is used for fast proximity searches
  • • Bounding box filtering reduces search space
  • • Results are sorted by distance for relevance
  • • Pagination limits response size

Monitoring

  • • All requests are logged with timing data
  • • Performance metrics tracked per request
  • • Dashboard updates every 10 seconds
  • • Old metrics cleared after 1 hour