Mobile 375 × 812

Desktop 1440 × 900

Score: 69 / 100
Based on 8 categories, 0 sections
Room to improve — your 25.5s 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.
Rich content metadata — your pages look great everywhere.
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.
HSTS header is missing
Security gaps expose your site and users to attacks, eroding trust.
Page weighs 26.8 MB (14.4 MB transferred)
Performance issues directly impact user engagement and conversion rates.
2 image-in-link without alt text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
20 link(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
24 image-only link(s) 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/cb59bfc6-70b7-4d0b-b143-31db08fbd6b8)<a href="https://beavercheck.com/results/cb59bfc6-70b7-4d0b-b143-31db08fbd6b8"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fpost-gazette.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fpost-gazette.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 25.5s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your user trust.
10 barrier(s) likely increasing bounce by ~35%.
Page takes 25.5s to load
+12% bounceUsers abandon at ~3s — you're 23.0s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 6.8s
+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
3 form field(s) without a label
+6% bounceScreen readers skip unlabeled fields; autofill can't identify them; checkout abandonment spikes
Fix: Associate every input with a visible <label for="…">; add autocomplete attributes
Viewport disables user zoom
+2% bounceVisitors with low vision can't read the page — and some jurisdictions treat this as a legal risk
Fix: Remove user-scalable=no; drop maximum-scale if it's below 2
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
22 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
4 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.
$700 investment → $3.63/month returns + USD 157,500 risk avoided
$700
7h · 5 findings
$3.63 /mo
~$44 / year
USD 157,500
if kept compliant
$50 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
7.0 developer hours at $100/hr
Based on United States rates ($100/hr)
Start here for the best return on investment
$13,129 / month at risk
~$157,544 / year if left unfixed
$157,500
+9 more
$3.63 /mo
45412.8 MB/mo × 0.080 USD/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.
3.83 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
25.47 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
6.82 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
18.66 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.
52.59 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.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
body.jar > div#google_image_div > a#aw0 > img.img_ad body.jar > div#google_image_div > a#aw0 > img.img_ad | tpc.googlesyndication.com/simgad/3939701467014412598 | 45.9 KiB | 43.3 KiB |
Security staff man a road closure near NFL Draft stage setup at Acrisure Stadiu… a.pgevoke-newspack-item > div.pgevoke-newspack-imagewrapper > div.pgevoke-image > img | /stories/202604210078/300x_a1-1_cTC/20260417sfstandalonek... | 28.9 KiB | 19.8 KiB |
The Penguins’ Ryan Shea fights for the puck between the Flyers’ Trevor Zegras a… div.pgevoke-dualatf-featured-item > div.pgevoke-dualatf-featured-item-a > a.pgevoke-dualatf-featured-image > img | /stories/202604210034/300x_a1-1_cTC/202604209mf-penguins0... | 27.4 KiB | 18.3 KiB |
The NFL Draft stage with Acrisure Stadium and the Allegheny River on Monday, Ap… a.pgevoke-newspack-item > div.pgevoke-newspack-imagewrapper > div.pgevoke-image > img | /stories/202604210041/300x_a1-1_cTC/20260413jgdraftstadiu... | 21.4 KiB | 12.3 KiB |
Former NFL players Darrelle Revis, second from right, poses with Tony Dorsett, … a.pgevoke-newspack-item > div.pgevoke-newspack-imagewrapper > div.pgevoke-image > img | /stories/202604220006/300x_a1-1_cTC/Hall-of-Fame-Football... | 21.2 KiB | 12.1 KiB |
Jim Rocco shouts instructions to his North Catholic team in a PIAA playoff game… a.pgevoke-newspack-item > div.pgevoke-newspack-imagewrapper > div.pgevoke-image > img | /stories/202604200048/300x_a1-1_cTC/20260218JGNCatholicEF... | 19.8 KiB | 10.7 KiB |
A craft beer at Cinderlands. a.pgevoke-newspack-item > div.pgevoke-newspack-imagewrapper > div.pgevoke-image > img | /stories/202604150091/300x_a1-1_cTC/brewtour1005-03_17766... | 18.9 KiB | 9.8 KiB |
Democratic congresswoman Sheila Cherfilus-McCormick resigned Tuesday before the… a.clearfix > div.pgevoke-textpack-item-image > div.pgevoke-image > img | /stories/202604210072/300x_a1-1_cTC/Congress-Ethics-Cherf... | 18.3 KiB | 9.2 KiB |
Sheila Wafula, who is pursuing a master’s degree in information technology at C… a.pgevoke-newspack-item > div.pgevoke-newspack-imagewrapper > div.pgevoke-image > img | /stories/202604150003/300x_a1-1_cTC/20260426kkafrica6_177... | 17.7 KiB | 8.6 KiB |
div.pg-notifybox > div.pg-notifybox-toparea > div.pg-notifybox-img > img div.pg-notifybox > div.pg-notifybox-toparea > div.pg-notifybox-img > img | www.post-gazette.com/apple-touch-icon.png | 9.2 KiB | 7.7 KiB |
Eli Heidenreich of the Navy Midshipmen celebrates after scoring a touchdown aga… a.pgevoke-newspack-item > div.pgevoke-newspack-imagewrapper > div.pgevoke-image > img | /stories/202604200039/300x_a1-1_cTC/126th-Army-Navy-Game-... | 16.1 KiB | 7.0 KiB |
Former Steelers coach Mike Tomlin, pictured last year in a road game against th… div.pgevoke-dualatf-featured-item > div.pgevoke-dualatf-featured-item-a > a.pgevoke-dualatf-featured-image > img | /stories/202604210053/300x_a1-1_cTC/20251207mf-steelers35... | 15.8 KiB | 6.7 KiB |
Crisis Center North is suing the statewide network that administers domestic vi… a.pgevoke-newspack-item > div.pgevoke-newspack-imagewrapper > div.pgevoke-image > img | /stories/202604210075/300x_a1-1_cTC/gavel-stock-art-crimi... | 13.1 KiB | 5.0 KiB |
Renesmay Eutsey, 9, was found dead in the Youghiogheny River on Sept. 3. a.clearfix > div.pgevoke-textpack-item-image > div.pgevoke-image > img | /stories/202604210089/300x_a1-1_cTC/RENESMAY111425-3_1776... | 12.8 KiB | 4.9 KiB |
Sen. Majority Leader John Thune, R-S.D., speaks during a news conference after … a.clearfix > div.pgevoke-textpack-item-image > div.pgevoke-image > img | /stories/202604210074/300x_a1-1_cTC/Senate-Republicans-1-... | 12.6 KiB | 4.8 KiB |
President Donald Trump speaks to members of the news media outside the Oval Off… a.pgevoke-newspack-item > div.pgevoke-newspack-imagewrapper > div.pgevoke-image > img | /stories/202604210069/300x_a1-1_cTC/IranMilitary_17767924... | 11.6 KiB | 4.4 KiB |
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
Performance issues directly impact user engagement and conversion rates.
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.
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
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 |
|---|---|---|
| /css/pg/vendor-pkg-v0004.css?v=20240222 | 12.9 KiB | 758 ms |
| /css/pg/pgevoke-v0049.css | 45.6 KiB | 1.1 s |
| fonts.googleapis.com/css?family=Martel:300,400,700,800,900 | 1.0 KiB | 756 ms |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|---|
| /css/pg/pgevoke-v0049.css | 45.6 KiB | 12.1 KiB |
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /css/pg/pgevoke-v0049.css | 45.2 KiB | 36.3 KiB |
| /css/pg/vendor-pkg-v0004.css?v=20240222 | 12.4 KiB | 12.2 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 | 12.2 s |
| Other | 6.2 s |
| Style & Layout | 1.5 s |
| Script Parsing & Compilation | 1.5 s |
| Rendering | 846 ms |
| Parse HTML & CSS | 523 ms |
| Garbage Collection | 361 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 a sub frame. | Actionable |
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 |
|---|---|---|
| www.queryly.com/js/queryly.v4.js | 10.1 KiB | 4.1 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 | |
|---|---|
Pittsburgh Steelers head coach Mike McCarthy speaks to reporters at the NFL foo… div.pgevoke-dualatf-featured-item > div.pgevoke-dualatf-featured-item-a > a.pgevoke-dualatf-featured-image > img | /stories/202604210042/600x_a4-3_cTC/NFL-Meetings-Football... |
Pittsburgh skyline silhouette div.pgevoke-rightrail-stickybox-bottom > div.pgevoke-railfooter > div.pgevoke-railfooter-skyline > img | /images/pgthemes/evoke/pg-footer-skyline.png |
Sen. Majority Leader John Thune, R-S.D., speaks during a news conference after … a.clearfix > div.pgevoke-textpack-item-image > div.pgevoke-image > img | /stories/202604210074/300x_a1-1_cTC/Senate-Republicans-1-... |
Renesmay Eutsey, 9, was found dead in the Youghiogheny River on Sept. 3. a.clearfix > div.pgevoke-textpack-item-image > div.pgevoke-image > img | /stories/202604210089/300x_a1-1_cTC/RENESMAY111425-3_1776... |
A girl mourns Tuesday during a mass funeral procession for Hezbollah fighters k… a.clearfix > div.pgevoke-textpack-item-image > div.pgevoke-image > img | /stories/202604210037/300x_a1-1_cTC/Lebanon-Israel-Iran-W... |
Democratic congresswoman Sheila Cherfilus-McCormick resigned Tuesday before the… a.clearfix > div.pgevoke-textpack-item-image > div.pgevoke-image > img | /stories/202604210072/300x_a1-1_cTC/Congress-Ethics-Cherf... |
The Penguins’ Ryan Shea fights for the puck between the Flyers’ Trevor Zegras a… div.pgevoke-dualatf-featured-item > div.pgevoke-dualatf-featured-item-a > a.pgevoke-dualatf-featured-image > img | /stories/202604210034/300x_a1-1_cTC/202604209mf-penguins0... |
Former Steelers coach Mike Tomlin, pictured last year in a road game against th… div.pgevoke-dualatf-featured-item > div.pgevoke-dualatf-featured-item-a > a.pgevoke-dualatf-featured-image > img | /stories/202604210053/300x_a1-1_cTC/20251207mf-steelers35... |
President Donald Trump speaks to members of the news media outside the Oval Off… a.pgevoke-newspack-item > div.pgevoke-newspack-imagewrapper > div.pgevoke-image > img | /stories/202604210069/300x_a1-1_cTC/IranMilitary_17767924... |
The NFL Draft stage with Acrisure Stadium and the Allegheny River on Monday, Ap… a.pgevoke-newspack-item > div.pgevoke-newspack-imagewrapper > div.pgevoke-image > img | /stories/202604210041/300x_a1-1_cTC/20260413jgdraftstadiu... |
Former NFL players Darrelle Revis, second from right, poses with Tony Dorsett, … a.pgevoke-newspack-item > div.pgevoke-newspack-imagewrapper > div.pgevoke-image > img | /stories/202604220006/300x_a1-1_cTC/Hall-of-Fame-Football... |
Eli Heidenreich of the Navy Midshipmen celebrates after scoring a touchdown aga… a.pgevoke-newspack-item > div.pgevoke-newspack-imagewrapper > div.pgevoke-image > img | /stories/202604200039/300x_a1-1_cTC/126th-Army-Navy-Game-... |
Crisis Center North is suing the statewide network that administers domestic vi… a.pgevoke-newspack-item > div.pgevoke-newspack-imagewrapper > div.pgevoke-image > img | /stories/202604210075/300x_a1-1_cTC/gavel-stock-art-crimi... |
Security staff man a road closure near NFL Draft stage setup at Acrisure Stadiu… a.pgevoke-newspack-item > div.pgevoke-newspack-imagewrapper > div.pgevoke-image > img | /stories/202604210078/300x_a1-1_cTC/20260417sfstandalonek... |
A craft beer at Cinderlands. a.pgevoke-newspack-item > div.pgevoke-newspack-imagewrapper > div.pgevoke-image > img | /stories/202604150091/300x_a1-1_cTC/brewtour1005-03_17766... |
Sheila Wafula, who is pursuing a master’s degree in information technology at C… a.pgevoke-newspack-item > div.pgevoke-newspack-imagewrapper > div.pgevoke-image > img | /stories/202604150003/300x_a1-1_cTC/20260426kkafrica6_177... |
Jim Rocco shouts instructions to his North Catholic team in a PIAA playoff game… a.pgevoke-newspack-item > div.pgevoke-newspack-imagewrapper > div.pgevoke-image > img | /stories/202604200048/300x_a1-1_cTC/20260218JGNCatholicEF... |
div.pg-notifybox > div.pg-notifybox-toparea > div.pg-notifybox-img > img div.pg-notifybox > div.pg-notifybox-toparea > div.pg-notifybox-img > img | www.post-gazette.com/apple-touch-icon.png |
Facebook Messenger Icon ul.pgevoke-socialshareheader-buttons > li.pgevoke-socialshareheader-buttons-fbmessenger > a > img | /images/pgmisc/facebook-messenger-icon-75px.png?v=20190913 |
Former Steelers coach Mike Tomlin, pictured last year in a road game against th… a.pgevoke-storyfeed-item > div.pgevoke-storyfeed-image-wrapper > div.pgevoke-image > img | |
Mike McCarthy, center, poses with Steelers president Art Rooney II, left, and g… a.pgevoke-storyfeed-item > div.pgevoke-storyfeed-image-wrapper > div.pgevoke-image > img | |
Former NFL players Darrelle Revis, second from right, poses with Tony Dorsett, … a.pgevoke-storyfeed-item > div.pgevoke-storyfeed-image-wrapper > div.pgevoke-image > img | |
Pittsburgh Steelers head coach Mike McCarthy speaks to reporters at the NFL foo… a.pgevoke-storyfeed-item > div.pgevoke-storyfeed-image-wrapper > div.pgevoke-image > img | |
General manager Omar Khan and the Steelers have zeroed in one wide receivers in… a.pgevoke-storyfeed-item > div.pgevoke-storyfeed-image-wrapper > div.pgevoke-image > img | |
The downtown skyline, as seen from the top of the Duquesne Incline, on Tuesday,… div.pgevoke-newsboxv2-feature > div.pgevoke-newsboxv2-feature-item > a.pgevoke-image > img | |
The NFL Draft stage with Acrisure Stadium and the Allegheny River on Monday, Ap… div.pgevoke-newsboxv2-feature > div.pgevoke-newsboxv2-feature-item > a.pgevoke-image > img | |
Stanley Praimnath, a survivor of the attacks on the World Trade Center on 9/11,… div.pgevoke-newsboxv2-storystack > a.pgevoke-newsboxv2-storystack-item > div.pgevoke-newsboxv2-storystack-image > img | |
An airliner takes off at Pittsburgh International Airport on Wednesday, April 8… div.pgevoke-newsboxv2-storystack > a.pgevoke-newsboxv2-storystack-item > div.pgevoke-newsboxv2-storystack-image > img | |
Crisis Center North is suing the statewide network that administers domestic vi… div.pgevoke-newsboxv2-storystack > a.pgevoke-newsboxv2-storystack-item > div.pgevoke-newsboxv2-storystack-image > img | |
Security staff man a road closure near NFL Draft stage setup at Acrisure Stadiu… div.pgevoke-newsboxv2-storystack > a.pgevoke-newsboxv2-storystack-item > div.pgevoke-newsboxv2-storystack-image > img | |
Leon Smith, named the 2026 National Teacher of the Year, stands in front of his… div.pgevoke-newsboxv2-storystack > a.pgevoke-newsboxv2-storystack-item > div.pgevoke-newsboxv2-storystack-image > img | |
The Penguins’ Ryan Shea fights for the puck between the Flyers’ Trevor Zegras a… div.pgevoke-newsboxv2-feature > div.pgevoke-newsboxv2-feature-item > a.pgevoke-image > img | |
Former Steelers coach Mike Tomlin, pictured last year in a road game against th… div.pgevoke-newsboxv2-feature > div.pgevoke-newsboxv2-feature-item > a.pgevoke-image > img | |
Pittsburgh Steelers head coach Mike McCarthy speaks to reporters at the NFL foo… div.pgevoke-newsboxv2-storystack > a.pgevoke-newsboxv2-storystack-item > div.pgevoke-newsboxv2-storystack-image > img | |
General manager Omar Khan and the Steelers have zeroed in one wide receivers in… div.pgevoke-newsboxv2-storystack > a.pgevoke-newsboxv2-storystack-item > div.pgevoke-newsboxv2-storystack-image > img | |
North Carolina's Jonathan Powell (11) shoots the ball over North Carolina State… div.pgevoke-newsboxv2-storystack > a.pgevoke-newsboxv2-storystack-item > div.pgevoke-newsboxv2-storystack-image > img | |
The Pirates' Oneil Cruz is greeted by Konnor Griffin after hitting a two-run ho… div.pgevoke-newsboxv2-storystack > a.pgevoke-newsboxv2-storystack-item > div.pgevoke-newsboxv2-storystack-image > img | |
Mike McCarthy, center, poses with Steelers president Art Rooney II, left, and g… div.pgevoke-newsboxv2-storystack > a.pgevoke-newsboxv2-storystack-item > div.pgevoke-newsboxv2-storystack-image > img | |
Stacy Schwab, center, and others react Tuesday after learning that a hearing fo… div.pgevoke-newsboxv2-feature > div.pgevoke-newsboxv2-feature-item > a.pgevoke-image > img | |
An airliner takes off at Pittsburgh International Airport on Wednesday, April 8… div.pgevoke-newsboxv2-feature > div.pgevoke-newsboxv2-feature-item > a.pgevoke-image > img | |
Trader Michael Milano, left, works on the floor of the New York Stock Exchange … div.pgevoke-newsboxv2-storystack > a.pgevoke-newsboxv2-storystack-item > div.pgevoke-newsboxv2-storystack-image > img | |
Kevin Warsh during his Senate confirmation hearing in Washington on April 21, 2… div.pgevoke-newsboxv2-storystack > a.pgevoke-newsboxv2-storystack-item > div.pgevoke-newsboxv2-storystack-image > img | |
Nolan Sulpizio with an installation of Clean Plate Innovations tech in a cafete… div.pgevoke-newsboxv2-storystack > a.pgevoke-newsboxv2-storystack-item > div.pgevoke-newsboxv2-storystack-image > img | |
A Spirit Airlines plane takes off from Pittsburgh International Airport. Spirit… div.pgevoke-newsboxv2-storystack > a.pgevoke-newsboxv2-storystack-item > div.pgevoke-newsboxv2-storystack-image > img | |
Pennsylvania's Commonwealth Court in Harrisburg n Monday upheld the right to ab… div.pgevoke-newsboxv2-storystack > a.pgevoke-newsboxv2-storystack-item > div.pgevoke-newsboxv2-storystack-image > img | |
Former NFL punter and Plum native Pat McAfee hosts "The Pat McAfee Show" div.pgevoke-newsboxv2-feature > div.pgevoke-newsboxv2-feature-item > a.pgevoke-image > img | |
Pittsburgh native George Benson, left, with Stevie Wonder during Billboard #1 M… div.pgevoke-newsboxv2-feature > div.pgevoke-newsboxv2-feature-item > a.pgevoke-image > img | |
Harvey Weinstein appears in criminal court in New York on Tuesday. div.pgevoke-newsboxv2-storystack > a.pgevoke-newsboxv2-storystack-item > div.pgevoke-newsboxv2-storystack-image > img | |
Alan Osmond, eldest member of his brothers’ band, the Osmonds, died Monday afte… div.pgevoke-newsboxv2-storystack > a.pgevoke-newsboxv2-storystack-item > div.pgevoke-newsboxv2-storystack-image > img | |
div.pgevoke-newsboxv2-storystack > a.pgevoke-newsboxv2-storystack-item > div.pgevoke-newsboxv2-storystack-image > img div.pgevoke-newsboxv2-storystack > a.pgevoke-newsboxv2-storystack-item > div.pgevoke-newsboxv2-storystack-image > img | |
Season 1 of “Stranger Things: Tales From '85” debuts on Netflix on Thursday. div.pgevoke-newsboxv2-storystack > a.pgevoke-newsboxv2-storystack-item > div.pgevoke-newsboxv2-storystack-image > img | |
A craft beer at Cinderlands. div.pgevoke-newsboxv2-storystack > a.pgevoke-newsboxv2-storystack-item > div.pgevoke-newsboxv2-storystack-image > img | |
Nolan Sulpizio with an installation of Clean Plate Innovations tech in a cafete… div.pgevoke-newsboxv2-feature > div.pgevoke-newsboxv2-feature-item > a.pgevoke-image > img | |
Strawberries team up with rhubarb, pistachios and radishes in this sweet and cr… div.pgevoke-newsboxv2-feature > div.pgevoke-newsboxv2-feature-item > a.pgevoke-image > img | |
Sheila Wafula, who is pursuing a master’s degree in information technology at C… div.pgevoke-newsboxv2-storystack > a.pgevoke-newsboxv2-storystack-item > div.pgevoke-newsboxv2-storystack-image > img | |
The Lyrid meteor shower radiates from Lyra the harp in the Pittsburgh sky facin… div.pgevoke-newsboxv2-storystack > a.pgevoke-newsboxv2-storystack-item > div.pgevoke-newsboxv2-storystack-image > img | |
A craft beer at Cinderlands. div.pgevoke-newsboxv2-storystack > a.pgevoke-newsboxv2-storystack-item > div.pgevoke-newsboxv2-storystack-image > img | |
The Inn at Little Washington receives two stars in the Michelin Guide, which co… div.pgevoke-newsboxv2-storystack > a.pgevoke-newsboxv2-storystack-item > div.pgevoke-newsboxv2-storystack-image > img | |
div.pgevoke-newsboxv2-storystack > a.pgevoke-newsboxv2-storystack-item > div.pgevoke-newsboxv2-storystack-image > img div.pgevoke-newsboxv2-storystack > a.pgevoke-newsboxv2-storystack-item > div.pgevoke-newsboxv2-storystack-image > img | |
Sheila Wafula, who is pursuing a master’s degree in information technology at C… div.pgevoke-newsboxv2-feature > div.pgevoke-newsboxv2-feature-item > a.pgevoke-image > img | |
A 2025 event sponsored by the Center for Regional Agriculture, Food & Transport… div.pgevoke-newsboxv2-feature > div.pgevoke-newsboxv2-feature-item > a.pgevoke-image > img | |
Culturvate owners Brandon P. Rice and Briana White are planning three tours of … div.pgevoke-newsboxv2-storystack > a.pgevoke-newsboxv2-storystack-item > div.pgevoke-newsboxv2-storystack-image > img | |
Pennsylvania's Commonwealth Court in Harrisburg n Monday upheld the right to ab… div.pgevoke-newsboxv2-feature > div.pgevoke-newsboxv2-feature-item > a.pgevoke-image > img | |
VisitPittsburgh kicks off NFL Draft week with a ribbon-cutting of a draft-theme… div.pgevoke-newsboxv2-feature > div.pgevoke-newsboxv2-feature-item > a.pgevoke-image > img | |
A girl mourns Tuesday during a mass funeral procession for Hezbollah fighters k… div.pgevoke-newsboxv2-storystack > a.pgevoke-newsboxv2-storystack-item > div.pgevoke-newsboxv2-storystack-image > img | |
Sen. Majority Leader John Thune, R-S.D., speaks during a news conference after … div.pgevoke-newsboxv2-storystack > a.pgevoke-newsboxv2-storystack-item > div.pgevoke-newsboxv2-storystack-image > img |
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 |
|---|
SPORTS div.pgevoke-dualatf-featured-item-a > div.pgevoke-dualatf-featured-text > a.pgevoke-dualatf-featured-text-top > div.pgevoke-sectionbox |
NEWS a.pgevoke-newspack-item > div.pgevoke-newspack-imagewrapper > div.pgevoke-image > div.pgevoke-sectionbox |
NEWS a.pgevoke-newspack-item > div.pgevoke-newspack-imagewrapper > div.pgevoke-image > div.pgevoke-sectionbox |
SPORTS a.pgevoke-newspack-item > div.pgevoke-newspack-imagewrapper > div.pgevoke-image > div.pgevoke-sectionbox |
SPORTS a.pgevoke-newspack-item > div.pgevoke-newspack-imagewrapper > div.pgevoke-image > div.pgevoke-sectionbox |
NEWS a.pgevoke-newspack-item > div.pgevoke-newspack-imagewrapper > div.pgevoke-image > div.pgevoke-sectionbox |
SPORTS a.pgevoke-newspack-item > div.pgevoke-newspack-imagewrapper > div.pgevoke-image > div.pgevoke-sectionbox |
SPORTS a.pgevoke-newspack-item > div.pgevoke-newspack-imagewrapper > div.pgevoke-image > div.pgevoke-sectionbox |
LIFE a.pgevoke-newspack-item > div.pgevoke-newspack-imagewrapper > div.pgevoke-image > div.pgevoke-sectionbox |
SPORTS a.pgevoke-newspack-item > div.pgevoke-newspack-imagewrapper > div.pgevoke-image > div.pgevoke-sectionbox |
ADVERTISEMENT div.pgevoke-grid-area-main > div.pg-hidden-desktop > div > div.pg-adnotice |
SPORTS a.pgevoke-storyfeed-item > div.pgevoke-storyfeed-image-wrapper > div.pgevoke-image > div.pgevoke-sectionbox |
SPORTS a.pgevoke-storyfeed-item > div.pgevoke-storyfeed-image-wrapper > div.pgevoke-image > div.pgevoke-sectionbox |
SPORTS a.pgevoke-storyfeed-item > div.pgevoke-storyfeed-image-wrapper > div.pgevoke-image > div.pgevoke-sectionbox |
SPORTS a.pgevoke-storyfeed-item > div.pgevoke-storyfeed-image-wrapper > div.pgevoke-image > div.pgevoke-sectionbox |
SPORTS a.pgevoke-storyfeed-item > div.pgevoke-storyfeed-image-wrapper > div.pgevoke-image > div.pgevoke-sectionbox |
ADVERTISEMENT div#pgevoke-fp-stickybox1 > div.pg-hidden-desktop > div > div.pg-adnotice |
ADVERTISEMENT div.pgevoke-grid-area-side > div > div > div.pg-adnotice |
ADVERTISEMENT div#pgevoke-fp-stickybox2 > div > div > div.pg-adnotice |
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.pg-notifybox > div.pg-notifybox-toparea > div.pg-notifybox-img > img div.pg-notifybox > div.pg-notifybox-toparea > div.pg-notifybox-img > 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.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.pgevoke-header-row2-middle > nav.pgevoke-header-row2-middle-inner > span.pgevoke-header-row2-middle-pubicon > a div.pgevoke-header-row2-middle > nav.pgevoke-header-row2-middle-inner > span.pgevoke-header-row2-middle-pubicon > a |
div.pgevoke-dualatf > div.pgevoke-dualatf-colright > div.pgevoke-electionbanner--inline > a.pgevoke-electionbanner div.pgevoke-dualatf > div.pgevoke-dualatf-colright > div.pgevoke-electionbanner--inline > a.pgevoke-electionbanner |
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.
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
head > meta head > meta |
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.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Archives div.pgevoke-railfooter-menu-col > ul > li > a |
Advertising div.pgevoke-railfooter-menu-col > ul > li > a |
Email Newsletter div.pgevoke-railfooter-menu-col > ul > li > a |
Products & Services div.pgevoke-railfooter-menu-col > ul > li > a |
Contact Us div.pgevoke-railfooter-menu-col > ul > li > a |
PGe div.pgevoke-railfooter-menu-col > ul > li > a |
RSS Feeds div.pgevoke-railfooter-menu-col > ul > li > a |
Corrections div.pgevoke-railfooter-menu-col > ul > li > a |
Help div.pgevoke-railfooter-menu-col > ul > li > a |
Terms of Use div.pgevoke-railfooter-menu-col > ul > li > a |
Privacy Policy div.pgevoke-railfooter-menu-col > ul > li > a |
About Us div.pgevoke-railfooter-menu-col > ul > li > a |
These items highlight common accessibility best practices.
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 |
|---|---|
| Topics | /js/vendor/prebid/prebid.9.33.0.js line 11, col 33455 |
| SharedStorage | /pagead/managed/js/activeview/current/ufs_web_display.js line 252, col 234 |
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 |
|---|---|
Failed to load resource: net::ERR_NAME_NOT_RESOLVED | |
Failed to load resource: the server responded with a status of 403 () | |
Failed to load resource: the server responded with a status of 404 () | |
Failed to load resource: the server responded with a status of 404 (Not Found) | |
Opening the ID screen is prohibited because authentication via cookie failed. |
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| post-gazette.com/local/breaking | MORE |
| post-gazette.com/opinion/columnists | MORE |
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.pg-notifybox > div.pg-notifybox-toparea > div.pg-notifybox-img > img div.pg-notifybox > div.pg-notifybox-toparea > div.pg-notifybox-img > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
header.pgevoke-socialshareheader > ul.pgevoke-socialshareheader-buttons > li.pgevoke-socialshareheader-buttons-facebook > a header.pgevoke-socialshareheader > ul.pgevoke-socialshareheader-buttons > li.pgevoke-socialshareheader-buttons-facebook > a |
header.pgevoke-socialshareheader > ul.pgevoke-socialshareheader-buttons > li.pgevoke-socialshareheader-buttons-twitter > a header.pgevoke-socialshareheader > ul.pgevoke-socialshareheader-buttons > li.pgevoke-socialshareheader-buttons-twitter > a |
Email header.pgevoke-socialshareheader > ul.pgevoke-socialshareheader-buttons > li.pgevoke-socialshareheader-buttons-email > a#tipafriend |
Comments header.pgevoke-socialshareheader > ul.pgevoke-socialshareheader-buttons > li.pgevoke-socialshareheader-buttons-comments > a |
To appear in search results, crawlers need access to your app.
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.75 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
5.36 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.40 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.084
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
6.61 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.
13.03 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.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
div.pgevoke-promobox > div.pgevoke-promobox-text > a > img div.pgevoke-promobox > div.pgevoke-promobox-text > a > img | /.media/2/2026/04/21/f386fd86-c917-487e-a528-1136600168cc... | 3.1 MiB | 3.0 MiB |
div.pgevoke-promobox > div.pgevoke-promobox-text > a > img div.pgevoke-promobox > div.pgevoke-promobox-text > a > img | /.media/2/2026/04/21/193b073a-9047-4305-b164-3c2c29c8cb99... | 1.7 MiB | 1.7 MiB |
body.jar > div#google_image_div > a#aw0 > img.img_ad body.jar > div#google_image_div > a#aw0 > img.img_ad | tpc.googlesyndication.com/simgad/3872198243688499808 | 268.9 KiB | 239.6 KiB |
body.jar > div#google_image_div > a#aw0 > img.img_ad body.jar > div#google_image_div > a#aw0 > img.img_ad | tpc.googlesyndication.com/simgad/16398243523829798790 | 81.0 KiB | 68.8 KiB |
body.jar > div#google_image_div > a#aw0 > img.img_ad body.jar > div#google_image_div > a#aw0 > img.img_ad | tpc.googlesyndication.com/simgad/1122873431606725938 | 77.7 KiB | 67.1 KiB |
body.jar > div#google_image_div > a#aw0 > img.img_ad body.jar > div#google_image_div > a#aw0 > img.img_ad | tpc.googlesyndication.com/simgad/5488720512299959134 | 135.7 KiB | 63.8 KiB |
body.pgevoke > div.adhesion-banner-wrapper > a.adhesion-banner-unit > img body.pgevoke > div.adhesion-banner-wrapper > a.adhesion-banner-unit > img | /datastore/tmp/20260305_090032_4668455_pgofficemarketing-... | 70.4 KiB | 59.8 KiB |
body.jar > div#google_image_div > a#aw0 > img.img_ad body.jar > div#google_image_div > a#aw0 > img.img_ad | tpc.googlesyndication.com/simgad/7382797762625821587 | 76.3 KiB | 54.0 KiB |
Security staff man a road closure near NFL Draft stage setup at Acrisure Stadiu… a.pgevoke-newspack-item > div.pgevoke-newspack-imagewrapper > div.pgevoke-image > img | /stories/202604210078/300x_a1-1_cTC/20260417sfstandalonek... | 28.9 KiB | 25.3 KiB |
The Penguins’ Ryan Shea fights for the puck between the Flyers’ Trevor Zegras a… div.pgevoke-dualatf-featured-item > div.pgevoke-dualatf-featured-item-a > a.pgevoke-dualatf-featured-image > img | /stories/202604210034/300x_a1-1_cTC/202604209mf-penguins0... | 27.4 KiB | 19.1 KiB |
Glowcations: Why Americans Are Flying to Asia for Beauty Treatments a.ntv-wrap > div.pgevoke-newspack-imagewrapper > div.pgevoke-image > img | /image/upload/w_600,h_338,c_fill,g_auto:text,f_auto/asset... | 21.4 KiB | 18.7 KiB |
The NFL Draft stage with Acrisure Stadium and the Allegheny River on Monday, Ap… a.pgevoke-newspack-item > div.pgevoke-newspack-imagewrapper > div.pgevoke-image > img | /stories/202604210041/300x_a1-1_cTC/20260413jgdraftstadiu... | 21.4 KiB | 17.8 KiB |
Former NFL players Darrelle Revis, second from right, poses with Tony Dorsett, … a.pgevoke-storyfeed-item > div.pgevoke-storyfeed-image-wrapper > div.pgevoke-image > img | /stories/202604220006/300x_a1-1_cTC/Hall-of-Fame-Football... | 21.2 KiB | 13.7 KiB |
Pittsburgh Steelers head coach Mike McCarthy speaks to reporters at the NFL foo… div.pgevoke-dualatf-featured-item > div.pgevoke-dualatf-featured-item-a > a.pgevoke-dualatf-featured-image > img | /stories/202604210042/600x_a4-3_cTC/NFL-Meetings-Football... | 30.5 KiB | 13.0 KiB |
Jim Rocco shouts instructions to his North Catholic team in a PIAA playoff game… a.pgevoke-newspack-item > div.pgevoke-newspack-imagewrapper > div.pgevoke-image > img | /stories/202604200048/300x_a1-1_cTC/20260218JGNCatholicEF... | 19.8 KiB | 12.6 KiB |
Eli Heidenreich of the Navy Midshipmen celebrates after scoring a touchdown aga… a.pgevoke-newspack-item > div.pgevoke-newspack-imagewrapper > div.pgevoke-image > img | /stories/202604200039/300x_a1-1_cTC/126th-Army-Navy-Game-... | 16.1 KiB | 12.5 KiB |
A craft beer at Cinderlands. a.pgevoke-newspack-item > div.pgevoke-newspack-imagewrapper > div.pgevoke-image > img | /stories/202604150091/300x_a1-1_cTC/brewtour1005-03_17766... | 18.9 KiB | 11.7 KiB |
Sheila Wafula, who is pursuing a master’s degree in information technology at C… a.pgevoke-newspack-item > div.pgevoke-newspack-imagewrapper > div.pgevoke-image > img | /stories/202604150003/300x_a1-1_cTC/20260426kkafrica6_177... | 17.7 KiB | 10.5 KiB |
Crisis Center North is suing the statewide network that administers domestic vi… a.pgevoke-newspack-item > div.pgevoke-newspack-imagewrapper > div.pgevoke-image > img | /stories/202604210075/300x_a1-1_cTC/gavel-stock-art-crimi... | 13.1 KiB | 9.9 KiB |
President Donald Trump speaks to members of the news media outside the Oval Off… a.pgevoke-newspack-item > div.pgevoke-newspack-imagewrapper > div.pgevoke-image > img | /stories/202604210069/300x_a1-1_cTC/IranMilitary_17767924... | 11.6 KiB | 8.7 KiB |
div.pg-notifybox > div.pg-notifybox-toparea > div.pg-notifybox-img > img div.pg-notifybox > div.pg-notifybox-toparea > div.pg-notifybox-img > img | www.post-gazette.com/apple-touch-icon.png | 9.2 KiB | 8.7 KiB |
Mike McCarthy, center, poses with Steelers president Art Rooney II, left, and g… a.pgevoke-storyfeed-item > div.pgevoke-storyfeed-image-wrapper > div.pgevoke-image > img | /stories/202604210016/300x_a1-1_cTC/20260127mf-steelers02... | 15.8 KiB | 8.3 KiB |
Former Steelers coach Mike Tomlin, pictured last year in a road game against th… div.pgevoke-dualatf-featured-item > div.pgevoke-dualatf-featured-item-a > a.pgevoke-dualatf-featured-image > img | /stories/202604210053/300x_a1-1_cTC/20251207mf-steelers35... | 15.8 KiB | 7.6 KiB |
Pittsburgh Steelers head coach Mike McCarthy speaks to reporters at the NFL foo… a.pgevoke-storyfeed-item > div.pgevoke-storyfeed-image-wrapper > div.pgevoke-image > img | /stories/202604210042/300x_a1-1_cTC/NFL-Meetings-Football... | 13.4 KiB | 6.5 KiB |
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
Performance issues directly impact user engagement and conversion rates.
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.
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
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 |
|---|---|---|
| /css/pg/vendor-pkg-v0004.css?v=20240222 | 12.9 KiB | 205 ms |
| /css/pg/pgevoke-v0049.css | 45.6 KiB | 286 ms |
| fonts.googleapis.com/css?family=Martel:300,400,700,800,900 | 1.0 KiB | 209 ms |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|---|
| /css/pg/pgevoke-v0049.css | 45.6 KiB | 12.1 KiB |
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /css/pg/pgevoke-v0049.css | 45.2 KiB | 36.9 KiB |
| /css/pg/vendor-pkg-v0004.css?v=20240222 | 12.4 KiB | 12.1 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 4.8 s |
| Other | 1.4 s |
| Style & Layout | 534 ms |
| Script Parsing & Compilation | 502 ms |
| Rendering | 242 ms |
| Parse HTML & CSS | 162 ms |
| Garbage Collection | 128 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 a sub frame. | Actionable |
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 |
|---|---|---|
| www.queryly.com/js/queryly.v4.js | 10.1 KiB | 4.1 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.pgevoke-promobox > div.pgevoke-promobox-text > a > img div.pgevoke-promobox > div.pgevoke-promobox-text > a > img | /.media/2/2026/04/21/f386fd86-c917-487e-a528-1136600168cc... |
div.pgevoke-promobox > div.pgevoke-promobox-text > a > img div.pgevoke-promobox > div.pgevoke-promobox-text > a > img | /.media/2/2026/04/21/193b073a-9047-4305-b164-3c2c29c8cb99... |
Pittsburgh Steelers head coach Mike McCarthy speaks to reporters at the NFL foo… div.pgevoke-dualatf-featured-item > div.pgevoke-dualatf-featured-item-a > a.pgevoke-dualatf-featured-image > img | /stories/202604210042/600x_a4-3_cTC/NFL-Meetings-Football... |
Pittsburgh skyline silhouette div.pgevoke-rightrail-stickybox-bottom > div.pgevoke-railfooter > div.pgevoke-railfooter-skyline > img | /images/pgthemes/evoke/pg-footer-skyline.png |
The Penguins’ Ryan Shea fights for the puck between the Flyers’ Trevor Zegras a… div.pgevoke-dualatf-featured-item > div.pgevoke-dualatf-featured-item-a > a.pgevoke-dualatf-featured-image > img | /stories/202604210034/300x_a1-1_cTC/202604209mf-penguins0... |
Former Steelers coach Mike Tomlin, pictured last year in a road game against th… div.pgevoke-dualatf-featured-item > div.pgevoke-dualatf-featured-item-a > a.pgevoke-dualatf-featured-image > img | /stories/202604210053/300x_a1-1_cTC/20251207mf-steelers35... |
President Donald Trump speaks to members of the news media outside the Oval Off… a.pgevoke-newspack-item > div.pgevoke-newspack-imagewrapper > div.pgevoke-image > img | /stories/202604210069/300x_a1-1_cTC/IranMilitary_17767924... |
The NFL Draft stage with Acrisure Stadium and the Allegheny River on Monday, Ap… a.pgevoke-newspack-item > div.pgevoke-newspack-imagewrapper > div.pgevoke-image > img | /stories/202604210041/300x_a1-1_cTC/20260413jgdraftstadiu... |
Former NFL players Darrelle Revis, second from right, poses with Tony Dorsett, … a.pgevoke-newspack-item > div.pgevoke-newspack-imagewrapper > div.pgevoke-image > img | /stories/202604220006/300x_a1-1_cTC/Hall-of-Fame-Football... |
Eli Heidenreich of the Navy Midshipmen celebrates after scoring a touchdown aga… a.pgevoke-newspack-item > div.pgevoke-newspack-imagewrapper > div.pgevoke-image > img | /stories/202604200039/300x_a1-1_cTC/126th-Army-Navy-Game-... |
Crisis Center North is suing the statewide network that administers domestic vi… a.pgevoke-newspack-item > div.pgevoke-newspack-imagewrapper > div.pgevoke-image > img | /stories/202604210075/300x_a1-1_cTC/gavel-stock-art-crimi... |
Security staff man a road closure near NFL Draft stage setup at Acrisure Stadiu… a.pgevoke-newspack-item > div.pgevoke-newspack-imagewrapper > div.pgevoke-image > img | /stories/202604210078/300x_a1-1_cTC/20260417sfstandalonek... |
A craft beer at Cinderlands. a.pgevoke-newspack-item > div.pgevoke-newspack-imagewrapper > div.pgevoke-image > img | /stories/202604150091/300x_a1-1_cTC/brewtour1005-03_17766... |
Sheila Wafula, who is pursuing a master’s degree in information technology at C… a.pgevoke-newspack-item > div.pgevoke-newspack-imagewrapper > div.pgevoke-image > img | /stories/202604150003/300x_a1-1_cTC/20260426kkafrica6_177... |
Jim Rocco shouts instructions to his North Catholic team in a PIAA playoff game… a.pgevoke-newspack-item > div.pgevoke-newspack-imagewrapper > div.pgevoke-image > img | /stories/202604200048/300x_a1-1_cTC/20260218JGNCatholicEF... |
Former Steelers coach Mike Tomlin, pictured last year in a road game against th… a.pgevoke-storyfeed-item > div.pgevoke-storyfeed-image-wrapper > div.pgevoke-image > img | /stories/202604210053/300x_a1-1_cTC/20251207mf-steelers35... |
Mike McCarthy, center, poses with Steelers president Art Rooney II, left, and g… a.pgevoke-storyfeed-item > div.pgevoke-storyfeed-image-wrapper > div.pgevoke-image > img | /stories/202604210016/300x_a1-1_cTC/20260127mf-steelers02... |
Former NFL players Darrelle Revis, second from right, poses with Tony Dorsett, … a.pgevoke-storyfeed-item > div.pgevoke-storyfeed-image-wrapper > div.pgevoke-image > img | /stories/202604220006/300x_a1-1_cTC/Hall-of-Fame-Football... |
Pittsburgh Steelers head coach Mike McCarthy speaks to reporters at the NFL foo… a.pgevoke-storyfeed-item > div.pgevoke-storyfeed-image-wrapper > div.pgevoke-image > img | /stories/202604210042/300x_a1-1_cTC/NFL-Meetings-Football... |
body.pgevoke > div.adhesion-banner-wrapper > a.adhesion-banner-unit > img body.pgevoke > div.adhesion-banner-wrapper > a.adhesion-banner-unit > img | /datastore/tmp/20260305_090032_4668455_pgofficemarketing-... |
div.pg-notifybox > div.pg-notifybox-toparea > div.pg-notifybox-img > img div.pg-notifybox > div.pg-notifybox-toparea > div.pg-notifybox-img > img | www.post-gazette.com/apple-touch-icon.png |
Facebook Messenger Icon ul.pgevoke-socialshareheader-buttons > li.pgevoke-socialshareheader-buttons-fbmessenger > a > img | /images/pgmisc/facebook-messenger-icon-75px.png?v=20190913 |
General manager Omar Khan and the Steelers have zeroed in one wide receivers in… a.pgevoke-storyfeed-item > div.pgevoke-storyfeed-image-wrapper > div.pgevoke-image > img | |
The downtown skyline, as seen from the top of the Duquesne Incline, on Tuesday,… div.pgevoke-newsboxv2-feature > div.pgevoke-newsboxv2-feature-item > a.pgevoke-image > img | |
The NFL Draft stage with Acrisure Stadium and the Allegheny River on Monday, Ap… div.pgevoke-newsboxv2-feature > div.pgevoke-newsboxv2-feature-item > a.pgevoke-image > img | |
Stanley Praimnath, a survivor of the attacks on the World Trade Center on 9/11,… div.pgevoke-newsboxv2-storystack > a.pgevoke-newsboxv2-storystack-item > div.pgevoke-newsboxv2-storystack-image > img | |
An airliner takes off at Pittsburgh International Airport on Wednesday, April 8… div.pgevoke-newsboxv2-storystack > a.pgevoke-newsboxv2-storystack-item > div.pgevoke-newsboxv2-storystack-image > img | |
Crisis Center North is suing the statewide network that administers domestic vi… div.pgevoke-newsboxv2-storystack > a.pgevoke-newsboxv2-storystack-item > div.pgevoke-newsboxv2-storystack-image > img | |
Security staff man a road closure near NFL Draft stage setup at Acrisure Stadiu… div.pgevoke-newsboxv2-storystack > a.pgevoke-newsboxv2-storystack-item > div.pgevoke-newsboxv2-storystack-image > img | |
Leon Smith, named the 2026 National Teacher of the Year, stands in front of his… div.pgevoke-newsboxv2-storystack > a.pgevoke-newsboxv2-storystack-item > div.pgevoke-newsboxv2-storystack-image > img | |
The Penguins’ Ryan Shea fights for the puck between the Flyers’ Trevor Zegras a… div.pgevoke-newsboxv2-feature > div.pgevoke-newsboxv2-feature-item > a.pgevoke-image > img | |
Former Steelers coach Mike Tomlin, pictured last year in a road game against th… div.pgevoke-newsboxv2-feature > div.pgevoke-newsboxv2-feature-item > a.pgevoke-image > img | |
Pittsburgh Steelers head coach Mike McCarthy speaks to reporters at the NFL foo… div.pgevoke-newsboxv2-storystack > a.pgevoke-newsboxv2-storystack-item > div.pgevoke-newsboxv2-storystack-image > img | |
General manager Omar Khan and the Steelers have zeroed in one wide receivers in… div.pgevoke-newsboxv2-storystack > a.pgevoke-newsboxv2-storystack-item > div.pgevoke-newsboxv2-storystack-image > img | |
North Carolina's Jonathan Powell (11) shoots the ball over North Carolina State… div.pgevoke-newsboxv2-storystack > a.pgevoke-newsboxv2-storystack-item > div.pgevoke-newsboxv2-storystack-image > img | |
The Pirates' Oneil Cruz is greeted by Konnor Griffin after hitting a two-run ho… div.pgevoke-newsboxv2-storystack > a.pgevoke-newsboxv2-storystack-item > div.pgevoke-newsboxv2-storystack-image > img | |
Mike McCarthy, center, poses with Steelers president Art Rooney II, left, and g… div.pgevoke-newsboxv2-storystack > a.pgevoke-newsboxv2-storystack-item > div.pgevoke-newsboxv2-storystack-image > img | |
Stacy Schwab, center, and others react Tuesday after learning that a hearing fo… div.pgevoke-newsboxv2-feature > div.pgevoke-newsboxv2-feature-item > a.pgevoke-image > img | |
An airliner takes off at Pittsburgh International Airport on Wednesday, April 8… div.pgevoke-newsboxv2-feature > div.pgevoke-newsboxv2-feature-item > a.pgevoke-image > img | |
Trader Michael Milano, left, works on the floor of the New York Stock Exchange … div.pgevoke-newsboxv2-storystack > a.pgevoke-newsboxv2-storystack-item > div.pgevoke-newsboxv2-storystack-image > img | |
Kevin Warsh during his Senate confirmation hearing in Washington on April 21, 2… div.pgevoke-newsboxv2-storystack > a.pgevoke-newsboxv2-storystack-item > div.pgevoke-newsboxv2-storystack-image > img | |
Nolan Sulpizio with an installation of Clean Plate Innovations tech in a cafete… div.pgevoke-newsboxv2-storystack > a.pgevoke-newsboxv2-storystack-item > div.pgevoke-newsboxv2-storystack-image > img | |
A Spirit Airlines plane takes off from Pittsburgh International Airport. Spirit… div.pgevoke-newsboxv2-storystack > a.pgevoke-newsboxv2-storystack-item > div.pgevoke-newsboxv2-storystack-image > img | |
Pennsylvania's Commonwealth Court in Harrisburg n Monday upheld the right to ab… div.pgevoke-newsboxv2-storystack > a.pgevoke-newsboxv2-storystack-item > div.pgevoke-newsboxv2-storystack-image > img | |
Nolan Sulpizio with an installation of Clean Plate Innovations tech in a cafete… div.pgevoke-newsboxv2-feature > div.pgevoke-newsboxv2-feature-item > a.pgevoke-image > img | |
Strawberries team up with rhubarb, pistachios and radishes in this sweet and cr… div.pgevoke-newsboxv2-feature > div.pgevoke-newsboxv2-feature-item > a.pgevoke-image > img | |
Sheila Wafula, who is pursuing a master’s degree in information technology at C… div.pgevoke-newsboxv2-storystack > a.pgevoke-newsboxv2-storystack-item > div.pgevoke-newsboxv2-storystack-image > img | |
The Lyrid meteor shower radiates from Lyra the harp in the Pittsburgh sky facin… div.pgevoke-newsboxv2-storystack > a.pgevoke-newsboxv2-storystack-item > div.pgevoke-newsboxv2-storystack-image > img | |
A craft beer at Cinderlands. div.pgevoke-newsboxv2-storystack > a.pgevoke-newsboxv2-storystack-item > div.pgevoke-newsboxv2-storystack-image > img | |
The Inn at Little Washington receives two stars in the Michelin Guide, which co… div.pgevoke-newsboxv2-storystack > a.pgevoke-newsboxv2-storystack-item > div.pgevoke-newsboxv2-storystack-image > img | |
div.pgevoke-newsboxv2-storystack > a.pgevoke-newsboxv2-storystack-item > div.pgevoke-newsboxv2-storystack-image > img div.pgevoke-newsboxv2-storystack > a.pgevoke-newsboxv2-storystack-item > div.pgevoke-newsboxv2-storystack-image > img | |
Sheila Wafula, who is pursuing a master’s degree in information technology at C… div.pgevoke-newsboxv2-feature > div.pgevoke-newsboxv2-feature-item > a.pgevoke-image > img | |
A 2025 event sponsored by the Center for Regional Agriculture, Food & Transport… div.pgevoke-newsboxv2-feature > div.pgevoke-newsboxv2-feature-item > a.pgevoke-image > img | |
Culturvate owners Brandon P. Rice and Briana White are planning three tours of … div.pgevoke-newsboxv2-storystack > a.pgevoke-newsboxv2-storystack-item > div.pgevoke-newsboxv2-storystack-image > img | |
Pennsylvania's Commonwealth Court in Harrisburg n Monday upheld the right to ab… div.pgevoke-newsboxv2-feature > div.pgevoke-newsboxv2-feature-item > a.pgevoke-image > img | |
VisitPittsburgh kicks off NFL Draft week with a ribbon-cutting of a draft-theme… div.pgevoke-newsboxv2-feature > div.pgevoke-newsboxv2-feature-item > a.pgevoke-image > img | |
A girl mourns Tuesday during a mass funeral procession for Hezbollah fighters k… div.pgevoke-newsboxv2-storystack > a.pgevoke-newsboxv2-storystack-item > div.pgevoke-newsboxv2-storystack-image > img | |
Sen. Majority Leader John Thune, R-S.D., speaks during a news conference after … div.pgevoke-newsboxv2-storystack > a.pgevoke-newsboxv2-storystack-item > div.pgevoke-newsboxv2-storystack-image > img | |
Renesmay Eutsey, 9, was found dead in the Youghiogheny River on Sept. 3. div.pgevoke-newsboxv2-storystack > a.pgevoke-newsboxv2-storystack-item > div.pgevoke-newsboxv2-storystack-image > img | |
Democratic congresswoman Sheila Cherfilus-McCormick resigned Tuesday before the… div.pgevoke-newsboxv2-storystack > a.pgevoke-newsboxv2-storystack-item > div.pgevoke-newsboxv2-storystack-image > img | |
Rear Adm. Ben Reynolds, Deputy Assistant Secretary of the Navy for Budget/Direc… div.pgevoke-newsboxv2-storystack > a.pgevoke-newsboxv2-storystack-item > div.pgevoke-newsboxv2-storystack-image > img | |
Israeli authorities hang Israeli and U.S. flags at a site struck by an Iranian … div.pgevoke-newsboxv2-feature > div.pgevoke-newsboxv2-feature-item > a.pgevoke-image > img | |
Tim Wesley’s daughter and son-in-law won’t move back to the U.S., where their… div.pgevoke-newsboxv2-storystack > a.pgevoke-newsboxv2-storystack-item > div.pgevoke-newsboxv2-storystack-image > img | |
Actor James Earl Jones, who read the poetry of Charles Péguy at the Inter… div.pgevoke-newsboxv2-storystack > a.pgevoke-newsboxv2-storystack-item > div.pgevoke-newsboxv2-storystack-image > img | |
Houses being rebuilt through the Gainey administration’s Keep Pittsburgh Home p… div.pgevoke-newsboxv2-storystack > a.pgevoke-newsboxv2-storystack-item > div.pgevoke-newsboxv2-storystack-image > img | |
Republican vice presidential nominee JD Vance Democratic vice presidential nom… div.pgevoke-newsboxv2-storystack > a.pgevoke-newsboxv2-storystack-item > div.pgevoke-newsboxv2-storystack-image > img | |
Knowing the name for the challenges you’ve dealt with all your life helps, Mary… div.pgevoke-newsboxv2-storystack > a.pgevoke-newsboxv2-storystack-item > div.pgevoke-newsboxv2-storystack-image > img | |
Garbage is piled up along Atwood Street in Oakland on Thursday, July 31, 2025. div.pgevoke-newsboxv2-feature > div.pgevoke-newsboxv2-feature-item > a.pgevoke-image > img | |
President Donald Trump after disembarking Air Force One in April. His invitatio… div.pgevoke-newsboxv2-feature > div.pgevoke-newsboxv2-feature-item > a.pgevoke-image > img | |
Members of Greenpeace gather around a protest sign at the COP28 U.N. Climate Su… div.pgevoke-newsboxv2-storystack > a.pgevoke-newsboxv2-storystack-item > div.pgevoke-newsboxv2-storystack-image > img | |
Looking toward "The Mall" on the campus of Carnegie Mellon University, which is… div.pgevoke-newsboxv2-storystack > a.pgevoke-newsboxv2-storystack-item > div.pgevoke-newsboxv2-storystack-image > img | |
div.pgevoke-newsboxv2-storystack > a.pgevoke-newsboxv2-storystack-item > div.pgevoke-newsboxv2-storystack-image > img div.pgevoke-newsboxv2-storystack > a.pgevoke-newsboxv2-storystack-item > div.pgevoke-newsboxv2-storystack-image > img | |
Pro and anti-Trump demonstrators outside theSupreme Court, before justices hear… div.pgevoke-newsboxv2-storystack > a.pgevoke-newsboxv2-storystack-item > div.pgevoke-newsboxv2-storystack-image > img | |
In this photo released by the Pakistan Ministry of Foreign Affairs, from left, … div.pgevoke-newsboxv2-storystack > a.pgevoke-newsboxv2-storystack-item > div.pgevoke-newsboxv2-storystack-image > img | |
Mike Webster, a fifth-round pick in 1974, anchored the Steelers' offensive line… div.pgevoke-newsboxv2-feature > div.pgevoke-newsboxv2-feature-item > a.pgevoke-image > img | |
General manager Omar Khan and the Steelers have zeroed in one wide receivers in… div.pgevoke-newsboxv2-feature > div.pgevoke-newsboxv2-feature-item > a.pgevoke-image > img | |
Pittsburgh Steelers head coach Mike McCarthy speaks to reporters at the NFL foo… div.pgevoke-newsboxv2-storystack > a.pgevoke-newsboxv2-storystack-item > div.pgevoke-newsboxv2-storystack-image > img | |
Former Steelers coach Mike Tomlin, pictured last year in a road game against th… div.pgevoke-newsboxv2-storystack > a.pgevoke-newsboxv2-storystack-item > div.pgevoke-newsboxv2-storystack-image > img | |
Booing Roger Goodell has become a tradition at the NFL Draft. div.pgevoke-newsboxv2-storystack > a.pgevoke-newsboxv2-storystack-item > div.pgevoke-newsboxv2-storystack-image > img | |
Mike McCarthy, center, poses with Steelers president Art Rooney II, left, and g… div.pgevoke-newsboxv2-storystack > a.pgevoke-newsboxv2-storystack-item > div.pgevoke-newsboxv2-storystack-image > img | |
Arizona Cardinals offensive tackle Paris Johnson Jr., center, poses for a photo… div.pgevoke-newsboxv2-storystack > a.pgevoke-newsboxv2-storystack-item > div.pgevoke-newsboxv2-storystack-image > img | |
div.pgevoke-newsbox-feature > a.pgevoke-newsbox-feature-item > div.pgevoke-image > img div.pgevoke-newsbox-feature > a.pgevoke-newsbox-feature-item > div.pgevoke-image > img | |
div.pgevoke-newsbox-feature > a.pgevoke-newsbox-feature-item > div.pgevoke-image > img div.pgevoke-newsbox-feature > a.pgevoke-newsbox-feature-item > div.pgevoke-image > img | |
div.pgevoke-newsbox-feature > a.pgevoke-newsbox-feature-item > div.pgevoke-image > img div.pgevoke-newsbox-feature > a.pgevoke-newsbox-feature-item > div.pgevoke-image > img |
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 |
|---|
ADVERTISEMENT div.pgevoke-topads-row > div.pgevoke-topads-banner > div > div.pg-adnotice |
SPORTS div.pgevoke-dualatf-featured-item-a > div.pgevoke-dualatf-featured-text > a.pgevoke-dualatf-featured-text-top > div.pgevoke-sectionbox |
SPORTS div.pgevoke-dualatf-featured-item-a > div.pgevoke-dualatf-featured-text > a.pgevoke-dualatf-featured-text-top > div.pgevoke-sectionbox |
SPORTS div.pgevoke-dualatf-featured-item-a > div.pgevoke-dualatf-featured-text > a.pgevoke-dualatf-featured-text-top > div.pgevoke-sectionbox |
NEWS a.pgevoke-newspack-item > div.pgevoke-newspack-imagewrapper > div.pgevoke-image > div.pgevoke-sectionbox |
NEWS a.pgevoke-newspack-item > div.pgevoke-newspack-imagewrapper > div.pgevoke-image > div.pgevoke-sectionbox |
SPORTS a.pgevoke-newspack-item > div.pgevoke-newspack-imagewrapper > div.pgevoke-image > div.pgevoke-sectionbox |
SPORTS a.pgevoke-newspack-item > div.pgevoke-newspack-imagewrapper > div.pgevoke-image > div.pgevoke-sectionbox |
NEWS a.pgevoke-newspack-item > div.pgevoke-newspack-imagewrapper > div.pgevoke-image > div.pgevoke-sectionbox |
SPORTS a.pgevoke-newspack-item > div.pgevoke-newspack-imagewrapper > div.pgevoke-image > div.pgevoke-sectionbox |
SPORTS a.pgevoke-newspack-item > div.pgevoke-newspack-imagewrapper > div.pgevoke-image > div.pgevoke-sectionbox |
LIFE a.pgevoke-newspack-item > div.pgevoke-newspack-imagewrapper > div.pgevoke-image > div.pgevoke-sectionbox |
SPORTS a.pgevoke-newspack-item > div.pgevoke-newspack-imagewrapper > div.pgevoke-image > div.pgevoke-sectionbox |
SPORTS a.pgevoke-storyfeed-item > div.pgevoke-storyfeed-image-wrapper > div.pgevoke-image > div.pgevoke-sectionbox |
SPORTS a.pgevoke-storyfeed-item > div.pgevoke-storyfeed-image-wrapper > div.pgevoke-image > div.pgevoke-sectionbox |
SPORTS a.pgevoke-storyfeed-item > div.pgevoke-storyfeed-image-wrapper > div.pgevoke-image > div.pgevoke-sectionbox |
SPORTS a.pgevoke-storyfeed-item > div.pgevoke-storyfeed-image-wrapper > div.pgevoke-image > div.pgevoke-sectionbox |
SPORTS a.pgevoke-storyfeed-item > div.pgevoke-storyfeed-image-wrapper > div.pgevoke-image > div.pgevoke-sectionbox |
ADVERTISEMENT div.pgevoke-grid-area-side > div.pg-hidden-mobile > div > div.pg-adnotice |
ADVERTISEMENT div#pgevoke-fp-stickybox1 > div.pg-hidden-mobile > div > div.pg-adnotice |
ADVERTISEMENT div.pgevoke-grid-area-side > div > div > div.pg-adnotice |
ADVERTISEMENT div#pgevoke-fp-stickybox2 > div > div > div.pg-adnotice |
We'd like to show you notifications for the latest news and updates body.pgevoke > div.pg-notifybox > div.pg-notifybox-toparea > div.pg-notifybox-text |
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.pgevoke-promobox > div.pgevoke-promobox-text > a > img div.pgevoke-promobox > div.pgevoke-promobox-text > a > img |
div.pgevoke-promobox > div.pgevoke-promobox-text > a > img div.pgevoke-promobox > div.pgevoke-promobox-text > a > img |
div.pg-notifybox > div.pg-notifybox-toparea > div.pg-notifybox-img > img div.pg-notifybox > div.pg-notifybox-toparea > div.pg-notifybox-img > 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 |
|---|
div.pgevoke-promobox > div.pgevoke-promobox-text > div > iframe#instagram-embed-0 div.pgevoke-promobox > div.pgevoke-promobox-text > div > iframe#instagram-embed-0 |
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.pgevoke-header-row1 > div.pgevoke-header-row1-left > div.pgevoke-header-row1-left-innerwrapper > a.pgevoke-header-row1-left-weather div.pgevoke-header-row1 > div.pgevoke-header-row1-left > div.pgevoke-header-row1-left-innerwrapper > a.pgevoke-header-row1-left-weather |
header.pgevoke-header > div.pgevoke-header-row1 > div.pgevoke-header-row1-middle > a.pgevoke-header-row1-middle-pglogo header.pgevoke-header > div.pgevoke-header-row1 > div.pgevoke-header-row1-middle > a.pgevoke-header-row1-middle-pglogo |
div.pgevoke-header-row2-wrapper > div.pgevoke-header-row2-right > div.pgevoke-header-row2-right-social > a.pgevoke-header-row2-right-social-facebook div.pgevoke-header-row2-wrapper > div.pgevoke-header-row2-right > div.pgevoke-header-row2-right-social > a.pgevoke-header-row2-right-social-facebook |
div.pgevoke-header-row2-wrapper > div.pgevoke-header-row2-right > div.pgevoke-header-row2-right-social > a.pgevoke-header-row2-right-social-twitter div.pgevoke-header-row2-wrapper > div.pgevoke-header-row2-right > div.pgevoke-header-row2-right-social > a.pgevoke-header-row2-right-social-twitter |
div.pgevoke-header-row2-wrapper > div.pgevoke-header-row2-right > div.pgevoke-header-row2-right-social > a.pgevoke-header-row2-right-social-instagram div.pgevoke-header-row2-wrapper > div.pgevoke-header-row2-right > div.pgevoke-header-row2-right-social > a.pgevoke-header-row2-right-social-instagram |
div.pgevoke-dualatf > div.pgevoke-dualatf-colright > div.pgevoke-electionbanner--inline > a.pgevoke-electionbanner div.pgevoke-dualatf > div.pgevoke-dualatf-colright > div.pgevoke-electionbanner--inline > a.pgevoke-electionbanner |
div.pgevoke-promobox-text > center > h2 > a div.pgevoke-promobox-text > center > h2 > a |
div.pgevoke-fp-promobox-1 > div.pgevoke-promobox > div.pgevoke-promobox-text > a div.pgevoke-fp-promobox-1 > div.pgevoke-promobox > div.pgevoke-promobox-text > a |
div.pgevoke-fp-promobox-1 > div.pgevoke-promobox > div.pgevoke-promobox-text > a div.pgevoke-fp-promobox-1 > div.pgevoke-promobox > div.pgevoke-promobox-text > a |
body.pgevoke > div.adhesion-banner-wrapper > a.adhesion-banner-unit body.pgevoke > div.adhesion-banner-wrapper > a.adhesion-banner-unit |
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.
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
head > meta head > meta |
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.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Archives div.pgevoke-railfooter-menu-col > ul > li > a |
Advertising div.pgevoke-railfooter-menu-col > ul > li > a |
Email Newsletter div.pgevoke-railfooter-menu-col > ul > li > a |
Products & Services div.pgevoke-railfooter-menu-col > ul > li > a |
Contact Us div.pgevoke-railfooter-menu-col > ul > li > a |
PGe div.pgevoke-railfooter-menu-col > ul > li > a |
RSS Feeds div.pgevoke-railfooter-menu-col > ul > li > a |
Corrections div.pgevoke-railfooter-menu-col > ul > li > a |
Help div.pgevoke-railfooter-menu-col > ul > li > a |
Terms of Use div.pgevoke-railfooter-menu-col > ul > li > a |
Privacy Policy div.pgevoke-railfooter-menu-col > ul > li > a |
About Us div.pgevoke-railfooter-menu-col > ul > li > a |
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html.macos html.macos |
These items highlight common accessibility best practices.
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 |
|---|---|
| Topics | /js/vendor/prebid/prebid.9.33.0.js line 11, col 33455 |
| SharedStorage | /pagead/managed/js/activeview/current/ufs_web_display.js line 252, col 234 |
| Unload event listeners are deprecated and will be removed. | /js/pg/pgevoke.dependencies-v0005.js line 19, col 8647 |
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 |
|---|---|
Failed to load resource: net::ERR_NAME_NOT_RESOLVED | |
Failed to load resource: the server responded with a status of 403 () | |
Failed to load resource: the server responded with a status of 404 () | |
Failed to load resource: the server responded with a status of 404 (Not Found) | |
Opening the ID screen is prohibited because authentication via cookie failed. |
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| post-gazette.com/local/breaking | MORE |
| post-gazette.com/opinion/columnists | MORE |
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.pgevoke-promobox > div.pgevoke-promobox-text > a > img div.pgevoke-promobox > div.pgevoke-promobox-text > a > img |
div.pgevoke-promobox > div.pgevoke-promobox-text > a > img div.pgevoke-promobox > div.pgevoke-promobox-text > a > img |
div.pg-notifybox > div.pg-notifybox-toparea > div.pg-notifybox-img > img div.pg-notifybox > div.pg-notifybox-toparea > div.pg-notifybox-img > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
header.pgevoke-socialshareheader > ul.pgevoke-socialshareheader-buttons > li.pgevoke-socialshareheader-buttons-facebook > a header.pgevoke-socialshareheader > ul.pgevoke-socialshareheader-buttons > li.pgevoke-socialshareheader-buttons-facebook > a |
header.pgevoke-socialshareheader > ul.pgevoke-socialshareheader-buttons > li.pgevoke-socialshareheader-buttons-twitter > a header.pgevoke-socialshareheader > ul.pgevoke-socialshareheader-buttons > li.pgevoke-socialshareheader-buttons-twitter > a |
Email header.pgevoke-socialshareheader > ul.pgevoke-socialshareheader-buttons > li.pgevoke-socialshareheader-buttons-email > a#tipafriend |
Comments header.pgevoke-socialshareheader > ul.pgevoke-socialshareheader-buttons > li.pgevoke-socialshareheader-buttons-comments > a |
To appear in search results, crawlers need access to your app.
Send Feedback