r55654 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r55653‎ | r55654 | r55655 >
Date:17:46, 28 August 2009
Author:midom
Status:ok (Comments)
Tags:
Comment:
Modified paths:
  • /trunk/phase3/includes/OutputHandler.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/OutputHandler.php
@@ -78,7 +78,7 @@
7979 $tokens = preg_split( '/[,; ]/', $_SERVER['HTTP_ACCEPT_ENCODING'] );
8080 if ( in_array( 'gzip', $tokens ) ) {
8181 header( 'Content-Encoding: gzip' );
82 - $s = gzencode( $s, 3 );
 82+ $s = gzencode( $s, 6 );
8383 }
8484 }
8585

Comments

#Comment by Brion VIBBER (talk | contribs)   23:40, 8 September 2009

In case Domas's google docs link goes away, I've copied in the data here. :)

level size
1 125640
2 120025
3 117010
4 110684
5 106257
6 104245
7 103787
8 103003
9 102993

Gzip compression efficiency graph.png

Status & tagging log