如何使用倾斜在 sinatra 视图中缓存/预编译 slim 文件

发布于 2024-12-28 03:08:46 字数 145 浏览 3 评论 0原文

Slim 文档说 template/.slim 文件可以通过倾斜进行编译和缓存。我在 sinatra 中使用 slim 来查看视图。如何预编译文件/是否可以查看编译后的文件.. 它还会在第一次调用后缓存预编译文件。我应该在 sinatra 中做一些设置吗

谢谢

Slim documentation says that the template/.slim file can be compiled and cached with tilt. I am using slim for the views in sinatra. How to precompile the file / is it possible to view the compiled file..
Also would it cache the precompiled file after the first call. should I do some setting for it in sinatra

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

一曲爱恨情仇 2025-01-04 03:08:46

好吧,Sinatra 自述文件是您的朋友。在 :product 中,默认情况下会编译所有视图。另请查看自述文件中的缓存部分,其中将为您提供不同的选项。

well, the Sinatra Readme is your friend. In :production all your views are compiled by default. Please also have a look at the Caching section in the Readme which will give you the different options.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文