There should be no overhead in serving uploaded images unless: 1) you use uploadfiled='a blob field' 2) you set db.table.field.authorize!=None
Massimo On Oct 10, 10:30 pm, VP <[email protected]> wrote: > I want to display several images (some type of gallery) at once. > These images are quite small. Sometimes, it is very slow to load the > page. This happens when I just open up the application or refresh > the page (sometime) (using Ctr-R). > > I am unsure this is because: > > 1. I'm running in "prototype" mode with sqlite, built-in server > (rocket), or > 2. These small images are being streamed simultaneously. I don't know > if this makes a difference, but I'd prefer these images are "static", > not streamed. But I don't know how to do this in web2py. > > Any idea? > > Thanks. > VP

