I just took over for another developer on a project, and SASS (or is it compass?) is taking 13 seconds to compile small CSS changes. Though 13 seconds is not as long as times I've seen reported elsewhere, it's longer than the 2-3 seconds I'm used to. This is the first time I've had to actually watch the compass output in my terminal, to ensure that the CSS change has been written before I refresh my browser.
I read that the @extend mixin can slow things down, so I commented out the only two @extend mixins in the project, and performance did not improve at all.
How to improve performance?
>>> Compass is watching for changes. Press Ctrl-C to Stop.
09:44:18.%3N AM modified styles/sass/_screen.scss
09:44:31.%3N AM write styles/main.css (13.156s)
^[[B^[[B10:00:50.%3N AM modified styles/sass/_screen.scss
10:01:04.%3N AM write styles/main.css (14.186s)
$ sass -v
Sass 3.4.14 (Selective Steve)
$ compass -v
Compass 1.0.3 (Polaris)