Last modified: 2014-02-12 23:35:35 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T47935, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 45935 - ResourceLoader: Responses for load.php should compress content
ResourceLoader: Responses for load.php should compress content
Status: UNCONFIRMED
Product: MediaWiki
Classification: Unclassified
ResourceLoader (Other open bugs)
1.20.x
All All
: Low normal (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2013-03-09 13:17 UTC by Kelson [Emmanuel Engelhart]
Modified: 2014-02-12 23:35 UTC (History)
5 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Kelson [Emmanuel Engelhart] 2013-03-09 13:17:24 UTC
The request on my fresh installed wiki:
$curl --compressed --dump-header headers "http://modulewiki.wikimedia.org.uk/w/load.php?debug=false&lang=en&modules=jquery%2Cmediawiki&only=scripts&skin=vector" &>/dev/null; cat headers | grep Content-Encoding
$

The same request on Wikipedia:
$curl --compressed --dump-header headers "http://fr.wikipedia.org/w/load.php?debug=false&lang=en&modules=jquery%2Cmediawiki&only=scripts&skin=vector" &>/dev/null; cat headers | grep Content-Encoding
Content-Encoding: gzip
$

gzip compression does not work on load.php for me with a recent (1.20.2) Mediawiki. It seems to work on Wikipedia, but no clue how the WMF does that. IMO this should work per default.

$wgDisableOutputCompression is unset (so "false"). Other pages are correctly compressed. Only content delivered with load.php is not compressed.
Comment 1 Krinkle 2013-08-12 06:04:48 UTC
I can't reproduce this.
Comment 2 Kelson [Emmanuel Engelhart] 2013-08-12 06:25:52 UTC
@Krinkle

Have deployed two new MW releases since this bug report, let me test it again with a fresh install... Or, this is already what you have done?

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links