https://bugzilla.wikimedia.org/show_bug.cgi?id=25611
Ilya Grigorik <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #16 from Ilya Grigorik <[email protected]> --- (In reply to comment #11) > Currently there is no support in MediaWiki for sending different thumbnails > depending on the user-agent. I don't think this should be done within > MediaWiki > itself in any case, as it would fragment the parser cache. > > (In reply to comment #10) > > this could be done by using Google mod_pagespeed since it does on the fly > > WebP > > conversion. > > https://developers.google.com/speed/docs/mod_pagespeed/filter-image-optimize > > > Note that the Wikimedia image servers use nginx, rather than apache. Well, there is also ngx_pagespeed, but assuming the conversion happens as a separate step, it's also easy to configure nginx [1] to serve the appropriate asset based on advertised Accept header. [1] http://www.igvita.com/2013/05/01/deploying-webp-via-accept-content-negotiation/ -- 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 [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
