<?=gettext("Select the type of rules optimization to use");?>
<tableclass="table table-condensed">
<tr>
<td><strong><?=gettext("none");?></strong></td>
<td><?=gettext("Disable the ruleset optimizer.");?></td>
</tr>
<tr>
<td><strong><?=gettext("basic");?></strong></td>
<td><?=gettext("(default) Basic ruleset optimization does four things to improve the performance of ruleset evaluations: remove duplicate rules; remove rules that are a subset of another rule; combine multiple rules into a table when advantageous; re-order the rules to improve evaluation performance");?></td>