diff --git a/examples/example6_performance.html b/examples/example6_performance.html new file mode 100644 index 0000000..a6ee9dc --- /dev/null +++ b/examples/example6_performance.html @@ -0,0 +1,34 @@ + + + + + + + + Example 6 - Performance Tool + + + + +

Example 6 - Performance Tool

+

+ The Performance tool gives you insight into your site's general responsiveness, JavaScript and layout performance. With the Performance tool you create a recording, or profile, of your site over a period of time. The tool then shows you an overview of the things the browser was doing to render your site over the profile, and a graph of the frame rate over the profile. +

+

+ There are a few different ways to open the Performanace tool: +

+ + +

+ You can learn more about the Network Monitor in this MDN article. +

+ + diff --git a/index.html b/index.html index e3e3f92..0784400 100644 --- a/index.html +++ b/index.html @@ -176,6 +176,19 @@

Example 5 - Responsive Design Mode

+ +
+
+

Example 6 - Performance Tool

+
+
+

+ In the example 6 we will learn about the Performance tool. This tool gives you insight into your site's general responsiveness, JavaScript and layout performance. With the Performance tool you create a recording, or profile, of your site over a period of time. The tool then shows you an overview of the things the browser was doing to render your site over the profile, and a graph of the frame rate over the profile. +

+
+
+
+