summaryrefslogtreecommitdiff
path: root/app/services/base_count_service.rb
Commit message (Collapse)AuthorAgeFilesLines
* Code review comments appliedFrancisco Lopez2017-12-011-0/+4
|
* More preloading improvement and added batch count servicesFrancisco Lopez2017-12-011-2/+2
|
* allow caching options to be specified for counting servicesBrett Walker2017-11-301-1/+7
|
* Cache the number of user SSH keyscache-user-keys-countYorick Peterse2017-11-161-0/+34
By caching the number of personal SSH keys we reduce the number of queries necessary on pages such as ProjectsController#show (which can end up querying this data multiple times). The cache is refreshed/flushed whenever an SSH key is added, removed, or when a user is removed.