Slow loading of index page with album menu

Hi again
I was looking for reason of slow loading my index page and I find that when I change
printAlbumMenu to not display subalbums it's loading 5 sec. faster. I just change:
<?php printAlbumMenu("list",null,null,null,null,null,null,true); ?>
to
<?php printAlbumMenu("list",null,null,null,null,null,null,null); ?>

I have 34 albums and subalbums. Is there a possibility to change speed of loading without disabling viewing of subalbums ?
Best Regards
Zenphoto is Great

Comments

  • acrylian Administrator, Developer
    f course it has to do some procesing to get the subalbums but I know how the album menu could slow down that much as it had been optimized for 1.2.6.

    Have you tried to additionally use the html-cache plugin?
  • Yes I tried to use html-cache on my 1.26 installation but with mod rewrite only works index page of my gallery. Html-cache works on 2009-11-20 nightly build so now I am waiting for official 1.27 edition of zenphoto. When cached everything works very fast :)
    Thanks
Sign In or Register to comment.