Skip to content
https://wpengine.com

Lighthouse Mobile

· 0 checks — Mobile 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.

36

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.

A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.

Why this matters

Performance issues directly impact user engagement and conversion rates.

headings: [map[key:source label:Source valueType:source-location] map[granularity:1 key:reflowTime label:Total reflow time valueType:ms]]
items: [map[reflowTime:40.661 source:map[type:text value:[unattributed]]]]

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

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.

RequestCache TTLTransfer Size
assets.qualified.com/static-media/piperx-loading/Ruby.mp40.0 ms2.6 MiB
js.hsforms.net/forms/v2.js300.0 s193.8 KiB
js.qualified.com/qualified.js?token=NQ1LoYRihqenjAdN60.0 s117.1 KiB
assets.qualified.com/packs/media/Inter-SemiBold.fcb100c7.woff20.0 ms103.9 KiB
assets.qualified.com/packs/media/Inter-Regular.f1f0c35b.woff20.0 ms96.9 KiB
connect.facebook.net/en_US/fbevents.js1200.0 s96.6 KiB
cdn.segment.com/next-integrations/actions/hubspot-web/7fd8e29317f37d09b333.js0.0 ms53.2 KiB
/signals/config/1545550999041394?v=2.9.303&r=stable&domai...1200.0 s47.2 KiB
js.hs-analytics.net/analytics/1776799200000/46851451.js300.0 s42.4 KiB
/analytics.js/v1/uNr7LygKixxSLg2s0h7NXGgPC5nNW4Dd/analyti...120.0 s28.8 KiB
js.hubspot.com/web-interactives-embed.js600.0 s28.2 KiB
cdn.mouseflow.com/projects/1666c133-25b1-494b-bdeb-59ee57f7a371.js86400.0 s64.6 KiB
js.hs-banner.com/v2/46851451/banner.js300.0 s24.2 KiB
www.redditstatic.com/ads/pixel.js60.0 s19.0 KiB
www.dwin1.com/19038.js600.0 s15.5 KiB
www.dwin1.com/55049.js600.0 s13.6 KiB
cdn.segment.com/next-integrations/actions/3962/1faa179dfb20d0a3f5a0.js0.0 ms9.2 KiB
snap.licdn.com/li.lms-analytics/insight.min.js86400.0 s18.7 KiB
/global/load/042860fc-63d9-466c-881a-dd6cc05e3cb0?onload=...10.0 s6.8 KiB
/primerAnalytics.js?clientId=b3022593-55c8-45ea-ac10-8822...0.0 ms6.7 KiB
www.wqwln8trk.com/scripts/sdk/everflow.js14400.0 s8.9 KiB
/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da177152312...86400.0 s10.7 KiB
/next-integrations/actions/google-ec-plugins/00b46d0899db...0.0 ms2.5 KiB
/attribution_tracking/conversions/64.js?p=https://wpengin...0.0 ms2.2 KiB
analytics.ahrefs.com/analytics.js14400.0 s3.0 KiB
js.hs-scripts.com/46851451.js90.0 s1.0 KiB
js-na1.hs-scripts.com/46851451.js0.0 ms840 B
/collect?v=2&fmt=js&pid=2926194&time=1776799555082&conver...0.0 ms786 B
/collect?v=2&fmt=js&pid=2926194&time=1776799555095&url=ht...0.0 ms695 B
/rp.gif?ts=1776799555264&id=t2_7cvrn&event=PageVisit&m.va...0.0 ms666 B
/track.php?fingerprint=6590bda1-a307-494b-9e68-9d6997ae64...0.0 ms175 B
/tr/?id=1545550999041394&ev=PageView&dl=https%3A%2F%2Fwpe...0.0 ms19 B

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
div.wffmc72 > div.wffmc77 > div.wffmc76 > img div.wffmc72 > div.wffmc77 > div.wffmc76 > img
/_next/image/?url=https%3A%2F%2Fwpmktgatlas.wpengine.com%...30.3 KiB18.8 KiB

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

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

TTI

The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Diagnostics

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: 330 ms 43.4 KiB
URLTransfer SizeEst Savings
wpengine.com/_next/static/css/571a8b178d0c8f33.css47.2 KiB43.4 KiB

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.

Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.

Why this matters

Performance issues directly impact user engagement and conversion rates.

URLTotal CPU TimeScript EvaluationScript Parse
wpengine.com/1.3 s19 ms4.3 ms
/next-integrations/integrations/vendor/commons.59560acdd6...1.2 s1.1 s9.4 ms
Unattributable1.0 s128 ms0.0 ms
wpengine.com/_next/static/chunks/framework-1df031800c5b959e.js824 ms608 ms15 ms
wpengine.com/_next/static/chunks/pages/_app-92f2f405356b3ced.js823 ms505 ms171 ms
wpmktgatlas.wpengine.com/wpengine-experiences.js535 ms396 ms75 ms
js.hs-analytics.net/analytics/1776799200000/46851451.js513 ms385 ms10 ms
www.googletagmanager.com/gtm.js?id=GTM-P3WPFTMP&l=dataLayer445 ms337 ms80 ms
www.googletagmanager.com/gtag/js?id=AW-967467428&cx=c&gtm=4e64h1368 ms317 ms46 ms
www.googletagmanager.com/gtm.js?id=GTM-P9KSJHS&gtm=4e64h1337 ms297 ms31 ms
js.qualified.com/qualified.js?token=NQ1LoYRihqenjAdN331 ms272 ms46 ms
www.googletagmanager.com/gtag/js?id=DC-15251808&cx=c&gtm=4e64h1302 ms217 ms25 ms
www.googletagmanager.com/gtag/js?id=G-QQ5FN8NX8W&cx=c&gtm=4e64h1290 ms249 ms37 ms
www.googletagmanager.com/gtag/destination?id=AW-669924639&cx=c&gtm=4e64h1225 ms183 ms40 ms
www.googletagmanager.com/gtag/js?id=DC-11601526&cx=c&gtm=4e64h1204 ms177 ms26 ms
cdn.jsdelivr.net/npm/@fingerprintjs/fingerprintjs@3.4.2/dist/fp.umd.min.js195 ms162 ms2.5 ms
resources.usersnap.com/widget-assets/js/entries/globalSetup/8fa14b1d6833454c.js149 ms121 ms26 ms
x.clearbitjs.com/v2/pk_60a0b11b093a5e44f296dce0de39c448/tracking.min.js146 ms118 ms21 ms
js.hubspot.com/web-interactives-embed.js145 ms122 ms20 ms
js.hsforms.net/forms/v2.js139 ms84 ms53 ms
connect.facebook.net/en_US/fbevents.js136 ms102 ms32 ms
js.qualified.com/packs/js/multimodal_v2-1aa133be.js136 ms106 ms27 ms
/signals/config/1545550999041394?v=2.9.303&r=stable&domai...126 ms109 ms16 ms
cdn.segment.com/next-integrations/actions/3962/1faa179dfb20d0a3f5a0.js116 ms110 ms2.3 ms
wpengine.com/_next/static/chunks/main-4f195f348a4eeecd.js116 ms106 ms8.7 ms
www.redditstatic.com/ads/pixel.js98 ms80 ms4.8 ms
cdn.segment.com/next-integrations/actions/hubspot-web/7fd8e29317f37d09b333.js73 ms56 ms17 ms
snap.licdn.com/li.lms-analytics/insight.min.js69 ms44 ms18 ms
cdn.mouseflow.com/projects/1666c133-25b1-494b-bdeb-59ee57f7a371.js56 ms36 ms16 ms

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

Why this matters

Performance issues directly impact user engagement and conversion rates.

CategoryTime Spent
Script Evaluation6.9 s
Other1.8 s
Script Parsing & Compilation964 ms
Style & Layout643 ms
Rendering261 ms
Parse HTML & CSS260 ms
Garbage Collection139 ms

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
Pages with WebSocket cannot enter back/forward cache.Pending browser support

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

Layout shift culprits
Document request latency
Optimize DOM size
Font display
LCP breakdown
Modern HTTP
Render blocking requests
Optimize viewport for mobile
Minify CSS
Minify JavaScript
User Timing marks and measures 22 user timings
Avoid long main-thread tasks 20 long tasks found
Avoid non-composited animations 15 animated elements found
Image elements have explicit `width` and `height`
Network Requests
Network Round Trip Times 170 ms
Server Backend Latencies 440 ms
Tasks
Diagnostics
Metrics
Screenshot Thumbnails
Final Screenshot
Script Treemap Data
Resources Summary
Avoid multiple page redirects
Initial server response time was short Root document took 560 ms
Avoid large layout shifts 1 layout shift found
INP breakdown
LCP request discovery
88

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.

ARIA

Using ARIA attributes in roles where they are prohibited can mean that important information is not communicated to users of assistive technologies. Learn more about prohibited ARIA roles.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
AI assistant body > q-focus-sentinel > div
After AI assistant body > q-focus-sentinel > div
AI assistant, start div#qualified-multimodal-host > div
AI assistant, end div#qualified-multimodal-host > div

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.

Contrast

Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
POWER THE FREEDOM TO CREATE ONLINE section._55ef9g3 > div._55ef9ga > h2.h9nzq60 > div._55ef9g9
Power your digital portfolio with the speed, security, and scalability that mis… div._12bllok1 > div._12bllok6 > div._12bllok8 > p
Learn More div._12bllok6 > a._12bllok9 > div._147wu1c0 > span._147wu1c2
0% div.zg32ih6 > section._5fwitc0 > div.ridizu0 > div.ridizu1
support satisfaction div.zg32ih6 > section._5fwitc0 > div.ridizu0 > p.ridizu2
0% div.zg32ih6 > section._5fwitc0 > div.ridizu0 > div.ridizu1
first contact resolution div.zg32ih6 > section._5fwitc0 > div.ridizu0 > p.ridizu2
0X div.zg32ih6 > section._5fwitc0 > div.ridizu0 > div.ridizu1
Enterprise Teams div._13pq1hr0 > div._192p74w0 > div._192p74w8 > h5._192p74wa
Cut total cost of ownership with an all-inclusive platform. We handle the scali… div._192p74w0 > div._192p74w8 > div._1wtu5714 > p
Explore Enterprise div._192p74w8 > a > div._147wu1c0 > span._147wu1c2
Agencies div._13pq1hr0 > div._192p74w0 > div._192p74w8 > h5._192p74wa
Deliver excellence to your clients without the overhead. Leverage our partner p… div._192p74w0 > div._192p74w8 > div._1wtu5714 > p
Explore Agency div._192p74w8 > a > div._147wu1c0 > span._147wu1c2
reviewed by G2 div.ywwdw90 > div.ywwdw91 > div.ywwdw96 > span
G2 div.ywwdw91 > div.ywwdw96 > span > strong
Outstanding customer support which is always available to help div._13pq1hr0 > div.ywwdw90 > div.ywwdw98 > h4.ywwdw99
I love WP Engine for their outstanding customer support which is always availab… div.ywwdw90 > div.ywwdw98 > div.ywwdw9a > p
Joey B div.ywwdw98 > div.ywwdw9a > p > strong
LET’S GET STARTED section.fwke7f0 > div.fwke7f4 > h2.h9nzq60 > div.fwke7fa
© 2013–2026 WPEngine, Inc. All rights reserved. WP ENGINE®, VELOCITIZE®, TORQUE… footer._5qy9kc0 > div._5qy9kc1 > div._5qy9kcj > div._5qy9kck
1WP Engine is a proud member and supporter of the community of WordPress® users… div._5qy9kc1 > div._5qy9kcj > div._5qy9kck > div#legal-disclaimer

These are opportunities to improve the legibility of your content.

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
Managed Hosting Platform div._13pq1hr0 > div._12bllok1 > div._12bllok6 > h4._12bllok7
Enterprise Teams div._13pq1hr0 > div._192p74w0 > div._192p74w8 > h5._192p74wa
Outstanding customer support which is always available to help div._13pq1hr0 > div.ywwdw90 > div.ywwdw98 > h4.ywwdw99

These are opportunities to improve keyboard navigation in your application.

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
Slide 2 section.bgpbqc1 > div.bgpbqc7 > div.d0ddgk5 > button.d0ddgka
Slide 3 section.bgpbqc1 > div.bgpbqc7 > div.d0ddgk5 > button.d0ddgka
Slide 4 section.bgpbqc1 > div.bgpbqc7 > div.d0ddgk5 > button.d0ddgka

These items highlight common accessibility best practices.

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
`[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.
ARIA attributes are used as specified for the element's role
`[aria-hidden="true"]` elements do not contain focusable descendents
Document has a `<title>` element
`<frame>` or `<iframe>` elements have a title
`<html>` element has a `[lang]` attribute
`<html>` element has a valid value for its `[lang]` attribute
Links are distinguishable without relying on color.
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
Skip links are focusable.
Document has a main landmark.
Deprecated ARIA roles were not used
All heading elements contain content.
Identical links have the same purpose.
`[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
Elements with an ARIA `[role]` that require children to contain a specific `[role]` have all required children.
`[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
`<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
The document does not use `<meta http-equiv="refresh">`
`<object>` elements have alternate text
Select elements have associated label elements.
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>`.
Uses ARIA roles only on compatible elements
Image elements do not have `[alt]` attributes that are redundant text.
Elements with visible text labels have matching accessible names.
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.
77

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
AttributionReporting

Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit

Why this matters

Performance issues directly impact user engagement and conversion rates.

SourceDescription
Access to fetch at 'https://data.kameleoon.io/map/maps?siteCode=340w6gciyr&ttlHours=24' from origin 'https://wpengine.com' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: It does not have HTTP ok status.
Failed to load resource: net::ERR_FAILED
ReferenceError: clearbit is not defined at <anonymous>:1:51 at https://www.googletagmanager.com/gtm.js?id=GTM-P3WPFTMP&l=dataLayer:1061:429 at uR (https://www.googletagmanager.com/gtm.js?id=GTM-P3WPFTMP&l=dataLayer:1063:31) at Md.tR (https://www.googletagmanager.com/gtm.js?id=GTM-P3WPFTMP&l=dataLayer:1060:92) at Md.<anonymous> (https://www.googletagmanager.com/gtm.js?id=GTM-P3WPFTMP&l=dataLayer:452:187) at k.apply (https://www.googletagmanager.com/gtm.js?id=GTM-P3WPFTMP&l=dataLayer:378:466) at fb (https://www.googletagmanager.com/gtm.js?id=GTM-P3WPFTMP&l=dataLayer:341:719) at eb (https://www.googletagmanager.com/gtm.js?id=GTM-P3WPFTMP&l=dataLayer:341:470) at Md.<anonymous> (https://www.googletagmanager.com/gtm.js?id=GTM-P3WPFTMP&l=dataLayer:402:473) at k.apply (https://www.googletagmanager.com/gtm.js?id=GTM-P3WPFTMP&l=dataLayer:378:466)
kameleoonGlobalScript.js line 1, col 141
Uncaught (in promise) TypeError: Failed to fetch

Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.

Why this matters

Performance issues directly impact user engagement and conversion rates.

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 issues in the `Issues` panel in Chrome Devtools
Ensure CSP is effective against XSS attacks
Use a strong HSTS policy
Ensure proper origin isolation with COOP
Mitigate DOM-based XSS with Trusted Types
Detected JavaScript libraries
Redirects HTTP traffic to HTTPS
Mitigate clickjacking with XFO or CSP
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