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

Related Questions

I'm working on a student project team building application. I'm familiar with optimization but
I'm working on a Nelder-Mead optimization routine in C that involves taking the average
I'm currently working on an android application that uses a SimpleCursorAdapter with a custom
Working on .NET gives me good performance in general for the application itself but
i have a sencha touch application that uses a tabpanel, a beta version of
I'm working with an application that has a MySQL database at Amazon RDS. The
Working with an undisclosed API, I found a function that can set the number
Working with Reporting Services 2008 r2. So here's my issue: We have 5 reports
Working with JSF 2.0 (and Primefaces), is there a way to fire an ActionListener
I am currently working on an application in WPF/C# for personal use. I am

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.