in reply to Re^3: Profiling/Benchmarking web applications.
in thread Profiling/Benchmarking web applications

I am creating the template instance only once, but I wasn't caching the compiled templates. I'm doing it now, and it cut the response time by 25%! Thanks!

  • Comment on Re^4: Profiling/Benchmarking web applications.