Seems like you don't have any compression so that would be the first thing to enable.
this post was submitted on 01 May 2025
1 points (100.0% liked)
General Discussion
0 readers
1 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 5 months ago
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%.