Does Rails Scale?
Does Rails Scale?
Does Rails Scale?
Great article on Rails 3 performance Rails 3 Performance – Not Good Enough
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 […]