-
Notifications
You must be signed in to change notification settings - Fork 660
Sub par performance on lighthouse in Chrome v62 for es6-unbundled
build
#1082
Comments
Did you build the project for production? You should have this score:
Hosted in Firebase. Preset: |
@abdonrd Thanks for the reference on #1071, which I have missed the step of building for production. I guess the major problem I am having with my build is I'm using Given that I am hosting my PWA in Firebase Hosting (which support HTTP/2), should I target my build to |
The Meanwhile, in the |
@abdonrd Do you know if there is there any plan to resolve the shortfall of having |
es6-unbundled
build
I have no idea. 😕 |
Description
Sub par performance on lighthouse in Chrome v62 out of the box in localhost setup, using
polymer init
andpolymer serve
.Expected outcome
lighthouse performance should be in the 90+/100. With first pain/interactive within few sec, with a Perceptual Speed Index of less than 1,250.
Actual outcome
lighthouse performance index of only 30/100. With first paint/interactive at 13+/13+ sec respectively, with a Perceptual Speed Index of 14,000.
Live Demo
N/A
Steps to reproduce
polymer init
withpolymer-starter-kit
v3.2polymer serve
Browsers Affected
The text was updated successfully, but these errors were encountered: