Mobile 375 × 812

Desktop 1440 × 900

Score: 72 / 100
Based on 8 categories, 0 sections
Room to improve — your 21.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.
Good content signals with minor gaps.
High page weight means excess energy use and carbon emissions per visit.
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.
Page weighs 26.7 MB (6.8 MB transferred)
Performance issues directly impact user engagement and conversion rates.
1 button(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
16 control(s) without accessible label
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.
Nothing in this quadrant — good news.
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/8862dd8b-4ab3-471e-bd4f-89178642fc0c)<a href="https://beavercheck.com/results/8862dd8b-4ab3-471e-bd4f-89178642fc0c"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fthestar.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fthestar.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 21.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 conversion rate.
7 barrier(s) likely increasing bounce by ~36%.
Page takes 21.1s to load
+12% bounceUsers abandon at ~3s — you're 18.6s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 10.1s
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
Mixed content on HTTPS page
+8% bounceBrowsers block insecure subresources — broken images, missing scripts, warning badge
Fix: Change http:// URLs inside the page to https:// (or protocol-relative)
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
16 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
10 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.
$800 investment → $1.70/month returns + USD 157,500 risk avoided
$800
8h · 5 findings
$1.70 /mo
~$20 / year
USD 157,500
if kept compliant
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.
8.0 developer hours at $100/hr
Based on United States rates ($100/hr)
$13,127 / month at risk
~$157,520 / year if left unfixed
$157,500
+5 more
$1.70 /mo
21255.6 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.
9.50 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
21.14 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
10.11 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.005
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
15.37 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.07 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.
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 | |
|---|---|---|---|
'It’s terrifying': Fairview Mall security employee shot after confronting thief… figure.photo > div.image > a.tnt-asset-link > img.img-responsive | /thestar.com/content/tncms/assets/v3/editorial/7/96/796d7... | 124.3 KiB | 113.9 KiB |
Liberty Village, Parkdale hit by power outages impacting more than 1,800 Toront… figure.photo > div.image > a.tnt-asset-link > img.img-responsive | /thestar.com/content/tncms/assets/v3/editorial/8/be/8be2e... | 100.4 KiB | 92.0 KiB |
div.promoBox > div.promoInnerBox > div.promoImage > img div.promoBox > div.promoInnerBox > div.promoImage > img | /thestar.com/content/tncms/custom/image/86705d74-640b-48e... | 9.3 KiB | 8.3 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.
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 |
|---|---|---|
| /css2?family=STIX+Two+Text:ital,wght@0,500;0,600;0,700;1,... | 1.9 KiB | 899 ms |
| client.aps.amazon-adsystem.com/publisher.js | 82.5 KiB | 2.9 s |
| /thestar.com/shared-content/art/tncms/templates/libraries... | 311 B | |
| /acs/accounts/cfa16dfe-2c13-4c6e-8cb4-c532d090eb72/js/wt.js | 16.6 KiB | 1.6 s |
| config.aps.amazon-adsystem.com/configs/5028 | 1.4 KiB | 791 ms |
| www.thestar.com/shared-content/art/stats/common/tracker.js | 3.4 KiB | 151 ms |
| /recaptcha/enterprise.js?render=6LdF3BEhAAAAAEQUmLciJe0Qw... | 1.1 KiB | 817 ms |
| www.thestar.com/shared-content/art/tncms/tracking.js | 1.4 KiB |
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.
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 |
|---|---|
| thestar.com/ | 898 ms |
| www.thestar.com/ | 0.0 ms |
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
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 |
|---|---|---|
| /thestar.com/content/tncms/live/libraries/flex/components... | 10.7 KiB | 2.5 KiB |
| /thestar.com/content/tncms/live/libraries/flex/components... | 9.3 KiB | 2.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 | 21.7 s |
| Other | 3.5 s |
| Script Parsing & Compilation | 2.4 s |
| Style & Layout | 1.9 s |
| Parse HTML & CSS | 575 ms |
| Garbage Collection | 419 ms |
| Rendering | 171 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 |
|---|---|---|
| launchpad.privacymanager.io/latest/launchpad.bundle.js | 40.2 KiB | 12.7 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 | |
|---|---|
Proudly Canadian Owned Logo div#tncms-block-3699117 > div.mobileMenuToolsContainer > a > img.proudlyCanadianMobileLogo | /thestar.com/content/tncms/live/libraries/flex/components... |
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.
Using ARIA attributes in roles where they are prohibited can mean that important information is not communicated to users of assistive technologies. Learn more about prohibited ARIA roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Clear Search div#site-search-form-3699114 > form#site-search-3699114 > div.user-controls-cancel-button > span#search-cancel-3699114 |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
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 |
|---|
REGISTER TO ATTEND div.promoInnerBox > div.promoText > div.promoLink > a |
terms of use div.promo-designer-wrapper > div.info-text-outer > p.info-text > a |
privacy policy div.promo-designer-wrapper > div.info-text-outer > p.info-text > a |
privacy policy div.promo-designer-wrapper > div.info-text-outer > p.info-text > a |
terms of service div.promo-designer-wrapper > div.info-text-outer > p.info-text > a |
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.promoBox > div.promoInnerBox > div.promoImage > img div.promoBox > div.promoInnerBox > div.promoImage > img |
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.
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 |
|---|
SALE
Only $1 div.user-promo-mobile > div.anonymous > div.user-promo-button > a |
Vinay Menon: Chill out, Toronto. Drake’s ice mountain and fireball are his vers… div.card-body > div.card-headline > h3.tnt-headline > a.tnt-asset-link |
Gregor Chisholm: The Blue Jays aren’t missing Bo Bichette, and the brutal Mets … div.card-body > div.card-headline > h3.tnt-headline > a.tnt-asset-link |
Lisi Tesher: My boyfriend is incarcerated. I’ve given so much to help him. But … div.card-body > div.card-headline > h3.tnt-headline > a.tnt-asset-link |
Mike Wilner: Blue Jays vs. Angels: Struggling Hoffman finds groove in series-op… div.card-body > div.card-headline > h3.tnt-headline > a.tnt-asset-link |
Gregor Chisholm: The Blue Jays aren’t missing Bo Bichette, and the brutal Mets … div.card-body > div.card-headline > h3.tnt-headline > a.tnt-asset-link |
Vinay Menon: Chill out, Toronto. Drake’s ice mountain and fireball are his vers… div.card-body > div.card-headline > h3.tnt-headline > a.tnt-asset-link |
Lora Grady: How can I get the best interest rate on my car loan? div.card-body > div.card-headline > h3.tnt-headline > a.tnt-asset-link |
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| AttributionReporting | |
| Topics | micro.rubiconproject.com/prebid/dynamic/18488.js line 28, col 84959 |
| 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 |
|---|---|
/combine/npm/jquery@3.3.1,npm/slick-carousel@1.8.1,npm/an... line 21, col 449 | Uncaught Error: [ng:btstrpd] http://errors.angularjs.org/1.2.32/ng/btstrpd?p0=%26lt%3Bhtml%20ng-app%3D%22widgetApp%22%26gt%3B |
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.
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 |
|---|
Toronto div.panel-body > ul.user-locations > li > a.dropdown-item |
Vancouver div.panel-body > ul.user-locations > li > a.dropdown-item |
Calgary div.panel-body > ul.user-locations > li > a.dropdown-item |
Edmonton div.panel-body > ul.user-locations > li > a.dropdown-item |
Winnipeg div.panel-body > ul.user-locations > li > a.dropdown-item |
Ottawa div.panel-body > ul.user-locations > li > a.dropdown-item |
Halifax div.panel-body > ul.user-locations > li > a.dropdown-item |
Toronto div.panel-body > ul.user-locations > li > a.dropdown-item |
Vancouver div.panel-body > ul.user-locations > li > a.dropdown-item |
Calgary div.panel-body > ul.user-locations > li > a.dropdown-item |
Edmonton div.panel-body > ul.user-locations > li > a.dropdown-item |
Winnipeg div.panel-body > ul.user-locations > li > a.dropdown-item |
Ottawa div.panel-body > ul.user-locations > li > a.dropdown-item |
Halifax div.panel-body > ul.user-locations > li > a.dropdown-item |
Toronto div.panel-body > ul.user-locations > li > a.dropdown-item |
Vancouver div.panel-body > ul.user-locations > li > a.dropdown-item |
Calgary div.panel-body > ul.user-locations > li > a.dropdown-item |
Edmonton div.panel-body > ul.user-locations > li > a.dropdown-item |
Winnipeg div.panel-body > ul.user-locations > li > a.dropdown-item |
Ottawa div.panel-body > ul.user-locations > li > a.dropdown-item |
Halifax div.panel-body > ul.user-locations > li > a.dropdown-item |
To appear in search results, crawlers need access to your app.
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.promoBox > div.promoInnerBox > div.promoImage > img div.promoBox > div.promoInnerBox > div.promoImage > img |
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.80 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.01 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.05 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.002
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
3.78 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.
10.78 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.
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 | |
|---|---|---|---|
'It’s terrifying': Fairview Mall security employee shot after confronting thief… figure.photo > div.image > a.tnt-asset-link > img.img-responsive | /thestar.com/content/tncms/assets/v3/editorial/7/96/796d7... | 124.3 KiB | 103.0 KiB |
Liberty Village, Parkdale hit by power outages impacting more than 1,800 Toront… figure.photo > div.image > a.tnt-asset-link > img.img-responsive | /thestar.com/content/tncms/assets/v3/editorial/8/be/8be2e... | 100.4 KiB | 83.2 KiB |
OLG Lottery ul.list-unstyled > li.sponsor-line > a > img.img-responsive | /thestar.com/content/tncms/assets/v3/editorial/9/62/96239... | 12.8 KiB | 12.6 KiB |
Matt Elliott article#card-summary-313d1ebd-97b3-4e30-8311-4260898facf0 > div.card-container > div.card-image > img.img-responsive | /thestar.com/content/tncms/avatars/7/c3/af6/7c3af61e-8ec9... | 10.8 KiB | 10.1 KiB |
div.promoBox > div.promoInnerBox > div.promoImage > img div.promoBox > div.promoInnerBox > div.promoImage > img | /thestar.com/content/tncms/custom/image/86705d74-640b-48e... | 9.3 KiB | 8.3 KiB |
Drake's 'Iceman' sculpture downtown sparks police response as fans hack off chu… figure.photo > div.image > a.tnt-asset-link > img.img-responsive | /thestar.com/content/tncms/assets/v3/editorial/3/26/32603... | 23.3 KiB | 5.9 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 |
|---|---|---|
| client.aps.amazon-adsystem.com/publisher.js | 82.5 KiB | 551 ms |
| /css2?family=STIX+Two+Text:ital,wght@0,500;0,600;0,700;1,... | 1.9 KiB | 332 ms |
| /acs/accounts/cfa16dfe-2c13-4c6e-8cb4-c532d090eb72/js/wt.js | 16.6 KiB | 319 ms |
| config.aps.amazon-adsystem.com/configs/5028 | 1.4 KiB | 239 ms |
| /thestar.com/shared-content/art/tncms/templates/libraries... | 312 B | |
| /recaptcha/enterprise.js?render=6LdF3BEhAAAAAEQUmLciJe0Qw... | 1.1 KiB | 281 ms |
| www.thestar.com/shared-content/art/tncms/tracking.js | 1.4 KiB | |
| www.thestar.com/shared-content/art/stats/common/tracker.js | 3.4 KiB |
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.
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 |
|---|---|
| thestar.com/ | 345 ms |
| www.thestar.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 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 |
|---|---|---|
| /thestar.com/content/tncms/live/libraries/flex/components... | 10.7 KiB | 2.5 KiB |
| /thestar.com/content/tncms/live/libraries/flex/components... | 9.3 KiB | 2.2 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 |
|---|---|---|
| /thestar.com/shared-content/art/tncms/templates/libraries... | 33.9 KiB | 32.7 KiB |
| /thestar.com/shared-content/art/tncms/templates/libraries... | 21.0 KiB | 18.6 KiB |
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 | 5.2 s |
| Other | 948 ms |
| Style & Layout | 781 ms |
| Script Parsing & Compilation | 507 ms |
| Garbage Collection | 119 ms |
| Rendering | 106 ms |
| Parse HTML & CSS | 102 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 |
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
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 | |
|---|---|
OLG Lottery ul.list-unstyled > li.sponsor-line > a > img.img-responsive | /thestar.com/content/tncms/assets/v3/editorial/9/62/96239... |
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 |
|---|
REGISTER TO ATTEND div.promoInnerBox > div.promoText > div.promoLink > a |
terms of use div.promo-designer-wrapper > div.info-text-outer > p.info-text > a |
privacy policy div.promo-designer-wrapper > div.info-text-outer > p.info-text > a |
privacy policy div.promo-designer-wrapper > div.info-text-outer > p.info-text > a |
terms of service div.promo-designer-wrapper > div.info-text-outer > p.info-text > a |
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.promoBox > div.promoInnerBox > div.promoImage > img div.promoBox > div.promoInnerBox > div.promoImage > img |
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.
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 |
|---|
Iran War
Project South
If I Were Mayor
Election Forecast
Raptors div#tncms-region-nav-main-nav > ul#main-nav_menu > li.dropdown > ul#main-nav_menu-child-1 |
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 |
|---|
Home
Iran War
Project South
If I Were Mayor
Election Forecast
Raptors div.navbar-left > div#tncms-region-nav-main-nav > ul#main-nav_menu > li.dropdown |
Iran War li.dropdown > ul#main-nav_menu-child-1 > span.menuLeftAlign > li |
Project South li.dropdown > ul#main-nav_menu-child-1 > span.menuLeftAlign > li |
If I Were Mayor li.dropdown > ul#main-nav_menu-child-1 > span.menuLeftAlign > li |
Election Forecast li.dropdown > ul#main-nav_menu-child-1 > span.menuLeftAlign > li |
Raptors li.dropdown > ul#main-nav_menu-child-1 > span.menuLeftAlign > li |
GTA div.navbar-left > div#tncms-region-nav-main-nav > ul#main-nav_menu > li.dropdown |
Canada div.navbar-left > div#tncms-region-nav-main-nav > ul#main-nav_menu > li.dropdown |
Politics div.navbar-left > div#tncms-region-nav-main-nav > ul#main-nav_menu > li.dropdown |
World div.navbar-left > div#tncms-region-nav-main-nav > ul#main-nav_menu > li.dropdown |
Opinion div.navbar-left > div#tncms-region-nav-main-nav > ul#main-nav_menu > li.dropdown |
Life div.navbar-left > div#tncms-region-nav-main-nav > ul#main-nav_menu > li.dropdown |
Sports div.navbar-left > div#tncms-region-nav-main-nav > ul#main-nav_menu > li.dropdown |
Real Estate div.navbar-left > div#tncms-region-nav-main-nav > ul#main-nav_menu > li |
Entertainment div.navbar-left > div#tncms-region-nav-main-nav > ul#main-nav_menu > li.dropdown |
Business div.navbar-left > div#tncms-region-nav-main-nav > ul#main-nav_menu > li.dropdown |
Podcasts div.navbar-left > div#tncms-region-nav-main-nav > ul#main-nav_menu > li.dropdown |
Investigations div.navbar-left > div#tncms-region-nav-main-nav > ul#main-nav_menu > li |
Star Events div.navbar-left > div#tncms-region-nav-main-nav > ul#main-nav_menu > li |
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 |
|---|
9°
|
Tuesday, April 21 div#weather-3699123 > ul.list-unstyled > li.current-conditions > a.dropdown-toggle |
Vinay Menon: Chill out, Toronto. Drake’s ice mountain and fireball are his vers… div.card-body > div.card-headline > h3.tnt-headline > a.tnt-asset-link |
Gregor Chisholm: The Blue Jays aren’t missing Bo Bichette, and the brutal Mets … div.card-body > div.card-headline > h3.tnt-headline > a.tnt-asset-link |
Lisi Tesher: My boyfriend is incarcerated. I’ve given so much to help him. But … div.card-body > div.card-headline > h3.tnt-headline > a.tnt-asset-link |
Mike Wilner: Blue Jays vs. Angels: Struggling Hoffman finds groove in series-op… div.card-body > div.card-headline > h3.tnt-headline > a.tnt-asset-link |
Gregor Chisholm: The Blue Jays aren’t missing Bo Bichette, and the brutal Mets … div.card-body > div.card-headline > h3.tnt-headline > a.tnt-asset-link |
Vinay Menon: Chill out, Toronto. Drake’s ice mountain and fireball are his vers… div.card-body > div.card-headline > h3.tnt-headline > a.tnt-asset-link |
Lora Grady: How can I get the best interest rate on my car loan? div.card-body > div.card-headline > h3.tnt-headline > a.tnt-asset-link |
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| AttributionReporting | |
| Topics | micro.rubiconproject.com/prebid/dynamic/18488.js line 28, col 84959 |
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 |
|---|---|
/combine/npm/jquery@3.3.1,npm/slick-carousel@1.8.1,npm/an... line 21, col 449 | Uncaught Error: [ng:btstrpd] http://errors.angularjs.org/1.2.32/ng/btstrpd?p0=%26lt%3Bhtml%20ng-app%3D%22widgetApp%22%26gt%3B |
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.
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 |
|---|
Toronto div.panel-body > ul.user-locations > li > a.dropdown-item |
Vancouver div.panel-body > ul.user-locations > li > a.dropdown-item |
Calgary div.panel-body > ul.user-locations > li > a.dropdown-item |
Edmonton div.panel-body > ul.user-locations > li > a.dropdown-item |
Winnipeg div.panel-body > ul.user-locations > li > a.dropdown-item |
Ottawa div.panel-body > ul.user-locations > li > a.dropdown-item |
Halifax div.panel-body > ul.user-locations > li > a.dropdown-item |
Toronto div.panel-body > ul.user-locations > li > a.dropdown-item |
Vancouver div.panel-body > ul.user-locations > li > a.dropdown-item |
Calgary div.panel-body > ul.user-locations > li > a.dropdown-item |
Edmonton div.panel-body > ul.user-locations > li > a.dropdown-item |
Winnipeg div.panel-body > ul.user-locations > li > a.dropdown-item |
Ottawa div.panel-body > ul.user-locations > li > a.dropdown-item |
Halifax div.panel-body > ul.user-locations > li > a.dropdown-item |
Toronto div.panel-body > ul.user-locations > li > a.dropdown-item |
Vancouver div.panel-body > ul.user-locations > li > a.dropdown-item |
Calgary div.panel-body > ul.user-locations > li > a.dropdown-item |
Edmonton div.panel-body > ul.user-locations > li > a.dropdown-item |
Winnipeg div.panel-body > ul.user-locations > li > a.dropdown-item |
Ottawa div.panel-body > ul.user-locations > li > a.dropdown-item |
Halifax div.panel-body > ul.user-locations > li > a.dropdown-item |
To appear in search results, crawlers need access to your app.
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.promoBox > div.promoInnerBox > div.promoImage > img div.promoBox > div.promoInnerBox > div.promoImage > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback