[rt-users] RT4 slowness

L B bertignac at gmail.com
Wed Jun 1 03:52:34 EDT 2011


This amazing patch fixed the issue, so it has something to do with the minifier:

--- lib/RT/Squish/JS.pm.orig    2011-06-01 07:50:27.510862133 +0000
+++ lib/RT/Squish/JS.pm 2011-06-01 07:45:55.096115642 +0000
@@ -110,7 +110,7 @@
             $RT::Logger->debug("can't load JavaScript::Minifier: $@");
         }
         else {
-            $content = JavaScript::Minifier::minify( input => $content );
+            #$content = JavaScript::Minifier::minify( input => $content );
         }
     }
     return $content;

-- 
L.B.



More information about the rt-users mailing list