Responsive Web Design: A Three-Screen Study in Site Performance

Size: px
Start display at page:

Download "Responsive Web Design: A Three-Screen Study in Site Performance"

Transcription

1 1 June 17, 2014 Responsive Web Design: A Three-Screen Study in Site Performance Ken Harker Senior Consultant ken.harker@keynote.com Keynote Consulting Mobile Research Summit: Data & Insights 2014 June 2014

2 All Web Sites Want To Do The Same Thing Show the site visitor the information that she wants in a way that is pleasant to read on the device that she is using 2

3 One Screen To Rule Them All In the early days of the web, (almost) all screens were the same While the size of computer monitors increased over time, it did so gradually, and most users followed along with the main herd 3

4 The Smartphone Changes Everything How do have a web site that is pleasant to read on a big screen and on a handheld device? Build two versions of your site? Or one version that adapts to different screen sizes? 4

5 The Smartphone Has Been An Afterthought As recently as the 2012 holiday shopping season, only 60% of the top 100 e-retailers even had mobile sites at all On many sites, only the Home page was optimized for mobile On average, 19% of pages requested by mobile browsers returned mobile-optimized content Too many mobile sites, even today, offer only a small fraction of the content available on the desktop site Fewer development resources, less operational monitoring, poor understanding [Source: 5

6 The Smartphone Is No Longer a Niche Amazon.com is the #1 online shopping destination in the world 178 million monthly unique visitors 29% of those visitors only use mobile devices when shopping at Amazon Target is the #4 online shopping destination online 66 million monthly unique visitors 43% of those visitors only use mobile devices when shopping at Target [Source: 6

7 Graceful degradation vs. progressive enhancement Graceful degradation is the idea that you should design the site to give the best experience possible, and then accommodate any shortcomings of the device as best as possible In progressive enhancement, you design the best possible experience for the most basic devices first, and gradually enhance the user experience for devices with greater capabilities and fewer constraints Responsive Web Design can use either a graceful degradation or a progressive enhancement approach, but in the real world, RWD is typically a graceful degradation design strategy 7

8 8 June 17, 2014 What is Responsive Web Design?

9 What is Responsive Web Design RWD is a web design approach aimed at creating web sites with an optimal user interface experience across multiple devices and screen sizes 9

10 What is Responsive Web Design An RWD site requires a minimum of scrolling, resizing, or panning whether being viewed on large displays or small displays Content is adapted to the viewing environment on the fly, without separate desktop and mobile sites Site owners need maintain only one version of the web site 10

11 Real-life Example: HiutDenim 11

12 The Benefits of RWD A primary benefit of Responsive Web Design is that there is only one URL for each page on the site Search engines need only index one URL for the content Content providers can focus on one SEO strategy More users may find your products or services through organic search Social media engagement is enhanced When users share URLs on Facebook, Twitter, Pinterest, etc. it doesn t matter if their friends are on mobile devices or desktop devices Marketing analytics are easier You can still get breakdowns of users by browser types (mobile versus desktop) but no longer is the mobile and desktop traffic separate Innovate Faster Fewer specialized teams Avoid the hassle of outsourcing the mobile site effort to a third-party specialty design house Introduce new features and content on all screens at the same time 12

13 How is RWD Implemented? Fluid grids use percentages and other flexible techniques rather than fixed sizes or pixel counts Flexible images are also adapted to deliver high quality at different screen resolutions Sometimes, images can be avoided altogether using newer HTML5 markup options CSS media queries allow the page to adapt its formatting to different screen sizes; for example, displaying content in 2 columns instead of 3 columns 13

14 But Is There a Downside? Yes. Performance is the major problem for smartphone users. 14

15 We All Expect Fast Page Loads In the blink of an eye.

16 Waiting is Not Pleasant 47% of consumers expect web pages to load in 2 seconds or less 40% abandon web sites that take longer than 3 seconds to load 79% of shoppers who are dissatisfied with a site s performance are unlikely to return A 1 second delay in page response time can result in a 7% reduction in conversions [Source: 16

17 We Need Fast Mobile Page Loads After 10 seconds, half of your customers are gone.

18 The Bottom Line Delays in page load time result in increased abandonment, decreased loyalty, and loss of revenue Even very small delays will drive your potential customers to the competition or keep them from returning to your site Success is measured in milliseconds, not seconds 18

19 Why Does Performance Suffer? On almost every site built with RWD, pages load all of the content that users with large displays on fast, wired Internet connections can use, and then adapt the content to fit on the small screen Mobile network connections (3G, 4G, 4G LTE, even WiFi) do not have the same capabilities as high-speed, low-latency wired network connections A 1MB page might be completely reasonable on desktop, but incredibly sluggish on mobile 19

20 Not All Networks Are the Same Your standard 3G mobile network connection has significantly slower throughputs and much slower latencies than most home and office wired connections Best practice standards for the desktop will not work well on mobile [Source: 20

21 Other Hassles with RWD For sites that display ads, many ad brokers cannot deliver ad images that are fluid, but rather serve content at fixed pixel dimensions This complicates the delivery of ad content to smartphone browsers or may force certain pages to use separate desktop and mobile URLs Some ad content may be forced to fit, leaving awkward empty space on the screen The development cycle might be longer than for a typical non-rwd site More requirements in the planning stages More development time More testing required 21

22 22 June 17, 2014 RWD and Mobile Performance: The Study

23 Keynote and Mobile Performance Keynote has been directly measuring and analyzing the mobile web since 2007 We learned early on that it is important to examine the user experience with real mobile network connections Important to measure both smartphone and tablet user experiences 23

24 An RWD Study In the winter of 2014, Keynote conducted a study of 12 sites built with Responsive Web Design for a special article in Internet Retailer Measurements were taken in January and February 10 retailers in the US and 2 retailers in the UK Sites were measured over desktop, smartphone, and tablet Desktop measurements were made with high-speed backbone internet connections Smartphone measurements were taken over 3G and 4G mobile network connections Tablet measurements were made from high-speed backbone internet connections 24

25 RWD Study Executive Summary None of the sites met Keynote performance targets for the smartphone experience For the mix of mobile operators on which the UK sites were measured, Keynote recommends 3 seconds or faster HiutDenim was the fastest UK site at 5.7 seconds on average For the mix of mobile operators on which the US sites were measured, Keynote recommends 4.5 seconds or faster At 8.74 seconds, Sweetwater was the only US site in the study faster than 10 seconds on average 25

26 Study Results Device Type Response Time (sec) Success Rate (%) Fastest Site (sec) Slowest Site (sec) Responsive Design Desktop % Responsive Design Tablet % Responsive Design Smartphone %

27 The Smartphone Experience Was Poor Although the study average page load times for Desktop and Tablet were in the 3-5 second range, the average smartphone home page load was over 18 seconds Even the best-performing RWD sites failed to meet Keynote performance targets on the smartphone Responsive Web Design sites need to optimize for smartphone performance 27

28 One Site Was Even Broken One of the sites in the study failed to render the Home Page when viewed on a major US mobile carrier Some mobile carrier, especially on their lower-performance networks, employ proxy servers to try to optimize web content going to mobile devices on their network Sometimes, this optimization can have unexpected results and can result in errors 28

29 The Common Pitfall: Bloat A major driver for the slower performance on smartphones is page weight and element count Keynote recommends 20 or fewer new HTTP requests and 200K or lighter page weights None of the RWD sites met these recommendations The two fastest sites in the US were the only two below 300K and 30 elements each 29

30 Page Weight Matters The fastest RWD sites on smartphones all have less than 1MB of total page weight 30

31 Element Count Matters The fastest RWD sites on smartphones have fewer than 30 round trips to web servers over the mobile network connections 31

32 32 June 17, 2014 Opportunities to Improve

33 10 Technical Strategies for RWD Sites Reduce the number of HTTP requests Parallel downloads Use as few domains as possible Always load content in the order it appears on the screen Remove unnecessary redirections

34 10 Technical Strategies for RWD Sites Reduce the number of HTTP requests Use as few domains as possible Manage third-party calls Optimize images Parallel downloads Always load content in the order it appears on the screen Effective cache controls Use persistent TCP connections Remove unnecessary redirections Use SSL only when necessary

35 RESS = Responsive + Server-Side A blended middle ground between developing entirely separate mobile and desktop sites versus having a single version of the web site that tries to adapt to all screens Server-side components can determine the kind of device being used (through analysis of the User-Agent string, for example) and automatically optimize some portions of the content before they are sent over the network For example, rather than sending full resolution photographic images and relying on the browser to scale them to fit, the server-side component can send appropriatelyscaled images 35

36 36 June 17, 2014 Questions?

White Paper. How To Deliver Fast, Engaging Responsive Web Design Sites

White Paper. How To Deliver Fast, Engaging Responsive Web Design Sites White Paper How To Deliver Fast, Engaging Responsive Web Design Sites Table of Contents MOBILE IMPACTS THE BOTTOM LINE...1 RESPONSIVE WEB DESIGN ADOPTION GROWING FAST...2 FAST, QUALITY WEB EXPERIENCES

More information

FIVE WAYS TO OPTIMIZE MOBILE WEBSITE PERFORMANCE WITH PAGE SPEED

FIVE WAYS TO OPTIMIZE MOBILE WEBSITE PERFORMANCE WITH PAGE SPEED WHITE PAPER: MOBILE WEBSITE PERFORMANCE FIVE WAYS TO OPTIMIZE MOBILE WEBSITE PERFORMANCE WITH PAGE SPEED SNOOZE, YOU LOSE. TODAY S MOBILE USERS EXPECT PERFORMANCE DELIVERED FAST. For those of us who depend

More information

Update logo and logo link on A Master. Update Date and Product on B Master

Update logo and logo link on A Master. Update Date and Product on B Master Cover Be sure to: Update META data Update logo and logo link on A Master Update Date and Product on B Master Web Performance Metrics 101 Contents Preface...3 Response Time...4 DNS Resolution Time... 4

More information

WompMobile Technical FAQ

WompMobile Technical FAQ WompMobile Technical FAQ What are the technical benefits of WompMobile? The mobile site has the same exact URL as the desktop website. The mobile site automatically and instantly syncs with the desktop

More information

AKAMAI WHITE PAPER. How To Deliver Fast, Engaging Responsive Web Design Sites

AKAMAI WHITE PAPER. How To Deliver Fast, Engaging Responsive Web Design Sites AKAMAI WHITE PAPER How To Deliver Fast, Engaging Responsive Web Design Sites TABLE OF CONTENTS MOBILE IMPACTS THE BOTTOM LINE 1 RESPONSIVE WEB DESIGN ADOPTION IS GROWING FAST 1 FAST, QUALITY WEB EXPERIENCES

More information

Mobile Web Performance

Mobile Web Performance Mobile Web Performance Understand and Overcome! www.yottaa.com www.marlinmobile.com Your Presenters Ari Weil VP of Products, Yottaa @aweil Adrian Mendoza Co-founder, Marlin Mobile @marlinux www.yottaa.com

More information

Results-Oriented Application Acceleration with FastView Because Every Second Counts Whitepaper

Results-Oriented Application Acceleration with FastView Because Every Second Counts Whitepaper Results-Oriented Application Acceleration with FastView Because Every Second Counts Whitepaper Table of Contents Executive Summary...3 Why Website Performance Matters...3 What Affects Website Performance...5

More information

Mobile in 2015: Why Your Website Must Be Responsive

Mobile in 2015: Why Your Website Must Be Responsive Mobile in 2015: Why Your Website Must Be Responsive Ali Amirrezvani CEO and Co-Founder DealerOn, Inc. Derwood, Maryland Ali@DealerOn.com 301-806-0999 1 The views and opinions presented in this educational

More information

Responsive Web Design: Is It Worth It?

Responsive Web Design: Is It Worth It? Responsive Web Design: Is It Worth It? (Adapted from " Responsive Web Design," by EyeImagine, LLC, December 2012, www.eyeimaginetech.com) Introduction Responsive Web Design is generating a lot of buzz

More information

STeP-IN SUMMIT 2014. June 2014 at Bangalore, Hyderabad, Pune - INDIA. Mobile Performance Testing

STeP-IN SUMMIT 2014. June 2014 at Bangalore, Hyderabad, Pune - INDIA. Mobile Performance Testing STeP-IN SUMMIT 2014 11 th International Conference on Software Testing June 2014 at Bangalore, Hyderabad, Pune - INDIA Mobile Performance Testing by Sahadevaiah Kola, Senior Test Lead and Sachin Goyal

More information

STATE OF THE UNION. European Ecommerce Page Speed and Web Performance

STATE OF THE UNION. European Ecommerce Page Speed and Web Performance European Ecommerce Page Speed and Web Performance Table of Contents Executive Summary... 3 How the Top 20 Retailers Performed... 3 Key Findings: Analysis and Interpretation... 4 Finding #1: Page speed

More information

Mobile Application Performance Report

Mobile Application Performance Report Mobile Application Performance Report Optimization Recommendations and Performance Analysis Report Prepared for - http://www.google.com VS http://www.yahoo.com Emulated Device Type: ipad OVERALL PERFORMANCE

More information

Website Design Trends

Website Design Trends Website Design Trends Keeping Your Online Presence Fresh By Eric Cook, MBA @EricCook Banker For 15 Years Graduate School of Banking 2003 Graduate Faculty Now Consultant Since 2007 Focused on Community

More information

Let s Take the Mobile Out of Web Development

Let s Take the Mobile Out of Web Development Let s Take the Mobile Out of Web Development Douglass Sillars, PhD Performance/Optimization Lead Developer Advocacy Web Browsing on Mobile History/Context Web on Mobile Criteria/Performance Approaches

More information

Planning a Responsive Website

Planning a Responsive Website Planning a Responsive Website Planning a website is important for both web designers and website owners. Planning your website before you start building it can save you time, keep your site code more accurate

More information

I WISH I COULD FIND THE TIME!

I WISH I COULD FIND THE TIME! Ping A Tier4Tech Publication Vol. 1/Issue 1 I WISH I COULD FIND THE TIME! A dentist discovers the value of a trusted partner when updating his website YOUR WEBSITE WILL BE OBSOLETE IN 18 MONTHS New technology

More information

Meeting the challenges of modern website performance Developments in monitoring strategies

Meeting the challenges of modern website performance Developments in monitoring strategies Meeting the challenges of modern website performance Developments in monitoring strategies Is your website monitoring realistic enough to meet today s challenges? Is your web testing strategy holistic

More information

Accelerating Mobile Access

Accelerating Mobile Access Mobile devices are proliferating, and their use to access applications is skyrocketing, while users are less accepting of application performance issues than ever before. Since mobile devices have limited

More information

2012 Annual State of the Union: E-Commerce Page Speed and Website Performance

2012 Annual State of the Union: E-Commerce Page Speed and Website Performance 2012 Annual State of the Union: E-Commerce Page Speed and Website Performance January 2012 Table of Contents Executive Summary 2 Who was fastest? 4 Key findings: Analysis and interpretation 5 Takeaways

More information

Improving Magento Front-End Performance

Improving Magento Front-End Performance Improving Magento Front-End Performance If your Magento website consistently loads in less than two seconds, congratulations! You already have a high-performing site. But if your site is like the vast

More information

SiteCelerate white paper

SiteCelerate white paper SiteCelerate white paper Arahe Solutions SITECELERATE OVERVIEW As enterprises increases their investment in Web applications, Portal and websites and as usage of these applications increase, performance

More information

Magento Performance Optimization Whitepaper

Magento Performance Optimization Whitepaper Websites Decay Fast Even one year is a long time on the web, as Magento platform is changing, evolving as it takes on new e-commerce challenges one at a time in steady, ongoing iteration. When you created

More information

INTRO TO. Adaptive Web Design. Aaron Gustafson @aarongustafson slideshare.net/aarongustafson. Brad Frost

INTRO TO. Adaptive Web Design. Aaron Gustafson @aarongustafson slideshare.net/aarongustafson. Brad Frost INTRO TO Adaptive Web Design Aaron Gustafson @aarongustafson slideshare.net/aarongustafson Brad Frost Just four years ago the majority of our visitors saw our website in Internet Explorer on a Windows

More information

BUSINESS IMPACT OF POOR WEB PERFORMANCE

BUSINESS IMPACT OF POOR WEB PERFORMANCE WHITE PAPER: WEB PERFORMANCE TESTING Everyone wants more traffic to their web site, right? More web traffic surely means more revenue, more conversions and reduced costs. But what happens if your web site

More information

Faster ecommerce. ebook. How mobile app speed impacts sales

Faster ecommerce. ebook. How mobile app speed impacts sales Faster ecommerce ebook How mobile app speed impacts sales Table of Contents Chapter 1 Chapter 2 Chapter 3 Chapter 4 Chapter 5 Chapter 6 Chapter 7 Introduction Retail traffic is shifting to mobile Importance

More information

Why Web Performance Matters Open Text Web Solutions Usergroup Anwendertagung Feb. 2012. Tobias Dreyschultze Tobel Online Web Consultancy

Why Web Performance Matters Open Text Web Solutions Usergroup Anwendertagung Feb. 2012. Tobias Dreyschultze Tobel Online Web Consultancy Why Web Performance Matters Open Text Web Solutions Usergroup Anwendertagung Feb. 2012 Tobias Dreyschultze Tobel Online Web Consultancy The Person Tobias Dreyschultze Wohnhaft in München Informatik, Universität

More information

Responsive Web Design. vs. Mobile Web App: What s Best for Your Enterprise? A WhitePaper by RapidValue Solutions

Responsive Web Design. vs. Mobile Web App: What s Best for Your Enterprise? A WhitePaper by RapidValue Solutions Responsive Web Design vs. Mobile Web App: What s Best for Your Enterprise? A WhitePaper by RapidValue Solutions The New Design Trend: Build a Website; Enable Self-optimization Across All Mobile De vices

More information

Recommendations for Websites Optimization for Mobile Devices Using Mobile Centric CSS. February 2014 Update

Recommendations for Websites Optimization for Mobile Devices Using Mobile Centric CSS. February 2014 Update Recommendations for Websites Optimization for Mobile Devices Using Mobile Centric CSS February 2014 Update Is Mobile SEO Required Now? In a Google Smartphone User study, mobile searches will make up 25%

More information

Benefits of Responsive Web Design

Benefits of Responsive Web Design Responsive Introduction Presented By RESPONSIVE WEB DESIGN WHAT IS RESPONSIVE WEB DESIGN? Responsive web design (RWD) is a web design approach aimed at crafting sites to provide an optimal viewing experience

More information

A Beginners Guide To Responsive, Mobile & Native Websites 2013 Enhance.ie.All Rights Reserved.

A Beginners Guide To Responsive, Mobile & Native Websites 2013 Enhance.ie.All Rights Reserved. A Beginners Guide To Responsive, Mobile & Native Websites 2013 Enhance.ie.All Rights Reserved. 1 The Mobile Web refers to access to the world wide web, i.e. the use of browser-based Internet services,

More information

Responsive Web Design

Responsive Web Design A Customer-Centric Approach to Managing Mobile Devices Introduction The mobile landscape is rapidly changing. Just look around you. The newspaper is now being read on tablets. Kids are using the latest

More information

Testing & Assuring Mobile End User Experience Before Production. Neotys

Testing & Assuring Mobile End User Experience Before Production. Neotys Testing & Assuring Mobile End User Experience Before Production Neotys Agenda Introduction The challenges Best practices NeoLoad mobile capabilities Mobile devices are used more and more At Home In 2014,

More information

SciVisum Christmas 2014 ecommerce mobile experience report

SciVisum Christmas 2014 ecommerce mobile experience report Web Performance Management made easy SciVisum Christmas 2014 ecommerce mobile experience report Website testing specialist SciVisum Ltd recently carried out a survey to monitor the product pages of 10

More information

STeP-IN SUMMIT 2014. June 2014 at Bangalore, Hyderabad, Pune - INDIA. Mobile Application Performance: Test Strategies & Enhancement through WPO

STeP-IN SUMMIT 2014. June 2014 at Bangalore, Hyderabad, Pune - INDIA. Mobile Application Performance: Test Strategies & Enhancement through WPO 11 th International Conference on Software Testing June 2014 at Bangalore, Hyderabad, Pune - INDIA Test Strategies & Enhancement through WPO by Amit Deshpande, Lead Performance Engineer, Synechron Copyright:

More information

Responsive Web Design in Application Express

Responsive Web Design in Application Express Insert Information Protection Policy Classification from Slide 13 1 Responsive Web Design in Application Express using HTML5 and CSS3 Shakeeb Rahman @shakeeb Principal Member of Technical Staff Oracle

More information

The Wireless Last Hop WHITE PAPER. What is it?...and why is it important? networks. - Improving the way the world connects -

The Wireless Last Hop WHITE PAPER. What is it?...and why is it important? networks. - Improving the way the world connects - The Wireless Last Hop WHITE PAPER What is it?...and why is it important? - Improving the way the world connects - Background Today s Internet is wireless. Comcast, Level 3 and AT&T may provide the connections

More information

The mobile opportunity: How to capture upwards of 200% in lost traffic

The mobile opportunity: How to capture upwards of 200% in lost traffic June 2014 BrightEdge Mobile Share Report The mobile opportunity: How to capture upwards of 200% in lost traffic You ve likely heard that mobile website optimization is the next frontier, and you ve probably

More information

Real vs. Synthetic Web Performance Measurements, a Comparative Study

Real vs. Synthetic Web Performance Measurements, a Comparative Study Real vs. Synthetic Web Performance Measurements, a Comparative Study By John Bartlett and Peter Sevcik December 2004 Enterprises use today s Internet to find customers, provide them information, engage

More information

How To Optimize Your Website With Radware Fastview

How To Optimize Your Website With Radware Fastview FastView Radware s End-to-End Acceleration Technology Technology Overview Whitepaper Table of Contents Executive Summary... 3 Performance Matters... 4 The Business Impact of Fast Web Sites... 4 Acceleration

More information

Mobile Performance Testing Approaches and Challenges

Mobile Performance Testing Approaches and Challenges NOUS INFOSYSTEMS LEVERAGING INTELLECT Mobile Performance Testing Approaches and Challenges ABSTRACT Mobile devices are playing a key role in daily business functions as mobile devices are adopted by most

More information

MOBILE MARKETING MUSTS. IRCE June 3, 2015

MOBILE MARKETING MUSTS. IRCE June 3, 2015 MOBILE MARKETING MUSTS IRCE June 3, 2015 OUR PRESENTERS DANIELLE SAVIN DIRECTOR, DIGITAL STRATEGY & DIGITAL MARKETING LYONSCG WWW.LYONSCG.COM DAWN TRENSON DIRECTOR OF ECOMMERCE STEVEN ALAN WWW.STEVENALAN.COM

More information

The Why and How of Responsive Design

The Why and How of Responsive Design The Why and How of Responsive Design Why You Should Care About Responsive Web Design and How to Make the Transition Successfully WHITEPAPER I ntroduction As users have become more mobile, web trends have

More information

Mobile Apps: What Consumers Really Need and Want. A Global Study of Consumers Expectations and Experiences of Mobile Applications

Mobile Apps: What Consumers Really Need and Want. A Global Study of Consumers Expectations and Experiences of Mobile Applications Mobile Apps: What Consumers Really Need and Want A Global Study of Consumers Expectations and Experiences of Mobile Applications The Difference Between a Mobile App and a Mobile Website Before we evaluate

More information

Responsive Web Design (RWD) Best Practices Guide Version: 2013.11.20

Responsive Web Design (RWD) Best Practices Guide Version: 2013.11.20 Responsive Web Design (RWD) Best Practices Guide Version: 2013.11.20 This document includes best practices around responsive web design (RWD) when developing hybrid applications. Details on each checklist

More information

Front-End Performance Testing and Optimization

Front-End Performance Testing and Optimization Front-End Performance Testing and Optimization Abstract Today, web user turnaround starts from more than 3 seconds of response time. This demands performance optimization on all application levels. Client

More information

Airangel s WiFi Portal Best Practice Guidelines Get the most out of your WiFi infrastructure

Airangel s WiFi Portal Best Practice Guidelines Get the most out of your WiFi infrastructure CONTROL PERSONALISE SOCIALISE www.airangel.com Airangel s WiFi Portal Best Practice Guidelines Get the most out of your WiFi infrastructure Contents Why is my portal design so important? Page 03 - You

More information

Bricks And Clicks A Look At Today s Retail Marketing Trends

Bricks And Clicks A Look At Today s Retail Marketing Trends Bricks And Clicks A Look At Today s Retail Marketing Trends A Quick and Easy Guide to Digital Advertising for Local Businesses TABLE OF CONTENTS 3 4 7 11 The New Customer Path to Purchase The Rise of Mobile

More information

RESPONSIVE WEB DESIGN: THE FUTURE. Written by: Doug Schust, WSI Digital Marketing Expert

RESPONSIVE WEB DESIGN: THE FUTURE. Written by: Doug Schust, WSI Digital Marketing Expert Responsive Web Design: The // 1 2 10.ch RESPONSIVE WEB DESIGN: THE FUTURE Written by: Doug Schust, WSI Digital Marketing Expert Responsive Web Design: The // 2 Table of Contents Introduction... 3 1.Benefits

More information

Oracle WebCenter Sites Mobility Server Enabling exceptional mobile and tablet web applications and web sites without compromise

Oracle WebCenter Sites Mobility Server Enabling exceptional mobile and tablet web applications and web sites without compromise Oracle WebCenter Sites Mobility Server Enabling exceptional mobile and tablet web applications and web sites without compromise Mobility Server offers state-of-the-art technology and a comprehensive solution

More information

RESPONSIVE WEB DESIGN

RESPONSIVE WEB DESIGN WHITE PAPER December 2012 RESPONSIVE WEB DESIGN A QUICK INTRODUCTION Responsive Web Design is generating a lot of buzz among web designers. What s all the fuss about? facing Responsive Design and total

More information

79 Tips and Tricks for Magento Performance Improvement. for Magento Performance Improvement

79 Tips and Tricks for Magento Performance Improvement. for Magento Performance Improvement 79 Tips and Tricks for Magento Performance Improvement A Checklist to Faster Load Times and Higher Conversion Rates Your website visitors crave fast load times and speedy product search. In fact, almost

More information

HOW IS WEB APPLICATION DEVELOPMENT AND DELIVERY CHANGING?

HOW IS WEB APPLICATION DEVELOPMENT AND DELIVERY CHANGING? WHITE PAPER : WEB PERFORMANCE TESTING Why Load Test at all? The reason we load test is to ensure that people using your web site can successfully access the pages and complete whatever kind of transaction

More information

DEPLOYMENT GUIDE DEPLOYING THE BIG-IP LTM SYSTEM WITH MICROSOFT WINDOWS SERVER 2008 TERMINAL SERVICES

DEPLOYMENT GUIDE DEPLOYING THE BIG-IP LTM SYSTEM WITH MICROSOFT WINDOWS SERVER 2008 TERMINAL SERVICES DEPLOYMENT GUIDE DEPLOYING THE BIG-IP LTM SYSTEM WITH MICROSOFT WINDOWS SERVER 2008 TERMINAL SERVICES Deploying the BIG-IP LTM system and Microsoft Windows Server 2008 Terminal Services Welcome to the

More information

Written by: Doug Schust, WSI Digital Marketing Expert

Written by: Doug Schust, WSI Digital Marketing Expert Written by: Doug Schust, WSI Digital Marketing Expert Responsive web design is generating a lot of buzz in the digital marketing space these days, even among the guru web designers. So what s all the excitement

More information

Going Mobile-does your website work on mobile devices?

Going Mobile-does your website work on mobile devices? Going Mobile-does your website work on mobile devices? Going Mobile-does your website work on mobile devices? It is unlikely to have escaped your attention that people are now accessing the web from a

More information

Following statistics will show you the importance of mobile applications in this smart era,

Following statistics will show you the importance of mobile applications in this smart era, www.agileload.com There is no second thought about the exponential increase in importance and usage of mobile applications. Simultaneously better user experience will remain most important factor to attract

More information

DEPLOYMENT GUIDE. Deploying the BIG-IP LTM v9.x with Microsoft Windows Server 2008 Terminal Services

DEPLOYMENT GUIDE. Deploying the BIG-IP LTM v9.x with Microsoft Windows Server 2008 Terminal Services DEPLOYMENT GUIDE Deploying the BIG-IP LTM v9.x with Microsoft Windows Server 2008 Terminal Services Deploying the BIG-IP LTM system and Microsoft Windows Server 2008 Terminal Services Welcome to the BIG-IP

More information

The Mobile Web Design Battle That Isn t. Why Adaptive Knocks Out Responsive for E-commerce

The Mobile Web Design Battle That Isn t. Why Adaptive Knocks Out Responsive for E-commerce Why Adaptive Knocks Out Responsive for E-commerce Why Adaptive Knocks Out Responsive for E-commerce Tech bloggers, marketers, and general web enthusiasts continue to fight about which form of web design

More information

RESPONSIVE DESIGN: OPTIMIZING THE CUSTOMER WEB EXPERIENCE ACROSS DEVICES

RESPONSIVE DESIGN: OPTIMIZING THE CUSTOMER WEB EXPERIENCE ACROSS DEVICES RESPONSIVE DESIGN: OPTIMIZING THE CUSTOMER WEB EXPERIENCE ACROSS DEVICES FORESEE RESPONSIVE DESIGN REPORT Author: Bruce Shields, Usability, ForeSee 2012 ForeSee FORESEE RESPONSIVE DESIGN REPORT 2 Just

More information

HTML5 : carrier grade

HTML5 : carrier grade HTML5 : carrier grade Alex Rutgers / CTO@Momac / February 2013. Introduction Since HTML5 became mainstream media around April 2010 and I decided to create an overview article on HTML5 in the mobile space,

More information

Return on Responsive Web Design

Return on Responsive Web Design Return on Responsive Web Design Table of contents 1: Introduction 1: Growth in mobility the driving force for responsive web design 2: Return on responsive design 4: Three keys to successful responsive

More information

LYONSCG ECOMMERCE ACCELERATOR (LEA) FOR MAGENTO. Discussion of Features

LYONSCG ECOMMERCE ACCELERATOR (LEA) FOR MAGENTO. Discussion of Features LYONSCG ECOMMERCE ACCELERATOR (LEA) FOR MAGENTO Discussion of Features Eric Marsh July 2015 1 AN INNOVATIVE ecommerce SOLUTION The LYONSCG ecommerce Accelerator (LEA) for Magento was developed for small

More information

/ BROCHURE / BEST PRACTICE FOR BENCHMARKING WEB & MOBILE SITE PERFORMANCE. By Melbourne IT Enterprise Services

/ BROCHURE / BEST PRACTICE FOR BENCHMARKING WEB & MOBILE SITE PERFORMANCE. By Melbourne IT Enterprise Services / BROCHURE / BEST PRACTICE FOR BENCHMARKING WEB & MOBILE SITE PERFORMANCE By Melbourne IT Enterprise Services WEB & MOBILE SITE PERFORMANCE The web continues to change and evolve, as do the demands of

More information

Why have a mobile website

Why have a mobile website Why have a mobile website It s a fact that 91% of all smartphone users have their phones within arm s reach 24/7 (Morgan Stanley, 2012). In order to address this ever growing market more and more business

More information

Responsive Web Design

Responsive Web Design Responsive Web Design Evaluation of Techniques to Optimize Load Time Joel Nandorf Student Spring 2013 Bachelor Thesis, 15 hp Computer Science Abstract Responsive Web Design has, in short time, become a

More information

Twelve Transformational Digital Retail Technologies Explained (Part 1)

Twelve Transformational Digital Retail Technologies Explained (Part 1) Retail Technologies Explained (Part 1) Will these 12 emerging technologies transform retailing? You decide! Twelve Transformational Digital Retail Technologies Explained (Part 1) Retail Technologies Explained

More information

Responsive design and its role in your ecommerce website plan

Responsive design and its role in your ecommerce website plan WHITE PAPER Responsive design and its role in your ecommerce website plan Practical advice and technical tips to speed your move to multi-channel commerce INTRODUCTION Today, mobility is the way to go.

More information

Responsive Web Design. birds of feather

Responsive Web Design. birds of feather Responsive Web Design birds of feather Approaches to Mobile Development 1. No Mobile Approach 2. Native Mobile Applications 3. Mobile Websites 4. Responsive (universal) design No Mobile Approach Website

More information

Toolkit for Implementing Sites & Apps

Toolkit for Implementing Sites & Apps Toolkit for Implementing Sites & Apps Choosing the right product, design and development paths Stephen Griffiths, Mobile Transformation Expert, Google EMEA @_steve_griff Choosing the right paths for your

More information

Designing for the Mobile Web Lesson 3: HTML5 Web Apps

Designing for the Mobile Web Lesson 3: HTML5 Web Apps Designing for the Mobile Web Lesson 3: HTML5 Web Apps Michael Slater, CEO Andrew DesChenes, Dir. Services course-support@webvanta.com 888.670.6793 www.webvanta.com Welcome! Four sessions 1: The Mobile

More information

Kentico Site Delivery Checklist v1.1

Kentico Site Delivery Checklist v1.1 Kentico Site Delivery Checklist v1.1 Project Name: Date: Checklist Owner: UI Admin Checks Customize dashboard and applications list Roles and permissions set up correctly Page Types child items configured

More information

DEPLOYMENT GUIDE DEPLOYING F5 WITH MICROSOFT WINDOWS SERVER 2008

DEPLOYMENT GUIDE DEPLOYING F5 WITH MICROSOFT WINDOWS SERVER 2008 DEPLOYMENT GUIDE DEPLOYING F5 WITH MICROSOFT WINDOWS SERVER 2008 Table of Contents Table of Contents Deploying F5 with Microsoft Windows Server 2008 Prerequisites and configuration notes...1-1 Deploying

More information

Responsive and Adaptive Web Design. Responsive & Adaptive websites-respond to the user s device by showing an optimized view.

Responsive and Adaptive Web Design. Responsive & Adaptive websites-respond to the user s device by showing an optimized view. Responsive and Adaptive Web Design Responsive & Adaptive websites-respond to the user s device by showing an optimized view. Web Design Assumptions Are Changing Rapidly Making a desktop layout small is

More information

Web Development. Owen Sacco. ICS2205/ICS2230 Web Intelligence

Web Development. Owen Sacco. ICS2205/ICS2230 Web Intelligence Web Development Owen Sacco ICS2205/ICS2230 Web Intelligence Brief Course Overview An introduction to Web development Server-side Scripting Web Servers PHP Client-side Scripting HTML & CSS JavaScript &

More information

Responsible Web Design A Pragmatic Approach to Website Design for Multiple Devices

Responsible Web Design A Pragmatic Approach to Website Design for Multiple Devices Responsible Web Design A Pragmatic Approach to Website Design for Multiple Devices www..com 2 Responsible Web Design A Pragmatic Approach to Website Design for Multiple Devices Executive Summary There

More information

Responsive Design for Enterprise. July 2012

Responsive Design for Enterprise. July 2012 Responsive Design for Enterprise July 2012 Contents Progressive enhancement 3 Responsive design 6 Combine the two 23 Lessons Learned: Deloitte Digital website 27 Impact on Time and Cost 39 Responsive Design

More information

separate the content technology display or delivery technology

separate the content technology display or delivery technology Good Morning. In the mobile development space, discussions are often focused on whose winning the mobile technology wars how Android has the greater share of the mobile market or how Apple is has the greatest

More information

Digital media glossary

Digital media glossary A Ad banner A graphic message or other media used as an advertisement. Ad impression An ad which is served to a user s browser. Ad impression ratio Click-throughs divided by ad impressions. B Banner A

More information

For today s companies, a fast, reliable Internet connection has moved from being a convenience to a critical component of business success.

For today s companies, a fast, reliable Internet connection has moved from being a convenience to a critical component of business success. For today s companies, a fast, reliable Internet connection has moved from being a convenience to a critical component of business success. Wire your business for success High-Speed Internet is Critical

More information

With 30% 60% of website traffic coming from a mobile device, it s a given

With 30% 60% of website traffic coming from a mobile device, it s a given Responsive vs. adaptive vs. device-specific: The best mobile strategy for your site BY JUSTIN MORELLI, UX DESIGNER POINT OF VIEW With 30% 60% of website traffic coming from a mobile device, it s a given

More information

Using Steelhead Appliances and Stingray Aptimizer to Accelerate Microsoft SharePoint WHITE PAPER

Using Steelhead Appliances and Stingray Aptimizer to Accelerate Microsoft SharePoint WHITE PAPER Using Steelhead Appliances and Stingray Aptimizer to Accelerate Microsoft SharePoint WHITE PAPER Introduction to Faster Loading Web Sites A faster loading web site or intranet provides users with a more

More information

But isn t SEO complicated? AND expensive? What about the changing Google algorithms? How can I make my site SEOfriendly?

But isn t SEO complicated? AND expensive? What about the changing Google algorithms? How can I make my site SEOfriendly? SEO 101 How can I improve my organic search engine ranking? DIY SEO for the small business owner Your website is built! The design is simple and clean. Navigation is intuitive, and your site clearly depicts

More information

SEO AUDIT REPORT On #ecommerce Website# Dubai, UAE

SEO AUDIT REPORT On #ecommerce Website# Dubai, UAE SEO AUDIT REPORT On #ecommerce Website# Dubai, UAE Prepared by Shahan 0 563 178 260 Dubai SEOmid.com shahan@seomid.com Overview: #Consultation Service# provides this website marketing plans for #ecommerce

More information

Mobile Marketing How to Get Your Share of $8 Billion in Mobile Bookings

Mobile Marketing How to Get Your Share of $8 Billion in Mobile Bookings INDUSTRY INSIGHT GUIDE Mobile Marketing How to Get Your Share of $8 Billion in Mobile Bookings Inside How to boost direct bookings Why you need a mobile-friendly site Pros & cons of mobile websites Pros

More information

Initial research provides the bedrock for all good decision making and drives your digital marketing across all disciplines.

Initial research provides the bedrock for all good decision making and drives your digital marketing across all disciplines. Example report Research Initial research provides the bedrock for all good decision making and drives your digital marketing across all disciplines. Without the data a research project provides, you will

More information

Accelerating Wordpress for Pagerank and Profit

Accelerating Wordpress for Pagerank and Profit Slide No. 1 Accelerating Wordpress for Pagerank and Profit Practical tips and tricks to increase the speed of your site, improve conversions and climb the search rankings By: Allan Jude November 2011 Vice

More information

U.S. Mobile Benchmark Report

U.S. Mobile Benchmark Report U.S. Mobile Benchmark Report ADOBE DIGITAL INDEX 2014 80% 40% Methodology Report based on aggregate and anonymous data across retail, media, entertainment, financial service, and travel websites. Behavioral

More information

Pizza SEO: Effective Web. Effective Web Audit. Effective Web Audit. Copyright 2007+ Pizza SEO Ltd. info@pizzaseo.com http://pizzaseo.

Pizza SEO: Effective Web. Effective Web Audit. Effective Web Audit. Copyright 2007+ Pizza SEO Ltd. info@pizzaseo.com http://pizzaseo. 1 Table of Contents 1 (X)HTML Code / CSS Code 1.1 Valid code 1.2 Layout 1.3 CSS & JavaScript 1.4 TITLE element 1.5 META Description element 1.6 Structure of pages 2 Structure of URL addresses 2.1 Friendly

More information

Frequently Asked Questions

Frequently Asked Questions Frequently Asked Questions Minimum System Requirements What do I need to host or attend a meeting using Microsoft Windows? What do I need to host or attend a meeting using Mac OS? What do I need to host

More information

My name is Ellis Benus. I have been doing Web Development and Design for over 10 years.

My name is Ellis Benus. I have been doing Web Development and Design for over 10 years. Introduction My name is Ellis Benus. I have been doing Web Development and Design for over 10 years. Specializing in Small to Medium sized business web design and marketing has been very rewarding. I m

More information

Dynamic Content Acceleration: Lightning-Fast Web Apps with Amazon CloudFront and Amazon Route 53

Dynamic Content Acceleration: Lightning-Fast Web Apps with Amazon CloudFront and Amazon Route 53 Dynamic Content Acceleration: Lightning-Fast Web Apps with Amazon CloudFront and Amazon Route 53 Constantin Gonzalez, Solutions Architect Amazon Web Services Germany GmbH 2014 Amazon.com, Inc. and its

More information

12 Steps to Ensure Successful SaaS Delivery

12 Steps to Ensure Successful SaaS Delivery WHITE PAPER The Web Performance Division of Compuware 12 Steps to Ensure Successful SaaS Delivery How to protect revenue, renewals, and customer satisfaction Good Performance = Good Business AOL revealed

More information

WATKINS MFG DEALER GUIDE TO UNDERSTANDING WOORANK REPORTS

WATKINS MFG DEALER GUIDE TO UNDERSTANDING WOORANK REPORTS WATKINS MFG DEALER GUIDE TO UNDERSTANDING WOORANK REPORTS Watkins Manufacturing WatkinsMfg.com (760) 598-6464 1280 Park Center Drive, Vista, CA 92081 Design Studio DesignStudio.com (888) 825-8883 715 J

More information

Checklist of Best Practices in Website

Checklist of Best Practices in Website Checklist of Best Practices in Website An educational guide for anyone responsible for website performance and search engine optimization. Specialists in Direct & Digital Marketing Checklist of Best Practices

More information

Single Pass Load Balancing with Session Persistence in IPv6 Network. C. J. (Charlie) Liu Network Operations Charter Communications

Single Pass Load Balancing with Session Persistence in IPv6 Network. C. J. (Charlie) Liu Network Operations Charter Communications Single Pass Load Balancing with Session Persistence in IPv6 Network C. J. (Charlie) Liu Network Operations Charter Communications Load Balancer Today o Load balancing is still in use today. It is now considered

More information

85.1. Review of google.com. Your website score. Generated on 2015-03-25. Introduction. Table of Contents SEO. Iconography Pass

85.1. Review of google.com. Your website score. Generated on 2015-03-25. Introduction. Table of Contents SEO. Iconography Pass 85.1 Your website score Review of google.com Generated on 2015-03-25 Introduction This report provides a review of the key factors that influence the SEO and usability of your website. The homepage rank

More information

RESPONSIVE WEB DESIGN

RESPONSIVE WEB DESIGN RESPONSIVE WEB DESIGN CONTENT Introduction... A look back... A new era... Mobile-first... The concept... Benefits of responsive design... The technical part... The downside... User-centred design... A

More information

WHITE PAPER : WEB PERFORMANCE MANAGEMENT

WHITE PAPER : WEB PERFORMANCE MANAGEMENT WHITE PAPER : WEB PERFORMANCE MANAGEMENT Software as a service (SaaS) continues its fast-paced growth as companies seek shorter deployment times, faster ROI and more flexible pay-as-you-go pricing. Gartner

More information

Design and Development, changed forever for now. Mobile First

Design and Development, changed forever for now. Mobile First Design and Development, changed forever for now Mobile First Welcome! P: 3 Why are we here? What do we mean by mobile first? Why we should care about mobile first Designing mobile first Developing mobile

More information

WineWeb: Point-of-Sale Planning Guide

WineWeb: Point-of-Sale Planning Guide WineWeb: Point-of-Sale Planning Guide This document provides information on options to consider when establishing a point-of-sale environment for your winery, or when thinking about expanding your winery

More information