Skip to content

Flarum itself can not run on 4 core 6gb ram vps!

Discussion
5 4 1.2k 1
  • Are we creating websites merely for the sake of getting them up, or are we doing it for selfish reasons in order to sit about and try to debug challenging programs that we have burdened ourselves with?

    #anchor(A good example of a forum to waste time on is Flarum!)

    discuss.flarum.org
    People are becoming aware of the difficulties they put themselves in. Imagine, for instance, that you reached 11K posts and want to move to something else because of persistent problems, but you are unable to do so since you have locked yourself out And you have to deal with the admins who don’t have a miracle solution but enjoy to chat because their design resembles a chat room.

    What would you feel if you had spent a lot of money on a virtual private server (VPS) with four cores and six gigabytes of RAM, but your system is still sluggish and uses, on average, 50% of the CPU and 60-80% of the RAM? Its insane for 11k post, isn’t? How about you read it for yourself if you don’t believe my story.

  • I had deployed nodebb on a 2c2g server and it ran fine, but it was also often overloaded to the point where I needed to change servers, and the new 4c16g NVMe server made the service faster!
    After familiarizing myself with the development, it was very easy to modify nodebb and I plan to build it into a cms site!

  • I had deployed nodebb on a 2c2g server and it ran fine, but it was also often overloaded to the point where I needed to change servers, and the new 4c16g NVMe server made the service faster!
    After familiarizing myself with the development, it was very easy to modify nodebb and I plan to build it into a cms site!

    @veronikya I’m not here to bash Flarum as I used it for a while but departed their ecosystem for two main reasons

    1. Complete lack of GDPR support
    2. Having to create an extension for even the most basic of things makes the product useless in my view.

    If you cannot extend the capabilities easily, it’s not fit for purpose. One final point is that Flarum is increasingly slower the more extensions you need. They tout the product as lightweight and fast, although anything is that has no usable features!

  • thanks for sharing your experience.

    flarum does not look as clear as nodebb, for example, how can I get the list of the users? I would like to see how many users are in the forum and the list of them, is there any way to get it? It is not clear to me at first glance…

    even if I cannot access the online user list, I would love to see or have an idea of registered users count.

  • thanks for sharing your experience.

    flarum does not look as clear as nodebb, for example, how can I get the list of the users? I would like to see how many users are in the forum and the list of them, is there any way to get it? It is not clear to me at first glance…

    even if I cannot access the online user list, I would love to see or have an idea of registered users count.

    @crazycells I know that Flarum has (or had) an extension that lists the users. That wasn’t even in the core - as basic as that is.


Related Topics
  • Flarum - WordPress Journey

    WordPress flarum wordpress quitting
    59
    22 Votes
    59 Posts
    12k Views
    @Sala I will likely need admin access to your site for this.
  • 1 Votes
    2 Posts
    827 Views
    @Hari I think you’re referring to this https://sudonix.com/topic/170/creating-posts-from-rss-feeds-in-flarum However, this code was never designed to work with WordPress, but you could leverage the WP-CLI to do something similar without too much effort.
  • Flarum SEO is worst and i still want to use it 😭

    General flarum
    15
    6 Votes
    15 Posts
    3k Views
    @Hari said in Flarum SEO is worst and i still want to use it : Flarum is coded in such a way where it tells spiders not to crawl any internal links by adding nofollow tag. How stupid this is Yes, I agree this doesn’t make any sense. If you compare to WordPress, then (via a plugin of course) you can set the attribute as you wish. It doesn’t make any sense to take a blanket approach. I guess I unerstand why they are doing this, but it’s not an optimum SEO methodology. @Hari said in Flarum SEO is worst and i still want to use it : For few minutes i thought i should register a domain called flarumSEOsucks.com They’d probably sue you for using the Flarum name in a URL
  • moving flarum from sub directory to subdomain

    Solved Configure flarum
    15
    2 Votes
    15 Posts
    3k Views
    @phenomlab yes, created different app and moved files and DB now everything is working thanks
  • move out from flarum to wordpress

    WordPress wordpress flarum migration
    87
    52 Votes
    87 Posts
    22k Views
    @Hari Glad to see this went so well, and that you’ve finally departed the Flarum ecosystem
  • Flarum

    General flarum
    4
    0 Votes
    4 Posts
    1k Views
    @jac said in Flarum: @phenomlab said in Flarum: @jac yes, but they are lacking severely in the sense that they still do not have a functional GDPR extension. In addition, Flarum uses PHP as it’s backend infrastructure meaning it’s going to be so much slower than NodeBB will ever be. Absolutely, I hope Node up their game . Certainly plugin wise anyway
  • Why is the phenomlab/fancybox-wrapper repo removed?

    Solved General
    6
    4 Votes
    6 Posts
    1k Views
    @katos Thanks
  • CSS Help on my Flarum

    Solved Customisation
    5
    2
    2 Votes
    5 Posts
    1k Views
    @mike-jones Yes, you’ll typically see this type of behaviour if there is another style that has higher priority in the sense that yours will be overridden. Using !important will override the higher preference, but should be used sparingly rather than everywhere.