Skip to content
https://financialpost.com

Lighthouse Desktop

· 0 checks — Desktop Lighthouse audit -- Performance, Accessibility, Best Practices, and SEO category breakdown.
SCORE
0
GRADE
FIX
0
REVIEW
0
PASS
0
INFO
0

Detailed Report

Audit breakdown by category with detailed findings.

68

Performance

Insights

Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.

Why this matters

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

Why this matters

Performance issues directly impact user engagement and conversion rates.

3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.

Why this matters

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

headings: [map[key:source label:Top function call valueType:source-location] map[granularity:1 key:reflowTime label:Total reflow time valueType:ms]]
items: [map[reflowTime:82.759 source:map[column:2103 line:1 type:source-location url: urlProvider:network]]]
headings: [map[key:source label:Source valueType:source-location] map[granularity:1 key:reflowTime label:Total reflow time valueType:ms]]
items: [map[reflowTime:30.291 source:map[type:text value:[unattributed]]] map[reflowTime:0.927 source:map[column:169831 line:0 type:source-location url:https://fem.gprod.postmedia.digital/v141.0/fem.js urlProvider:network]] map[reflowTime:0.68 source:map[column:167272 line:0 type:source-location url:https://fem.gprod.postmedia.digital/v141.0/fem.js urlProvider:network]] map[reflowTime:0.387 source:map[column:289349 line:0 type:source-location url:https://fem.gprod.postmedia.digital/v141.0/fem.js urlProvider:network]] map[reflowTime:61.821 source:map[column:51408 line:0 type:source-location url:https://fem.gprod.postmedia.digital/v141.0/fem.js urlProvider:network]] map[reflowTime:1.102 source:map[column:54062 line:0 type:source-location url:https://fem.gprod.postmedia.digital/v141.0/fem.js urlProvider:network]] map[reflowTime:1.678 source:map[column:3330 line:0 type:source-location url:https://www.npttech.com/advertising.js urlProvider:network]] map[reflowTime:0.26 source:map[column:3408 line:0 type:source-location url:https://www.npttech.com/advertising.js urlProvider:network]] map[reflowTime:0.31 source:map[column:423291 line:0 type:source-location url:https://cdn.taboola.com/libtrc/postmedia1-network/loader.js urlProvider:network]] map[reflowTime:2.617 source:map[column:113356 line:0 type:source-location url:https://cdn.taboola.com/libtrc/postmedia1-network/loader.js urlProvider:network]] map[reflowTime:0.22 source:map[column:117897 line:0 type:source-location url:https://cdn.taboola.com/libtrc/postmedia1-network/loader.js urlProvider:network]] map[reflowTime:39.606 source:map[column:463327 line:0 type:source-location url:https://cdn.taboola.com/libtrc/postmedia1-network/loader.js urlProvider:network]] map[reflowTime:5.309 source:map[column:466484 line:0 type:source-location url:https://cdn.taboola.com/libtrc/postmedia1-network/loader.js urlProvider:network]] map[reflowTime:4.813 source:map[column:877841 line:0 type:source-location url:https://cdn.taboola.com/libtrc/postmedia1-network/loader.js urlProvider:network]] map[reflowTime:0.504 source:map[column:878218 line:0 type:source-location url:https://cdn.taboola.com/libtrc/postmedia1-network/loader.js urlProvider:network]] map[reflowTime:0.418 source:map[column:256357 line:2 type:source-location url:https://cdn.viafoura.net/vf-v2.js urlProvider:network]] map[reflowTime:13.785 source:map[column:225606 line:2 type:source-location url:https://cdn.viafoura.net/vf-v2.js urlProvider:network]] map[reflowTime:0.767 source:map[column:292926 line:2 type:source-location url:https://cdn.viafoura.net/vf-v2.js urlProvider:network]] map[reflowTime:0.454 source:map[column:262 line:25 type:source-location url:https://pm-widget.taboola.com/postmedia1-network/pmk-20220605.3.js urlProvider:network]] map[reflowTime:0.777 source:map[column:169339 line:18 type:source-location url:https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.js?cb=31097945 urlProvider:network]] map[reflowTime:17.127 source:map[column:31820 line:0 type:source-location url:https://vidstat.taboola.com/lite-unit/5.7.0/UnitInstreamDesktop.min.js urlProvider:network]] map[reflowTime:1.262 source:map[column:31820 line:0 type:source-location url:https://vidstat.taboola.com/lite-unit/5.7.0/UnitFeedManagerDesktop.min.js urlProvider:network]] map[reflowTime:5.535 source:map[column:468349 line:0 type:source-location url:https://cdn.taboola.com/libtrc/postmedia1-network/loader.js urlProvider:network]] map[reflowTime:0.58 source:map[column:327363 line:0 type:source-location url:https://cdn.tinypass.com/api/tinypass.min.js?version=2 urlProvider:network]] map[reflowTime:49.645 source:map[column:22094 line:0 type:source-location url:https://www.redditstatic.com/ads/pixel.js?pixel_id=a2_in7myjwoy90c urlProvider:network]]]

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

description: [preconnect](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/) hints help the browser establish a connection earlier in the page load, saving time when the first request for that origin is made. The following are the origins that the page preconnected to.
title: Preconnected origins
description: Add [preconnect](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/) hints to your most important origins, but try to use no more than 4.
title: Preconnect candidates
value: No additional origins are good candidates for preconnecting

A long cache lifetime can speed up repeat visits to your page. Learn more about caching.

Why this matters

Performance issues directly impact user engagement and conversion rates.

RequestCache TTLTransfer Size
assets-jpcust.jwpsrv.com/strips/HOvaMIxs-120.jpg900.0 s223.4 KiB
cdn.viafoura.net/vf-v2.js300.0 s187.0 KiB
/23dc09d6-b664-425a-a76e-0eed6a6cc102-web.js900.0 s171.2 KiB
/pmd-dev-northamerica-northeast1-asset-analytics-pub/js/c...3600.0 s177.7 KiB
jssdkcdns.mparticle.com/js/v2/us1-99b65fde89a1a145894d2d51d283cc83/mparticle.js3600.0 s144.9 KiB
ssl.p.jwpcdn.com/player/v/8.47.0/bidding.js900.0 s116.8 KiB
cdn.tinypass.com/api/tinypass.min.js?version=214400.0 s132.6 KiB
connect.facebook.net/en_US/fbevents.js1200.0 s96.6 KiB
c.amazon-adsystem.com/aax2/apstag.js3600.0 s90.9 KiB
cdn.jwplayer.com/libraries/RoSuL5OU.js180.0 s65.3 KiB
/dqzP001U6CvfmEQNxKTyCMgOlPA/gpt_and_prebid/config.js1100.0 s69.4 KiB
/pagead/managed/js/activeview/current/ufs_web_display.js3600.0 s73.1 KiB
ak.sail-horizon.com/spm/spm.v1.min.js600.0 s48.1 KiB
/signals/config/1685973801652415?v=2.9.303&r=stable&domai...1200.0 s47.3 KiB
auth.lrcontent.com/v2/js/LoginRadiusV2.js14400.0 s56.6 KiB
auth.lrcontent.com/v2/LoginRadiusV2.js14400.0 s56.4 KiB
assets-jpcust.jwpsrv.com/thumbnails/kWSTolsU-480.jpg900.0 s40.4 KiB
sdk.mrf.io/statics/marfeel-sdk.js?id=15281800.0 s41.6 KiB
cdn.cxense.com/cx.js3600.0 s38.1 KiB
cdn.cxense.com/cx.js3600.0 s38.1 KiB
cdn.id5-sync.com/api/1.0/id5-api.js3600.0 s34.5 KiB
cdn.id5-sync.com/api/1.0/id5-api.js3600.0 s34.4 KiB
assets-jpcust.jwpsrv.com/thumbnails/Zpq8UBc4-320.jpg900.0 s27.9 KiB
assets-jpcust.jwpsrv.com/thumbnails/Sq4qIinP-320.jpg900.0 s26.5 KiB
assets-jpcust.jwpsrv.com/thumbnails/avRwwjHV-320.jpg900.0 s26.3 KiB
assets-jpcust.jwpsrv.com/thumbnails/oeSPVN9S-320.jpg900.0 s26.1 KiB
assets-jpcust.jwpsrv.com/thumbnails/kWSTolsU-320.jpg900.0 s22.8 KiB
assets-jpcust.jwpsrv.com/thumbnails/YQ0zlgiW-320.jpg900.0 s22.7 KiB
sdk.mrf.io/statics/556e7c0a30ca71e80c0f.js3600.0 s24.4 KiB
secure.cdn.fastclick.net/js/pubcid/latest/pubcid.min.js900.0 s21.7 KiB
www.redditstatic.com/ads/pixel.js?pixel_id=a2_in7myjwoy90c60.0 s19.0 KiB
assets-jpcust.jwpsrv.com/thumbnails/ZOLTIlDV-320.jpg900.0 s20.7 KiB
assets-jpcust.jwpsrv.com/thumbnails/jsgbgQ3F-320.jpg900.0 s19.8 KiB
assets-jpcust.jwpsrv.com/thumbnails/VxfBO5OS-320.jpg900.0 s19.3 KiB
assets-jpcust.jwpsrv.com/thumbnails/pRvuG1OG-320.jpg900.0 s19.1 KiB
ssl.p.jwpcdn.com/player/v/8.47.0/jwpsrv.js900.0 s17.9 KiB
www.google-analytics.com/analytics.js7200.0 s20.9 KiB
c2.taboola.com/nr/postmedia-financialpost/newsroom.js14400.0 s18.1 KiB
pagead2.googlesyndication.com/omsdk/releases/live/omweb-v1.js3600.0 s15.4 KiB
ml314.com/tag.aspx?3600.0 s12.7 KiB
ssl.p.jwpcdn.com/player/v/8.47.0/googima.js86400.0 s24.0 KiB
tags.qortex.ai/cxo/cx-bootstrapper-init14400.0 s12.8 KiB
eus.rubiconproject.com/usync.js16420.0 s11.5 KiB
snap.licdn.com/li.lms-analytics/insight.min.js86400.0 s18.7 KiB
cdn.cxense.com/cx.cce.js3600.0 s6.8 KiB
www.gstatic.com/eureka/clank/147/cast_sender.js86400.0 s13.4 KiB
tags.crwdcntrl.net/lt/c/16576/sync.min.js86400.0 s13.1 KiB
assets-jpcust.jwpsrv.com/thumbnails/pRvuG1OG-120.jpg900.0 s5.3 KiB
postmedia.solutions.cdn.optable.co/public-assets/postmedia-sdk.js86400.0 s10.9 KiB
static.trueanthem.com/scripts/ta.c34341.js86400.0 s10.7 KiB
/bootstrapper?group-id=Wr0jwF6gJ0W0DVbFp1wjGQ&video-conta...14400.0 s5.6 KiB
sdk.mrf.io/statics/cb38304f0e183f013a9a.js3600.0 s3.9 KiB
sb.scorecardresearch.com/internal-cs/default/beacon.js86400.0 s6.7 KiB
sb.scorecardresearch.com/beacon.js86400.0 s6.7 KiB
/0787f10e-ca64-4393-8cda-1b8744767af9/launchpad-liveramp.js0.0 ms2.6 KiB
/1745285/trc/3/json?tim=1776811244746&data=%7B%22id%22%3A...0.0 ms1.8 KiB
www.npttech.com/advertising.js28800.0 s3.0 KiB
config.aps.amazon-adsystem.com/configs/35283600.0 s2.2 KiB
experience.tinypass.com/xbuilder/experience/load?aid=rz1uH1WkXu1800.0 s1.8 KiB
pm-widget.taboola.com/postmedia1-network/load.js3600.0 s1.4 KiB
pagead2.googlesyndication.com/pagead/js/r20260420/r20110914/abg_lite_fy2021.js1209600.0 s8.4 KiB
/collect?v=2&fmt=js&pid=1747836&time=1776811244790&url=ht...0.0 ms693 B
/rp.gif?ts=1776811244762&id=a2_in7myjwoy90c&event=PageVis...0.0 ms666 B
static.trueanthem.com/scripts/ta.js86400.0 s1.3 KiB
/Repo/rep.gif?ver=3.3.0&typ=pgv&rnd=mo97jd7ozgw5vuhb&sid=...0.0 ms412 B
/newsroom/1.0/postmedia-financialpost/get-action?page.url...0.0 ms394 B
/p?c1=19&c2=10276888&ns_ap_an=unknown&ns_ap_pn=js&ns_ap_p...0.0 ms300 B
ad-delivery.net/px.gif?ch=286400.0 s611 B
/profiles_engine/ProfilesEngineServlet?at=20&mi=10&secure...0.0 ms218 B
/pagead/js/r20260420/r20110914/client/window_focus_fy2021.js1209600.0 s1.2 KiB
cdn.indexww.com/ht/htw-pixel.gif?086400.0 s228 B
/st?cijs=convusmp&ttype=0&cisd=convusmp&cipid=66361655&cr...0.0 ms44 B
ad-delivery.net/px.gif?ch=186400.0 s109 B
/st?cijs=convusmp&ttype=45&cisd=convusmp&cipid=66361655&c...0.0 ms43 B
/st?cijs=convusmp&ttype=45&cisd=convusmp&cipid=66361655&c...0.0 ms43 B
/st?cijs=convusmp&ttype=126&cisd=convusmp&cipid=66361655&...0.0 ms43 B
/tr/?id=1685973801652415&ev=PageView&dl=https%3A%2F%2Ffin...0.0 ms19 B

Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size

Why this matters

Performance issues directly impact user engagement and conversion rates.

URLResource SizeEst 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/1573741801933873698656.3 KiB45.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.jpg27.8 KiB26.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.jpg26.3 KiB25.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.jpg26.2 KiB25.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.jpg26.8 KiB25.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.jpg23.5 KiB21.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.jpg22.5 KiB21.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.jpg41.1 KiB19.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.jpg20.4 KiB19.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.jpg19.8 KiB18.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.jpg19.0 KiB17.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.jpg18.9 KiB17.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 KiB7.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 KiB6.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 KiB4.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.

Why this matters

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

TTI

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Diagnostics

Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Estimated savings: 50 ms 2.3 MiB
URLTransfer SizeEst Savings
www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js361.6 KiB242.8 KiB
edge-auth.microsoft.com/js/ms_auth_client.min.js279.9 KiB199.2 KiB
cdn.taboola.com/libtrc/postmedia1-network/loader.js327.2 KiB156.3 KiB
/pmd-dev-northamerica-northeast1-asset-analytics-pub/js/c...177.1 KiB105.9 KiB
imasdk.googleapis.com/js/sdkloader/ima3.js146.6 KiB98.2 KiB
/pagead/managed/js/gpt/m202604160201/pubads_impl.js?cb=31...187.7 KiB96.3 KiB
cdn.viafoura.net/vf-v2.js146.7 KiB93.8 KiB
www.googletagmanager.com/gtm.js?id=GTM-MKM4ZNQ&l=dataLayer179.7 KiB88.4 KiB
ssl.p.jwpcdn.com/player/v/8.47.0/provider.hlsjs.js139.1 KiB82.8 KiB
cdn.tinypass.com/api/tinypass.min.js?version=2132.1 KiB81.8 KiB
cdn.confiant-integrations.net/gptprebidnative/202603241056/wrap.js141.5 KiB76.7 KiB
/gtag/js?id=G-CNZCQVF8JD&l=dl_mparticle&cx=c&gtm=4e64k0h2173.3 KiB70.9 KiB
www.googletagmanager.com/gtm.js?id=GTM-TJ5XN9F&l=gtm_data_layer&gtm=4e64h1154.0 KiB69.0 KiB
ssl.p.jwpcdn.com/player/v/8.47.0/bidding.js116.7 KiB68.8 KiB
www.googletagmanager.com/gtm.js?id=GTM-NTQ8ZV4&l=gtm_data_layer118.9 KiB62.6 KiB
www.googletagmanager.com/gtm.js?id=GTM-P3Q4QHW&l=gtm_data_layer&gtm=4e64h1151.0 KiB58.1 KiB
vidstat.taboola.com/vpaid/vPlayer/player/v18.0.4/OvaMediaPlayer.js87.1 KiB54.5 KiB
www.googletagmanager.com/gtm.js?id=GTM-5KMC8ND&l=dl_mparticle126.7 KiB54.3 KiB
auth.lrcontent.com/v2/js/LoginRadiusV2.js56.2 KiB50.1 KiB
vidstat.taboola.com/vpaid/units/36_0_9/infra/cmTagINSTREAM.js93.5 KiB42.8 KiB
auth.lrcontent.com/v2/LoginRadiusV2.js56.2 KiB41.5 KiB
jssdkcdns.mparticle.com/js/v2/us1-99b65fde89a1a145894d2d51d283cc83/mparticle.js144.6 KiB40.6 KiB
c.amazon-adsystem.com/aax2/apstag.js90.5 KiB37.7 KiB
fem.gprod.postmedia.digital/v141.0/fem.js88.2 KiB36.5 KiB
pagead2.googlesyndication.com/pagead/js/adsbygoogle.js54.1 KiB35.0 KiB
ak.sail-horizon.com/spm/spm.v1.min.js47.7 KiB32.4 KiB
micro.rubiconproject.com/prebid/dynamic/14648.js46.1 KiB31.5 KiB
/pagead/managed/js/activeview/current/ufs_web_display.js73.1 KiB31.0 KiB
connect.facebook.net/en_US/fbevents.js96.5 KiB30.6 KiB
cdn-gateflipp.flippback.com/tag/js/flipptag.js?site_id=%20117944356.5 KiB29.4 KiB
ssl.p.jwpcdn.com/player/v/8.47.0/jwplayer.core.controls.js98.4 KiB23.1 KiB
/23dc09d6-b664-425a-a76e-0eed6a6cc102-web.js170.7 KiB22.0 KiB
cdn.cxense.com/cx.js37.5 KiB21.6 KiB
cdn.jwplayer.com/libraries/RoSuL5OU.js65.0 KiB21.5 KiB
launchpad.privacymanager.io/latest/launchpad.bundle.js40.2 KiB21.4 KiB
kindhush.com/static/r3vlu87u0rf9.index.js36.0 KiB20.1 KiB
fem.gprod.postmedia.digital/v141.0/IIQUniversalID.js43.9 KiB20.1 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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

URLTotal CPU TimeScript EvaluationScript Parse
/pagead/managed/js/gpt/m202604160201/pubads_impl.js?cb=31...903 ms832 ms12 ms
financialpost.com/837 ms139 ms4.4 ms
Unattributable806 ms293 ms0.0 ms
cdn.taboola.com/libtrc/postmedia1-network/loader.js420 ms243 ms33 ms
www.redditstatic.com/ads/pixel.js?pixel_id=a2_in7myjwoy90c302 ms228 ms1.4 ms
ssl.p.jwpcdn.com/player/v/8.47.0/provider.hlsjs.js260 ms213 ms9.8 ms
vidstat.taboola.com/lite-unit/5.7.0/UnitInstreamDesktop.min.js189 ms142 ms1.6 ms
cdn.confiant-integrations.net/gptprebidnative/202603241056/wrap.js167 ms137 ms12 ms
/23dc09d6-b664-425a-a76e-0eed6a6cc102-web.js164 ms136 ms17 ms
www.googletagmanager.com/gtm.js?id=GTM-P3Q4QHW&l=gtm_data_layer&gtm=4e64h1152 ms128 ms11 ms
fem.gprod.postmedia.digital/v141.0/fem.js136 ms67 ms0.3 ms
c.amazon-adsystem.com/aax2/apstag.js127 ms77 ms9.2 ms
www.googletagmanager.com/gtm.js?id=GTM-MKM4ZNQ&l=dataLayer115 ms85 ms14 ms
pm-widget.taboola.com/postmedia1-network/pmk-20220605.3.js98 ms92 ms2.0 ms
cdn.tinypass.com/api/tinypass.min.js?version=298 ms77 ms9.2 ms
cdn.viafoura.net/vf-v2.js76 ms57 ms16 ms
cdn.viafoura.net/chunks/142.604b6661d6c6835e3317.js73 ms41 ms0.5 ms
vidstat.taboola.com/vpaid/units/36_0_9/infra/cmTagINSTREAM.js72 ms56 ms11 ms
/pagead/managed/js/activeview/current/ufs_web_display.js68 ms56 ms4.7 ms
/gtag/js?id=G-CNZCQVF8JD&l=dl_mparticle&cx=c&gtm=4e64k0h268 ms56 ms11 ms
www.googletagmanager.com/gtm.js?id=GTM-NTQ8ZV4&l=gtm_data_layer66 ms58 ms7.4 ms
www.googletagmanager.com/gtm.js?id=GTM-TJ5XN9F&l=gtm_data_layer&gtm=4e64h166 ms55 ms8.8 ms
cdn.jwplayer.com/libraries/RoSuL5OU.js66 ms44 ms3.9 ms

Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work

Why this matters

Performance issues directly impact user engagement and conversion rates.

CategoryTime Spent
Script Evaluation4.2 s
Other979 ms
Style & Layout597 ms
Script Parsing & Compilation405 ms
Rendering171 ms
Garbage Collection118 ms
Parse HTML & CSS72 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

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failure reasonFailure 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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Estimated savings: 0.0 ms 50.2 KiB

Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.

Why this matters

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

Why this matters

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.

Layout shift culprits
Document request latency
Optimize DOM size
Font display
LCP breakdown
LCP request discovery
Modern HTTP
Optimize viewport for mobile
User Timing marks and measures 43 user timings
Avoid long main-thread tasks 13 long tasks found
Avoid non-composited animations 2 animated elements found
Network Requests
Network Round Trip Times 110 ms
Server Backend Latencies 210 ms
Tasks
Diagnostics
Metrics
Screenshot Thumbnails
Final Screenshot
Script Treemap Data
Resources Summary
Avoid multiple page redirects
Initial server response time was short Root document took 200 ms
Avoid large layout shifts 3 layout shifts found
INP breakdown
95

Accessibility

These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.

Contrast

Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.

Why this matters

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.

Navigation

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.

Why this matters

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.

Why this matters

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
Interactive controls are keyboard focusable
Interactive elements indicate their purpose and state
The page has a logical tab order
Visual order on the page follows DOM order
User focus is not accidentally trapped in a region
The user's focus is directed to new content added to the page
HTML5 landmark elements are used to improve navigation
Offscreen content is hidden from assistive technology
Custom controls have associated labels
Custom controls have ARIA roles
`[aria-*]` attributes match their roles
`[aria-hidden="true"]` is not present on the document `<body>`
`[role]`s have all required `[aria-*]` attributes
`[role]` values are valid
`[aria-*]` attributes have valid values
`[aria-*]` attributes are valid and not misspelled
Buttons have an accessible name
Image elements have `[alt]` attributes
Form elements have associated labels
`[user-scalable="no"]` is not used in the `<meta name="viewport">` element and the `[maximum-scale]` attribute is not less than 5.
`button`, `link`, and `menuitem` elements have accessible names
ARIA attributes are used as specified for the element's role
`[aria-hidden="true"]` elements do not contain focusable descendents
Elements use only permitted ARIA attributes
Document has a `<title>` element
`<frame>` or `<iframe>` elements have a title
`<html>` element has a `[lang]` attribute
`<html>` element has a valid value for its `[lang]` attribute
Links have a discernible name
Lists contain only `<li>` elements and script supporting elements (`<script>` and `<template>`).
List items (`<li>`) are contained within `<ul>`, `<ol>` or `<menu>` parent elements
No element has a `[tabindex]` value greater than 0
Touch targets have sufficient size and spacing.
Skip links are focusable.
Document has a main landmark.
Deprecated ARIA roles were not used
ARIA IDs are unique
`<video>` elements contain a `<track>` element with `[kind="captions"]`
Identical links have the same purpose.
`[accesskey]` values are unique
Elements with `role="dialog"` or `role="alertdialog"` have accessible names.
ARIA input fields have accessible names
ARIA `meter` elements have accessible names
ARIA `progressbar` elements have accessible names
Elements with an ARIA `[role]` that require children to contain a specific `[role]` have all required children.
`[role]`s are contained by their required parent element
Elements with the `role=text` attribute do not have focusable descendents.
ARIA toggle fields have accessible names
ARIA `tooltip` elements have accessible names
ARIA `treeitem` elements have accessible names
The page contains a heading, skip link, or landmark region
`<dl>`'s contain only properly-ordered `<dt>` and `<dd>` groups, `<script>`, `<template>` or `<div>` elements.
Definition list items are wrapped in `<dl>` elements
No form fields have multiple labels
`<html>` element has an `[xml:lang]` attribute with the same base language as the `[lang]` attribute.
Input buttons have discernible text.
`<input type="image">` elements have `[alt]` text
Links are distinguishable without relying on color.
The document does not use `<meta http-equiv="refresh">`
`<object>` elements have alternate text
Select elements have associated label elements.
Cells in a `<table>` element that use the `[headers]` attribute refer to table cells within the same table.
`<th>` elements and elements with `[role="columnheader"/"rowheader"]` have data cells they describe.
`[lang]` attributes have a valid value
Tables have different content in the summary attribute and `<caption>`.
All heading elements contain content.
Uses ARIA roles only on compatible elements
Image elements do not have `[alt]` attributes that are redundant text.
Tables use `<caption>` instead of cells with the `[colspan]` attribute to indicate a caption.
`<td>` elements in a large `<table>` have one or more table headers.
77

Best Practices

General

Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Deprecation / WarningSource
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

Why this matters

Performance issues directly impact user engagement and conversion rates.

SourceDescription
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
Uses HTTPS
Avoids third-party cookies
Allows users to paste into input fields
Avoids requesting the geolocation permission on page load
Avoids requesting the notification permission on page load
Displays images with correct aspect ratio
Serves images with appropriate resolution
Page has the HTML doctype
Properly defines charset
No issues in the `Issues` panel in Chrome Devtools
Ensure CSP is effective against XSS attacks
Use a strong HSTS policy
Mitigate DOM-based XSS with Trusted Types
Detected JavaScript libraries
Page has valid source maps
Redirects HTTP traffic to HTTPS
Ensure proper origin isolation with COOP
Mitigate clickjacking with XFO or CSP
92

SEO

These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.

Content Best Practices

Descriptive link text helps search engines understand your content. Learn how to make links more accessible.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Format your HTML in a way that enables crawlers to better understand your app’s content.

Structured data is valid
Page isn’t blocked from indexing
Document has a `<title>` element
Document has a meta description
Page has successful HTTP status code
Links are crawlable
robots.txt is valid
Image elements have `[alt]` attributes
Document has a valid `hreflang`
Document has a valid `rel=canonical`

Send Feedback