Perf nginx
1 unresolved thread
1 unresolved thread
Notes:
- When scaling up pods, redis perf increases considerably. (replicas=3)
Edited by Ismael Posada Trobo
Merge request reports
Activity
12 14 #ssl_session_timeout 4h; 13 15 14 16 root /var/run/app/web; 17 18 # Add gzip compression 19 gzip on; 20 gzip_vary on; 21 gzip_min_length 1000; 22 gzip_comp_level 5; 23 gzip_types application/json text/css text/javascript application/x-javascript application/javascript image/svg+xml; 24 gzip_proxied any; 25 26 sendfile on; 27 keepalive_timeout 25; 28 29 etag off; Why off? Looks like this allows clients to cache static files: https://stackoverflow.com/questions/24549377/how-to-configure-etag-on-nginx
mentioned in merge request !14 (merged)
Replaced with !11 (closed)
Please register or sign in to reply