Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 155957
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T10:14:50+00:00 2026-05-11T10:14:50+00:00

I am working on an optimization on my application and I am trying to

  • 0

I am working on an ‘optimization’ on my application and I am trying to understand the output that rails (version 2.2.2) gives at the end of the render.

Here is the ‘old’ way:

Rendered user/_old_log (25.7ms) Completed in 466ms (View: 195, DB: 8) | 200 OK 

And the ‘new’ way:

Rendered user/_new_log (48.6ms) Completed in 337ms (View: 192, DB: 33) | 200 OK 

These queries were exactly the same, the difference is the old way is parsing log files while the new way is querying the database log table.

The actual speed of the page is not the issue (the user understands that this is a slow request) … but I would like the page to respond as quickly as possible even though it is a ‘slow’ page.

So, my question is, what do the numbers represent/mean? In other words, which way was the faster method and why?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-11T10:14:51+00:00Added an answer on May 11, 2026 at 10:14 am

    This:

    Rendered user/_old_log (25.7ms) 

    is the time to render just the _old_log partial template, and comes from an ActiveSupport::Notification getting processed by ActionView::LogSubscriber

    This:

    Completed 200 OK in 466ms 

    Is the http status returned, as well as the total time for the entire request. It comes from ActionController::LogSubscriber.

    Also, note those parenthetical items at the end:

    (Views: 124.6ms | ActiveRecord: 10.8ms) 

    Those are the total times for rendering the entire view (partials & everything) and all database requests, respectively, and come from ActionController::LogSubscriber as well.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 123k
  • Answers 123k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer You'll need to explicitly pass the ArrayList type variable. This… May 12, 2026 at 12:56 am
  • Editorial Team
    Editorial Team added an answer If you're talking about a column in a database table,… May 12, 2026 at 12:56 am
  • Editorial Team
    Editorial Team added an answer You can use the name attribute of the table tag… May 12, 2026 at 12:56 am

Related Questions

I am working on an application/GUI created with Win32/ATL . So there is UI
I'm writing a reasonably complex web application. The Python backend runs an algorithm whose
I'm taking on the re-architecting of a pair of applications which use Hibernate in
We have an issue related to a Java application running under a (rather old)

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.