Actions
Feature #6019
closedRevision r34582 significantly slows down rails app
Feature #6019:
Revision r34582 significantly slows down rails app
Description
Before r34582 simple rails32 app (query sqlite and disply 20 rows of simple data)
benchmarked as 55req/second , after its performance is 33req/second.
I could agree that RubyOnRails should be in sync with ruby, but maybe there is other way
to fix respond_to? ?
Actions