3

1

I don't see why the "New Bug" page should have 658k in scripts. http://d.pr/T9BY

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?

This is a tool that's used super-often by some people, and the performance is awful.

flag

2 Answers

3

We're currently in a performance sprint, and YSlow is our very next stop.

link|flag
good to hear. sorry for the bitchiness. i look forward to the speed improvements. – sam hill Mar 2 2011 at 19:59
1

You're right, the JS should be minified. (It used to be!)

We generally rely on the web server to do gzipping, check your IIS settings to make sure it's configured for that.

link|flag

Your Answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.