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

top 3 comments
sorted by: hot top controversial new old
[–] baris@community.nodebb.org 1 points 2 months ago

Seems like you don't have any compression so that would be the first thing to enable.

[–] v.-kushnir@community.nodebb.org 1 points 2 months ago* (last edited 2 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%.