Poor performance in serving of static files

Igor Sysoev igor at sysoev.ru
Mon Jul 18 06:59:21 UTC 2011


On Mon, Jul 18, 2011 at 07:03:03AM +0100, Jürg Lehni wrote:
> 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/

Sometimes I see some delays on both URLs.
You can try to increase nginx workers priority:

worker_processes  NN;
worker_priority   -10;   # man nice


-- 
Igor Sysoev



More information about the nginx mailing list