Recently I was observing where I am loosing my sites performance. For a show page, I saw those numbers
- DRYML 110 ms - Controller 47 ms - Record.find 9 ms - User.find 5 ms This is how time is spent in serving that very page. It's clear that I need to optimize my controller. However, the time loss in DRYML is huge! And this is not because of DRYML. Because of me. However, by simply reading the DRYML page I am not able to where the performance is lost in the page. My question is this: *Can I use a ruby call profiler to discover which DRYML tags are eating the CPU? * Do you have any suggestions? -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/hobousers. For more options, visit https://groups.google.com/d/optout.
