Vanilla speed
Somebody said Vanilla is slower than other forum systems like PunBB (which I currently use). My question is, has anybody done a real speed test on them, and what would be a good way to test the speed anyways?
0
This discussion has been closed.
Comments
There was an extension which timed each page load but i tihnk it's got lost with the v1 upgrade. I'm guessing something like that would be a pretty reasonable comparison. I think there are more technical ways involving some more complex server stuff but I'm not sure.
Unless you're running a mega huge mega active forum, dont let speed be the thing that puts you off.
You may want to check out Quick keys.
Who wants a girl that runs fast when you can have the sexy one?
hehe, kind of a bad comparision for someone with a sign in name like mine, eh? Personally, I don't think I should waste my time chasing girls yet, I'm only 17.
BTW, is there an easier way to do a quote?
Well, I guess what would need to be fixed is the way forms are in the markup.
Regardless, it takes a lot of discussions, a highly active user base, and a slow server for you to really notice a speed drop in Vanilla.
No offense Mark, Vanilla is a jewell, as I already wrote on Vanilla Dev. Classy code is fun, just a bit slower. Hope it'll not be a problem for me either.
I kind of want to change it to use a dictionary of queries similar to the language dictionary. That way you'd just write a different set of queries for every different type of database.
But the problem arises that a lot of these queries are built on-the-fly with different options - something that you really need to be able to do. So I've left it like this until I can think of something better.
Edit: … and, StartWhereGroup as a side effect argument was a nightmare for me to figure out, while EndWhereGroup is always a method call.