[mythtv-commits] Ticket #9539: Patchs to improve "Watch Recordings" screen performance

MythTV noreply at mythtv.org
Mon Jan 31 19:39:56 UTC 2011


#9539: Patchs to improve "Watch Recordings" screen performance
-----------------------------------------+---------------------------------
 Reporter:  billstuff2001@…              |           Type:  Patch - Bug Fix
   Status:  new                          |       Priority:  minor
Milestone:  unknown                      |      Component:  MythTV -
  Version:  Unspecified                  |  General
 Keywords:                               |       Severity:  medium
                                         |  Ticket locked:  0
-----------------------------------------+---------------------------------
 In the Watch Recordings screen, each time you select a new group
 updateGroupInfo() is called which makes a DB query to get the filesize for
 *each* recoding in the group. This hurts performance for groups with many
 recordings, and for past recordings this value will rarely change.

 206-SkipQueryFilesize.patch bypasses this query if possible.

 207-Skip_updateGroupInfo.patch bypasses this entire function call if
 possible

-- 
Ticket URL: <http://code.mythtv.org/trac/ticket/9539>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center


More information about the mythtv-commits mailing list