express 开启 view cache 就可以:app.set('view cache', true) PS:如果 NODE_ENV 为 production 会默认开启 cache,参考文档:http://expressjs.com/en/4x/ap...
express 开启 view cache 就可以:
app.set('view cache', true)