You should not let rocket serve static files. I would use a production quality server luke apache or ngnix. Anyway, it is not a good idea to have too many files in the same folder. Just accessing the file system becomes a bottle neck. One way to increase efficiency is to move the static files to the app-ending or github and link those.
On Sunday, 6 May 2012 10:33:00 UTC-5, Larry Weinberg wrote: > > Is this being addressed? I am finding the same problem. Other than that, > and a couple of other suggestions for having more links to speed up the > admin interface workflow I am loving web2py!

