Drupal 7 standard is to load a group of objects at once using an IN(), which reduces the number of SQL round trips.
For support_*, this involves moving some queries out of _view and into _load, and changing _load to consider the entire set of objects being loaded instead of handling them one at a time.
Comments
Comment #1
bdragon commentedsupport.module:
http://drupalcode.org/project/support.git/commit/a6fa735a67bbff347c11e97...
http://drupalcode.org/project/support.git/commit/fb3e660a133f15f0c0f362b...
support_timer.module:
http://drupalcode.org/project/support_timer.git/commit/90be58db0e50f059d...
Comment #2
jeremy commentedFixes committed long ago (per above), closing.