Could you point me in the direction of where to file the bug report?  <div><br></div><div>I've just replicated this on another box I have set up as a test server.. so one was Debian, the other Ubuntu.  In both cases, I downloaded jsmin from </div>
<div><br></div><div><a href="http://www.crockford.com/javascript/jsmin.c">http://www.crockford.com/javascript/jsmin.c</a></div><div><br></div><div>ran:</div><div><br></div><div>gcc -o jsmin jsmin.c</div><div><br></div><div>
and copied the binary over to /usr/bin, and chmod +x /usr/bin/jsmin</div><div><br></div><div>I then added the following line to RT_SiteConfig.pm</div><div><br></div><div>Set( $JSMinPath, "/usr/bin/jsmin");</div>
<div><br></div><div>which resulted in no errors generated, BUT breaks the interface in the following way: (note the absence of menu at the top, and the always open dropdowns)</div><div><br></div><div><a href="http://i44.photobucket.com/albums/f45/nodaitsu25/jsmin.png">http://i44.photobucket.com/albums/f45/nodaitsu25/jsmin.png</a></div>
<div><br></div><div>On firefox you get the bonus of getting Links and Basics stacked together as well</div><div><br></div><div><a href="http://i44.photobucket.com/albums/f45/nodaitsu25/jsmin2.png">http://i44.photobucket.com/albums/f45/nodaitsu25/jsmin2.png</a></div>
<div><br></div><div><br><br><div class="gmail_quote">On Tue, May 31, 2011 at 12:59 PM, Kevin Falcone <span dir="ltr"><<a href="mailto:falcone@bestpractical.com">falcone@bestpractical.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">On Tue, May 31, 2011 at 12:56:46PM -0400, Chris Hall wrote:<br>
>    Just for the record I'm having the same issues as L.B. I attempted loading jsmin, and for a<br>
>    time it appeared that this was going to be a bigtime home run. In fact, it did fix the issues<br>
>    I was having with speed! However, jsmin seemed to also break several aspects of the RT<br>
>    interface. Immediately I noticed the javascript dropdowns were gone.. no big deal, switched to<br>
>    the ballard interface as the default. However, opening a new ticket.. everything was jumbled<br>
>    around... dropdowns were permanently opened, the minimize links for the different zones<br>
>    wouldn't work anymore.. it was generally a bad day. :( So I've turned it back off. This does<br>
>    however shed some light on what may be the cause of.. at least.. my speed issues.<br>
>    The search continues...<br>
<br>
</div>RT only builds the squished css/js once per child process.  If you're<br>
actually seeing it built on each request, something is horribly wrong<br>
and isn't something we've seen or been able to replicate.<br>
<br>
Also, if jsmin is breaking the UI, that's the first report I've seen<br>
of it.  Can you file a bug report with more details?<br>
<font color="#888888"><br>
-kevin<br>
</font><div><div></div><div class="h5"><br>
>    On Tue, May 31, 2011 at 10:34 AM, Kevin Falcone <[1]<a href="mailto:falcone@bestpractical.com">falcone@bestpractical.com</a>> wrote:<br>
><br>
>      On Tue, May 31, 2011 at 03:21:17PM +0200, L B wrote:<br>
>      > What I mean by slowness is that after sending the GET / request, it<br>
>      > takes 7 seconds before seeing the second request<br>
>      > /NoAuth/css/aileron-squished-30dddb4c81e92207bd3fe516099c0477.css. I<br>
>      > don't have any network traffic during this 7secs on RT server network<br>
>      > interface, so I guess something is processed. Httpd process is running<br>
>      > at 100% at this time.<br>
><br>
>      You should only see this for the first request while things are squished.<br>
>      If you're seeing it for subsequent requests on a standalone server,<br>
>      then something is quite wrong. If you would like to use something<br>
>      faster than JavaScript::Minifier, you can check out JSMinPath in<br>
>      RT_Config.pm<br>
>      -kevin<br>
</div></div></blockquote></div><br></div>