mayu-live/framework

Cache assets in server memory

aalin opened this issue · 1 comments

aalin commented

A lot of assets, like CSS-files, are really small. It would be good if it was possible to cache assets smaller than a configurable size in memory, so that they don't have to be read from the filesystem every time they are requested.

aalin commented

This is implemented here, although the size is not configurable yet.