Google Lighthouse Test - How to test your website
Lighthouse is an automated tool created by Google, for testing and improving the quality of webpages. You can run it against any webpage. It has audits for: performance, accessibility, best practices, SEO, and more.
Open a *web browser window in Incognito Mode using Ctrl-Shift-N (Cmd-Shift-N on a Mac) and go to the webpage you want to test. Incognito Mode ensures that the browser runs in a clean state. Remember too, that results will vary as factors (other than just the way your site is built) may affect your results. (Network speed, hardware age/type, browser version… can all have an effect on Lighthouse testing).
For more accurate results, do a few tests spread over a few minutes (or hours) to get an average. For a comprehensive view on understanding Lighthouse variability, visit this page.
*You'll have noted in the video above that our own mobile page performance score was lower than our desktop version. This was simply a design based decision where we considered that the visual impact of an auto-playing video (and animated background) on mobiles, outweighed the slight reduction in performance. (It's all about balance–and it's OK to compromise:)
- Right Click in the browser window and select ‘Inspect' at the bottom of the pop-up, or press F12 if you are using Windows, and fn F12 on MacOS.
- Select ‘Lighthouse' from the top menu. (If not showing, type Ctrl, Shift, P (Cmd, Shift, P on Macs) and select from the list.
- Chose your: Mode, Device and Category radio buttons.
- Click the Analyse page load button…
The 3 dots (vertical ellipsis) menu provides options for docking the console window, and other things.