是否有相当于Nginx的pagespeed?

我知道Apache的pagespeed模块可​​以让页面访问速度更快,所以,我想知道Nginx是否有相同的功能

提前致谢!

最佳答案
https://github.com/pagespeed/ngx_pagespeed

这是一项正在进行的工作
来源,http://news.ycombinator.com/item?id=4638712

igrigorik | 07002
Mostly just hooking up all the API’s – aka,“making it work”,
and making it work in the context of Nginx. As a reference point,the Apache
implementation took a while to get right even just because
understanding all of the gotchas of Apache’s worker model and
surrounding API’s took time – half a dozen false starts,etc. Now it’s
solid. If someone has good understanding of Nginx internals,then any
input,guidance,etc,would be awesome,as it would short circuit a
lot of that extra work. We have a design doc in progress,I’ll work on
making it public and will share it in the project readme. In the
meantime,if you have any suggestions,open an issue on the repo and
let us know!

编辑:https://github.com/pagespeed/ngx_pagespeed现已退出测试版.

相关文章

一、Linux下Nginx的安装 1.去官网 http://nginx.org/download/下载对应的Nginx安装包,推荐使...
一、空格:默认匹配、普通匹配 location / { root /home; } 二、= :精确匹配(表示匹配到 /home/resou...
``` nginx -c 配置文件路径 ``` ``` /usr/local/nginx/sbin/nginx -c /usr/local/nginx/conf/nginx.con...
前言 nginx可所谓是如今最好用的软件级别的负载均衡了。通过nginx的高性能,并发能力强,占用内存下的特...
1.ngnix概念 Nginx是一款高性能的http 服务器/反向代理服务器及电子邮件(IMAP/POP3)代理服务器。由俄...
博客园从今天上午就开始报502错误 , 他的原因还不知道 , 暂时先说下我们遇到502的排查情况 最大的可能性...