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.
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.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
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.
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 | |
|---|---|---|---|
articulation logo div.et_pb_blurb_description > div > span > img | www.pair.com/wp-content/uploads/2025/12/Articulation-Logo-Transparent.webp | 4.6 KiB | 4.1 KiB |
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.
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 |
|---|---|
| pair.com/ | 1.2 s |
| www.pair.com/ | 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.
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.
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.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.pair.com/wp-includes/css/dashicons.min.css | 34.9 KiB | 34.9 KiB |
| cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css | 24.7 KiB | 24.0 KiB |
| cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css | 18.3 KiB | 18.1 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.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.googletagmanager.com/gtm.js?id=GTM-5PL2JH | 153.0 KiB | 105.9 KiB |
| www.googletagmanager.com/gtag/js?id=G-VJCB901HNB&cx=c>m=4e64k1 | 176.7 KiB | 67.9 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-5PL2JH | 153.0 KiB | 64.2 KiB |
| www.googletagmanager.com/gtag/js?id=AW-17424124672&cx=c>m=4e64k1 | 136.9 KiB | 60.5 KiB |
| www.pair.com/wp-content/themes/Divi/js/scripts.min.js | 68.6 KiB | 42.5 KiB |
| /signals/config/1627197235264466?v=2.9.303&r=stable&domai... | 125.2 KiB | 35.4 KiB |
| connect.facebook.net/en_US/fbevents.js | 96.5 KiB | 32.0 KiB |
| /pages/versioned/common-scripts/4ce8c7df8d425cc5046457682... | 55.1 KiB | 26.2 KiB |
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.
Performance issues directly impact user engagement and conversion rates.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| www.pair.com/ | 647 ms | 12 ms | 0.6 ms |
| Unattributable | 463 ms | 60 ms | 0.0 ms |
| www.googletagmanager.com/gtm.js?id=GTM-5PL2JH | 389 ms | 247 ms | 136 ms |
| www.pair.com/wp-includes/js/jquery/jquery.min.js | 386 ms | 237 ms | 6.9 ms |
| /pages/versioned/common-scripts/4ce8c7df8d425cc5046457682... | 366 ms | 306 ms | 27 ms |
| www.googletagmanager.com/gtag/js?id=G-VJCB901HNB&cx=c>m=4e64k1 | 299 ms | 254 ms | 41 ms |
| /signals/config/1627197235264466?v=2.9.303&r=stable&domai... | 260 ms | 228 ms | 31 ms |
| www.googletagmanager.com/gtag/js?id=AW-17424124672&cx=c>m=4e64k1 | 186 ms | 156 ms | 29 ms |
| www.pair.com/wp-content/themes/Divi/js/scripts.min.js | 157 ms | 103 ms | 21 ms |
| connect.facebook.net/en_US/fbevents.js | 117 ms | 88 ms | 28 ms |
| /wp-content/plugins/complianz-gdpr-premium/cookiebanner/j... | 97 ms | 58 ms | 3.0 ms |
| /pages/versioned/tracking-scripts/158692313dc4b9f2e28d9e9... | 57 ms | 50 ms | 6.5 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
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 1.9 s |
| Style & Layout | 559 ms |
| Other | 550 ms |
| Script Parsing & Compilation | 359 ms |
| Parse HTML & CSS | 126 ms |
| Rendering | 65 ms |
| Garbage Collection | 61 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 | |
|---|---|
articulation logo div.et_pb_blurb_description > div > span > img | www.pair.com/wp-content/uploads/2025/12/Articulation-Logo-Transparent.webp |
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.
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 |
|---|
Cookie Notice div.cmplz-documents > ul > li > a.cmplz-link |
Privacy Statement div.cmplz-documents > ul > li > a.cmplz-link |
Login div.et_pb_row > div.et_pb_column > div.et_pb_button_module_wrapper > a.et_pb_button |
Search form.header_bar_form > div.pair-homepage-domain-search-bar-wrapper > span.input-group-btn > button.btn |
See Plans & Pricing div.et_pb_row > div.et_pb_column > div.et_pb_button_module_wrapper > a.et_pb_button |
Help Me Choose A Package div#pair-homepage-hosting-plans > div.et_pb_column > div.et_pb_button_module_wrapper > a.et_pb_button |
Choose div.et_pb_row > div.et_pb_with_border > div.et_pb_button_module_wrapper > a.et_pb_button |
Choose div.et_pb_row > div.et_pb_with_border > div.et_pb_button_module_wrapper > a.et_pb_button |
THE PLATFORM OF CHOICE div.et_pb_column > div.et_pb_module > div.et_pb_text_inner > h3 |
Yes! Pair offers several options that can aid you in building your website.
Ab… div.et_pb_column > div.et_pb_module > div.et_pb_toggle > div.et_pb_toggle_content |
Absolutely! If you’re looking for something one-of-a-kind, our PairedUp custom … div.et_pb_module > div.et_pb_toggle > div.et_pb_toggle_content > p |
PairedUp div.et_pb_toggle > div.et_pb_toggle_content > p > a |
For a faster or more budget-friendly option, we also offer professionally desig… div.et_pb_module > div.et_pb_toggle > div.et_pb_toggle_content > p |
PairedUp Express div.et_pb_toggle > div.et_pb_toggle_content > p > a |
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.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Domains div.et_pb_with_border > div.et_pb_blurb_content > div.et_pb_blurb_container > h4.et_pb_module_header |
Pair is Global div.et_pb_column > div.et_pb_module > div.et_pb_promo_description > h4.et_pb_module_header |
Can You Help Me Build My Website? div.et_pb_column > div.et_pb_module > div.et_pb_toggle > h5.et_pb_toggle_title |
Company div.et_pb_column > div.et_pb_module > div.et_pb_text_inner > h5 |
These are opportunities to improve keyboard navigation in your application.
Best Practices
General
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| AttributionReporting | connect.facebook.net/en_US/fbevents.js line 279, col 769 |
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.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| www.pair.com/pair-site-builder/ | LEARN MORE |
| www.pair.com/wp-site-builder/ | LEARN MORE |
| www.pair.com/pairedup/affordable-web-design/ | LEARN MORE |
| www.pair.com/pairedup/custom-website-design/ | LEARN MORE |
Format your HTML in a way that enables crawlers to better understand your app’s content.