Opened 18 years ago

Closed 18 years ago

#1366 closed defect (invalid)

View recordings breaks on large number of recordings

Reported by: rezmang@… Owned by: xris
Priority: major Milestone: unknown
Component: mythweb Version:
Severity: medium Keywords:
Cc: Ticket locked: no

Description

I have over 1000 recordings on my mythtv and when on mythweb, the View Recordings option is breaking. In the past, I was able to select a specific show and because only a small number of recordings was being viewed it worked. But once I upgraded to .19, I cant even access the page at all.

Change History (3)

comment:1 Changed 18 years ago by xris

Resolution: invalid
Status: newclosed

define breaking. timing out? errors?

If you're timing out, it's probably the new pseudo-smart thumbnail generation code, which will regenerate new thumbnails for every recording that's been altered (which at the moment includes watching it).

With your abnormally large setup, you may be forced to tweak the PHP timeout variables (as well as the timeouts in your browser). Try adding these to the top of includes/init.php.

    ini_set('memory_limit', '256M');
    set_time_limit(0);

Other than that, I don't really know what else to say unless you have actual error messages.

comment:2 Changed 18 years ago by rezmang@…

Resolution: invalid
Status: closedreopened

ok, i got it to work. I simply waited about 5 mintues and the page loaded... it was about 27mb to show all my recordings. So maybe the problem here is that this is way too much content for 1 page?

comment:3 Changed 18 years ago by kkuphal

Resolution: invalid
Status: reopenedclosed

So it's not broken. This is not a discussion forum. Please take this discussion to the -users or -dev list.

Note: See TracTickets for help on using tickets.