It should be a little far away from now, Google launched a tool set for Improving the Quality of web pages, Page Speed. I first heard that it was on the news letter of PHP Classes a few months ago. I have only recently had time to take a closer look at this.
Page
Speed is a tool set. Currently, it provides two types of components: client and server. The server provides the mod_pagespeed module of the Apache server.
Automatically optimizes web pages and resource files. The client tool is a plug-in that provides firefox and Chrome versions, which is more similar to YSlow launched by Yahoo.
It is a real diagnosis of a Page and provides corresponding optimization suggestions. The things proposed by Yahoo are known as 14 military rules in the industry.
According to the suggestions provided by the Speed plug-in, it is basically not out of the scope of these 14 military rules. In addition, Google also launched a web Page version.
Speed. You only need to enter the URL to automatically analyze the page and give suggestions.
If Apache is not used as the Server, Page Speed also releases the C ++ SDK to support third-party development.