如果我使用 Dropbox 作为 CDN,我还可以进行 gzip 和缓存文件吗?
也许这是一个愚蠢的问题,但我想知道我是否使用类似 psuedo cdn 的 dropbox,我是否仍然可以 gzip 并缓存来自 dropbox 的内容,这将是 javascript、样式表和图像。
Maybe this is a stupid question, but I am wondering if I use dropbox sort of like a psuedo cdn, can i still gzip and cache the content coming from dropbox, this would be the javascript, stylesheet, and images.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
只有 Dropbox 可以对其文件进行 Gzip 压缩。如果您想对它们进行 gzip 压缩,则需要即时处理这些文件或将它们托管在您的服务器中(哈哈,这对您没有任何帮助)。
不过,这是一个有趣的想法。这是另一个人使用 dropbox 托管 wordpress 文件。
http://www.labnol.org/software/dropbox-cdn- for-wordpress/18266/
Only dropbox can Gzip their files. If you want to gzip them, you would need to process those files on the fly or host them in your server (LOL that doesn't help you at all).
It is an interesting idea though. Here is another person using dropbox to host wordpress files.
http://www.labnol.org/software/dropbox-cdn-for-wordpress/18266/