This document discusses using the Devel::NYTProf profiler module to profile Perl code running under the Apache web server. It explains how to configure Apache and Devel::NYTProf to collect profiling data, run Apache to generate the data, and then process the results to produce HTML reports analyzing the profiling run. The document encourages measuring performance instead of guessing and asks if there are any questions.