mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
chore: performance fixes for response rate calculation
This commit is contained in:
parent
6a283b1fc8
commit
9e8f917457
5 changed files with 26 additions and 43 deletions
|
|
@ -37,6 +37,6 @@ class OverviewController < SqmApplicationController
|
|||
end
|
||||
|
||||
def categories
|
||||
@categories ||= Category.sorted.includes(%i[measures admin_data_items subcategories])
|
||||
@categories ||= Category.sorted.includes(%i[measures scales admin_data_items subcategories])
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue