PERCEPTION AND PERFORMANCE MEASUREMENTS

Slides:



Advertisements
Similar presentations
UI Best Practices Application Developer’s Intro School Week 1 Day 1.
Advertisements

Fast is a Feature. 11 mentions of speed in Apple iPhone 6 keynote.
Where Do I Start REFERENCE: LEARNING WEB DESIGN (4 TH EDITION) BY ROBBINS 2012 – CHAPTER 1 (PP. 3 – 14)
What is Web Design The term “web design” has come to encompass a number of disciplines, including: Visual (graphic) design User interface and experience.
SEO for Trends to stay on Top Of. The Internet is a huge factor in how marketing is performed today, and keeping up with the latest SEO trends.
Responsive Wed Design : An Emerging Technology Archana Jain.
Performance, SEO, Accessibility Ivan Zhekov Telerik Corporation
Multimedia & The World Wide Web winny HCI 201 Multimedia and the www.
User Interface Development Interactive Process and Interactive Media Elements.
Evaluation of Inspired Writing Voices of Littleton Students September 27, 2010 Evaluation of Inspired Writing Voices of Littleton Students September 27,
Basic Responsive Design Techniques. Let’s take a look at this basic layout. It has a header and two columns of text, in a box that is centered on the.
Dashboard Razzle Dazzle Marcy Miller Tait Wednesday, October 07, 2015 Copyright 2009, Information Builders. Slide 1.
1 Additional Topics: Splash, Flash and Web Usability INFO 654 – Spring 2007.

audio video object Options: controls autoplay Need to define height and width Options: controls autoplay.
KSA Metrics Data extracts represented as charts with references. The slides are organized by source and time. Last updated 25 February 2014.
Mtivity Client Support System Quick start guide. Mtivity Client Support System We are very pleased to announce the launch of a new Client Support System.
AJAX 10 Most Common Mistakes. 1. Not giving immediate visual cues for clicking widgets. If something I'm clicking on is triggering Ajax actions, you have.
PERFORMANCE ENHANCEMENT IN ASP.NET By Hassan Tariq Session #1.
Some Big Concepts You Need to Know REFERENCE: LEARNING WEB DESIGN (4 TH EDITION) BY ROBBINS 2012 – CHAPTER 3.
?. When designing, you should analyze your target audience. Design you webpage around your target audience Target Audience.
WHAT'S THE DIFFERENCE BETWEEN A WEB APPLICATION STREAMING NETWORK AND A CDN? INSTART LOGIC.
EMBRACE THE MOBILE MIND SHIFT. MOBILE GROWTH IS ASTONISHING Never try to change people’s behavior. Always meet your users and customers where they are.
Testing and delivery Web design principles. Web development is software development.
ECS – Storyboarding and Introduction to Web Design
Evidence-Based Design
HOW TO CREATE A HISTOGRAM
JAKOB NIELSEN & MARIE TAHIR 2002
Core ELN Training: Office Web Apps (OWA)
Benchmark Methodology - Update
Best Practices in Creating Next Generation PDFs
WILU MAY 24/17 LIGHTNING TALK
TITLE GOES HERE Your Subtitle PROFESSIONAL STARTER BUSINESS UNLIMITED
Usability Testing and Web Design
Lecture 4 Web Design. Part 1.
Jeff Wisniewski University of Pittsburgh
Elements of Design.
TITLE GOES HERE Your Subtitle PROFESSIONAL STARTER BUSINESS UNLIMITED
CONFIGURING A PRIVATE INSTANCE OFWEBPAGETEST WITH BROWSER EXTENSIONS
Elements of Design.
Whether you decide to use hidden frames or XMLHttp, there are several things you'll need to consider when building an Ajax application. Expanding the role.
Presentation Graphics
Understand Windows Forms Applications and Console-based Applications
Dynamic Web Pages (Flash, JavaScript)
Web Programming– UFCFB Lecture 9
Tips for Website Speed Optimization
Episerver Performance A-Z
Usability and user Interfaces
Dynamic Web Pages JavaScript Jill Thomas Oct 14, 2003.
AMP Up Your Website uWestFest 2017.
Browser Support for HTML5
Web Systems Development (CSC-215)
jQuery The Easy JavaScript Nikolay Chochev Technical Trainer
Benchmark Methodology - Update
Teaching slides Chapter 6.
Website Planning EIT, Author Gay Robertson, 2018.
Web Standards and Accessible Design.
Utility Billing Balancing the Accounts Receivable
Internet Safety – Social Media
Elements of Effective Web Design
Serving the Reference Needs of Non-textbook Students
6 Tips for Improving Your Social Media Presence
Web Programming– UFCFB Lecture 9
Lecture 1: General Communication Skills
Helpful Things To Know For Successful Digital Marketing Strategy Presented By:- Abhinav Shashtri.
Best Digital Marketing Guide To Generate More Leads Presented By:- Abhinav Shashtri
Web Programming and Design
Various mobile devices
Yale Digital Conference 2019
Design Considerations
Presentation transcript:

PERCEPTION AND PERFORMANCE MEASUREMENTS

As web pages continue to grow in size and users expect ever-faster-loading pages, measurements that accurately reflect the user’s experience are critical to understanding web performance. This had led to what some may call “the search for the elusive unicorn metric.” Many people with an interest in web performance are looking for a metric that will accurately measure page performance and user experience. This simply doesn’t exist today, and it might never exist, but that won’t stop us from searching for it. It isn’t only about how fast all the elements on the page load, but rather how the human user perceives the page load. I don’t care how long it takes all the analytics and tracking widgets to load, I care about when the information I am looking for is available. According to Jakob Nielsen, there are three main time limits to consider when it comes to web performance and user perception. 0.1 second – limit for users to feel that user interface items in the page can be manipulated 1 second – limit for users to feel they can navigate without having to wait for the computer 10 seconds – limit to keep a user’s attention Users need to feel something is happening on the page to stay engaged. Delays over one second are noticeable. A page has to have some sort of noticeable change in less than a second for a user to not be frustrated. In a previous post I wrote about objective vs subjective time – these thresholds need to be considered more for subjective rather than objective timings, but for the most part we focus on objective measures.

Traditional web performance metrics such as time to first byte (TTFB) or page load time (PLT) are commonly used to create baselines for determining how fast a page loads. Unfortunately these metrics do not provide insight into the user’s perception. TTFB is the time it takes between issuing a request for a resource and receiving the first byte of content. When the first byte of content is received by the browser, the user is still looking at a blank screen (or the previous page they were on). This metric does not help determine how the user is actually perceiving the page, as they still don’t even know that data is starting to be received. On the opposite end of the spectrum, PLT measures how long it takes for every element on the page to load – even if they are “below the fold” or otherwise invisible to the end user. Users may navigate away from a page before it has fully loaded, so this isn’t helpful in determining if a user perceives a page as being slow. Whenever I read a paper or report on how page load times are improved by a certain percentage, I immediately look to see what metric is being reported. In the majority of instances, it is page load time. This disappoints me. Luckily, user-centric measurements have emerged and are becoming more the norm than the exception in the web performance community. Instead of measuring PLT or TTFB, measurements such as start render, Speed Index, critical resources index, and Perceptual Speed Index have come to the forefront. These measurements aim to give us insight into how users perceive page load, which is more important than the actual milliseconds or seconds it took for the document to complete. Start Render Start render measures the moment when the first item was displayed on the screen – its size doesn’t matter, nor does its relevance to the end user. This is when the user is no longer staring at a blank white screen or at the previous screen. Start render is good, but this does not take into account whether the content displayed is relevant to the end user. There may be something on the page, but the page may still not be usable to the end user. Referring back to Nielsen’s considerations, the user still cannot manipulate the UI.

Speed Index Speed Index was added to WebPagetest in April 2012, as a way of measuring how quickly content above the fold is populated. Speed Index goes beyond tracking a specific timing milestone in the web application loading process and focuses on items that are most critical to the end user. Speed Index computes the visual completion of the application-loading process based on pairwise comparisons of pixel histograms from time lapse video snapshots, such as the snapshots in the strip below. Essentially each frame of the video is compared with the end frame to estimate how much visual completion has been achieved with respect to the fully-loaded frame. Critical Resources Index Critical resources index, developed by Steve Souders, combines two of the main blockers to rendering, style sheets and synchronous scripts, into a single metric. Measuring these critical resources as a single metric makes it easier to measure the combined impact on performance. Critical resources index is reported in HTTP Archive, as one of the metrics in the “Highest Correlation to Render Time” charts. Look for the CSS and Sync JS label:

Perceptual Speed Index Perceptual Speed Index (PSI) is a complementary measurement to Speed Index that accounts for layout stability. Speed Index answers the question of “how fast did above-the-fold content load?” while PSI answers the question “how fast did above-the-fold content load without jitter?” Stability includes performance concerns like whether there are multiple reflow and repaints, and whether there is visual interference by pop-up ads, but can also penalize intended page changes like animated GIFs and auto-running carousels (which some may argue should be penalized). You can’t improve what you can’t measure. But, you also need to make sure you are measuring the right thing. To learn more about this, download the Measuring Web Performance white paper from ZK Research. Thus far we haven’t found the unicorn metric/index of web performance measurements. Maybe one of these metrics can bring us closer to ending the search. Next Steps Taking human visual perception into account is a critical factor in estimating the quality of experience of a web application. There is still work to be done to find measurements that accurately measure user perception of when a page becomes responsive. I look forward to the day when one of these metrics or possibly another one replace TTFB and page load time.

Instart Logic is the world’s first endpoint-aware application delivery solution that makes websites and applications fast, secure, and easy to operate. Interested in learning more? Preview our image optimization capabilities in the Playground Contact Sales