如何使用 Jammit 提供 GZipped 资产 + Heroku +云锋

发布于 2024-11-01 04:41:18 字数 269 浏览 0 评论 0原文

我制作了一个Web应用程序并将其部署到Rails 2.3中的Heroku

,我还压缩了所有文件并上传到Cloudfront。

现在 Heroku 可以正确提供所有静态资源,但不能提供 Jammit 创建的 .gz 版本。

否则,我的 PageSpeed 会非常好,但由于 Gzip 压缩,它少了 10 个点。

如果有人能告诉我如何利用 GZip 压缩,那将会有很大帮助。

如果您想检查广州资产,我的网站是 www.weddings9.com。

I have made a webapp and deployed it to Heroku in Rails 2.3

I have also compressed all the files and uploaded to Cloudfront.

Now Heroku is serving all the static assets correctly but not the .gz version that Jammit created.

My PageSpeed would be excellent otherwise but due to the Gzip compressions it is 10 points short.

If anybody can tell me how I can leverage the GZip compression it would be of great help.

My site is at www.weddings9.com in case you want to check the gz assets.

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

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

发布评论

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

评论(1

疯到世界奔溃 2024-11-08 04:41:18

我分叉了一个名为 Cloudfront Asset host 的伟大项目,它可以帮助将您的资产部署到 Cloudfront 并在 Rails 应用程序中使用它们(包括常规版本和 GZipped 版本):

https://github.com/wpeterson/cloudfront_asset_host

I forked a great project called Cloudfront Asset host that helps deploy your assets to Cloudfront and use them within a rails app (including regular and GZipped versions):

https://github.com/wpeterson/cloudfront_asset_host

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