Loading thumbnails

pilot830

New Member
YetiShare User
Jan 22, 2014
242
1
0
1. On the user side, if the user selects 'list view', it should remember that, in a session storage or wherever, so that when they come back to /account_home.html it doesnt once again load the thumbnails

2. on admin section, at least on yetishare 4.2, it by default does list view for listing the files.. but what i am noticing is that even with it being list view, the system is still loading all these thumbnails, for the files you initially view on the ( /admin/file_manage.php ) .. it shouldnt load thumbnails, unless you as the admin actually choose View > Thumbnails

the reason i bring this up is because the system tries to load or visit the thumbnails, like this

webserver.IP.Here - - [29/Jun/2016:20:43:27 -0400] "GET /core/cache/plugins/mediaconverter/309723/original_thumb.jpg HTTP/1.1" 200 42609 "-" "-"
webserver.IP.Here - - [29/Jun/2016:20:43:27 -0400] "GET /core/cache/plugins/mediaconverter/309733/original_thumb.jpg HTTP/1.1" 200 36837 "-" "-"
webserver.IP.Here - - [29/Jun/2016:20:43:27 -0400] "GET /core/cache/plugins/mediaconverter/309722/original_thumb.jpg HTTP/1.1" 200 37086 "-" "-"
webserver.IP.Here - - [29/Jun/2016:20:43:27 -0400] "GET /core/cache/plugins/mediaconverter/309731/original_thumb.jpg HTTP/1.1" 200 61962 "-" "-"
webserver.IP.Here - - [29/Jun/2016:20:43:28 -0400] "GET /core/cache/plugins/mediaconverter/309720/original_thumb.jpg HTTP/1.1" 200 40281 "-" "-"
webserver.IP.Here - - [29/Jun/2016:20:43:27 -0400] "GET /core/cache/plugins/mediaconverter/309724/original_thumb.jpg HTTP/1.1" 200 26935 "-" "-"
webserver.IP.Here - - [29/Jun/2016:20:43:27 -0400] "GET /core/cache/plugins/mediaconverter/309725/original_thumb.jpg HTTP/1.1" 200 38325 "-" "-"
webserver.IP.Here - - [29/Jun/2016:20:43:28 -0400] "GET /core/cache/plugins/mediaconverter/309716/original_thumb.jpg HTTP/1.1" 200 35680 "-" "-"
webserver.IP.Here - - [29/Jun/2016:20:43:28 -0400] "GET /core/cache/plugins/mediaconverter/309717/original_thumb.jpg HTTP/1.1" 200 36354 "-" "-"
webserver.IP.Here - - [29/Jun/2016:20:43:28 -0400] "GET /core/cache/plugins/mediaconverter/309726/original_thumb.jpg HTTP/1.1" 200 39266 "-" "-"
webserver.IP.Here - - [29/Jun/2016:20:43:28 -0400] "GET /core/cache/plugins/mediaconverter/312984/original_thumb.jpg HTTP/1.1" 200 79150 "-" "-"
webserver.IP.Here - - [29/Jun/2016:20:43:28 -0400] "GET /core/cache/plugins/mediaconverter/309715/original_thumb.jpg HTTP/1.1" 200 32767 "-" "-"
webserver.IP.Here - - [29/Jun/2016:20:43:28 -0400] "GET /core/cache/plugins/mediaconverter/323461/original_thumb.jpg HTTP/1.1" 200 37918 "-" "-"
webserver.IP.Here - - [29/Jun/2016:20:43:28 -0400] "GET /core/cache/plugins/mediaconverter/309730/original_thumb.jpg HTTP/1.1" 200 45027 "-" "-"


by doing this, it jumps the load on the machine severely..

or how about, if a user uploads 200 videos.. every single time they log in their account, on /account_home.html it starts loading all these thumbnails.... which makes the load go high.. so it would be nice if there was some optimization for this.. becuase if 20 people log in at once and they all have lots of videos, thats gonna be a lot of thumbnail loading that is going to start lagging up the webserver

and there is apparently no support for multiple webservers.. being able to have like

webserver1
webserver2
webserver3

so that not all the users are connecting to the same webserver

I feel like this script, its not great for sites that get a lot of traffic.. i.e there is no support for load balancing.. I can't imagine how people on here manage the fact that you are getting say 5000 downloads to one file.... and its a video file... I never see anyone talk about it on here. Probably because noody actually gets a lot of traffic, so it never becomes an issue
 

rexcarnation5449

Member
YetiShare User
Oct 8, 2015
36
0
6
I think it will be ok if the thumbnail size is small.
Never try the converter plugins :D

For the load balancing, you can PM donnywahyudi874705 to talk about it