Mobile 375 × 812

Desktop 1440 × 900

Score: 72 / 100
Based on 8 categories, 0 sections
Room to improve — your 42.1s load time is above Google's 2.5s 'Good' threshold.
Good foundation, but a few gaps could be exploited.
Several issues make your site difficult for assistive technology users.
Well-optimized for search — your content is discoverable.
Solid infrastructure — fast server responses across the board.
Mostly compliant — a few items need attention.
Rich content metadata — your pages look great everywhere.
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 28.5 MB (6.6 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.
2 link(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
3 image(s) missing alt attribute
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/ca0cf36d-89e1-4460-b9f4-dcff19329414)<a href="https://beavercheck.com/results/ca0cf36d-89e1-4460-b9f4-dcff19329414"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Ftampabay.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Ftampabay.comThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Your LCP of 42.1s 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.
7 barrier(s) likely increasing bounce by ~29%.
Page takes 42.1s to load
+12% bounceUsers abandon at ~3s — you're 39.6s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 4.7s
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
Layout shifts during page load
+3% bounceContent movement causes mis-clicks on CTAs and form fields
Fix: Add width/height to images; reserve space for late-loading embeds
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
2 broken link(s) on the page
+3% bounceClicks land on 404s — trust drops and the session often ends
Fix: Fix or remove the broken destinations surfaced on the Content tab
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
€595 investment → €1.54/month returns + EUR 120,500,000 risk avoided
€595
7h · 5 findings
€1.54 /mo
~€19 / year
EUR 120,500,000
if kept compliant
€43 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
7.0 developer hours at €85/hr
Based on European Union rates (€85/hr)
Start here for the best return on investment
€10,041,668 / month at risk
~€120,500,019 / year if left unfixed
€120,500,000
+13 more
€1.54 /mo
20843.3 MB/mo × 0.074 EUR/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 5 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
15.44 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
42.10 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
4.69 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.174
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
17.83 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.
47.46 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
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.
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.
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.
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 | |
|---|---|---|---|
Donna M. Richardson’s “In the Flo” is part of “Women: Leading the Change” at th… figure > div.lazy-container > picture > img.lazy | /resizer/v2/donna-m-richardsons-in-the-flo-is-part-of-RJE... | 38.9 KiB | 36.1 KiB |
div.paper-preview-fp__left > div.paper-preview-fp__left-graphic > a > img#paper-preview-fp__i div.paper-preview-fp__left > div.paper-preview-fp__left-graphic > a > img#paper-preview-fp__i | /tpc-files/tampabay/www/specials/publication/Times_1A/Tim... | 37.1 KiB | 35.3 KiB |
Marjorie Kinnan Rawlings Historic State Park gives visitors a glimpse of rural … figure > div.lazy-container > picture > img.lazy | /resizer/v2/marjorie-kinnan-rawlings-historic-state-KOHWT... | 36.1 KiB | 33.3 KiB |
A glowing USF sign is visible at the foot of the steps in the lobby of the Stud… figure > div.lazy-container > picture > img.lazy | /JSS8ihBUk8hho84qZZI9PGKvNF4=/350x350/https://assets.pipp... | 28.8 KiB | 28.3 KiB |
The Tampa Bay Rays' parking plan for construction on a proposed stadium at Hill… figure > div.lazy-container > picture > img.lazy-loaded | /resizer/v2/the-tampa-bay-rays-parking-plan-for-HYU3QQS4U... | 30.1 KiB | 26.8 KiB |
Students jog on the University of Florida campus on the last day of regular cla… figure > div.lazy-container > picture > img.lazy | /resizer/v2/students-jog-on-the-university-of-florida-LVF... | 29.3 KiB | 26.0 KiB |
StreetSide Scooters and Powersports at 556 Clearwater-Largo Road in Largo, carr… figure > div.lazy-container > picture > img.lazy | /resizer/v2/streetside-scooters-and-powersports-at-JKI4BB... | 27.3 KiB | 24.0 KiB |
Martin St. Louis, who played the bulk of his career in Tampa Bay, has already h… figure > div.lazy-container > picture > img.lazy | /resizer/v2/martin-st-louis-who-played-the-bulk-of-MAUA47... | 25.5 KiB | 22.8 KiB |
House Promo - TV div.house-promo > div#house-promo > a.house-promo__link > img.house-promo__image | cloudfront-us-east-1.images.arcpublishing.com/tbt/XEHDGDCIZFE7TGLAJSLMGIFQMU.jpg | 33.9 KiB | 21.7 KiB |
A glowing USF sign is visible at the foot of the steps in the lobby of the Stud… figure > div.lazy-container > picture > img.lazy | /resizer/v2/a-glowing-usf-sign-is-visible-at-the-foot-7OO... | 23.3 KiB | 20.0 KiB |
Lightning forward Scott Sabourin, right, fights Canadiens defenseman Arber Xhek… figure > div.lazy-container > picture > img.lazy | /resizer/v2/lightning-forward-scott-sabourin-right-M3FV7U... | 21.8 KiB | 19.1 KiB |
Hillsborough County firefighters battle a blaze in Wimauma that engulfed 350 ac… figure > div.lazy-container > picture > img.lazy | /resizer/v2/hillsborough-county-firefighters-battle-a-IVT... | 22.0 KiB | 18.7 KiB |
The Rays' Kevin Cash appreciates the influence Terry Francona had on him as a p… figure > div.lazy-container > picture > img.lazy | /resizer/v2/the-rays-kevin-cash-appreciates-the-MG56Y6LN7... | 20.4 KiB | 17.6 KiB |
Defensive tackle is not a position that many mock drafts have the Bucs addressi… figure > div.lazy-container > picture > img.lazy | /resizer/v2/defensive-tackle-is-not-a-position-that-P4GDH... | 19.3 KiB | 16.5 KiB |
Tropical fruit from Florida including a collection of guavas and mangos as disp… figure > div.lazy-container > picture > img.lazy | /resizer/v2/tropical-fruit-from-florida-including-a-SQODV... | 17.2 KiB | 14.4 KiB |
Penguins waddle down the lobby, while visitors get a quick and close encounter … figure > div.lazy-container > picture > img.lazy | /resizer/v2/penguins-waddle-down-the-lobby-while-3UZALSFB... | 29.8 KiB | 13.2 KiB |
Congress_Ethics_Cherfilus-McCormick_93353.jpg figure > div.lazy-container > picture > img.lazy | /resizer/v2/congress_ethics_cherfilus-ETPYMFO3LBHTHE3JVBI... | 14.7 KiB | 12.2 KiB |
Florida Chief Financial Officer Blaise Ingoglia speaks during a news conference… figure > div.lazy-container > picture > img.lazy | /resizer/v2/florida-chief-financial-officer-blaise-DM2QXP... | 14.6 KiB | 12.2 KiB |
In 2020, Florida was one of six states with a statistically significant underco… figure > div.lazy-container > picture > img.lazy | /FjKMjRlYCT3e9VfmrgilwtDKqTA=/500x500/https://assets.pipp... | 49.4 KiB | 8.7 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|
| tampabay.com/ | 843 ms |
| www.tampabay.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 |
|---|---|
We value your privacy
Accept all
SUMMARY
PURPOSES
1725 PARTNERS
Do you consent … body.panelClosed > div.a__sc-np32r2-0 > div.Card-buoy__sc-1s2p2gv-0 | 0.174 |
nav > div.masthead__row--two > div.side-scroller > div.side-scroller__gradient nav > div.masthead__row--two > div.side-scroller > div.side-scroller__gradient | 0.000 |
nav > div.masthead__row--two > div.side-scroller > div.side-scroller__gradient nav > div.masthead__row--two > div.side-scroller > div.side-scroller__gradient | 0.000 |
nav > div.masthead__row--two > div.side-scroller > div.side-scroller__gradient nav > div.masthead__row--two > div.side-scroller > div.side-scroller__gradient | 0.000 |
nav > div.masthead__row--two > div.side-scroller > div.side-scroller__gradient nav > div.masthead__row--two > div.side-scroller > div.side-scroller__gradient | 0.000 |
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.
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| cdn.y5kvsuy8wr7c.com/prod/tampabay/t8y9347t.min.css?2026321 | 48.7 KiB | 48.7 KiB |
| www.tampabay.com/pf/dist/components/combinations/default.css?d=740&mxId=00000000 | 52.9 KiB | 46.2 KiB |
| cdn.ckeditor.com/ckeditor5/46.0.0/ckeditor5.css | 30.6 KiB | 28.5 KiB |
| www.tampabay.com/pf/resources/dist/tbt/css/style.css?d=740 | 10.9 KiB | 10.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.
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 | 15.2 s |
| Other | 2.2 s |
| Style & Layout | 1.4 s |
| Script Parsing & Compilation | 1.1 s |
| Rendering | 557 ms |
| Parse HTML & CSS | 330 ms |
| Garbage Collection | 284 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| The page has an unload handler in the main frame. | Actionable |
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| cdn.y5kvsuy8wr7c.com/prod/tampabay/t8y9347t.min.css?2026321 | 49.2 KiB | 5.3 KiB |
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.tampabay.com/pf/resources/js/jquery-3.5.1.min.js?d=740 | 39.2 KiB | 17.7 KiB |
| www.tampabay.com/pf/resources/js/auth/Auth0Client.js?d=740 | 10.0 KiB | 3.8 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 | |
|---|---|
Florida Attorney General James Uthmeier said the state has opened a criminal i… figure > div.lazy-container > picture > img.lazy-loaded | /resizer/v2/florida-attorney-general-james-uthmeier-PQYXS... |
Penguins waddle down the lobby, while visitors get a quick and close encounter … figure > div.lazy-container > picture > img.lazy | /resizer/v2/penguins-waddle-down-the-lobby-while-3UZALSFB... |
In 2026, the Tampa Bay Times is recognizing 165 area companies as part of our T… figure > div.lazy-container > picture > img.lazy | /resizer/v2/in-2026-the-tampa-bay-times-is-SZ3FD5SBVNDJ3J... |
div.footer__segment > div.footer__segment-links > a.footer__florida-public-notices-verified > img div.footer__segment > div.footer__segment-links > a.footer__florida-public-notices-verified > img | files.tampabay.com/resources/images/florida-public-notices-verfied.png |
Here’s where you can — and can’t — openly carry a gun in Florida div.mrr__article-image > figure > div.lazy-container > img | /resizer/v2/heres-where-you-can-and-cant-openly-carry-SQK... |
Rays’ Ryan Pepiot frustrated by delay in recovery from hip issue div.mrr__article-image > figure > div.lazy-container > img | /resizer/v2/rays-ryan-pepiot-frustrated-by-delay-in-3Z3UE... |
Ex-model, arrested by police in Florida and deported, causes White House stir div.mrr__article-image > figure > div.lazy-container > img | /resizer/v2/ex-model-arrested-by-police-in-florida-ZA5CST... |
div.paper-preview-fp__left > div.paper-preview-fp__left-graphic > a > img#paper-preview-fp__i div.paper-preview-fp__left > div.paper-preview-fp__left-graphic > a > img#paper-preview-fp__i | /tpc-files/tampabay/www/specials/publication/Times_1A/Tim... |
The Tampa Bay Rays' parking plan for construction on a proposed stadium at Hill… figure > div.lazy-container > picture > img.lazy-loaded | /resizer/v2/the-tampa-bay-rays-parking-plan-for-HYU3QQS4U... |
A glowing USF sign is visible at the foot of the steps in the lobby of the Stud… figure > div.lazy-container > picture > img.lazy | /resizer/v2/a-glowing-usf-sign-is-visible-at-the-foot-7OO... |
Hillsborough County firefighters battle a blaze in Wimauma that engulfed 350 ac… figure > div.lazy-container > picture > img.lazy | /resizer/v2/hillsborough-county-firefighters-battle-a-IVT... |
Susan Avalon, jailed in Hillsborough County, is accused in the separate shootin… figure > div.lazy-container > picture > img.lazy | /resizer/v2/susan-avalon-jailed-in-hillsborough-KX47HCZRD... |
StreetSide Scooters and Powersports at 556 Clearwater-Largo Road in Largo, carr… figure > div.lazy-container > picture > img.lazy | /resizer/v2/streetside-scooters-and-powersports-at-JKI4BB... |
Students jog on the University of Florida campus on the last day of regular cla… figure > div.lazy-container > picture > img.lazy | /resizer/v2/students-jog-on-the-university-of-florida-LVF... |
Isa Stahrfisher, left, and Olivia Lavin, graduate assistants at USF and roommat… figure > div.lazy-container > picture > img.lazy | /resizer/v2/isa-stahrfisher-left-and-olivia-lavin-2CXBTNZ... |
Shawn Gertsch spreads rose petals at the grave site for his mother, Patricia Ge… figure > div.lazy-container > picture > img.lazy | /resizer/v2/shawn-gertsch-spreads-rose-petals-at-the-ZYOB... |
The Crystal Bay Mobile Home Club in Palm Harbor flooded by several feet during … figure > div.lazy-container > picture > img.lazy | /resizer/v2/the-crystal-bay-mobile-home-club-in-palm-ALNG... |
The person who allegedly planted a bomb at the MacDill Air Force Base in March … figure > div.lazy-container > picture > img.lazy | /resizer/v2/the-person-who-allegedly-planted-a-bomb-A66PY... |
Martin St. Louis, who played the bulk of his career in Tampa Bay, has already h… figure > div.lazy-container > picture > img.lazy | /resizer/v2/martin-st-louis-who-played-the-bulk-of-MAUA47... |
The Rays' Kevin Cash appreciates the influence Terry Francona had on him as a p… figure > div.lazy-container > picture > img.lazy | /resizer/v2/the-rays-kevin-cash-appreciates-the-MG56Y6LN7... |
Defensive tackle is not a position that many mock drafts have the Bucs addressi… figure > div.lazy-container > picture > img.lazy | /resizer/v2/defensive-tackle-is-not-a-position-that-P4GDH... |
Lightning forward Scott Sabourin, right, fights Canadiens defenseman Arber Xhek… figure > div.lazy-container > picture > img.lazy | /resizer/v2/lightning-forward-scott-sabourin-right-M3FV7U... |
Martin St. Louis, who played the bulk of his career in Tampa Bay, has already h… figure > div.lazy-container > picture > img.lazy | /resizer/v2/martin-st-louis-who-played-the-bulk-of-MAUA47... |
Tropical fruit from Florida including a collection of guavas and mangos as disp… figure > div.lazy-container > picture > img.lazy | /resizer/v2/tropical-fruit-from-florida-including-a-SQODV... |
Florida Chief Financial Officer Blaise Ingoglia speaks during a news conference… figure > div.lazy-container > picture > img.lazy | /resizer/v2/florida-chief-financial-officer-blaise-DM2QXP... |
Florida Attorney General James Uthmeier said the state has opened a criminal i… figure > div.lazy-container > picture > img.lazy | /resizer/v2/florida-attorney-general-james-uthmeier-PQYXS... |
Students jog on the University of Florida campus on the last day of regular cla… figure > div.lazy-container > picture > img.lazy | /resizer/v2/students-jog-on-the-university-of-florida-LVF... |
Congress_Ethics_Cherfilus-McCormick_93353.jpg figure > div.lazy-container > picture > img.lazy | /resizer/v2/congress_ethics_cherfilus-ETPYMFO3LBHTHE3JVBI... |
Paolo Zampolli and Amanda Ungaro attend the Ambassador Paolo Zampolli Reception… figure > div.lazy-container > picture > img.lazy | /resizer/v2/paolo-zampolli-and-amanda-ungaro-attend-ZA5CS... |
Donna M. Richardson’s “In the Flo” is part of “Women: Leading the Change” at th… figure > div.lazy-container > picture > img.lazy | /resizer/v2/donna-m-richardsons-in-the-flo-is-part-of-RJE... |
Lisa Unger. figure > div.lazy-container > picture > img.lazy | /resizer/v2/lisa-unger-ULO5MWWVFVBP5GYUPQEIDCBDO4.jpg?aut... |
Marjorie Kinnan Rawlings Historic State Park gives visitors a glimpse of rural … figure > div.lazy-container > picture > img.lazy | /resizer/v2/marjorie-kinnan-rawlings-historic-state-KOHWT... |
“The Hydrospatial City” by Gyula Kosice, on display in 2025 at the Pérez Art Mu… figure > div.lazy-container > picture > img.lazy | /resizer/v2/the-hydrospatial-city-by-gyula-kosice-on-QTY5... |
Bucs icon div.nav-sub-segment > div > a.nav__level--003 > img | www.tampabay.com/pf/resources/images/icons/sports/icon--bucs-logo.png?d=740 |
Rays icon div.nav-sub-segment > div > a.nav__level--003 > img | www.tampabay.com/pf/resources/images/icons/sports/icon--rays-logo.png?d=740 |
Lightning icon div.nav-sub-segment > div > a.nav__level--003 > img | www.tampabay.com/pf/resources/images/icons/sports/icon--lightning-logo.png?d=740 |
Bulls icon div.nav-sub-segment > div > a.nav__level--003 > img | www.tampabay.com/pf/resources/images/icons/sports/icon--bulls-logo.png?d=740 |
Gators icon div.nav-sub-segment > div > a.nav__level--003 > img | www.tampabay.com/pf/resources/images/icons/sports/icon--gators-logo.png?d=740 |
Seminoles icon div.nav-sub-segment > div > a.nav__level--003 > img | www.tampabay.com/pf/resources/images/icons/sports/icon--seminoles-logo.png?d=740 |
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.
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.nsu__sign-up--visible > div.newsletters-subscribe-form > div > button.button div.nsu__sign-up--visible > div.newsletters-subscribe-form > div > button.button |
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.paper-preview-fp__left > div.paper-preview-fp__left-graphic > a > img#paper-preview-fp__i div.paper-preview-fp__left > div.paper-preview-fp__left-graphic > a > img#paper-preview-fp__i |
div.footer__segment > div.footer__segment-links > a.footer__florida-public-notices-verified > img div.footer__segment > div.footer__segment-links > a.footer__florida-public-notices-verified > img |
body.panelClosed > img#06db9294 body.panelClosed > img#06db9294 |
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.layout--lg > div > div.raw-html > iframe div.layout--lg > div > div.raw-html > 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.paper-preview-fp__wrapper > div.paper-preview-fp__left > div.paper-preview-fp__left-graphic > a div.paper-preview-fp__wrapper > div.paper-preview-fp__left > div.paper-preview-fp__left-graphic > a |
div.footer__links > div.footer__segment > div.footer__segment-links > a.footer__florida-public-notices-verified div.footer__links > div.footer__segment > div.footer__segment-links > a.footer__florida-public-notices-verified |
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.
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 |
|---|
Menu div.nav-bar > div#hamburger > button.button > div.hamburger__menu-button |
SUBSCRIBE only $3 FOR 3 MONTHS div#sticky-subscribe-banner > a.subscribe-cta > div.banner-inner > span.subscribe-text |
SUBSCRIBE a.subscribe-cta > div.banner-inner > span.subscribe-text > span.highlight |
$3 FOR 3 MONTHS a.subscribe-cta > div.banner-inner > span.subscribe-text > span.highlight |
Search div.mobile-right-rail > div.mrr__button > div.mrr__button__content > div.mrr__button__label |
Featured div.mobile-right-rail > div.mrr__button > div.mrr__button__content > div.mrr__button__label |
Latest News div.mobile-right-rail > div.mrr__button > div.mrr__button__content > div.mrr__button__label |
Most Read div.mobile-right-rail > div.mrr__button > div.mrr__button__content > div.mrr__button__label |
ADVERTISEMENT div.vert__header-vert > div.layout--lg > div.vert > span.vert__slug |
Accept all div.Card-buoy__sc-1s2p2gv-0 > div.Card__CardHeader-buoy__sc-1s2p2gv-1 > div.Frame-buoy__sc-1d4hofp-0 > button.Button__StyledButton-buoy__sc-a1qza5-0 |
PURPOSES div.Card-buoy__sc-1s2p2gv-0 > div.Frame-buoy__sc-1d4hofp-0 > div.Pills__StyledPills-buoy__sc-pti2cl-0 > button.Pills__StyledPill-buoy__sc-pti2cl-1 |
1725 PARTNERS div.Card-buoy__sc-1s2p2gv-0 > div.Frame-buoy__sc-1d4hofp-0 > div.Pills__StyledPills-buoy__sc-pti2cl-0 > button.Pills__StyledPill-buoy__sc-pti2cl-1 |
These are opportunities to improve the legibility of your content.
A value greater than 0 implies an explicit navigation ordering. Although technically valid, this often creates frustrating experiences for users who rely on assistive technologies. Learn more about the `tabindex` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Menu
Close div#top > nav > div.nav-bar > div#hamburger |
These are opportunities to improve keyboard navigation in your application.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Menu
Close div#top > nav > div.nav-bar > div#hamburger |
Games & Puzzles div.side-scroller--interior > ul.masthead__list > li.masthead__list-item--tertiary > a.nav__link--gamespuzzles |
Users are mistrustful of or confused by sites that request to send notifications without context. Consider tying the request to user gestures instead. Learn more about responsibly getting permission for notifications.
Performance issues directly impact user engagement and conversion rates.
| Source |
|---|
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
Bucs icon ul.dropdown-content__list--one-column > li > a.nav__link--bucs > img | www.tampabay.com/pf/resources/images/icons/sports/icon--bucs-logo.png?d=740 | 48 x 24 (2.00) | 48 x 48 (1.00) |
Rays icon ul.dropdown-content__list--one-column > li > a.nav__link--rays > img | www.tampabay.com/pf/resources/images/icons/sports/icon--rays-logo.png?d=740 | 48 x 24 (2.00) | 48 x 48 (1.00) |
Lightning icon ul.dropdown-content__list--one-column > li > a.nav__link--lightning > img | www.tampabay.com/pf/resources/images/icons/sports/icon--lightning-logo.png?d=740 | 48 x 24 (2.00) | 48 x 48 (1.00) |
Bulls icon ul.dropdown-content__list--one-column > li > a.nav__link--bulls > img | www.tampabay.com/pf/resources/images/icons/sports/icon--bulls-logo.png?d=740 | 48 x 24 (2.00) | 48 x 48 (1.00) |
Gators icon ul.dropdown-content__list--one-column > li > a.nav__link--gators > img | www.tampabay.com/pf/resources/images/icons/sports/icon--gators-logo.png?d=740 | 48 x 24 (2.00) | 48 x 48 (1.00) |
Seminoles icon ul.dropdown-content__list--one-column > li > a.nav__link--seminoles > img | www.tampabay.com/pf/resources/images/icons/sports/icon--seminoles-logo.png?d=740 | 48 x 24 (2.00) | 48 x 48 (1.00) |
tbt* icon ul.dropdown-content__list--two-column > li > a.nav__link--tbt > img | www.tampabay.com/pf/resources/images/icons/tbt-logo.png?d=740 | 45 x 24 (1.88) | 45 x 30 (1.50) |
Image natural dimensions should be proportional to the display size and the pixel ratio to maximize image clarity. Learn how to provide responsive images.
Performance issues directly impact user engagement and conversion rates.
| URL | Displayed size | Actual size | Expected size | |
|---|---|---|---|---|
Florida Attorney General James Uthmeier said the state has opened a criminal i… figure > div.lazy-container > picture > img.lazy-loaded | /resizer/v2/florida-attorney-general-james-uthmeier-PQYXS... | 412 x 233 | 425 x 240 | 618 x 350 |
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| Unload event listeners are deprecated and will be removed. | d15kdpgjg3unno.cloudfront.net/oPS.js?cid=12 line 231, col 303 |
| 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 |
|---|---|
Access to XMLHttpRequest at 'https://www.youtube.com/embed/videoseries?si=7pg1Q45RfdUzaxxv&list=PLRNWjWYgpdfACkWPCeLNuH4DCCoYdnJDH&enablejsapi=1&origin=https://www.tampabay.com' from origin 'https://www.tampabay.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: the server responded with a status of 404 (The specified blob does not exist.) | |
Failed to load resource: the server responded with a status of 404 (The specified blob does not exist.) |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.paper-preview-fp__left > div.paper-preview-fp__left-graphic > a > img#paper-preview-fp__i div.paper-preview-fp__left > div.paper-preview-fp__left-graphic > a > img#paper-preview-fp__i |
div.footer__segment > div.footer__segment-links > a.footer__florida-public-notices-verified > img div.footer__segment > div.footer__segment-links > a.footer__florida-public-notices-verified > img |
body.panelClosed > img#06db9294 body.panelClosed > img#06db9294 |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
1.29 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
7.34 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
466 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.019
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
4.31 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.
9.94 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.
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.
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 | |
|---|---|---|---|
The Tampa Bay Rays' parking plan for construction on a proposed stadium at Hill… figure > div.lazy-container > picture > img.lazy-loaded | /resizer/v2/the-tampa-bay-rays-parking-plan-for-HYU3QQS4U... | 44.4 KiB | 39.6 KiB |
div.paper-preview-fp__left > div.paper-preview-fp__left-graphic > a > img#paper-preview-fp__i div.paper-preview-fp__left > div.paper-preview-fp__left-graphic > a > img#paper-preview-fp__i | /tpc-files/tampabay/www/specials/publication/Times_1A/Tim... | 37.1 KiB | 33.6 KiB |
Hillsborough County firefighters battle a blaze in Wimauma that engulfed 350 ac… figure > div.lazy-container > picture > img.lazy-loaded | /resizer/v2/hillsborough-county-firefighters-battle-a-IVT... | 31.7 KiB | 26.8 KiB |
A glowing USF sign is visible at the foot of the steps in the lobby of the Stud… figure > div.lazy-container > picture > img.lazy-loaded | /resizer/v2/a-glowing-usf-sign-is-visible-at-the-foot-7OO... | 28.0 KiB | 23.3 KiB |
House Promo - TV div.house-promo > div#house-promo > a.house-promo__link > img.house-promo__image | cloudfront-us-east-1.images.arcpublishing.com/tbt/XEHDGDCIZFE7TGLAJSLMGIFQMU.jpg | 33.9 KiB | 21.7 KiB |
Rays’ Tampa stadium plan leaves Bucs 2,600 parking spots short for games div.most-read-item__image > figure > div.lazy-container > img | /resizer/v2/rays-tampa-stadium-plan-leaves-bucs-2600-HYU3... | 9.2 KiB | 7.8 KiB |
Ex-model, arrested by police in Florida and deported, causes White House stir div.most-read-item__image > figure > div.lazy-container > img | /resizer/v2/ex-model-arrested-by-police-in-florida-ZA5CST... | 6.1 KiB | 4.8 KiB |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| ak.sail-horizon.com/spm/spm.v1.min.js | 48.1 KiB | 409 ms |
| unpkg.com/leaflet@1.9.4/dist/leaflet.css | 3.9 KiB | 290 ms |
| www.tampabay.com/pf/resources/js/jquery-3.5.1.min.js?d=740 | 39.6 KiB | 245 ms |
| www.tampabay.com/pf/resources/js/sophi/sophi-init.js?d=740 | 749 B | |
| www.tampabay.com/pf/resources/js/auth/ZephrAnalytics.js?d=740 | 1.7 KiB | |
| www.tampabay.com/pf/resources/js/amazonAd.js?d=740 | 1019 B | |
| cdn.sophi.io/assets/demeter/1/stable/3372937438.js | 39.0 KiB | 393 ms |
| www.tampabay.com/pf/dist/components/combinations/default.css?d=740&mxId=00000000 | 53.3 KiB | 82 ms |
| www.tampabay.com/pf/resources/dist/tbt/css/style.css?d=740 | 11.4 KiB | 82 ms |
| cdn-clavis-tbt-prod.arc-perso.aws.arc.pub/clavis.main.js.gz | 2.4 KiB | 243 ms |
| cdn.auth0.com/js/auth0-spa-js/2.0/auth0-spa-js.production.js | 13.7 KiB | 258 ms |
| assets.zephr.com/zephr-browser/1.7.1/zephr-browser.umd.js | 16.6 KiB | 329 ms |
| cdn.ckeditor.com/ckeditor5/46.0.0/ckeditor5.css | 31.2 KiB | 325 ms |
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 |
|---|---|
| tampabay.com/ | 290 ms |
| www.tampabay.com/ | 0.0 ms |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.tampabay.com/pf/resources/js/jquery-3.5.1.min.js?d=740 | 39.2 KiB | 17.7 KiB |
| www.tampabay.com/pf/resources/js/auth/Auth0Client.js?d=740 | 10.0 KiB | 3.8 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 |
|---|---|---|
| cdn.y5kvsuy8wr7c.com/prod/tampabay/t8y9347t.min.css?2026321 | 48.7 KiB | 48.7 KiB |
| www.tampabay.com/pf/dist/components/combinations/default.css?d=740&mxId=00000000 | 52.9 KiB | 44.6 KiB |
| cdn.ckeditor.com/ckeditor5/46.0.0/ckeditor5.css | 30.6 KiB | 28.6 KiB |
| www.tampabay.com/pf/resources/dist/tbt/css/style.css?d=740 | 10.9 KiB | 10.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 | 3.4 s |
| Other | 585 ms |
| Style & Layout | 450 ms |
| Script Parsing & Compilation | 303 ms |
| Rendering | 202 ms |
| Garbage Collection | 83 ms |
| Parse HTML & CSS | 82 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| The page has an unload handler in the main frame. | Actionable |
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| cdn.y5kvsuy8wr7c.com/prod/tampabay/t8y9347t.min.css?2026321 | 49.2 KiB | 5.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 | |
|---|---|
Tampa Bay Times dialog#zephr-zone-popup > div#tbt-entrance-modal > div.zephr-banner-container > img.zephr__logo | tpc-files.s3.us-east-1.amazonaws.com/white_times_logo_horizon.png |
Florida Attorney General James Uthmeier said the state has opened a criminal i… figure > div.lazy-container > picture > img.lazy-loaded | /resizer/v2/florida-attorney-general-james-uthmeier-PQYXS... |
div.footer__segment > div.footer__segment-links > a.footer__florida-public-notices-verified > img div.footer__segment > div.footer__segment-links > a.footer__florida-public-notices-verified > img | files.tampabay.com/resources/images/florida-public-notices-verfied.png |
Ex-model, arrested by police in Florida and deported, causes White House stir div.most-read-item__image > figure > div.lazy-container > img | /resizer/v2/ex-model-arrested-by-police-in-florida-ZA5CST... |
Rays’ Tampa stadium plan leaves Bucs 2,600 parking spots short for games div.most-read-item__image > figure > div.lazy-container > img | /resizer/v2/rays-tampa-stadium-plan-leaves-bucs-2600-HYU3... |
Tampa’s Gasworx just hit a milestone. What’s next for the neighborhood? div.most-read-item__image > figure > div.lazy-container > img | /resizer/v2/tampas-gasworx-just-hit-a-milestone-whats-W6E... |
Congress might lose more to scandal — and these 2 are from Florida div.most-read-item__image > figure > div.lazy-container > img | /resizer/v2/congress-might-lose-more-to-scandal-and-FSVDO... |
How much do Florida universities pay their graduate assistants? div.most-read-item__image > figure > div.lazy-container > img | /resizer/v2/how-much-do-florida-universities-pay-7OO7GMET... |
UnitedHealthcare insurance holders could lose access to BayCare in-network rates div.most-read-item__image > figure > div.lazy-container > img | /resizer/v2/unitedhealthcare-insurance-holders-could-HJ7D... |
The Tampa Bay Rays' parking plan for construction on a proposed stadium at Hill… figure > div.lazy-container > picture > img.lazy-loaded | /resizer/v2/the-tampa-bay-rays-parking-plan-for-HYU3QQS4U... |
A glowing USF sign is visible at the foot of the steps in the lobby of the Stud… figure > div.lazy-container > picture > img.lazy-loaded | /resizer/v2/a-glowing-usf-sign-is-visible-at-the-foot-7OO... |
Hillsborough County firefighters battle a blaze in Wimauma that engulfed 350 ac… figure > div.lazy-container > picture > img.lazy-loaded | /resizer/v2/hillsborough-county-firefighters-battle-a-IVT... |
div.paper-preview-fp__left > div.paper-preview-fp__left-graphic > a > img#paper-preview-fp__i div.paper-preview-fp__left > div.paper-preview-fp__left-graphic > a > img#paper-preview-fp__i | /tpc-files/tampabay/www/specials/publication/Times_1A/Tim... |
Bucs icon div.nav-sub-segment > div > a.nav__level--003 > img | www.tampabay.com/pf/resources/images/icons/sports/icon--bucs-logo.png?d=740 |
Rays icon div.nav-sub-segment > div > a.nav__level--003 > img | www.tampabay.com/pf/resources/images/icons/sports/icon--rays-logo.png?d=740 |
Lightning icon div.nav-sub-segment > div > a.nav__level--003 > img | www.tampabay.com/pf/resources/images/icons/sports/icon--lightning-logo.png?d=740 |
Bulls icon div.nav-sub-segment > div > a.nav__level--003 > img | www.tampabay.com/pf/resources/images/icons/sports/icon--bulls-logo.png?d=740 |
Gators icon div.nav-sub-segment > div > a.nav__level--003 > img | www.tampabay.com/pf/resources/images/icons/sports/icon--gators-logo.png?d=740 |
Seminoles icon div.nav-sub-segment > div > a.nav__level--003 > img | www.tampabay.com/pf/resources/images/icons/sports/icon--seminoles-logo.png?d=740 |
Bucs icon ul.dropdown-content__list--one-column > li > a.nav__link--bucs > img | www.tampabay.com/pf/resources/images/icons/sports/icon--bucs-logo.png?d=740 |
Rays icon ul.dropdown-content__list--one-column > li > a.nav__link--rays > img | www.tampabay.com/pf/resources/images/icons/sports/icon--rays-logo.png?d=740 |
Lightning icon ul.dropdown-content__list--one-column > li > a.nav__link--lightning > img | www.tampabay.com/pf/resources/images/icons/sports/icon--lightning-logo.png?d=740 |
Bulls icon ul.dropdown-content__list--one-column > li > a.nav__link--bulls > img | www.tampabay.com/pf/resources/images/icons/sports/icon--bulls-logo.png?d=740 |
Gators icon ul.dropdown-content__list--one-column > li > a.nav__link--gators > img | www.tampabay.com/pf/resources/images/icons/sports/icon--gators-logo.png?d=740 |
Seminoles icon ul.dropdown-content__list--one-column > li > a.nav__link--seminoles > img | www.tampabay.com/pf/resources/images/icons/sports/icon--seminoles-logo.png?d=740 |
tbt* icon ul.dropdown-content__list--two-column > li > a.nav__link--tbt > img | www.tampabay.com/pf/resources/images/icons/tbt-logo.png?d=740 |
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.
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#top > nav > div.nav-bar > button.button div#top > nav > div.nav-bar > button.button |
… nav > div.nav-bar > div.nav-bar__tools > button.button |
body.panelClosed > dialog#zephr-zone-popup > button#zephr-popup-close body.panelClosed > dialog#zephr-zone-popup > button#zephr-popup-close |
dialog#zephr-zone-popup > div#tbt-entrance-modal > div.zephr-banner-container > button#zephr-zone-close dialog#zephr-zone-popup > div#tbt-entrance-modal > div.zephr-banner-container > button#zephr-zone-close |
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.paper-preview-fp__left > div.paper-preview-fp__left-graphic > a > img#paper-preview-fp__i div.paper-preview-fp__left > div.paper-preview-fp__left-graphic > a > img#paper-preview-fp__i |
div.footer__segment > div.footer__segment-links > a.footer__florida-public-notices-verified > img div.footer__segment > div.footer__segment-links > a.footer__florida-public-notices-verified > img |
body.panelClosed > img#06db9294 body.panelClosed > img#06db9294 |
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.layout--lg > div > div.raw-html > iframe div.layout--lg > div > div.raw-html > 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.paper-preview-fp__wrapper > div.paper-preview-fp__left > div.paper-preview-fp__left-graphic > a div.paper-preview-fp__wrapper > div.paper-preview-fp__left > div.paper-preview-fp__left-graphic > a |
div.footer__links > div.footer__segment > div.footer__segment-links > a.footer__florida-public-notices-verified div.footer__links > div.footer__segment > div.footer__segment-links > a.footer__florida-public-notices-verified |
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.
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 |
|---|
Menu div.nav-bar > div#hamburger > button.button > div.hamburger__menu-button |
ADVERTISEMENT div.vert__header-vert > div.layout--lg > div.vert > span.vert__slug |
81° F, Mostly Clear div.masthead__weather > div.weather > div.weather__content > a.weather__content--link |
ADVERTISEMENT div > div.ad-teleporter > div.vert > span.vert__slug |
Accept all div.Card-buoy__sc-1s2p2gv-0 > div.Card__CardHeader-buoy__sc-1s2p2gv-1 > div.Frame-buoy__sc-1d4hofp-0 > button.Button__StyledButton-buoy__sc-a1qza5-0 |
PURPOSES div.Card-buoy__sc-1s2p2gv-0 > div.Frame-buoy__sc-1d4hofp-0 > div.Pills__StyledPills-buoy__sc-pti2cl-0 > button.Pills__StyledPill-buoy__sc-pti2cl-1 |
1725 PARTNERS div.Card-buoy__sc-1s2p2gv-0 > div.Frame-buoy__sc-1d4hofp-0 > div.Pills__StyledPills-buoy__sc-pti2cl-0 > button.Pills__StyledPill-buoy__sc-pti2cl-1 |
These are opportunities to improve the legibility of your content.
A value greater than 0 implies an explicit navigation ordering. Although technically valid, this often creates frustrating experiences for users who rely on assistive technologies. Learn more about the `tabindex` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Menu
Close div#top > nav > div.nav-bar > div#hamburger |
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
REGIONS div.dropdown-content--news > ul.dropdown-content__list--one-column > li > h4.dropdown-content__header |
These are opportunities to improve keyboard navigation in your application.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Menu
Close div#top > nav > div.nav-bar > div#hamburger |
e-Newspaper div.side-scroller--interior > ul.masthead__list > li.masthead__list-item--secondary > a.e-newspaper-modal__style |
Games & Puzzles div.side-scroller--interior > ul.masthead__list > li.masthead__list-item--tertiary > a.nav__link--gamespuzzles |
Users are mistrustful of or confused by sites that request to send notifications without context. Consider tying the request to user gestures instead. Learn more about responsibly getting permission for notifications.
Performance issues directly impact user engagement and conversion rates.
| Source |
|---|
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| Unload event listeners are deprecated and will be removed. | d15kdpgjg3unno.cloudfront.net/oPS.js?cid=12 line 231, col 303 |
| 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 |
|---|---|
Failed to load resource: the server responded with a status of 404 (The specified blob does not exist.) | |
Failed to load resource: the server responded with a status of 404 (The specified blob does not exist.) |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.paper-preview-fp__left > div.paper-preview-fp__left-graphic > a > img#paper-preview-fp__i div.paper-preview-fp__left > div.paper-preview-fp__left-graphic > a > img#paper-preview-fp__i |
div.footer__segment > div.footer__segment-links > a.footer__florida-public-notices-verified > img div.footer__segment > div.footer__segment-links > a.footer__florida-public-notices-verified > img |
body.panelClosed > img#06db9294 body.panelClosed > img#06db9294 |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback