Currently the population stats are calculated server side. Though server-side metric calculation is intended to be the dominant paradigm for calculating metrics, population totals are a special case. They should be updated with less latency and updated as a user paints, rather than on mouse up (which we're currently doing for server-side metrics to minimize API calls).
Currently the population stats are calculated server side. Though server-side metric calculation is intended to be the dominant paradigm for calculating metrics, population totals are a special case. They should be updated with less latency and updated as a user paints, rather than on mouse up (which we're currently doing for server-side metrics to minimize API calls).