You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2007/11/02 20:54:00 UTC

DO NOT REPLY [Bug 43785] New: - Tracking the per-hit impact of mod_include

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=43785>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=43785

           Summary: Tracking the per-hit impact of mod_include
           Product: Apache httpd-2
           Version: 2.3-HEAD
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: mod_include
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: cjosephes@ibsys.com


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.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org