Polymer / pwa-starter-kit

Starter templates for building full-featured Progressive Web Apps from web components.
https://pwa-starter-kit.polymer-project.org
2.36k stars 431 forks source link

Fulfill "fast time-to-interactive and first-paint through the PRPL pattern" promise #374

Closed micheljung closed 4 years ago

micheljung commented 5 years ago

I Installed nodejs & npm, cloned this repo (its typescript branch), ran npm install followed by npm start, accessed http://127.0.0.1:8081 using Chrome 77, ran lighthouse audit (repeatedly) and here's the result:

image

Not really what one's expecting by a minimalistic starter kit :-(

System

image

Lighthouse settings

image

abdonrd commented 5 years ago

You need to build the project for production: npm run build

https://pwa-starter-kit.polymer-project.org/building-and-deploying

motss commented 5 years ago

Running an audit locally will affect the score unless you have your local server has all kinds of optimization built in when serving the assets like gzipping, etc.

stale[bot] commented 4 years ago

This project is no longer under development and will be transitioning to a read-only repo. Thank you for your contributions.