記錄一款簡單好用的前端性能測試工具:https://github.com/GoogleChrome/lighthousehtml
這是一款基於chorme的測試工具,使用很簡單:前端
1 使用npm全局安裝git
2 安裝好後在cmd裏運行:github
lighthouse http://localhost:3000 --view --emulated-form-factor desktop -throttling-method=providedweb
若是URL有參數須要用" "將url包裹,如:lighthouse "http://localhost:9090/rendition/eppublic/uiservices/open_document?doc_id=4452574&show_html_only=true&internal_use_only=true&productCode=MultiCompany" --view --emulated-form-factor desktop -throttling-method=providednpm
關於-throttling-method=provided能夠看:https://developers.google.com/web/tools/lighthouse/v3/migration前端性能