in reply to Re: Re: Re: Re: Startup cost, CGI performance
in thread Startup cost, CGI performance
take? Run down the code, and any place you're doing something that you can't easily characterize behavior on, throw some timing code around it. You can emit the raw timing info in an HTML comment, and get at it via View Source.$galinfo = LoadFile ("galinfo.yaml");
Another thing to note, if you aren't clear on it, is that putting a use inside a conditional doesn't make the use conditional; it just limits scope.
You might also consider whether you really need File::stat, or can make do with built-ins.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re^5: Startup cost, CGI performance
by dd-b (Pilgrim) on Jan 15, 2004 at 04:12 UTC |