I need to implement a pagination for gallery tab, inside post edit. I have large galleries to manage (more the 200 pic each), and when I try to load the tab it takes to long to load (5 minutes and more). The main problem I need to solve is the long time to load the tab, that why I thought add pagination could be a good solution, but other solutions are welcome. Thanks!

link|improve this question
Pagination certainly helps. Make sure that the size of the images being displayed are scaled down. Also, check up on cache plugins that may help speed up your site in general. – rexposadas Jan 20 at 21:17
I check that, but gallery take the thumbnail size to show there, the full size also affect the load of the admin tab? this problem happen to me on local enviroment, so, I thought is no a problem of images size. I had to change the php set_time_limit() before, because it gave me scrpt time error when loading. – Laura Jan 20 at 21:31
I can't find any reference of this problem on the web, it only happened to me? I test it at localhost and online (diferent enviroments). I can't figured out what could it be. – Laura Jan 22 at 17:12
another possibility is that you have plugin(s) which are causing the 5 minute load time. Try deactivating all plugins see if that helps. if it does, activate the plugins one-by-one to find the culprit. – rexposadas Jan 23 at 17:58
you are so right, it was the media-categories plugin. thank you! – Laura Jan 23 at 21:02
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.