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.
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
| URL | Est Savings |
|---|---|
| www.json.org/Programma-Bold.woff2 | 395 ms |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
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.
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.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| www.json.org/img/string.png | 0.0 ms | 49.3 KiB |
| www.json.org/img/number.png | 0.0 ms | 36.4 KiB |
| www.json.org/Programma-Bold.woff2 | 0.0 ms | 33.7 KiB |
| www.json.org/img/value.png | 0.0 ms | 23.6 KiB |
| www.json.org/img/object.png | 0.0 ms | 19.8 KiB |
| www.json.org/img/whitespace.png | 0.0 ms | 18.3 KiB |
| www.json.org/img/json160.gif | 0.0 ms | 11.9 KiB |
| www.json.org/img/array.png | 0.0 ms | 11.4 KiB |
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
div#spec > div#text > center > img div#spec > div#text > center > img | www.json.org/img/string.png | 49.0 KiB | 35.3 KiB |
div#spec > div#text > center > img div#spec > div#text > center > img | www.json.org/img/number.png | 36.1 KiB | 26.0 KiB |
div#spec > div#text > center > img div#spec > div#text > center > img | www.json.org/img/value.png | 23.3 KiB | 16.8 KiB |
div#spec > div#text > center > img div#spec > div#text > center > img | www.json.org/img/object.png | 19.6 KiB | 14.1 KiB |
div#spec > div#text > center > img div#spec > div#text > center > img | www.json.org/img/whitespace.png | 18.1 KiB | 13.0 KiB |
div#spec > div#text > center > img div#spec > div#text > center > img | www.json.org/img/array.png | 11.2 KiB | 8.1 KiB |
Tap interactions may be delayed by up to 300 ms if the viewport is not optimized for mobile.
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.
Diagnostics
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 | |
|---|---|
div#spec > div#text > center > img div#spec > div#text > center > img | www.json.org/img/string.png |
div#spec > div#text > center > img div#spec > div#text > center > img | www.json.org/img/number.png |
div#spec > div#text > center > img div#spec > div#text > center > img | www.json.org/img/value.png |
div#spec > div#text > center > img div#spec > div#text > center > img | www.json.org/img/whitespace.png |
div#spec > div#text > center > img div#spec > div#text > center > img | www.json.org/img/object.png |
div#spec > div#text > center > img div#spec > div#text > center > img | www.json.org/img/array.png |
More information about the performance of your application. These numbers don't directly affect the Performance score.
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 |
|---|---|
| json.org/ | 1.2 s |
| www.json.org/json-en.html | 0.0 ms |
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
json
element
value
object
array
string
number
"true"
"false"
"null"
object
… body > div#spec > div#grammar | 0.178 |
body > div#spec > div#text > center body > div#spec > div#text > center | 0.028 |
A string is a sequence of zero or more Unicode characters, wrapped in double qu… body > div#spec > div#text > p | 0.015 |
body > div#spec > div#text > center body > div#spec > div#text > center | 0.013 |
body > div#spec > div#text > center body > div#spec > div#text > center | 0.006 |
Whitespace can be inserted between any pair of tokens. Excepting a few encoding… body > div#spec > div#text > p | 0.004 |
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.
Internationalization and localization
If a page doesn't specify a `lang` attribute, a screen reader assumes that the page is in the default language that the user chose when setting up the screen reader. If the page isn't actually in the default language, then the screen reader might not announce the page's text correctly. Learn more about the `lang` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These are opportunities to improve the interpretation of your content by users in different locales.
Names and labels
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#spec > div#text > center > img div#spec > div#text > center > img |
div#spec > div#text > center > img div#spec > div#text > center > img |
div#spec > div#text > center > img div#spec > div#text > center > img |
div#spec > div#text > center > img div#spec > div#text > center > img |
div#spec > div#text > center > img div#spec > div#text > center > img |
div#spec > div#text > center > img div#spec > div#text > center > img |
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.
Best practices
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
العربية body > div > small > a |
Български body > div > small > a |
中文 body > div > small > a |
Český body > div > small > a |
Dansk body > div > small > a |
Nederlands body > div > small > a |
Esperanto body > div > small > a |
Deutsch body > div > small > a |
Ελληνικά body > div > small > a |
עברית body > div > small > a |
Magyar body > div > small > a |
Indonesia body > div > small > a |
Italiano body > div > small > a |
日本 body > div > small > a |
한국어 body > div > small > a |
Norsk body > div > small > a |
Polski body > div > small > a |
Português body > div > small > a |
Română body > div > small > a |
Српско-хрватски body > div > small > a |
Slovenščina body > div > small > a |
Español body > div > small > a |
Svenska body > div > small > a |
Türkçe body > div > small > a |
Українська body > div > small > a |
Tiếng Việt body > div > small > a |
JSON for ASP li > ul > li > a |
JSON ASP utility class li > ul > li > a |
JSON.awk li > ul > li > a |
rhawk li > ul > li > a |
mu_json li > ul > li > a |
JSON_checker li > ul > li > a |
YAJL li > ul > li > a |
LibU li > ul > li > a |
json-c li > ul > li > a |
json-parser li > ul > li > a |
jsonsl li > ul > li > a |
WJElement li > ul > li > a |
M's JSON parser li > ul > li > a |
cJSON li > ul > li > a |
Jansson li > ul > li > a |
jsmn li > ul > li > a |
parson li > ul > li > a |
ujson4c li > ul > li > a |
frozen li > ul > li > a |
microjson li > ul > li > a |
mjson li > ul > li > a |
progbase li > ul > li > a |
lwjson li > ul > li > a |
cisson li > ul > li > a |
nanoJSONc li > ul > li > a |
JSON-BUILD li > ul > li > a |
JSONKit li > ul > li > a |
jsonme-- li > ul > li > a |
ThorsSerializer li > ul > li > a |
JsonBox li > ul > li > a |
jvar li > ul > li > a |
rapidjson li > ul > li > a |
minijson li > ul > li > a |
jsoncons li > ul > li > a |
jsoncpp li > ul > li > a |
univalue li > ul > li > a |
jsovon li > ul > li > a |
ArduinoJson li > ul > li > a |
QJson li > ul > li > a |
CAJUN li > ul > li > a |
libjson li > ul > li > a |
nosjob li > ul > li > a |
qmjson li > ul > li > a |
JSON Support in Qt li > ul > li > a |
JsonWax for Qt li > ul > li > a |
progbase li > ul > li > a |
Qentem-Engine li > ul > li > a |
fastJSON li > ul > li > a |
JSON_checker li > ul > li > a |
Json.NET li > ul > li > a |
JSON for .NET li > ul > li > a |
Manatee Json li > ul > li > a |
FastJsonParser li > ul > li > a |
LightJson li > ul > li > a |
Liersch.Json li > ul > li > a |
Liersch.JsonSerialization li > ul > li > a |
progbase li > ul > li > a |
JSON Essentials li > ul > li > a |
std.json li > ul > li > a |
asdf li > ul > li > a |
Delphi Web Utils li > ul > li > a |
JSON Delphi Library li > ul > li > a |
json-fortran li > ul > li > a |
YAJL-Fort li > ul > li > a |
jsonff li > ul > li > a |
RJson package li > ul > li > a |
json package li > ul > li > a |
JSON-java li > ul > li > a |
esson li > ul > li > a |
JSONUtil li > ul > li > a |
jsonp li > ul > li > a |
Json-lib li > ul > li > a |
Stringtree li > ul > li > a |
SOJO li > ul > li > a |
json-taglib li > ul > li > a |
Flexjson li > ul > li > a |
Argo li > ul > li > a |
jsonij li > ul > li > a |
fastjson li > ul > li > a |
mjson li > ul > li > a |
jjson li > ul > li > a |
json-simple li > ul > li > a |
json-io li > ul > li > a |
google-gson li > ul > li > a |
FOSS Nova JSON li > ul > li > a |
Corn CONVERTER li > ul > li > a |
Apache johnzon li > ul > li > a |
Genson li > ul > li > a |
cookjson li > ul > li > a |
progbase li > ul > li > a |
jackson li > ul > li > a |
MOXy li > ul > li > a |
JSON li > ul > li > a |
json2.js li > ul > li > a |
clarinet li > ul > li > a |
Oboe.js li > ul > li > a |
progbase li > ul > li > a |
JSONlab li > ul > li > a |
20565 li > ul > li > a |
23393 li > ul > li > a |
NSJSONSerialization li > ul > li > a |
json-framework li > ul > li > a |
JSONKit li > ul > li > a |
yajl-objc li > ul > li > a |
TouchJSON li > ul > li > a |
Public.Parser.JSON li > ul > li > a |
Public.Parser.JSON2 li > ul > li > a |
simplejson li > ul > li > a |
pyson li > ul > li > a |
Yajl-Py li > ul > li > a |
ultrajson li > ul > li > a |
metamagic.json li > ul > li > a |
progbase li > ul > li > a |
rjson li > ul > li > a |
jsonlite li > ul > li > a |
Serde JSON li > ul > li > a |
json-rust li > ul > li > a |
yajl-ruby li > ul > li > a |
json-stream li > ul > li > a |
progbase li > ul > li > a |
MZScheme li > ul > li > a |
JSON-struct li > ul > li > a |
Jshon li > ul > li > a |
JSON.sh li > ul > li > a |
jwalk li > ul > li > a |
VB-JSON li > ul > li > a |
PW.JSON li > ul > li > a |
progbase li > ul > li > a |
fwJSON li > ul > li > a |
JSON li > ul > li > a |
vfpjson li > ul > li > a |
Videos about JSON div > ul > li > a |
Videos about the JSON Logo div > ul > li > a |
Heresy & Heretical Open Source: A Heretic's Perspective div > ul > li > a |
Nota Message Format div > ul > li > a |
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 html |
These items highlight common accessibility best practices.
Best Practices
User Experience
Image natural dimensions should be proportional to the display size and the pixel ratio to maximize image clarity. Learn how to provide responsive images.
Performance issues directly impact user engagement and conversion rates.
| URL | Displayed size | Actual size | Expected size | |
|---|---|---|---|---|
json logo tbody > tr > td > img | www.json.org/img/json160.gif | 160 x 160 | 160 x 160 | 240 x 240 |
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.
Content Best Practices
Meta descriptions may be included in search results to concisely summarize page content. Learn more about the meta description.
Performance issues directly impact user engagement and conversion rates.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#spec > div#text > center > img div#spec > div#text > center > img |
div#spec > div#text > center > img div#spec > div#text > center > img |
div#spec > div#text > center > img div#spec > div#text > center > img |
div#spec > div#text > center > img div#spec > div#text > center > img |
div#spec > div#text > center > img div#spec > div#text > center > img |
div#spec > div#text > center > img div#spec > div#text > center > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.