On Tue, Jul 31, 2001 at 03:28:11PM -0700, Tony Payne wrote:
> Granted.  However, in my case, I've got 50,000 pages with lots of includes
> which have only 6 unique values, so a lot of time is still going to
> reprocessing includes which could have been cached.  I've profiled my code
> and gotten everything of mine out of the top 7 functions (6 of those are
> TT methods and the seventh is UNIVERSAL::isa), so now it's time to tune
> the template processing.

Someone was telling me about this recently (Randal?).  Something to do 
with the profiler getting confused.  The gist of it was that the whole
of your template processing system, including calls to any external code
to fetch data, etc., etc., originates from within an initial TT call.
It makes it look like TT is taking all the time when it's not.

Sketchy details only, I'm afraid.

A




Reply via email to