Using the Top 25 articles (https://en.wikipedia.org/wiki/Wikipedia:Top_25_Report), and comparing those pages with the pre- and post-enhancement implementation kB served - checking within 5-10 minutes of each other - here's an unscientific comparison of page weights (.ods format).

https://drive.google.com/file/d/0BxJX28FKLm78QjFkOFd2dDVtVTA/edit?usp=sharing

Note, the image rewriting is geared at m.wikipedia.org dimensioned images on non-File: namespace pages on Wikipedia Zero under a test operator configuration only at the moment. Additional enhancements to come would target non-dimensioned images on non-File: namespace pages on mdot on Wikipedia Zero, and should eke out a little extra bandwidth reduction. The bizdev team will be speaking with an operator or two to trial this, and the hope is to roll it out to Wikipedia Zero in general after that.

Nice work, Yuri!

-Adam



On Wed, Jun 11, 2014 at 3:03 PM, Adam Baso <abaso@wikimedia.org> wrote:
Yuri, you mentioned that we we're seeing a 2x decrease in payload
traffic as a result of this change.

When you profile against a sample of our traffic data does this
increase/decrease/stay the same?

Best if Yuri speaks to this. That said, as I recall, Yuri ran random page samples (or maybe it was representative samples), looking at the impact of the preexisting image library compression on the included page images in those pages versus the more aggressive image library compression (that is, what's now possible with an image quality paramater) on those images.
 
Zero team, what is our target device matrix these days and how robust
is its Javascript support?

My perspective is anything that will handle HTML. On some partner networks 30% or more of the pageviews come from browsers lacking JavaScript support or are blacklisted by the ResourceLoader bootstrapping, so they don't run the JavaScript. (Sufficient) JavaScript support is definitely present on some devices - we saw that in an older ResourceLoader module used by the ZeroRatedMobileAccess extension - but it's far from universal.

Incidentally, we have discussed having a means of capturing the trendline for (sufficient) JS support; we should consider use of EventLogging or some cookie setter with cookies processed at Varnish and added into X-Analytics; this is easiest done as an RL module.

Sumanah just ran the regular RFC review on this, and the go-forward plan is this:

1. Implement rewriting of the thumbnail image tags on http://en.m.wikipedia.org/wiki/Cats for Wikipedia Zero networks starting in a week or so.
2. Then the week following that roll it out on a particular language for Wikipedia Zero networks.
3. Then the week following that roll it out across all language for Wikipedia Zero networks.

As data roll in through this gradual rollout, I think we could re-open discussion on the feasibility of a hybrid approach for the mobile web in general:

1. Always rewrite thumbs.
2. On higher-JS support devices on non-Wikipedia Zero networks, as the user nears a thumbnail, fetch the higher quality version as well.

-Adam