привет!

посмотрел в вывод http://nginx.org/ru/docs/ngx_google_perftools_module.html
получил такую картинку

https://yadi.sk/i/ai-sUyCK3HasQA


вопрос - это нормально, что компрессия занимает СТОЛЬКО ?


компрессия включалась без выкрутасов

    gzip on;
    gzip_types text/css text/javascript application/x-javascript
application/javascript text/plain text/xml text/x-component text/json
application/json application/octet-stream application/atom image/svg+xml;
    gzip_min_length 500;
    gzip_disable msie6;



из недефолтных настроек

proxy_buffering off;

(проверю, не влияет ли она).

поделитесь best practice по профилированию ?
_______________________________________________
nginx-ru mailing list
nginx-ru@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx-ru

Ответить