如何在 Express - Node.js 上激活缓存?
如何激活 Express 上的缓存以快速提供页面?
谢谢
how can i active the caching on Express to provide the pages quickly?
Thank you
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您应该只在生产中启用缓存:
此外,您可能最好使用 CDN 或 Nginx 来托管静态文件。很多 CDN 都不是那么贵,我什至在 http://www.coralcdn.org/< 找到了这个免费的 CDN /a> 感谢 stackoverflow.com。根据 这篇博文 Nginx 甚至有 memcached< /a> 使您的网站速度极快
You should only enable caching in production:
Furthermore you are probably better of using CDN or Nginx to host static files. A lot of CDN's aren't that expensive and I even found this free CDN at http://www.coralcdn.org/ thanks to stackoverflow.com. According to this blog post Nginx even has memcached to make your site extremely fast