normalizer = new TemplateNormalizer; $this->normalizer->clear(); $this->normalizer->append('MergeConsecutiveCopyOf'); $this->normalizer->append('MergeIdenticalConditionalBranches'); $this->normalizer->append('OptimizeNestedConditionals'); $this->normalizer->append('RemoveLivePreviewAttributes'); } public function optimizeTemplate($template) { return $this->normalizer->normalizeTemplate($template); } }