Closed MarkoZabcic closed 12 years ago
This gets much much worse for me after starting to incorporate ember-data in the mix as well. Have to restart the server every few minutes as load times get upwards of 10 seconds.
@raph714 try removing the /tmp
and see what happens.
@twinturbo that works, looks like it puts another copy of everything in there every refresh.
@raph714 Rake-Pipeline keeps intermediate build files in tmp
. Over time this can really slow things down. Newer versions of iridium clear out tmp
when starting the server. That way it should be "fast" every time.
After few hours running the server it just slows down.
After deleting application tmp folder server runs on normal speed.