this post was submitted on 01 May 2025
1 points (100.0% liked)
General Discussion
0 readers
2 users here now
A place to talk about whatever you want
This is a forum category containing topical discussion. You can start new discussions by mentioning this category.
founded 6 months ago
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I enabled gzip compression 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_types text/plain text/css application/json application/javascript text/xml application/xml application/xml+rss text/javascript image/svg+xml; Now my performance is 86%.
@V.-Kushnir Some additional tips here:
https://docs.nodebb.org/configuring/scaling/