Skip to content
https://whatsapp.net

Lighthouse Desktop

· 0 checks — Desktop Lighthouse audit -- Performance, Accessibility, Best Practices, and SEO category breakdown.
SCORE
0
GRADE
FIX
0
REVIEW
0
PASS
0
INFO
0

Detailed Report

Audit breakdown by category with detailed findings.

77

Performance

Insights

Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.

Why this matters

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

Why this matters

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.

Why this matters

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

headings: [map[key:node label:Element subItemsHeading:map[key:extra] valueType:node] map[granularity:0.001 key:score label:Layout shift score subItemsHeading:map[key:cause valueType:text] valueType:numeric]]
items: [map[node:map[type:text value:Total] score:0.375677] map[node:map[boundingRect:map[bottom:1423 height:304 left:0 right:1350 top:1119 width:1350] lhId:page-1-SECTION nodeLabel:With private messaging and calling, you can be yourself, speak freely and feel … path:1,HTML,1,BODY,1,DIV,0,DIV,1,DIV,0,DIV,2,SECTION selector:div._2y_d > div#content-wrapper > div._adhc > section._9t2b snippet:<section data-testid="waui_section" class="_9t2b _wauiSection__mediumWidth" style="background-color:#FCF5EB;"> type:node] score:0.347568] map[node:map[boundingRect:map[bottom:602 height:380 left:135 right:498 top:222 width:363] lhId:page-3-ARTICLE nodeLabel:Message privately Simple, reliable, private messaging and calling for free*, a… path:1,HTML,1,BODY,1,DIV,0,DIV,1,DIV,0,DIV,0,SECTION,0,DIV,0,ARTICLE,0,DIV,1,DIV,0,SECTION,0,DIV,1,DIV,0,DIV,0,ARTICLE selector:div._9t2c > div._9tar > div._9vd6 > article._9ta2 snippet:<article role="presentation" class="_9ta2 _9sd8" style="background-color:transparent;"> type:node] score:0.019684 subItems:map[items:[map[cause:Unsized image element extra:map[boundingRect:map[bottom:2992 height:501 left:135 right:746 top:2491 width:611] lhId:page-12-IMG nodeLabel:Mac native version of WhatsApp highlighting video chats and various messaging c… path:1,HTML,1,BODY,1,DIV,0,DIV,1,DIV,0,DIV,6,DIV,0,DIV,0,SECTION,0,DIV,0,DIV,0,DIV,0,PICTURE,2,IMG selector:div._9tar > div._9vd6 > picture._9uh7 > img._9v7q snippet:<img alt="Mac native version of WhatsApp highlighting video chats and various messag…" class="_9v7q" src="https://scontent.whatsapp.net/v/t39.8562-34/557983832_816108114297284_7708…" loading="eager"> type:node]]] type:subitems]] map[node:map[boundingRect:map[bottom:712 height:600 left:511 right:1215 top:112 width:704] lhId:page-6-DIV nodeLabel:example of whatsapp event with multiple attendees going to French Class path:1,HTML,1,BODY,1,DIV,0,DIV,1,DIV,0,DIV,0,SECTION,0,DIV,0,ARTICLE,0,DIV,1,DIV,0,SECTION,0,DIV,1,DIV,1,DIV selector:section._9t2b > div._9t2c > div._9tar > div._9vd6 snippet:<div class="_9vd6 _9t33 _9bin _9bj3 _9bhd _9v11 _9taw _9ta9 _9u6_ _9u71 _9se- _9u5w _9…" style="background-color:transparent;"> type:node] score:0.008425 subItems:map[items:[map[cause:Web font extra:map[type:url value:https://static.whatsapp.net/rsrc.php/yN/r/fQtw5exLIdT.woff2]]] type:subitems]]]

Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.

Why this matters

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading

Why this matters

Performance issues directly impact user engagement and conversion rates.

lhId: page-0-IMG
nodeLabel: woman in the city stopping to look at the messages on her phone
path: 1,HTML,1,BODY,1,DIV,0,DIV,1,DIV,0,DIV,0,SECTION,0,DIV,0,ARTICLE,0,DIV,0,DIV,0,PICTURE,6,IMG
selector: div._ain8 > div._aina > picture._9uh7 > img._9v7q
snippet: <img alt="woman in the city stopping to look at the messages on her phone" class="_9v7q" src="https://scontent.whatsapp.net/v/t39.8562-34/656004425_1008747588378447_468…" loading="eager">

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

description: [preconnect](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/) hints help the browser establish a connection earlier in the page load, saving time when the first request for that origin is made. The following are the origins that the page preconnected to.
title: Preconnected origins
value: no origins were preconnected
description: Add [preconnect](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/) hints to your most important origins, but try to use no more than 4.
title: Preconnect candidates
value: No additional origins are good candidates for preconnecting

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.

Why this matters

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size

Why this matters

Performance issues directly impact user engagement and conversion rates.

URLResource SizeEst Savings
screenshot of end to end encrypted video call of user connecting with their fam… div#u_0_w_iO > div#u_0_x_/x > picture._9uh7 > img._9v7q
/v/t39.8562-34/472770474_998885868928301_7820026646601892...51.3 KiB16.0 KiB
whatsapp feature showing users status using happy face and heart sticker with l… div#u_0_1b_O/ > div#u_0_1c_xB > picture._9uh7 > img._9v7q
/v/t39.8562-34/311869879_1082331725759559_538213680480128...20.1 KiB15.5 KiB
whatsapp user profile image of happy lady laughing div#u_0_1a_y5 > div._af05 > picture._9uh7 > img._9v7q
/v/t39.8562-34/659653507_956164453426749_1354931642582727...40.6 KiB6.4 KiB

These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.

Diagnostics

Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Estimated savings: 170 ms 133.6 KiB

Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failure reasonFailure type
The page has an unload handler in the main frame.Actionable
Pages whose main resource has cache-control:no-store cannot enter back/forward cache.Not actionable
Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header.Not actionable

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Estimated savings: 0.0 ms 14.7 KiB
URLTransfer SizeEst Savings
static.whatsapp.net/rsrc.php/v5/yT/l/0,cross/2C6Y15M3ulD.css18.1 KiB14.7 KiB

Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions

Why this matters

Performance issues directly impact user engagement and conversion rates.

URL
screenshot of end to end encrypted video call of user connecting with their fam… div#u_0_z_gk > div#u_0_10_cH > picture._9uh7 > img._9v7q
/v/t39.8562-34/473060158_1449917663062833_590860575737065...
bubbles of text saying hello in different languages with individual users icons div#u_0_t_Fl > article._9ta2 > picture._9uh7 > img._9v7q
/v/t39.8562-34/660428698_2328129864265018_232382178265635...
Mac native version of WhatsApp highlighting video chats and various messaging c… div._9tar > div._9vd6 > picture._9uh7 > img._9v7q
/v/t39.8562-34/557983832_816108114297284_7708787262743294...
bubbles of text saying hello in different languages with individual users icons div#u_0_p_On > article._9ta2 > picture._9uh7 > img._9v7q
/v/t39.8562-34/657146264_1235058018697365_245138965546914...
span._9vf_ > div._af05 > picture._9uh7 > img._9v7q span._9vf_ > div._af05 > picture._9uh7 > img._9v7q
/v/t39.8562-34/319083687_560355302533985_4513178005349338...
screenshot of end to end encrypted video call of user connecting with their fam… div#u_0_w_iO > div#u_0_x_/x > picture._9uh7 > img._9v7q
/v/t39.8562-34/472770474_998885868928301_7820026646601892...
screenshot of whatsapp group customized to be called best friend group div#u_0_16_jZ > div._af05 > picture._9uh7 > img._9v7q
/v/t39.8562-34/473285216_1384759809157265_121252201687680...
screenshot of whatsapp business showing an online grocery store with products f… div#u_0_1l_f+ > div#u_0_1m_Ko > picture._9uh7 > img._9v7q
/v/t39.8562-34/329699257_2856843487782508_780054550541766...
whatsapp user profile image of happy lady laughing div#u_0_1a_y5 > div._af05 > picture._9uh7 > img._9v7q
/v/t39.8562-34/659653507_956164453426749_1354931642582727...
screenshot of whatsapp feature group conversation including photo and message e… div#u_0_17_9s > div#u_0_18_rR > picture._9uh7 > img._9v7q
/v/t39.8562-34/659198996_1263333499311132_110893147561133...
whatsapp feature showing users status using happy face and heart sticker with l… div#u_0_1b_O/ > div#u_0_1c_xB > picture._9uh7 > img._9v7q
/v/t39.8562-34/311869879_1082331725759559_538213680480128...
example of whatsapp event with multiple attendees going to French Class div#u_0_g_zN > div#u_0_h_TM > picture._9uh7 > img._9v7q
/v/t39.8562-34/656665442_4215181615403350_209439401965278...
secure text on whatsapp platform reading ready when you are div#u_0_m_jM > div#u_0_n_6/ > picture._9uh7 > img._9v7q
/v/t39.8562-34/657250101_2229945731166928_792335821559596...
example of text bubble on whatsapp reading still on for studying div#u_0_i_Nw > div#u_0_j_iv > picture._9uh7 > img._9v7q
/v/t39.8562-34/657609706_2270399193448511_279476224734901...
WhatsApp Main Logo div._9vd6 > a._asnw > span._advp > img._aeok
static.whatsapp.net/rsrc.php/yJ/r/twC7frrXavH.svg
thumbs up, heart, glasses emoji reaction to a message on whatsapp div#u_0_k_E5 > div#u_0_l_SK > picture._9uh7 > img._9v7q
/v/t39.8562-34/655911721_1293480736049643_682203208397811...
WhatsApp Main Page span._afw1 > a._asnw > span._advp > img._afvz
static.whatsapp.net/rsrc.php/yY/r/_mMwO8HKa4V.svg

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Estimated savings: 249 ms
URLTime Spent
whatsapp.net/249 ms
www.whatsapp.com/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

Why this matters

Performance issues directly impact user engagement and conversion rates.

ElementLayout shift score
With private messaging and calling, you can be yourself, speak freely and feel … div._2y_d > div#content-wrapper > div._adhc > section._9t2b
0.348
Message privately Simple, reliable, private messaging and calling for free*, a… div._9t2c > div._9tar > div._9vd6 > article._9ta2
0.020
example of whatsapp event with multiple attendees going to French Class section._9t2b > div._9t2c > div._9tar > div._9vd6
0.008
Time to Interactive 1.4 s
Optimize DOM size
Forced reflow
LCP breakdown
Modern HTTP
Optimize viewport for mobile
Max Potential First Input Delay 20 ms
Minify CSS
Minify JavaScript
Avoids enormous network payloads Total size was 1,077 KiB
User Timing marks and measures 7 user timings
JavaScript execution time 0.0 s
Minimizes main-thread work 0.3 s
Network Requests
Network Round Trip Times 20 ms
Server Backend Latencies 130 ms
Tasks
Diagnostics
Metrics
Screenshot Thumbnails
Final Screenshot
Script Treemap Data
Resources Summary
Initial server response time was short Root document took 310 ms
INP breakdown
Avoid long main-thread tasks
Avoid non-composited animations
97

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.

Navigation

Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
What we do div._9vd6 > div._9vd5 > div._8l_f > h4

These are opportunities to improve keyboard navigation in your application.

Best practices

One main landmark helps screen reader users navigate a web page. Learn more about landmarks.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
html#facebook html#facebook

These items highlight common accessibility best practices.

Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
Apps nav._afwe > ul._afwg > li._afn_ > a._9vd5
Log in span._ag1l > div#u_0_b_Sj > div._9tar > a._aeo8
Download Mac app div._9t2c > div._9tar > div._9vd6 > a._aeo8
About us div._9t2j > div._9tar > div._9vd6 > a._asnw
Contact Us div._9t2j > div._9tar > div._9vd6 > a#contact_us_link_footer
Apps div._9t2j > div._9tar > div._9vd6 > a._asnw
Terms & Privacy Policy div._9t2m > span._aeom > div._9tar > a._9vcv
Interactive controls are keyboard focusable
Interactive elements indicate their purpose and state
The page has a logical tab order
Visual order on the page follows DOM order
User focus is not accidentally trapped in a region
The user's focus is directed to new content added to the page
HTML5 landmark elements are used to improve navigation
Offscreen content is hidden from assistive technology
Custom controls have associated labels
Custom controls have ARIA roles
`[aria-*]` attributes match their roles
`[aria-hidden="true"]` is not present on the document `<body>`
`[role]`s have all required `[aria-*]` attributes
Elements with an ARIA `[role]` that require children to contain a specific `[role]` have all required children.
`[role]` values are valid
`[aria-*]` attributes have valid values
`[aria-*]` attributes are valid and not misspelled
Buttons have an accessible name
Image elements have `[alt]` attributes
`[user-scalable="no"]` is not used in the `<meta name="viewport">` element and the `[maximum-scale]` attribute is not less than 5.
Select elements have associated label elements.
ARIA attributes are used as specified for the element's role
`[aria-hidden="true"]` elements do not contain focusable descendents
Elements use only permitted ARIA attributes
Background and foreground colors have a sufficient contrast ratio
Document has a `<title>` element
`<html>` element has a `[lang]` attribute
`<html>` element has a valid value for its `[lang]` attribute
Links have a discernible name
Lists contain only `<li>` elements and script supporting elements (`<script>` and `<template>`).
List items (`<li>`) are contained within `<ul>`, `<ol>` or `<menu>` parent elements
No element has a `[tabindex]` value greater than 0
Touch targets have sufficient size and spacing.
Skip links are focusable.
Deprecated ARIA roles were not used
Uses ARIA roles only on compatible elements
`[accesskey]` values are unique
`button`, `link`, and `menuitem` elements have accessible names
Elements with `role="dialog"` or `role="alertdialog"` have accessible names.
ARIA input fields have accessible names
ARIA `meter` elements have accessible names
ARIA `progressbar` elements have accessible names
`[role]`s are contained by their required parent element
Elements with the `role=text` attribute do not have focusable descendents.
ARIA toggle fields have accessible names
ARIA `tooltip` elements have accessible names
ARIA `treeitem` elements have accessible names
The page contains a heading, skip link, or landmark region
`<dl>`'s contain only properly-ordered `<dt>` and `<dd>` groups, `<script>`, `<template>` or `<div>` elements.
Definition list items are wrapped in `<dl>` elements
ARIA IDs are unique
No form fields have multiple labels
`<frame>` or `<iframe>` elements have a title
`<html>` element has an `[xml:lang]` attribute with the same base language as the `[lang]` attribute.
Input buttons have discernible text.
`<input type="image">` elements have `[alt]` text
Form elements have associated labels
Links are distinguishable without relying on color.
The document does not use `<meta http-equiv="refresh">`
`<object>` elements have alternate text
Cells in a `<table>` element that use the `[headers]` attribute refer to table cells within the same table.
`<th>` elements and elements with `[role="columnheader"/"rowheader"]` have data cells they describe.
`[lang]` attributes have a valid value
`<video>` elements contain a `<track>` element with `[kind="captions"]`
Tables have different content in the summary attribute and `<caption>`.
All heading elements contain content.
Image elements do not have `[alt]` attributes that are redundant text.
Identical links have the same purpose.
Tables use `<caption>` instead of cells with the `[colspan]` attribute to indicate a caption.
`<td>` elements in a large `<table>` have one or more table headers.
81

Best Practices

General

Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Deprecation / WarningSource
Unload event listeners are deprecated and will be removed.
Uses HTTPS
Avoids third-party cookies
Allows users to paste into input fields
Avoids requesting the geolocation permission on page load
Avoids requesting the notification permission on page load
Displays images with correct aspect ratio
Serves images with appropriate resolution
Page has the HTML doctype
Properly defines charset
No browser errors logged to the console
No issues in the `Issues` panel in Chrome Devtools
Ensure CSP is effective against XSS attacks
Mitigate DOM-based XSS with Trusted Types
Page has valid source maps
Redirects HTTP traffic to HTTPS
Use a strong HSTS policy
Ensure proper origin isolation with COOP
Mitigate clickjacking with XFO or CSP
Detected JavaScript libraries
92

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

Descriptive link text helps search engines understand your content. Learn how to make links more accessible.

Why this matters

Performance issues directly impact user engagement and conversion rates.

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

Structured data is valid
Page isn’t blocked from indexing
Document has a `<title>` element
Document has a meta description
Page has successful HTTP status code
Links are crawlable
robots.txt is valid
Image elements have `[alt]` attributes
Document has a valid `hreflang`
Document has a valid `rel=canonical`

Send Feedback