Next / Previous / Contents / TCC Help System / NM Tech homepage

24.5. AccessSummary.IGNORED_EXTENSIONS: File extensions to be ignored

Accesses to files whose names end with any of these extensions are not considered page loads. Entries in this set should be lowercased, and comparisons against them will be case-insensitive.

webstats.py
    IGNORED_EXTENSIONS  =  set ( [ ".bmp", ".css", ".g", ".gif",
        ".ico", ".jpg", ".jpeg", ".png", ".swf", ".tif", ".tiff" ] )