<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Mon, Dec 2, 2013 at 9:50 AM, Larry Finger <span dir="ltr">&lt;<a href="mailto:Larry.Finger@lwfinger.net" target="_blank">Larry.Finger@lwfinger.net</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">I just underwent an upgrade of my system from 0.26-fixes to 0.27-fixes from the git repo. I also upgraded to openSUSE 13.1 and kernel 3.11.4. I had some problems, but all is now functional with only one quirk.<br>


<br>
When I run MythWeb and select Recorded Programs, it takes ~7 min to complete even though I have only 71 recorded programs. From the access log, I see the following timeline:<br>
<br>
10:48:41 GET mythweb/tx/recorded<br>
10:48:43 GET pixmap<br>
.... more pixmaps<br>
10:48:48 GET pixmap (a total of 8 now transferred)<br>
time gap here<br>
10:50:43 GET pixmap - 4 more are transferred in 1 sec<br>
time gap<br>
10:52:44 GET pixmap<br>
The last logged access is at 10:53:04; however, it is approximately 10:56 before the client browser shows the transaction complete. The same behavior is seen for Firefox and Konquerer. The program matrix loads quickly, but the pixmaps are slow with large time gaps when nothing is happening.<br>


<br>
All other inquiries finish in only a few seconds as expected.<br>
<br>
Is this a known problem?<br>
<br>
I found the configuration parameter in MythWeb to disable the loading of the pixmaps. I do not really need them; however, I would like to know if I have some other configuration error.<br>
<br>
Thanks,<br>
<br>
Larry<br></blockquote></div><br></div><div class="gmail_extra">Not that it was ever painfully slow for me, but optimizing mysql made mythweb a lot quicker. You might look into that. One of the biggest impacts for me was optimizing for temporary tables. Look here for a starting point: <a href="http://www.mythtv.org/wiki/Tune_MySQL">http://www.mythtv.org/wiki/Tune_MySQL</a><br>

<br></div><div class="gmail_extra">Karl<br></div></div>