On Tue, 31 Jul 2001, Perrin Harkins wrote:

> If your objects cache their data lookups, you would still only save the cost
> of processing the template directives, i.e. not much.  If they don't cache
> their data, then I could see this making a big difference.

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.

I'll sit down now, and let you finish cleaning up your caching module so
we can all take a look. :-)

++t

Tony Payne  :  Sr. Software Engineer  :  PETsMART.com  :  626-817-7151



Reply via email to