FogBugz should use YSlow - FogBugz Knowledge Exchange most recent 30 from http://fogbugz.stackexchange.com2013-05-19T10:41:49Zhttp://fogbugz.stackexchange.com/feeds/question/7303http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://fogbugz.stackexchange.com/questions/7303/fogbugz-should-use-yslowFogBugz should use YSlowsam hill2011-03-02T00:25:29Z2011-03-02T18:38:58Z
<p>I don't see why the "New Bug" page should have 658k in scripts.
<a href="http://d.pr/T9BY" rel="nofollow">http://d.pr/T9BY</a></p>
<p>Why isn't the javascript and css minified? Why is jquery ui being sent down without being gzipped? Why isn't the css and js concatenated?</p>
<p>This is a tool that's used super-often by some people, and the performance is awful.</p>
http://fogbugz.stackexchange.com/questions/7303/fogbugz-should-use-yslow/7314#7314Answer by FogBugz FAQ for FogBugz should use YSlowFogBugz FAQ2011-03-02T16:02:28Z2011-03-02T16:02:28Z<p>We're currently in a performance sprint, and YSlow is our very next stop.</p>
http://fogbugz.stackexchange.com/questions/7303/fogbugz-should-use-yslow/7321#7321Answer by Ted for FogBugz should use YSlowTed2011-03-02T18:38:58Z2011-03-02T18:38:58Z<p>You're right, the JS should be minified. (It used to be!)</p>
<p>We generally rely on the web server to do gzipping, check your IIS settings to make sure it's configured for that.</p>