The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Question about the vB BBCode Parser
Just a general question on the speed/efficiency on the current (and past) vBulletin BBCode system.
How many iterations does the BBCode system take? Is it one or multiple passes? |
#2
|
|||
|
|||
Each time bbcode is coverted to html multiple preg_replace calls are made, check out the function parse_bbcode2(); in functions_bbcodeparse.php.
This is why the post cache is so important, by saving the raw output in a second table you avoid extra processing everytime someone view's a thread. |
#3
|
||||
|
||||
there is a setting of vb (just accessabel when operating in debug mode) where you can define if vb should parse recursive/fast or whatever the thrid was ^^
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|