Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.03 KB

File metadata and controls

19 lines (14 loc) · 1.03 KB

LighthousePerformanceTest

Lighthouse, an open-source, automated tool for auditing and improving the quality of your web apps. Lighthouse can be implemented in different environments (Node CLI, Chrome DevTools, WebPageTest, headless Chrome) and ways you can extend Lighthouse by authoring custom audits to run against your own site.

What are we doing here?

  1. Take any url and run some performance tests using lighthouse.
  2. Integrate it with an open source CI tool
  3. Generate the performance results and save them in a DB

This experiment tells you:

  1. How to integrate lighthouse in your stack
  2. Performance testing using Lighthouse: https://developers.google.com/web/tools/lighthouse#programmatic
  3. Best Practices to implement this

Performance testing using the Lighthouse tool, must reads:

  1. watch: https://youtu.be/NoRYn6gOtVo
  2. Tools integration with lighthouse, like craddle 3)https://developers.google.com/web/tools/lighthouse/scoring#:~:targetText=Lighthouse%20returns%20a%20Best%20Practices,divide%20100%20by%20that%20number.