For HFS 2.4 RC5/6/7...
Tiles-n-Stripes template is for development/testing purposes (not for main server).
Tiles/Gallery layout may cause a couple of problems:
1). On a fast connection, the amount of data (if page scroll+download/archive) can jam the ui and get stuck.
2). On a slow connection, the amount of incomplete requests can snowball an overlarge 'todo' list; also stuck.
For problem#1, it was rewritten with micro-delay timers between retries and between rows of lazyload photo tiles. This avoids the fast-connection-stuck problem, by providing some slack-time for other functions to run (ui-screen-update, list, uploads, multiple-users, etc.). So, it can work for localhost/local-lan test and other fast connections. Do see the updated lazyload script.
For problem#2, your clients have a variety of connection speeds, so this template might not be suitable for use over the internet.
Possible fixes include ondemand (not implemented) whereby no tiles are shown until user clicks to see tiles on current page. And, speed adaptive tile size, whereby the tiles get much larger size and margins for slow connections, so they could load faster if fewer fit on screen (not implemented because no client speed measure available). If you want to put it to work, you could use the
WatchCat script.