Lighthouse Mobile
· 0 checks — Mobile Lighthouse audit -- Performance, Accessibility, Best Practices, and SEO category breakdown.Detailed Report
Audit breakdown by category with detailed findings.
Performance
Insights
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Performance issues directly impact user engagement and conversion rates.
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| /css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Sans+... | 116.5 KiB | 1.4 s |
| www.ruby-lang.org/stylesheets/compiled.css | 17.3 KiB | 300 ms |
| fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=swap | 867 B | |
| www.ruby-lang.org/javascripts/try-ruby-examples.js | 1.3 KiB |
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| www.ruby-lang.org/ | 794 ms |
| www.ruby-lang.org/en/ | 0.0 ms |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
Diagnostics
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Sans+... | 116.5 KiB | 12.3 KiB |
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Sans+... | 116.1 KiB | 116.1 KiB |
| www.ruby-lang.org/stylesheets/compiled.css | 17.1 KiB | 12.7 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Other | 1.2 s |
| Style & Layout | 1.0 s |
| Rendering | 395 ms |
| Script Evaluation | 182 ms |
| Parse HTML & CSS | 72 ms |
| Script Parsing & Compilation | 7.6 ms |
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
Happy Hacking! div.container > div.flex > div.mb-3 > img.h-24 | www.ruby-lang.org/images/footer/happy-hacking.svg |
More information about the performance of your application. These numbers don't directly affect the Performance score.
Accessibility
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Names and labels
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.container > div.flex > div.flex > button#mobile-menu-toggle div.container > div.flex > div.flex > button#mobile-menu-toggle |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Contrast
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
DOWNLOAD div.absolute > div.absolute > div.flex > a.mt-4 |
# Output "I love Ruby" figure.highlight > pre > code.language-ruby > span.c1 |
puts figure.highlight > pre > code.language-ruby > span.nb |
# Output "I *LOVE* RUBY" figure.highlight > pre > code.language-ruby > span.c1 |
puts figure.highlight > pre > code.language-ruby > span.nb |
# Output "I *love* Ruby" figure.highlight > pre > code.language-ruby > span.c1 |
# five times figure.highlight > pre > code.language-ruby > span.c1 |
puts figure.highlight > pre > code.language-ruby > span.nb |
# Ruby knows what you figure.highlight > pre > code.language-ruby > span.c1 |
# mean, even if you figure.highlight > pre > code.language-ruby > span.c1 |
# want to do math on figure.highlight > pre > code.language-ruby > span.c1 |
# an entire Array figure.highlight > pre > code.language-ruby > span.c1 |
puts figure.highlight > pre > code.language-ruby > span.nb |
# The Greeter class figure.highlight > pre > code.language-ruby > span.c1 |
name figure.highlight > pre > code.language-ruby > span.nb |
name figure.highlight > pre > code.language-ruby > span.nb |
puts figure.highlight > pre > code.language-ruby > span.nb |
# Create a new object figure.highlight > pre > code.language-ruby > span.c1 |
# Output "Hello World!" figure.highlight > pre > code.language-ruby > span.c1 |
Try Ruby div.container > div.text-center > p.text-stone-700 > a.text-semantic-text-link |
Ecosystem div.why-ruby-card > div.relative > div.relative > h3.text-5xl |
Creator of Ruby div.relative > div.flex-shrink-0 > div.text-left > p.text-xs |
Simple div.why-ruby-card > div.relative > div.relative > h3.text-5xl |
Creator of Ruby on Rails div.relative > div.flex-shrink-0 > div.text-left > p.text-xs |
Productivity div.why-ruby-card > div.relative > div.relative > h3.text-5xl |
Author of "The Pragmatic Programmer" div.relative > div.flex-shrink-0 > div.text-left > p.text-xs |
Community div.why-ruby-card > div.relative > div.relative > h3.text-5xl |
Executive Director of Rails Foundation div.relative > div.flex-shrink-0 > div.text-left > p.text-xs |
The universal motto is "MINASWAN" — Matz is nice and so we are nice section.community-section > div.container > div.text-center > p.text-lg |
MINASWAN div.container > div.text-center > p.text-lg > span.font-bold |
Matz is nice and so we are nice div.container > div.text-center > p.text-lg > span.italic |
Continue Reading... div.space-y-6 > article.pb-6 > p.mt-1 > a.text-xs |
Continue Reading... div.space-y-6 > article.pb-6 > p.mt-1 > a.text-xs |
Continue Reading... div.space-y-6 > article.pb-6 > p.mt-1 > a.text-xs |
Continue Reading... div.space-y-6 > article.pb-6 > p.mt-1 > a.text-xs |
Read more news div.grid > div.lg:col-span-2 > p.mt-4 > a.text-sm |
Read more security div.grid > div > p.mt-4 > a.text-sm |
These are opportunities to improve the legibility of your content.
Best practices
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html.fonts-loaded html.fonts-loaded |
These items highlight common accessibility best practices.
Best Practices
SEO
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.