Book Image

Mastering jQuery Mobile

Book Image

Mastering jQuery Mobile

Overview of this book

Table of Contents (17 chapters)
Mastering jQuery Mobile
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Performance tools for optimization


In this chapter, we have so far covered various methods to optimize our code, that will help the page load time and thereby improve the performance of our mobile web application. In this section, we will take a look at some of the tools and utilities that we can use to leverage performance enhancements.

In this section, we will not look at code optimizations, but we will look at how we can leverage the different browser developer tools and some interesting browser plugins that will be of help. We will also consider how we can debug our mobile web code using remote debugging techniques for both Android and iOS devices. Finally, we will take a look at the Google PageSpeed Insights tool. Let us now take the final step towards optimizing our mobile web application.

The Google Chrome developer tools

When working on the development of any web page, the Google Chrome developer tools come in very handy. The developer tools not only allow you to inspect and edit the...