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.
我有一个在 hypercorn (0.6) 服务器上运行的夸脱应用程序。(EC-2 亚马逊 Ubuntu 18)
页面加载太慢,建议之一是添加 gzip 压缩。
这个事情谁有经验?
亲切的问候,亚历克斯
您可能应该使用反向代理服务器预先完成这项工作。但是你也可以使用 Quart 来压缩静态文件。看到这个链接