thibaud-rohmer / PhotoShow

A free web gallery in PHP with drag-n-drop support
http://www.photoshow-gallery.com
502 stars 151 forks source link

PhotoShow feels slow? There is a way (PhotoShow加载慢?我有办法) #376

Open cheng-zheng opened 4 years ago

cheng-zheng commented 4 years ago

Menu recursion is too slow

It's faster if you delete it

/src/classes/Menu.php : 80 line if(!CurrentUser::$admin && !CurrentUser::$uploader && sizeof($this->list_files($dir,true,false,true)) == 0){ instead if(!CurrentUser::$admin && !CurrentUser::$uploader && sizeof($this->list_files($dir,false,false,true)) == 0){

yllekz commented 3 years ago

I'm also experiencing general slowness using photoshow. I agree, the menus take a while to load and generate.