Skip to content

Fresher in Nodebb install

General
24 5 9.2k 1
  • @MadWay NodeBB is actually NPM so not composer 👍

    @phenomlab not for free hosting I assume. There is no install.php or similar, If I remember. Does it have that option to have full first post display on front page i stead of just a title?

  • @phenomlab not for free hosting I assume. There is no install.php or similar, If I remember. Does it have that option to have full first post display on front page i stead of just a title?

    @phenomlab He always arrives safe 😊

    @Hari i agree on that, url structure can be seo effective. I am going to work on WordPress this next week, remember you were able to bring down TTF to 200ms on flarum? 😄 , so let’s aim under that and play small load time and leave everything there and watch how will play out. At least this time we have a wider ground, and able to pay just anyone to work on the simpler worldwide code unlike some place 🤭 We looked like we were captives in some sense. You can’t do a minor change because the extension it’s used by everyone. Now we free d**n!

    If we all have something great, imagine how we can benefit on backlinks, and how will be so simple! Not forgetting phenomlab is good in security.
    alt text

  • @phenomlab not for free hosting I assume. There is no install.php or similar, If I remember. Does it have that option to have full first post display on front page i stead of just a title?

    @MadWay NodeBB is in fact based on NodeJS so doesn’t use PHP at all.

  • @phenomlab He always arrives safe 😊

    @Hari i agree on that, url structure can be seo effective. I am going to work on WordPress this next week, remember you were able to bring down TTF to 200ms on flarum? 😄 , so let’s aim under that and play small load time and leave everything there and watch how will play out. At least this time we have a wider ground, and able to pay just anyone to work on the simpler worldwide code unlike some place 🤭 We looked like we were captives in some sense. You can’t do a minor change because the extension it’s used by everyone. Now we free d**n!

    If we all have something great, imagine how we can benefit on backlinks, and how will be so simple! Not forgetting phenomlab is good in security.
    alt text

    @Sala said in Fresher in Nodebb install:

    bring down TTF to 200ms on flarum?

    I can’t see how this is achievable. At least I never managed to get below 600ms in most cases and this was on powerful hardware.

  • @phenomlab He always arrives safe 😊

    @Hari i agree on that, url structure can be seo effective. I am going to work on WordPress this next week, remember you were able to bring down TTF to 200ms on flarum? 😄 , so let’s aim under that and play small load time and leave everything there and watch how will play out. At least this time we have a wider ground, and able to pay just anyone to work on the simpler worldwide code unlike some place 🤭 We looked like we were captives in some sense. You can’t do a minor change because the extension it’s used by everyone. Now we free d**n!

    If we all have something great, imagine how we can benefit on backlinks, and how will be so simple! Not forgetting phenomlab is good in security.
    alt text

    @Sala said in Fresher in Nodebb install:

    I am going to work on WordPress this next week, remember you were able to bring down TTF to 200ms on flarum?

    😄

    these are my wordpress forum metrics using Cloudflare APO

    c321d385-59e8-4b81-8aa0-6425913abdb9-image.png

    adc9b7b0-4d38-4606-9024-0ea1463d14bc-image.png

  • @Sala said in Fresher in Nodebb install:

    I am going to work on WordPress this next week, remember you were able to bring down TTF to 200ms on flarum?

    😄

    these are my wordpress forum metrics using Cloudflare APO

    c321d385-59e8-4b81-8aa0-6425913abdb9-image.png

    adc9b7b0-4d38-4606-9024-0ea1463d14bc-image.png

  • phenomlabundefined phenomlab forked this topic on
  • @cagatay and @Hari how were you able to make all those green color? Fantastic!

  • @cagatay and @Hari how were you able to make all those green color? Fantastic!

    @Sala it’s worth noting that making excessive changes chasing the holy grail of A+ for performance can actually have a negative impact on the overall experience. Because of this, I’d strongly recommend thoroughly testing each change in an incognito browser session to ensure the user experience isn’t impacted.

  • @cagatay and @Hari how were you able to make all those green color? Fantastic!

    @Sala was away from keys for a few weeks to visit TajMahal 😊

    try this! $5/ month but it is worth it.

  • @Sala was away from keys for a few weeks to visit TajMahal 😊

    try this! $5/ month but it is worth it.

    @Hari I’ve been reading a lot about APO. Looks impressive.

  • phenomlabundefined phenomlab referenced this topic on

Related Topics
  • Nodebb vs Wordpress vs Other

    General wordpress nodebb woocomerce business
    4
    4 Votes
    4 Posts
    1k Views
    PrestaShop + modules IA https://www.prestashop.com Magento https://developer.adobe.com/open/magento
  • Is my Mongodb installation correct?

    Solved General mongodb
    27
    4
    13 Votes
    27 Posts
    11k Views
    [image: 1711303116154-yuuuuu.png]
  • Nodebb design

    Solved General nodebb
    2
    1 Votes
    2 Posts
    1k Views
    @Panda said in Nodebb design: One negative is not being so good for SEO as more Server side rendered forums, if web crawlers dont run the JS to read the forum. From recollection, Google and Bing have the capability to read and process JS, although it’s not in the same manner as a physical person will consume content on a page. It will be seen as plain text, but will be indexed. However, it’s important to note that Yandex and Baidu will not render JS, although seeing as Google has a 90% share of the content available on the web in terms of indexing, this isn’t something you’ll likely lose sleep over. @Panda said in Nodebb design: The “write api” is preferred for server-to-server interactions. This is mostly based around overall security - you won’t typically want a client machine changing database elements or altering data. This is why you have “client-side” which could be DOM manipulation etc, and “server-side” which performs more complex operations as it can communicate directly with the database whereas the client cannot (and if it can, then you have a serious security flaw). Reading from the API is perfectly acceptable on the client-side, but not being able to write. A paradigm here would be something like SNMP. This protocol exists as a UDP (UDP is very efficient, as it is “fire and forget” and does not wait for a response like TCP does) based service which reads performance data from a remote source, thus enabling an application to parse that data for use in a monitoring application. In all cases, SNMP access should be “RO” (Read Only) and not RW (Read Write). It is completely feasible to assume complete control over a firewall for example by having RW access to SNMP and then exposing it to the entire internet with a weak passphrase. You wouldn’t do it (at least, I hope you wouldn’t) and the same ethic applies to server-side rendering and the execution of commands.
  • Modify the tagging behavior in NodeBB

    Locked General tagging harmony
    11
    3 Votes
    11 Posts
    3k Views
    For anyone else following this thread https://community.nodebb.org/topic/17402/change-in-reply-to-xxxx-text And https://github.com/NodeBB/NodeBB/commit/f2152953cddd3247746ef393516b0a53ba7750a4
  • 1 Votes
    1 Posts
    772 Views
    No one has replied
  • Chevron up before & after

    Solved Configure nodebb
    11
    1
    4 Votes
    11 Posts
    3k Views
    @crazycells you are right thank you.
  • 14 Votes
    69 Posts
    49k Views
    @phenomlab Seems to be better with some scaling fix for redis on redis.conf. I haven’t seen the message yet since the changes I made # I increase it to the value of /proc/sys/net/core/somaxconn tcp-backlog 4096 # I'm uncommenting because it can slow down Redis. Uncommented by default !!!!!!!!!!!!!!!!!!! #save 900 1 #save 300 10 #save 60 10000 If you have other Redis optimizations. I take all your advice https://severalnines.com/blog/performance-tuning-redis/
  • NodeBB v2.4.0

    Solved General nodebb version error
    3
    1
    2 Votes
    3 Posts
    1k Views
    @phenomlab As always…Thank you. Worked for me.