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