You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran Google Lighthouse in Chrome† against the current Pixyll and the open PRs using the default settings. There may not be anything actionable here, so this may just be a mile marker to have as a baseline. Although, I think there are tools to automatically run this.
Performance: 99
Progressive Web App: 81
Accessibility: 87
Best Practices: 100
SEO: 100
Metrics:
First Contentful Paint: 1.7 s
Speed Index: 1.7 s
Time to Interactive: 2.0 s
First Meaningful Paint: 2.0 s
First CPU Idle: 2.0 s
Estimated Input Latency: 10 ms
Performance opportunities:
Opportunity
Estimated Savings
Eliminate render-blocking resources‡
0.93 s
‡ Resources are blocking the first paint of your page. Consider delivering critical JS/CSS inline and deferring all non-critical JS/styles:
Minimize Critical Requests Depth
The Critical Request Chains below show you what resources are loaded with a high priority. Consider reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Maximum critical path latency: 310 ms (7 chains found)
User will not be prompted to Install the Web App: No manifest was fetched, Service worker does not successfully serve the manifest's start_url, No usable web app manifest found on page.
Love this idea. Seems like we could improve the accessibility pretty easily, too. Bump up that contrast and get that score to 100!
One thing I've been pondering is removing the web fonts. They're pretty heavy when compared with the rest of the theme and not sure they provide enough value over a system font stack.
I ran Google Lighthouse in Chrome† against the current Pixyll and the open PRs using the default settings. There may not be anything actionable here, so this may just be a mile marker to have as a baseline. Although, I think there are tools to automatically run this.
Metrics:
Performance opportunities:
‡ Resources are blocking the first paint of your page. Consider delivering critical JS/CSS inline and deferring all non-critical JS/styles:
Performance diagnostics:
Minimize Critical Requests Depth
The Critical Request Chains below show you what resources are loaded with a high priority. Consider reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Maximum critical path latency: 310 ms (7 chains found)
Initial Navigation
Progressive Web App failures:
start_url
, No usable web app manifest found on page.<meta name="theme-color">
tag found.Accessibility opportunities:
Failing elements:
Best practices
Passed audits
SEO
Passed audits.
† Google Lighthouse 3.2.0 for mobile with Simulated Fast 3G, 4x CPU Slowdown
The text was updated successfully, but these errors were encountered: