The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
eregi and preg_match
Page generated in 3.73249292374 seconds
if i uses some functions to get vars from text with ereg/i or preg_match Page generated in 22.3667008877 seconds any ideas ? what might be the problem ? |
#2
|
||||
|
||||
Something else is happening in your script. Either that or you have a MAJOR MAJOR loop of 100+ records going on
|
#3
|
|||
|
|||
my script dosent use any db tables
also not a while loop.... not a single 1 with out the eregi/preg its counts 2 secs. |
#4
|
||||
|
||||
2 seconds for script execution is pretty steep... What exactly does the script do?
|
#5
|
|||
|
|||
well something like that
$var = "long long long long info here with <B> and <br> and ++++ like that"; // strip title from var if (!$title And ereg(bla bla bla)) { $title = "Unknowen"; } else { $title = $title[1]; } thats all |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|