Closed agjohnson closed 1 month ago
Along with a model prefetch change in the view, this reduces the number of queries by 90 queries, from 132 to 42. This:
last_build
latest_build
Version.build
project
Build.project.*
Along with a model prefetch change in the view, this reduces the number of queries by 90 queries, from 132 to 42. This:
last_build
/latest_build
to avoid multiple lookups onVersion.build
project
on Version to reduce extra project queriesBuild.project.*