The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
||||
|
||||
Turn the debug mode ON, so you will be able to quickly see detailed information about your query execution. Remove all currently installed products and start adding one by one, while examining the number of queries executed.
Personally, I would recommend you to uninstall all products and leave the standard vBulletin software untouched (code related). |
#12
|
|||
|
|||
Quote:
usually, the number of queries for plain site is about 10 to 15 per page... vBulletin is built to spare on dB queries, but the number is not so important.. if the queries are well built, they are more efficient. a lot of modification use no structural queries, simply by "SELECT ALL FROM TABLE" which is stupid and can be slower than specific selects... |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|