* The /artists page issued a `SELECT count(*) FROM artists` because .paginate was missing search_count. * /artists.json had an N+1 problem on artist urls. This slowed down autocomplete.
* The /artists page issued a `SELECT count(*) FROM artists` because .paginate was missing search_count. * /artists.json had an N+1 problem on artist urls. This slowed down autocomplete.