in reply to mod_perl application debugging

Is it normal?
No.
Is such a large size of trace file normal?
No.
And number of calls to produce a single page in general?
If by this you mean "what number of calls to Parse::RecDescent is normal in mod_perl applications is normal?", then the answer is none.

What templating engine are you using?

rdfield

Replies are listed 'Best First'.
Re: Re: mod_perl application debugging
by dda (Friar) on Nov 14, 2003 at 20:17 UTC
    I use HTML::Template::Expr module. Actually, the code was not written by me, but I suppose it is heavily dependent on this module.

    --dda