Author Topic: Admin area very slow to load  (Read 6851 times)

0 Members and 2 Guests are viewing this topic.

Offline Seraphina

  • Pre-Newbie
  • Posts: 6
    • View Profile
Admin area very slow to load
« on: May 19, 2005, 08:28:58 PM »
The admin area of my gallery is extremelyslow to load.   I have over 3500 images on my site..could this be the problem?  The regular pages load fine.

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: Admin area very slow to load
« Reply #1 on: May 20, 2005, 12:06:33 AM »
try in admin/admin_functions.php find:
Code: [Select]
function get_dir_size($dir) {and insert below:
Code: [Select]
return 0;see if it helps.
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline Flo2005

  • Full Member
  • ***
  • Posts: 237
  • Copy & Paste Profi :)
    • View Profile
    • snuup.de! - Bilder - Sounds - Videos - fun4FREE!
Re: Admin area very slow to load
« Reply #2 on: February 26, 2006, 11:15:49 PM »
With
Quote
return 0;

the index of ACP is loading faster, but the thumbnail-check takes much of time - creating of thumbails takes only a few seconds...

Is it possible to check thumbnails faster?

PLZ Help :o

Project offline

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: Admin area very slow to load
« Reply #3 on: February 27, 2006, 12:48:34 AM »
mmm..what are you talking about? the auto thumbnailer?
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline Flo2005

  • Full Member
  • ***
  • Posts: 237
  • Copy & Paste Profi :)
    • View Profile
    • snuup.de! - Bilder - Sounds - Videos - fun4FREE!
Re: Admin area very slow to load
« Reply #4 on: February 27, 2006, 06:50:19 AM »
Yes and No  :lol:

Checking for new thumbnails is very slow, but generating of thumbnails is very fast.

Project offline

Offline piyda

  • Pre-Newbie
  • Posts: 9
    • View Profile
Re: Admin area very slow to load
« Reply #5 on: June 04, 2007, 11:45:53 AM »
I know that there is more then a year when this post was posted, but I have to know...

Is there a way to speed up checking for new thumbnails?

I also don't have problem with generating of thumbnails...