Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse

Darkscribes Community

  1. Home
  2. Uncategorized
  3. My forum doesn't show a good performance in pagespeed

My forum doesn't show a good performance in pagespeed

Scheduled Pinned Locked Moved Uncategorized
4 Posts 3 Posters 0 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • v.-kushnir@community.nodebb.orgV This user is from outside of this forum
    v.-kushnir@community.nodebb.orgV This user is from outside of this forum
    [email protected]
    wrote last edited by
    #1

    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

    baris@community.nodebb.orgB v.-kushnir@community.nodebb.orgV 2 Replies Last reply
    0
    • v.-kushnir@community.nodebb.orgV [email protected]

      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

      baris@community.nodebb.orgB This user is from outside of this forum
      baris@community.nodebb.orgB This user is from outside of this forum
      [email protected]
      wrote last edited by
      #2

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

      1 Reply Last reply
      0
      • v.-kushnir@community.nodebb.orgV [email protected]

        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

        v.-kushnir@community.nodebb.orgV This user is from outside of this forum
        v.-kushnir@community.nodebb.orgV This user is from outside of this forum
        [email protected]
        wrote last edited by
        #3

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

        julian@community.nodebb.orgJ 1 Reply Last reply
        0
        • v.-kushnir@community.nodebb.orgV [email protected]

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

          julian@community.nodebb.orgJ This user is from outside of this forum
          julian@community.nodebb.orgJ This user is from outside of this forum
          [email protected]
          wrote last edited by
          #4

          @V.-Kushnir Some additional tips here:

          https://docs.nodebb.org/configuring/scaling/

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          Powered by NodeBB Contributors
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups