mod_deflate

E758394

mod_deflate is an Apache HTTP Server module that compresses web content on the fly, typically using gzip, to reduce bandwidth usage and improve page load times.

All labels observed (1)

Label Occurrences
mod_deflate canonical 3

How this entity was disambiguated

Statements (49)

Predicate Object
instanceOf Apache HTTP Server module ⓘ
compression module ⓘ
addsHeader Content-Encoding ⓘ
Vary: Accept-Encoding ⓘ
affects outgoing HTTP responses ⓘ
belongsTo Apache HTTP Server core distribution ⓘ
linked to: Apache HTTP Server
canExclude already compressed file types ⓘ
specific MIME types ⓘ
specific user agents ⓘ
canLog compressed response size ⓘ
compression ratio ⓘ
category web performance optimization ⓘ
compatibleWith HTTP/1.1 ⓘ
configurationFile apache2.conf ⓘ
httpd.conf ⓘ
configuredWith AddOutputFilterByType directive ⓘ
BrowserMatch directive ⓘ
DeflateCompressionLevel directive ⓘ
DeflateFilterNote directive ⓘ
SetOutputFilter directive ⓘ
controlledBy Accept-Encoding request header ⓘ
developedFor Apache HTTP Server ⓘ
doesNotCompress incoming HTTP requests by default ⓘ
implements on-the-fly HTTP response compression ⓘ
introducedIn Apache HTTP Server 2.0 ⓘ
linked to: Apache HTTP Server
isOpenSource true ⓘ
license Apache License 2.0 ⓘ
notRecommendedFor already compressed formats like JPEG ⓘ
already compressed formats like MP4 ⓘ
already compressed formats like PNG ⓘ
operatesOn HTTP response body ⓘ
primaryGoal improve page load times ⓘ
reduce bandwidth usage ⓘ
replaced mod_gzip ⓘ
requires client support for gzip or deflate ⓘ
runsOn Unix-like operating systems ⓘ
Windows operating systems ⓘ
supports application/javascript compression ⓘ
application/json compression ⓘ
application/xml compression ⓘ
text/css compression ⓘ
text/html compression ⓘ
supportsCompressionMethod deflate ⓘ
gzip ⓘ
supportsScope .htaccess configuration ⓘ
per-directory configuration ⓘ
per-server configuration ⓘ
per-virtual-host configuration ⓘ
usesLibrary zlib ⓘ

How these facts were elicited

Referenced by (3)

Full triples — surface form annotated when it differs from this entity's canonical label.

Apache HTTP Server → supportsExtensionModule → mod_deflate ⓘ
lighttpd → supportsFeature → mod_deflate ⓘ
mod_brotli → similarTo → mod_deflate ⓘ