如何缓存 Apache GZIP 压缩内容
Apache 内置了 GZIP 内容(HTML、JPG 等)的功能 每次完成时,它使用的 CPU 都会比正常情况下稍微多一些。
所以我的问题是,是否可以缓存最终的压缩版本,而不是让您的机器每次都这样做。
Apache has built in capabilities to GZIP content (HTML, JPG.. etc)
Every time its done it uses slightly more CPU then it would normally.
So my question, Is it possible to cache the end compressed version instead of having your machine doing it every single time.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,您可以使用 mod_cache (可能与 mod_disk_cache)。
Yes, you would use mod_cache (probably with mod_disk_cache).