Quote:
Originally Posted by ChaosSlayer
check if rule is False and skip the code
OR
Run the code
somehow it feels that skiping the code should save you more CPU time than runing it.
|
Why I do not disagree, skipping the function would speed things up. What about when it is not skipped? I may be mistaken, but doesn't that involve a call to MySQL to get the rule? Or does it store them somewhere else at start-up? So, every time someone make's a hit, it calls MySQL, checks the rule, then parses the DMGB code? Correct me if i am wrong?