Christopher
Top Contributor
At a recent SEO Melbourne Meetup, I was introduced to a tool from Google I didn't know existed.
Have you ever had an app you wanted to know how Google looks at it. Or even your website, I'm sure you've put your site into Page Speed Tools to see what quality score they give you. But they don't go into enough detail to help you get some good results. Although worth digging through that developer section as well, because they have some server side tools you can implement to help with performance.
Well introducing LightHouse by Google.Inc
Here are some helpful resources to get you going using this great tool for testing.
https://developers.google.com/web/tools/lighthouse/
https://chrome.google.com/webstore/detail/lighthouse/blipmdconlkpinefehnmjammfjpmpbjk?hl=en
https://developers.google.com/web/updates/2016/12/lighthouse-dbw
https://github.com/GoogleChrome/lighthouse
It also allows you to print reports. Quite handy to charge a client on an Audit.
Have you used this tool before? Share your experiences if you have any?
Have you ever had an app you wanted to know how Google looks at it. Or even your website, I'm sure you've put your site into Page Speed Tools to see what quality score they give you. But they don't go into enough detail to help you get some good results. Although worth digging through that developer section as well, because they have some server side tools you can implement to help with performance.
Well introducing LightHouse by Google.Inc
Lighthouse
![]()
Lighthouse is an open-source, automated tool for improving the quality of your web apps.
Lighthouse can be run as a Chrome Extension, from the command line, or used programmatically as a Node module. You give Lighthouse a URL that you want to audit, it runs a barrage of tests against the page, and then it generates a report on how well the page did. From here you can use the failing tests as indicators on what you can do to improve your app.
Here are some helpful resources to get you going using this great tool for testing.
https://developers.google.com/web/tools/lighthouse/
https://chrome.google.com/webstore/detail/lighthouse/blipmdconlkpinefehnmjammfjpmpbjk?hl=en
https://developers.google.com/web/updates/2016/12/lighthouse-dbw
https://github.com/GoogleChrome/lighthouse
It also allows you to print reports. Quite handy to charge a client on an Audit.
Have you used this tool before? Share your experiences if you have any?