https://bugzilla.wikimedia.org/show_bug.cgi?id=45935

       Web browser: ---
            Bug ID: 45935
           Summary: ResourceLoader (load.php) does not compress content
           Product: MediaWiki
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: ResourceLoader
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected],
                    [email protected], [email protected]
    Classification: Unclassified
   Mobile Platform: ---

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.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to