Chapter 6. Managing Third-Party Components
In the previous chapter, we have discussed how to monitor and debug a mobile website using browser's DevTools. Most of the modern web browsers now include an advanced toolbar that helps developers to monitor and optimize their websites with ease. Many of these toolbars have the same features list, so if you could master one toolbar, I am sure you could apply the same mechanism for the others. Also, we have briefly discussed Google PageSpeed Insights and YSlow, which you can use to check your website's performance. The most valuable thing about these tools is that you can use their recommendations to enhance your website's performance.
In this chapter, I am going to discuss how to manage third-party components for optimal results. This is another crucial chapter for optimization, however, we tend to forget to check and apply many of following points. To go through this chapter, you don't have to be a pro, a basic knowledge...