aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib
diff options
context:
space:
mode:
authorYehuda Katz <wycats@gmail.com>2008-12-27 00:06:57 -0800
committerYehuda Katz <wycats@gmail.com>2008-12-27 00:06:57 -0800
commit4f043a48381c142e308824e3b7e15435a61bbb53 (patch)
treef994f692d15a0d743ad5c2d942e2944fe3ff9140 /activerecord/lib
parentf4f8923cf0ef5bd31f9e98cecf4603d0c4bde296 (diff)
downloadrails-4f043a48381c142e308824e3b7e15435a61bbb53.tar.gz
rails-4f043a48381c142e308824e3b7e15435a61bbb53.tar.bz2
rails-4f043a48381c142e308824e3b7e15435a61bbb53.zip
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
Diffstat (limited to 'activerecord/lib')
0 files changed, 0 insertions, 0 deletions