diff --git a/app/views/producers/index.html.haml b/app/views/producers/index.html.haml
index c192c12dc3..b00268066b 100644
--- a/app/views/producers/index.html.haml
+++ b/app/views/producers/index.html.haml
@@ -2,7 +2,8 @@
= t :producers_title
- content_for :injection_data do
- = inject_enterprises(@enterprises)
+ - cache @enterprises do
+ = inject_enterprises(@enterprises)
.producers{"ng-controller" => "EnterprisesCtrl", "ng-cloak" => true}
.row