Practical Performance Tips and Tricks to Make Your HTML/JavaScript Apps Faster

image image image

I presented "Practical Performance Tips and Tricks to Make Your HTML/JavaScript Apps Faster” at HTML5Dev Conference.  Many of you have asked for my presentation so I am sharing it with you in this blog.

Abstract

How to tackle real-world web platform performance problems in modern websites and apps? This session starts with a basic understanding of the web platform and then explores to a set of problem/solution pairs built from industry-standard performance guidance. In the talk, we will demonstrate performance tips and tricks that will help you improve the performance of your apps and sites today. We will discuss the following respond to network requests, speed and responsiveness, optimizing media usage, and writing fast JavaScript. These performance tips and tricks apply equally to web sites that run on standards based web browsers, as well as to modern apps.

Presentation

Practical Performance Tips and Tricks to Make Your HTML/JavaScript Apps Faster from Doris Chen

 

Resources

The resources listed below are very useful to do performance tuning.

Overview Concepts

JavaScript Patterns

Microsoft Guidance

W3C Web Performance

Blog Posts on Performance Measurement

Tools