While checking why a page is loading fairly slowly, I saw that
/vendor/rails/actionpack/lib/action_controller/benchmarking.rb
is being run. Why is it running (is it something in the config file? or is it something standard in development mode?)
Won't it cause a page to load extra slow? Is there a way to turn it off? (using Rails 2.2.2)