I have an application that fetches data from an RDBMS for some pages. When running under WebKit.cgi, the page is still taking longer than I would expect. How can I isolate the performance problem? While I shouldn't be worrying about performance at this stage, it would be useful to know what the bottleneck is. For example, if it's the way I've written the code, I'd rather know now so that I can do something different for the rest of the application.
I looked at profile, but this seems to require a standalone Python app, not one that is running within Webware. The only crude thing I can think of is to just output clock times at different points so that I can eventually isolate the slow bit. Is there a better way? ...Edmund. ------------------------------------------------------- Sponsored by: ThinkGeek at http://www.ThinkGeek.com/ _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss
