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.
Major drop in performance after enabling discusiontags
Hi all,
I noticed a major drop in performance after installing the discussiontags extention. Page load drops from 2 seconds to 20 seconds.
I looked at the code and noticed that for every topic shown on the discussion page a sql query is executed.
Does any body know it is possible to just join the tag table in the initial query. And for that matter if there is a "api" way off adding inner/outher joins to an existing query, that can greatly reduce database calls and boost performance no matter what number of addons are installed.
I noticed a major drop in performance after installing the discussiontags extention. Page load drops from 2 seconds to 20 seconds.
I looked at the code and noticed that for every topic shown on the discussion page a sql query is executed.
Does any body know it is possible to just join the tag table in the initial query. And for that matter if there is a "api" way off adding inner/outher joins to an existing query, that can greatly reduce database calls and boost performance no matter what number of addons are installed.
0
This discussion has been closed.
Comments
but my users are screeming for tags, so i have to jump in to tweaking this addon further to my likings because it is not usable at this point.