[mythtv-commits] Ticket #10161: Speed up loading of Watch Recordings screen

MythTV noreply at mythtv.org
Sun Nov 13 14:48:39 UTC 2011


#10161: Speed up loading of Watch Recordings screen
------------------------------------------------+--------------------------
 Reporter:  Jim Stichnoth <stichnot@…>          |          Owner:
     Type:  Patch - Feature                     |         Status:  new
 Priority:  minor                               |      Milestone:  unknown
Component:  MythTV - General                    |        Version:  Trunk
 Severity:  medium                              |  Head
 Keywords:                                      |     Resolution:
                                                |  Ticket locked:  0
------------------------------------------------+--------------------------

Comment (by danielk):

 To back you up, the program info's are already cached in the the
 ProgramInfoCache class, and the UI is already incrementally updated via
 PlaybackBox::UpdateUIListItem(). The problem is the initial load is can
 take several seconds. It is updateRecList() which needs to be made faster.

 But only a 33% improvement with the extra complexity doesn't seem worth
 it.

 Get the wall clock time closer to 50 ms and we'll really be making a real
 difference...

-- 
Ticket URL: <http://code.mythtv.org/trac/ticket/10161#comment:2>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center


More information about the mythtv-commits mailing list