Skip to content
https://opb.org

Lighthouse Mobile

· 0 checks — Mobile Lighthouse audit -- Performance, Accessibility, Best Practices, and SEO category breakdown.
SCORE
0
GRADE
FIX
0
REVIEW
0
PASS
0
INFO
0

Detailed Report

Audit breakdown by category with detailed findings.

32

Performance

Insights

Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.

Why this matters

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

Why this matters

Performance issues directly impact user engagement and conversion rates.

3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.

Why this matters

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

RequestCache TTLTransfer Size
/04-07-2026/t_ce2d6f9e04de45989e198ac421a5bd69_name_ORFG_...0.0 ms4.0 MiB
/04-09-2026/t_83d39bcfc8a64ff590ad967d921efad3_name_OREX_...0.0 ms2.5 MiB
/self-service-cm/defaultconsentmanager/deferredjs/2BC30C8...0.0 ms275.3 KiB
consent-pref.trustarc.com/self-service-cm/font/SourceSansPro-Regular.ttf0.0 ms243.1 KiB
connect.facebook.net/en_US/fbevents.js1200.0 s96.6 KiB
opb.video-player.arcpublishing.com/prod/org/opb.js?org=opb300.0 s81.5 KiB
/self-service-cm/defaultconsentmanager/2BC30C862BED96F34E...0.0 ms65.0 KiB
web-sdk.urbanairship.com/notify/v1/ua-sdk.min.js300.0 s40.5 KiB
/signals/config/2103364566651799?v=2.9.303&r=stable&domai...1200.0 s39.0 KiB
consent.trustarc.com/v2/notice/qaomny3600.0 s24.9 KiB
consent-pref.trustarc.com/self-service-cm/images/warning-icon.png0.0 ms14.5 KiB
static.chartbeat.com/js/chartbeat.js7200.0 s15.9 KiB
dkmymv74hfy38.cloudfront.net/lib/pym.js0.0 ms9.2 KiB
static.chartbeat.com/js/chartbeat_mab.js7200.0 s10.2 KiB
opb.video-player.arcpublishing.com/prod/powaBoot.js300.0 s6.2 KiB
s.go-mpulse.net/boomerang/LMCSE-ANKAX-2ECXU-27BW6-DEWG7604800.0 s58.0 KiB
/self-service-cm/defaultconsentmanager/deferredjs/2BC30C8...0.0 ms5.0 KiB
consent-st.trustarc.com/get?name=combined_static_cm_minified.js0.0 ms4.8 KiB
/dcdn/settings.js?a=1084215&settings_type=4&ts=1776871296...1800.0 s5.5 KiB
consent-pref.trustarc.com/self-service-cm/iab-style.css0.0 ms4.4 KiB
consent-pref.trustarc.com/self-service-cm/images/loading.gif0.0 ms3.0 KiB
consent-pref.trustarc.com/self-service-cm/images/trustarc-logo-xs.svg0.0 ms1.8 KiB
/self-service-cm/defaultconsentmanager/deferredjs/2BC30C8...0.0 ms1.7 KiB
/self-service-cm/defaultconsentmanager/deferredjs/2BC30C8...0.0 ms1.5 KiB
consent-pref.trustarc.com/self-service-cm/images/ic-arrow.svg0.0 ms1.4 KiB
consent-pref.trustarc.com/self-service-cm/images/ic-close-white.svg0.0 ms1.2 KiB
consent-pref.trustarc.com/self-service-cm/images/ic-error.svg0.0 ms1.2 KiB
rules.quantcount.com/rules-p-BNTDKMTU-yeUB.js86400.0 s457 B
/v.gif?cd=0&a=1084215&d=opb.org&u=D2E7256DDD2EA484819C885...43200.0 s147 B
/tr/?id=2103364566651799&ev=PageView&dl=https%3A%2F%2Fwww...0.0 ms16 B
/anon.npr-mp3/npr/atc/2026/04/20260421_atc_she_raised_con...900.0 s0 B

Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading

Why this matters

Performance issues directly impact user engagement and conversion rates.

lhId: page-0-IMG
nodeLabel: A person rappels from a hovering helicopter during an annual national U.S. Fore…
path: 1,HTML,1,BODY,1,DIV,0,DIV,1,MAIN,0,DIV,1,SECTION,0,DIV,0,ARTICLE,0,FIGURE,0,PICTURE,3,IMG
selector: article.story-card > figure.story-card__image > picture > img
snippet: <img alt="A person rappels from a hovering helicopter during an annual national U.S.…" src="https://opb-opb-prod.cdn.arcpublishing.com/resizer/v2/ZLMFMHBMO5EJXDUMCD6Q…" pinger-seen="true">

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

More than 4 preconnect connections were found. These should be used sparingly and only to the most important origins.
description: [preconnect](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/) hints help the browser establish a connection earlier in the page load, saving time when the first request for that origin is made. The following are the origins that the page preconnected to.
title: Preconnected origins
description: Add [preconnect](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/) hints to your most important origins, but try to use no more than 4.
title: Preconnect candidates

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.

Why this matters

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

Why this matters

Performance issues directly impact user engagement and conversion rates.

URLResource SizeEst Savings
Play div#powa-1723efd8-2f16-4799-98e0-075abce0bf76 > div.powa-shot > div.powa-shot-image
/04-09-2026/t_83d39bcfc8a64ff590ad967d921efad3_name_OREX_...2.5 MiB2.2 MiB
figure.story-card__image > a > picture > img.width_full figure.story-card__image > a > picture > img.width_full
/resizer/v2/JG5PUQUFWNGTPGS7SVB36R76VI.jpeg?auth=45ce8af2...6.3 KiB4.2 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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

TTI

Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Estimated savings: 786 ms
URLTime Spent
opb.org/786 ms
www.opb.org/0.0 ms

The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Diagnostics

Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.

Why this matters

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

Why this matters

Performance issues directly impact user engagement and conversion rates.

CategoryTime Spent
Script Evaluation3.7 s
Other1.6 s
Script Parsing & Compilation639 ms
Style & Layout356 ms
Garbage Collection240 ms
Rendering158 ms
Parse HTML & CSS82 ms

Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Estimated savings: 0.0 ms 3.7 KiB
URLTransfer SizeEst Savings
www.opb.org/pf/resources/dist/opb/css/style.css?d=20520.9 KiB3.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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Estimated savings: 0.0 ms 16.5 KiB
URLTransfer SizeEst Savings
www.opb.org/pf/resources/dist/opb/css/style.css?d=20520.5 KiB16.5 KiB

Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions

Why this matters

Performance issues directly impact user engagement and conversion rates.

URL
preferred selection label.width_half > div.f_bold > span.m_right-xxs > img.display_block
www.opb.org/pf/resources/icons/opb/yellow/heart-check.svg?d=205
play-icon div.overlay > div.content > div.timestamp > img.play-icon
www.opb.org/pf/resources/icons/play-icon.svg?d=205
play-icon div.overlay > div.content > div.timestamp > img.play-icon
www.opb.org/pf/resources/icons/play-icon.svg?d=205
play-icon div.overlay > div.content > div.timestamp > img.play-icon
www.opb.org/pf/resources/icons/play-icon.svg?d=205
play-icon div.overlay > div.content > div.timestamp > img.play-icon
www.opb.org/pf/resources/icons/play-icon.svg?d=205
play-icon div.overlay > div.content > div.timestamp > img.play-icon
www.opb.org/pf/resources/icons/play-icon.svg?d=205
play-icon div.overlay > div.content > div.timestamp > img.play-icon
www.opb.org/pf/resources/icons/play-icon.svg?d=205
play-icon div.overlay > div.content > div.timestamp > img.play-icon
www.opb.org/pf/resources/icons/play-icon.svg?d=205
play-icon div.overlay > div.content > div.timestamp > img.play-icon
www.opb.org/pf/resources/icons/play-icon.svg?d=205
play-icon div.overlay > div.content > div.timestamp > img.play-icon
www.opb.org/pf/resources/icons/play-icon.svg?d=205
play-icon div.overlay > div.content > div.timestamp > img.play-icon
www.opb.org/pf/resources/icons/play-icon.svg?d=205
play-icon div.overlay > div.content > div.timestamp > img.play-icon
www.opb.org/pf/resources/icons/play-icon.svg?d=205
play-icon div.overlay > div.content > div.timestamp > img.play-icon
www.opb.org/pf/resources/icons/play-icon.svg?d=205
play-icon div.overlay > div.content > div.timestamp > img.play-icon
www.opb.org/pf/resources/icons/play-icon.svg?d=205
play-icon div.overlay > div.content > div.timestamp > img.play-icon
www.opb.org/pf/resources/icons/play-icon.svg?d=205
play-icon div.overlay > div.content > div.timestamp > img.play-icon
www.opb.org/pf/resources/icons/play-icon.svg?d=205
play-icon div.overlay > div.content > div.timestamp > img.play-icon
www.opb.org/pf/resources/icons/play-icon.svg?d=205
play-icon div.overlay > div.content > div.timestamp > img.play-icon
www.opb.org/pf/resources/icons/play-icon.svg?d=205
play-icon div.overlay > div.content > div.timestamp > img.play-icon
www.opb.org/pf/resources/icons/play-icon.svg?d=205
play-icon div.overlay > div.content > div.timestamp > img.play-icon
www.opb.org/pf/resources/icons/play-icon.svg?d=205
play-icon div.overlay > div.content > div.timestamp > img.play-icon
www.opb.org/pf/resources/icons/play-icon.svg?d=205
div.newsletter_container > div.newsletter > div.newsletter__icon > img div.newsletter_container > div.newsletter > div.newsletter__icon > img
www.opb.org/pf/resources/icons/_newsletters/first-look.svg?d=205
body.background_site > div#pop-div209244894407088424 > div#pop-div307375863238915278 > img body.background_site > div#pop-div209244894407088424 > div#pop-div307375863238915278 > img
consent.trustarc.com/v2/asset/transparent.png

More information about the performance of your application. These numbers don't directly affect the Performance score.

Layout shift culprits
Optimize DOM size
Font display
Forced reflow
LCP breakdown
Modern HTTP
Optimize viewport for mobile
Minify JavaScript
User Timing marks and measures 12 user timings
Avoid long main-thread tasks 20 long tasks found
Page didn't prevent back/forward cache restoration
Network Requests
Network Round Trip Times 100 ms
Server Backend Latencies 750 ms
Tasks
Diagnostics
Metrics
Screenshot Thumbnails
Final Screenshot
Script Treemap Data
Resources Summary
Initial server response time was short Root document took 440 ms
Avoid large layout shifts 4 layout shifts found
INP breakdown
Avoid non-composited animations
79

Accessibility

These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.

ARIA

Using ARIA attributes in roles where they are prohibited can mean that important information is not communicated to users of assistive technologies. Learn more about prohibited ARIA roles.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
beginning of playlist main.opb-grid > div.full_width_1 > section.vertical-video-carousel-section > div#before-carousel-677b49a2-fb85-46b0-b360-c299a0780bb6
end of playlist main.opb-grid > div.full_width_1 > section.vertical-video-carousel-section > div#after-carousel-677b49a2-fb85-46b0-b360-c299a0780bb6

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.

Contrast

Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
April 22, 2026 div.full_width_2 > article.story-card > section.story-card__body > time.story-card__date

These are opportunities to improve the legibility of your content.

Names and labels

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
div.newsletter_container > div.newsletter > div.newsletter__icon > img div.newsletter_container > div.newsletter > div.newsletter__icon > img
div.gallery__items > figure.gallery__item-container > div.gallery__item > img div.gallery__items > figure.gallery__item-container > div.gallery__item > img
div.gallery__items > figure.gallery__item-container > div.gallery__item > img div.gallery__items > figure.gallery__item-container > div.gallery__item > img

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
div.col > article.story-card > figure.story-card__image > a div.col > article.story-card > figure.story-card__image > a
div.col > article.story-card > figure.story-card__image > a div.col > article.story-card > figure.story-card__image > a
div.col > article.story-card > figure.story-card__image > a div.col > article.story-card > figure.story-card__image > a
div.col > article.story-card > figure.story-card__image > a div.col > article.story-card > figure.story-card__image > a
div.col > article.story-card > figure.story-card__image > a div.col > article.story-card > figure.story-card__image > a
div.col > article.story-card > figure.story-card__image > a div.col > article.story-card > figure.story-card__image > a
div.col > article.story-card > figure.story-card__image > a div.col > article.story-card > figure.story-card__image > a
div.col > article.story-card > figure.story-card__image > a div.col > article.story-card > figure.story-card__image > a

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.

Navigation

A value greater than 0 implies an explicit navigation ordering. Although technically valid, this often creates frustrating experiences for users who rely on assistive technologies. Learn more about the `tabindex` attribute.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
cookie consent notice body.background_site > div#pop-div209244894407088424 > div#pop-div307375863238915278
body.background_site > div#pop-div209244894407088424 > div#pop-div307375863238915278 > iframe#pop-frame03230931099076648 body.background_site > div#pop-div209244894407088424 > div#pop-div307375863238915278 > iframe#pop-frame03230931099076648

These are opportunities to improve keyboard navigation in your application.

Best practices

Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
THINK OUT LOUD section.story-card__body > header > h3.story-card__kicker > a
THE EVERGREEN section.story-card__body > header > h3.story-card__kicker > a
POLITICS NOW section.story-card__body > header > h3.story-card__kicker > a
OREGON ART BEAT section.story-card__body > header > h3.story-card__kicker > a
OREGON EXPERIENCE section.story-card__body > header > h3.story-card__kicker > a
OREGON FIELD GUIDE section.story-card__body > header > h3.story-card__kicker > a
SUPERABUNDANT section.story-card__body > header > h3.story-card__kicker > a
Privacy Policy div.opb-grid > div.footer2 > div.col > a
Cookie Preferences div.opb-grid > div.footer2 > div.col > button.f_s_12
FCC Public Files div.opb-grid > div.footer2 > div.col > a
FCC Applications div.opb-grid > div.footer2 > div.col > a
Terms of Use div.opb-grid > div.footer2 > div.col > a
Editorial Policy div.opb-grid > div.footer2 > div.col > a
SMS T&C div.opb-grid > div.footer2 > div.col > a
Contest Rules div.opb-grid > div.footer2 > div.col > a
Accessibility div.opb-grid > div.footer2 > div.col > a

These items highlight common accessibility best practices.

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
$10 / mo. div > fieldset.giving-ladder > div.amount-buttons > button.border
$20 / mo. div > fieldset.giving-ladder > div.amount-buttons > button.border
$50 / mo. div > fieldset.giving-ladder > div.amount-buttons > button.border
$100 / mo. div > fieldset.giving-ladder > div.amount-buttons > button.border
About OPB div.footer1 > div.col > div.m_vertical-micro > a
Help Center div.footer1 > div.col > div.m_vertical-micro > a
Work With Us div.footer1 > div.col > div.m_vertical-micro > a
 Manage My Membership div.footer1 > div.col > div.m_vertical-micro > a
Sponsorship div.footer1 > div.col > div.m_vertical-micro > a
Contact Us div.footer1 > div.col > div.m_vertical-micro > a
Privacy Policy div.opb-grid > div.footer2 > div.col > a
FCC Public Files div.opb-grid > div.footer2 > div.col > a
FCC Applications div.opb-grid > div.footer2 > div.col > a
Terms of Use div.opb-grid > div.footer2 > div.col > a
Editorial Policy div.opb-grid > div.footer2 > div.col > a
SMS T&C div.opb-grid > div.footer2 > div.col > a
Contest Rules div.opb-grid > div.footer2 > div.col > a
Accessibility div.opb-grid > div.footer2 > div.col > a
Interactive controls are keyboard focusable
Interactive elements indicate their purpose and state
The page has a logical tab order
Visual order on the page follows DOM order
User focus is not accidentally trapped in a region
The user's focus is directed to new content added to the page
HTML5 landmark elements are used to improve navigation
Offscreen content is hidden from assistive technology
Custom controls have associated labels
Custom controls have ARIA roles
`[aria-*]` attributes match their roles
`[aria-hidden="true"]` is not present on the document `<body>`
`[role]`s have all required `[aria-*]` attributes
`[role]` values are valid
`[aria-*]` attributes have valid values
`[aria-*]` attributes are valid and not misspelled
Buttons have an accessible name
Form elements have associated labels
`[user-scalable="no"]` is not used in the `<meta name="viewport">` element and the `[maximum-scale]` attribute is not less than 5.
ARIA attributes are used as specified for the element's role
Elements with `role="dialog"` or `role="alertdialog"` have accessible names.
`[aria-hidden="true"]` elements do not contain focusable descendents
ARIA `progressbar` elements have accessible names
Document has a `<title>` element
`<frame>` or `<iframe>` elements have a title
`<html>` element has a `[lang]` attribute
`<html>` element has a valid value for its `[lang]` attribute
Lists contain only `<li>` elements and script supporting elements (`<script>` and `<template>`).
List items (`<li>`) are contained within `<ul>`, `<ol>` or `<menu>` parent elements
Heading elements appear in a sequentially-descending order
Document has a main landmark.
Deprecated ARIA roles were not used
Identical links have the same purpose.
`[accesskey]` values are unique
`button`, `link`, and `menuitem` elements have accessible names
ARIA input fields have accessible names
ARIA `meter` elements have accessible names
Elements with an ARIA `[role]` that require children to contain a specific `[role]` have all required children.
`[role]`s are contained by their required parent element
Elements with the `role=text` attribute do not have focusable descendents.
ARIA toggle fields have accessible names
ARIA `tooltip` elements have accessible names
ARIA `treeitem` elements have accessible names
The page contains a heading, skip link, or landmark region
`<dl>`'s contain only properly-ordered `<dt>` and `<dd>` groups, `<script>`, `<template>` or `<div>` elements.
Definition list items are wrapped in `<dl>` elements
ARIA IDs are unique
No form fields have multiple labels
`<html>` element has an `[xml:lang]` attribute with the same base language as the `[lang]` attribute.
Input buttons have discernible text.
`<input type="image">` elements have `[alt]` text
Links are distinguishable without relying on color.
The document does not use `<meta http-equiv="refresh">`
`<object>` elements have alternate text
Select elements have associated label elements.
Skip links are focusable.
Cells in a `<table>` element that use the `[headers]` attribute refer to table cells within the same table.
`<th>` elements and elements with `[role="columnheader"/"rowheader"]` have data cells they describe.
`[lang]` attributes have a valid value
`<video>` elements contain a `<track>` element with `[kind="captions"]`
Tables have different content in the summary attribute and `<caption>`.
All heading elements contain content.
Uses ARIA roles only on compatible elements
Image elements do not have `[alt]` attributes that are redundant text.
Tables use `<caption>` instead of cells with the `[colspan]` attribute to indicate a caption.
`<td>` elements in a large `<table>` have one or more table headers.
73

Best Practices

Trust and Safety

Users are mistrustful of or confused by sites that request to send notifications without context. Consider tying the request to user gestures instead. Learn more about responsibly getting permission for notifications.

Why this matters

Performance issues directly impact user engagement and conversion rates.

General

Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Deprecation / WarningSource
AttributionReporting

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

Why this matters

Performance issues directly impact user engagement and conversion rates.

SourceDescription
SyntaxError: Failed to execute 'json' on 'Response': Unexpected end of JSON input at https://www.opb.org/pf/dist/engine/react.js?d=205&mxId=00000000:2:47812
SyntaxError: Failed to execute 'json' on 'Response': Unexpected end of JSON input at https://www.opb.org/pf/dist/engine/react.js?d=205&mxId=00000000:2:47812
SyntaxError: Failed to execute 'json' on 'Response': Unexpected end of JSON input at https://www.opb.org/pf/dist/engine/react.js?d=205&mxId=00000000:2:47812
SyntaxError: Failed to execute 'json' on 'Response': Unexpected end of JSON input at https://www.opb.org/pf/dist/engine/react.js?d=205&mxId=00000000:2:47812
SyntaxError: Failed to execute 'json' on 'Response': Unexpected end of JSON input at https://www.opb.org/pf/dist/engine/react.js?d=205&mxId=00000000:2:47812
SyntaxError: Failed to execute 'json' on 'Response': Unexpected end of JSON input at https://www.opb.org/pf/dist/engine/react.js?d=205&mxId=00000000:2:47812
SyntaxError: Failed to execute 'json' on 'Response': Unexpected end of JSON input at https://www.opb.org/pf/dist/engine/react.js?d=205&mxId=00000000:2:47812
SyntaxError: Failed to execute 'json' on 'Response': Unexpected end of JSON input at https://www.opb.org/pf/dist/engine/react.js?d=205&mxId=00000000:2:47812
SyntaxError: Failed to execute 'json' on 'Response': Unexpected end of JSON input at https://www.opb.org/pf/dist/engine/react.js?d=205&mxId=00000000:2:47812
SyntaxError: Failed to execute 'json' on 'Response': Unexpected end of JSON input at https://www.opb.org/pf/dist/engine/react.js?d=205&mxId=00000000:2:47812
SyntaxError: Failed to execute 'json' on 'Response': Unexpected end of JSON input at https://www.opb.org/pf/dist/engine/react.js?d=205&mxId=00000000:2:47812
SyntaxError: Failed to execute 'json' on 'Response': Unexpected end of JSON input at https://www.opb.org/pf/dist/engine/react.js?d=205&mxId=00000000:2:47812
SyntaxError: Failed to execute 'json' on 'Response': Unexpected end of JSON input at https://www.opb.org/pf/dist/engine/react.js?d=205&mxId=00000000:2:47812
SyntaxError: Failed to execute 'json' on 'Response': Unexpected end of JSON input at https://www.opb.org/pf/dist/engine/react.js?d=205&mxId=00000000:2:47812
SyntaxError: Failed to execute 'json' on 'Response': Unexpected end of JSON input at https://www.opb.org/pf/dist/engine/react.js?d=205&mxId=00000000:2:47812
SyntaxError: Failed to execute 'json' on 'Response': Unexpected end of JSON input at https://www.opb.org/pf/dist/engine/react.js?d=205&mxId=00000000:2:47812
SyntaxError: Failed to execute 'json' on 'Response': Unexpected end of JSON input at https://www.opb.org/pf/dist/engine/react.js?d=205&mxId=00000000:2:47812
SyntaxError: Failed to execute 'json' on 'Response': Unexpected end of JSON input at https://www.opb.org/pf/dist/engine/react.js?d=205&mxId=00000000:2:47812
SyntaxError: Failed to execute 'json' on 'Response': Unexpected end of JSON input at https://www.opb.org/pf/dist/engine/react.js?d=205&mxId=00000000:2:47812
SyntaxError: Unexpected end of JSON input
Uncaught (in promise) Error: Notification permission is denied.

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Uses HTTPS
Avoids third-party cookies
Allows users to paste into input fields
Avoids requesting the geolocation permission on page load
Displays images with correct aspect ratio
Serves images with appropriate resolution
Page has the HTML doctype
Properly defines charset
No issues in the `Issues` panel in Chrome Devtools
Ensure CSP is effective against XSS attacks
Use a strong HSTS policy
Ensure proper origin isolation with COOP
Mitigate clickjacking with XFO or CSP
Mitigate DOM-based XSS with Trusted Types
Detected JavaScript libraries
Redirects HTTP traffic to HTTPS
85

SEO

These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.

Content Best Practices

Meta descriptions may be included in search results to concisely summarize page content. Learn more about the meta description.

Why this matters

Performance issues directly impact user engagement and conversion rates.

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
div.newsletter_container > div.newsletter > div.newsletter__icon > img div.newsletter_container > div.newsletter > div.newsletter__icon > img
div.gallery__items > figure.gallery__item-container > div.gallery__item > img div.gallery__items > figure.gallery__item-container > div.gallery__item > img
div.gallery__items > figure.gallery__item-container > div.gallery__item > img div.gallery__items > figure.gallery__item-container > div.gallery__item > img

Format your HTML in a way that enables crawlers to better understand your app’s content.

Structured data is valid
Page isn’t blocked from indexing
Document has a `<title>` element
Page has successful HTTP status code
Links have descriptive text
Links are crawlable
robots.txt is valid
Document has a valid `hreflang`
Document has a valid `rel=canonical`

Send Feedback