The current web interface is really awful: it's just a list of all the images in the database, with no pagination or anything. It does a really good job of acting as a simple load test, but when you start showing hundreds of images on a page it starts to choke.
The first step is to add some kind of basic pagination. We should also put it behind a login dialog so we aren't totally ignoring security (see #9 for more)
The current web interface is really awful: it's just a list of all the images in the database, with no pagination or anything. It does a really good job of acting as a simple load test, but when you start showing hundreds of images on a page it starts to choke.
The first step is to add some kind of basic pagination. We should also put it behind a login dialog so we aren't totally ignoring security (see #9 for more)