Optimise the worst 5 SQL queries from production
Description
Activity
Show:
Details
Details
Assignee
Unassigned
UnassignedReporter

Tested Version/s
None
Components
Priority

More fields
Time tracking
More fields
Time trackingCreated 29 July 2016 at 05:39
Updated 29 July 2016 at 05:39
We should look at the cumulative times for our SQL queries across some of our production boxes (over say, a week), and optimise where we can. For instance, extra indexes, more caching. I can see that HApplicationConfiguration gets hit a lot, for instance, and should benefit from caching because it changes rarely.