Mobile 375 × 812

Desktop 1440 × 900

Score: 70 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Good foundation, but a few gaps could be exploited.
Several issues make your site difficult for assistive technology users.
Solid SEO basics — a few optimizations could boost rankings.
Good server performance with room for optimization.
Several regulatory requirements are not yet met.
Missing metadata means poor previews on social media and search.
Heavier than average — reducing page weight saves energy and bandwidth.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
No <main> landmark found
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
is missing width/height — may cause layout shift
Performance issues directly impact user engagement and conversion rates.
138 third-party resources (100% of weight)
Performance issues directly impact user engagement and conversion rates.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/acb25600-2728-4193-8fff-e5f525228a4a)<a href="https://beavercheck.com/results/acb25600-2728-4193-8fff-e5f525228a4a"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fweddingwire.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fweddingwire.comThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Your LCP of 4.8s exceeds Google's 2.5s 'Good' threshold and the 2 performance issues below directly contribute to it. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your user trust.
9 barrier(s) likely increasing bounce by ~38%.
Page takes 4.8s to load
+12% bounceUsers abandon at ~3s — you're 2.3s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 4.0s
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
No viewport meta tag
+15% bounceMobile browsers render at desktop width and shrink — text unreadable, tap targets miniature
Fix: Add <meta name="viewport" content="width=device-width, initial-scale=1">
No Open Graph tags
+2% bounceLinks shared on LinkedIn / Slack / Facebook show bare URLs — referral clicks drop
Fix: Add og:title, og:description, og:image, og:url to the page head
No structured data
+2% bounceNo rich-result eligibility in Google — lower SERP CTR vs competitors with stars and prices
Fix: Add JSON-LD for your page type (Product, Article, FAQPage, LocalBusiness, …)
Thin content
+3% bounceUnder 300 words — visitors bounce looking for substance, search engines rank competitors first
Fix: Add a substantive FAQ, product detail, or case-study section
Content is hard to read
+2% bounceGraduate-level reading difficulty — limits the addressable audience for product or blog pages
Fix: Shorten sentences; replace jargon with plain language; target Flesch ease ≥60
No skip-to-content link
+1% bounceKeyboard and screen-reader users must tab through the entire header on every page
Fix: Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
$650 investment → $3,419/month returns + USD 157,500 risk avoided
$650
6h · 5 findings
$3,419 /mo
~$41,030 / year
USD 157,500
if kept compliant
$100 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
6.5 developer hours at $100/hr
Based on United States rates ($100/hr)
Start here for the best return on investment
$13,126 / month at risk
~$157,508 / year if left unfixed
$157,500
+4 more
$0.71 /mo
8847.3 MB/mo × 0.080 USD/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 3 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
2.62 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
4.78 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
3.96 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
5.52 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
25.40 s
Audit breakdown by category with detailed findings.
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
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
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.
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 | |
|---|---|---|---|
10 South div#vendorTile2074187 > div.vendorTileGallery > picture.vendorTileGallery__image > img | /vendor/781470/3_2/960/jpg/10southgrandopening-048_51_207... | 101.3 KiB | 62.2 KiB |
JENNIFER GOBERDHAN Signature Weddings div#vendorTile776938 > div.vendorTileGallery > picture.vendorTileGallery__image > img | cdn0.weddingwire.com/vendor/839677/3_2/960/jpg/hp-collages-2-1_51_776938_v1.webp | 74.4 KiB | 45.3 KiB |
1-800 Jam Music div#vendorTile94832 > div.vendorTileGallery > picture.vendorTileGallery__image > img | /vendor/238490/3_2/960/png/new-jam-ad-menu-readjustwithwh... | 47.6 KiB | 29.0 KiB |
Gourmet Caterers div#vendorTile10058 > div.vendorTileGallery > picture.vendorTileGallery__image > img | /vendor/850010/3_2/960/jpg/011720-265-1_51_10058-15804001... | 40.4 KiB | 24.6 KiB |
Park Hyatt Washington div#vendorTile10013 > div.vendorTileGallery > picture.vendorTileGallery__image > img | cdn0.weddingwire.com/vendor/310010/3_2/960/jpg/1485460353967-img0703.webp | 40.0 KiB | 24.3 KiB |
1423 Events div#vendorTile731648 > div.vendorTileGallery > picture.vendorTileGallery__image > img | /vendor/846137/3_2/960/jpg/1505423735-905ae7bb4e6bd778-Co... | 32.5 KiB | 19.8 KiB |
Couples' Choice Awards article.home > section.homeChoiceAwards > div.homeChoiceAwards__heading > img.homeChoiceAwards__image | cdn1.weddingwire.com/img/badges/2026/badge-weddingawards_en_US_small@2x.png | 18.6 KiB | 13.3 KiB |
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.
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.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|
| weddingwire.com/ | 1.1 s |
| www.weddingwire.com/ | 0.0 ms |
Keep the server response time for the main document short because all other requests depend on it. Learn more about the Time to First Byte metric.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| www.weddingwire.com/ | 640 ms |
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.
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.
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 | 6.5 s |
| Other | 1.5 s |
| Script Parsing & Compilation | 1.1 s |
| Style & Layout | 451 ms |
| Parse HTML & CSS | 211 ms |
| Rendering | 209 ms |
| Garbage Collection | 157 ms |
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 |
|---|---|---|
| @font-face{font-family:ProximaNova-fallback-Arial;src:local(arial);size-adjust:96.9%} … | 49.6 KiB | 44.0 KiB |
| .sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0; … } … | 28.1 KiB | 28.0 KiB |
| 20.9 KiB | 20.5 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.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
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.
Rose Band Design div.websitesComponent__sliderContainer > div.websitesComponent__sliderItem > div.websitesComponent__cardItem > img.lazyload |
Painted Winery Design div.websitesComponent__sliderContainer > div.websitesComponent__sliderItem > div.websitesComponent__cardItem > img.lazyload |
Illustrated Floral Design div.websitesComponent__sliderContainer > div.websitesComponent__sliderItem > div.websitesComponent__cardItem > img.lazyload |
Minimalist Branches Design div.websitesComponent__sliderContainer > div.websitesComponent__sliderItem > div.websitesComponent__cardItem > img.lazyload |
More information about the performance of your application. These numbers don't directly affect the Performance score.
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.
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 |
|---|
DOWNLOAD THE APP div#app-apps-download-banner > div.app-smart-banner > div.branchBanner__buttonContainer > a.branchBanner__button |
Join for free today! main#layoutMain > article.home > div.homeDirectSignUp > button.button |
Towards the Moon; article.home > section.homeSpecialThanks > div.app-photo-credits > span.photoCredit__name |
Love & Adventure Photography; article.home > section.homeSpecialThanks > div.app-photo-credits > span.photoCredit__name |
Alison Dean; article.home > section.homeSpecialThanks > div.app-photo-credits > span.photoCredit__name |
Chelsea Abril Photography article.home > section.homeSpecialThanks > div.app-photo-credits > span.photoCredit__name |
These are opportunities to improve the legibility of your content.
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 |
|---|
form.app-search-combined-bar > div.searcherCombined > div.searcherCombined__searchButton > img form.app-search-combined-bar > div.searcherCombined > div.searcherCombined__searchButton > 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.
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.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Dylan & Brian
33 photos · Columbus, Columbus div.scrollSnap > div.scrollSnap__container > div.scrollSnap__item > div.realWeddingsCouplesTile |
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 |
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
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
/assets/js/newRelicRum.js?siteVersion=symfnw-US248-1-2026... line 12, col 7932 | [GSI_LOGGER]: FedCM get() rejects with NetworkError: Error retrieving a token. |
Not signed in with the identity provider. |
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.
Performance issues directly impact user engagement and conversion rates.
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.
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 |
|---|
form.app-search-combined-bar > div.searcherCombined > div.searcherCombined__searchButton > img form.app-search-combined-bar > div.searcherCombined > div.searcherCombined__searchButton > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
1.19 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.85 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
409 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.70 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
6.15 s
Audit breakdown by category with detailed findings.
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
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
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.
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.
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 | |
|---|---|---|---|
123 Imaging div#vendorTile1053465 > div.vendorTileGallery > picture.vendorTileGallery__image > img | cdn0.weddingwire.com/vendor/564350/3_2/640/jpg/1_51_1053465-168952385090169.webp | 61.3 KiB | 51.5 KiB |
10 South div#vendorTile2074187 > div.vendorTileGallery > picture.vendorTileGallery__image > img | /vendor/781470/3_2/640/jpg/10southgrandopening-048_51_207... | 51.8 KiB | 42.1 KiB |
#NoFilter Glam div#vendorTile995796 > div.vendorTileGallery > picture.vendorTileGallery__image > img | /vendor/697599/3_2/640/jpg/urban-row-photo-emily-tim-wedd... | 44.3 KiB | 34.6 KiB |
JENNIFER GOBERDHAN Signature Weddings div#vendorTile776938 > div.vendorTileGallery > picture.vendorTileGallery__image > img | cdn0.weddingwire.com/vendor/839677/3_2/640/jpg/hp-collages-2-1_51_776938_v1.webp | 39.1 KiB | 30.5 KiB |
Park Hyatt Washington div#vendorTile10013 > div.vendorTileGallery > picture.vendorTileGallery__image > img | cdn0.weddingwire.com/vendor/310010/3_2/640/jpg/1485460353967-img0703.webp | 25.2 KiB | 19.7 KiB |
div#vendorTile15455 > div.vendorTileGallery > picture.vendorTileGallery__image > img div#vendorTile15455 > div.vendorTileGallery > picture.vendorTileGallery__image > img | /vendor/554510/3_2/640/jpg/weddingwire-photo-whats-your-w... | 20.8 KiB | 16.3 KiB |
Couples' Choice Awards div.coupleChoiceAwardsBanner > div.coupleChoiceAwardsBanner__wrapper > div.coupleChoiceAwardsBanner__icon > img | cdn1.weddingwire.com/img/badges/2026/badge-weddingawards_en_US_128x128.png | 15.0 KiB | 14.3 KiB |
illustration catering div.scrollSnap__container > div.scrollSnap__item > div.promotedVendorCategoriesTile > div.promotedVendorCategoriesTile__heading | www.weddingwire.com/assets/img/home/promoted-vendor-categories/catering.jpg | 72.6 KiB | 13.2 KiB |
Couples' Choice Awards article.home > section.homeChoiceAwards > div.homeChoiceAwards__heading > img.homeChoiceAwards__image | cdn1.weddingwire.com/img/badges/2026/badge-weddingawards_en_US_small.png | 9.4 KiB | 7.7 KiB |
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 |
|---|---|
| weddingwire.com/ | 567 ms |
| www.weddingwire.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.
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
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.
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.7 s |
| Other | 332 ms |
| Script Parsing & Compilation | 267 ms |
| Style & Layout | 116 ms |
| Garbage Collection | 45 ms |
| Parse HTML & CSS | 42 ms |
| Rendering | 33 ms |
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 |
|---|---|---|
| @font-face{font-family:ProximaNova-fallback-Arial;src:local(arial);size-adjust:96.9%} … | 49.5 KiB | 42.6 KiB |
| .sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0; … } … | 28.1 KiB | 28.1 KiB |
| 20.9 KiB | 20.6 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
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.
Rose Band Design div.websitesComponent__sliderContainer > div.websitesComponent__sliderItem > div.websitesComponent__cardItem > img.lazyload |
More information about the performance of your application. These numbers don't directly affect the Performance score.
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 dialog elements without accessible names may prevent screen readers users from discerning the purpose of these elements. Learn how to make ARIA dialog elements more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
The best vendors of 2026
This year’s best local pros, rated by couples like yo… body > section.app-user-layers |
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.
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 |
|---|
in div.homeHeading__searcherFields > form.searcher > div.searcher__location > span.searcher__locationFixedText |
Search div.homeHeading__content > div.homeHeading__searcherFields > form.searcher > button.searcher__submit |
Towards the Moon; article.home > section.homeSpecialThanks > div.app-photo-credits > span.photoCredit__name |
Love & Adventure Photography; article.home > section.homeSpecialThanks > div.app-photo-credits > span.photoCredit__name |
Alison Dean; article.home > section.homeSpecialThanks > div.app-photo-credits > span.photoCredit__name |
Chelsea Abril Photography article.home > section.homeSpecialThanks > div.app-photo-credits > span.photoCredit__name |
Check them out section.app-user-layers > div.coupleChoiceAwardsBanner > div.coupleChoiceAwardsBanner__wrapper > a.app-cca-banner-close |
These are opportunities to improve the legibility of your content.
A value greater than 0 implies an explicit navigation ordering. Although technically valid, this often creates frustrating experiences for users who rely on assistive technologies. Learn more about the `tabindex` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Close section.app-user-layers > div.coupleChoiceAwardsBanner > div.coupleChoiceAwardsBanner__wrapper > button.app-cca-banner-close |
Check them out section.app-user-layers > div.coupleChoiceAwardsBanner > div.coupleChoiceAwardsBanner__wrapper > a.app-cca-banner-close |
These are opportunities to improve keyboard navigation in your application.
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.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Dylan & Brian
33 photos · Columbus, Columbus div.scrollSnap > div.scrollSnap__container > div.scrollSnap__item > div.realWeddingsCouplesTile |
Serena & Carlos
32 photos · Salerno, Italy div.scrollSnap > div.scrollSnap__container > div.scrollSnap__item > div.realWeddingsCouplesTile |
Elena & Gus
39 photos · Opelika, Columbus div.scrollSnap > div.scrollSnap__container > div.scrollSnap__item > div.realWeddingsCouplesTile |
Brett & Sarah
27 photos · Spring Branch, San Antonio div.scrollSnap > div.scrollSnap__container > div.scrollSnap__item > div.realWeddingsCouplesTile |
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 |
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
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
/assets/js/newRelicRum.js?siteVersion=symfnw-US248-1-2026... line 12, col 7932 | [GSI_LOGGER]: FedCM get() rejects with NetworkError: Error retrieving a token. |
Not signed in with the identity provider. |
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.
Performance issues directly impact user engagement and conversion rates.
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.
Send Feedback