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.
Extensions slower than mods?
Looking at how extensions are implemented, I'm wondering if extensions are slower than mods. Mods are hacks for forums like vB or IPB where you have to manually edit core codes. I like how extensions are in their own files and you don't have to touch the core code, but is it slower to do so?
0
Comments
extensions slowing the baby down.
but this is not an exclusive problem of vanilla, its the nature of extensions or plugins (apps in a app).
modifications are better if you want to keep a better performance.
but at least there are a few mini extensions with not much code inside and without any css , ajax or .js fun, so they should be fine.
sry
I know, I had to do it…
That's the price to pay.
I'm not arguing against extension paradigm. It's the right design. But there is a drawback and admin must be aware of it and incrementally test their install against extensions, depending of the forum usage.
vanilla is cool, extensions are cool (for me as admin), but there is no reason to make more out of it as it is.
before i switched to vanilla it was the same: fery , everything is possible, you can do this and that, you are able to create pink elefants with vanillas framework, "not possible doesnt exist for vanilla".
and the result was something else.
please dont fool new members with personal theories and fancy promises, this is somehow unfair and unproductive.
as mark allready said (a few months back), vanilla is not the fastest board on the market (just use search)
or 'hack vs extend' decision. I really miss those tools. I'd love me some query timer totals, all
seconds spent on SQL vs page generation, etc. etc.
Firebug measures at the client level, not the server level. Connection latency will
distort the measurements... local/browser caching further limits the usefulness
of any timing info gathered.
In WordPress there's a function get_num_queries which lists all queries performed
to create the page. Right now we (I) have little clue which add-ons are very DB
intensive. It's just useful info to have (see recent discussion on ISP that complaining
about server load, which was negated as soon as the discussion overview add-on
was removed).
The Timer add-on provides some info, but I could use more...