Rails 3 - CarrierWave 和 CloudFiles 速度极慢

发布于 2024-12-01 23:48:36 字数 347 浏览 0 评论 0原文

我有一个 Rails 3 应用程序,我使用 CarrierWave 将文件(照片)上传到 Rackspace CloudFiles。这非常有效。但是,当在页面上显示 10 到 20 张照片的列表时,需要很长的时间 > 15 秒。解析或将每个 URL 重新组合在一起似乎需要时间。

除了 :cloud_files 提供者之外,这个问题是否与此类似:
有没有

好的解决这个问题吗?我不需要验证每个文件是否有效。

更新:
只是想分享这个信息。我切换到带有 Fog 的 CarrierWave - Fog 配置为使用云文件,但问题不存在。问题解决了。还有其他人也经历过这种情况吗?

I have an Rails 3 application where I upload files (photos) using CarrierWave to Rackspace CloudFiles. This works perfectly. But when displaying a list of 10 to 20 photos back on a page it takes a very long time >15 seconds. It seems to take time to resolve or put each URL back together.

Is this similar issue to this but for :cloud_files provider:
https://github.com/jnicklas/carrierwave/issues/261

Is there a good work around for this? I don't need to verify that each files is valid.

UPDATE:
Just wanted to share this info. I switched over to CarrierWave with Fog - Fog configured to use Cloud Files and the issue was not present. Problem solved. Any one else experience this too?

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文