Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Improving UX via Front-end Optimization

Udeze 'Kene
February 15, 2017

Improving UX via Front-end Optimization

This talk is about the user perception of speed and how that can greatly affect the overall UX of a product.

Udeze 'Kene

February 15, 2017
Tweet

More Decks by Udeze 'Kene

Other Decks in Design

Transcript

  1. @udezekene Who am I? - Designer - Failed Backend Developer

    - UXLead @ CcHUB - Organizer usable - Pretend Chef - Foodie - Wanderer - Human
  2. @udezekene Optimization an act, process, or methodology of making something

    as fully perfect, functional, or effective as possible
  3. @udezekene Users know about your competition >56% of shoppers left

    for a competitor’s site rather than suffer delays Source: dynatrace
  4. @udezekene Data is expensive Every additional 100ms decreased Amazon sales

    by 1%. 1MB ≈ 1 naira. Source: websiteoptimization.com Source: fastornot.ng
  5. @udezekene Serverside Enable GZIP Compression - Use a CDN -

    Configure your server (Apache/NGIX) - Optimize Database -
  6. @udezekene Load JavaScript asynchronously Only serve content when it’s needed

    Limit third-party scripts Using @import added +7.6% load time