Wikimedia Unifies Mobile and Desktop Domains for 20% Faster Mobile Performance
By
todsacerdoti
A baker's-dozen of insight crammed into one ring.
Summary
The Wikimedia Foundation technical team describes their successful migration to unified mobile and desktop domains, eliminating the separate mobile subdomain (m.wikipedia.org) that had been in place since 2011. The change resulted in 20% faster mobile response times, improved SEO by eliminating redirects, and reduced infrastructure load. The technical implementation involved server-side changes to serve appropriate mobile or desktop versions from the same domain based on user agent detection.
Key quotes
· 3 pulledUntil now, when you visited a wiki (like en.wikipedia.org), the server responded in one of two ways: a desktop page, or a redirect to the equivalent mobile URL (like en.m.wikipedia.org).
Our servers have operated this way since 2011, when we deployed MobileFrontend.
How we achieved 20% faster mobile response times, improved SEO, and reduced infrastructure load.
You might also wanna read
WebSparks: An AI-Powered Tool for Building Web Applications Without Extensive Coding
WebSparks is an AI-powered software engineer that transforms ideas into fully functional web applications without requiring extensive coding
innovirtuoso.com·19h agoJoost de Valk publishes open Website Specification: 128 rules for modern, future-proof websites
Joost de Valk, creator of Yoast SEO, published the Website Specification (specification.website) — an open, platform-agnostic reference docu
ZX Spectrum BASIC interpreter rebuilt from scratch to run natively in web browsers
A developer has rebuilt the ZX Spectrum's BASIC interpreter from scratch to run in a web browser, without emulating the original Z80 hardwar
How to Set Up an Apache Reverse Proxy for an Ecommerce Website
This article provides a comprehensive, start-to-finish guide on setting up an Apache reverse proxy specifically for ecommerce websites. It c
blog.radwebhosting.com·2d agoImplementing live text search in React with Firestore Enterprise's built-in search pipeline
Firebase's Firestore Enterprise edition now includes built-in text search support. This article demonstrates how to implement live text sear
firebase.blog·2d agowterm: A DOM-based Web Terminal Emulator Powered by Zig and WebAssembly
wterm is a web-based terminal emulator that renders directly to the DOM, providing native text selection, copy/paste, find functionality, an
