Maybe it is easier to look at *Home -> Radio -> Music -> Alternative
Rock -> Stations (26+)* which I mentioned in an updated version of the
post you are quoting. I assume we see the same list there. And it's bit
shorter, so you get the complete list of image urls:
http://www.mysqueezebox.com/public/imageproxy?w=50&h=50&u=http%3A%2F%2Fcdn-radiotime-logos.tunein.com%2Fs90437q.png

That looks ok. I just don't understand why you are having these issues... there clearly was a problem with certain URLs with a @ in the file name ([email protected]). But that's not the case here.

Loading those pages take a second or two only on my systems.

What if you disabled image loading in the browser? Would it still take that long? Do the menus on smartphone app or Touch/Radio take excessively long, too?

If you were able to edit a source file: what if you enabled the following line:

diff --git a/Slim/Web/Template/SkinManager.pm b/Slim/Web/Template/SkinManager.pm
index 2c241d5..a8b8849 100644
--- a/Slim/Web/Template/SkinManager.pm
+++ b/Slim/Web/Template/SkinManager.pm
@@ -27,7 +27,7 @@
        # Use our custom Template::Context subclass
        $Template::Config::CONTEXT = 'Slim::Web::Template::Context';
# Use Profiler instead if you want to investigate page rendering performance
-#      $Template::Config::CONTEXT = 'Slim::Web::Template::Profiler';
+       $Template::Config::CONTEXT = 'Slim::Web::Template::Profiler';
        $Template::Provider::MAX_DIRS = 128;
 }

Basically remove the hashtag from that line. That would log some profiling information for every web page rendered. What would you get for such a station list?

--

Michael
_______________________________________________
beta mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/beta

Reply via email to