I'm having some trouble with my Rails app being very slow on my staging server. What is most confusing is that the final line of the log output for each request.
It seems the View and Database times aren't even close to the entire render time. On one page it is as bad as ~1000ms for Completion, ~450ms for the View and ~20ms Database.
Where does the rest of the time required to render the page come from?