Looks like the user pageviews for wap.wikipedia.org and mobile.wikipedia.org subdomains are approximately 0.02% of the size of pageviews for m.wikipedia.org subdomains based on a recent one day check.
hive> select count(*) from wmf.webrequest where year = 2015 and month = 7 and day = 14 and access_method = 'mobile web' and (uri_host like '%.wap.wikipedia.org' OR uri_host like '%. mobile.wikipedia.org') and is_pageview = true and agent_type = 'user'; 35,543 hive> select count(*) from wmf.webrequest where year = 2015 and month = 7 and day = 14 and access_method = 'mobile web' and uri_host like '%.m.wikipedia.org' and is_pageview = true and agent_type = 'user'; 202,024,891 On Thu, Jul 16, 2015 at 5:41 AM, John <[email protected]> wrote: > ... Have we done any analysis on usage of those subdomains? > > On Thu, Jul 16, 2015 at 8:34 AM, Adam Baso <[email protected]> wrote: > > > There's a ticket for removing mobile.wikipedia.org and wap.wikipedia.org > > domains/subdomains, which are legacy domain names superceded by > > m.wikipedia.org and its subdomains. > > > > https://phabricator.wikimedia.org/T104942 > > > > The rationale for the removal of these legacy domain names is to help > > support HSTS preloading in browsers with the existing TLS SAN cert. > > > > After review of the ticket, can anyone think of a compelling reason to > keep > > those old domain names? > > > > I'm going to open a separate thread on mobile-l about this given this is > > more mobile-targeted, yet some people only operate on one of wikitech-l > or > > mobile-l. > > > > -Adam > > _______________________________________________ > > Wikitech-l mailing list > > [email protected] > > https://lists.wikimedia.org/mailman/listinfo/wikitech-l > _______________________________________________ > Wikitech-l mailing list > [email protected] > https://lists.wikimedia.org/mailman/listinfo/wikitech-l _______________________________________________ Wikitech-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikitech-l
