Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
PostPosted: Tue Sep 28, 2010 11:41 am 
Offline
Senior Member

Joined: Sat Sep 25, 2010 2:25 am
Posts: 75
Website: http://www.ruchirablog.com
Location: Sri Lanka
Hello,
This is a part of my default nginx installation for wordpress blog.


Quote:
#Specifies the value for maximum file descriptors that can be opened by this process.
worker_rlimit_nofile 51200;

events
{
use epoll;
worker_connections 51200;
}

http
{
include mime.types;
default_type application/octet-stream;

server_names_hash_bucket_size 128;
client_header_buffer_size 32k;
large_client_header_buffers 4 32k;
client_max_body_size 8m;

sendfile on;
tcp_nopush on;

keepalive_timeout 60;

tcp_nodelay on;

fastcgi_connect_timeout 300;
fastcgi_send_timeout 300;
fastcgi_read_timeout 300;
fastcgi_buffer_size 64k;
fastcgi_buffers 4 64k;
fastcgi_busy_buffers_size 128k;
fastcgi_temp_file_write_size 256k;

gzip on;
gzip_min_length 1k;
gzip_buffers 4 16k;
gzip_http_version 1.0;
gzip_comp_level 2;
gzip_types text/plain application/x-javascript text/css application/xml;
gzip_vary on;


Guys do you think that any adjustments can made for more performance? :)

:roll: :roll:

Also im getting little bit of delay like 1sec after clicking a page to load. But after that page instantly loads up. Does that lag caused by some misconfiguration on that conf? Is there any way to improve page loading time by changing values on the top? Guys please help me! :)
Thanks


Top
   
 Post subject:
PostPosted: Wed Sep 29, 2010 12:14 pm 
Offline
Newbie

Joined: Tue Jan 27, 2009 6:40 pm
Posts: 4
does the delay happen also trying to execute a simple script or just phpinfo() for example?
if not.. the delay must be because it really needs that time to send the page. you should have to find where is the bottle neck.. maybe in the database server. Nginx is very fast.


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
RSS

Powered by phpBB® Forum Software © phpBB Group