From 7a2d116ae064c6fe1c7ae3ba3cef0ef7a19fac80 Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Mon, 24 May 2010 21:38:51 +0200 Subject: [PATCH] don't even send javascript This allows us to cut down 15s display time (with more than 45000 values) down to 6.7s (from 10 while we where sending javascript on bottom of page). --- templates/data/facet.html.ep | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/data/facet.html.ep b/templates/data/facet.html.ep index 5c907e0..ffa7dd5 100644 --- a/templates/data/facet.html.ep +++ b/templates/data/facet.html.ep @@ -39,7 +39,9 @@ +% if ( $#$facet_names < 5000 ) { +% } % if ( $#$facet_names < 100 ) {
<%#= dumper $facet %>
-- 2.20.1