前端开发中,大家都是用什么工具或者服务来检测网页性能?然后针对性的优化,提高网页性能?
以载入这篇文章为例
可以使用Firefox developer Edition
,也可以使用firebug
配合Yslow
使用,或者使用chrome
的plugins,至于种类,可以知乎或者百度搜搜看。
13 回答12.9k 阅读
8 回答2.6k 阅读
2 回答5.1k 阅读✓ 已解决
3 回答2.2k 阅读✓ 已解决
5 回答924 阅读
5 回答1.2k 阅读✓ 已解决
3 回答2.2k 阅读
Chrome有一个插件叫PageSpeed,谷歌官方出品。以当前页面为例存在下面的问题
Suggestion Summary
Click on the rule names to see suggestions for improvement.
(M)Serve scaled images, (L)Enable compression, (L)Minify HTML, (L)Optimize images
(L)Avoid CSS @import, (L)Minimize request size, (L)Specify image dimensions, (L)Specify a character set
(L)Leverage browser caching, (L)Enable Keep-Alive, (L)Remove query strings from static resources, (L)Specify a Vary: Accept-Encoding header
HML分别代表问题的严重程度,高、中、低