OK, thanks very much. I&#39;ve learned a few good things.<br><br><div><span class="gmail_quote">On 7/12/08, <b class="gmail_sendername">Lukas Renggli</b> &lt;<a href="mailto:renggli@gmail.com">renggli@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="margin:0;margin-left:0.8ex;border-left:1px #ccc solid;padding-left:1ex">
&gt; infinite loop, so the page never got rendered. Does the profiler run every<br> &gt; time (My guess is not) or does it re-run the page with the MessageTally<br> &gt; attached?<br> <br> <br>The profiler runs every time a page is rendered.<br>
 <br><br> &gt; If the latter, is there a way to either switch on the profiler<br> &gt; every time, or force page rendering in the profiler without hitting the<br> &gt; profile link?<br> <br> <br>No, that&#39;s not possible. What you can do is to wrap the code of yours<br>
 that you want to profile into:<br> <br>&nbsp;&nbsp;&nbsp;&nbsp;MessageTally spyOn: [ ... ]<br> <br> This will open a profile (within the image) every time you refresh the page.<br> <br><br> &gt; I&#39;m not familiar enough with seaside yet to find out how to do<br>
 &gt; that on my own (especially as &quot;browse references&quot; option shows no references<br> &gt; to WAProfilerToolPlugin).<br> <br> <br>WAProfileToolPlugin is just the link in the toolbar. Seaside collects<br> all toolbar-plugins by iterating over the subclasses of WAToolPlugin.<br>
 That&#39;s why there is no direct reference.<br> <br><br> Cheers,<br> Lukas<br> <br> --<br> Lukas Renggli<br> <a href="http://www.lukas-renggli.ch">http://www.lukas-renggli.ch</a><br> _______________________________________________<br>
 seaside mailing list<br> <a href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</a><br> <a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br>
 </blockquote></div><br>