Skip to content
小乙哥 edited this page Jun 29, 2019 · 2 revisions

This page is built for communication.

Before kicking off, we'd better discuss these questions:

  1. Name As I think it might not just be based on the lighthouse, so I didn't name it lighthouse-booster
  2. Communication Should we talk it on Slack? Or Open an issue for discussion.
  3. Requirements To simplify it, we could assume our target is static website with http2. We should reduce the page load time and improve the score of the lighthouse.

Firstly, we should set up a tool for collecting these key indicators.

Let's say what I have is a folder with some HTML, images, CSS, and js. Firstly, we could optimize the website without the lighthouse. I am thinking we could do some optimization with gulp.js

Clone this wiki locally