Syntax: Profile = {0, 1}
Default: 0
Enable or disabled profiling of your web application. The profile output is
saved to a file that needs to specified with the ProfileOutput
configuration setting. This output file can be examined with the standard
Python profiling tools. Profiling is important as is helps you to identify
performance bottlenecks in your program.