Ruslan,<div><br></div><div>I actually started the other thread, so my details are in the first post.  That thread was sort of hijacked (no big deal) and getting messy, so I wanted to separate them.  I'm using Postgresql, not MySQL, and had already turned on the SQL statement log and all queries seemed to be completing quickly.</div>
<div><br></div><div>I think I might have been too quick to assume it's the custom fields though, I've been testing it for a few hours now and I don't see that part being slow anymore.  To be honest the only part I see being consistently slow right now is:</div>
<div><br></div><div><div>=Mason= localhost -         /Elements/SetupSessionCookie {{{</div><div>=Mason= localhost -         /Elements/SetupSessionCookie }}} 1.9105</div><div><br></div><div>That seems to take about 2 seconds on about 30% of page loads.  Is that normal?</div>
<div><br></div><div>I will try to turn off caching in Postgresql though to see if that verifies your theory about slow queries.</div><div><br></div><div>Thanks!</div><div>Nate</div><br><div class="gmail_quote">On Wed, May 30, 2012 at 11:37 AM, Ruslan Zakirov <span dir="ltr"><<a href="mailto:ruz@bestpractical.com" target="_blank">ruz@bestpractical.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On Wed, May 30, 2012 at 6:37 PM, Nathan Baker <<a href="mailto:bakern@gmail.com">bakern@gmail.com</a>> wrote:<br>

> I'm going to try and separate this thread since my issue doesn't seem to be<br>
> related to the Search page or the SelectOwner field.  Using the Mason<br>
> Profiler did give me some info though, it looks like it might be due to some<br>
> custom fields:<br>
><br>
> =Mason= localhost -<br>
> /Ticket/Elements/ShowCustomFields {{{<br>
> =Mason= localhost -<br>
> /Elements/ShowCustomFields {{{<br>
> =Mason= localhost -<br>
> /Elements/ShowCustomFields }}} 2.0221<br>
> =Mason= localhost -<br>
> /Ticket/Elements/ShowCustomFields }}} 2.0261<br>
> ...<br>
> =Mason= localhost -     /autohandler }}} 3.2073<br>
><br>
> Is it normal that having 1-2 custom fields with about 10-20 options for each<br>
> would cause this extra delay.  I know 2 seconds doesn't seem like much, but<br>
> it can sometimes be longer.  Can anyone give me any tips as to what the<br>
> issue could be?  Is Mason maybe caching that differently?<br>
<br>
</div></div>Nate,<br>
<br>
Separating threads is correct, but skipping details about your system<br>
is not so good.<br>
<br>
I think here it's either slow one query or many semi-fast<br>
queries. If you collect all queries for this page, it wouldn't be too<br>
hard to isolate those that executed by ShowCustomFields.<br>
<br>
The fact that subsequent requests take less time suggests that queries<br>
end up in mysql query cache and are fast until cache is flushed. To<br>
confirm you can disable cache in mysql for some time and check if<br>
problem is repeatable on every request.<br>
<br>
><br>
> Thanks,<br>
> Nate<br>
<span class="HOEnZb"><font color="#888888"><br>
<br>
<br>
--<br>
Best regards, Ruslan.<br>
</font></span></blockquote></div><br></div>