tejas.parmar
02-03-2017, 08:07 AM
I am using Vbulletin V-4.2.3 and I am facing performance issue.
I have installed PHP profiler and identified that vbulletin's core function called fetch_censored_text is taking too much time
This function called when site show any dynamic data and it fetch the words from the back office censorship and replace censor word with specified characters.
Any idea how to optimize this function ?
Below is the function
<removed>
I have installed PHP profiler and identified that vbulletin's core function called fetch_censored_text is taking too much time
This function called when site show any dynamic data and it fetch the words from the back office censorship and replace censor word with specified characters.
Any idea how to optimize this function ?
Below is the function
<removed>