You can see if it's a consequence of running your server in development mode by testing your app out in production instead. Issue the command "rails server -e production" and see what happens!
On Feb 23, 11:56 am, Dev Guy <[email protected]> wrote: > Hi I am noticing my view rendering is getting a bit bogged down as I > add more javascript libraries. For each .js file I have, I am seeing > this in the console: > > Started GET "/assets/tinymce/jscripts/tiny_mce/tiny_mce.js?body=1" for > 127.0.0.1 at 2012-02-22 17:44:52 -0500 > Served asset /tinymce/jscripts/tiny_mce/tiny_mce.js - 304 Not Modified (0ms) > > While rails is busy figuring out if any of these .js files have > changed, my view goes blank before the next page gets rendered, it's > noticeable and annoying. > > I am testing in development and want to know if this is a side-effect > of the development environment, or is there something I can do to > speed things up? > > -- > Kind Regards, > Rajinder Yadav -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

