Mobile 375 × 812

Desktop 1440 × 900

Score: 68 / 100
Based on 8 categories, 0 sections
Room to improve — your 16.3s load time is above Google's 2.5s 'Good' threshold.
Several missing protections leave your users and data exposed.
Major barriers for users with disabilities — up to 15% of your audience.
Well-optimized for search — your content is discoverable.
Solid infrastructure — fast server responses across the board.
Mostly compliant — a few items need attention.
Good content signals with minor gaps.
Heavier than average — reducing page weight saves energy and bandwidth.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
HSTS header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
Page weighs 16.3 MB (6.0 MB transferred)
Performance issues directly impact user engagement and conversion rates.
1 image-in-link without alt text
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/e2261554-1331-40a5-b249-08d5680106ac)<a href="https://beavercheck.com/results/e2261554-1331-40a5-b249-08d5680106ac"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fadn.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fadn.comThis badge auto-updates with your latest scan result.
Your site has several issues that may be affecting user experience and business outcomes. Your LCP of 16.3s 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.
9 barrier(s) likely increasing bounce by ~32%.
Page takes 16.3s to load
+12% bounceUsers abandon at ~3s — you're 13.8s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 3.9s
+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
Layout shifts during page load
+3% bounceContent movement causes mis-clicks on CTAs and form fields
Fix: Add width/height to images; reserve space for late-loading embeds
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
161 link(s) with generic text ("click here", "read more")
+1% bounceScreen-reader users navigating by link list see no context — and search engines can't infer relevance
Fix: Rewrite with descriptive phrases that identify the destination
No skip-to-content link
+1% bounceKeyboard and screen-reader users must tab through the entire header on every page
Fix: Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element
91 broken link(s) on the page
+5% 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.
€425 investment → €1.39/month returns + EUR 120,500,000 risk avoided
€425
5h · 5 findings
€1.39 /mo
~€17 / year
EUR 120,500,000
if kept compliant
€128 — 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.
5.0 developer hours at €85/hr
Based on European Union rates (€85/hr)
Start here for the best return on investment
€10,041,668 / month at risk
~€120,500,017 / year if left unfixed
€120,500,000
+9 more
€1.39 /mo
18719.7 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.
4.53 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
16.30 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
3.94 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.178
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
20.89 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.
49.09 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 |
|---|---|
| /s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu... | 35 ms |
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 | |
|---|---|---|---|
Letter: It’s good to be aware of the latest land use code changes article.adn-promo-feature > figure.c-media-item > a.c-link > img.c-image | /resizer/v2/EN4Y3YOPARHBZHPTBBVN2WAIOI.jpg?smart=true&aut... | 260.3 KiB | 212.3 KiB |
The Roadless Rule safeguards the Tongass — and helps us heal article.adn-promo-feature > figure.c-media-item > a.c-link > img.c-image | /resizer/v2/YO2ZDV46LRDZRI4HFPEUTHCKHY.jpg?smart=true&aut... | 176.0 KiB | 128.1 KiB |
To open door for new housing, Anchorage releases ready-to-go designs for access… article.adn-promo-feature > figure.c-media-item > a.c-link > img.c-image | /resizer/v2/SMXGZYBKR5EEBKMGVAZZ5GTS2A.jpg?smart=true&aut... | 101.0 KiB | 93.4 KiB |
Trump fought to keep the ballroom fundraising contract secret. Here’s what’s in… article.adn-promo-feature > figure.c-media-item > a.c-link > img.c-image | /resizer/v2/ZZ2VBO3M66CALZNDFBJG4TFXMI.jpg?smart=true&aut... | 86.9 KiB | 79.2 KiB |
Tools to keep yourself — and the bears — safe this spring article.adn-promo-feature > figure.c-media-item > a.c-link > img.c-image | /resizer/v2/AWTQ2GKXBQWBPFIBIQICRG36AA.jpg?smart=true&aut... | 110.1 KiB | 76.3 KiB |
Firefighters hoist injured man from Point Woronzof wastewater treatment facilit… article.adn-promo-feature > figure.c-media-item > a.c-link > img.c-image | /resizer/v2/NMNB3WC2ABAYVHPEM5SZYAQIIA.jpg?smart=true&aut... | 83.6 KiB | 75.9 KiB |
2 found dead in burned home in Bethel article.adn-promo-feature > figure.c-media-item > a.c-link > img.c-image | /resizer/v2/IM4CSBZJMFHPTEIRPCOZ44RC4Y.jpg?smart=true&aut... | 78.5 KiB | 70.9 KiB |
How many million pounds of snow do you think the city cleared from Anchorage th… article.adn-promo-feature > figure.c-media-item > a.c-link > img.c-image | /resizer/v2/N45M6SWP5NGFVMDHYJWZ22DVWY.JPG?smart=true&aut... | 75.4 KiB | 67.8 KiB |
So far in 2026, ICE has arrested at least 47 people in Alaska. One was pregnant… article.adn-promo-feature > figure.c-media-item > a.c-link > img.c-image | /resizer/v2/FSC37N2JUZFP3JYNCB2NGD3D74.jpg?smart=true&aut... | 94.6 KiB | 46.6 KiB |
Alaska’s embattled economic development agency approves $700,000 PR budget article.adn-promo-feature > figure.c-media-item > a.c-link > img.c-image | /resizer/v2/JYWQHSDGUBCJJFHWAJ4IU3QUN4.jpeg?smart=true&au... | 49.4 KiB | 44.0 KiB |
Trump blasted Obama’s Iran deal. Now he faces similar tradeoffs. article.adn-promo-feature > figure.c-media-item > a.c-link > img.c-image | /resizer/v2/H5CJXFCPBJSG4NIXWVRT334GDI.jpg?smart=true&aut... | 49.2 KiB | 43.8 KiB |
Senate committee revises governor’s property tax bill for Alaska LNG project, p… article.adn-promo-feature > figure.c-media-item > a.c-link > img.c-image | /resizer/v2/CNXACZOY7VDQBMVT43TPJ3BME4.JPG?smart=true&aut... | 48.6 KiB | 43.2 KiB |
Letter: The audacity of good legislation crossing party lines article.adn-promo-feature > figure.c-media-item > a.c-link > img.c-image | /resizer/v2/C55CB3OQTRBRDGG74CLZ47QY2E.JPG?smart=true&aut... | 88.9 KiB | 40.9 KiB |
Conservative Alaska lawmaker tells GOP to stop ‘political games’ after being cr… article.adn-promo-feature > figure.c-media-item > a.c-link > img.c-image | /resizer/v2/UWON6WJSGNBLZAR7MEEYH22QHM.JPG?smart=true&aut... | 44.4 KiB | 39.5 KiB |
The Iran war could drive up costs for petroleum-derived products like clothes a… article.adn-promo-feature > figure.c-media-item > a.c-link > img.c-image | /resizer/v2/4BN4UM6HPZ3IN7MTQZDBY6BI2U.jpg?smart=true&aut... | 43.8 KiB | 38.9 KiB |
Your miles are not yours. The airline said so in writing. article.adn-promo-feature > figure.c-media-item > a.c-link > img.c-image | /resizer/v2/RQKSHTETKJBCFFW5GJNAD6CSVM.JPG?smart=true&aut... | 48.7 KiB | 33.7 KiB |
Anchorage city attorney seeks to end public reports on city’s legal settlements article.adn-promo-feature > figure.c-media-item > a.c-link > img.c-image | /resizer/v2/UJ26IC5WAZAMZIMKKOPY5CQQDM.jpg?smart=true&aut... | 37.5 KiB | 33.4 KiB |
Pentagon details record $1.5 trillion budget request div.adn-promo-results > figure.c-media-item > a.c-link > img.c-image | /resizer/v2/RMTOBF4SCBT236KNS2A5OMUWLM.jpg?smart=true&aut... | 46.8 KiB | 32.4 KiB |
Alaska Senate adopts ‘skinny’ capital budget with focus on school maintenance article.adn-promo-feature > figure.c-media-item > a.c-link > img.c-image | /resizer/v2/L6WTUHMXSFGN3FA323353C736U.JPG?smart=true&aut... | 34.6 KiB | 30.8 KiB |
Arrested Willow woman faces animal cruelty charges after discovery of dead sled… article.adn-promo-feature > figure.c-media-item > a.c-link > img.c-image | /resizer/v2/2C4WVNFXS5GUPC66ZIGQK3JL4U.jpg?focal=821%2C24... | 27.9 KiB | 24.9 KiB |
Pentagon details record $1.5 trillion budget request article.adn-promo-feature > figure.c-media-item > a.c-link > img.c-image | /resizer/v2/RMTOBF4SCBT236KNS2A5OMUWLM.jpg?smart=true&aut... | 26.9 KiB | 23.9 KiB |
Plea deal could mean no prison time for Anchorage man charged with threatening … article.adn-promo-feature > figure.c-media-item > a.c-link > img.c-image | /resizer/v2/VZHS65CEUINHAYTDWJBNA64ZOA.jpg?smart=true&aut... | 24.7 KiB | 22.0 KiB |
Amid discord on age-of-consent bill, Alaska Senate panel unveils sweeping crime… article.adn-promo-feature > figure.c-media-item > a.c-link > img.c-image | /resizer/v2/VWEHDTGL65ESROKAYCZSBHDCIA.JPG?smart=true&aut... | 24.2 KiB | 21.5 KiB |
Texas can require public schools to display Ten Commandments in classrooms, cou… article.adn-promo-feature > figure.c-media-item > a.c-link > img.c-image | /resizer/v2/5T4SB5XJHKJ2ZQBQZKOWZROIA4.jpg?smart=true&aut... | 22.0 KiB | 19.5 KiB |
Anchorage violinist brothers named to National Youth Orchestras article.adn-promo-feature > figure.c-media-item > a.c-link > img.c-image | /resizer/v2/U2MVX2NNGRGXLLDFMJOBGZVGBA.JPG?smart=true&aut... | 46.9 KiB | 14.5 KiB |
Dozens of wild sloths die at planned new Florida tourist attraction article.adn-promo-feature > figure.c-media-item > a.c-link > img.c-image | /resizer/v2/MP6QDDHES5GV5CM7CMRD5FBE5U.jpg?smart=true&aut... | 42.6 KiB | 13.2 KiB |
div.col-xs-12 > div.mast > a.myaktixlogo > img div.col-xs-12 > div.mast > a.myaktixlogo > img | cloudfront-us-east-1.images.arcpublishing.com/adn/EXKGF6VMQNCPZKWUV3LGWWIELE.png | 13.6 KiB | 5.4 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.
| URL | Transfer Size | Duration |
|---|---|---|
| htlbid.com/v3/adn.com/htlbid.css | 848 B | 1.5 s |
| /css2?family=Lato:ital,wght@0,400;0,700;0,900;1,400;1,700... | 1.3 KiB | 837 ms |
| www.adn.com/pf/dist/css/adn.css?d=360&mxId=00000000 | 36.4 KiB | 755 ms |
| www.adn.com/pf/dist/components/combinations/default.css?d=360&mxId=00000000 | 3.5 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
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.
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 |
|---|---|
| adn.com/ | 778 ms |
| www.adn.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 |
|---|---|
Anchorage city attorney seeks to end public reports on city’s legal settlements… div.container-fluid > div.colrow > div.item > article.adn-promo-feature | 0.115 |
Welcome
This site asks for consent to use your data
Personalised advertising a… body.mobile > div.fc-consent-root > div.fc-dialog-container | 0.042 |
So far in 2026, ICE has arrested at least 47 people in Alaska. One was pregnant… div.container-fluid > div.colrow > div.item > article.adn-promo-feature | 0.031 |
Anchorage city attorney seeks to end public reports on city’s legal settlements… div.container-fluid > div.colrow > div.item > article.adn-promo-feature | 0.019 |
Senate committee revises governor’s property tax bill for Alaska LNG project, p… div.adn-right-rail > section.adn-right-rail__main > div.c-grid | 0.011 |
Wesley Early, Alaska Public Media div.colrow > div.item > article.adn-promo-feature > div.c-attribution | 0.001 |
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 |
|---|---|---|
| cdn.ck4hkyq3myt6.com/prod/anchorage/t8y9347t.min.css?2026322 | 49.6 KiB | 48.5 KiB |
| www.adn.com/pf/dist/css/adn.css?d=360&mxId=00000000 | 36.1 KiB | 20.0 KiB |
| .fc-consent-root .fc-dialog-container.fc-fullscreen { height: 100% !important; … } … | 16.3 KiB | 14.1 KiB |
| www.google.com/cse/static/element/dc329f57de078f5d/default_v6+es.css | 11.9 KiB | 11.9 KiB |
| 11.1 KiB | 10.7 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 | 11.1 s |
| Other | 2.1 s |
| Style & Layout | 1.7 s |
| Script Parsing & Compilation | 1.1 s |
| Garbage Collection | 416 ms |
| Rendering | 396 ms |
| Parse HTML & CSS | 141 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 |
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 |
|---|---|---|
| cdn.ck4hkyq3myt6.com/prod/anchorage/t8y9347t.min.css?2026322 | 50.1 KiB | 5.5 KiB |
| www.google.com/cse/static/element/dc329f57de078f5d/default_v6+es.css | 12.0 KiB | 3.3 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 | |
|---|---|
div.col-xs-12 > div.mast > a.myaktixlogo > img div.col-xs-12 > div.mast > a.myaktixlogo > img | cloudfront-us-east-1.images.arcpublishing.com/adn/EXKGF6VMQNCPZKWUV3LGWWIELE.png |
ADN Logo nav#main-nav > div.b-header-nav-chain__top-layout > a.c-link > img | www.adn.com/pf/resources/images/logos/AnchorageDailyNews_white.png?d=360 |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
SUBSCRIBE header.c-stack > div.menuDrawerStatic > div.mobileAccountBar > a.subscribeButton |
e-Edition div.adn-single-chainnull > div.adn-single-chain__children > nav.c-stack > a.c-link |
Learn more div.fc-dialog-content > div.fc-dialog-scrollable-content > button.fc-faq-header > span.fc-faq-label |
These are opportunities to improve the legibility of your content.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.col-xs-12 > div.mast > a.myaktixlogo > img div.col-xs-12 > div.mast > a.myaktixlogo > img |
body.mobile > img#06db9294 body.mobile > img#06db9294 |
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 |
|---|
body.mobile > iframe body.mobile > iframe |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.puzzmo-widget-container > div.puzzmo-widget > div.puzzmo-widget-icon > a.icon-link div.puzzmo-widget-container > div.puzzmo-widget > div.puzzmo-widget-icon > a.icon-link |
div.puzzmo-widget-container > div.puzzmo-widget > div.puzzmo-widget-icon > a.icon-link div.puzzmo-widget-container > div.puzzmo-widget > div.puzzmo-widget-icon > a.icon-link |
div.puzzmo-widget-container > div.puzzmo-widget > div.puzzmo-widget-icon > a.icon-link div.puzzmo-widget-container > div.puzzmo-widget > div.puzzmo-widget-icon > a.icon-link |
div.puzzmo-widget-container > div.puzzmo-widget > div.puzzmo-widget-icon > a.icon-link div.puzzmo-widget-container > div.puzzmo-widget > div.puzzmo-widget-icon > a.icon-link |
aside.c-stack > div.col-xs-12 > div.mast > a.myaktixlogo aside.c-stack > div.col-xs-12 > div.mast > a.myaktixlogo |
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.
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 |
|---|
TypeShift div.puzzmo-widget-container > div.puzzmo-widget > div.puzzmo-widget-description > h5 |
These are opportunities to improve keyboard navigation in your application.
If a page doesn't specify a `lang` attribute, a screen reader assumes that the page is in the default language that the user chose when setting up the screen reader. If the page isn't actually in the default language, then the screen reader might not announce the page's text correctly. Learn more about the `lang` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These are opportunities to improve the interpretation of your content by users in different locales.
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 |
|---|
Terms of Use body.mobile > div.cc-window > span#cookieconsent:desc > a.cc-link |
I Accept body.mobile > div.cc-window > div.cc-compliance > a.cc-btn |
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| AttributionReporting | connect.facebook.net/en_US/fbevents.js line 279, col 769 |
| Unload event listeners are deprecated and will be removed. | cdn.a3kvau184uea.com/prod/anchorage/fp.min.js?2026322 line 7, col 55748 |
| Topics | a.teads.tv/analytics/tag.js line 19, col 2291 |
| Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/. | |
| SharedStorage | k203.adn.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. | client.px-cloud.net/PXRncFiRPh/main.min.js line 1, col 184243 |
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://platform.evvnt.com/api/widgets/events?page=1&per_page=3&active=true&sort=welcome_sort' from origin 'https://www.adn.com' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
www.adn.com/ line 52, col 2507 | Decryption error: TypeError: Cannot read properties of null (reading 'ciphertext')
at Object.decrypt (https://cdnjs.cloudflare.com/ajax/libs/crypto-js/4.0.0/crypto-js.min.js:1:29416)
at Object.decrypt (https://cdnjs.cloudflare.com/ajax/libs/crypto-js/4.0.0/crypto-js.min.js:1:26874)
at decrypt (https://www.adn.com/:53:2281)
at https://www.adn.com/:53:2657 |
www.adn.com/pf/dist/components/combinations/default.js?d=360&mxId=00000000 line 1, col 285427 | Decryption error: TypeError: Cannot read properties of null (reading 'ciphertext')
at Object.decrypt (https://cdnjs.cloudflare.com/ajax/libs/crypto-js/4.0.0/crypto-js.min.js:1:29416)
at Object.decrypt (https://cdnjs.cloudflare.com/ajax/libs/crypto-js/4.0.0/crypto-js.min.js:1:26874)
at https://www.adn.com/pf/dist/components/combinations/default.js?d=360&mxId=00000000:2:285302
at c (https://www.adn.com/pf/dist/components/combinations/default.js?d=360&mxId=00000000:2:285458)
at t.a (https://www.adn.com/pf/dist/components/combinations/default.js?d=360&mxId=00000000:2:285733)
at yi (https://www.adn.com/pf/dist/engine/react.js?d=360&mxId=00000000:2:111327)
at Cu (https://www.adn.com/pf/dist/engine/react.js?d=360&mxId=00000000:2:170642)
at vs (https://www.adn.com/pf/dist/engine/react.js?d=360&mxId=00000000:2:159794)
at gs (https://www.adn.com/pf/dist/engine/react.js?d=360&mxId=00000000:2:159722)
at ys (https://www.adn.com/pf/dist/engine/react.js?d=360&mxId=00000000:2:159585) |
www.adn.com/pf/dist/components/combinations/default.js?d=360&mxId=00000000 line 1, col 285427 | Decryption error: TypeError: Cannot read properties of null (reading 'ciphertext')
at Object.decrypt (https://cdnjs.cloudflare.com/ajax/libs/crypto-js/4.0.0/crypto-js.min.js:1:29416)
at Object.decrypt (https://cdnjs.cloudflare.com/ajax/libs/crypto-js/4.0.0/crypto-js.min.js:1:26874)
at https://www.adn.com/pf/dist/components/combinations/default.js?d=360&mxId=00000000:2:285302
at c (https://www.adn.com/pf/dist/components/combinations/default.js?d=360&mxId=00000000:2:285458)
at t.a (https://www.adn.com/pf/dist/components/combinations/default.js?d=360&mxId=00000000:2:285733)
at yi (https://www.adn.com/pf/dist/engine/react.js?d=360&mxId=00000000:2:111327)
at Cu (https://www.adn.com/pf/dist/engine/react.js?d=360&mxId=00000000:2:170642)
at vs (https://www.adn.com/pf/dist/engine/react.js?d=360&mxId=00000000:2:159794)
at gs (https://www.adn.com/pf/dist/engine/react.js?d=360&mxId=00000000:2:159722)
at ys (https://www.adn.com/pf/dist/engine/react.js?d=360&mxId=00000000:2:159585) |
www.adn.com/pf/dist/components/combinations/default.js?d=360&mxId=00000000 line 1, col 285427 | Decryption error: TypeError: Cannot read properties of null (reading 'ciphertext')
at Object.decrypt (https://cdnjs.cloudflare.com/ajax/libs/crypto-js/4.0.0/crypto-js.min.js:1:29416)
at Object.decrypt (https://cdnjs.cloudflare.com/ajax/libs/crypto-js/4.0.0/crypto-js.min.js:1:26874)
at https://www.adn.com/pf/dist/components/combinations/default.js?d=360&mxId=00000000:2:285302
at c (https://www.adn.com/pf/dist/components/combinations/default.js?d=360&mxId=00000000:2:285458)
at t.a (https://www.adn.com/pf/dist/components/combinations/default.js?d=360&mxId=00000000:2:285733)
at yi (https://www.adn.com/pf/dist/engine/react.js?d=360&mxId=00000000:2:111327)
at Cu (https://www.adn.com/pf/dist/engine/react.js?d=360&mxId=00000000:2:170642)
at vs (https://www.adn.com/pf/dist/engine/react.js?d=360&mxId=00000000:2:159794)
at gs (https://www.adn.com/pf/dist/engine/react.js?d=360&mxId=00000000:2:159722)
at ys (https://www.adn.com/pf/dist/engine/react.js?d=360&mxId=00000000:2:159585) |
Failed to load resource: net::ERR_FAILED | |
Uncaught (in promise) TypeError: Cannot set properties of undefined (setting 'category') |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.col-xs-12 > div.mast > a.myaktixlogo > img div.col-xs-12 > div.mast > a.myaktixlogo > img |
body.mobile > img#06db9294 body.mobile > img#06db9294 |
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.74 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
3.65 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
748 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.217
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
6.64 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.
12.11 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 |
|---|---|
| /s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu... | 30 ms |
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 | |
|---|---|---|---|
Letter: It’s good to be aware of the latest land use code changes div.adn-promo-results > figure.c-media-item > a.c-link > img.c-image | /resizer/v2/EN4Y3YOPARHBZHPTBBVN2WAIOI.jpg?smart=true&aut... | 235.5 KiB | 234.1 KiB |
So far in 2026, ICE has arrested at least 47 people in Alaska. One was pregnant… article.adn-promo-feature > figure.c-media-item > a.c-link > img.c-image | /resizer/v2/FSC37N2JUZFP3JYNCB2NGD3D74.jpg?smart=true&aut... | 163.9 KiB | 154.0 KiB |
Trump fought to keep the ballroom fundraising contract secret. Here’s what’s in… article.adn-promo-feature > figure.c-media-item > a.c-link > img.c-image | /resizer/v2/ZZ2VBO3M66CALZNDFBJG4TFXMI.jpg?smart=true&aut... | 149.9 KiB | 146.9 KiB |
To open door for new housing, Anchorage releases ready-to-go designs for access… article.adn-promo-feature > figure.c-media-item > a.c-link > img.c-image | /resizer/v2/SMXGZYBKR5EEBKMGVAZZ5GTS2A.jpg?smart=true&aut... | 147.3 KiB | 143.4 KiB |
Letter: The audacity of good legislation crossing party lines article.adn-promo-feature > figure.c-media-item > a.c-link > img.c-image | /resizer/v2/C55CB3OQTRBRDGG74CLZ47QY2E.JPG?smart=true&aut... | 132.7 KiB | 131.9 KiB |
Firefighters hoist injured man from Point Woronzof wastewater treatment facilit… article.adn-promo-feature > figure.c-media-item > a.c-link > img.c-image | /resizer/v2/NMNB3WC2ABAYVHPEM5SZYAQIIA.jpg?smart=true&aut... | 134.0 KiB | 130.5 KiB |
Opinion: The Roadless Rule safeguards the Tongass — and helps us heal div.adn-promo-results > figure.c-media-item > a.c-link > img.c-image | /resizer/v2/YO2ZDV46LRDZRI4HFPEUTHCKHY.jpg?smart=true&aut... | 125.9 KiB | 124.7 KiB |
UAA is producing more early childhood educators after reaccreditation, helping … article.adn-promo-feature > figure.c-media-item > a.c-link > img.c-image | /resizer/v2/Y3ANI5VSLRA3BJNZRTDEGKFR6A.JPG?smart=true&aut... | 117.9 KiB | 115.5 KiB |
2 found dead in burned home in Bethel article.adn-promo-feature > figure.c-media-item > a.c-link > img.c-image | /resizer/v2/IM4CSBZJMFHPTEIRPCOZ44RC4Y.jpg?smart=true&aut... | 113.7 KiB | 110.7 KiB |
How many million pounds of snow do you think the city cleared from Anchorage th… article.adn-promo-feature > figure.c-media-item > a.c-link > img.c-image | /resizer/v2/N45M6SWP5NGFVMDHYJWZ22DVWY.JPG?smart=true&aut... | 112.5 KiB | 109.5 KiB |
Opinion: Tools to keep yourself — and the bears — safe this spring div.adn-promo-results > figure.c-media-item > a.c-link > img.c-image | /resizer/v2/AWTQ2GKXBQWBPFIBIQICRG36AA.jpg?smart=true&aut... | 76.1 KiB | 75.4 KiB |
Senate committee revises governor’s property tax bill for Alaska LNG project, p… article.adn-promo-feature > figure.c-media-item > a.c-link > img.c-image | /resizer/v2/CNXACZOY7VDQBMVT43TPJ3BME4.JPG?smart=true&aut... | 65.1 KiB | 64.4 KiB |
Anchorage city attorney seeks to end public reports on city’s legal settlements article.adn-promo-feature > figure.c-media-item > a.c-link > img.c-image | /resizer/v2/UJ26IC5WAZAMZIMKKOPY5CQQDM.jpg?smart=true&aut... | 64.1 KiB | 63.5 KiB |
Trump blasted Obama’s Iran deal. Now he faces similar tradeoffs. article.adn-promo-feature > figure.c-media-item > a.c-link > img.c-image | /resizer/v2/H5CJXFCPBJSG4NIXWVRT334GDI.jpg?smart=true&aut... | 62.3 KiB | 61.1 KiB |
Dozens of wild sloths die at planned new Florida tourist attraction article.adn-promo-feature > figure.c-media-item > a.c-link > img.c-image | /resizer/v2/MP6QDDHES5GV5CM7CMRD5FBE5U.jpg?smart=true&aut... | 57.8 KiB | 55.6 KiB |
Alaska’s embattled economic development agency approves $700,000 PR budget article.adn-promo-feature > figure.c-media-item > a.c-link > img.c-image | /resizer/v2/JYWQHSDGUBCJJFHWAJ4IU3QUN4.jpeg?smart=true&au... | 55.2 KiB | 54.1 KiB |
In Sitka, spring herring spawn yields a subsistence treasure to be shared article.adn-promo-feature > figure.c-media-item > a.c-link > img.c-image | /resizer/v2/HQN6LRHF5BACHK3MXYKH6YMDBU.JPG?smart=true&aut... | 54.2 KiB | 53.1 KiB |
The Iran war could drive up costs for petroleum-derived products like clothes a… article.adn-promo-feature > figure.c-media-item > a.c-link > img.c-image | /resizer/v2/4BN4UM6HPZ3IN7MTQZDBY6BI2U.jpg?smart=true&aut... | 50.4 KiB | 49.1 KiB |
Conservative Alaska lawmaker tells GOP to stop ‘political games’ after being cr… article.adn-promo-feature > figure.c-media-item > a.c-link > img.c-image | /resizer/v2/UWON6WJSGNBLZAR7MEEYH22QHM.JPG?smart=true&aut... | 49.4 KiB | 48.1 KiB |
Alaska Senate adopts ‘skinny’ capital budget with focus on school maintenance article.adn-promo-feature > figure.c-media-item > a.c-link > img.c-image | /resizer/v2/L6WTUHMXSFGN3FA323353C736U.JPG?smart=true&aut... | 46.2 KiB | 45.3 KiB |
Anchorage violinist brothers named to National Youth Orchestras article.adn-promo-feature > figure.c-media-item > a.c-link > img.c-image | /resizer/v2/U2MVX2NNGRGXLLDFMJOBGZVGBA.JPG?smart=true&aut... | 51.5 KiB | 45.1 KiB |
Far North Fashion Show blends traditional methods and materials with a contempo… article.adn-promo-feature > figure.c-media-item > a.c-link > img.c-image | /resizer/v2/GNBVC4325FDDRDI5PLPF226524.JPG?smart=true&aut... | 44.0 KiB | 43.1 KiB |
A robot is beating human pros at table tennis. Its maker calls it a milestone f… article.adn-promo-feature > figure.c-media-item > a.c-link > img.c-image | /resizer/v2/JGV3MZ5ZEXCY3GMKUX5ZHAF3HY.jpg?smart=true&aut... | 40.3 KiB | 38.7 KiB |
div.c-stack > div.c-stack > a.c-link > img.c-image div.c-stack > div.c-stack > a.c-link > img.c-image | /resizer/v2/ZZ2VBO3M66CALZNDFBJG4TFXMI.jpg?smart=true&aut... | 33.5 KiB | 32.2 KiB |
Opinion: Your miles are not yours. The airline said so in writing. div.adn-promo-results > figure.c-media-item > a.c-link > img.c-image | /resizer/v2/RQKSHTETKJBCFFW5GJNAD6CSVM.JPG?smart=true&aut... | 31.4 KiB | 31.1 KiB |
Pentagon details record $1.5 trillion budget request article.adn-promo-feature > figure.c-media-item > a.c-link > img.c-image | /resizer/v2/RMTOBF4SCBT236KNS2A5OMUWLM.jpg?smart=true&aut... | 27.8 KiB | 27.1 KiB |
Plea deal could mean no prison time for Anchorage man charged with threatening … article.adn-promo-feature > figure.c-media-item > a.c-link > img.c-image | /resizer/v2/VZHS65CEUINHAYTDWJBNA64ZOA.jpg?smart=true&aut... | 25.4 KiB | 25.2 KiB |
Amid discord on age-of-consent bill, Alaska Senate panel unveils sweeping crime… article.adn-promo-feature > figure.c-media-item > a.c-link > img.c-image | /resizer/v2/VWEHDTGL65ESROKAYCZSBHDCIA.JPG?smart=true&aut... | 25.5 KiB | 24.8 KiB |
Arrested Willow woman faces animal cruelty charges after discovery of dead sled… article.adn-promo-feature > figure.c-media-item > a.c-link > img.c-image | /resizer/v2/2C4WVNFXS5GUPC66ZIGQK3JL4U.jpg?focal=821%2C24... | 23.8 KiB | 23.5 KiB |
In just months, a 17-year-old Alaskan has ascended to the world CrossFit stage article.adn-promo-feature > figure.c-media-item > a.c-link > img.c-image | /resizer/v2/CPMK7GSZGRGBTD5BW5D7VFMHPA.JPG?smart=true&aut... | 20.5 KiB | 20.1 KiB |
div.c-stack > div.c-stack > a.c-link > img.c-image div.c-stack > div.c-stack > a.c-link > img.c-image | /resizer/v2/U2MVX2NNGRGXLLDFMJOBGZVGBA.JPG?smart=true&aut... | 20.0 KiB | 19.2 KiB |
div.c-stack > div.c-stack > a.c-link > img.c-image div.c-stack > div.c-stack > a.c-link > img.c-image | /resizer/v2/CNXACZOY7VDQBMVT43TPJ3BME4.JPG?smart=true&aut... | 19.9 KiB | 19.2 KiB |
Texas can require public schools to display Ten Commandments in classrooms, cou… article.adn-promo-feature > figure.c-media-item > a.c-link > img.c-image | /resizer/v2/5T4SB5XJHKJ2ZQBQZKOWZROIA4.jpg?smart=true&aut... | 19.2 KiB | 18.7 KiB |
Editorial: Anchorage schools are shrinking. It’s time to face it. article.adn-promo-feature > figure.c-media-item > a.c-link > img.c-image | /resizer/v2/OCSKQIGJEZBALBOZZCL4F5Y2AU.JPG?smart=true&aut... | 18.5 KiB | 18.4 KiB |
CDC won’t publish report showing covid shots cut likelihood of hospital visits article.adn-promo-feature > figure.c-media-item > a.c-link > img.c-image | /resizer/v2/AJX4PAOSFFEK7JT5QQXJOXBZKA.jpg?smart=true&aut... | 14.7 KiB | 14.2 KiB |
div.col-xs-12 > div.mast > a.myaktixlogo > img div.col-xs-12 > div.mast > a.myaktixlogo > img | cloudfront-us-east-1.images.arcpublishing.com/adn/EXKGF6VMQNCPZKWUV3LGWWIELE.png | 13.6 KiB | 10.9 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.
| URL | Transfer Size | Duration |
|---|---|---|
| htlbid.com/v3/adn.com/htlbid.css | 846 B | 953 ms |
| /css2?family=Lato:ital,wght@0,400;0,700;0,900;1,400;1,700... | 1.3 KiB | 290 ms |
| www.adn.com/pf/dist/css/adn.css?d=360&mxId=00000000 | 36.4 KiB | 164 ms |
| www.adn.com/pf/dist/components/combinations/default.css?d=360&mxId=00000000 | 3.5 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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.
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 |
|---|---|
| adn.com/ | 401 ms |
| www.adn.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 |
|---|---|
So far in 2026, ICE has arrested at least 47 people in Alaska. One was pregnant… div.container-fluid > div.colrow > div.item > article.adn-promo-feature | 0.148 |
So far in 2026, ICE has arrested at least 47 people in Alaska. One was pregnant… div.container-fluid > div.colrow > div.item > article.adn-promo-feature | 0.069 |
Welcome
This site asks for consent to use your data
Personalised advertising a… body.desktop > div.fc-consent-root > div.fc-dialog-container | 0.001 |
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.
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 |
|---|---|---|
| cdn.ck4hkyq3myt6.com/prod/anchorage/t8y9347t.min.css?2026322 | 49.6 KiB | 48.4 KiB |
| www.adn.com/pf/dist/css/adn.css?d=360&mxId=00000000 | 36.1 KiB | 17.9 KiB |
| .fc-consent-root .fc-dialog-container.fc-fullscreen { height: 100% !important; … } … | 16.3 KiB | 14.1 KiB |
| www.google.com/cse/static/element/dc329f57de078f5d/default_v6+es.css | 11.9 KiB | 11.9 KiB |
| 11.1 KiB | 10.7 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 | 3.7 s |
| Other | 581 ms |
| Style & Layout | 451 ms |
| Script Parsing & Compilation | 310 ms |
| Garbage Collection | 133 ms |
| Rendering | 89 ms |
| Parse HTML & CSS | 36 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 |
| An iframe on the page started a navigation that did not complete. | Not 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 |
|---|---|---|
| cdn.ck4hkyq3myt6.com/prod/anchorage/t8y9347t.min.css?2026322 | 50.1 KiB | 5.5 KiB |
| www.google.com/cse/static/element/dc329f57de078f5d/default_v6+es.css | 12.0 KiB | 3.3 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 | |
|---|---|
div.col-xs-12 > div.mast > a.myaktixlogo > img div.col-xs-12 > div.mast > a.myaktixlogo > img | cloudfront-us-east-1.images.arcpublishing.com/adn/EXKGF6VMQNCPZKWUV3LGWWIELE.png |
ADN Logo nav#main-nav > div.b-header-nav-chain__top-layout > a.c-link > img | www.adn.com/pf/resources/images/logos/AnchorageDailyNews_white.png?d=360 |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
SUBSCRIBE div.b-header-nav-chain__nav-right > div.nav-components--desktop > div.subscribeBlock > a.subscribeButton |
e-Edition div.adn-single-chainnull > div.adn-single-chain__children > nav.c-stack > a.c-link |
Learn more div.fc-dialog-content > div.fc-dialog-scrollable-content > button.fc-faq-header > span.fc-faq-label |
List of partners. div.fc-dialog-scrollable-content > div.fc-footer > p > a.fc-vendors-list-dialog |
These are opportunities to improve the legibility of your content.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.col-xs-12 > div.mast > a.myaktixlogo > img div.col-xs-12 > div.mast > a.myaktixlogo > img |
body.desktop > img#06db9294 body.desktop > img#06db9294 |
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 |
|---|
body.desktop > iframe body.desktop > iframe |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.adn-single-chain__children > div.col-xs-12 > div.mast > a.myaktixlogo div.adn-single-chain__children > div.col-xs-12 > div.mast > a.myaktixlogo |
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.
If a page doesn't specify a `lang` attribute, a screen reader assumes that the page is in the default language that the user chose when setting up the screen reader. If the page isn't actually in the default language, then the screen reader might not announce the page's text correctly. Learn more about the `lang` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These are opportunities to improve the interpretation of your content by users in different locales.
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 |
|---|
Terms of Use body.desktop > div.cc-window > span#cookieconsent:desc > a.cc-link |
I Accept body.desktop > div.cc-window > div.cc-compliance > a.cc-btn |
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| AttributionReporting | connect.facebook.net/en_US/fbevents.js line 279, col 769 |
| Unload event listeners are deprecated and will be removed. | cdn.a3kvau184uea.com/prod/anchorage/fp.min.js?2026322 line 7, col 55748 |
| Topics | a.teads.tv/analytics/tag.js line 19, col 2291 |
| Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/. | |
| SharedStorage | k203.adn.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. | client.px-cloud.net/PXRncFiRPh/main.min.js line 1, col 184243 |
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://platform.evvnt.com/api/widgets/events?page=1&per_page=3&active=true&sort=welcome_sort' from origin 'https://www.adn.com' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
www.adn.com/ line 52, col 2507 | Decryption error: TypeError: Cannot read properties of null (reading 'ciphertext')
at Object.decrypt (https://cdnjs.cloudflare.com/ajax/libs/crypto-js/4.0.0/crypto-js.min.js:1:29416)
at Object.decrypt (https://cdnjs.cloudflare.com/ajax/libs/crypto-js/4.0.0/crypto-js.min.js:1:26874)
at decrypt (https://www.adn.com/:53:2281)
at https://www.adn.com/:53:2657 |
www.adn.com/pf/dist/components/combinations/default.js?d=360&mxId=00000000 line 1, col 285427 | Decryption error: TypeError: Cannot read properties of null (reading 'ciphertext')
at Object.decrypt (https://cdnjs.cloudflare.com/ajax/libs/crypto-js/4.0.0/crypto-js.min.js:1:29416)
at Object.decrypt (https://cdnjs.cloudflare.com/ajax/libs/crypto-js/4.0.0/crypto-js.min.js:1:26874)
at https://www.adn.com/pf/dist/components/combinations/default.js?d=360&mxId=00000000:2:285302
at c (https://www.adn.com/pf/dist/components/combinations/default.js?d=360&mxId=00000000:2:285458)
at t.a (https://www.adn.com/pf/dist/components/combinations/default.js?d=360&mxId=00000000:2:285733)
at yi (https://www.adn.com/pf/dist/engine/react.js?d=360&mxId=00000000:2:111327)
at Cu (https://www.adn.com/pf/dist/engine/react.js?d=360&mxId=00000000:2:170642)
at vs (https://www.adn.com/pf/dist/engine/react.js?d=360&mxId=00000000:2:159794)
at gs (https://www.adn.com/pf/dist/engine/react.js?d=360&mxId=00000000:2:159722)
at ys (https://www.adn.com/pf/dist/engine/react.js?d=360&mxId=00000000:2:159585) |
www.adn.com/pf/dist/components/combinations/default.js?d=360&mxId=00000000 line 1, col 285427 | Decryption error: TypeError: Cannot read properties of null (reading 'ciphertext')
at Object.decrypt (https://cdnjs.cloudflare.com/ajax/libs/crypto-js/4.0.0/crypto-js.min.js:1:29416)
at Object.decrypt (https://cdnjs.cloudflare.com/ajax/libs/crypto-js/4.0.0/crypto-js.min.js:1:26874)
at https://www.adn.com/pf/dist/components/combinations/default.js?d=360&mxId=00000000:2:285302
at c (https://www.adn.com/pf/dist/components/combinations/default.js?d=360&mxId=00000000:2:285458)
at t.a (https://www.adn.com/pf/dist/components/combinations/default.js?d=360&mxId=00000000:2:285733)
at yi (https://www.adn.com/pf/dist/engine/react.js?d=360&mxId=00000000:2:111327)
at Cu (https://www.adn.com/pf/dist/engine/react.js?d=360&mxId=00000000:2:170642)
at vs (https://www.adn.com/pf/dist/engine/react.js?d=360&mxId=00000000:2:159794)
at gs (https://www.adn.com/pf/dist/engine/react.js?d=360&mxId=00000000:2:159722)
at ys (https://www.adn.com/pf/dist/engine/react.js?d=360&mxId=00000000:2:159585) |
www.adn.com/pf/dist/components/combinations/default.js?d=360&mxId=00000000 line 1, col 285427 | Decryption error: TypeError: Cannot read properties of null (reading 'ciphertext')
at Object.decrypt (https://cdnjs.cloudflare.com/ajax/libs/crypto-js/4.0.0/crypto-js.min.js:1:29416)
at Object.decrypt (https://cdnjs.cloudflare.com/ajax/libs/crypto-js/4.0.0/crypto-js.min.js:1:26874)
at https://www.adn.com/pf/dist/components/combinations/default.js?d=360&mxId=00000000:2:285302
at c (https://www.adn.com/pf/dist/components/combinations/default.js?d=360&mxId=00000000:2:285458)
at t.a (https://www.adn.com/pf/dist/components/combinations/default.js?d=360&mxId=00000000:2:285733)
at yi (https://www.adn.com/pf/dist/engine/react.js?d=360&mxId=00000000:2:111327)
at Cu (https://www.adn.com/pf/dist/engine/react.js?d=360&mxId=00000000:2:170642)
at vs (https://www.adn.com/pf/dist/engine/react.js?d=360&mxId=00000000:2:159794)
at gs (https://www.adn.com/pf/dist/engine/react.js?d=360&mxId=00000000:2:159722)
at ys (https://www.adn.com/pf/dist/engine/react.js?d=360&mxId=00000000:2:159585) |
Failed to load resource: net::ERR_FAILED | |
Uncaught (in promise) TypeError: Cannot set properties of undefined (setting 'category') |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.col-xs-12 > div.mast > a.myaktixlogo > img div.col-xs-12 > div.mast > a.myaktixlogo > img |
body.desktop > img#06db9294 body.desktop > img#06db9294 |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback