Ckfinder v1.1 PHP and more than 3000 images in one dir. When i click on the dir, browser become vey very very slow think, about 10 minutes. It does not metter thumnails disables or enabled and which browser you use (ie, mozilla, opera). Browser crash anyway.
Any ideas how to fix it?
Any ideas how to fix it?

Re: 3000+ images browser crash
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: 3000+ images browser crash
http://test/fck_find/core/connector/php ... catalog%2F
http://test/fck_find/core/connector/php ... g%2Fbig%2F
http://test/fck_find/core/connector/php ... 2Fsmall%2F
Re: 3000+ images browser crash
For now, you can try "optimizing" the GetFiles command (core/connector/php/phpX/CommandHandler/GetFiles.php).
I'm unable to test CKFinder on your server with xdebug, so I don't know what makes this request so slow, but I think you can try to replace this
with:
for example when sizeof($files) is more than 200. Test this and compare the speed results (I assumed that the problem is with thousands of file operations made by this script, so this should work faster in this case).
Remember that this is just a quick hack that will cause sending wrong size of files and invalid modification time.
To speed up sending of the XML responses, you may install mod_deflate or mod_gzip to compress the output.
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+