Lighthouse Desktop
· 0 checks — Desktop Lighthouse audit -- Performance, Accessibility, Best Practices, and SEO category breakdown.Detailed Report
Audit breakdown by category with detailed findings.
Performance
Insights
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
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.
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... | 45 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 | |
|---|---|---|---|
Portland approved a record-high number of housing units in 2025. Developers com… article.tag-economic-development > figure.post-thumbnail > a > img.attachment-newspack-article-block-landscape-large | /wp-content/uploads/sites/4/2025/07/Render-of-STROUDWATER... | 290.8 KiB | 256.3 KiB |
How I miss ‘No Drama Obama’ and ‘Sleepy Joe’ | Opinion article.tag-columns > figure.post-thumbnail > a > img.attachment-newspack-article-block-landscape-medium | /wp-content/uploads/sites/4/2026/04/Election_2024_Biden_3... | 96.8 KiB | 88.5 KiB |
Person with measles passed through Logan Airport, officials say article.tag-boston > figure.post-thumbnail > a > img.attachment-newspack-article-block-landscape-intermediate | /wp-content/uploads/sites/4/2024/06/Massachusetts_Homeles... | 33.1 KiB | 32.2 KiB |
Legislature wraps session with some hits — and plenty of misses | Douglas Rooks article.tag-douglas-rooks > figure.post-thumbnail > a > img.attachment-newspack-article-block-landscape-large | /wp-content/uploads/sites/4/2026/03/38288486_20260330_Sta... | 32.9 KiB | 24.5 KiB |
Author Lily King a finalist for international Women’s Prize for Fiction article.tag-books > figure.post-thumbnail > a > img.attachment-newspack-article-block-landscape-intermediate | /wp-content/uploads/sites/10/2021/03/Lily-King-c-Crop.jpg... | 24.9 KiB | 19.7 KiB |
Man accused of illegally crossing Canadian border looks to throw out FBI interv… article.tag-canada > figure.post-thumbnail > a > img.attachment-newspack-article-block-landscape-large | /wp-content/uploads/sites/4/2022/12/20210720_bird-project... | 26.6 KiB | 19.0 KiB |
Holy Donut workers at Portland’s Park Avenue store vote to unionize article.tag-unions > figure.post-thumbnail > a > img.attachment-newspack-article-block-landscape-large | /wp-content/uploads/sites/4/2026/03/22640961_20210218_Hol... | 24.4 KiB | 16.8 KiB |
I traded my car for the Metro bus in Portland. Here’s how it went. | Column article.tag-bus-service > figure.post-thumbnail > a > img.attachment-newspack-article-block-landscape-large | /wp-content/uploads/sites/4/2023/08/37108446_20230807_bus... | 23.6 KiB | 15.9 KiB |
Sea Dogs lose series opener against Hartford article.category-seadogs > figure.post-thumbnail > a > img.attachment-newspack-article-block-landscape-large | /wp-content/uploads/sites/4/2026/04/43527433_20260407_sea... | 21.2 KiB | 15.6 KiB |
Skowhegan baseball outlasts Brunswick to win season opener article.tag-brunswick-dragons > figure.post-thumbnail > a > img.attachment-newspack-article-block-landscape-large | /wp-content/uploads/sites/4/2026/04/43553421_20260421_04b... | 21.1 KiB | 15.5 KiB |
In case of emergency, Sea Dogs can count on infielder Drew Ehrhard to save bull… article.tag-sea-dogs > figure.post-thumbnail > a > img.attachment-newspack-article-block-landscape-large | /wp-content/uploads/sites/4/2026/04/43553298_20260421_sea... | 20.1 KiB | 14.5 KiB |
notification icon div#normal-slidedown > div#slidedown-body > div.slidedown-body-icon > img | /permanent/e248ede1-3ec5-448b-ac9b-e5e8a915ab11/F4kTih9vQ... | 14.6 KiB | 13.6 KiB |
Bruins even series with Game 2 win over Sabres article.category-bruins > figure.post-thumbnail > a > img.attachment-newspack-article-block-landscape-large | /wp-content/uploads/sites/4/2026/04/AP26112050505958.jpg?... | 18.0 KiB | 12.9 KiB |
High schools Tuesday: Marshwood girls lacrosse rolls past Noble article.category-baseball > figure.post-thumbnail > a > img.attachment-newspack-article-block-landscape-large | /wp-content/uploads/sites/4/2026/04/41735137_20260421_Bru... | 17.9 KiB | 12.8 KiB |
Can data centers contaminate wells and other water sources? | Fact brief article.tag-ai > figure.post-thumbnail > a > img.attachment-newspack-article-block-landscape-large | /wp-content/uploads/sites/4/2026/04/43526886_LFA_jayupdat... | 9.5 KiB | 4.6 KiB |
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.
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 |
|---|---|
| pressherald.com/ | 278 ms |
| www.pressherald.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 |
|---|---|
Portland approved a record-high number of housing units in 2025. Developers com… body.home > div.mtm-content-wrapper | 0.139 |
Welcome to Portland Press Herald
Portland Press Herald asks for your consent t… body.home > div.fc-consent-root > div.fc-dialog-container | 0.002 |
The Portland Press Herald
43° Forecast
Newsletters
ePapers
Newspaper Archives
G… body.home > header#js-mtm-site-header > div#js-mtm-site-header-main-wrapper > div.mtm-site-header__logo-utility | 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.
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.
Diagnostics
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 |
|---|---|---|
| /_static/??-eJyVUl1uwyAMvtAoirQuT9OOMjngrqjYRhhW9fYjpMuqa... | 74.8 KiB | 68.9 KiB |
| .fc-consent-root .fc-cutout-background { background-color: rgb(255, 255, 255) !important; … } … | 17.0 KiB | 14.5 KiB |
| /*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */ @layer properties{@supports (((-w… | 22.7 KiB | 13.5 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Performance issues directly impact user engagement and conversion rates.
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 1.7 s |
| Style & Layout | 344 ms |
| Other | 311 ms |
| Script Parsing & Compilation | 200 ms |
| Garbage Collection | 77 ms |
| Rendering | 52 ms |
| Parse HTML & CSS | 51 ms |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| cdn.printfriendly.com/printfriendly.js | 14.1 KiB | 4.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 | |
|---|---|
ul.mtm-site-header__logo-utility-list > li.mtm-site-header__logo-utility-list-item > a.mtm-site-header-logo-utility__logo > img ul.mtm-site-header__logo-utility-list > li.mtm-site-header__logo-utility-list-item > a.mtm-site-header-logo-utility__logo > img | /wp-content/themes/newspack-mainetoday/assets/svg/masthea... |
div.wp-block-group > div.wp-block-group__inner-container > figure.wp-block-image > img.wp-image-1113008 div.wp-block-group > div.wp-block-group__inner-container > figure.wp-block-image > img.wp-image-1113008 | /wp-content/uploads/sites/4/2016/11/pph-logo-inverse3.png... |
div.wp-block-columns > div.wp-block-column > div.tips-sidebar-container > img div.wp-block-columns > div.wp-block-column > div.tips-sidebar-container > img | www.pressherald.com/wp-content/uploads/sites/4/2017/11/confidential-sm.png |
More information about the performance of your application. These numbers don't directly affect the Performance score.
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.
Contrast
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 |
|---|
News tips div.tips-sidebar-container > div.tips > p > a |
tips@pressherald.com div.tips-sidebar-container > div.tips > p > a |
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 |
Manage options div.fc-dialog > div.fc-footer-buttons-container > button.fc-button > p.fc-manage-options-third-button-label |
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.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.ph-applaunch2__content > div.ph-lockup > a > img div.ph-applaunch2__content > div.ph-lockup > a > img |
div.ph-applaunch2__content > div.ph-applaunch2__cta > a > img div.ph-applaunch2__content > div.ph-applaunch2__cta > a > img |
div.wp-block-columns > div.wp-block-column > div.tips-sidebar-container > img div.wp-block-columns > div.wp-block-column > div.tips-sidebar-container > img |
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.home > iframe body.home > 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.ph-applaunch2 > div.ph-applaunch2__content > div.ph-lockup > a div.ph-applaunch2 > div.ph-applaunch2__content > div.ph-lockup > a |
div.ph-applaunch2 > div.ph-applaunch2__content > div.ph-applaunch2__cta > a div.ph-applaunch2 > div.ph-applaunch2__content > div.ph-applaunch2__cta > a |
article.tag-bus-service > div.entry-wrapper > div.entry-meta > a article.tag-bus-service > div.entry-wrapper > div.entry-meta > 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.
Best Practices
User Experience
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
General
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 | |
| SharedStorage | bc.pressherald.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. |
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 |
|---|---|
/_static/??-eJyVzFEOgjAMgOELORYSkSfjWcpWtLh2k3WS3d7BBQxJX... line 10, col 18373 | cannot find gifting toolbar for Gifting |
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
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.ph-applaunch2__content > div.ph-lockup > a > img div.ph-applaunch2__content > div.ph-lockup > a > img |
div.ph-applaunch2__content > div.ph-applaunch2__cta > a > img div.ph-applaunch2__content > div.ph-applaunch2__cta > a > img |
div.wp-block-columns > div.wp-block-column > div.tips-sidebar-container > img div.wp-block-columns > div.wp-block-column > div.tips-sidebar-container > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.