This document discusses how web pages on mobile devices are often slower than on desktop, and provides strategies for improving mobile performance. It notes that page load times above 10 seconds result in decreased revenue. Responsive design helps but does not fully address the issue. The document advocates an approach called RESS (Responsive Design with Server Side components) to optimize pages for mobile by doing work like image resizing and component selection on the server rather than in the browser. It describes using device detection on the server side to tailor pages for different device capabilities and bandwidth conditions.
Related topics: