david-ma / Thalia

My custom node.js server
GNU General Public License v3.0
1 stars 2 forks source link

Mustache files could be cached for faster serving #20

Open david-ma opened 3 years ago

david-ma commented 3 years ago

In requestHandlers.ts, readAllViews and readTemplate are done at runtime. Benchmark them? Cache them on a live site? Perhaps refresh them if they're stale?