1. Урок 1. 00:02:49
    Introduction to Web Performance
  2. Урок 2. 00:18:11
    Thinking About Performance
  3. Урок 3. 00:08:20
    The Importance of Measurement
  4. Урок 4. 00:09:28
    The Cost of JavaScript
  5. Урок 5. 00:05:26
    Parsing
  6. Урок 6. 00:00:35
    Reducing Parsing Times Exercise
  7. Урок 7. 00:05:02
    Reducing Parsing Times Solution
  8. Урок 8. 00:02:07
    ASTs and Initial Execution
  9. Урок 9. 00:09:51
    The Optimizing Compiler
  10. Урок 10. 00:16:30
    Deoptimization, Deleting Properties
  11. Урок 11. 00:01:12
    Deleting, Feeding Objects Exercise
  12. Урок 12. 00:06:19
    Deleting, Feeding Objects Solution
  13. Урок 13. 00:04:07
    Monomorphism, Polymorphism, and Megamorphism
  14. Урок 14. 00:07:07
    Optimizing Objects
  15. Урок 15. 00:05:45
    Hidden Classes
  16. Урок 16. 00:08:30
    Scoping and Prototypes
  17. Урок 17. 00:03:42
    Function Inlining
  18. Урок 18. 00:01:27
    JavaScript Performance Takeaways
  19. Урок 19. 00:11:04
    How Web Pages Are Built
  20. Урок 20. 00:04:12
    JavaScript and the Render Pipeline
  21. Урок 21. 00:08:40
    Layouts and Reflows
  22. Урок 22. 00:01:10
    Layouts and Reflows Exercise
  23. Урок 23. 00:05:55
    Layouts and Reflows Solution
  24. Урок 24. 00:04:12
    Layout Thrashing
  25. Урок 25. 00:08:40
    Solving for Layout Trashing
  26. Урок 26. 00:02:33
    FastDOM
  27. Урок 27. 00:00:39
    FastDOM Exercise
  28. Урок 28. 00:03:02
    FastDOM Solution
  29. Урок 29. 00:07:44
    Frameworks and Layout Thrashing
  30. Урок 30. 00:04:03
    Painting
  31. Урок 31. 00:02:40
    The Compositor Thread
  32. Урок 32. 00:05:20
    Managing Layers
  33. Урок 33. 00:07:12
    will-change
  34. Урок 34. 00:02:01
    Applying will-change with JavaScript
  35. Урок 35. 00:03:26
    will-change Exercise
  36. Урок 36. 00:07:36
    will-change Solution
  37. Урок 37. 00:10:01
    Latency and Bandwidth
  38. Урок 38. 00:08:21
    Caching
  39. Урок 39. 00:03:39
    Service Workers
  40. Урок 40. 00:03:12
    Lazy Loading
  41. Урок 41. 00:02:58
    Lazy Loading Demonstrations
  42. Урок 42. 00:01:48
    Analyzing Bundle Sizes
  43. Урок 43. 00:05:28
    Slimming Dependencies
  44. Урок 44. 00:11:58
    Lazy Loading components with React-Loadable
  45. Урок 45. 00:01:04
    Component Lazy Loading Exercise
  46. Урок 46. 00:11:03
    Component Lazy Loading Solution
  47. Урок 47. 00:06:10
    HTTP/2
  48. Урок 48. 00:01:20
    Introduction to Using Build Tools
  49. Урок 49. 00:04:53
    Paying the Babal Tax
  50. Урок 50. 00:08:50
    Useful Babel Plugins
  51. Урок 51. 00:01:51
    Prepack
  52. Урок 52. 00:04:04
    Final Thoughts
  53. Урок 53. 00:03:05
    Q&A