Support community for TTG plugins and products.
NOTICE
The Turning Gate's Community has moved to a new home, at https://discourse.theturninggate.net.
This forum is now closed, and exists here as a read-only archive.
You are not logged in.
Pages: 1
hi
i've upgraded to ce4 and my galleries have become horrible slow. I belive the page get loaded quite fast, but then there's som delay before the thumbnails gets faded in (5-8 sek)
Offline
There's no problem at all rendering your gallery at http://msjogren.com/start/favs/. It loaded very quickly for me. The only bottleneck in the gallery loading is the thumbnails, which is a factor of the number of thumbnails, the size of the thumbnails, and the quality (compression) of the thumbnails.
Offline
I had to change to standard ce layout, the problem appears when using freewall.
Theres no progressive load on the images, seems like hooking up the events delays the whole rendering.
the more images - the slower it is, you can se it somewhat here i hope:
http://www.msjogren.com/start/album/slow/
thanks
Offline
Well that's what happens when you use Javascript for layout. There's nothing out-of-the-ordinary about that gallery either, though. It loads as designed.
Offline
Something you can do, use .htaccess to enable GZIP compression and browser caching. This is covered in the appendix section of our documentation, under ".htaccess".
Offline
A user with a bad connection get faced with a white page, having no clue that in the backround images are being loaded, since nothing shows until the js triggers. This makes the layout useless with galleries with a large set of images.
A preferred way to deal with this would to trigger all images on screen...and load the rest as you scroll. (http://stackoverflow.com/questions/5117 … -into-view)
If this is to complex, a progressbar would improve user experience as the trigger awaits.
/martin
Offline
Pages: 1