FogBugz should use YSlow - FogBugz Knowledge Exchange most recent 30 from http://fogbugz.stackexchange.com 2013-05-19T10:41:49Z http://fogbugz.stackexchange.com/feeds/question/7303 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://fogbugz.stackexchange.com/questions/7303/fogbugz-should-use-yslow FogBugz should use YSlow sam hill 2011-03-02T00:25:29Z 2011-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#7314 Answer by FogBugz FAQ for FogBugz should use YSlow FogBugz FAQ 2011-03-02T16:02:28Z 2011-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#7321 Answer by Ted for FogBugz should use YSlow Ted 2011-03-02T18:38:58Z 2011-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>