Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我发现当我在我的 Sinatra 应用程序中使用 HAML 来呈现模板时,它比 ERb 慢 10 倍。
是否有任何解决方案可以通过 HAML 渲染提高应用程序性能?
PS 我在生产环境中运行 Sinatra。
这取决于您的模板是否创建缓存视图。Haml 确实缓存视图,因此它们基本上是静态的。sass 也是如此,但您必须调查 erb 是否这样做。