Welcome! Log In Create A New Profile

Advanced

Re: Poor performance in serving of static files

Jürg Lehni
July 18, 2011 02:04AM
You are right, so here it is:

The same site running on Nginx:

http://lineto.com:81/The+Fonts/Font+Categories/Text+Fonts/Akkurat/Normal/

nginx -V
nginx: nginx version: nginx/1.0.4
nginx: TLS SNI support enabled
nginx: configure arguments: --prefix=/etc/nginx --conf-path=/etc/nginx/nginx.conf --error-log-path=/var/log/nginx/error.log --http-client-body-temp-path=/var/lib/nginx/body --http-fastcgi-temp-path=/var/lib/nginx/fastcgi --http-log-path=/var/log/nginx/access.log --http-proxy-temp-path=/var/lib/nginx/proxy --http-scgi-temp-path=/var/lib/nginx/scgi --http-uwsgi-temp-path=/var/lib/nginx/uwsgi --lock-path=/var/lock/nginx.lock --pid-path=/var/run/nginx.pid --with-debug --with-http_addition_module --with-http_dav_module --with-http_flv_module --with-http_geoip_module --with-http_gzip_static_module --with-http_image_filter_module --with-http_perl_module --with-http_random_index_module --with-http_realip_module --with-http_secure_link_module --with-http_stub_status_module --with-http_ssl_module --with-http_sub_module --with-http_xslt_module --with-ipv6 --with-sha1=/usr/include/openssl --with-md5=/usr/include/openssl --with-mail --with-mail_ssl_module --add-module=/build/edmonds-nginx_1.0.4-1~bpo60+1-amd64-oC2LKI/nginx-1.0.4/debian/modules/nginx-development-kit --add-module=/build/edmonds-nginx_1.0.4-1~bpo60+1-amd64-oC2LKI/nginx-1.0.4/debian/modules/nginx-upstream-fair --add-module=/build/edmonds-nginx_1.0.4-1~bpo60+1-amd64-oC2LKI/nginx-1.0.4/debian/modules/nginx-echo --add-module=/build/edmonds-nginx_1.0.4-1~bpo60+1-amd64-oC2LKI/nginx-1.0.4/debian/modules/nginx-lua --add-module=/build/edmonds-nginx_1.0.4-1~bpo60+1-amd64-oC2LKI/nginx-1.0.4/debian/modules/nginx-http-push --add-module=/build/edmonds-nginx_1.0.4-1~bpo60+1-amd64-oC2LKI/nginx-1.0.4/debian/modules/nginx-upload-progress --add-module=/build/edmonds-nginx_1.0.4-1~bpo60+1-amd64-oC2LKI/nginx-1.0.4/debian/modules/nginx-secure-download

nginx.conv:

user www-data;
worker_processes 2;
pid /var/run/nginx.pid;

events {
use epoll;
worker_connections 1024;
}

http {
sendfile on;
tcp_nopush on;
keepalive_timeout 65;
types_hash_max_size 2048;

include /etc/nginx/mime.types;
default_type application/octet-stream;

access_log /var/log/nginx/access.log;
error_log /var/log/nginx/error.log error;

gzip on;
gzip_disable "msie6";

gzip_vary on;
gzip_proxied any;
gzip_comp_level 6;
gzip_buffers 16 8k;
gzip_http_version 1.1;
gzip_min_length 1100;
gzip_types text/plain text/css application/json application/x-javascript text/xml application/xml application/xml+rss text/javascript;

include /etc/nginx/conf.d/*.conf;
include /etc/nginx/sites-enabled/*;
}

--

Jürg

On 18 Jul 2011, at 01:24, Ensiferous wrote:

> You paste really doesn't contain anything interesting at all.
>
> Here's things that may help us help you:
> - Your entire config file
> - The output of nginx -V
> - A live website actually running on Nginx (doesn't have to be port 80)
>
> Posted at Nginx Forum: http://forum.nginx.org/read.php?2,212499,212500#msg-212500
>
>
> _______________________________________________
> nginx mailing list
> nginx@nginx.org
> http://nginx.org/mailman/listinfo/nginx


_______________________________________________
nginx mailing list
nginx@nginx.org
http://nginx.org/mailman/listinfo/nginx
Subject Author Posted

Poor performance in serving of static files

Jürg Lehni July 17, 2011 06:20PM

Re: Poor performance in serving of static files

Ensiferous July 17, 2011 08:24PM

Re: Poor performance in serving of static files

Jürg Lehni July 18, 2011 02:04AM

Re: Poor performance in serving of static files

Igor Sysoev July 18, 2011 03:00AM

Re: Poor performance in serving of static files

Jürg Lehni July 18, 2011 04:46AM

Re: Poor performance in serving of static files

Igor Sysoev July 18, 2011 05:08AM

Re: Poor performance in serving of static files

Jürg Lehni July 18, 2011 05:18AM

Re: Poor performance in serving of static files

Maxim Dounin July 18, 2011 05:14AM

Re: Poor performance in serving of static files

Jürg Lehni July 18, 2011 05:24AM

Re: Poor performance in serving of static files

Igor Sysoev July 18, 2011 05:58AM

Re: Poor performance in serving of static files

Jürg Lehni July 18, 2011 06:02AM

Re: Poor performance in serving of static files

Jürg Lehni July 18, 2011 04:48AM

Re: Poor performance in serving of static files

Ed W July 18, 2011 08:58AM

Re: Poor performance in serving of static files

Jürg Lehni July 18, 2011 09:50AM

Re: Poor performance in serving of static files

Maxim Dounin July 18, 2011 10:10AM

Re: Poor performance in serving of static files

Jürg Lehni July 18, 2011 10:54AM

Re: Poor performance in serving of static files

Maxim Dounin July 18, 2011 11:34AM

Re: Poor performance in serving of static files

Jürg Lehni July 19, 2011 05:42AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 311
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready