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
Have you tried to additionally use the html-cache plugin?
Thanks