Drupal Forum or PHPbb3?

Events happening in the community are now at Drupal community events on www.drupal.org.
korsakov's picture

I am wondering which user forum would be a better fit if it comes to speedy response times. The Drupal forum or the PHPbb3?
Has anybody accomplished an amazing and real-estate saving forum layout (.asp) like the guys from dpreview.com which quite frankly supposed to become a standard in the "industry"!?
Thanks for your input!

Comments

No doubt that druapl forum

MGadAllah's picture

No doubt that druapl forum module is really more fast and more combatible with Drupal core. plus comparing the forums in the website mentioned above with drupal forum module ... I think drupal forum module win.

This is really strange... I

arkepp's picture

This is really strange... I could swear I answered this one earlier today. Anyway:

I take the opposite position of MGadAllah, and I'd like to know on what foundation he puts his? In case you havent noticed, Drupal.org is usually painfully slow compared to say gentoo or ubuntu forums.

Drupal is not optimized to run forums. It's inifinitely more flexible, but it is not designed to render forums efficiently. For instance, take the front page of the forums: phpBB, and other forums, have all the relevant information ready to go in the database and can fetch (excluding little niceties) all of them in a single request from the database. The database doesn't have to look up usernames for the most recent posts etc, it doesn't even have to sort the result because the special index on the forums table takes care of that, nested forums and all. That page just literally drops out of the query cache (that is hopefully enabled), and the index page can render it very fast without loading irrelevant modules.

On the other hand I agree that, and I mention it in several places, this module is not for people who are not comfortable with developing in PHP and understand cookies etc. But that's not what the question was.

Regardless of what solution you pick, if you want really snappy pages you should put the DB on another physical box (connected via Gigabit Ethernet, crossover or good switch), tune the database carefully, have correct expiration headers on JavaScript, image files, set keepalive pretty high and preferably stick something like Varnish in front. GZIPing the output (but let the cache do it), and running something like eAccelerator, help a ton too.

Sorry for not clearing my

MGadAllah's picture

Sorry for not clearing my previous reply a little bit more ... I mean comparing the forum in the website dpreview.com with the forum for druapl I think drupal forum is better because it won't be a problem to integrate it with drupal.
I am totally agree with arkeep about phpbb issue, but my point is if u are going to use a very simple forum like the one exist in the dpreview.com then it is better to go for drupal module, but if u want to use a more advanced forum then it is phpbb with no doubt.
I hope that I make myself clear ;)
Thanks

phpbb

Group organizers

Group notifications

This group offers an RSS feed. Or subscribe to these personalized, sitewide feeds:

Hot content this week