What is so slow here? The render takes up 8% and the queries take up 1%. That leaves 91% unaccounted for. Completed in 0.06477 (15 reqs/sec) | Rendering: 0.00574 (8%) | DB: 0.00087 (1%) | 200 OK [http://localhost/] Any help would be appreciated. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
The other 91% is the time it takes to render that to the log file. ;-) Actually.. that''s bizarre. On Mar 6, 3:48 pm, David <junksm...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> What is so slow here? The render takes up 8% and the queries take up > 1%. That leaves 91% unaccounted for. > > Completed in 0.06477 (15 reqs/sec) | Rendering: 0.00574 (8%) | DB: > 0.00087 (1%) | 200 OK [http://localhost/] > > Any help would be appreciated.--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
On 6 Mar 2008, at 23:48, David wrote:> > What is so slow here? The render takes up 8% and the queries take up > 1%. That leaves 91% unaccounted for. >That''s going to be all the code that isn''t a rendering or a database access. You''re the one with the code so you should know :-) Fred> Completed in 0.06477 (15 reqs/sec) | Rendering: 0.00574 (8%) | DB: > 0.00087 (1%) | 200 OK [http://localhost/] > > Any help would be appreciated. > --~--~---------~--~----~------------~-------~--~----~ > You received this message because you are subscribed to the Google > Groups "Ruby on Rails: Talk" group. > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org > To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org > For more options, visit this group at http://groups.google.com/group/rubyonrails-tal--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---