Thanks for your. I was already aware of the log file. It is OK, but it would
be fine if i had some hints in the rendered HTML.

Something like


<!-- =BEGIN layouts/application.html.erb -->
<head><title>Flux Compensator</title></head>
<body>
<!-- =BEGIN layouts/products.html.erb -->
<h1>Showing you a Product</h1>
<!-- =BEGIN products/show.html.erb -->
Product Name: <b>Flux Compensator</b>
Parts:
<!-- =BEGIN product/_part.html.erb -->
Hypercapacitor Gizmo<br/>
<!-- =END products/_part.html.erb -->
<p>Thank you for your interest in Flux Compensator</p>
<!-- =END products/show.html.erb -->
<a href="/products">Index</a>
<!-- =END layouts/products.html.erb -->
</body>
<!-- =END layouts/application.html.erb -->

It would be lovely if there was a plugin that accomplishes this. I would
also appreciate any hint as to how achieve this functionality.

Thanks, Mike

On Mon, Oct 12, 2009 at 3:08 PM, Max Williams <
[email protected]> wrote:

>
> Your log file lists all of the partials that are rendered to build up a
> page - is that enough information?  mine looks like this for example.
>
> Rendered ratings/_rate (258.6ms)
> Rendered resources/_single_resource (268.7ms)
> Rendered resources/_resource (276.7ms)
> Rendered resources/_property_hyperlinks (1.6ms)
> Rendered resources/_note_tag_list (0.8ms)
> Rendered taggings/_tags_section (1.4ms)
>
> listing those has highlighted the fact that some of them are very slow,
> must go and see if i can optimise them...
> --
> Posted via http://www.ruby-forum.com/.
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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 [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to