JavaScript Performance

JavaScript Performance Takeaways

Steve Kinney

Steve Kinney

Temporal
JavaScript Performance

Check out a free preview of the full JavaScript Performance course

The "JavaScript Performance Takeaways" Lesson is part of the full, JavaScript Performance course featured in this preview video. Here's what you'd learn in this lesson:

Steve wraps up JavaScript Performance by reviewing the main takeaways.

Preview
Close

Transcript from the "JavaScript Performance Takeaways" Lesson

[00:00:00]
>> Steve Kinney: Large takeaways from this entire section. All these are immediately cool, but I'm going to give you a pro tip at the end of this course. None of these are as cool as just shifting less JavaScript to the browser. Right, because the less JavaScript you shift, the less any of this stuff matters.

[00:00:15]
Right, but the user timing API, the performance mark and performance measure, that can be super useful in your real world applications. You can go ahead, and you can drop that in right now, right, into parts of your application that you're suspicious of being slow, right? You can do the recording, you can see that larger I saw, and then you can actual actions, cuz you know your code better than v8 does right.

[00:00:36]
You can go ahead and drop that end and you can actually meter how long is this taking. You can do a thing, like, that was cool for a start of time but maybe the slow thing is dragging and dropping something in your application, like updating the thing. You can actually use a timing if you have to find out how low is this, is this where the hurt is?

[00:00:54]
Maybe it is, maybe it isn't. And then, finally we saw that maybe using a type system gives you performance gains for free. I think that's really helpful as well. Very cool. Let's break for lunch. And then we'll actually get into the browser and see how everything we saw JavaScript.

[00:01:13]
How does this interact with HTML and CSS and the dom and all that crazy stuff. We'll actually see how web pages are born. A stork actually brings them to the browser, it's very cool. From the cloud, it descends out of the cloud and brings them, it's very cool.

[00:01:25]
All right.

Learn Straight from the Experts Who Shape the Modern Web

  • In-depth Courses
  • Industry Leading Experts
  • Learning Paths
  • Live Interactive Workshops
Get Unlimited Access Now