WebReflection / ucdn

A µcompress based CDN utility, compatible with both Express and native http module
ISC License
67 stars 1 forks source link

never operate more than once on FS until cache expires #1

Closed WebReflection closed 4 years ago

WebReflection commented 4 years ago

This MR uses various strategies to avoid poking the file system unnecessarily, introducing a cacheTimeout property in the options object, able to (theoretically) speed up multiple/concurrent requests per same file.