Bug 43785 - Tracking the per-hit impact of mod_include
Summary: Tracking the per-hit impact of mod_include
Status: NEW
Alias: None
Product: Apache httpd-2
Classification: Unclassified
Component: mod_include (show other bugs)
Version: 2.5-HEAD
Hardware: Other other
: P2 enhancement (vote)
Target Milestone: ---
Assignee: Apache HTTPD Bugs Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-02 12:53 UTC by Chris Josephes
Modified: 2007-11-02 12:54 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Josephes 2007-11-02 12:53:59 UTC
It would be really great if mod_include could report on the number of times
includes have been parsed for the serving of a single file.  I have several
files that have dozens, if not hundreds of includes.  I'd like to gauge the
impact of these files on my server by logging per request the number of includes
for each hit.

Maybe there would also be a benefit to measuring all SSI directives, but
includes have a high performance impact due to the opening and closing of
filehandles.