Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    • Users
    • Groups
    1. Home
    2. NoduleJS
    • Profile
    • Following 1
    • Followers 1
    • Topics 10
    • Posts 30
    • Best 4
    • Groups 0

    NoduleJS

    @NoduleJS

    5
    Reputation
    33
    Profile views
    30
    Posts
    1
    Followers
    1
    Following
    Joined Last Online

    NoduleJS Follow

    Best posts made by NoduleJS

    • Audit performance

      congrats for the audit scores.

      First two are from my browser

      Mobile Device
      New Project.jpg

      Desktop
      New Project (1).jpg

      from

      PageSpeed Insights

      Mobile Device
      New Project (3).jpg
      Desktop
      New Project (2).jpg

      From last site desktop is better than mobile than from browser.

      I did a bit better performance with a simple vuejs forum, but very good performance for a complex forum like this.

      from last checks

      desktop: First Contentful Paint: 0,5 s
      mobile: First Contentful Paint : 1,8 s

      tenor.gif

      posted in General Discussion
      NoduleJS
      NoduleJS
    • How to avoid data inconsistency

      Hello. I wonder if nodebb structure does not favor data inconsistency

      What i see in user/create.js file

      Screenshot from 2019-10-11 18-24-56.png

      Different waterfall and parallel async calls, but why not use a single batch request directly to the database?
      Anything can happen during the execution of a function. If the server crash before the end of a function we will have data inconsistency, with incremented counters and inexistent new users or similar things.

      p.s: With MongoDB 4.0 is possible to execute ACID transactions. Postgre SQL can do the same, i have no idea about redis DB.

      posted in NodeBB Development
      NoduleJS
      NoduleJS
    • RE: add gif emoticons

      i mean that when i try to upload a gif i receive an error message (simple file upload error message).

      P.S: but ok, now it work, i think i was trying to upload a too big gif (4MB).

      Thanks for help me

      posted in NodeBB Development
      NoduleJS
      NoduleJS
    • RE: add gif emoticons

      @TaLoche

      It works. You helped me so much thanks! 👍 👏

      posted in NodeBB Development
      NoduleJS
      NoduleJS

    Latest posts made by NoduleJS

    • RE: add gif emoticons

      @TaLoche

      It works. You helped me so much thanks! 👍 👏

      posted in NodeBB Development
      NoduleJS
      NoduleJS
    • RE: add gif emoticons

      @TaLoche said in add gif emoticons:

      @NoduleJS yes in your settings by default on nodebb the max limit for a file is 2048 Ko

      weird thing is that gif emoji are very small. There is a way to change their default size?

      posted in NodeBB Development
      NoduleJS
      NoduleJS
    • RE: add gif emoticons

      i mean that when i try to upload a gif i receive an error message (simple file upload error message).

      P.S: but ok, now it work, i think i was trying to upload a too big gif (4MB).

      Thanks for help me

      posted in NodeBB Development
      NoduleJS
      NoduleJS
    • RE: add gif emoticons

      @TaLoche it wont work. It work only with images but not with gifs. I think also that is useful an option to use external hosted images/gif. At moment i must upload them on my server

      posted in NodeBB Development
      NoduleJS
      NoduleJS
    • add gif emoticons

      Is possible to add a list of default gifs as emoticons? I see that xenforo forums have a list of gifs on the emoji section

      posted in NodeBB Development
      NoduleJS
      NoduleJS
    • RE: How to start a nodebb forum in production?

      @fgallese yes thank you. i saw it yesterday. I lost a lot of time for that little detail. Digital ocean console uses another character set

      posted in General Discussion
      NoduleJS
      NoduleJS
    • RE: How to start a nodebb forum in production?

      For me is good without docker. but i really dont understand why mongodb-org dont work. if i install mongodb all work fine but for the version 4.x i have to use mongodb-org

      posted in General Discussion
      NoduleJS
      NoduleJS
    • RE: How to start a nodebb forum in production?

      solutions?

      posted in General Discussion
      NoduleJS
      NoduleJS
    • RE: How to start a nodebb forum in production?

      Seems all works fine without errors until i have to install mongodb-org. i followed nodebb docs and also official mongodb docs. it dont work on digital ocean. in local host it works fine.

      rsz_screenshot_from_2019-11-01_22-38-45.jpg

      maybe the error is after

      sudo apt-get update
      

      ?

      posted in General Discussion
      NoduleJS
      NoduleJS
    • RE: How to start a nodebb forum in production?

      Thanks guys. i think i simply start with a 5$ droplet and i increase resource when needed. Then i will see in future for horizontal scaling.

      I just dont understand why i cant install mongodb 4.X on the droplet. I follow the official nodebb docs and i've tried also mongodb docs but i always receive this error

      E: Unable to locate package mongodb-org

      posted in General Discussion
      NoduleJS
      NoduleJS