Lighthouse Desktop
· 0 checks — Desktop Lighthouse audit -- Performance, Accessibility, Best Practices, and SEO category breakdown.Detailed Report
Audit breakdown by category with detailed findings.
Performance
Insights
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Performance issues directly impact user engagement and conversion rates.
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
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.
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 | |
|---|---|---|---|
Charlton vs Queens Park Rangers Confirmed Lineups article > a.content-clickout > div.content-image > img.image | /pnq4hpds29uh/5RRO2dHb8jSAicEg88bsWl/b33ba31884a3582d7729... | 105.4 KiB | 103.5 KiB |
Sporting CP vs Galatasaray Confirmed Lineups article > a.content-clickout > div.content-image > img.image | /pnq4hpds29uh/1Zn66BemKpU8vtjY0jDqvU/0ddc6f33b2bd57c415b1... | 101.7 KiB | 99.9 KiB |
Liverpool vs Atletico Madrid Confirmed Lineups article > a.content-clickout > div.content-image > img.image | /pnq4hpds29uh/64xt5H6hU0lJQg43B7wuiR/bac58dcad590a456f936... | 100.3 KiB | 98.6 KiB |
TNT Sports 1 div.channel-wrap > div.il-block > div.channel-vcenter > img.channel | static.oddschecker.com/OC/build/v.1404/OC/i/tv/TNT_Sport_Pink.png?v=1.0.16 | 23.9 KiB | 23.2 KiB |
tbody > tr.hda-header > td.comp-logo-container > div.comp-logo tbody > tr.hda-header > td.comp-logo-container > div.comp-logo | /OC/build/v.1404/OC/i/OC/API/events/v3/football/CarabaoCu... | 24.4 KiB | 21.5 KiB |
tbody > tr.hda-header > td.comp-logo-container > div.comp-logo tbody > tr.hda-header > td.comp-logo-container > div.comp-logo | /OC/build/v.1404/OC/i/OC/API/events/v3/football/Saudi-1@3... | 18.4 KiB | 15.4 KiB |
tbody > tr.hda-header > td.comp-logo-container > div.comp-logo tbody > tr.hda-header > td.comp-logo-container > div.comp-logo | /OC/build/v.1404/OC/i/OC/API/events/v3/football/Copa-Suda... | 14.5 KiB | 11.5 KiB |
tbody > tr.hda-header > td.comp-logo-container > div.comp-logo tbody > tr.hda-header > td.comp-logo-container > div.comp-logo | /OC/build/v.1404/OC/i/OC/API/events/v3/football/Copa-Libe... | 12.5 KiB | 9.6 KiB |
tbody > tr.hda-header > td.comp-logo-container > div.comp-logo tbody > tr.hda-header > td.comp-logo-container > div.comp-logo | /OC/build/v.1404/OC/i/OC/API/events/v3/football/ic_Champi... | 10.5 KiB | 7.5 KiB |
TV tr.match-on > td.time > div.time-div > img.channel | static.oddschecker.com/OC/build/v.1404/OC/i/tv/SS_Primary.png?v=1.0.16 | 6.2 KiB | 5.8 KiB |
tbody > tr.hda-header > td.comp-logo-container > div.comp-logo tbody > tr.hda-header > td.comp-logo-container > div.comp-logo | /OC/build/v.1404/OC/i/OC/API/events/v3/football/ic_SPFL.p... | 8.5 KiB | 5.6 KiB |
Wednesday Horse Racing Tips from Andy Holding a.content-clickout-small > div.content-border-box > div.content-image > img | /content/types/TIP/andy-holding-oc-plus-preview.jpg?v=907... | 6.5 KiB | 5.4 KiB |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|
| oddschecker.com/ | 249 ms |
| www.oddschecker.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.
Diagnostics
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| static.oddschecker.com/OC/css/compiled/OC/beta-new.1404.css | 34.8 KiB | 29.7 KiB |
| @import "https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,100..900;1,100..900&displ… | 12.1 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.
Performance issues directly impact user engagement and conversion rates.
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| www.oddschecker.com/ | 467 ms | 56 ms | 12 ms |
| Unattributable | 439 ms | 32 ms | 0.0 ms |
| ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js | 337 ms | 310 ms | 1.8 ms |
| cdn.oddschecker.com/oc-uk/js/oc-uk-e587a96668.js | 230 ms | 154 ms | 35 ms |
| www.googletagmanager.com/gtm.js?id=GTM-57L4GZ | 152 ms | 130 ms | 15 ms |
| static.oddschecker.com/OC/js/build/prod/third-party/bundle.tracing.min.3p.1.2.js | 134 ms | 72 ms | 2.0 ms |
| cx-resources.oddschecker.com/fingerprint/verify-client.js?v1.0.1 | 128 ms | 92 ms | 4.3 ms |
| cdn.oddschecker.com/header/js/header-2e33b666e1.js | 89 ms | 84 ms | 0.8 ms |
| www.googletagmanager.com/gtag/js?id=G-89STYVZ289&cx=c>m=4e6980h2 | 85 ms | 71 ms | 13 ms |
| www.oddschecker.com/cdn-cgi/challenge-platform/scripts/jsd/main.js | 62 ms | 58 ms | 0.6 ms |
| www.googletagmanager.com/gtag/js?id=G-DYH22RGD1Z&cx=c>m=4e6980h2 | 60 ms | 50 ms | 10 ms |
| pluggedlabs.com/static/js/g291223j/zrjz7j0cr.v2.js | 59 ms | 47 ms | 11 ms |
| pluggedlabs.com/build/p9xp5xwge_oqblz5zda8zi4t/ConsentManager,Sticky2 | 52 ms | 37 ms | 14 ms |
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 1.4 s |
| Other | 560 ms |
| Style & Layout | 248 ms |
| Script Parsing & Compilation | 167 ms |
| Rendering | 98 ms |
| Garbage Collection | 62 ms |
| Parse HTML & CSS | 50 ms |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| touchpoint-sdk.visioncritical.com/main.js | 79.3 KiB | 62.7 KiB |
| cx-resources.oddschecker.com/fingerprint/verify-client.js?v1.0.1 | 28.3 KiB | 9.1 KiB |
| static.oddschecker.com/OC/js/build/prod/third-party/bundle.tracing.min.3p.1.2.js | 27.6 KiB | 4.4 KiB |
| static.oddschecker.com/OC/js/build/prod/third-party/jquery.validate.3p.1.2.js | 11.3 KiB | 4.0 KiB |
| /OC/js/build/prod/third-party/unleash-proxy-client.min.3p... | 6.4 KiB | 3.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.
More information about the performance of your application. These numbers don't directly affect the Performance score.
Accessibility
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Contrast
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Wednesday 9th September 2026 td.bh-date > a.event-link > div > p.beta-caption1 |
Home tbody > tr.hda-header > td.bet-headers > span.bet-headers-text |
Draw tbody > tr.hda-header > td.bet-headers > span.bet-headers-text |
Away tbody > tr.hda-header > td.bet-headers > span.bet-headers-text |
All Odds tr.match-on > td.betting > a.beta-callout > span.beta-caption2 |
All Odds tr.match-on > td.betting > a.beta-callout > span.beta-caption2 |
All Odds tr.match-on > td.betting > a.beta-callout > span.beta-caption2 |
All Odds tr.match-on > td.betting > a.beta-callout > span.beta-caption2 |
Wednesday 9th September 2026 td.bh-date > a.event-link > div > p.beta-caption1 |
Home tbody > tr.hda-header > td.bet-headers > span.bet-headers-text |
Draw tbody > tr.hda-header > td.bet-headers > span.bet-headers-text |
Away tbody > tr.hda-header > td.bet-headers > span.bet-headers-text |
All Odds tr.match-on > td.betting > a.beta-callout > span.beta-caption2 |
Wednesday 9th September 2026 td.bh-date > a.event-link > div > p.beta-caption1 |
Home tbody > tr.hda-header > td.bet-headers > span.bet-headers-text |
Draw tbody > tr.hda-header > td.bet-headers > span.bet-headers-text |
Away tbody > tr.hda-header > td.bet-headers > span.bet-headers-text |
All Odds tr.match-on > td.betting > a.beta-callout > span.beta-caption2 |
All Odds tr.match-on > td.betting > a.beta-callout > span.beta-caption2 |
All Odds tr.match-on > td.betting > a.beta-callout > span.beta-caption2 |
Wednesday 9th September 2026 td.bh-date > a.event-link > div > p.beta-caption1 |
Home tbody > tr.hda-header > td.bet-headers > span.bet-headers-text |
Draw tbody > tr.hda-header > td.bet-headers > span.bet-headers-text |
Away tbody > tr.hda-header > td.bet-headers > span.bet-headers-text |
All Odds tr.match-on > td.betting > a.beta-callout > span.beta-caption2 |
Wednesday 9th September 2026 td.bh-date > a.event-link > div > p.beta-caption1 |
Home tbody > tr.hda-header > td.bet-headers > span.bet-headers-text |
Draw tbody > tr.hda-header > td.bet-headers > span.bet-headers-text |
Away tbody > tr.hda-header > td.bet-headers > span.bet-headers-text |
All Odds tr.match-on > td.betting > a.beta-callout > span.beta-caption2 |
All Odds tr.match-on > td.betting > a.beta-callout > span.beta-caption2 |
Wednesday 9th September 2026 td.bh-date > a.event-link > div > p.beta-caption1 |
Home tbody > tr.hda-header > td.bet-headers > span.bet-headers-text |
Draw tbody > tr.hda-header > td.bet-headers > span.bet-headers-text |
Away tbody > tr.hda-header > td.bet-headers > span.bet-headers-text |
All Odds tr.match-on > td.betting > a.beta-callout > span.beta-caption2 |
Wednesday 9th September 2026 td.bh-date > a.event-link > div > p.beta-caption1 |
Home tbody > tr.hda-header > td.bet-headers > span.bet-headers-text |
Draw tbody > tr.hda-header > td.bet-headers > span.bet-headers-text |
Away tbody > tr.hda-header > td.bet-headers > span.bet-headers-text |
All Odds tr.match-on > td.betting > a.beta-callout > span.beta-caption2 |
Wednesday 9th September 2026 td.bh-date > a.event-link > div > p.beta-caption1 |
Home tbody > tr.hda-header > td.bet-headers > span.bet-headers-text |
Draw tbody > tr.hda-header > td.bet-headers > span.bet-headers-text |
Away tbody > tr.hda-header > td.bet-headers > span.bet-headers-text |
All Odds tr.match-on > td.betting > a.beta-callout > span.beta-caption2 |
View More Football section.page-module > div.new-link-right-wrapper > a.beta-footnote > span.beta-caption2 |
MON 09:00 div.layout-flex > span.sub-title > div.sub-desc > span |
Champions League (Top Goalscorer) div.border-wrap > div > div.sub-title > div.sub-desc |
St Leger div.border-wrap > div > div.sub-title > div.sub-desc |
Irish Open (1st Round Leader) div.border-wrap > div > div.sub-title > div.sub-desc |
Ballon dOr div.border-wrap > div > div.sub-title > div.sub-desc |
Ryan Garcia v Conor Benn div.border-wrap > div > div.sub-title > div.sub-desc |
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 |
47 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.
Names and labels
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.center-footer > div.social-media > a > img.lazyload div.center-footer > div.social-media > a > img.lazyload |
div.center-footer > div.social-media > a > img.lazyload div.center-footer > div.social-media > a > img.lazyload |
div.center-footer > div.social-media > a > img.lazyload div.center-footer > div.social-media > a > img.lazyload |
div.center-footer > div.social-media > a > img.lazyload div.center-footer > div.social-media > a > img.lazyload |
div.center-footer > div.legal-logos > a > img.lazyload div.center-footer > div.legal-logos > a > img.lazyload |
div.center-footer > div.legal-logos > a > img.lazyload div.center-footer > div.legal-logos > a > img.lazyload |
div.center-footer > div.legal-logos > a > img.lazyload div.center-footer > div.legal-logos > a > img.lazyload |
div.center-footer > div.legal-logos > a > img.lazyload div.center-footer > div.legal-logos > a > img.lazyload |
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#nav-footer > div.center-footer > div.social-media > a div#nav-footer > div.center-footer > div.social-media > a |
div#nav-footer > div.center-footer > div.social-media > a div#nav-footer > div.center-footer > div.social-media > a |
div#nav-footer > div.center-footer > div.social-media > a div#nav-footer > div.center-footer > div.social-media > a |
div#nav-footer > div.center-footer > div.social-media > a div#nav-footer > div.center-footer > div.social-media > a |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Tables and lists
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Account
Exchange Settings
Bet Basket
Market Movers
TV Calendar
Time Zone
Calcul… div > div.TopNavWrapper_t1rrkz74 > div.container > ul.ToolsMenuList_t1fs7k0u |
Screen readers require list items (`<li>`) to be contained within a parent `<ul>`, `<ol>` or `<menu>` to be announced properly. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Toggle search input div.container > ul.ToolsMenuList_t1fs7k0u > div.ToolsMenuGroup_t1440a7p > li.ToolsMenuIconItem_t1897yv0 |
Account
Exchange Settings
Bet Basket
Market Movers
TV Calendar
Time Zone
Calcul… div.container > ul.ToolsMenuList_t1fs7k0u > div.ToolsMenuGroup_t1440a7p > li.ToolsMenuIconItem_t1897yv0 |
Odds div.container > ul.ToolsMenuList_t1fs7k0u > div.ToolsMenuGroup_t1440a7p > li#oddsItem |
Log In div.container > ul.ToolsMenuList_t1fs7k0u > div.ToolsMenuGroup_t1440a7p > li.ToolsMenuTextItem_th1bgsa |
Sign Up div.container > ul.ToolsMenuList_t1fs7k0u > div.ToolsMenuGroup_t1440a7p > li.ToolsMenuTextItem_th1bgsa |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
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 |
|---|
0 div.MidNavInner_m10i43d6 > div.BetslipButtonWrapper_b11uqm49 > div.BetslipButtonContainer_b1wp1p8o > button.BetslipButton_b49ks0p |
Screen readers have features to make navigating tables easier. Ensuring that `<td>` elements in a large table (3 or more cells in width and height) have an associated table header may improve the experience for screen reader users. Learn more about table headers.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Champions League
Wednesday 9th September 2026
Home Draw Away
IN PLAY
… section > div#fixtures > div.content-4 > table.at-hda |
Best Practices
User Experience
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
TV tr.match-on > td.time > div.time-div > img.channel | static.oddschecker.com/OC/build/v.1404/OC/i/tv/TNT_Sport_Pink.png?v=1.0.16 | 50 x 11 (4.55) | 400 x 109 (3.67) |
TV tr.match-on > td.time > div.time-div > img.channel | static.oddschecker.com/OC/build/v.1404/OC/i/tv/TNT_Sport_Pink.png?v=1.0.16 | 50 x 11 (4.55) | 400 x 109 (3.67) |
TV tr.match-on > td.time > div.time-div > img.channel | static.oddschecker.com/OC/build/v.1404/OC/i/tv/TNT_Sport_Pink.png?v=1.0.16 | 50 x 11 (4.55) | 400 x 109 (3.67) |
TV tr.match-on > td.time > div.time-div > img.channel | static.oddschecker.com/OC/build/v.1404/OC/i/tv/TNT_Sport_Pink.png?v=1.0.16 | 50 x 11 (4.55) | 400 x 109 (3.67) |
TV tr.match-on > td.time > div.time-div > img.channel | static.oddschecker.com/OC/build/v.1404/OC/i/tv/TNT_Sport_Pink.png?v=1.0.16 | 50 x 11 (4.55) | 400 x 109 (3.67) |
TV tr.match-on > td.time > div.time-div > img.channel | static.oddschecker.com/OC/build/v.1404/OC/i/tv/TNT_Sport_Pink.png?v=1.0.16 | 50 x 11 (4.55) | 400 x 109 (3.67) |
TV tr.match-on > td.time > div.time-div > img.channel | static.oddschecker.com/OC/build/v.1404/OC/i/tv/TNT_Sport_Pink.png?v=1.0.16 | 50 x 11 (4.55) | 400 x 109 (3.67) |
TV tr.match-on > td.time > div.time-div > img.channel | static.oddschecker.com/OC/build/v.1404/OC/i/tv/TNT_Sport_Pink.png?v=1.0.16 | 50 x 11 (4.55) | 400 x 109 (3.67) |
TV tr.match-on > td.time > div.time-div > img.channel | static.oddschecker.com/OC/build/v.1404/OC/i/tv/TNT_Sport_Pink.png?v=1.0.16 | 50 x 11 (4.55) | 400 x 109 (3.67) |
TV tr.match-on > td.time > div.time-div > img.channel | static.oddschecker.com/OC/build/v.1404/OC/i/tv/TNT_Sport_Pink.png?v=1.0.16 | 50 x 11 (4.55) | 400 x 109 (3.67) |
Liverpool vs Atletico Best Bets, Odds & 4/1 Bet Builder Tip a.content-clickout-small > div.content-border-box > div.content-image > img | /content/types/TIP/championsleaguetips-generic-preview.jp... | 100 x 68 (1.47) | 133 x 100 (1.33) |
Football Accumulator Tips: Today's 16/1 UCL & Championship Acca a.content-clickout-small > div.content-border-box > div.content-image > img | static.oddschecker.com/content/types/TIP/wed-acca-tips-preview.jpg?v=9101948 | 100 x 68 (1.47) | 133 x 100 (1.33) |
Wednesday Horse Racing Tips from Andy Holding a.content-clickout-small > div.content-border-box > div.content-image > img | /content/types/TIP/andy-holding-oc-plus-preview.jpg?v=907... | 100 x 68 (1.47) | 133 x 100 (1.33) |
Champions League Matchday 1 Tips & Predictions: All 18 Fixtures Previewed a.content-clickout-small > div.content-border-box > div.content-image > img | /content/types/TIP/championsleaguetips-generic-preview.jp... | 100 x 68 (1.47) | 133 x 100 (1.33) |
Champions League Betting Tips: Player Matchups & Best Bets a.content-clickout-small > div.content-border-box > div.content-image > img | /content/types/TIP/championsleaguetips-generic-preview.jp... | 100 x 68 (1.47) | 133 x 100 (1.33) |
TV tr.match-on > td.time > div.time-div > img.channel | static.oddschecker.com/OC/build/v.1404/OC/i/tv/SS_Primary.png?v=1.0.16 | 50 x 11 (4.55) | 96 x 26 (3.69) |
TV tr.match-on > td.time > div.time-div > img.channel | static.oddschecker.com/OC/build/v.1404/OC/i/tv/SS_Primary.png?v=1.0.16 | 50 x 11 (4.55) | 96 x 26 (3.69) |
TV tr.match-on > td.time > div.time-div > img.channel | static.oddschecker.com/OC/build/v.1404/OC/i/tv/SS_Primary.png?v=1.0.16 | 50 x 11 (4.55) | 96 x 26 (3.69) |
TV tr.match-on > td.time > div.time-div > img.channel | static.oddschecker.com/OC/build/v.1404/OC/i/tv/SS_Primary.png?v=1.0.16 | 50 x 11 (4.55) | 96 x 26 (3.69) |
TV tr.match-on > td.time > div.time-div > img.channel | static.oddschecker.com/OC/build/v.1404/OC/i/tv/SS_Primary.png?v=1.0.16 | 50 x 11 (4.55) | 96 x 26 (3.69) |
TV tr.match-on > td.time > div.time-div > img.channel | static.oddschecker.com/OC/build/v.1404/OC/i/tv/BBC.png?v=1.0.16 | 50 x 11 (4.55) | 96 x 26 (3.69) |
TV tr.match-on > td.time > div.time-div > img.channel | static.oddschecker.com/OC/build/v.1404/OC/i/tv/Premier_Sports.png?v=1.0.16 | 50 x 11 (4.55) | 96 x 26 (3.69) |
TV tr.match-on > td.time > div.time-div > img.channel | static.oddschecker.com/OC/build/v.1404/OC/i/tv/BBC.png?v=1.0.16 | 50 x 11 (4.55) | 96 x 26 (3.69) |
TV tr.match-on > td.time > div.time-div > img.channel | static.oddschecker.com/OC/build/v.1404/OC/i/tv/SS_Primary.png?v=1.0.16 | 50 x 11 (4.55) | 96 x 26 (3.69) |
TV tr.match-on > td.time > div.time-div > img.channel | static.oddschecker.com/OC/build/v.1404/OC/i/tv/SS_Primary.png?v=1.0.16 | 50 x 11 (4.55) | 96 x 26 (3.69) |
TV tr.match-on > td.time > div.time-div > img.channel | static.oddschecker.com/OC/build/v.1404/OC/i/tv/SS_Primary.png?v=1.0.16 | 50 x 11 (4.55) | 96 x 26 (3.69) |
TV tr.match-on > td.time > div.time-div > img.channel | static.oddschecker.com/OC/build/v.1404/OC/i/tv/SS_Primary.png?v=1.0.16 | 50 x 11 (4.55) | 96 x 26 (3.69) |
TV tr.match-on > td.time > div.time-div > img.channel | static.oddschecker.com/OC/build/v.1404/OC/i/tv/Premier_Sports.png?v=1.0.16 | 50 x 11 (4.55) | 96 x 26 (3.69) |
TV tr.match-on > td.time > div.time-div > img.channel | static.oddschecker.com/OC/build/v.1404/OC/i/tv/Premier_Sports.png?v=1.0.16 | 50 x 11 (4.55) | 96 x 26 (3.69) |
General
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| SharedStorage | |
| StorageType.persistent is deprecated. Please use standardized navigator.storage instead. | |
| Fledge |
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 |
|---|---|
[OptinMonster] This account is not currently active. It is either expired, paused, archived, cancelled or temporarily suspended. | |
Access to fetch at 'https://api-touchpoint.eu2.alida.com/distributor/distributor.Distributor/GetWidgets?app_id=OMI7brveNzKkz1x' from origin 'https://www.oddschecker.com' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Error fetching widgets TypeError: Failed to fetch
at https://static.oddschecker.com/OC/js/build/prod/third-party/bundle.tracing.min.3p.1.2.js:2:17627
at x.getWidgets (https://touchpoint-sdk.visioncritical.com/main.js:1:22533)
at Q.<anonymous> (https://touchpoint-sdk.visioncritical.com/main.js:1:31897)
at Generator.next (<anonymous>)
at j (https://touchpoint-sdk.visioncritical.com/main.js:1:24832)
at s (https://touchpoint-sdk.visioncritical.com/main.js:1:25035)
at https://touchpoint-sdk.visioncritical.com/main.js:1:25094
at new Promise (<anonymous>)
at Q.loadWidgets (https://touchpoint-sdk.visioncritical.com/main.js:1:24975)
at Q.<anonymous> (https://touchpoint-sdk.visioncritical.com/main.js:1:28270)
at Generator.next (<anonymous>)
at j (https://touchpoint-sdk.visioncritical.com/main.js:1:24832)
at s (https://touchpoint-sdk.visioncritical.com/main.js:1:25035)
at https://touchpoint-sdk.visioncritical.com/main.js:1:25094
at new Promise (<anonymous>)
at Q.<anonymous> (https://touchpoint-sdk.visioncritical.com/main.js:1:24975)
at Q.initialize (https://touchpoint-sdk.visioncritical.com/main.js:1:28665)
at window.topInit (<anonymous>:1:38)
at ft (https://touchpoint-sdk.visioncritical.com/main.js:1:54605)
at https://touchpoint-sdk.visioncritical.com/main.js:1:54648
at https://touchpoint-sdk.visioncritical.com/main.js:1:54714
at https://touchpoint-sdk.visioncritical.com/main.js:1:54718 | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_NAME_NOT_RESOLVED | |
Failed to load resource: net::ERR_NAME_NOT_RESOLVED | |
Failed to load resource: the server responded with a status of 401 () | |
Failed to load resource: the server responded with a status of 403 () | |
Uncaught (in promise) TypeError: Failed to fetch | |
Uncaught (in promise) TypeError: Failed to fetch |
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.
SEO
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Crawling and Indexing
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 |
|---|
today div.page-description-inner > header.layout-flex > div#scr > a.rs |
Thursday div.page-description-inner > header.layout-flex > div#scr > a.rs |
Friday div.page-description-inner > header.layout-flex > div#scr > a.rs |
Today div.page-description-inner > header.layout-flex > div#fbsc > a.fs |
Thursday div.page-description-inner > header.layout-flex > div#fbsc > a.fs |
To appear in search results, crawlers need access to your app.
Content Best Practices
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.center-footer > div.social-media > a > img.lazyload div.center-footer > div.social-media > a > img.lazyload |
div.center-footer > div.social-media > a > img.lazyload div.center-footer > div.social-media > a > img.lazyload |
div.center-footer > div.social-media > a > img.lazyload div.center-footer > div.social-media > a > img.lazyload |
div.center-footer > div.social-media > a > img.lazyload div.center-footer > div.social-media > a > img.lazyload |
div.center-footer > div.legal-logos > a > img.lazyload div.center-footer > div.legal-logos > a > img.lazyload |
div.center-footer > div.legal-logos > a > img.lazyload div.center-footer > div.legal-logos > a > img.lazyload |
div.center-footer > div.legal-logos > a > img.lazyload div.center-footer > div.legal-logos > a > img.lazyload |
div.center-footer > div.legal-logos > a > img.lazyload div.center-footer > div.legal-logos > a > img.lazyload |
Format your HTML in a way that enables crawlers to better understand your app’s content.