Playlist load times
Playlist load times
Hi,
I've looked around your site, and the forum's here, but found nothing in direct relation to what I'm worried about.
Seems the playlist is excessively slow to load on any browser I use, even from the machine running the web service.
Am I the only one? Or did I miss something in the readme?
Any extra information/help on this would be appreciated.
Thanks & Regards,
b00x
I've looked around your site, and the forum's here, but found nothing in direct relation to what I'm worried about.
Seems the playlist is excessively slow to load on any browser I use, even from the machine running the web service.
Am I the only one? Or did I miss something in the readme?
Any extra information/help on this would be appreciated.
Thanks & Regards,
b00x
- wbartels
- netjukebox developer
- Posts: 881
- Joined: Thu Nov 04, 2004 3:12 pm
- Location: Netherlands
- Contact:
I can't reproduce your problem.
I have installed "XAMPP Windows 1.5.5" on a test system (configured as PHP 5.2).
This package contains:
The playlist is loading fast on IE 6 and Firefox 2.
Maybe updating to PHP 5.2 and/or Apache 2.2.3 will fix the problem.
Please let me know if this helps?
Good luck,
Willem
I have installed "XAMPP Windows 1.5.5" on a test system (configured as PHP 5.2).
This package contains:
Code: Select all
Apache HTTPD 2.2.3, MySQL 5.0.27, PHP 5.2.0 + 4.4.4 + PEAR + Switch, MiniPerl 5.8.7, Openssl 0.9.8d, phpMyAdmin 2.9.1.1, XAMPP Control Panel 2.3, Webalizer 2.01-10, Mercury Mail Transport System für Win32 und NetWare Systems v4.01a, FileZilla FTP Server 0.9.20, SQLite 2.8.15, ADODB 4.93, Zend Optimizer 3.0.2, XAMPP Security. For Windows 98, 2000, XP.
Maybe updating to PHP 5.2 and/or Apache 2.2.3 will fix the problem.
Please let me know if this helps?
Good luck,
Willem
Playlist.php never completely loads...
Hello,
I am running into the same situation here. The status bar on the browser window always says opening playlist.php. The problem I am having is none of the control buttons load, or are visible, and I am not able to use any of the buttons (Stop, Pause, Play, etc) until I hit stop on the browser. I can hit refresh a few times and eventually see a button or two show up. I can also right click on the link, and select show picture. I've looked for zlib, and it shows that it is off. Also, I do not not have an instance of mod_deflate in my httpd.conf. Any other suggestions would be great.
Thanks,
-hulby
I am running into the same situation here. The status bar on the browser window always says opening playlist.php. The problem I am having is none of the control buttons load, or are visible, and I am not able to use any of the buttons (Stop, Pause, Play, etc) until I hit stop on the browser. I can hit refresh a few times and eventually see a button or two show up. I can also right click on the link, and select show picture. I've looked for zlib, and it shows that it is off. Also, I do not not have an instance of mod_deflate in my httpd.conf. Any other suggestions would be great.
Thanks,
-hulby
- wbartels
- netjukebox developer
- Posts: 881
- Joined: Thu Nov 04, 2004 3:12 pm
- Location: Netherlands
- Contact:
Re: Playlist.php never completely loads...
What OS, web server and PHP version do you use?hulby wrote:Hello,
I am running into the same situation here. The status bar on the browser window always says opening playlist.php. The problem I am having is none of the control buttons load, or are visible, and I am not able to use any of the buttons (Stop, Pause, Play, etc) until I hit stop on the browser. I can hit refresh a few times and eventually see a button or two show up. I can also right click on the link, and select show picture. I've looked for zlib, and it shows that it is off. Also, I do not not have an instance of mod_deflate in my httpd.conf. Any other suggestions would be great.
Thanks,
-hulby
Witch web browser do you use?
- wbartels
- netjukebox developer
- Posts: 881
- Joined: Thu Nov 04, 2004 3:12 pm
- Location: Netherlands
- Contact:
Your PHP and Apache versions are rather old.hulby wrote:Hi Willem,
thank you for replying.
I am running Apache 2.0.55 and PHP 5.1.2 on Windows XP, with IE 6 sp2.
Thank you,
hulby
Maybe updating to PHP 5.2.1 an Apache 2.0.59 could help.
Also check this in the php.ini:
Code: Select all
output_buffering = Off
- wbartels
- netjukebox developer
- Posts: 881
- Joined: Thu Nov 04, 2004 3:12 pm
- Location: Netherlands
- Contact:
Re: Fixed!
Thanks for the response,hulby wrote:Willem,
You were right! I upgraded as you suggested, and it seems to have worked out the issue. Thank you very much!
Nice app, now that I can see it.
-hulby
Willem