Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re^3: Profiling/Benchmarking web applications.

by tomhukins (Curate)
on Aug 25, 2004 at 08:15 UTC ( [id://385616]=note: print w/replies, xml ) Need Help??


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

You don't mention whether your application runs under CGI or a persistent framework such as mod_perl, FastCGI or PersistentPerl.

If you care about performance, I assume you're avoiding CGI so you can reuse database connections and other things that take some time to initialise. Template Toolkit objects are such things: calling Template->new() for each request will make your application run more slowly.

Template Toolkit is used on plenty of high volume Web sites: it's certainly possible to have it run quickly. Unless your application is very simple, TT shouldn't take up 60% of the application's run time.

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

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://385616]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (8)
As of 2024-04-23 14:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found