Mobile 375 × 812

Desktop 1440 × 900

Score: 75 / 100
Based on 8 categories, 0 sections
Room to improve — your 34.3s load time is above Google's 2.5s 'Good' threshold.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
Well-optimized for search — your content is discoverable.
Solid infrastructure — fast server responses across the board.
Mostly compliant — a few items need attention.
Rich content metadata — your pages look great everywhere.
High page weight means excess energy use and carbon emissions per visit.
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.
Page weighs 31.4 MB (10.6 MB transferred)
Performance issues directly impact user engagement and conversion rates.
1 control(s) without accessible label
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
4 image(s) missing alt attribute
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.
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/ed568750-d723-4e92-9844-45becbfde6ab)<a href="https://beavercheck.com/results/ed568750-d723-4e92-9844-45becbfde6ab"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fadage.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fadage.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 34.3s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. Addressing the critical issues below would have the most immediate impact on your user trust.
8 barrier(s) likely increasing bounce by ~33%.
Page takes 34.3s to load
+12% bounceUsers abandon at ~3s — you're 31.8s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 8.4s
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
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
1 form field(s) without a label
+2% bounceScreen readers skip unlabeled fields; autofill can't identify them; checkout abandonment spikes
Fix: Associate every input with a visible <label for="…">; add autocomplete attributes
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
2 broken link(s) on the page
+3% 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 → €2.47/month returns + EUR 120,500,000 risk avoided
€595
7h · 5 findings
€2.47 /mo
~€30 / year
EUR 120,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
€10,041,669 / month at risk
~€120,500,030 / year if left unfixed
€120,500,000
+6 more
€2.47 /mo
33401.6 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 5 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.
11.76 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
34.27 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
8.43 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.273
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
19.80 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.
61.97 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.
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.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
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 creative campaigns to know about today div.u-flex > div.md:u-pt-0 > a.u-font-secondary > img.c-image | /resizer/v2/OPQJ6NIIORAX5MOSVAEYTALEIY.png?smart=true&aut... | 480.3 KiB | 472.6 KiB |
Gen Z and Gen Alpha marketing playbook—what marketers need to know now div.u-flex > div.md:u-pt-0 > a.u-font-secondary > img.c-image | /resizer/v2/34F7LX4W5NHZPO5Y3H52JDQ4LM.jpg?smart=true&aut... | 391.1 KiB | 377.9 KiB |
Creator and influencer trends brand marketers need to know about right now div.u-flex > div.md:u-pt-0 > a.u-font-secondary > img.c-image | /resizer/v2/GBICFVUUPNBO7L5HA2PA2KTGW4.png?smart=true&aut... | 344.5 KiB | 344.3 KiB |
10 creative campaigns to know about today div.u-flex > div.md:u-pt-0 > a.u-font-secondary > img.c-image | /resizer/v2/QSN3J5KIBRG53OHX3WPPRBALUA.jpg?smart=true&aut... | 294.1 KiB | 293.0 KiB |
Grading 6 purpose marketing campaigns—what worked and what fell flat div.u-flex > div.md:u-pt-0 > a.u-font-secondary > img.c-image | /resizer/v2/6GH4QDXLXVG4DFKPKEF6XTUC2E.png?smart=true&aut... | 219.0 KiB | 218.9 KiB |
Publix enlists puppet dogs for latest heartwarming brand film from Fig div.u-flex > div.md:u-pt-0 > a.u-font-secondary > img.c-image | /resizer/v2/https://d3qtc8km8dvw1x.cloudfront.net/04-19-2... | 214.2 KiB | 213.8 KiB |
Tracking ad agency account reviews—the latest on brand creative, media and more div.u-flex > div.md:u-pt-0 > a.u-font-secondary > img.c-image | /resizer/v2/74O2I5WF7BGKZDSYXGUA4XYEJQ.jpeg?smart=true&au... | 133.5 KiB | 132.7 KiB |
Presenting the Ad Age Creativity Awards Best YouTube Creator Collaboration fina… div.u-border-b > div.u-w-full > a.u-font-secondary > img.c-image | /resizer/v2/JILG2ANLZRBMHHAW3XEKMQYNEU.jpg?smart=true&aut... | 108.6 KiB | 105.2 KiB |
Creativity Awards Winners 2026 div.u-flex > div.md:u-pt-0 > a.u-font-secondary > img.c-image | /resizer/v2/W775T3YKCZEHVCSQVA7UTUS6SQ.jpg?smart=true&aut... | 103.1 KiB | 97.3 KiB |
Behind Silverside’s pivot from production company to AI consultancy div.u-flex > div.md:u-pt-0 > a.u-font-secondary > img.c-image | /resizer/v2/6HKIJ5ROORAUDIACALXKSL26QQ.png?smart=true&aut... | 61.4 KiB | 61.3 KiB |
Barrett Hofherr is rebranding as the agency seeks to move beyond its founders’ … div.u-border-b > div.u-w-full > a.u-font-secondary > img.c-image | /resizer/v2/AZJUYKABK5FSFDHNRBXOSWEKRM.png?smart=true&aut... | 55.5 KiB | 55.2 KiB |
Advertising salary guide: How to land a search marketing job with an AEO or GEO… div.u-border-b > div.u-w-full > a.u-font-secondary > img.c-image | /resizer/v2/KKVZHNYE7ZEFRANF2TD6PMKYHY.jpg?smart=true&aut... | 52.5 KiB | 50.8 KiB |
div#a3 > div > div#b7 > div#b8 div#a3 > div > div#b7 > div#b8 | /ads/69cfcbadc51951e7314d8c7c/img/158480958379769cfcce0c5... | 57.9 KiB | 46.4 KiB |
Ad Age Brand Report 2025—ranking the biggest marketing spenders div.u-flex > div.md:u-pt-0 > a.u-font-secondary > img.c-image | /resizer/v2/CZWD6HVDKFHH3DLB35VE23Z6IQ.jpg?smart=true&aut... | 40.1 KiB | 39.2 KiB |
div#a3 > div > div#b7 > div#b8 div#a3 > div > div#b7 > div#b8 | /ads/69cfcbadc51951e7314d8c7c/img/161188410170269cfcce0c5... | 40.1 KiB | 32.2 KiB |
div.ay-ad__content-wrap > div.ay-ad__content--two > div.ay-ad__video--mobile > video.ay-ad__video div.ay-ad__content-wrap > div.ay-ad__content--two > div.ay-ad__video--mobile > video.ay-ad__video | /ibv/61a3b16940ae002f4533e6a5bedf02cf_2601FM-Addicted-AdA... | 17.6 KiB | 12.7 KiB |
div#a3 > div > div#a4 > div#a6 div#a3 > div > div#a4 > div#a6 | /ads/69cfcbadc51951e7314d8c7c/img/94066861009669cfcc2cc51... | 22.2 KiB | 10.7 KiB |
div.rad-creative-content > div#a8 > div#a2 > img#a7 div.rad-creative-content > div#a8 > div#a2 > img#a7 | publish.responsiveads.com/ads/69cfcbadc51951e7314d8c7c/img/arrow2.png | 9.5 KiB | 9.4 KiB |
div#a3 > div > div#a5 > div#a15 div#a3 > div > div#a5 > div#a15 | /ads/69cfcbadc51951e7314d8c7c/img/150713703315169cfcc8cc5... | 13.0 KiB | 5.1 KiB |
div#a3 > div > div#a5 > div#a15 div#a3 > div > div#a5 > div#a15 | /ads/69cfcbadc51951e7314d8c7c/img/136397511275169cfcc8cc5... | 16.4 KiB | 4.9 KiB |
notification icon div#normal-slidedown > div#slidedown-body > div.slidedown-body-icon > img | img.onesignal.com/permanent/7cdc87e8-c503-453b-8c66-9a46f209d7ac.png | 4.9 KiB | 4.1 KiB |
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
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 |
|---|---|---|
| adage.com/pf/resources/scripts/optiCommon-1.2.1.js?d=236 | 3.9 KiB | |
| c2.adage.com/xbuilder/experience/load?aid=YGJo1BVkpu&d=236 | 1.9 KiB | 922 ms |
| adage.com/pf/dist/components/combinations/default.css?d=236&mxId=00000000 | 1.6 KiB | |
| adage.com/pf/resources/scripts/prebid9.15.0.js?d=236 | 73.8 KiB | 876 ms |
| adage.com/pf/resources/scripts/trustarc.stub.js?d=236 | 5.4 KiB | 175 ms |
| adage.com/pf/resources/scripts/posthog.js?d=236 | 1.8 KiB | |
| adage.com/pf/resources/css/styles.css?d=236 | 18.2 KiB | 526 ms |
| adage.com/pf/dist/css/adage.css?d=236&mxId=00000000 | 25.5 KiB | 876 ms |
| adage.com/pf/resources/css/fonts-adage.css?d=236 | 746 B | 175 ms |
| cdn.sophi.io/assets/demeter/1/stable/2412118541.js?d=236 | 40.4 KiB | 1.7 s |
| use.typekit.net/coe1lxr.css | 1.2 KiB | 759 ms |
| d1mkq4fbm7j30i.cloudfront.net/108/37fa87d2f87b43fb881d228282445a5a/oHS.js | 14.9 KiB | 1.2 s |
| /p.css?s=1&k=coe1lxr&ht=tk&f=49078.49079.49080.49081.4908... | 172 B | 753 ms |
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.
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.
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 |
|---|---|
2026 CREATIVITY AWARDS
Creativity Awards Winners 2026
Ad Age’s 2026 Creativity… body > div#fusion-app > div.u-w-full > main | 0.220 |
2026 CREATIVITY AWARDS
Creativity Awards Winners 2026
Ad Age’s 2026 Creativity… body > div#fusion-app > div.u-w-full > main | 0.048 |
INFLUENCERS & CREATORS
Creator and influencer trends brand marketers need to kn… div.u-flex > div.u-flex > div.u-mb-0 > div.u-flex | 0.012 |
INFLUENCERS & CREATORS
Creator and influencer trends brand marketers need to kn… div.u-flex > div.u-flex > div.u-mb-0 > div.u-flex | 0.007 |
INFLUENCERS & CREATORS
Creator and influencer trends brand marketers need to kn… div.u-flex > div.u-flex > div.u-mb-0 > div.u-flex | 0.006 |
| 0.001 | |
Answers div.iq-module__body > div.iq-module__title-row > span.iq-module__logo > span.iq-module__logo-light | 0.000 |
| 0.000 |
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 |
|---|---|---|
| adage.com/pf/resources/scripts/prebid9.15.0.js?d=236 | 73.4 KiB | 40.5 KiB |
| cdn.airtory.com/8888d06032ce9b56140a054cd8e596dd.js?568269120 | 26.1 KiB | 5.7 KiB |
| cdn.airtory.com/8888d06032ce9b56140a054cd8e596dd.js?568269120 | 26.1 KiB | 5.7 KiB |
| adage.com/pf/resources/scripts/trustarc.stub.js?d=236 | 4.9 KiB | 2.7 KiB |
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 |
|---|---|---|
| adage.com/pf/dist/css/adage.css?d=236&mxId=00000000 | 25.1 KiB | 16.2 KiB |
| adage.com/pf/resources/css/styles.css?d=236 | 17.8 KiB | 15.2 KiB |
| /* globals */ /*! modern-normalize v1.0.0 | MIT License | https://github.com/sindresorhus/modern-n… | 14.8 KiB | 14.5 KiB |
| .an-badge { display: inline-flex; align-items: center; justify-content: center; transition-… | 13.5 KiB | 13.4 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
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 | 19.8 s |
| Other | 8.2 s |
| Script Parsing & Compilation | 2.5 s |
| Style & Layout | 2.1 s |
| Rendering | 881 ms |
| Garbage Collection | 827 ms |
| Parse HTML & CSS | 414 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| The page has an unload handler in the main frame. | Actionable |
| The page has an unload handler in a sub frame. | Actionable |
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /* globals */ /*! modern-normalize v1.0.0 | MIT License | https://github.com/sindresorhus/modern-n… | 14.8 KiB | 3.2 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.
| URL | |
|---|---|
Ad Age div.u-flex > div.u-flex > a.u-font-secondary > img.u-inline | static.themebuilder.aws.arc.pub/crain-dev/1730759917773.svg |
Ad Age, a Crain Family brand div.u-flex > div.u-min-w-[6rem] > a.u-font-secondary > img.u-inline | adage.com/pf/resources/images/logos/adage/AA__Footer_192x40.svg?d=236 |
cookie notice provider logo div.trustarc-banner-footer > div.trustarc-banner-right > a#truste-powered-by > img | consent.trustarc.com/get?name=Powered-By-TrustArc.png |
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.
Each ARIA `role` supports a specific subset of `aria-*` attributes. Mismatching these invalidates the `aria-*` attributes. Learn how to match ARIA attributes to their roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
YOUR CHOICES REGARDING COOKIES ON THIS SITE
Please choose whether this site may… div.banner-details-container > div.description-group > div.trustarc-banner-details > div#truste-banner-header-text |
WE AND OUR PARTNERS (24)
We and our partners: (24) process personal data such … div.banner-details-container > div.description-group > div.trustarc-banner-details > div#truste-partner-header-text |
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 |
|---|
YOUR CHOICES REGARDING COOKIES ON THIS SITE
Please choose whether this site may… body > div#consent_blackbar > div#truste-consent-track |
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.
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#lb_01_mobile > div#google_ads_iframe_/105554924/aao/home_1__container__ > div#air_init_holder > iframe.ay-ad-frame div#lb_01_mobile > div#google_ads_iframe_/105554924/aao/home_1__container__ > div#air_init_holder > iframe.ay-ad-frame |
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.
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 |
|---|---|
| Unload event listeners are deprecated and will be removed. | d15kdpgjg3unno.cloudfront.net/oPS.js?cid=108 line 231, col 303 |
| AttributionReporting | connect.facebook.net/en_US/fbevents.js line 279, col 769 |
| SharedStorage | a220.adage.com/script.js line 62, col 205 |
| Specifying overflow: visible on img, video and canvas tags may cause them to produce visual content outside of the element bounds. See https://github.com/WICG/shared-element-transitions/blob/main/debugging_overflow_on_images.md. | js.pelcro.com/ui/plugin/crain-consolidated/main.min.js line 29, col 254579 |
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 |
|---|---|
/pagead/managed/js/gpt/m202604160201/pubads_impl.js?cb=31... line 18, col 412994 | [GPT] Error in googletag.defineSlot: Cannot create slot /105554924/aao/home. Div element "lb_01_mobile" is already associated with another slot: /105554924/aao/home.
https://goo.gle/gpt-message#28 |
/pagead/managed/js/gpt/m202604160201/pubads_impl.js?cb=31... line 18, col 412994 | [GPT] Error in googletag.defineSlot: Cannot create slot /105554924/aao/home. Div element "lb_01_mobile" is already associated with another slot: /105554924/aao/home.
https://goo.gle/gpt-message#28 |
/pagead/managed/js/gpt/m202604160201/pubads_impl.js?cb=31... line 18, col 412994 | [GPT] Error in googletag.defineSlot: Cannot create slot /105554924/aao/home. Div element "lb_01_mobile" is already associated with another slot: /105554924/aao/home.
https://goo.gle/gpt-message#28 |
/pagead/managed/js/gpt/m202604160201/pubads_impl.js?cb=31... line 18, col 412994 | [GPT] Error in googletag.defineSlot: Cannot create slot /105554924/aao/home. Div element "lb_01_mobile" is already associated with another slot: /105554924/aao/home.
https://goo.gle/gpt-message#28 |
js.pelcro.com/ui/plugin/crain-consolidated/main.min.js line 66, col 500085 | Error occurs when executing javascript: Cannot read properties of undefined (reading 'datePublished') |
js.pelcro.com/ui/plugin/crain-consolidated/main.min.js line 66, col 500085 | Error occurs when executing javascript: Cannot read properties of undefined (reading 'datePublished') |
adage.com/pf/dist/engine/react.js?d=236&mxId=00000000 line 1, col 47133 | Error: Bad Request
at https://adage.com/pf/dist/engine/react.js?d=236&mxId=00000000:2:47095 |
adage.com/pf/dist/engine/react.js?d=236&mxId=00000000 line 1, col 47133 | Error: Bad Request
at https://adage.com/pf/dist/engine/react.js?d=236&mxId=00000000:2:47095 |
adage.com/pf/dist/engine/react.js?d=236&mxId=00000000 line 1, col 47133 | Error: Bad Request
at https://adage.com/pf/dist/engine/react.js?d=236&mxId=00000000:2:47095 |
adage.com/pf/dist/engine/react.js?d=236&mxId=00000000 line 1, col 47133 | Error: Bad Request
at https://adage.com/pf/dist/engine/react.js?d=236&mxId=00000000:2:47095 |
adage.com/pf/dist/engine/react.js?d=236&mxId=00000000 line 1, col 47133 | Error: Bad Request
at https://adage.com/pf/dist/engine/react.js?d=236&mxId=00000000:2:47095 |
adage.com/pf/dist/engine/react.js?d=236&mxId=00000000 line 1, col 47133 | Error: Bad Request
at https://adage.com/pf/dist/engine/react.js?d=236&mxId=00000000:2:47095 |
adage.com/pf/dist/engine/react.js?d=236&mxId=00000000 line 1, col 47133 | Error: Bad Request
at https://adage.com/pf/dist/engine/react.js?d=236&mxId=00000000:2:47095 |
adage.com/pf/dist/engine/react.js?d=236&mxId=00000000 line 1, col 47133 | Error: Bad Request
at https://adage.com/pf/dist/engine/react.js?d=236&mxId=00000000:2:47095 |
adage.com/pf/dist/engine/react.js?d=236&mxId=00000000 line 1, col 47133 | Error: Bad Request
at https://adage.com/pf/dist/engine/react.js?d=236&mxId=00000000:2:47095 |
adage.com/pf/dist/engine/react.js?d=236&mxId=00000000 line 1, col 47133 | Error: Bad Request
at https://adage.com/pf/dist/engine/react.js?d=236&mxId=00000000:2:47095 |
adage.com/pf/dist/engine/react.js?d=236&mxId=00000000 line 1, col 47133 | Error: Bad Request
at https://adage.com/pf/dist/engine/react.js?d=236&mxId=00000000:2:47095 |
adage.com/pf/dist/engine/react.js?d=236&mxId=00000000 line 1, col 47133 | Error: Bad Request
at https://adage.com/pf/dist/engine/react.js?d=236&mxId=00000000:2:47095 |
adage.com/pf/dist/engine/react.js?d=236&mxId=00000000 line 1, col 47133 | Error: Bad Request
at https://adage.com/pf/dist/engine/react.js?d=236&mxId=00000000:2:47095 |
adage.com/pf/dist/engine/react.js?d=236&mxId=00000000 line 1, col 47133 | Error: Bad Request
at https://adage.com/pf/dist/engine/react.js?d=236&mxId=00000000:2:47095 |
adage.com/pf/dist/engine/react.js?d=236&mxId=00000000 line 1, col 47133 | Error: Bad Request
at https://adage.com/pf/dist/engine/react.js?d=236&mxId=00000000:2:47095 |
adage.com/pf/dist/engine/react.js?d=236&mxId=00000000 line 1, col 47133 | Error: Bad Request
at https://adage.com/pf/dist/engine/react.js?d=236&mxId=00000000:2:47095 |
adage.com/pf/dist/engine/react.js?d=236&mxId=00000000 line 1, col 47133 | Error: Bad Request
at https://adage.com/pf/dist/engine/react.js?d=236&mxId=00000000:2:47095 |
adage.com/pf/dist/engine/react.js?d=236&mxId=00000000 line 1, col 47133 | Error: Bad Request
at https://adage.com/pf/dist/engine/react.js?d=236&mxId=00000000:2:47095 |
adage.com/pf/dist/engine/react.js?d=236&mxId=00000000 line 1, col 47133 | Error: Bad Request
at https://adage.com/pf/dist/engine/react.js?d=236&mxId=00000000:2:47095 |
js.pelcro.com/ui/plugin/crain-consolidated/main.min.js line 66, col 500085 | Error: Bad Request
at https://adage.com/pf/dist/engine/react.js?d=236&mxId=00000000:2:47095 |
js.pelcro.com/ui/plugin/crain-consolidated/main.min.js line 66, col 500085 | Error: Bad Request
at https://adage.com/pf/dist/engine/react.js?d=236&mxId=00000000:2:47095 |
js.pelcro.com/ui/plugin/crain-consolidated/main.min.js line 66, col 500085 | Error: Bad Request
at https://adage.com/pf/dist/engine/react.js?d=236&mxId=00000000:2:47095 |
js.pelcro.com/ui/plugin/crain-consolidated/main.min.js line 66, col 500085 | Error: Bad Request
at https://adage.com/pf/dist/engine/react.js?d=236&mxId=00000000:2:47095 |
js.pelcro.com/ui/plugin/crain-consolidated/main.min.js line 66, col 500085 | Error: Bad Request
at https://adage.com/pf/dist/engine/react.js?d=236&mxId=00000000:2:47095 |
js.pelcro.com/ui/plugin/crain-consolidated/main.min.js line 66, col 500085 | Error: Bad Request
at https://adage.com/pf/dist/engine/react.js?d=236&mxId=00000000:2:47095 |
js.pelcro.com/ui/plugin/crain-consolidated/main.min.js line 66, col 500085 | Error: Bad Request
at https://adage.com/pf/dist/engine/react.js?d=236&mxId=00000000:2:47095 |
js.pelcro.com/ui/plugin/crain-consolidated/main.min.js line 66, col 500085 | Error: Bad Request
at https://adage.com/pf/dist/engine/react.js?d=236&mxId=00000000:2:47095 |
js.pelcro.com/ui/plugin/crain-consolidated/main.min.js line 66, col 500085 | Error: Bad Request
at https://adage.com/pf/dist/engine/react.js?d=236&mxId=00000000:2:47095 |
js.pelcro.com/ui/plugin/crain-consolidated/main.min.js line 66, col 500085 | Error: Bad Request
at https://adage.com/pf/dist/engine/react.js?d=236&mxId=00000000:2:47095 |
js.pelcro.com/ui/plugin/crain-consolidated/main.min.js line 66, col 500085 | Error: Bad Request
at https://adage.com/pf/dist/engine/react.js?d=236&mxId=00000000:2:47095 |
js.pelcro.com/ui/plugin/crain-consolidated/main.min.js line 66, col 500085 | Error: Bad Request
at https://adage.com/pf/dist/engine/react.js?d=236&mxId=00000000:2:47095 |
js.pelcro.com/ui/plugin/crain-consolidated/main.min.js line 66, col 500085 | Error: Bad Request
at https://adage.com/pf/dist/engine/react.js?d=236&mxId=00000000:2:47095 |
js.pelcro.com/ui/plugin/crain-consolidated/main.min.js line 66, col 500085 | Error: Bad Request
at https://adage.com/pf/dist/engine/react.js?d=236&mxId=00000000:2:47095 |
js.pelcro.com/ui/plugin/crain-consolidated/main.min.js line 66, col 500085 | Error: Bad Request
at https://adage.com/pf/dist/engine/react.js?d=236&mxId=00000000:2:47095 |
js.pelcro.com/ui/plugin/crain-consolidated/main.min.js line 66, col 500085 | Error: Bad Request
at https://adage.com/pf/dist/engine/react.js?d=236&mxId=00000000:2:47095 |
js.pelcro.com/ui/plugin/crain-consolidated/main.min.js line 66, col 500085 | Error: Bad Request
at https://adage.com/pf/dist/engine/react.js?d=236&mxId=00000000:2:47095 |
js.pelcro.com/ui/plugin/crain-consolidated/main.min.js line 66, col 500085 | Error: Bad Request
at https://adage.com/pf/dist/engine/react.js?d=236&mxId=00000000:2:47095 |
Failed to load resource: the server responded with a status of 400 () | |
Failed to load resource: the server responded with a status of 400 () | |
Failed to load resource: the server responded with a status of 400 () | |
Failed to load resource: the server responded with a status of 400 () | |
Failed to load resource: the server responded with a status of 400 () | |
Failed to load resource: the server responded with a status of 400 () | |
Failed to load resource: the server responded with a status of 400 () | |
Failed to load resource: the server responded with a status of 400 () | |
Failed to load resource: the server responded with a status of 400 () | |
Failed to load resource: the server responded with a status of 400 () | |
Failed to load resource: the server responded with a status of 400 () | |
Failed to load resource: the server responded with a status of 400 () | |
Failed to load resource: the server responded with a status of 400 () | |
Failed to load resource: the server responded with a status of 400 () | |
Failed to load resource: the server responded with a status of 400 () | |
Failed to load resource: the server responded with a status of 400 () | |
Failed to load resource: the server responded with a status of 400 () | |
Failed to load resource: the server responded with a status of 400 () | |
Failed to load resource: the server responded with a status of 400 () | |
Failed to load resource: the server responded with a status of 400 () | |
Failed to load resource: the server responded with a status of 400 () | |
Failed to load resource: the server responded with a status of 400 () | |
Failed to load resource: the server responded with a status of 400 () | |
Failed to load resource: the server responded with a status of 400 () | |
Failed to load resource: the server responded with a status of 400 () | |
Failed to load resource: the server responded with a status of 400 () | |
Failed to load resource: the server responded with a status of 400 () | |
Failed to load resource: the server responded with a status of 400 () | |
Failed to load resource: the server responded with a status of 400 () | |
Failed to load resource: the server responded with a status of 400 () | |
Failed to load resource: the server responded with a status of 400 () | |
Failed to load resource: the server responded with a status of 400 () | |
Failed to load resource: the server responded with a status of 400 () | |
Failed to load resource: the server responded with a status of 400 () | |
Failed to load resource: the server responded with a status of 400 () | |
Failed to load resource: the server responded with a status of 400 () | |
Failed to load resource: the server responded with a status of 400 () | |
Failed to load resource: the server responded with a status of 401 () | |
Failed to load resource: the server responded with a status of 404 () | |
Failed to load resource: the server responded with a status of 404 () | |
cdn.airtory.com/8888d06032ce9b56140a054cd8e596dd.js?568269120 line 2432, col 4418 | Uncaught (in promise) Loading to TopFrame! (controlledError) |
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.
Meta descriptions may be included in search results to concisely summarize page content. Learn more about the meta description.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|
| a220.adage.com/s/1da?profileid=9ab73f3e-784e-4268-88b8-2f39d0fe0848 | Learn More |
| adage.com/answers/about | Learn More |
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.25 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
5.86 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
886 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.199
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
4.72 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.
11.41 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.
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.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
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 creative campaigns to know about today div.u-flex > div.md:u-pt-0 > a.u-font-secondary > img.c-image | /resizer/v2/OPQJ6NIIORAX5MOSVAEYTALEIY.png?smart=true&aut... | 327.0 KiB | 299.0 KiB |
Gen Z and Gen Alpha marketing playbook—what marketers need to know now div.u-flex > div.md:u-pt-0 > a.u-font-secondary > img.c-image | /resizer/v2/34F7LX4W5NHZPO5Y3H52JDQ4LM.jpg?smart=true&aut... | 312.7 KiB | 285.5 KiB |
10 creative campaigns to know about today div.u-flex > div.md:u-pt-0 > a.u-font-secondary > img.c-image | /resizer/v2/QSN3J5KIBRG53OHX3WPPRBALUA.jpg?smart=true&aut... | 160.1 KiB | 151.8 KiB |
Creator and influencer trends brand marketers need to know about right now div.u-flex > div.md:u-pt-0 > a.u-font-secondary > img.c-image | /resizer/v2/GBICFVUUPNBO7L5HA2PA2KTGW4.png?smart=true&aut... | 152.9 KiB | 151.8 KiB |
Publix enlists puppet dogs for latest heartwarming brand film from Fig div.u-flex > div.md:u-pt-0 > a.u-font-secondary > img.c-image | /resizer/v2/https://d3qtc8km8dvw1x.cloudfront.net/04-19-2... | 102.1 KiB | 99.6 KiB |
4 ways brands can feed Gen Z’s insatiable hunger for snacks div.u-flex > div.md:u-pt-0 > a.u-font-secondary > img.c-image | /resizer/v2/UYGHT64AMVBVLIYMZ3CDBPBH6E.jpg?smart=true&aut... | 99.6 KiB | 97.3 KiB |
Grading 6 purpose marketing campaigns—what worked and what fell flat div.u-flex > div.md:u-pt-0 > a.u-font-secondary > img.c-image | /resizer/v2/6GH4QDXLXVG4DFKPKEF6XTUC2E.png?smart=true&aut... | 95.2 KiB | 94.5 KiB |
body.jar > div#google_image_div > a#aw0 > img.img_ad body.jar > div#google_image_div > a#aw0 > img.img_ad | tpc.googlesyndication.com/simgad/6988444048114530707 | 114.1 KiB | 84.8 KiB |
Advertising and marketing words explained div.u-flex > div.md:u-pt-0 > a.u-font-secondary > img.c-image | /resizer/v2/JDXQQ367KBFEVKWM2ACXO2OYPM.jpg?smart=true&aut... | 67.9 KiB | 62.8 KiB |
Gen Z media strategy—how brands determine spend across social, AI and commerce div.u-flex > div.md:u-pt-0 > a.u-font-secondary > img.c-image | /resizer/v2/EJDZFJIRTFGZFBXHVVNACOKQG4.jpg?smart=true&aut... | 59.7 KiB | 58.4 KiB |
Presenting the Ad Age Creativity Awards Best YouTube Creator Collaboration fina… div.u-border-b > div.u-w-full > a.u-font-secondary > img.c-image | /resizer/v2/JILG2ANLZRBMHHAW3XEKMQYNEU.jpg?smart=true&aut... | 57.8 KiB | 56.6 KiB |
| /resizer/v2/74O2I5WF7BGKZDSYXGUA4XYEJQ.jpeg?smart=true&au... | 56.3 KiB | 55.6 KiB | |
Creativity Awards Winners 2026 div.u-flex > div.md:u-pt-0 > a.u-font-secondary > img.c-image | /resizer/v2/W775T3YKCZEHVCSQVA7UTUS6SQ.jpg?smart=true&aut... | 54.1 KiB | 47.6 KiB |
Behind Silverside’s pivot from production company to AI consultancy div.u-flex > div.md:u-pt-0 > a.u-font-secondary > img.c-image | /resizer/v2/6HKIJ5ROORAUDIACALXKSL26QQ.png?smart=true&aut... | 36.3 KiB | 35.4 KiB |
The rise of the creator CMO—how more marketers are building influencer-level fo… div.u-flex > div.md:u-pt-0 > a.u-font-secondary > img.c-image | /resizer/v2/3HSZVLR4EZGT7ARNI6ZXAWZ3T4.jpg?smart=true&aut... | 33.0 KiB | 32.2 KiB |
div#a3 > div > div#b7 > div#b8 div#a3 > div > div#b7 > div#b8 | /ads/69cfcbadc51951e7314d8c7c/img/161188410170269cfcce0c5... | 40.1 KiB | 32.2 KiB |
Advertising salary guide: How to land a search marketing job with an AEO or GEO… div.u-border-b > div.u-w-full > a.u-font-secondary > img.c-image | /resizer/v2/KKVZHNYE7ZEFRANF2TD6PMKYHY.jpg?smart=true&aut... | 25.2 KiB | 24.7 KiB |
Barrett Hofherr is rebranding as the agency seeks to move beyond its founders’ … div.u-border-b > div.u-w-full > a.u-font-secondary > img.c-image | /resizer/v2/AZJUYKABK5FSFDHNRBXOSWEKRM.png?smart=true&aut... | 20.7 KiB | 20.6 KiB |
div#a3 > div > div#c7 > div#c8 div#a3 > div > div#c7 > div#c8 | /ads/69cfcbadc51951e7314d8c7c/img/172843813294569cfcd27c5... | 22.2 KiB | 14.3 KiB |
Ad Age Brand Report 2025—ranking the biggest marketing spenders div.u-flex > div.md:u-pt-0 > a.u-font-secondary > img.c-image | /resizer/v2/CZWD6HVDKFHH3DLB35VE23Z6IQ.jpg?smart=true&aut... | 14.9 KiB | 14.2 KiB |
div#a3 > div > div#a4 > div#a6 div#a3 > div > div#a4 > div#a6 | /ads/69cfcbadc51951e7314d8c7c/img/78003546545769cfcc2cc51... | 16.2 KiB | 8.3 KiB |
body > iframe body > iframe | /ibv/61a3b16940ae002f4533e6a5bedf02cf_2601FM-Addicted-AdA... | 17.6 KiB | 8.1 KiB |
div#a3 > div > div#a5 > div#a15 div#a3 > div > div#a5 > div#a15 | /ads/69cfcbadc51951e7314d8c7c/img/150713703315169cfcc8cc5... | 13.0 KiB | 5.1 KiB |
notification icon div#normal-slidedown > div#slidedown-body > div.slidedown-body-icon > img | img.onesignal.com/permanent/7cdc87e8-c503-453b-8c66-9a46f209d7ac.png | 4.9 KiB | 4.1 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.
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.
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 |
|---|---|
2026 CREATIVITY AWARDS
Creativity Awards Winners 2026
Ad Age’s 2026 Creativity… body > div#fusion-app > div.u-w-full > main | 0.140 |
| 0.128 | |
| 0.066 | |
2026 CREATIVITY AWARDS
Creativity Awards Winners 2026
Ad Age’s 2026 Creativity… body > div#fusion-app > div.u-w-full > main | 0.059 |
| 0.006 | |
| 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.
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 |
|---|---|---|
| adage.com/pf/resources/scripts/prebid9.15.0.js?d=236 | 73.4 KiB | 40.5 KiB |
| adage.com/pf/resources/scripts/trustarc.stub.js?d=236 | 4.9 KiB | 2.7 KiB |
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 |
|---|---|---|
| adage.com/pf/dist/css/adage.css?d=236&mxId=00000000 | 25.1 KiB | 15.3 KiB |
| adage.com/pf/resources/css/styles.css?d=236 | 17.8 KiB | 14.6 KiB |
| /* globals */ /*! modern-normalize v1.0.0 | MIT License | https://github.com/sindresorhus/modern-n… | 14.8 KiB | 14.5 KiB |
| .an-badge { display: inline-flex; align-items: center; justify-content: center; transition-… | 13.5 KiB | 13.4 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
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 | 4.7 s |
| Other | 2.0 s |
| Script Parsing & Compilation | 637 ms |
| Style & Layout | 396 ms |
| Rendering | 277 ms |
| Garbage Collection | 192 ms |
| Parse HTML & CSS | 88 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| The page has an unload handler in the main frame. | Actionable |
| The page has an unload handler in a sub frame. | Actionable |
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /* globals */ /*! modern-normalize v1.0.0 | MIT License | https://github.com/sindresorhus/modern-n… | 14.8 KiB | 3.2 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.
| URL | |
|---|---|
Ad Age div.u-hidden > nav.u-flex > a.u-font-secondary > img.u-inline | static.themebuilder.aws.arc.pub/crain-dev/1730759917773.svg |
Ad Age, a Crain Family brand div.u-flex > div.u-min-w-[6rem] > a.u-font-secondary > img.u-inline | adage.com/pf/resources/images/logos/adage/AA__Footer_192x40.svg?d=236 |
cookie notice provider logo div.trustarc-banner-footer > div.trustarc-banner-right > a#truste-powered-by > img | consent.trustarc.com/get?name=Powered-By-TrustArc.png |
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.
Each ARIA `role` supports a specific subset of `aria-*` attributes. Mismatching these invalidates the `aria-*` attributes. Learn how to match ARIA attributes to their roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
YOUR CHOICES REGARDING COOKIES ON THIS SITE
Please choose whether this site may… div.banner-details-container > div.description-group > div.trustarc-banner-details > div#truste-banner-header-text |
WE AND OUR PARTNERS (24)
We and our partners: (24) process personal data such … div.banner-details-container > div.description-group > div.trustarc-banner-details > div#truste-partner-header-text |
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 |
|---|
YOUR CHOICES REGARDING COOKIES ON THIS SITE
Please choose whether this site may… body > div#consent_blackbar > div#truste-consent-track |
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.
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 |
|---|---|
| Unload event listeners are deprecated and will be removed. | d15kdpgjg3unno.cloudfront.net/oPS.js?cid=108 line 231, col 303 |
| SharedStorage | a220.adage.com/script.js line 62, col 205 |
| AttributionReporting | |
| Specifying overflow: visible on img, video and canvas tags may cause them to produce visual content outside of the element bounds. See https://github.com/WICG/shared-element-transitions/blob/main/debugging_overflow_on_images.md. | js.pelcro.com/ui/plugin/crain-consolidated/main.min.js line 29, col 254579 |
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 |
|---|---|
a220.adage.com/plugin/library/5786eac856e46744549e569a44e3e6ba line 21, col 13288 | Error occurs when executing javascript: Cannot read properties of undefined (reading 'datePublished') |
a220.adage.com/plugin/library/5786eac856e46744549e569a44e3e6ba line 21, col 13288 | Error occurs when executing javascript: Cannot read properties of undefined (reading 'datePublished') |
adage.com/pf/dist/engine/react.js?d=236&mxId=00000000 line 1, col 47133 | Error: Bad Request
at https://adage.com/pf/dist/engine/react.js?d=236&mxId=00000000:2:47095 |
adage.com/pf/dist/engine/react.js?d=236&mxId=00000000 line 1, col 47133 | Error: Bad Request
at https://adage.com/pf/dist/engine/react.js?d=236&mxId=00000000:2:47095 |
adage.com/pf/dist/engine/react.js?d=236&mxId=00000000 line 1, col 47133 | Error: Bad Request
at https://adage.com/pf/dist/engine/react.js?d=236&mxId=00000000:2:47095 |
adage.com/pf/dist/engine/react.js?d=236&mxId=00000000 line 1, col 47133 | Error: Bad Request
at https://adage.com/pf/dist/engine/react.js?d=236&mxId=00000000:2:47095 |
adage.com/pf/dist/engine/react.js?d=236&mxId=00000000 line 1, col 47133 | Error: Bad Request
at https://adage.com/pf/dist/engine/react.js?d=236&mxId=00000000:2:47095 |
adage.com/pf/dist/engine/react.js?d=236&mxId=00000000 line 1, col 47133 | Error: Bad Request
at https://adage.com/pf/dist/engine/react.js?d=236&mxId=00000000:2:47095 |
adage.com/pf/dist/engine/react.js?d=236&mxId=00000000 line 1, col 47133 | Error: Bad Request
at https://adage.com/pf/dist/engine/react.js?d=236&mxId=00000000:2:47095 |
adage.com/pf/dist/engine/react.js?d=236&mxId=00000000 line 1, col 47133 | Error: Bad Request
at https://adage.com/pf/dist/engine/react.js?d=236&mxId=00000000:2:47095 |
adage.com/pf/dist/engine/react.js?d=236&mxId=00000000 line 1, col 47133 | Error: Bad Request
at https://adage.com/pf/dist/engine/react.js?d=236&mxId=00000000:2:47095 |
adage.com/pf/dist/engine/react.js?d=236&mxId=00000000 line 1, col 47133 | Error: Bad Request
at https://adage.com/pf/dist/engine/react.js?d=236&mxId=00000000:2:47095 |
adage.com/pf/dist/engine/react.js?d=236&mxId=00000000 line 1, col 47133 | Error: Bad Request
at https://adage.com/pf/dist/engine/react.js?d=236&mxId=00000000:2:47095 |
adage.com/pf/dist/engine/react.js?d=236&mxId=00000000 line 1, col 47133 | Error: Bad Request
at https://adage.com/pf/dist/engine/react.js?d=236&mxId=00000000:2:47095 |
adage.com/pf/dist/engine/react.js?d=236&mxId=00000000 line 1, col 47133 | Error: Bad Request
at https://adage.com/pf/dist/engine/react.js?d=236&mxId=00000000:2:47095 |
adage.com/pf/dist/engine/react.js?d=236&mxId=00000000 line 1, col 47133 | Error: Bad Request
at https://adage.com/pf/dist/engine/react.js?d=236&mxId=00000000:2:47095 |
adage.com/pf/dist/engine/react.js?d=236&mxId=00000000 line 1, col 47133 | Error: Bad Request
at https://adage.com/pf/dist/engine/react.js?d=236&mxId=00000000:2:47095 |
adage.com/pf/dist/engine/react.js?d=236&mxId=00000000 line 1, col 47133 | Error: Bad Request
at https://adage.com/pf/dist/engine/react.js?d=236&mxId=00000000:2:47095 |
adage.com/pf/dist/engine/react.js?d=236&mxId=00000000 line 1, col 47133 | Error: Bad Request
at https://adage.com/pf/dist/engine/react.js?d=236&mxId=00000000:2:47095 |
adage.com/pf/dist/engine/react.js?d=236&mxId=00000000 line 1, col 47133 | Error: Bad Request
at https://adage.com/pf/dist/engine/react.js?d=236&mxId=00000000:2:47095 |
adage.com/pf/dist/engine/react.js?d=236&mxId=00000000 line 1, col 47133 | Error: Bad Request
at https://adage.com/pf/dist/engine/react.js?d=236&mxId=00000000:2:47095 |
adage.com/pf/dist/engine/react.js?d=236&mxId=00000000 line 1, col 47133 | Error: Bad Request
at https://adage.com/pf/dist/engine/react.js?d=236&mxId=00000000:2:47095 |
adage.com/pf/dist/engine/react.js?d=236&mxId=00000000 line 1, col 47133 | Error: Bad Request
at https://adage.com/pf/dist/engine/react.js?d=236&mxId=00000000:2:47095 |
adage.com/pf/dist/engine/react.js?d=236&mxId=00000000 line 1, col 47133 | Error: Bad Request
at https://adage.com/pf/dist/engine/react.js?d=236&mxId=00000000:2:47095 |
adage.com/pf/dist/engine/react.js?d=236&mxId=00000000 line 1, col 47133 | Error: Bad Request
at https://adage.com/pf/dist/engine/react.js?d=236&mxId=00000000:2:47095 |
adage.com/pf/dist/engine/react.js?d=236&mxId=00000000 line 1, col 47133 | Error: Bad Request
at https://adage.com/pf/dist/engine/react.js?d=236&mxId=00000000:2:47095 |
adage.com/pf/dist/engine/react.js?d=236&mxId=00000000 line 1, col 47133 | Error: Bad Request
at https://adage.com/pf/dist/engine/react.js?d=236&mxId=00000000:2:47095 |
adage.com/pf/dist/engine/react.js?d=236&mxId=00000000 line 1, col 47133 | Error: Bad Request
at https://adage.com/pf/dist/engine/react.js?d=236&mxId=00000000:2:47095 |
js.pelcro.com/ui/plugin/crain-consolidated/main.min.js line 66, col 500085 | Error: Bad Request
at https://adage.com/pf/dist/engine/react.js?d=236&mxId=00000000:2:47095 |
js.pelcro.com/ui/plugin/crain-consolidated/main.min.js line 66, col 500085 | Error: Bad Request
at https://adage.com/pf/dist/engine/react.js?d=236&mxId=00000000:2:47095 |
js.pelcro.com/ui/plugin/crain-consolidated/main.min.js line 66, col 500085 | Error: Bad Request
at https://adage.com/pf/dist/engine/react.js?d=236&mxId=00000000:2:47095 |
js.pelcro.com/ui/plugin/crain-consolidated/main.min.js line 66, col 500085 | Error: Bad Request
at https://adage.com/pf/dist/engine/react.js?d=236&mxId=00000000:2:47095 |
js.pelcro.com/ui/plugin/crain-consolidated/main.min.js line 66, col 500085 | Error: Bad Request
at https://adage.com/pf/dist/engine/react.js?d=236&mxId=00000000:2:47095 |
js.pelcro.com/ui/plugin/crain-consolidated/main.min.js line 66, col 500085 | Error: Bad Request
at https://adage.com/pf/dist/engine/react.js?d=236&mxId=00000000:2:47095 |
js.pelcro.com/ui/plugin/crain-consolidated/main.min.js line 66, col 500085 | Error: Bad Request
at https://adage.com/pf/dist/engine/react.js?d=236&mxId=00000000:2:47095 |
js.pelcro.com/ui/plugin/crain-consolidated/main.min.js line 66, col 500085 | Error: Bad Request
at https://adage.com/pf/dist/engine/react.js?d=236&mxId=00000000:2:47095 |
js.pelcro.com/ui/plugin/crain-consolidated/main.min.js line 66, col 500085 | Error: Bad Request
at https://adage.com/pf/dist/engine/react.js?d=236&mxId=00000000:2:47095 |
Failed to load resource: the server responded with a status of 400 () | |
Failed to load resource: the server responded with a status of 400 () | |
Failed to load resource: the server responded with a status of 400 () | |
Failed to load resource: the server responded with a status of 400 () | |
Failed to load resource: the server responded with a status of 400 () | |
Failed to load resource: the server responded with a status of 400 () | |
Failed to load resource: the server responded with a status of 400 () | |
Failed to load resource: the server responded with a status of 400 () | |
Failed to load resource: the server responded with a status of 400 () | |
Failed to load resource: the server responded with a status of 400 () | |
Failed to load resource: the server responded with a status of 400 () | |
Failed to load resource: the server responded with a status of 400 () | |
Failed to load resource: the server responded with a status of 400 () | |
Failed to load resource: the server responded with a status of 400 () | |
Failed to load resource: the server responded with a status of 400 () | |
Failed to load resource: the server responded with a status of 400 () | |
Failed to load resource: the server responded with a status of 400 () | |
Failed to load resource: the server responded with a status of 400 () | |
Failed to load resource: the server responded with a status of 400 () | |
Failed to load resource: the server responded with a status of 400 () | |
Failed to load resource: the server responded with a status of 400 () | |
Failed to load resource: the server responded with a status of 400 () | |
Failed to load resource: the server responded with a status of 400 () | |
Failed to load resource: the server responded with a status of 400 () | |
Failed to load resource: the server responded with a status of 400 () | |
Failed to load resource: the server responded with a status of 400 () | |
Failed to load resource: the server responded with a status of 400 () | |
Failed to load resource: the server responded with a status of 400 () | |
Failed to load resource: the server responded with a status of 400 () | |
Failed to load resource: the server responded with a status of 400 () | |
Failed to load resource: the server responded with a status of 400 () | |
Failed to load resource: the server responded with a status of 400 () | |
Failed to load resource: the server responded with a status of 400 () | |
Failed to load resource: the server responded with a status of 400 () | |
Failed to load resource: the server responded with a status of 400 () | |
Failed to load resource: the server responded with a status of 401 () | |
Failed to load resource: the server responded with a status of 404 () |
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.
Meta descriptions may be included in search results to concisely summarize page content. Learn more about the meta description.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|
| a220.adage.com/s/1cy?profileid=14e5f670-dee5-42a5-a9b1-1ab34a1cf265 | Learn More |
| adage.com/answers/about | Learn More |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback