Joshua Peek
                                            Joshua Peek
                                        
                                    > Om master rendering layouts/applications is ~80msec. It's a little better. However rendering shared/login_form jumped from 8msec to 60msec. Alright, so I think that change can be explained by the...
Other info that might be useful, comparing regular reload times vs load, edit a js/css file, then reload.
Hmm, sounds like it could have been a regression in https://github.com/rails/sprockets-rails/pull/136/files. You're still seeing this bug, right?
> The problem is that serving 50 (or more) assets when debug mode is on can slow down the page load significantly. For this reason, and others you have mentioned...
Do we really want to design an API around passing paths to rake arguments like this? Won't you always be deploying with the same set of non-digest dependencies? Writing non-digest...