Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用 iis,我们如何检查 gzip 压缩后的脚本文件(例如 jQuery 库)的大小?
OSX 或 Linux 命令行:
gzip app.js && du -h app.js.gz