Hello,<br>I don&#39;t have any DNS lookup in my application. Does catalyst make any reverse DNS lookup in debug mode?<br><br>Thank you<br>Julien<br><br><div class="gmail_quote">On Fri, Feb 19, 2010 at 9:01 PM, Aristotle Pagaltzis <span dir="ltr">&lt;<a href="mailto:pagaltzis@gmx.de">pagaltzis@gmx.de</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">* Andrew Rodland &lt;<a href="mailto:andrew@cleverdomain.org">andrew@cleverdomain.org</a>&gt; [2010-02-19 07:35]:<br>

<div class="im">&gt; On Thursday 18 February 2010 11:14:46 pm Julien Sobrier wrote:<br>
&gt; &gt; The time don&#39;t add up. Form the timing under Action. it took<br>
&gt; &gt; less than 1 second. But the line before says 8.27s. Does it<br>
&gt; &gt; mean 7+ seconds were spend doing something else? Doing what?<br>
&gt; &gt;<br>
&gt; There are two things that spring to mind:<br>
&gt;<br>
&gt; 1. Time spent reading the request from the user (after the<br>
&gt; connection is made but before the full request is received) is<br>
&gt; accounted to the &quot;Request took&quot; time but not to any action.<br>
&gt; Normally this should be a very small amount of time for a GET,<br>
&gt; but in case of very bad network conditions it could be longer.<br>
&gt; This wouldn&#39;t be any indication of the performance of your app.<br>
&gt;<br>
&gt; 2. Your system could have had a major I/O stall between the<br>
&gt; beginning of request handling and the beginning of action<br>
&gt; dispatch, or between the end of action dispatch and the end of<br>
&gt; request handling. You would probably know if this was<br>
&gt; happening. :)<br>
<br>
</div>Or something that qualifies as both. My immediate first suspicion<br>
in such cases: check your DNS lookup machinery.<br>
<br>
Regards,<br>
<font color="#888888">--<br>
Aristotle Pagaltzis // &lt;<a href="http://plasmasturm.org/" target="_blank">http://plasmasturm.org/</a>&gt;<br>
</font><div><div></div><div class="h5"><br>
_______________________________________________<br>
List: <a href="mailto:Catalyst@lists.scsys.co.uk">Catalyst@lists.scsys.co.uk</a><br>
Listinfo: <a href="http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst" target="_blank">http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst</a><br>
Searchable archive: <a href="http://www.mail-archive.com/catalyst@lists.scsys.co.uk/" target="_blank">http://www.mail-archive.com/catalyst@lists.scsys.co.uk/</a><br>
Dev site: <a href="http://dev.catalyst.perl.org/" target="_blank">http://dev.catalyst.perl.org/</a><br>
</div></div></blockquote></div><br>