GithubHelp home page GithubHelp logo

ala-web-performance-talk's Introduction

ala-web-performance-talk

notes on the A List Apart web performance talk

To the client: Communicating the performance impact of features.

Tools

  • Web page test / Test every commit.
  • Page speed insights
  • Network link conditioner
  • OSX bandwidth throttling tools
  • Performance regression testing
  • How do we know our sites fast = speed index (etsy generally aims for 1000, but horses for courses, make it fast!!!)

Points

  • Having a performance budget
  • Engaging with the client on performance, actually talking about it as a big concern
  • Having a performance audits
  • Prevent regressions - celebrate performance wins
  • Quarterly performance hero - big thing a Etsy
  • Examine site, what does the user care about. What's the most important thing for them and focus on making that more performant / immediate -- look at the critical path
  • Educating the client why you designed the site that way, to teach optimization, so that your choices will not be lost when a new design comes in. They understand why you did things that way.

Tips

  • Css inlining. Don't place all the css in the head. Just the parts that stop the flash of unstyled text - can be difficult to employ on large sites already established.

Things to look at

  • HTTP2 - allows "Server push",
  • Font loading events
  • Devising a "Above the fold" technique
  • responsive ads
  • Design for modularity
  • Style guide of optimized content
  • Lazy load ads
  • Determine blocking events
  • Speed perception
  • Optimize images
  • Font loading - originally as data uris. But the font file will only load when it's needed.
  • Use breakpoints!
  • At etsy we only use custom fonts on desktop, this can be confusing for designers
  • Scalability easier for more restrictive font type setting
  • NOTE: IE8, IE9 with compatibility mode on loads all the fonts regardless of if they're needed

Responsive images

ala-web-performance-talk's People

Contributors

johnantoni avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.