Skip to content

EcomDev/EcomDev_LayoutCompiler

Repository files navigation

EcomDev_LayoutCompiler

Dev Build Status Develop Coverage Status

Layout Compiler for Magento

Transforms recursive layout xml files into simple simple one level php code, that can be cached by opcode cache

Requirements

  • Magento 1.x (1.7.0.0 or later)
  • PHP 5.4 or later
  • (Optional) PHP OpCache (for better performance)

Installation

See Installation Document