You are on page 1of 8

2/27/2021

https://www.waterfilteruae.com/

? ? ? ? ?

Performance Accessibility Best SEO Progressive


Practices Web App

0–49 50–89 90–100

There were issues affecting this run of Lighthouse:

Something went wrong with recording the trace over your page load. Please run Lighthouse again. (NO_FCP)

Performance
Metrics

First Contentful Paint Error! Time to Interactive Error!


Required traces gatherer did not run. Required traces gatherer did not run.

Speed Index Error! Total Blocking Time Error!


Required traces gatherer did not run. Required traces gatherer did not run.

Largest Contentful Paint Error! Cumulative Layout Shift Error!


Required traces gatherer did not run. Required traces gatherer did not run.

Values are estimated and may vary. The performance score is calculated directly from these metrics. See calculator.

Opportunities — These suggestions can help your page load faster. They don't directly affect the Performance score.

Opportunity Estimated Savings

Eliminate render-blocking resources Error!

Properly size images Error!

Defer offscreen images Error!

Minify CSS Error!

Minify JavaScript Error!

Remove unused CSS Error!


1/8
2/27/2021

Remove unused JavaScript Error!

Efficiently encode images Error!

Serve images in next-gen formats Error!

Enable text compression Error!

Preconnect to required origins Error!

Initial server response time was short Error!

Avoid multiple page redirects Error!

Preload key requests Error!

Use HTTP/2 Error!

Use video formats for animated content Error!

Remove duplicate modules in JavaScript bundles Error!

Avoid serving legacy JavaScript to modern browsers Error!

Diagnostics — More information about the performance of your application. These numbers don't directly affect the
Performance score.

Avoids enormous network payloads — Error!

Uses efficient cache policy on static assets — Error!

Avoids an excessive DOM size — Error!

Avoid chaining critical requests — Error!

User Timing marks and measures — Error!

JavaScript execution time — Error!

Minimizes main-thread work — Error!

All text remains visible during webfont loads — Error!

Keep request counts low and transfer sizes small — Error!

Minimize third-party usage — Error!

Largest Contentful Paint element — Error!

Avoid large layout shifts — Error!

Uses passive listeners to improve scrolling performance — Error!

Avoids document.write() — Error!

Avoid long main-thread tasks — Error!

Avoid non-composited animations — Error!

Image elements have explicit width and height — Error!

2/8
2/27/2021

Accessibility
These checks highlight opportunities to improve the accessibility of your
web app. Only a subset of accessibility issues can be automatically
detected so manual testing is also encouraged.

Navigation — These are opportunities to improve keyboard navigation in your application.

[accesskey] values are unique — Error!

The page contains a heading, skip link, or landmark region — Error!

[id] attributes on active, focusable elements are unique — Error!

Heading elements appear in a sequentially-descending order — Error!

No element has a [tabindex] value greater than 0 — Error!

ARIA — These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users
of assistive technology, like a screen reader.

[aria-*] attributes match their roles — Error!

[aria-hidden="true"] is not present on the document <body> — Error!

[aria-hidden="true"] elements do not contain focusable descendents — Error!

ARIA input fields have accessible names — Error!

[role]s have all required [aria-*] attributes — Error!

Elements with an ARIA [role] that require children to contain a specific [role] have all required children. — Error!

[role]s are contained by their required parent element — Error!

[role] values are valid — Error!

ARIA toggle fields have accessible names — Error!

[aria-*] attributes have valid values — Error!

[aria-*] attributes are valid and not misspelled — Error!

ARIA IDs are unique — Error!

Names and labels — 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.

Buttons have an accessible name — Error!

Document has a <title> element — Error!

No form fields have multiple labels — Error!

3/8
2/27/2021

<frame> or <iframe> elements have a title — Error!

Image elements have [alt] attributes — Error!

<input type="image"> elements have [alt] text — Error!

Form elements have associated labels — Error!

Links have a discernible name — Error!

<object> elements have [alt] text — Error!

Contrast — These are opportunities to improve the legibility of your content.

Background and foreground colors have a sufficient contrast ratio — Error!

Tables and lists — These are opportunities to improve the experience of reading tabular or list data using assistive technology,
like a screen reader.

<dl>'s contain only properly-ordered <dt> and <dd> groups, <script>, <template> or <div> elements. — Error!

Definition list items are wrapped in <dl> elements — Error!

Presentational <table> elements avoid using <th>, <caption> or the [summary] attribute. — Error!

Lists contain only <li> elements and script supporting elements (<script> and <template>). — Error!

List items (<li>) are contained within <ul> or <ol> parent elements — Error!

Cells in a <table> element that use the [headers] attribute refer to table cells within the same table. — Error!

<th> elements and elements with [role="columnheader"/"rowheader"] have data cells they describe. — Error!

Internationalization and localization — These are opportunities to improve the interpretation of your content by users in
different locales.

<html> element has a [lang] attribute — Error!

<html> element has a valid value for its [lang] attribute — Error!

[lang] attributes have a valid value — Error!

Best practices — These items highlight common accessibility best practices.

The document does not use <meta http-equiv="refresh"> — Error!

[user-scalable="no"] is not used in the <meta name="viewport"> element and the [maximum-scale] attribute is not less than 5.

— Error!

Audio and video — These are opportunities to provide alternative content for audio and video. This may improve the
experience for users with hearing or vision impairments.

<video> elements contain a <track> element with [kind="captions"] — Error!

<video> elements contain a <track> element with [kind="description"] — Error!

4/8
2/27/2021

Additional items to manually check (10) — These items address areas which an automated testing tool cannot cover. Learn
more in our guide on conducting an accessibility review.

Best Practices
Trust and Safety

Uses HTTPS — Error!

Links to cross-origin destinations are safe — Error!

Avoids requesting the geolocation permission on page load — Error!

Avoids requesting the notification permission on page load — Error!

User Experience

Allows users to paste into password fields — Error!

Displays images with correct aspect ratio — Error!

Serves images with appropriate resolution — Error!

Fonts with font-display: optional are preloaded — Error!

Browser Compatibility

Page has the HTML doctype — Error!

Properly defines charset — Error!

General

Avoids unload event listeners — Error!

Avoids Application Cache — Error!

Avoids deprecated APIs — Error!

No browser errors logged to the console — Error!

Page has valid source maps — Error!

Passed audits (2)

5/8
2/27/2021

SEO
These checks ensure that your page is optimized for search engine results
ranking. There are additional factors Lighthouse does not check that may
affect your search ranking. Learn more.

Mobile Friendly — Make sure your pages are mobile friendly so users don’t have to pinch or zoom in order to read the content
pages. Learn more.

Has a <meta name="viewport"> tag with width or initial-scale — Error!

Document uses legible font sizes — Error!

Tap targets are sized appropriately — Error!

Content Best Practices — Format your HTML in a way that enables crawlers to better understand your app’s content.

Document has a <title> element — Error!

Document has a meta description — Error!

Links have descriptive text — Error!

Image elements have [alt] attributes — Error!

Document has a valid hreflang — Error!

Document has a valid rel=canonical — Error!

Document avoids plugins — Error!

Crawling and Indexing — To appear in search results, crawlers need access to your app.

Page has successful HTTP status code — Error!

Links are crawlable — Error!

Page isn’t blocked from indexing — Error!

robots.txt is valid — Error!

Additional items to manually check (1) — Run these additional validators on your site to check additional SEO best
practices.

6/8
2/27/2021

Progressive Web App


These checks validate the aspects of a Progressive Web App. Learn more.

Fast and reliable

Page load is fast enough on mobile networks — Error!

Current page responds with a 200 when offline — Error!

start_url responds with a 200 when offline — Error!

Installable

Uses HTTPS — Error!

Registers a service worker that controls page and start_url — Error!

Web app manifest does not meet the installability requirements Failures: No manifest was fetched.

PWA Optimized

Redirects HTTP traffic to HTTPS — Error!

Is not configured for a custom splash screen Failures: No manifest was fetched.

Sets a theme color for the address bar. — Error!

Content is sized correctly for the viewport — Error!

Has a <meta name="viewport"> tag with width or initial-scale — Error!

Contains some content when JavaScript is not available — Error!

Provides a valid apple-touch-icon — Error!

Manifest doesn't have a maskable icon No manifest was fetched

Additional items to manually check (3) — These checks are required by the baseline PWA Checklist but are not
automatically checked by Lighthouse. They do not affect your score but it's important that you verify them manually.

Runtime Settings

URL https://www.waterfilteruae.com/

Fetch Time Feb 27, 2021, 3:10 PM PST

Device Emulated Desktop

Network throttling 40 ms TCP RTT, 10,240 Kbps throughput (Simulated)

CPU throttling 1x slowdown (Simulated)


7/8
2/27/2021

Channel devtools

User agent (host) Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like
Gecko) Chrome/88.0.4324.190 Safari/537.36

CPU/Memory Power 703

Generated by Lighthouse 6.4.0 | File an issue

8/8

You might also like