aphonia wrote: > I'm using the Podcasts on a daily basis and after upgrading LMS to 8.2.0 > loading of a list of individual episodes of all my subscriptions in > _existing_ list of subscribed feeds (about 125 feeds) takes > significantly longer than before the update, often even tens of seconds. > Sometimes the episode list doesn't even load and I have to re-initiate > it.
I share your experience, although with only 41 feeds on a rather lower powered server. I believe there is a problem with 'pre-caching' the podcast image and 'info' data, because it generates a large number of simultaneous feed requests which potentially overload the server. It's not a problem on my iMac, but that has rather more power than a Raspberry Pi, etc. I have worked up some proof of concept rough patches that I could share via gitHub. Basic approach is to limit the number of requests, and ensure podcast summary info is cached for a reasonable length of time. I'd make a PR if they advance beyond proof of concept. ------------------------------------------------------------------------ mrw's Profile: http://forums.slimdevices.com/member.php?userid=38299 View this thread: http://forums.slimdevices.com/showthread.php?t=114928 _______________________________________________ Squeezecenter mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/squeezecenter
