Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Size & performance issues (what is the biggest site?)
TomTester
New
Hi All,
I help run a group with 8000+ members and local chapters in multiple cities across the world (at present about 18, in the future hundreds, haha).
Love Vanilla, the AJAXy interface, the community, the plugins, and above all plugin structure of the code. Moreover the granular rights management and great abstraction of text (language) vs code seems ideal for my purpose, but... how well does it scale up?
Once had a very bad experience with a PERL/SQL database-backed forum (100 concurrent users would take down the server).
Questions:
- What size community is Vanilla designed for?
- What is the biggest known Vanilla site out there?
- How many registered/concurrent users does it have/support?
- How can one optimize the installation in case of extreme traffic?
(caching, text-only, smaller time-outs, remove graphics, disable certain plugins?)
I will post a related issue on "multi-forums with shared user table?" in a minute.
TT
I help run a group with 8000+ members and local chapters in multiple cities across the world (at present about 18, in the future hundreds, haha).
Love Vanilla, the AJAXy interface, the community, the plugins, and above all plugin structure of the code. Moreover the granular rights management and great abstraction of text (language) vs code seems ideal for my purpose, but... how well does it scale up?
Once had a very bad experience with a PERL/SQL database-backed forum (100 concurrent users would take down the server).
Questions:
- What size community is Vanilla designed for?
- What is the biggest known Vanilla site out there?
- How many registered/concurrent users does it have/support?
- How can one optimize the installation in case of extreme traffic?
(caching, text-only, smaller time-outs, remove graphics, disable certain plugins?)
I will post a related issue on "multi-forums with shared user table?" in a minute.
TT
0
This discussion has been closed.
Comments
speed/size topic (pertained to 0.92). Somehow I managed to lose the link to that
discussion, but in it he suggested that large communities used to vBulletin etc. might
not like Vanilla...
I'd be very interested in a 'high traffic' mode or plugin.
Awaiting more answers before diving into the code, but I know from experience that
caching queries (even for 5-30 seconds) can have a dramatic effect on server use
without really impacting the user-experience.
Anyone know if search queries are cached at present (those seem rather 'expensive').
In the past I disabled full-text search on very busy forums (or limited to titles only).