Save a query on the todos index page
When there are no filters, we can get the total todos count from the cached count on the user object, instead of performing a DB query. This query takes about 80ms for me on GitLab.com.
Do not update/delete: Banner broadcast message test data
Do not update/delete: Notification broadcast message test data
When there are no filters, we can get the total todos count from the cached count on the user object, instead of performing a DB query. This query takes about 80ms for me on GitLab.com.