https://bugzilla.wikimedia.org/show_bug.cgi?id=52570
--- Comment #7 from jeffwan...@gmail.com --- Actually, some new information: * Same issue with MySQL * We have compression settings on * Here is our config that could've broken this: $wgMainCacheType = CACHE_MEMCACHED; $wgMemCachedServers = array ( 'BLAH.ec2.garantiadata.com:11211' ); #$wgMainCacheType = CACHE_ACCEL; $wgResourceLoaderMaxage = array( 'versioned' => array( // Squid/Varnish but also any other public proxy cache between the client and MediaWiki 'server' => 30 * 24 * 60 * 60, // 30 days // On the client side (e.g. in the browser cache). 'client' => 30 * 24 * 60 * 60, // 30 days ), 'unversioned' => array( 'server' => 60 * 60, // 60 minutes 'client' => 60 * 60, // 60 minutes ), ); $wgMiserMode = true; $wgCompressRevisions = true; $wgJobRunRate = 0.01; $wgUseFileCache = true; $wgFileCacheDirectory = "/home/###/common/cacheland2/$wgSitename"; $wgShowIPinHeader = false; $wgDisableOutputCompression = true; $wgUseGzip = true; $wgEnableSidebarCache = true; $wgDisableCounters = true; Regardless if I should turn these settings off, this bug still needs to be fixed. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l