Mobile 375 × 812

Desktop 1440 × 900

Score: 75 / 100
Based on 8 categories, 0 sections
Room to improve — your 5.4s load time is above Google's 2.5s 'Good' threshold.
Several missing protections leave your users and data exposed.
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.
Strong compliance posture across regulations.
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.
'unsafe-eval' found in script source
Security gaps expose your site and users to attacks, eroding trust.
'unsafe-inline' found in script source
Security gaps expose your site and users to attacks, eroding trust.
Page weighs 19.3 MB (6.1 MB transferred)
Performance issues directly impact user engagement and conversion rates.
Wildcard '*' found in script source
Security gaps expose your site and users to attacks, eroding trust.
131 button(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/1b8a4f02-f742-4644-a49e-555845ddfcc6)<a href="https://beavercheck.com/results/1b8a4f02-f742-4644-a49e-555845ddfcc6"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Ffinancialpost.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Ffinancialpost.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 5.4s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. Addressing the critical issues below would have the most immediate impact on your user trust.
7 barrier(s) likely increasing bounce by ~30%.
Page takes 5.4s to load
+12% bounceUsers abandon at ~3s — you're 2.9s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 6.3s
+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
66 link(s) with generic text ("click here", "read more")
+1% bounceScreen-reader users navigating by link list see no context — and search engines can't infer relevance
Fix: Rewrite with descriptive phrases that identify the destination
3 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.
€425 investment → €3,299/month returns + EUR 120,500,000 risk avoided
€425
5h · 5 findings
€3,299 /mo
~€39,589 / year
EUR 120,500,000
if kept compliant
€128 — 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.
5.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,017 / year if left unfixed
€120,500,000
+4 more
€1.42 /mo
19207.7 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.
3.34 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
5.35 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
6.29 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.120
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
13.22 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.
51.22 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.
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.
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 | |
|---|---|---|---|
Spring housing market div.article-card__content > a.article-card__image-link > picture.article-card__image > img | /financialpost/wp-content/uploads/2026/04/spring-housing-... | 40.2 KiB | 19.6 KiB |
A Canadian flags flies over Toronto's financial district among the towering big… div.article-card__content > a.article-card__image-link > picture.article-card__image > img.lazyload | /financialpost/wp-content/uploads/2026/04/0418-mg-financi... | 16.3 KiB | 15.4 KiB |
The CN Tower is seen past condominiums in Toronto, Ont. div.article-card__content > a.article-card__image-link > picture.article-card__image > img | /financialpost/wp-content/uploads/2026/04/no0420condos.jp... | 13.3 KiB | 6.7 KiB |
Summer air travel div.article-card__content > a.article-card__image-link > picture.article-card__image > img | /financialpost/wp-content/uploads/2026/04/summer-travel-g... | 13.2 KiB | 6.6 KiB |
Royal Bank of Canada div.article-card__content > a.article-card__image-link > picture.article-card__image > img | /financialpost/wp-content/uploads/2026/04/rbc-gs0421.jpg?... | 12.8 KiB | 6.2 KiB |
Earth div.article-card__content > a.article-card__image-link > picture.article-card__image > img | /financialpost/wp-content/uploads/2026/04/earth-gs0421.jp... | 12.3 KiB | 5.7 KiB |
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| /21.0.2/websites/css/styles-fp-category.min.css | 9.3 KiB | |
| /21.0.2/websites/css/styles-fp-global-ugc.min.css | 10.0 KiB | 167 ms |
| dcs-static.gprod.postmedia.digital/21.0.2/websites/css/styles-fp-global.min.css | 17.0 KiB | 334 ms |
| dcs-static.gprod.postmedia.digital/21.0.2/websites/css/layout.min.css | 3.0 KiB | 804 ms |
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.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|
Home | Financial Post Home Page | Financial Post
Subscriber only.
Why the CEOs … body.breaking > main#main-content | 0.066 |
REAL ESTATE
From where the deals are to where prices dropped most, 5 key things… body.breaking > main#main-content > div | 0.053 |
Sign In div.header__right > div.sso-btns > div.signin-button > button.button | 0.000 |
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 |
|---|---|---|
| .trc_rbox_container { direction: ltr; text-align: left; } … | 19.2 KiB | 19.2 KiB |
| :root { --cm-video-brand-primary: var(--yb-grape-jelly, #7e1fff); --cm-video-brand-secondary: v… | 16.0 KiB | 15.5 KiB |
| dcs-static.gprod.postmedia.digital/21.0.2/websites/css/styles-fp-global.min.css | 16.8 KiB | 15.0 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.4 s |
| Other | 3.5 s |
| Style & Layout | 2.0 s |
| Script Parsing & Compilation | 1.6 s |
| Rendering | 477 ms |
| Garbage Collection | 438 ms |
| Parse HTML & CSS | 228 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 |
|---|---|
| Pages with WebSocket cannot enter back/forward cache. | Pending browser support |
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 |
| launchpad.privacymanager.io/latest/launchpad.bundle.js | 40.2 KiB | 12.7 KiB |
| tags.qortex.ai/cxo/cx-bootstrapper-init | 12.6 KiB | 3.9 KiB |
| helix.bitformations.ca/static/helix-trigger.js | 5.1 KiB | 2.5 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.
Top Stories div.newsletter-new-story-page-template > div.newsletter-widget__header__new-story-page > div.newsletter-widget__banner__new-story-page > img |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Financial Post in Taboola advertising section div.videoCube > a.item-label-href > span.video-label-box > span.branding |
Financial Post in Taboola advertising section div.videoCube > a.item-label-href > span.video-label-box > span.branding |
span.branding > div.logoDiv > a.trc_mobile_disclosure_link > span span.branding > div.logoDiv > a.trc_mobile_disclosure_link > span |
div.row > div.col-xs-12 > nav.footer__nav > a.footer__link div.row > div.col-xs-12 > nav.footer__nav > a.footer__link |
div.row > div.col-xs-12 > nav.footer__nav > a.footer__link div.row > div.col-xs-12 > nav.footer__nav > a.footer__link |
div.row > div.col-xs-12 > nav.footer__nav > a.footer__link div.row > div.col-xs-12 > nav.footer__nav > a.footer__link |
div.row > div.col-xs-12 > nav.footer__nav > a.footer__link div.row > div.col-xs-12 > nav.footer__nav > a.footer__link |
div.row > div.col-xs-12 > nav.footer__nav > a.footer__link div.row > div.col-xs-12 > nav.footer__nav > a.footer__link |
div.row > div.col-xs-12 > nav.footer__nav > a.footer__link div.row > div.col-xs-12 > nav.footer__nav > a.footer__link |
div.row > div.col-xs-12 > nav.footer__nav > a.footer__link div.row > div.col-xs-12 > nav.footer__nav > a.footer__link |
These are opportunities to improve the legibility of your content.
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 |
|---|
Subscriber only.
Why the CEOs of Canada's big banks are optimistic even as the … div.article-card__content > div.article-card__details > a.article-card__link > h3.article-card__headline |
These are opportunities to improve keyboard navigation in your application.
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Sponsored: learn about this recommendation (opens dialog) span.video-label-box > span.branding > div.logoDiv > a.trc_mobile_disclosure_link |
div.row > div.col-xs-12 > nav.footer__nav > a.footer__link div.row > div.col-xs-12 > nav.footer__nav > a.footer__link |
div.row > div.col-xs-12 > nav.footer__nav > a.footer__link div.row > div.col-xs-12 > nav.footer__nav > a.footer__link |
div.row > div.col-xs-12 > nav.footer__nav > a.footer__link div.row > div.col-xs-12 > nav.footer__nav > a.footer__link |
div.row > div.col-xs-12 > nav.footer__nav > a.footer__link div.row > div.col-xs-12 > nav.footer__nav > a.footer__link |
div.row > div.col-xs-12 > nav.footer__nav > a.footer__link div.row > div.col-xs-12 > nav.footer__nav > a.footer__link |
div.row > div.col-xs-12 > nav.footer__nav > a.footer__link div.row > div.col-xs-12 > nav.footer__nav > a.footer__link |
div.row > div.col-xs-12 > nav.footer__nav > a.footer__link div.row > div.col-xs-12 > nav.footer__nav > a.footer__link |
These items highlight common accessibility best practices.
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| AttributionReporting |
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 fetch at 'https://pagead2.googlesyndication.com/gampad/ads?pvsid=7641128233057295&correlator=127539399731227&eid=31097994&output=ldjh&gdfp_req=1&vrg=202604160201&ptt=17&impl=fif&iu_parts=unused&enc_prev_ius=0&prev_iu_szs=300x250&ifi=1&dids=gpt-passback&adfs=1731517615&sfv=1-0-45&eri=69&sc=1&cdm=financialpost.com&abxe=1&dt=1776811204656&adxs=-12245933&adys=-12245933&biw=412&bih=823&scr_x=0&scr_y=0&btvi=-1&ucis=cf738l72kgv&oid=2&u_his=2&u_h=823&u_w=412&u_ah=823&u_aw=412&u_cd=24&u_sd=1.75&dmc=8&bc=31&nvt=1&uach=WyJBbmRyb2lkIiwiMTEuMCIsIiIsIm1vdG8gZyBwb3dlciAoMjAyMikiLCIxNDcuMC4wLjAiLG51bGwsMSxudWxsLCI2NCIsW1siQ2hyb21pdW0iLCIxNDcuMC43NzI3LjEwMSJdLFsiTm90LkEvQnJhbmQiLCI4LjAuMC4wIl1dLDBd&nhd=2&url=https%3A%2F%2Ffinancialpost.com%2F&loc=about%3Ablank&top=financialpost.com&vis=1&psz=0x0&msz=0x0&fws=260&ohw=0&dlt=1776811203430&idt=139&prev_scp=ck%3Dindex%26imp%3Dindex%26intent_iq_group%3DU%26loc%3Dslice%26negative%3Dn%26no_pol%3Dtrue%26page%3Dindex%26pr%3Dfp%26prmtvctx%3Dbzmp%2Cbzmq%2Cdoqr%2Cbzmv%2Cbznc%2Cbzmr%2Cbzjt%2Cbzml%2Cbzqz%2Cbzlw%2Crts%26prmtvvid%3D837306ee-e903-4840-80f5-25532d94a992%26prmtvwid%3D23dc09d6-b664-425a-a76e-0eed6a6cc102%26sensitive%3Dn%26site%3D3&adks=983207098&frm=23&blev=1&bisch=1' from origin 'https://financialpost.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Access to fetch at 'https://pagead2.googlesyndication.com/gampad/ads?pvsid=7641128233057295&correlator=2353797326055795&eid=31097994&output=ldjh&gdfp_req=1&vrg=202604160201&ptt=17&impl=fif&iu_parts=unused&enc_prev_ius=0&prev_iu_szs=300x250&ifi=1&dids=gpt-passback&adfs=1731517615&sfv=1-0-45&eri=69&sc=1&cdm=financialpost.com&abxe=1&dt=1776811205699&adxs=-12245933&adys=-12245933&biw=412&bih=823&scr_x=0&scr_y=0&btvi=-1&ucis=cf738l72kgv&oid=2&u_his=2&u_h=823&u_w=412&u_ah=823&u_aw=412&u_cd=24&u_sd=1.75&dmc=8&bc=31&nvt=1&uach=WyJBbmRyb2lkIiwiMTEuMCIsIiIsIm1vdG8gZyBwb3dlciAoMjAyMikiLCIxNDcuMC4wLjAiLG51bGwsMSxudWxsLCI2NCIsW1siQ2hyb21pdW0iLCIxNDcuMC43NzI3LjEwMSJdLFsiTm90LkEvQnJhbmQiLCI4LjAuMC4wIl1dLDBd&nhd=2&url=https%3A%2F%2Ffinancialpost.com%2F&loc=about%3Ablank&top=financialpost.com&vis=1&psz=0x0&msz=0x0&fws=260&ohw=0&dlt=1776811203430&idt=139&prev_scp=ck%3Dindex%26imp%3Dindex%26intent_iq_group%3DU%26loc%3Dslice%26negative%3Dn%26no_pol%3Dtrue%26page%3Dindex%26pr%3Dfp%26prmtvctx%3Dbzmp%2Cbzmq%2Cdoqr%2Cbzmv%2Cbznc%2Cbzmr%2Cbzjt%2Cbzml%2Cbzqz%2Cbzlw%2Crts%26prmtvvid%3D837306ee-e903-4840-80f5-25532d94a992%26prmtvwid%3D23dc09d6-b664-425a-a76e-0eed6a6cc102%26sensitive%3Dn%26site%3D3&adks=983207098&frm=23&blev=1&bisch=1' from origin 'https://financialpost.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Access to fetch at 'https://pagead2.googlesyndication.com/gampad/ads?pvsid=7641128233057295&correlator=3579878493139141&eid=31097994&output=ldjh&gdfp_req=1&vrg=202604160201&ptt=17&impl=fif&iu_parts=unused&enc_prev_ius=0&prev_iu_szs=300x250&ifi=1&dids=gpt-passback&adfs=1731517615&sfv=1-0-45&eri=4&sc=1&cdm=financialpost.com&abxe=1&dt=1776811203602&adxs=-12245933&adys=-12245933&biw=412&bih=823&scr_x=0&scr_y=0&btvi=-1&ucis=cf738l72kgv&oid=2&u_his=2&u_h=823&u_w=412&u_ah=823&u_aw=412&u_cd=24&u_sd=1.75&dmc=8&bc=31&nvt=1&uach=WyJBbmRyb2lkIiwiMTEuMCIsIiIsIm1vdG8gZyBwb3dlciAoMjAyMikiLCIxNDcuMC4wLjAiLG51bGwsMSxudWxsLCI2NCIsW1siQ2hyb21pdW0iLCIxNDcuMC43NzI3LjEwMSJdLFsiTm90LkEvQnJhbmQiLCI4LjAuMC4wIl1dLDBd&nhd=2&url=https%3A%2F%2Ffinancialpost.com%2F&loc=about%3Ablank&top=financialpost.com&vis=1&psz=0x0&msz=0x0&fws=260&ohw=0&dlt=1776811203430&idt=139&prev_scp=ck%3Dindex%26imp%3Dindex%26intent_iq_group%3DU%26loc%3Dslice%26negative%3Dn%26no_pol%3Dtrue%26page%3Dindex%26pr%3Dfp%26prmtvctx%3Dbzmp%2Cbzmq%2Cdoqr%2Cbzmv%2Cbznc%2Cbzmr%2Cbzjt%2Cbzml%2Cbzqz%2Cbzlw%2Crts%26prmtvvid%3D837306ee-e903-4840-80f5-25532d94a992%26prmtvwid%3D23dc09d6-b664-425a-a76e-0eed6a6cc102%26sensitive%3Dn%26site%3D3&adks=983207098&frm=23' from origin 'https://financialpost.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Access to XMLHttpRequest at 'https://ib.adnxs.com/getuidj?gdpr=0' from origin 'https://financialpost.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: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: the server responded with a status of 451 () | |
financialpost.com/ line 253, col 8655 | TypeError: Cannot read properties of null (reading 'data')
at HTMLDocument.<anonymous> (https://financialpost.com/:254:8656)
at https://fem.gprod.postmedia.digital/v141.0/fem.js:1:81533
at Generator.next (<anonymous>)
at U (https://fem.gprod.postmedia.digital/v141.0/fem.js:1:69821)
at a (https://fem.gprod.postmedia.digital/v141.0/fem.js:1:70024)
at https://fem.gprod.postmedia.digital/v141.0/fem.js:1:70083
at new Promise (<anonymous>)
at https://fem.gprod.postmedia.digital/v141.0/fem.js:1:69964
at B.initializeLoginState (https://fem.gprod.postmedia.digital/v141.0/fem.js:1:81589)
at https://fem.gprod.postmedia.digital/v141.0/fem.js:1:76112 |
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.
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.05 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.10 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
440 ms
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.
3.71 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.
11.14 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 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.
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.
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.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
body.jar > div#google_image_div > a#aw0 > img.img_ad body.jar > div#google_image_div > a#aw0 > img.img_ad | tpc.googlesyndication.com/simgad/15737418019338736986 | 56.3 KiB | 45.6 KiB |
button.video-playlist__queue-item-btn > div > picture.video-playlist__queue-item-img > img button.video-playlist__queue-item-btn > div > picture.video-playlist__queue-item-img > img | assets-jpcust.jwpsrv.com/thumbnails/Zpq8UBc4-320.jpg | 27.8 KiB | 26.8 KiB |
button.video-playlist__queue-item-btn > div > picture.video-playlist__queue-item-img > img button.video-playlist__queue-item-btn > div > picture.video-playlist__queue-item-img > img | assets-jpcust.jwpsrv.com/thumbnails/Sq4qIinP-320.jpg | 26.3 KiB | 25.3 KiB |
button.video-playlist__queue-item-btn > div > picture.video-playlist__queue-item-img > img button.video-playlist__queue-item-btn > div > picture.video-playlist__queue-item-img > img | assets-jpcust.jwpsrv.com/thumbnails/avRwwjHV-320.jpg | 26.2 KiB | 25.2 KiB |
button.video-playlist__queue-item-btn > div > picture.video-playlist__queue-item-img > img button.video-playlist__queue-item-btn > div > picture.video-playlist__queue-item-img > img | assets-jpcust.jwpsrv.com/thumbnails/oeSPVN9S-320.jpg | 26.8 KiB | 25.0 KiB |
button.video-playlist__queue-item-btn > div > picture.video-playlist__queue-item-img > img button.video-playlist__queue-item-btn > div > picture.video-playlist__queue-item-img > img | assets-jpcust.jwpsrv.com/thumbnails/kWSTolsU-320.jpg | 23.5 KiB | 21.8 KiB |
button.video-playlist__queue-item-btn > div > picture.video-playlist__queue-item-img > img button.video-playlist__queue-item-btn > div > picture.video-playlist__queue-item-img > img | assets-jpcust.jwpsrv.com/thumbnails/YQ0zlgiW-320.jpg | 22.5 KiB | 21.5 KiB |
div.lead-video__player-bg > div#leadVideoIFrameHeadline > div.jw-wrapper > div.jw-preview div.lead-video__player-bg > div#leadVideoIFrameHeadline > div.jw-wrapper > div.jw-preview | assets-jpcust.jwpsrv.com/thumbnails/kWSTolsU-480.jpg | 41.1 KiB | 19.3 KiB |
button.video-playlist__queue-item-btn > div > picture.video-playlist__queue-item-img > img button.video-playlist__queue-item-btn > div > picture.video-playlist__queue-item-img > img | assets-jpcust.jwpsrv.com/thumbnails/ZOLTIlDV-320.jpg | 20.4 KiB | 19.3 KiB |
button.video-playlist__queue-item-btn > div > picture.video-playlist__queue-item-img > img button.video-playlist__queue-item-btn > div > picture.video-playlist__queue-item-img > img | assets-jpcust.jwpsrv.com/thumbnails/jsgbgQ3F-320.jpg | 19.8 KiB | 18.7 KiB |
button.video-playlist__queue-item-btn > div > picture.video-playlist__queue-item-img > img button.video-playlist__queue-item-btn > div > picture.video-playlist__queue-item-img > img | assets-jpcust.jwpsrv.com/thumbnails/VxfBO5OS-320.jpg | 19.0 KiB | 17.9 KiB |
button.video-playlist__queue-item-btn > div > picture.video-playlist__queue-item-img > img button.video-playlist__queue-item-btn > div > picture.video-playlist__queue-item-img > img | assets-jpcust.jwpsrv.com/thumbnails/pRvuG1OG-320.jpg | 18.9 KiB | 17.9 KiB |
Bonds appear to have lost their risk-management ability in an environment defin… div.article-card__content > a.article-card__image-link > picture.article-card__image > img.lazyload | /financialpost/wp-content/uploads/2026/04/no0417traders.j... | 10.5 KiB | 7.8 KiB |
A Canadian flags flies over Toronto's financial district among the towering big… div.article-card__content > a.article-card__image-link > picture.article-card__image > img.lazyload | /financialpost/wp-content/uploads/2026/04/0418-mg-financi... | 9.0 KiB | 6.3 KiB |
Spring housing market div.article-card__content > a.article-card__image-link > picture.article-card__image > img | /financialpost/wp-content/uploads/2026/04/spring-housing-... | 31.2 KiB | 4.6 KiB |
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 |
|---|---|---|
| /21.0.2/websites/css/styles-fp-category.min.css | 9.3 KiB | 56 ms |
| /21.0.2/websites/css/styles-fp-global-ugc.min.css | 10.0 KiB | 56 ms |
| dcs-static.gprod.postmedia.digital/21.0.2/websites/css/styles-fp-global.min.css | 17.0 KiB | 56 ms |
| dcs-static.gprod.postmedia.digital/21.0.2/websites/css/layout.min.css | 3.0 KiB | 257 ms |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 4.2 s |
| Other | 979 ms |
| Style & Layout | 597 ms |
| Script Parsing & Compilation | 405 ms |
| Rendering | 171 ms |
| Garbage Collection | 118 ms |
| Parse HTML & CSS | 72 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 |
|---|---|
| Pages with WebSocket cannot enter back/forward cache. | Pending browser support |
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 |
|---|---|---|
| .jw-controls,.jw-controls-backdrop,.jw-flag-small-player ... | 36.3 KiB | 24.5 KiB |
| .jw-reset{text-align:left;direction:ltr} … | 18.7 KiB | 12.9 KiB |
| .jw-related,.jw-related-autoplay-svg,.jw-related-containe... | 19.6 KiB | 12.8 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 |
|---|---|---|
| launchpad.privacymanager.io/latest/launchpad.bundle.js | 40.2 KiB | 12.7 KiB |
| launchpad.privacymanager.io/latest/launchpad.bundle.js | 40.2 KiB | 12.7 KiB |
| tags.qortex.ai/cxo/cx-bootstrapper-init | 12.6 KiB | 3.9 KiB |
| helix.bitformations.ca/static/helix-trigger.js | 5.1 KiB | 2.5 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 |
|---|---|---|
| .jw-controls,.jw-controls-backdrop,.jw-flag-small-player ... | 36.3 KiB | 34.7 KiB |
| .trc_rbox_container { direction: ltr; text-align: left; } … | 25.7 KiB | 25.7 KiB |
| .jw-related,.jw-related-autoplay-svg,.jw-related-containe... | 19.6 KiB | 19.6 KiB |
| .jw-reset{text-align:left;direction:ltr} … | 18.7 KiB | 17.8 KiB |
| :root { --cm-video-brand-primary: var(--yb-grape-jelly, #7e1fff); --cm-video-brand-secondary: v… | 16.0 KiB | 15.5 KiB |
| dcs-static.gprod.postmedia.digital/21.0.2/websites/css/styles-fp-global.min.css | 16.8 KiB | 13.4 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.
Top Stories div.newsletter-new-story-page-template > div.newsletter-widget__header__new-story-page > div.newsletter-widget__banner__new-story-page > img |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Financial Post in Taboola advertising section div.videoCube > a.item-label-href > span.video-label-box > span.branding |
Financial Post in Taboola advertising section div.videoCube > a.item-label-href > span.video-label-box > span.branding |
div.row > div.col-xs-12 > nav.footer__nav > a.footer__link div.row > div.col-xs-12 > nav.footer__nav > a.footer__link |
div.row > div.col-xs-12 > nav.footer__nav > a.footer__link div.row > div.col-xs-12 > nav.footer__nav > a.footer__link |
div.row > div.col-xs-12 > nav.footer__nav > a.footer__link div.row > div.col-xs-12 > nav.footer__nav > a.footer__link |
div.row > div.col-xs-12 > nav.footer__nav > a.footer__link div.row > div.col-xs-12 > nav.footer__nav > a.footer__link |
div.row > div.col-xs-12 > nav.footer__nav > a.footer__link div.row > div.col-xs-12 > nav.footer__nav > a.footer__link |
div.row > div.col-xs-12 > nav.footer__nav > a.footer__link div.row > div.col-xs-12 > nav.footer__nav > a.footer__link |
div.row > div.col-xs-12 > nav.footer__nav > a.footer__link div.row > div.col-xs-12 > nav.footer__nav > a.footer__link |
These are opportunities to improve the legibility of your content.
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 |
|---|
Subscriber only.
Why the CEOs of Canada's big banks are optimistic even as the … div.article-card__content > div.article-card__details > a.article-card__link > h3.article-card__headline |
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 |
|---|
Sections header#header > div.row > div.header__left > button.button |
From where the deals are to where prices dropped most, 5 key things to know abo… article.article-card > div.article-card__content > div.article-card__details > a.article-card__link |
Canada unveils space-launch bill aimed at cutting reliance on U.S.
Deloitte es… article.article-card > div.article-card__content > div.article-card__details > a.article-card__link |
U.S.-Canada trade deal is within reach in 2026, Ontario envoy says
'We can eit… article.article-card > div.article-card__content > div.article-card__details > a.article-card__link |
BMO, Teck, TC Energy CEOs to advise Carney on U.S. strategy on new panel
New b… article.article-card > div.article-card__content > div.article-card__details > a.article-card__link |
Investment firm 2717 offers $10.50 a share for edtech D2L
2717 argues that D2L… article.article-card > div.article-card__content > div.article-card__details > a.article-card__link |
The gloves are coming off in Europe’s biggest banking takeover
The breakdown o… article.article-card > div.article-card__content > div.article-card__details > a.article-card__link |
Cubans in crisis have fewer ways to leave after Trump tightens screws article.article-card > div.article-card__content > div.article-card__details > a.article-card__link |
Canadian tourist killed in shooting at top Mexican tourist site article.article-card > div.article-card__content > div.article-card__details > a.article-card__link |
Polymarket in talks for new investment at US$15 billion valuation article.article-card > div.article-card__content > div.article-card__details > a.article-card__link |
Bank of Canada appoints two deputy governors article.article-card > div.article-card__content > div.article-card__details > a.article-card__link |
Latest inflation data reinforce rate cuts would be on the table if not for Iran… article.article-card > div.article-card__content > div.article-card__details > a.article-card__link |
China's CATL debuts EV battery with speedy six-minute recharge and a 1,000-km r… article.article-card > div.article-card__content > div.article-card__details > a.article-card__link |
Oil prices don't reflect scale of supply hit, analysts say article.article-card > div.article-card__content > div.article-card__details > a.article-card__link |
Airfares up in March for the first time in nearly two years as jet fuel prices … article.article-card > div.article-card__content > div.article-card__details > a.article-card__link |
Military use of NATO jet fuel pipe disrupts commercial supply article.article-card > div.article-card__content > div.article-card__details > a.article-card__link |
Kuwait declares force majeure on oil shipments on Hormuz halt article.article-card > div.article-card__content > div.article-card__details > a.article-card__link |
Agnico pushes into Finland with $3.7 billion trio of gold deals article.article-card > div.article-card__content > div.article-card__details > a.article-card__link |
Lumina Metals, shareholder seek $251 million in Toronto IPO article.article-card > div.article-card__content > div.article-card__details > a.article-card__link |
Copper prices slip as traders eye talks to end Iran conflict article.article-card > div.article-card__content > div.article-card__details > a.article-card__link |
Hedge fund seeks removal of directors at Canadian lithium firm article.article-card > div.article-card__content > div.article-card__details > a.article-card__link |
Canadian mining executives accused of hijacking Brazil lithium claims article.article-card > div.article-card__content > div.article-card__details > a.article-card__link |
The best mortgage rates in Canada right now article.article-card > div.article-card__content > div.article-card__details > a.article-card__link |
The best reverse mortgage rates in Canada right now article.article-card > div.article-card__content > div.article-card__details > a.article-card__link |
Garry Marr: Canada's REIT sector is shrinking fast. For investors, that might b… article.article-card > div.article-card__content > div.article-card__details > a.article-card__link |
Dear Ottawa: Canadians need reasonable 10-year mortgages — stat article.article-card > div.article-card__content > div.article-card__details > a.article-card__link |
Nearly half of Canadian borrowers still choosing variable rates article.article-card > div.article-card__content > div.article-card__details > a.article-card__link |
EQB sells $200 million limited recourse capital notes article.article-card > div.article-card__content > div.article-card__details > a.article-card__link |
Bank of Canada's Macklem says he has spoken to Fed chair about risks from Anthr… article.article-card > div.article-card__content > div.article-card__details > a.article-card__link |
RBC, Scotiabank scrap emissions targets for oil and gas lending article.article-card > div.article-card__content > div.article-card__details > a.article-card__link |
OSFI flags Canadian banks' exposure to private credit as top risk article.article-card > div.article-card__content > div.article-card__details > a.article-card__link |
TD, BMO to act as market makers for new credit futures contract article.article-card > div.article-card__content > div.article-card__details > a.article-card__link |
Apple CEO Tim Cook to step down in September, hand helm to John Ternus article.article-card > div.article-card__content > div.article-card__details > a.article-card__link |
Why the internal job posting is often misleading — and legally risky article.article-card > div.article-card__content > div.article-card__details > a.article-card__link |
Trump threatens to fire Powell if he doesn’t exit Fed article.article-card > div.article-card__content > div.article-card__details > a.article-card__link |
AI isn’t replacing workers. It is quietly eliminating the jobs they would have … article.article-card > div.article-card__content > div.article-card__details > a.article-card__link |
Bank of Canada rate hike bets look 'unrealistic' given 'sclerotic' state of job… article.article-card > div.article-card__content > div.article-card__details > a.article-card__link |
Not their parents' financial plan: Gen Z Canadians skip saving for a down payme… article.article-card > div.article-card__content > div.article-card__details > a.article-card__link |
The Financial Post Wealth Survey: Here’s how our readers expect 2026 to play out article.article-card > div.article-card__content > div.article-card__details > a.article-card__link |
David Chilton: How gen Z and millennials can set themselves up for financial su… article.article-card > div.article-card__content > div.article-card__details > a.article-card__link |
Elon Musk halfway to becoming world's first trillionaire: report article.article-card > div.article-card__content > div.article-card__details > a.article-card__link |
Polymarket founder is youngest self-made billionaire after deal with NYSE owner article.article-card > div.article-card__content > div.article-card__details > a.article-card__link |
Stock market's rally to record high masks red flags article.article-card > div.article-card__content > div.article-card__details > a.article-card__link |
Big Tech’s US$4 trillion boomerang powers SP 500 to new heights article.article-card > div.article-card__content > div.article-card__details > a.article-card__link |
Wall Street strategists bullish on the U.S. earnings outlook article.article-card > div.article-card__content > div.article-card__details > a.article-card__link |
This TSX stock soared over 400% with help from Nvidia. Where will it go from he… article.article-card > div.article-card__content > div.article-card__details > a.article-card__link |
Wall Street quants see an edge in Polymarket earnings forecasts article.article-card > div.article-card__content > div.article-card__details > a.article-card__link |
William Watson: Carney’s 'forward guidance' is mainly 'backward spinning' article.article-card > div.article-card__content > div.article-card__details > a.article-card__link |
Lawrence Solomon: Greens gave Iran the Hormuz stranglehold article.article-card > div.article-card__content > div.article-card__details > a.article-card__link |
Opinion: Canada’s competitiveness should start in the classroom article.article-card > div.article-card__content > div.article-card__details > a.article-card__link |
Opinion: Affordability is still a big problem despite Carney’s claims article.article-card > div.article-card__content > div.article-card__details > a.article-card__link |
Terence Corcoran: Calling out corporate BS article.article-card > div.article-card__content > div.article-card__details > a.article-card__link |
Bold moves, big impact: How the Top 100 rise boldly article.article-card > div.article-card__content > div.article-card__details > a.article-card__link |
Lessons in leadership: Women executives on power and purpose article.article-card > div.article-card__content > div.article-card__details > a.article-card__link |
From barriers to breakthroughs: Women influencing the future article.article-card > div.article-card__content > div.article-card__details > a.article-card__link |
Champions of change: How women leaders fight for a better world for all article.article-card > div.article-card__content > div.article-card__details > a.article-card__link |
Boardroom bound: Women slowly making inroads into the corporate sanctuaries article.article-card > div.article-card__content > div.article-card__details > a.article-card__link |
Subscriber only. Apple's next CEO John Ternus faces defining AI moment article.article-card > div.article-card__content > div.article-card__details > a.article-card__link |
Subscriber only. 'Kiss of death': How the U.S. killed a Swiss merchant bank article.article-card > div.article-card__content > div.article-card__details > a.article-card__link |
Subscriber only. Anthropic chief Dario Amodei: 'I don't want AI turned on our o… article.article-card > div.article-card__content > div.article-card__details > a.article-card__link |
Subscriber only. The man turning Donald Trump into a global deal machine article.article-card > div.article-card__content > div.article-card__details > a.article-card__link |
Subscriber only. The pope vs. the president: How Leo became Trump's fearless foe article.article-card > div.article-card__content > div.article-card__details > a.article-card__link |
Enhance productivity with artificial intelligence tools like 1minAI article.article-card > div.article-card__content > div.article-card__details > a.article-card__link |
This productivity tool offers simplified access to 40+ AI models article.article-card > div.article-card__content > div.article-card__details > a.article-card__link |
Level up your skillset in 2026 with MS Office training most professionals never… article.article-card > div.article-card__content > div.article-card__details > a.article-card__link |
Learn to code in 2026 without enrolling in lengthy boot camps article.article-card > div.article-card__content > div.article-card__details > a.article-card__link |
How this app simplifies investing and stock analysis article.article-card > div.article-card__content > div.article-card__details > a.article-card__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 |
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://ib.adnxs.com/getuidj?gdpr=0' from origin 'https://financialpost.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 451 () | |
financialpost.com/ line 253, col 8655 | TypeError: Cannot read properties of null (reading 'data')
at HTMLDocument.<anonymous> (https://financialpost.com/:254:8656)
at https://fem.gprod.postmedia.digital/v141.0/fem.js:1:81533
at Generator.next (<anonymous>)
at U (https://fem.gprod.postmedia.digital/v141.0/fem.js:1:69821)
at a (https://fem.gprod.postmedia.digital/v141.0/fem.js:1:70024)
at https://fem.gprod.postmedia.digital/v141.0/fem.js:1:70083
at new Promise (<anonymous>)
at https://fem.gprod.postmedia.digital/v141.0/fem.js:1:69964
at B.initializeLoginState (https://fem.gprod.postmedia.digital/v141.0/fem.js:1:81589)
at https://fem.gprod.postmedia.digital/v141.0/fem.js:1:76112 |
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| financialpost.com/register/ | here |
| financialpost.com/register/ | here |
| financialpost.com/register/ | here |
| financialpost.com/register/ | here |
| financialpost.com/register/ | here |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback