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
 

I followed all installation docs and installed my forum. Then I tested my forum in https://pagespeed.web.dev/ and it showed me that my forum doesn't have a good performance (67%). I made a test with your forum and it showed me 92% performance. Maybe there can be some tricks you know how to increase performance of nodebb forum. My forum https://forum.easy-english-study.com/ pagespeed1.png pagespeed2.png

you are viewing a single comment's thread
view the rest of the comments
[โ€“] v.-kushnir@community.nodebb.org 1 points 3 months ago* (last edited 3 months ago) (1 children)

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%.