July 2018
Intermediate to advanced
354 pages
8h 51m
English
Another way to use Lighthouse is to embed it as part of your build and deployment workflow. For example, you may use a tool like Travis, which exercises a script to deploy and test applications. This way, you can make sure that the project passes the Lighthouse audits before deploying to a production server.
There is a problem running more modern sites requiring authentication like the PWA ticket application. Because Lighthouse exercises web pages using an unprimed environment and sometimes when storage is not available, persisted tokens may not be available.
In the PWA ticket application, this means the site redirects to the login page. I have seen a few mentions of potential solutions to this issue, but ...
Read now
Unlock full access