Lighthouse Mobile
· 0 checks — Mobile Lighthouse audit -- Performance, Accessibility, Best Practices, and SEO category breakdown.Detailed Report
Audit breakdown by category with detailed findings.
Performance
Insights
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Performance issues directly impact user engagement and conversion rates.
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
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 |
Diagnostics
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| .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.
Performance issues directly impact user engagement and conversion rates.
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
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.
Accessibility
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Contrast
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
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.
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.
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.
Best practices
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.
Best Practices
General
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| 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 |
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.