Mobile 375 × 812

Desktop 1440 × 900

Score: 75 / 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.
Strong compliance posture across regulations.
Good content signals with minor gaps.
Reasonable footprint with room for optimization.
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.
HSTS header is missing
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.
No H1 heading found
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
Soft 404: server returns HTTP 200 for non-existent pages
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
282 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/2b2cb558-4466-4f3a-81ca-395746cfbe58)<a href="https://beavercheck.com/results/2b2cb558-4466-4f3a-81ca-395746cfbe58"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fpalmbeachpost.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fpalmbeachpost.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 10.5s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes 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.
7 barrier(s) likely increasing bounce by ~29%.
Page takes 10.5s to load
+12% bounceUsers abandon at ~3s — you're 8.0s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
High main-thread blocking time
+2% bouncePage is non-interactive for 276ms after first paint
Fix: Defer third-party scripts and split large bundles
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
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
Severe layout shift during page load
+6% bounceUsers mis-click when content jumps — converting intent into frustration
Fix: Reserve space for images, ads, and embeds with explicit width/height
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
1 broken link(s) on the page
+2% bounceClicks land on 404s — trust drops and the session often ends
Fix: Fix or remove the broken destinations surfaced on the Content tab
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
€595 investment → €4,020/month returns + EUR 20,500,000 risk avoided
€595
7h · 5 findings
€4,020 /mo
~€48,235 / year
EUR 20,500,000
if kept compliant
€43 — 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.
7.0 developer hours at €85/hr
Based on European Union rates (€85/hr)
Start here for the best return on investment
€1,708,334 / month at risk
~€20,500,004 / year if left unfixed
€20,500,000
+1 more
€0.33 /mo
4404.3 MB/mo × 0.074 EUR/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 4 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.
3.69 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
10.53 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
276 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.646
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
3.82 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.
10.92 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.
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.
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.
| URL | Est Savings |
|---|---|
| fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 | 45 ms |
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 | |
|---|---|---|---|
a.container-link > div.container > img a.container-link > div.container > img | /authoring/videos/stringr/thumbnails/89733589007.jpg?widt... | 17.6 KiB | 13.3 KiB |
a.container-link > div.container > img a.container-link > div.container > img | /authoring/authoring-images/2026/04/21/NPPP/89719215007-g... | 16.2 KiB | 11.9 KiB |
a.container-link > div.container > img a.container-link > div.container > img | /authoring/authoring-images/2026/04/15/NPPP/89632792007-0... | 15.6 KiB | 11.3 KiB |
a.container-link > div.container > img a.container-link > div.container > img | /authoring/authoring-images/2026/04/22/NPPP/89733599007-0... | 14.5 KiB | 10.1 KiB |
a.container-link > div.container > img a.container-link > div.container > img | /authoring/authoring-images/2026/04/22/NPPP/89740057007-2... | 6.9 KiB | 4.7 KiB |
a.container-link > div.container > img a.container-link > div.container > img | /authoring/videos/stringr/thumbnails/89737521007.jpg?widt... | 6.8 KiB | 4.6 KiB |
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.
| URL | Transfer Size | Duration |
|---|---|---|
| /universal-web-client/master/latest/vendor/components/web... | 1.1 KiB | |
| /v2/polyfill.min.js?features=default,fetch,Array.prototyp... | 354 B | 752 ms |
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 |
|---|---|
| palmbeachpost.com/ | 828 ms |
| www.palmbeachpost.com/ | 2.6 s |
| eu.palmbeachpost.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
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
Powerball hits triple digits, $100 million. Check April 22 tickets
News div.content-well > div#content > div#section-stories > a.section-helper-flex | 0.485 |
Powerball hits triple digits, $100 million. Check April 22 tickets
News div.content-well > div#content > div#section-stories > a.section-helper-flex | 0.093 |
Florida Lotto numbers for Wednesday, April 22, a $17 million prize
News div.content-well > div#content > div#section-stories > a.section-helper-flex | 0.034 |
Powerball hits triple digits, $100 million. Check April 22 tickets
News div.content-well > div#content > div#section-stories > a.section-helper-flex | 0.025 |
Manage Cookies
Reject All Accept All div#onetrust-banner-sdk > div.ot-sdk-container > div.ot-sdk-row > div#onetrust-button-group-parent | 0.004 |
Manage Cookies
Reject All Accept All div#onetrust-banner-sdk > div.ot-sdk-container > div.ot-sdk-row > div#onetrust-button-group-parent | 0.004 |
| 0.000 | |
| 0.000 | |
| 0.000 |
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
| URL | Transfer Size | Est Savings |
|---|---|---|
| cdn.cookielaw.org/scripttemplates/202601.2.0/otBannerSdk.js | 128.2 KiB | 74.8 KiB |
| /universal-web-client/master/latest/core/bundles/section.js | 81.7 KiB | 35.1 KiB |
| 27.5 KiB | 20.3 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 |
|---|---|---|---|
| /universal-web-client/master/latest/vendor/components/web... | 1.0 s | 524 ms | 0.9 ms |
| eu.palmbeachpost.com/ | 716 ms | 49 ms | 8.9 ms |
| Unattributable | 571 ms | 29 ms | 0.0 ms |
| cdn.cookielaw.org/scripttemplates/202601.2.0/otTCF.js | 351 ms | 312 ms | 5.1 ms |
| /universal-web-client/master/latest/core/bundles/section.js | 341 ms | 282 ms | 1.0 ms |
| cdn.cookielaw.org/scripttemplates/202601.2.0/otBannerSdk.js | 167 ms | 64 ms | 41 ms |
| 80 ms | 79 ms | 0.6 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.6 s |
| Other | 1.1 s |
| Style & Layout | 561 ms |
| Script Parsing & Compilation | 257 ms |
| Rendering | 122 ms |
| Parse HTML & CSS | 118 ms |
| Garbage Collection | 50 ms |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| 98.6 KiB | 65.1 KiB | |
| 36.2 KiB | 23.9 KiB | |
| 29.9 KiB | 20.6 KiB | |
| 24.0 KiB | 14.0 KiB | |
| 25.1 KiB | 13.8 KiB | |
| 17.8 KiB | 13.6 KiB | |
| 26.2 KiB | 12.5 KiB | |
| 20.0 KiB | 12.3 KiB | |
| 19.5 KiB | 11.9 KiB | |
| 18.6 KiB | 10.3 KiB | |
| 27.9 KiB | 10.1 KiB | |
| 14.6 KiB | 9.9 KiB | |
| 13.8 KiB | 8.8 KiB | |
| 14.3 KiB | 7.9 KiB | |
| /universal-web-client/master/latest/core/scripts/partner.js | 17.2 KiB | 7.4 KiB |
| 27.5 KiB | 7.2 KiB | |
| 13.2 KiB | 7.2 KiB | |
| 12.6 KiB | 7.1 KiB | |
| 10.0 KiB | 6.8 KiB | |
| 6.6 KiB | 6.1 KiB | |
| 10.9 KiB | 6.0 KiB | |
| 7.0 KiB | 5.6 KiB | |
| 8.8 KiB | 5.5 KiB | |
| 9.0 KiB | 5.3 KiB | |
| 9.5 KiB | 5.0 KiB | |
| 5.5 KiB | 4.8 KiB | |
| 11.0 KiB | 4.8 KiB | |
| 9.4 KiB | 4.7 KiB | |
| 9.9 KiB | 4.5 KiB | |
| 7.8 KiB | 4.3 KiB | |
| 8.2 KiB | 4.2 KiB | |
| 5.5 KiB | 4.1 KiB | |
| 8.4 KiB | 3.9 KiB | |
| 6.0 KiB | 3.6 KiB | |
| 8.5 KiB | 3.5 KiB | |
| 4.0 KiB | 3.1 KiB | |
| 5.0 KiB | 3.1 KiB | |
| 6.1 KiB | 3.1 KiB | |
| 4.9 KiB | 2.7 KiB | |
| 3.6 KiB | 2.6 KiB | |
| /universal-web-client/master/latest/core/scripts/utils.js | 5.2 KiB | 2.5 KiB |
| 3.9 KiB | 2.3 KiB | |
| 6.6 KiB | 2.2 KiB | |
| 3.7 KiB | 2.2 KiB | |
| 9.1 KiB | 2.0 KiB | |
| 3.0 KiB | 2.0 KiB |
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 | |
|---|---|
The Palm Beach Post div#navRibbon > div#toggleSticky > a#logoContainer > img#logo | /gannett-web/properties/palmbeachpost/logos-and-branding/... |
The Palm Beach Post div.expand-wrap-top > div#logoWrap > a#hubLogo > img#sidebarLogo | /gannett-web/properties/palmbeachpost/logos-and-branding/... |
5 best things to do in Palm Beach County this weekend (April 24-26) div.section-helper-flex > div.nonflexDiv > picture.p1-image > img.p1-image | /authoring/authoring-images/2026/04/06/NPPP/89488459007-6... |
Guests foil theft of $32,500 Hermès bag from Breakers room. What we know div.section-helper-flex > div.nonflexDiv > picture.p1-image > img.p1-image | /authoring/authoring-images/2025/10/17/PNAS/86737703007-h... |
Powerball hits triple digits, $100 million. Check April 22 tickets div.section-helper-flex > div.nonflexDiv > picture.p1-image > img.p1-image | /authoring/authoring-images/2026/04/17/USAT/89668763007-g... |
Florida Lotto numbers for Wednesday, April 22, a $17 million prize div.section-helper-flex > div.nonflexDiv > picture.p1-image > img.p1-image | /authoring/authoring-images/2025/12/16/PBRE/87786842007-i... |
Earth Day in Florida. Here's a list of events, clean-ups this weekend div.section-helper-flex > div.nonflexDiv > picture.p1-image > img.p1-image | /authoring/authoring-images/2026/04/10/PBRE/89548378007-k... |
It's official: Vindman enters Florida US Senate race against Moody div.section-helper-flex > div.nonflexDiv > picture.p1-image > img.p1-image | /authoring/authoring-images/2026/04/22/PTAL/89737077007-a... |
'Survivor 50' only has 1 Floridian left. Who was voted off last week? div.section-helper-flex > div.nonflexDiv > picture.p1-image > img.p1-image | /authoring/authoring-images/2026/03/05/PNJM/88998213007-3... |
Where do things stand on plans to eliminate Florida's property taxes? div.section-helper-flex > div.nonflexDiv > picture.p1-image > img.p1-image | /authoring/authoring-images/2025/07/21/PTAL/85310284007-c... |
Are Burmese pythons more active in warmer months? What know for summer div.section-helper-flex > div.nonflexDiv > picture.p1-image > img.p1-image | /authoring/authoring-images/2026/02/19/PBRE/88767218007-a... |
Food stamps in Florida don't work on candy, soda. What you can still buy div.section-helper-flex > div.nonflexDiv > picture.p1-image > img.p1-image | /authoring/authoring-images/2026/02/25/USAT/88865189007-g... |
Here's the latest on NASA Artemis moon missions since astronauts landed div.section-helper-flex > div.nonflexDiv > picture.p1-image > img.p1-image | /authoring/authoring-images/2026/04/16/USAT/89648585007-2... |
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.
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 |
|---|
Most Recent Videos div#container > a.has-padding > h5.label-news |
These are opportunities to improve keyboard navigation in your application.
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 |
|---|
a.container-link > div.container > img a.container-link > div.container > img |
a.container-link > div.container > img a.container-link > div.container > img |
a.container-link > div.container > img a.container-link > div.container > img |
a.container-link > div.container > img a.container-link > div.container > img |
a.container-link > div.container > img a.container-link > div.container > img |
a.container-link > div.container > img a.container-link > div.container > img |
a.container-link > div.container > img a.container-link > div.container > img |
a.container-link > div.container > img a.container-link > div.container > img |
a.container-link > div.container > img a.container-link > div.container > img |
a.container-link > div.container > img a.container-link > div.container > img |
a.container-link > div.container > img a.container-link > div.container > img |
a.container-link > div.container > img a.container-link > div.container > img |
a.container-link > div.container > img a.container-link > div.container > img |
a.container-link > div.container > img a.container-link > div.container > img |
a.container-link > div.container > img a.container-link > div.container > img |
a.container-link > div.container > img a.container-link > div.container > img |
a.container-link > div.container > img a.container-link > div.container > img |
a.container-link > div.container > img a.container-link > div.container > img |
Including a skip link can help users skip to the main content to save time. Learn more about skip links.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Skip to main content body.partner-placements-inactive > a#skipToMain |
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 |
|---|
For more information about how we use your data visit our Privacy Policy. div#onetrust-group-container > div#onetrust-policy > div#onetrust-policy-text > a.ot-cookie-policy-link |
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 |
|---|---|
Access to fetch at 'https://user.palmbeachpost.com/NPPP-GUP/user/' from origin 'https://eu.palmbeachpost.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Error with Permissions-Policy header: Parse of permissions policy failed because of errors reported by structured header parser. | |
Failed to load resource: net::ERR_FAILED | |
/universal-web-client/master/latest/vendor/components/pol... line 18, col 105 | NotSupportedError: Failed to execute 'define' on 'CustomElementRegistry': the name "alerts-atoms" has already been used with this registry
at window.Polymer._polymerFn (https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/polymer/lib/legacy/polymer-fn.html.js:19:106)
at window.Polymer (https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/polymer/lib/utils/boot.html.js:12:58)
at https://cpt-static.gannettdigital.com/universal-web-client/master/latest/elements/alerts/alerts-atoms/alerts-atoms.html.js:1:669 |
/universal-web-client/master/latest/vendor/components/pol... line 18, col 105 | NotSupportedError: Failed to execute 'define' on 'CustomElementRegistry': the name "alerts-manager" has already been used with this registry
at window.Polymer._polymerFn (https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/polymer/lib/legacy/polymer-fn.html.js:19:106)
at window.Polymer (https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/polymer/lib/utils/boot.html.js:12:58)
at https://cpt-static.gannettdigital.com/universal-web-client/master/latest/elements/alerts/alerts-manager/alerts-manager.html.js:1:14 |
/universal-web-client/master/latest/vendor/components/pol... line 18, col 105 | NotSupportedError: Failed to execute 'define' on 'CustomElementRegistry': the name "cta-atoms-container-aux" has already been used with this registry
at window.Polymer._polymerFn (https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/polymer/lib/legacy/polymer-fn.html.js:19:106)
at window.Polymer (https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/polymer/lib/utils/boot.html.js:12:58)
at https://cpt-static.gannettdigital.com/universal-web-client/master/latest/elements/cta/cta-atoms-container-aux/cta-atoms-container-aux.html.js:1:14 |
/universal-web-client/master/latest/vendor/components/pol... line 18, col 105 | NotSupportedError: Failed to execute 'define' on 'CustomElementRegistry': the name "media-badge" has already been used with this registry
at window.Polymer._polymerFn (https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/polymer/lib/legacy/polymer-fn.html.js:19:106)
at window.Polymer (https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/polymer/lib/utils/boot.html.js:12:58)
at https://cpt-static.gannettdigital.com/universal-web-client/master/latest/elements/media/media-badge/media-badge.html.js:1:14 |
/universal-web-client/master/latest/vendor/components/pol... line 18, col 105 | NotSupportedError: Failed to execute 'define' on 'CustomElementRegistry': the name "nav-hub" has already been used with this registry
at window.Polymer._polymerFn (https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/polymer/lib/legacy/polymer-fn.html.js:19:106)
at window.Polymer (https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/polymer/lib/utils/boot.html.js:12:58)
at https://cpt-static.gannettdigital.com/universal-web-client/master/latest/elements/nav/nav-hub/nav-hub.html.js:1:14 |
/universal-web-client/master/latest/vendor/components/pol... line 18, col 105 | NotSupportedError: Failed to execute 'define' on 'CustomElementRegistry': the name "nav-promo-item" has already been used with this registry
at window.Polymer._polymerFn (https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/polymer/lib/legacy/polymer-fn.html.js:19:106)
at window.Polymer (https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/polymer/lib/utils/boot.html.js:12:58)
at https://cpt-static.gannettdigital.com/universal-web-client/master/latest/elements/nav/nav-promo-item/nav-promo-item.html.js:1:14 |
/universal-web-client/master/latest/vendor/components/pol... line 18, col 105 | NotSupportedError: Failed to execute 'define' on 'CustomElementRegistry': the name "nav-search-bar" has already been used with this registry
at window.Polymer._polymerFn (https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/polymer/lib/legacy/polymer-fn.html.js:19:106)
at window.Polymer (https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/polymer/lib/utils/boot.html.js:12:58)
at https://cpt-static.gannettdigital.com/universal-web-client/master/latest/elements/nav/nav-search-bar/nav-search-bar.html.js:1:14 |
/universal-web-client/master/latest/vendor/components/pol... line 18, col 105 | NotSupportedError: Failed to execute 'define' on 'CustomElementRegistry': the name "nav-search-bucket" has already been used with this registry
at window.Polymer._polymerFn (https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/polymer/lib/legacy/polymer-fn.html.js:19:106)
at window.Polymer (https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/polymer/lib/utils/boot.html.js:12:58)
at https://cpt-static.gannettdigital.com/universal-web-client/master/latest/elements/nav/nav-search-bucket/nav-search-bucket.html.js:1:14 |
/universal-web-client/master/latest/vendor/components/pol... line 18, col 105 | NotSupportedError: Failed to execute 'define' on 'CustomElementRegistry': the name "nav-tree" has already been used with this registry
at window.Polymer._polymerFn (https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/polymer/lib/legacy/polymer-fn.html.js:19:106)
at window.Polymer (https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/polymer/lib/utils/boot.html.js:12:58)
at https://cpt-static.gannettdigital.com/universal-web-client/master/latest/elements/nav/nav-tree/nav-tree.html.js:1:14 |
/universal-web-client/master/latest/vendor/components/pol... line 18, col 105 | NotSupportedError: Failed to execute 'define' on 'CustomElementRegistry': the name "partner-banner" has already been used with this registry
at window.Polymer._polymerFn (https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/polymer/lib/legacy/polymer-fn.html.js:19:106)
at window.Polymer (https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/polymer/lib/utils/boot.html.js:12:58)
at https://cpt-static.gannettdigital.com/universal-web-client/master/latest/elements/partner/partner-banner/partner-banner.html.js:4:12 |
/universal-web-client/master/latest/vendor/components/pol... line 18, col 105 | NotSupportedError: Failed to execute 'define' on 'CustomElementRegistry': the name "partner-branded-content-tile" has already been used with this registry
at window.Polymer._polymerFn (https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/polymer/lib/legacy/polymer-fn.html.js:19:106)
at window.Polymer (https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/polymer/lib/utils/boot.html.js:12:58)
at https://cpt-static.gannettdigital.com/universal-web-client/master/latest/elements/partner/partner-branded-content-tile/partner-branded-content-tile.html.js:4:8 |
/universal-web-client/master/latest/vendor/components/pol... line 18, col 105 | NotSupportedError: Failed to execute 'define' on 'CustomElementRegistry': the name "partner-gci-analytics" has already been used with this registry
at window.Polymer._polymerFn (https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/polymer/lib/legacy/polymer-fn.html.js:19:106)
at window.Polymer (https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/polymer/lib/utils/boot.html.js:12:58)
at https://cpt-static.gannettdigital.com/universal-web-client/master/latest/elements/partner/partner-gci-analytics/partner-gci-analytics.html.js:1:541 |
/universal-web-client/master/latest/vendor/components/pol... line 18, col 105 | NotSupportedError: Failed to execute 'define' on 'CustomElementRegistry': the name "partner-inline" has already been used with this registry
at window.Polymer._polymerFn (https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/polymer/lib/legacy/polymer-fn.html.js:19:106)
at window.Polymer (https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/polymer/lib/utils/boot.html.js:12:58)
at https://cpt-static.gannettdigital.com/universal-web-client/master/latest/elements/partner/partner-inline/partner-inline.html.js:4:12 |
/universal-web-client/master/latest/vendor/components/pol... line 18, col 105 | NotSupportedError: Failed to execute 'define' on 'CustomElementRegistry': the name "partner-leaderboard" has already been used with this registry
at window.Polymer._polymerFn (https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/polymer/lib/legacy/polymer-fn.html.js:19:106)
at window.Polymer (https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/polymer/lib/utils/boot.html.js:12:58)
at https://cpt-static.gannettdigital.com/universal-web-client/master/latest/elements/partner/partner-leaderboard/partner-leaderboard.html.js:4:12 |
/universal-web-client/master/latest/vendor/components/pol... line 18, col 105 | NotSupportedError: Failed to execute 'define' on 'CustomElementRegistry': the name "partner-poster" has already been used with this registry
at window.Polymer._polymerFn (https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/polymer/lib/legacy/polymer-fn.html.js:19:106)
at window.Polymer (https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/polymer/lib/utils/boot.html.js:12:58)
at https://cpt-static.gannettdigital.com/universal-web-client/master/latest/elements/partner/partner-poster/partner-poster.html.js:4:12 |
/universal-web-client/master/latest/vendor/components/pol... line 18, col 105 | NotSupportedError: Failed to execute 'define' on 'CustomElementRegistry': the name "partner-posterscroll" has already been used with this registry
at window.Polymer._polymerFn (https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/polymer/lib/legacy/polymer-fn.html.js:19:106)
at window.Polymer (https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/polymer/lib/utils/boot.html.js:12:58)
at https://cpt-static.gannettdigital.com/universal-web-client/master/latest/elements/partner/partner-posterscroll/partner-posterscroll.html.js:4:12 |
/universal-web-client/master/latest/vendor/components/pol... line 18, col 105 | NotSupportedError: Failed to execute 'define' on 'CustomElementRegistry': the name "util-analytics" has already been used with this registry
at window.Polymer._polymerFn (https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/polymer/lib/legacy/polymer-fn.html.js:19:106)
at window.Polymer (https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/polymer/lib/utils/boot.html.js:12:58)
at https://cpt-static.gannettdigital.com/universal-web-client/master/latest/elements/util/util-analytics/util-analytics.html.js:4:21 |
/universal-web-client/master/latest/vendor/components/pol... line 18, col 105 | NotSupportedError: Failed to execute 'define' on 'CustomElementRegistry': the name "util-page-reload" has already been used with this registry
at window.Polymer._polymerFn (https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/polymer/lib/legacy/polymer-fn.html.js:19:106)
at window.Polymer (https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/polymer/lib/utils/boot.html.js:12:58)
at https://cpt-static.gannettdigital.com/universal-web-client/master/latest/elements/util/util-page-reload/util-page-reload.html.js:1:14 |
/universal-web-client/master/latest/vendor/components/pol... line 18, col 105 | NotSupportedError: Failed to execute 'define' on 'CustomElementRegistry': the name "util-section-color" has already been used with this registry
at window.Polymer._polymerFn (https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/polymer/lib/legacy/polymer-fn.html.js:19:106)
at window.Polymer (https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/polymer/lib/utils/boot.html.js:12:58)
at https://cpt-static.gannettdigital.com/universal-web-client/master/latest/elements/util/util-section-color/util-section-color.html.js:1:14 |
/universal-web-client/master/latest/vendor/components/pol... line 18, col 105 | NotSupportedError: Failed to execute 'define' on 'CustomElementRegistry': the name "util-sticky-module" has already been used with this registry
at window.Polymer._polymerFn (https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/polymer/lib/legacy/polymer-fn.html.js:19:106)
at window.Polymer (https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/polymer/lib/utils/boot.html.js:12:58)
at https://cpt-static.gannettdigital.com/universal-web-client/master/latest/elements/util/util-sticky-module/util-sticky-module.html.js:1:14 |
/universal-web-client/master/latest/vendor/components/pol... line 18, col 105 | NotSupportedError: Failed to execute 'define' on 'CustomElementRegistry': the name "util-user-subscription-manager" has already been used with this registry
at window.Polymer._polymerFn (https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/polymer/lib/legacy/polymer-fn.html.js:19:106)
at window.Polymer (https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/polymer/lib/utils/boot.html.js:12:58)
at https://cpt-static.gannettdigital.com/universal-web-client/master/latest/elements/util/util-user-subscription-manager/util-user-subscription-manager.html.js:1:14 |
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.
Search engines are unable to include your pages in search results if they don't have permission to crawl them. Learn more about crawler directives.
Performance issues directly impact user engagement and conversion rates.
| Blocking Directive Source |
|---|
x-robots-tag: noindex, nofollow,noarchive,nocache |
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
Show more Most Recent Videos div#container > div#showMoreContent > a.show-more-link |
Show more Most Recent Galleries div#container > div#showMoreContent > a.show-more-link |
To appear in search results, crawlers need access to your app.
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 |
|---|
a.container-link > div.container > img a.container-link > div.container > img |
a.container-link > div.container > img a.container-link > div.container > img |
a.container-link > div.container > img a.container-link > div.container > img |
a.container-link > div.container > img a.container-link > div.container > img |
a.container-link > div.container > img a.container-link > div.container > img |
a.container-link > div.container > img a.container-link > div.container > img |
a.container-link > div.container > img a.container-link > div.container > img |
a.container-link > div.container > img a.container-link > div.container > img |
a.container-link > div.container > img a.container-link > div.container > img |
a.container-link > div.container > img a.container-link > div.container > img |
a.container-link > div.container > img a.container-link > div.container > img |
a.container-link > div.container > img a.container-link > div.container > img |
a.container-link > div.container > img a.container-link > div.container > img |
a.container-link > div.container > img a.container-link > div.container > img |
a.container-link > div.container > img a.container-link > div.container > img |
a.container-link > div.container > img a.container-link > div.container > img |
a.container-link > div.container > img a.container-link > div.container > img |
a.container-link > div.container > img a.container-link > div.container > 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.34 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.23 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
12 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.140
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.34 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.
2.31 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.
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.
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.
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.
| URL | Transfer Size | Duration |
|---|---|---|
| /v2/polyfill.min.js?features=default,fetch,Array.prototyp... | 354 B | 207 ms |
| /universal-web-client/master/latest/vendor/components/web... | 1.1 KiB |
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 | |
|---|---|---|---|
Green Cay Wetlands Preserve, an Earth Day oasis in Palm Beach County a.section-helper-flex > div.section-helper-column > picture.p2-photo > img.p2-photo | /presto/2020/10/28/NPPP/100bfbae-5d06-4d53-94ff-9f66cbeea... | 81.4 KiB | 60.9 KiB |
a.container-link > div.container > img a.container-link > div.container > img | /authoring/videos/stringr/thumbnails/89733589007.jpg?widt... | 17.6 KiB | 13.1 KiB |
a.container-link > div.container > img a.container-link > div.container > img | /authoring/authoring-images/2026/04/21/NPPP/89719215007-g... | 16.2 KiB | 11.7 KiB |
a.container-link > div.container > img a.container-link > div.container > img | /authoring/authoring-images/2026/04/15/NPPP/89632792007-0... | 15.6 KiB | 11.0 KiB |
a.container-link > div.container > img a.container-link > div.container > img | /authoring/authoring-images/2026/04/22/NPPP/89733599007-0... | 14.5 KiB | 9.9 KiB |
a.container-link > div.container > img a.container-link > div.container > img | /authoring/authoring-images/2026/04/22/NPPP/89740057007-2... | 6.9 KiB | 4.6 KiB |
a.container-link > div.container > img a.container-link > div.container > img | /authoring/videos/stringr/thumbnails/89737521007.jpg?widt... | 6.8 KiB | 4.5 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| 98.6 KiB | 65.1 KiB | |
| 36.2 KiB | 23.9 KiB | |
| 29.9 KiB | 20.6 KiB | |
| 24.0 KiB | 14.0 KiB | |
| 25.1 KiB | 13.8 KiB | |
| 26.2 KiB | 12.5 KiB | |
| 20.0 KiB | 12.3 KiB | |
| 19.5 KiB | 11.9 KiB | |
| 18.6 KiB | 10.3 KiB | |
| /universal-web-client/master/latest/core/scripts/partner.js | 17.2 KiB | 7.4 KiB |
| 13.2 KiB | 7.2 KiB | |
| 12.6 KiB | 7.1 KiB | |
| 10.0 KiB | 6.8 KiB | |
| 6.6 KiB | 6.1 KiB | |
| 10.9 KiB | 6.0 KiB | |
| 7.0 KiB | 5.6 KiB | |
| 9.0 KiB | 5.3 KiB | |
| 9.5 KiB | 5.0 KiB | |
| 5.5 KiB | 4.8 KiB | |
| 9.4 KiB | 4.7 KiB | |
| 9.9 KiB | 4.5 KiB | |
| 7.8 KiB | 4.3 KiB | |
| 5.5 KiB | 4.1 KiB | |
| 5.0 KiB | 3.1 KiB | |
| 6.1 KiB | 3.1 KiB | |
| 4.9 KiB | 2.7 KiB | |
| 3.6 KiB | 2.6 KiB | |
| /universal-web-client/master/latest/core/scripts/utils.js | 5.2 KiB | 2.5 KiB |
| 3.9 KiB | 2.3 KiB | |
| 6.6 KiB | 2.2 KiB | |
| 3.0 KiB | 2.0 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
| URL | Transfer Size | Est Savings |
|---|---|---|
| cdn.cookielaw.org/scripttemplates/202601.2.0/otBannerSdk.js | 128.2 KiB | 74.8 KiB |
| 98.6 KiB | 39.2 KiB | |
| /universal-web-client/master/latest/core/bundles/section.js | 81.7 KiB | 34.8 KiB |
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 | |
|---|---|
The Palm Beach Post div#navRibbon > div#toggleSticky > a#logoContainer > img#logo | /gannett-web/properties/palmbeachpost/logos-and-branding/... |
The Palm Beach Post div.expand-wrap-top > div#logoWrap > a#hubLogo > img#sidebarLogo | /gannett-web/properties/palmbeachpost/logos-and-branding/... |
5 best things to do in Palm Beach County this weekend (April 24-26) div.section-helper-flex > div.nonflexDiv > picture.p1-image > img.p1-image | /authoring/authoring-images/2026/04/06/NPPP/89488459007-6... |
Guests foil theft of $32,500 Hermès bag from Breakers room. What we know div.section-helper-flex > div.nonflexDiv > picture.p1-image > img.p1-image | /authoring/authoring-images/2025/10/17/PNAS/86737703007-h... |
Powerball hits triple digits, $100 million. Check April 22 tickets div.section-helper-flex > div.nonflexDiv > picture.p1-image > img.p1-image | /authoring/authoring-images/2026/04/17/USAT/89668763007-g... |
Florida Lotto numbers for Wednesday, April 22, a $17 million prize div.section-helper-flex > div.nonflexDiv > picture.p1-image > img.p1-image | /authoring/authoring-images/2025/12/16/PBRE/87786842007-i... |
Earth Day in Florida. Here's a list of events, clean-ups this weekend div.section-helper-flex > div.nonflexDiv > picture.p1-image > img.p1-image | /authoring/authoring-images/2026/04/10/PBRE/89548378007-k... |
It's official: Vindman enters Florida US Senate race against Moody div.section-helper-flex > div.nonflexDiv > picture.p1-image > img.p1-image | /authoring/authoring-images/2026/04/22/PTAL/89737077007-a... |
'Survivor 50' only has 1 Floridian left. Who was voted off last week? div.section-helper-flex > div.nonflexDiv > picture.p1-image > img.p1-image | /authoring/authoring-images/2026/03/05/PNJM/88998213007-3... |
Where do things stand on plans to eliminate Florida's property taxes? div.section-helper-flex > div.nonflexDiv > picture.p1-image > img.p1-image | /authoring/authoring-images/2025/07/21/PTAL/85310284007-c... |
Are Burmese pythons more active in warmer months? What know for summer div.section-helper-flex > div.nonflexDiv > picture.p1-image > img.p1-image | /authoring/authoring-images/2026/02/19/PBRE/88767218007-a... |
Food stamps in Florida don't work on candy, soda. What you can still buy div.section-helper-flex > div.nonflexDiv > picture.p1-image > img.p1-image | /authoring/authoring-images/2026/02/25/USAT/88865189007-g... |
Here's the latest on NASA Artemis moon missions since astronauts landed div.section-helper-flex > div.nonflexDiv > picture.p1-image > img.p1-image | /authoring/authoring-images/2026/04/16/USAT/89648585007-2... |
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.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| palmbeachpost.com/ | 271 ms |
| www.palmbeachpost.com/ | 201 ms |
| eu.palmbeachpost.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
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
div.secondary > div.content-well > div#aux > partner-poster#partner-poster-front-4 div.secondary > div.content-well > div#aux > partner-poster#partner-poster-front-4 | 0.075 |
Earth Day in Florida. Here's a list of events, clean-ups this weekend
News div.content-well > div#content > div#section-stories > a.section-helper-flex | 0.062 |
Home
News
Neighborhoods
Sports
Entertainment
Restaurants
Opinion
Business
Obitu… div#navWrapContainer > div#navContainer > div#navRibbon > div#itemWrapper | 0.003 |
USA 250 div#ribbon > ul#tagItemWrapper > li > a.nav-item | 0.001 |
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.
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 |
|---|
Most Recent Videos div#container > a.has-padding > h5.label-news |
These are opportunities to improve keyboard navigation in your application.
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 |
|---|
a.container-link > div.container > img a.container-link > div.container > img |
a.container-link > div.container > img a.container-link > div.container > img |
a.container-link > div.container > img a.container-link > div.container > img |
a.container-link > div.container > img a.container-link > div.container > img |
a.container-link > div.container > img a.container-link > div.container > img |
a.container-link > div.container > img a.container-link > div.container > img |
a.container-link > div.container > img a.container-link > div.container > img |
a.container-link > div.container > img a.container-link > div.container > img |
a.container-link > div.container > img a.container-link > div.container > img |
a.container-link > div.container > img a.container-link > div.container > img |
a.container-link > div.container > img a.container-link > div.container > img |
a.container-link > div.container > img a.container-link > div.container > img |
a.container-link > div.container > img a.container-link > div.container > img |
a.container-link > div.container > img a.container-link > div.container > img |
a.container-link > div.container > img a.container-link > div.container > img |
a.container-link > div.container > img a.container-link > div.container > img |
a.container-link > div.container > img a.container-link > div.container > img |
a.container-link > div.container > img a.container-link > div.container > img |
Including a skip link can help users skip to the main content to save time. Learn more about skip links.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Skip to main content body.partner-placements-inactive > a#skipToMain |
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 |
|---|
For more information about how we use your data visit our Privacy Policy. div#onetrust-group-container > div#onetrust-policy > div#onetrust-policy-text > a.ot-cookie-policy-link |
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 |
|---|---|
Access to fetch at 'https://user.palmbeachpost.com/NPPP-GUP/user/' from origin 'https://eu.palmbeachpost.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Error with Permissions-Policy header: Parse of permissions policy failed because of errors reported by structured header parser. | |
Failed to load resource: net::ERR_FAILED |
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.
Search engines are unable to include your pages in search results if they don't have permission to crawl them. Learn more about crawler directives.
Performance issues directly impact user engagement and conversion rates.
| Blocking Directive Source |
|---|
x-robots-tag: noindex, nofollow,noarchive,nocache |
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
Show more Most Recent Videos div#container > div#showMoreContent > a.show-more-link |
Show more Most Recent Galleries div#container > div#showMoreContent > a.show-more-link |
To appear in search results, crawlers need access to your app.
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 |
|---|
a.container-link > div.container > img a.container-link > div.container > img |
a.container-link > div.container > img a.container-link > div.container > img |
a.container-link > div.container > img a.container-link > div.container > img |
a.container-link > div.container > img a.container-link > div.container > img |
a.container-link > div.container > img a.container-link > div.container > img |
a.container-link > div.container > img a.container-link > div.container > img |
a.container-link > div.container > img a.container-link > div.container > img |
a.container-link > div.container > img a.container-link > div.container > img |
a.container-link > div.container > img a.container-link > div.container > img |
a.container-link > div.container > img a.container-link > div.container > img |
a.container-link > div.container > img a.container-link > div.container > img |
a.container-link > div.container > img a.container-link > div.container > img |
a.container-link > div.container > img a.container-link > div.container > img |
a.container-link > div.container > img a.container-link > div.container > img |
a.container-link > div.container > img a.container-link > div.container > img |
a.container-link > div.container > img a.container-link > div.container > img |
a.container-link > div.container > img a.container-link > div.container > img |
a.container-link > div.container > img a.container-link > div.container > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback