My app requires lot of thumbnail images to be rendered and I usually render 20 each page.. It's a live scroll and it works fine. I mean I do not see any delay in loading the images. I'm using express, jade, gzippo (for compression).. In one page when I had to load around 300 thumbnail images at one shot, the response time was quite bad, several seconds.
Is there any better mechanism available to serve the static files in node.js express framework ?