[rt-users] RT4 slowness
L B
bertignac at gmail.com
Wed Jun 1 05:43:30 EDT 2011
On Wed, Jun 1, 2011 at 9:52 AM, L B <bertignac at gmail.com> wrote:
> 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.
>
But it doesn't solve the slowness for Display.html page. Displaying a
ticket still need the 7seconds.
--
L.B.
More information about the rt-users
mailing list