My mongrel logs show an incorrect DB load times, DB: 0.00000 (0%) for
every access.
I know it is hitting the database. Any ideas how to trace why the DB
load time reporting is incorrect?
It only happens in production mode. I checked and the only different
in the environment are:
config.action_controller.consider_all_requests_local = false
config.action_controller.perform_caching = true
I turned consider requests to be true and caching to be false and
still same problem.
Any ideas would be great.