Rails 3 - CarrierWave 和 CloudFiles 速度极慢
我有一个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论