Talk 30:00

Speeding up dynamic templates Using Meta-programming

Many applications have the need for users to define their templates (multi-tenant eCommerce, CMSs, etc.). Phoenix has a reputation for lightning-quick template rendering, but performance is quite lacking if you ever try to render a template not defined at compile time. At Estée Lauder, we found simp