sinatra 1.2.6 的 mongomapper 版本是什么
我使用 sinatra 1.2.6 和 mango_mapper 版本 0.9.2,但项目渲染页面速度很慢。如何配置 mongomapper 和 sinatra
I use sinatra 1.2.6 and mango_mapper version 0.9.2 but project is slow for render page.How I config mongomapper and sinatra
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不确定你所说的配置 Mongomapper 和 Sinatra 是什么意思。我在配置块中使用了它:
但这不仅仅适用于 Sinatra,而且几乎到处都需要它。这里的性能也还可以。你可以查看 Github 上的 rstatus 项目,该项目现在使用 Rails,但以前使用 Sinatra。因此,将您的代码与他们的代码进行比较。
I'm not sure what you mean by configuring Mongomapper and Sinatra. I use this in my configure block:
But then this is not just for Sinatra and is pretty much required everywhere. Performance is also ok here. You could check out the rstatus project on Github which uses now Rails but used to be Sinatra. So compare your code with theirs.