This project is archived and is in readonly mode.
Changeset [4f043a48381c142e308824e3b7e15435a61bbb53] by Yehuda Katz
December 27th, 2008 @ 08:06 AM
More optimizations on respond_to after a profile and benching:
App with simple respond_to: def index
respond_to do |format|
format.html
format.xml
format.json
end
end
On JRuby (after complete hotspot warmup) -- 8% improvement: 550 requests per second after this commit 510 requests per second with old method_missing technique
On MRI (8% improvement): 430 requests per second after this commit 400 requests per second with old method_missing technique http://github.com/rails/rails/co...
Committed by Yehuda Katz
- M actionpack/lib/action_controller/mime_responds.rb
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>