Tag Archives: performance

Does Rails Scale?

Does Rails Scale?

Rails 3 Performance

Great article on Rails 3 performance Rails 3 Performance – Not Good Enough

How to Speed up Rendering pages which include lots of JavaScript

When referencing an external JavaScript file within the head tag of your HTML, the rendering of the page is halted while the external JavaScript file is downloaded and loaded. In order to speed up rendering of the page, you can move your javascript_include_tag from your head tag to the last line within your body tag […]