Skip to content
https://bnnbloomberg.ca

Performance

· 15 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
67
GRADE
D
FIX
6
REVIEW
2
PASS
5
INFO
2

Performance-focused optimization plan with CWV assessment, top offenders, and time estimates

30
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
92
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
77
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
100
SEO Measures basic SEO optimizations: meta tags, crawlability, link text, and mobile friendliness.

First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.

1.18 s

Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.

3.81 s

Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.

786 ms

Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.

0.209

Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.

7.16 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.41 s

Page Load Progression

1.6 s
3.1 s
4.7 s
6.3 s
7.8 s
9.4 s
11.0 s
12.5 s
Checks
15
5 PASS 2 REVIEW 6 FIX
F
Page Weight Budget
Action
7.6 MB transferred, 231 requests
FIX
7.6 MB transferred, 231 requests
Critical::
Page weighs 23.0 MB (7.6 MB transferred)
Warning::
JavaScript is 4.2 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 4.2 MB
Warning::
Images are 1.3 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 1.3 MB
Info::
Fonts are 1.3 MB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 1.3 MB
Warning::
231 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 1.6 g CO2 per page load
7.6 MB / 2.4 MB budget
7.6 MB transferred
231 requests
1.6 g CO2 per page load
JavaScript 4.2 MiB 56%
Images 1.3 MiB 18%
Fonts 1.3 MiB 17%
HTML 380.0 KiB 5%
CSS 145.5 KiB 2%
Other 104.7 KiB 1%
Other 46.0 KiB 1%
Other 31.2 KiB 0%
Other 229 B 0%
Other 0 B 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Over budget

Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.

Why this matters

JavaScript bundle is large — code-split routes and lazy-load off-screen components to defer.

Source: web.dev

Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.

Why this matters

Image bandwidth is high — modern formats (WebP/AVIF) and resizing typically cut it 50%+.

Source: web.dev

Subset fonts to include only used characters, or switch to system font stacks.

Why this matters

Font payload is large — subset to used glyphs only, or fall back to system fonts (zero load time).

Source: web.dev font loading

Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.

Why this matters

High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.

Source: web.dev

D
Third-Party Impact
Action
100% third-party, 0 ms blocking
FIX
100% third-party, 0 ms blocking
Warning::
Third-party code accounts for 100% of page weight (7.6 MiB of 7.6 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Execution Cost
Action
3990ms total JS execution
FIX
3990ms total JS execution
Warning::
https://lib.jasperplayer.com/14.0.0/jasper.umd.pro...: 943ms CPU time
Warning::
https://www.bnnbloomberg.ca/: 788ms CPU time
Warning::
https://www.bnnbloomberg.ca/pf/resources/js/newrel...: 536ms CPU time
Warning::
https://securepubads.g.doubleclick.net/pagead/mana...: 418ms CPU time
Warning::
https://cdn.permutive.com/289d106c-df24-4cd9-a9fa-...: 308ms CPU time
Warning::
Third-party scripts: 3990ms (100% of total)

Main Thread Breakdown

Script Evaluation 63% Other 13% Style & Layout 8% Script Parsing & Compilation 8% Rendering 5%
ScriptTotalScriptingParse/CompileParty
https://lib.jasperplayer.com/14.0.0/jasper.umd.production.min.js943ms840ms102ms3rd
https://www.bnnbloomberg.ca/788ms12ms18ms3rd
https://www.bnnbloomberg.ca/pf/resources/js/newrelic.js?d=208536ms471ms2ms3rd
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604210101/pubads_impl.js?cb=31098008418ms373ms15ms3rd
https://cdn.permutive.com/289d106c-df24-4cd9-a9fa-753e928c23ad-web.js308ms167ms27ms3rd
Unattributable301ms62ms0ms3rd
https://www.bnnbloomberg.ca/pf/dist/components/combinations/default.js?d=208&mxId=00000000141ms85ms56ms3rd
https://micro.rubiconproject.com/prebid/dynamic/13126.js91ms76ms14ms3rd
https://cdn.confiant-integrations.net/gptprebidnative/202603241056/wrap.js84ms68ms13ms3rd
https://cdn.optimizely.com/js/30066350836.js76ms63ms7ms3rd

Showing top 10 of 15 scripts

F
JS Bundles
Action
55 scripts, 2.2 MB unused
FIX
55 scripts, 2.2 MB unused
Warning::
https://lib.jasperplayer.com/14.0.0/jasper.umd.pro...: 1014 KB unused (83%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.bnnbloomberg.ca/pf/dist/components/com...: 376 KB unused (71%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://widgets.sports.bellmedia.ca/js/stocks/mark...: 99 KB unused (73%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://securepubads.g.doubleclick.net/pagead/mana...: 94 KB unused (50%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://imasdk.googleapis.com/js/sdkloader/ima3.js: 82 KB unused (56%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 2.2 MB
2279 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://lib.jasperplayer.com/14.0.0/jasper.umd.production.min.js1224 KB1014 KB (83%)3rd
https://www.bnnbloomberg.ca/pf/dist/components/combinations/default.js?d=208&mxId=00000000531 KB376 KB (71%)3rd
https://widgets.sports.bellmedia.ca/js/stocks/market-chart/production/bmw-market-chart.umd.js136 KB99 KB (73%)3rd
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604210101/pubads_impl.js?cb=31098008188 KB94 KB (50%)3rd
https://imasdk.googleapis.com/js/sdkloader/ima3.js146 KB82 KB (56%)3rd
https://cdn.confiant-integrations.net/gptprebidnative/202603241056/wrap.js142 KB77 KB (54%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-TQ2X4MCR&l=mp_data_layer121 KB65 KB (54%)3rd
https://www.googletagmanager.com/gtag/js?id=AW-614080696&l=mp_data_layer&cx=c&gtm=4e64k0137 KB61 KB (44%)3rd
https://micro.rubiconproject.com/prebid/dynamic/13126.js127 KB45 KB (36%)3rd
https://cdn.optimizely.com/js/30066350836.js84 KB42 KB (51%)3rd

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

F
Page Weight Inventory
Action
231 resources · 7.6 MB · 2.2 MB savings available
FIX
231 resources · 7.6 MB · 2.2 MB savings available
Warning::
Page weight 6.6 MB over 1MB target
Got: 7.6 MB Expected: ≤ 1 MB
Info::
~2.2 MB of savings available
Warning::
230 third-party resources (100% of weight)
Info::
4 resources over 200KB
231 resources · 7.6 MiB · 230 third-party 6.6 MiB over 1MB target
JavaScript 56% · 4.2 MiB
Image 18% · 1.4 MiB
Font 17% · 1.3 MiB
Document 5% · 380.3 KiB
Other 2% · 167.3 KiB
CSS 2% · 145.5 KiB
Media 0% · 0 B

~2.2 MiB of savings available

Remove unused JavaScript: 2.2 MiB
F
HTTP Caching
Action
No cache headers
FIX
No cache headers
Warning::
No Cache-Control header found
Browsers will use heuristic caching, which can be unpredictable. Set explicit cache headers.

No Cache-Control header

Adding a Cache-Control header can significantly improve repeat-visit performance.

B
Image Optimization
70 images, 0 KB saveable
REVIEW
70 images, 0 KB saveable
Info::
All images are well-optimized
70 images 1.3 MB
0 oversized -0 KB
39 legacy format
0 missing dimensions CLS risk
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
All text resources are compressed
All text resources are properly compressed.
A+
Font Loading
8 fonts (1304 KB)
PASS
8 fonts (1304 KB)
Info::
8 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

8

1304 KB total

Render-blocking

0

of 8

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s FCP 1.2 s LCP 3.8 shttps://www.bnnbloomberg.ca/pf/resources/fonts/Inter-Bold.ttf?d=206&mxId=00000000Inter-Bold.ttf https://www.bnnbloomberg.ca/pf/resources/fonts/Inter-Bold.ttf?d=206&mxId=00000000 — 167.5 KiB — 63 ms — font-display: swaphttps://www.bnnbloomberg.ca/pf/resources/fonts/Inter-Regular.ttf?d=204&mxId=00000000Inter-Regular.ttf https://www.bnnbloomberg.ca/pf/resources/fonts/Inter-Regular.ttf?d=204&mxId=00000000 — 159.5 KiB — 79 ms — font-display: swaphttps://www.bnnbloomberg.ca/pf/resources/fonts/Inter-Regular.ttf?d=206&mxId=00000000Inter-Regular.ttf https://www.bnnbloomberg.ca/pf/resources/fonts/Inter-Regular.ttf?d=206&mxId=00000000 — 157.6 KiB — 50 ms — font-display: swaphttps://www.bnnbloomberg.ca/pf/resources/fonts/Inter-Bold.ttf?d=204&mxId=00000000Inter-Bold.ttf https://www.bnnbloomberg.ca/pf/resources/fonts/Inter-Bold.ttf?d=204&mxId=00000000 — 169.2 KiB — 82 ms — font-display: swaphttps://www.bnnbloomberg.ca/pf/resources/fonts/Inter-Bold.ttf?d=207&mxId=00000000Inter-Bold.ttf https://www.bnnbloomberg.ca/pf/resources/fonts/Inter-Bold.ttf?d=207&mxId=00000000 — 166.9 KiB — 125 ms — font-display: swaphttps://www.bnnbloomberg.ca/pf/resources/fonts/Inter-Regular.ttf?d=207&mxId=00000000Inter-Regular.ttf https://www.bnnbloomberg.ca/pf/resources/fonts/Inter-Regular.ttf?d=207&mxId=00000000 — 157.6 KiB — 85 ms — font-display: swaphttps://www.bnnbloomberg.ca/pf/resources/fonts/Inter-Bold.ttf?d=208&mxId=00000000Inter-Bold.ttf https://www.bnnbloomberg.ca/pf/resources/fonts/Inter-Bold.ttf?d=208&mxId=00000000 — 167.0 KiB — 59 ms — font-display: swaphttps://www.bnnbloomberg.ca/pf/resources/fonts/Inter-Regular.ttf?d=208&mxId=00000000Inter-Regular.ttf https://www.bnnbloomberg.ca/pf/resources/fonts/Inter-Regular.ttf?d=208&mxId=00000000 — 158.8 KiB — 39 ms — font-display: swap
Inter-Bold.ttf ttf swap
Size 167 KB
Load time 63 ms
Start 6.3 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
Inter-Regular.ttf ttf swap
Size 160 KB
Load time 79 ms
Start 6.3 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
Inter-Regular.ttf ttf swap
Size 158 KB
Load time 50 ms
Start 6.3 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
Inter-Bold.ttf ttf swap
Size 169 KB
Load time 82 ms
Start 6.3 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
Inter-Bold.ttf ttf swap
Size 167 KB
Load time 125 ms
Start 6.3 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
Inter-Regular.ttf ttf swap
Size 158 KB
Load time 85 ms
Start 6.3 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
Inter-Bold.ttf ttf swap
Size 167 KB
Load time 59 ms
Start 6.6 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
Inter-Regular.ttf ttf swap
Size 159 KB
Load time 39 ms
Start 6.6 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)

Fixing the unchecked items could save ~1043 KB and ~2086 ms

A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
Network Waterfall
231 requests over 14116ms
INFO
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s FCP 1.2 s LCP 3.8 shttps://bnnbloomberg.ca// https://bnnbloomberg.ca/ — 301 — 88 B — 128 ms — h2https://www.bnnbloomberg.ca/www.bnnbloomberg.ca/ https://www.bnnbloomberg.ca/ — 200 — 67.8 KiB — 6.1 s — h2https://www.bnnbloomberg.ca/pf/resources/fonts/Inter-Bold.ttf?d=206&mxId=00000000www.bnnbloomberg.ca/pf/resources/fo... https://www.bnnbloomberg.ca/pf/resources/fonts/Inter-Bold.ttf?d=206&mxId=00000000 — 200 — 167.5 KiB — 63 ms — h2https://www.bnnbloomberg.ca/pf/resources/fonts/Inter-Regular.ttf?d=204&mxId=00000000www.bnnbloomberg.ca/pf/resources/fo... https://www.bnnbloomberg.ca/pf/resources/fonts/Inter-Regular.ttf?d=204&mxId=00000000 — 200 — 159.5 KiB — 79 ms — h2https://www.bnnbloomberg.ca/pf/resources/fonts/Inter-Regular.ttf?d=206&mxId=00000000www.bnnbloomberg.ca/pf/resources/fo... https://www.bnnbloomberg.ca/pf/resources/fonts/Inter-Regular.ttf?d=206&mxId=00000000 — 200 — 157.6 KiB — 50 ms — h2https://www.bnnbloomberg.ca/pf/resources/fonts/Inter-Bold.ttf?d=204&mxId=00000000www.bnnbloomberg.ca/pf/resources/fo... https://www.bnnbloomberg.ca/pf/resources/fonts/Inter-Bold.ttf?d=204&mxId=00000000 — 200 — 169.2 KiB — 82 ms — h2https://www.bnnbloomberg.ca/pf/resources/fonts/Inter-Bold.ttf?d=207&mxId=00000000www.bnnbloomberg.ca/pf/resources/fo... https://www.bnnbloomberg.ca/pf/resources/fonts/Inter-Bold.ttf?d=207&mxId=00000000 — 200 — 166.9 KiB — 125 ms — h2https://www.bnnbloomberg.ca/pf/resources/fonts/Inter-Regular.ttf?d=207&mxId=00000000www.bnnbloomberg.ca/pf/resources/fo... https://www.bnnbloomberg.ca/pf/resources/fonts/Inter-Regular.ttf?d=207&mxId=00000000 — 200 — 157.6 KiB — 85 ms — h2https://www.bnnbloomberg.ca/pf/dist/components/combinations/default.css?d=208&mxId=00000000www.bnnbloomberg.ca/pf/dist/compone... https://www.bnnbloomberg.ca/pf/dist/components/combinations/default.css?d=208&mxId=00000000 — 200 — 9.4 KiB — 56 ms — h2https://www.bnnbloomberg.ca/pf/dist/css/bnn-bloomberg.css?d=208&mxId=00000000www.bnnbloomberg.ca/pf/dist/css/bnn... https://www.bnnbloomberg.ca/pf/dist/css/bnn-bloomberg.css?d=208&mxId=00000000 — 200 — 111.7 KiB — 51 ms — h2https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.cssstackpath.bootstrapcdn.com/bootstra... https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css — 200 — 22.2 KiB — 77 ms — h3https://cdn.optimizely.com/js/30066350836.jscdn.optimizely.com/js/30066350836.j... https://cdn.optimizely.com/js/30066350836.js — 200 — 83.8 KiB — 89 ms — h2https://www.bnnbloomberg.ca/pf/resources/js/newrelic.js?d=208www.bnnbloomberg.ca/pf/resources/js... https://www.bnnbloomberg.ca/pf/resources/js/newrelic.js?d=208 — 200 — 23.3 KiB — 66 ms — h2https://cloudfront-us-east-1.images.arcpublishing.com/bellmediainc/BWIHLMQTCBF4VFWLPIVITISWE4.jpgcloudfront-us-east-1.images.arcpubl... https://cloudfront-us-east-1.images.arcpublishing.com/bellmediainc/BWIHLMQTCBF4VFWLPIVITISWE4.jpg — 200 — 37.6 KiB — 41 ms — h2https://static.themebuilder.aws.arc.pub/bellmediainc/1717607291582.svgstatic.themebuilder.aws.arc.pub/bel... https://static.themebuilder.aws.arc.pub/bellmediainc/1717607291582.svg — 200 — 2.0 KiB — 38 ms — h2https://www.bnnbloomberg.ca/pf/dist/engine/react.js?d=208&mxId=00000000www.bnnbloomberg.ca/pf/dist/engine/... https://www.bnnbloomberg.ca/pf/dist/engine/react.js?d=208&mxId=00000000 — 200 — 142.0 KiB — 33 ms — h2https://www.bnnbloomberg.ca/pf/dist/components/combinations/default.js?d=208&mxId=00000000www.bnnbloomberg.ca/pf/dist/compone... https://www.bnnbloomberg.ca/pf/dist/components/combinations/default.js?d=208&mxId=00000000 — 200 — 531.4 KiB — 139 ms — h2https://cdn.permutive.com/289d106c-df24-4cd9-a9fa-753e928c23ad-web.jscdn.permutive.com/289d106c-df24-4cd... https://cdn.permutive.com/289d106c-df24-4cd9-a9fa-753e928c23ad-web.js — 200 — 250.5 KiB — 144 ms — h2https://s.go-mpulse.net/boomerang/C2TG3-67X75-LYLC6-7G5RL-VJS4Cs.go-mpulse.net/boomerang/C2TG3-67X... https://s.go-mpulse.net/boomerang/C2TG3-67X75-LYLC6-7G5RL-VJS4C — 200 — 56.8 KiB — 48 ms — h2https://micro.rubiconproject.com/prebid/dynamic/13126.jsmicro.rubiconproject.com/prebid/dyn... https://micro.rubiconproject.com/prebid/dynamic/13126.js — 200 — 127.2 KiB — 86 ms — h2https://cdn.confiant-integrations.net/5rJjPRoNo_MlaGcpOA6YOlm0Fmw/gpt_and_prebid/config.jscdn.confiant-integrations.net/5rJjP... https://cdn.confiant-integrations.net/5rJjPRoNo_MlaGcpOA6YOlm0Fmw/gpt_and_prebid/config.js — 200 — 55.8 KiB — 70 ms — h3https://securepubads.g.doubleclick.net/tag/js/gpt.jssecurepubads.g.doubleclick.net/tag/... https://securepubads.g.doubleclick.net/tag/js/gpt.js — 200 — 33.9 KiB — 115 ms — h3https://d6vbkv8rsyksv.cloudfront.net/prod/comscore/comscore.v7.11.1.jsd6vbkv8rsyksv.cloudfront.net/prod/c... https://d6vbkv8rsyksv.cloudfront.net/prod/comscore/comscore.v7.11.1.js — 200 — 53.1 KiB — 66 ms — h2https://static.chartbeat.com/js/chartbeat_video.jsstatic.chartbeat.com/js/chartbeat_v... https://static.chartbeat.com/js/chartbeat_video.js — 200 — 24.8 KiB — 35 ms — h2https://static.chartbeat.com/js/chartbeat_mab.jsstatic.chartbeat.com/js/chartbeat_m... https://static.chartbeat.com/js/chartbeat_mab.js — 200 — 10.1 KiB — 28 ms — h2https://www.queryly.com/js/queryly.v4.min.jswww.queryly.com/js/queryly.v4.min.j... https://www.queryly.com/js/queryly.v4.min.js — 200 — 7.9 KiB — 87 ms — h2https://tru.am/scripts/custom/bellmedia.jstru.am/scripts/custom/bellmedia.js https://tru.am/scripts/custom/bellmedia.js — 200 — 1.5 KiB — 66 ms — h3https://c.amazon-adsystem.com/aax2/apstag.jsc.amazon-adsystem.com/aax2/apstag.j... https://c.amazon-adsystem.com/aax2/apstag.js — 200 — 90.9 KiB — 65 ms — h2https://sb.scorecardresearch.com/cs/3005664/beacon.jssb.scorecardresearch.com/cs/3005664... https://sb.scorecardresearch.com/cs/3005664/beacon.js — 302 — 264 B — 160 ms — h2https://a17586580222.cdn.optimizely.com/client_storage/a17586580222.htmla17586580222.cdn.optimizely.com/cli... https://a17586580222.cdn.optimizely.com/client_storage/a17586580222.html — 200 — 1.6 KiB — 80 ms — h2
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s FCP 1.2 s LCP 3.8 shttps://bnnbloomberg.ca// https://bnnbloomberg.ca/ — 301 — 88 B — 128 ms — h2https://www.bnnbloomberg.ca/www.bnnbloomberg.ca/ https://www.bnnbloomberg.ca/ — 200 — 67.8 KiB — 6.1 s — h2https://www.bnnbloomberg.ca/pf/resources/fonts/Inter-Bold.ttf?d=206&mxId=00000000www.bnnbloomberg.ca/pf/resources/fo... https://www.bnnbloomberg.ca/pf/resources/fonts/Inter-Bold.ttf?d=206&mxId=00000000 — 200 — 167.5 KiB — 63 ms — h2https://www.bnnbloomberg.ca/pf/resources/fonts/Inter-Regular.ttf?d=204&mxId=00000000www.bnnbloomberg.ca/pf/resources/fo... https://www.bnnbloomberg.ca/pf/resources/fonts/Inter-Regular.ttf?d=204&mxId=00000000 — 200 — 159.5 KiB — 79 ms — h2https://www.bnnbloomberg.ca/pf/resources/fonts/Inter-Regular.ttf?d=206&mxId=00000000www.bnnbloomberg.ca/pf/resources/fo... https://www.bnnbloomberg.ca/pf/resources/fonts/Inter-Regular.ttf?d=206&mxId=00000000 — 200 — 157.6 KiB — 50 ms — h2https://www.bnnbloomberg.ca/pf/resources/fonts/Inter-Bold.ttf?d=204&mxId=00000000www.bnnbloomberg.ca/pf/resources/fo... https://www.bnnbloomberg.ca/pf/resources/fonts/Inter-Bold.ttf?d=204&mxId=00000000 — 200 — 169.2 KiB — 82 ms — h2https://www.bnnbloomberg.ca/pf/resources/fonts/Inter-Bold.ttf?d=207&mxId=00000000www.bnnbloomberg.ca/pf/resources/fo... https://www.bnnbloomberg.ca/pf/resources/fonts/Inter-Bold.ttf?d=207&mxId=00000000 — 200 — 166.9 KiB — 125 ms — h2https://www.bnnbloomberg.ca/pf/resources/fonts/Inter-Regular.ttf?d=207&mxId=00000000www.bnnbloomberg.ca/pf/resources/fo... https://www.bnnbloomberg.ca/pf/resources/fonts/Inter-Regular.ttf?d=207&mxId=00000000 — 200 — 157.6 KiB — 85 ms — h2https://www.bnnbloomberg.ca/pf/dist/components/combinations/default.css?d=208&mxId=00000000www.bnnbloomberg.ca/pf/dist/compone... https://www.bnnbloomberg.ca/pf/dist/components/combinations/default.css?d=208&mxId=00000000 — 200 — 9.4 KiB — 56 ms — h2https://www.bnnbloomberg.ca/pf/dist/css/bnn-bloomberg.css?d=208&mxId=00000000www.bnnbloomberg.ca/pf/dist/css/bnn... https://www.bnnbloomberg.ca/pf/dist/css/bnn-bloomberg.css?d=208&mxId=00000000 — 200 — 111.7 KiB — 51 ms — h2https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.cssstackpath.bootstrapcdn.com/bootstra... https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css — 200 — 22.2 KiB — 77 ms — h3https://cdn.optimizely.com/js/30066350836.jscdn.optimizely.com/js/30066350836.j... https://cdn.optimizely.com/js/30066350836.js — 200 — 83.8 KiB — 89 ms — h2https://www.bnnbloomberg.ca/pf/resources/js/newrelic.js?d=208www.bnnbloomberg.ca/pf/resources/js... https://www.bnnbloomberg.ca/pf/resources/js/newrelic.js?d=208 — 200 — 23.3 KiB — 66 ms — h2https://cloudfront-us-east-1.images.arcpublishing.com/bellmediainc/BWIHLMQTCBF4VFWLPIVITISWE4.jpgcloudfront-us-east-1.images.arcpubl... https://cloudfront-us-east-1.images.arcpublishing.com/bellmediainc/BWIHLMQTCBF4VFWLPIVITISWE4.jpg — 200 — 37.6 KiB — 41 ms — h2https://static.themebuilder.aws.arc.pub/bellmediainc/1717607291582.svgstatic.themebuilder.aws.arc.pub/bel... https://static.themebuilder.aws.arc.pub/bellmediainc/1717607291582.svg — 200 — 2.0 KiB — 38 ms — h2https://www.bnnbloomberg.ca/pf/dist/engine/react.js?d=208&mxId=00000000www.bnnbloomberg.ca/pf/dist/engine/... https://www.bnnbloomberg.ca/pf/dist/engine/react.js?d=208&mxId=00000000 — 200 — 142.0 KiB — 33 ms — h2https://www.bnnbloomberg.ca/pf/dist/components/combinations/default.js?d=208&mxId=00000000www.bnnbloomberg.ca/pf/dist/compone... https://www.bnnbloomberg.ca/pf/dist/components/combinations/default.js?d=208&mxId=00000000 — 200 — 531.4 KiB — 139 ms — h2https://cdn.permutive.com/289d106c-df24-4cd9-a9fa-753e928c23ad-web.jscdn.permutive.com/289d106c-df24-4cd... https://cdn.permutive.com/289d106c-df24-4cd9-a9fa-753e928c23ad-web.js — 200 — 250.5 KiB — 144 ms — h2https://s.go-mpulse.net/boomerang/C2TG3-67X75-LYLC6-7G5RL-VJS4Cs.go-mpulse.net/boomerang/C2TG3-67X... https://s.go-mpulse.net/boomerang/C2TG3-67X75-LYLC6-7G5RL-VJS4C — 200 — 56.8 KiB — 48 ms — h2https://micro.rubiconproject.com/prebid/dynamic/13126.jsmicro.rubiconproject.com/prebid/dyn... https://micro.rubiconproject.com/prebid/dynamic/13126.js — 200 — 127.2 KiB — 86 ms — h2https://cdn.confiant-integrations.net/5rJjPRoNo_MlaGcpOA6YOlm0Fmw/gpt_and_prebid/config.jscdn.confiant-integrations.net/5rJjP... https://cdn.confiant-integrations.net/5rJjPRoNo_MlaGcpOA6YOlm0Fmw/gpt_and_prebid/config.js — 200 — 55.8 KiB — 70 ms — h3https://securepubads.g.doubleclick.net/tag/js/gpt.jssecurepubads.g.doubleclick.net/tag/... https://securepubads.g.doubleclick.net/tag/js/gpt.js — 200 — 33.9 KiB — 115 ms — h3https://d6vbkv8rsyksv.cloudfront.net/prod/comscore/comscore.v7.11.1.jsd6vbkv8rsyksv.cloudfront.net/prod/c... https://d6vbkv8rsyksv.cloudfront.net/prod/comscore/comscore.v7.11.1.js — 200 — 53.1 KiB — 66 ms — h2https://static.chartbeat.com/js/chartbeat_video.jsstatic.chartbeat.com/js/chartbeat_v... https://static.chartbeat.com/js/chartbeat_video.js — 200 — 24.8 KiB — 35 ms — h2https://static.chartbeat.com/js/chartbeat_mab.jsstatic.chartbeat.com/js/chartbeat_m... https://static.chartbeat.com/js/chartbeat_mab.js — 200 — 10.1 KiB — 28 ms — h2https://www.queryly.com/js/queryly.v4.min.jswww.queryly.com/js/queryly.v4.min.j... https://www.queryly.com/js/queryly.v4.min.js — 200 — 7.9 KiB — 87 ms — h2https://tru.am/scripts/custom/bellmedia.jstru.am/scripts/custom/bellmedia.js https://tru.am/scripts/custom/bellmedia.js — 200 — 1.5 KiB — 66 ms — h3https://c.amazon-adsystem.com/aax2/apstag.jsc.amazon-adsystem.com/aax2/apstag.j... https://c.amazon-adsystem.com/aax2/apstag.js — 200 — 90.9 KiB — 65 ms — h2https://sb.scorecardresearch.com/cs/3005664/beacon.jssb.scorecardresearch.com/cs/3005664... https://sb.scorecardresearch.com/cs/3005664/beacon.js — 302 — 264 B — 160 ms — h2https://a17586580222.cdn.optimizely.com/client_storage/a17586580222.htmla17586580222.cdn.optimizely.com/cli... https://a17586580222.cdn.optimizely.com/client_storage/a17586580222.html — 200 — 1.6 KiB — 80 ms — h2https://www.bnnbloomberg.ca/resizer/v2/ZFBDNZ7A2AVQLMVBGGE22D3GRI.jpg?smart=true&auth=68e61ab0fa69437d1a1fef1f113531ec48175428900a01d40fd0e3b5aaa31877&width=1200&height=675www.bnnbloomberg.ca/resizer/v2/ZFBD... https://www.bnnbloomberg.ca/resizer/v2/ZFBDNZ7A2AVQLMVBGGE22D3GRI.jpg?smart=true&auth=68e61ab0fa69437d1a1fef1f113531ec48175428900a01d40fd0e3b5aaa31877&width=1200&height=675 — 200 — 64.6 KiB — 77 ms — h2https://www.bnnbloomberg.ca/resizer/v2/A63O5FC6SBCV3O2QJCJQ43L3NA.jpg?smart=true&auth=bb48ea4db75567a3886890e1192ea194fac90e8453d943377d3e578f0481b795&width=1200&height=675www.bnnbloomberg.ca/resizer/v2/A63O... https://www.bnnbloomberg.ca/resizer/v2/A63O5FC6SBCV3O2QJCJQ43L3NA.jpg?smart=true&auth=bb48ea4db75567a3886890e1192ea194fac90e8453d943377d3e578f0481b795&width=1200&height=675 — 200 — 26.9 KiB — 46 ms — h2https://www.bnnbloomberg.ca/resizer/v2/GPGJ5MS4NZHPRDML25OFPVALHE.PNG?smart=true&auth=3890cf8ae04ca884497b3c8c874deccc49d0973d0dd39bc43a5ea6fab43d5eab&width=1200&height=675www.bnnbloomberg.ca/resizer/v2/GPGJ... https://www.bnnbloomberg.ca/resizer/v2/GPGJ5MS4NZHPRDML25OFPVALHE.PNG?smart=true&auth=3890cf8ae04ca884497b3c8c874deccc49d0973d0dd39bc43a5ea6fab43d5eab&width=1200&height=675 — 200 — 22.0 KiB — 48 ms — h2https://www.bnnbloomberg.ca/resizer/v2/IBYLV7VVL5AJZI553DSNFSWAJU.JPG?smart=true&auth=5217b4a2930f4081bd19533915e2c3c20b5e6d5c3077345859db38190a7bdcff&width=1200&height=675www.bnnbloomberg.ca/resizer/v2/IBYL... https://www.bnnbloomberg.ca/resizer/v2/IBYLV7VVL5AJZI553DSNFSWAJU.JPG?smart=true&auth=5217b4a2930f4081bd19533915e2c3c20b5e6d5c3077345859db38190a7bdcff&width=1200&height=675 — 200 — 28.1 KiB — 49 ms — h2https://www.bnnbloomberg.ca/resizer/v2/4VWT74NWHTUOLTYWXGA527VLVA.jpg?smart=true&auth=388c79508bfdac1b38bd8ec0a3ea7447d369796b0223adf316f4f63491c435a1&width=1200&height=675www.bnnbloomberg.ca/resizer/v2/4VWT... https://www.bnnbloomberg.ca/resizer/v2/4VWT74NWHTUOLTYWXGA527VLVA.jpg?smart=true&auth=388c79508bfdac1b38bd8ec0a3ea7447d369796b0223adf316f4f63491c435a1&width=1200&height=675 — 200 — 18.4 KiB — 52 ms — h2https://www.bnnbloomberg.ca/resizer/v2/G2FX2NW3R4SXQIKN6M2RDOH6YA.jpg?smart=true&auth=3d6fe0a630f15da95123fd551b466c8160168beca14efbf696fcff98c2a5f56e&width=1200&height=675www.bnnbloomberg.ca/resizer/v2/G2FX... https://www.bnnbloomberg.ca/resizer/v2/G2FX2NW3R4SXQIKN6M2RDOH6YA.jpg?smart=true&auth=3d6fe0a630f15da95123fd551b466c8160168beca14efbf696fcff98c2a5f56e&width=1200&height=675 — 200 — 30.2 KiB — 52 ms — h2https://www.bnnbloomberg.ca/resizer/v2/ZNUN3USAULI27MKYPEPL5JTVGA.jpg?smart=true&auth=2cfacc36603f23672abdb9f59b466924247de1bdb36475557168880c5656e26f&width=1200&height=675www.bnnbloomberg.ca/resizer/v2/ZNUN... https://www.bnnbloomberg.ca/resizer/v2/ZNUN3USAULI27MKYPEPL5JTVGA.jpg?smart=true&auth=2cfacc36603f23672abdb9f59b466924247de1bdb36475557168880c5656e26f&width=1200&height=675 — 200 — 58.3 KiB — 55 ms — h2https://www.bnnbloomberg.ca/resizer/v2/F2NNQHSFN754ZIK26XLOYKTQWU.jpg?smart=true&auth=452323c509a4e342d8a995fc3545394ffb6caed231644ebd357cc203c0ffbc5f&width=1200&height=675www.bnnbloomberg.ca/resizer/v2/F2NN... https://www.bnnbloomberg.ca/resizer/v2/F2NNQHSFN754ZIK26XLOYKTQWU.jpg?smart=true&auth=452323c509a4e342d8a995fc3545394ffb6caed231644ebd357cc203c0ffbc5f&width=1200&height=675 — 200 — 173.6 KiB — 62 ms — h2https://www.bnnbloomberg.ca/resizer/v2/YVRGAS5YRK7YCDWK4RNZC7HLU4.jpg?smart=true&auth=933a1b4f7e1518c1d6fc0714d8d77081a6a02954fea8ba4027cea1da636c1e29&width=1200&height=675www.bnnbloomberg.ca/resizer/v2/YVRG... https://www.bnnbloomberg.ca/resizer/v2/YVRGAS5YRK7YCDWK4RNZC7HLU4.jpg?smart=true&auth=933a1b4f7e1518c1d6fc0714d8d77081a6a02954fea8ba4027cea1da636c1e29&width=1200&height=675 — 200 — 48.7 KiB — 57 ms — h2https://www.bnnbloomberg.ca/resizer/v2/4J6RW4OJQV7BANCJ2GC3DLQDOM.jpg?smart=true&auth=a831a17b7af6e426543ebaf89a8dcae5b2585d77ef8f419e176d96e3c42fc458&width=1200&height=675www.bnnbloomberg.ca/resizer/v2/4J6R... https://www.bnnbloomberg.ca/resizer/v2/4J6RW4OJQV7BANCJ2GC3DLQDOM.jpg?smart=true&auth=a831a17b7af6e426543ebaf89a8dcae5b2585d77ef8f419e176d96e3c42fc458&width=1200&height=675 — 200 — 8.5 KiB — 58 ms — h2https://www.bnnbloomberg.ca/resizer/v2/2GEQSFNIXL4W26HK7LBJDQAO6A.jpg?smart=true&auth=9b87cf9ec7e44d16f138761e4a203bde94e3f4122df7d3aab0a938ceb1e96d6d&width=1200&height=675www.bnnbloomberg.ca/resizer/v2/2GEQ... https://www.bnnbloomberg.ca/resizer/v2/2GEQSFNIXL4W26HK7LBJDQAO6A.jpg?smart=true&auth=9b87cf9ec7e44d16f138761e4a203bde94e3f4122df7d3aab0a938ceb1e96d6d&width=1200&height=675 — 200 — 25.4 KiB — 60 ms — h2https://www.bnnbloomberg.ca/resizer/v2/CCBNRTNCBSWJJLTWAIL77PK4UI.jpg?smart=true&auth=6e8cc7b23a0b476ae8665ab1b3f11ba85e251eafcaf532a3ba1bbfe234c1a160&width=1200&height=675www.bnnbloomberg.ca/resizer/v2/CCBN... https://www.bnnbloomberg.ca/resizer/v2/CCBNRTNCBSWJJLTWAIL77PK4UI.jpg?smart=true&auth=6e8cc7b23a0b476ae8665ab1b3f11ba85e251eafcaf532a3ba1bbfe234c1a160&width=1200&height=675 — 200 — 66.9 KiB — 73 ms — h2https://www.bnnbloomberg.ca/resizer/v2/Y64DGON6OQGNVHR2UXOFJWI2EA.jpg?smart=true&auth=4bcc854d23f77c274645a236fb916da827f5558859bab70a065d39be6907aeb8&width=1200&height=675www.bnnbloomberg.ca/resizer/v2/Y64D... https://www.bnnbloomberg.ca/resizer/v2/Y64DGON6OQGNVHR2UXOFJWI2EA.jpg?smart=true&auth=4bcc854d23f77c274645a236fb916da827f5558859bab70a065d39be6907aeb8&width=1200&height=675 — 200 — 43.8 KiB — 61 ms — h2https://www.bnnbloomberg.ca/resizer/v2/2267WUZOYNSV33O6B7VT4XNTAE.jpg?smart=true&auth=a305fecad1ce8cda2f984bed96ae97135c22b7a04d1e6581b625f63ab175a046&width=1200&height=675www.bnnbloomberg.ca/resizer/v2/2267... https://www.bnnbloomberg.ca/resizer/v2/2267WUZOYNSV33O6B7VT4XNTAE.jpg?smart=true&auth=a305fecad1ce8cda2f984bed96ae97135c22b7a04d1e6581b625f63ab175a046&width=1200&height=675 — 200 — 62.0 KiB — 66 ms — h2https://www.bnnbloomberg.ca/resizer/v2/https%3A%2F%2Fassets.bwbx.io%2Fimages%2Fusers%2Fi4YKw4LYfAGo%2FiHD89UtTx4Rs%2Fv0%2FpiFq5T3pJF0qzS8rF9LjsWaQ%2F-1x-1.jpg?auth=e6239fd4f25ea60bac23f7213fab1bd69b293bb9947e75a634abadb3e61e62a9&width=1096www.bnnbloomberg.ca/resizer/v2/http... https://www.bnnbloomberg.ca/resizer/v2/https%3A%2F%2Fassets.bwbx.io%2Fimages%2Fusers%2Fi4YKw4LYfAGo%2FiHD89UtTx4Rs%2Fv0%2FpiFq5T3pJF0qzS8rF9LjsWaQ%2F-1x-1.jpg?auth=e6239fd4f25ea60bac23f7213fab1bd69b293bb9947e75a634abadb3e61e62a9&width=1096 — 200 — 105.8 KiB — 1.5 s — h2https://www.bnnbloomberg.ca/resizer/v2/https%3A%2F%2Fassets.bwbx.io%2Fimages%2Fusers%2Fi4YKw4LYfAGo%2FiBBOHe3nRC3s%2Fv1%2FpiFq5T3pJF0qzS8rF9LjsWaQ%2F-1x-1.jpg?auth=a6e473c5a1cf8500e25c2a582614f3d56d7cec7ea362fb8272b3d455de80f343&width=1096www.bnnbloomberg.ca/resizer/v2/http... https://www.bnnbloomberg.ca/resizer/v2/https%3A%2F%2Fassets.bwbx.io%2Fimages%2Fusers%2Fi4YKw4LYfAGo%2FiBBOHe3nRC3s%2Fv1%2FpiFq5T3pJF0qzS8rF9LjsWaQ%2F-1x-1.jpg?auth=a6e473c5a1cf8500e25c2a582614f3d56d7cec7ea362fb8272b3d455de80f343&width=1096 — 200 — 116.1 KiB — 95 ms — h2https://www.bnnbloomberg.ca/resizer/v2/https%3A%2F%2Fassets.bwbx.io%2Fimages%2Fusers%2Fi4YKw4LYfAGo%2FiWl21yVTKObg%2Fv0%2FpiFq5T3pJF0qzS8rF9LjsWaQ%2F-1x-1.jpg?auth=11c0e4bf34f11cad88c449e240a07a4d415835c27e9337674828ef6fdd02931b&width=1096www.bnnbloomberg.ca/resizer/v2/http... https://www.bnnbloomberg.ca/resizer/v2/https%3A%2F%2Fassets.bwbx.io%2Fimages%2Fusers%2Fi4YKw4LYfAGo%2FiWl21yVTKObg%2Fv0%2FpiFq5T3pJF0qzS8rF9LjsWaQ%2F-1x-1.jpg?auth=11c0e4bf34f11cad88c449e240a07a4d415835c27e9337674828ef6fdd02931b&width=1096 — 200 — 66.1 KiB — 60 ms — h2https://www.bnnbloomberg.ca/resizer/v2/https%3A%2F%2Fassets.bwbx.io%2Fimages%2Fusers%2Fi4YKw4LYfAGo%2FiR1olA2AA6Dc%2Fv1%2FpiFq5T3pJF0qzS8rF9LjsWaQ%2F-1x-1.jpg?auth=77dfa1971e7b452d277117b5ba04ed98b3e668b095e197118b861c8ae5fbe763&width=1096www.bnnbloomberg.ca/resizer/v2/http... https://www.bnnbloomberg.ca/resizer/v2/https%3A%2F%2Fassets.bwbx.io%2Fimages%2Fusers%2Fi4YKw4LYfAGo%2FiR1olA2AA6Dc%2Fv1%2FpiFq5T3pJF0qzS8rF9LjsWaQ%2F-1x-1.jpg?auth=77dfa1971e7b452d277117b5ba04ed98b3e668b095e197118b861c8ae5fbe763&width=1096 — 200 — 42.9 KiB — 490 ms — h2https://www.bnnbloomberg.ca/pf/resources/fonts/Inter-Bold.ttf?d=208&mxId=00000000www.bnnbloomberg.ca/pf/resources/fo... https://www.bnnbloomberg.ca/pf/resources/fonts/Inter-Bold.ttf?d=208&mxId=00000000 — 200 — 167.0 KiB — 59 ms — h2https://www.bnnbloomberg.ca/pf/resources/fonts/Inter-Regular.ttf?d=208&mxId=00000000www.bnnbloomberg.ca/pf/resources/fo... https://www.bnnbloomberg.ca/pf/resources/fonts/Inter-Regular.ttf?d=208&mxId=00000000 — 200 — 158.8 KiB — 39 ms — h2https://sb.scorecardresearch.com/internal-cs/default/beacon.jssb.scorecardresearch.com/internal-c... https://sb.scorecardresearch.com/internal-cs/default/beacon.js — 200 — 6.7 KiB — 6 ms — h2https://www.queryly.com/images/whitecloseicon.pngwww.queryly.com/images/whitecloseic... https://www.queryly.com/images/whitecloseicon.png — 200 — 1.1 KiB — 25 ms — h2https://www.bnnbloomberg.ca/pf/dist/components/combinations/4.chunk.js?d=208www.bnnbloomberg.ca/pf/dist/compone... https://www.bnnbloomberg.ca/pf/dist/components/combinations/4.chunk.js?d=208 — 200 — 50.6 KiB — 31 ms — h2https://www.bnnbloomberg.ca/pf/dist/components/combinations/2.chunk.js?d=208www.bnnbloomberg.ca/pf/dist/compone... https://www.bnnbloomberg.ca/pf/dist/components/combinations/2.chunk.js?d=208 — 200 — 4.6 KiB — 38 ms — h2https://www.bnnbloomberg.ca/pf/dist/components/combinations/3.chunk.js?d=208www.bnnbloomberg.ca/pf/dist/compone... https://www.bnnbloomberg.ca/pf/dist/components/combinations/3.chunk.js?d=208 — 200 — 1.9 KiB — 48 ms — h2https://ipv4.icanhazip.com/ipv4.icanhazip.com/ https://ipv4.icanhazip.com/ — 200 — 412 B — 43 ms — h3https://widgets.sports.bellmedia.ca/js/stocks/market-board/production/bmw-market-board.umd.jswidgets.sports.bellmedia.ca/js/stoc... https://widgets.sports.bellmedia.ca/js/stocks/market-board/production/bmw-market-board.umd.js — 200 — 59.2 KiB — 304 ms — h2https://widgets.sports.bellmedia.ca/js/stocks/market-movers/production/bmw-market-movers.umd.jswidgets.sports.bellmedia.ca/js/stoc... https://widgets.sports.bellmedia.ca/js/stocks/market-movers/production/bmw-market-movers.umd.js — 200 — 50.3 KiB — 290 ms — h2https://widgets.sports.bellmedia.ca/js/stocks/market-status/production/bmw-market-status.umd.jswidgets.sports.bellmedia.ca/js/stoc... https://widgets.sports.bellmedia.ca/js/stocks/market-status/production/bmw-market-status.umd.js — 200 — 54.3 KiB — 295 ms — h2https://widgets.sports.bellmedia.ca/js/stocks/market-chart/production/bmw-market-chart.umd.jswidgets.sports.bellmedia.ca/js/stoc... https://widgets.sports.bellmedia.ca/js/stocks/market-chart/production/bmw-market-chart.umd.js — 200 — 135.9 KiB — 298 ms — h2https://widgets.sports.bellmedia.ca/js/stocks/recently-viewed-stock/production/bmw-recently-viewed-stock.umd.jswidgets.sports.bellmedia.ca/js/stoc... https://widgets.sports.bellmedia.ca/js/stocks/recently-viewed-stock/production/bmw-recently-viewed-stock.umd.js — 200 — 54.7 KiB — 289 ms — h2https://widgets.sports.bellmedia.ca/js/stocks/currency-converter/production/bmw-currency-converter.umd.jswidgets.sports.bellmedia.ca/js/stoc... https://widgets.sports.bellmedia.ca/js/stocks/currency-converter/production/bmw-currency-converter.umd.js — 200 — 55.9 KiB — 274 ms — h2https://www.bnnbloomberg.ca/resizer/v2/https%3A%2F%2Fd3g70guqh4mw9g.cloudfront.net%2F04-22-2026%2Ft_737a4bc3efc746a78713a895c9e0be4b_name_image.jpg?smart=true&auth=87a4a0eef133e8a901bb2a162ac2052ae423f44ae336d463d44c11e9259ea342&width=1096www.bnnbloomberg.ca/resizer/v2/http... https://www.bnnbloomberg.ca/resizer/v2/https%3A%2F%2Fd3g70guqh4mw9g.cloudfront.net%2F04-22-2026%2Ft_737a4bc3efc746a78713a895c9e0be4b_name_image.jpg?smart=true&auth=87a4a0eef133e8a901bb2a162ac2052ae423f44ae336d463d44c11e9259ea342&width=1096 — 200 — 18.0 KiB — 476 ms — h2https://www.bnnbloomberg.ca/resizer/v2/https%3A%2F%2Fd3g70guqh4mw9g.cloudfront.net%2F04-22-2026%2Ft_b042833ef6f44c5ca14ee2da3ce47964_name_0abc6c0b354048f62bab2192c2a972a1a553601e1d9821187799b6bfd9216c59.jpg?smart=true&auth=0d0c7ff35fb5ff65944ef70784682e274de666e787bd9cbbf9364f3b47a73889&width=1096www.bnnbloomberg.ca/resizer/v2/http... https://www.bnnbloomberg.ca/resizer/v2/https%3A%2F%2Fd3g70guqh4mw9g.cloudfront.net%2F04-22-2026%2Ft_b042833ef6f44c5ca14ee2da3ce47964_name_0abc6c0b354048f62bab2192c2a972a1a553601e1d9821187799b6bfd9216c59.jpg?smart=true&auth=0d0c7ff35fb5ff65944ef70784682e274de666e787bd9cbbf9364f3b47a73889&width=1096 — 200 — 38.6 KiB — 45 ms — h2https://www.bnnbloomberg.ca/resizer/v2/https%3A%2F%2Fd3g70guqh4mw9g.cloudfront.net%2F04-22-2026%2Ft_fc5910a0c2704c5fb7af94aafb832bf7_name_e6d71d5e3e03d7c868003a6cbc35a73c7e13ba8997b276e14784dd8af9928731.jpg?smart=true&auth=db7361ec6fda56e9611715a5d3f47268cffb025b47b7bd0be78279949b04f755&width=1096www.bnnbloomberg.ca/resizer/v2/http... https://www.bnnbloomberg.ca/resizer/v2/https%3A%2F%2Fd3g70guqh4mw9g.cloudfront.net%2F04-22-2026%2Ft_fc5910a0c2704c5fb7af94aafb832bf7_name_e6d71d5e3e03d7c868003a6cbc35a73c7e13ba8997b276e14784dd8af9928731.jpg?smart=true&auth=db7361ec6fda56e9611715a5d3f47268cffb025b47b7bd0be78279949b04f755&width=1096 — 200 — 14.9 KiB — 65 ms — h2https://www.bnnbloomberg.ca/resizer/v2/https%3A%2F%2Fd3g70guqh4mw9g.cloudfront.net%2F04-22-2026%2Ft_67477bf6554e48a2919489fa2a742c87_name_IMG_7872.jpg?smart=true&auth=fc5215ddb4334ba6d6aaaa290b37993329c0846925d7f60dbaf00a79769117fc&width=1096www.bnnbloomberg.ca/resizer/v2/http... https://www.bnnbloomberg.ca/resizer/v2/https%3A%2F%2Fd3g70guqh4mw9g.cloudfront.net%2F04-22-2026%2Ft_67477bf6554e48a2919489fa2a742c87_name_IMG_7872.jpg?smart=true&auth=fc5215ddb4334ba6d6aaaa290b37993329c0846925d7f60dbaf00a79769117fc&width=1096 — 200 — 40.8 KiB — 58 ms — h2https://www.bnnbloomberg.ca/resizer/v2/https%3A%2F%2Fd3g70guqh4mw9g.cloudfront.net%2F04-22-2026%2Ft_b062d63c037b48f7a9f84175a40c0fc2_name_1bcc0acdad94dbdd8dfbf11e939babe35de825328f01a13ab7b923ec96bdef18.jpg?smart=true&auth=9979275f6e0c9efae161536e9f1fa190201ce8d43a4bb1061c3ab11931c50032&width=1096www.bnnbloomberg.ca/resizer/v2/http... https://www.bnnbloomberg.ca/resizer/v2/https%3A%2F%2Fd3g70guqh4mw9g.cloudfront.net%2F04-22-2026%2Ft_b062d63c037b48f7a9f84175a40c0fc2_name_1bcc0acdad94dbdd8dfbf11e939babe35de825328f01a13ab7b923ec96bdef18.jpg?smart=true&auth=9979275f6e0c9efae161536e9f1fa190201ce8d43a4bb1061c3ab11931c50032&width=1096 — 200 — 49.7 KiB — 46 ms — h2https://www.bnnbloomberg.ca/resizer/v2/https%3A%2F%2Fd3g70guqh4mw9g.cloudfront.net%2F04-22-2026%2Ft_f0bd1fc1c9c249ca88f70ba8f4f95d3c_name_AndreyOmelchak2.PNG?smart=true&auth=2c3e1ee1f5546f88925f3beb887b7e6de094769eed78c1a0fb7d2578f73d97ed&width=1096www.bnnbloomberg.ca/resizer/v2/http... https://www.bnnbloomberg.ca/resizer/v2/https%3A%2F%2Fd3g70guqh4mw9g.cloudfront.net%2F04-22-2026%2Ft_f0bd1fc1c9c249ca88f70ba8f4f95d3c_name_AndreyOmelchak2.PNG?smart=true&auth=2c3e1ee1f5546f88925f3beb887b7e6de094769eed78c1a0fb7d2578f73d97ed&width=1096 — 200 — 20.8 KiB — 65 ms — h2https://www.bnnbloomberg.ca/resizer/v2/https%3A%2F%2Fd3g70guqh4mw9g.cloudfront.net%2F04-22-2026%2Ft_3a70cc76242744c7a2457b0398988cb0_name_0b51cc0d3950543595eeef62a0b6fcb12ebf5fe628955ca6e7c03c37b8f9dd0e.jpg?smart=true&auth=0c11392aab42a5bb1c3ac618914c07b4c108791d39f2c0a782ccb3a0480762c7&width=1096www.bnnbloomberg.ca/resizer/v2/http... https://www.bnnbloomberg.ca/resizer/v2/https%3A%2F%2Fd3g70guqh4mw9g.cloudfront.net%2F04-22-2026%2Ft_3a70cc76242744c7a2457b0398988cb0_name_0b51cc0d3950543595eeef62a0b6fcb12ebf5fe628955ca6e7c03c37b8f9dd0e.jpg?smart=true&auth=0c11392aab42a5bb1c3ac618914c07b4c108791d39f2c0a782ccb3a0480762c7&width=1096 — 200 — 106.6 KiB — 68 ms — h2https://www.bnnbloomberg.ca/resizer/v2/https%3A%2F%2Fd3g70guqh4mw9g.cloudfront.net%2F04-22-2026%2Ft_eec0958064a0440aaa7265db190cfaf1_name_a_monitor_displays_s_p_500_market_data_during_the_sweetgreen_initial_public_offering_ipo_in_front_of_the_new_york_stock_exchange_nyse_in_new_york_u_s_on_thursday_nov_18_2021_photographer_michael_nagle_bloomberg.jpg?smart=true&auth=b180d99f4a0ab017da917a0fd503b81c3217b876f7a1ead631d0232750808dbe&width=1096www.bnnbloomberg.ca/resizer/v2/http... https://www.bnnbloomberg.ca/resizer/v2/https%3A%2F%2Fd3g70guqh4mw9g.cloudfront.net%2F04-22-2026%2Ft_eec0958064a0440aaa7265db190cfaf1_name_a_monitor_displays_s_p_500_market_data_during_the_sweetgreen_initial_public_offering_ipo_in_front_of_the_new_york_stock_exchange_nyse_in_new_york_u_s_on_thursday_nov_18_2021_photographer_michael_nagle_bloomberg.jpg?smart=true&auth=b180d99f4a0ab017da917a0fd503b81c3217b876f7a1ead631d0232750808dbe&width=1096 — 200 — 23.3 KiB — 83 ms — h2https://www.bnnbloomberg.ca/resizer/v2/https%3A%2F%2Fd3g70guqh4mw9g.cloudfront.net%2F04-22-2026%2Ft_bb8c987b719f4500b9385b00fa3cb1c1_name_2023_3_3_5b5b310c_79d2_4a2d_a805_aa708b16132b_jpg_2000x1125_scaled.jpg?smart=true&auth=7b531b0dbf92a51cce52e99a8c242cf26e9921bf2af028dec6809761c06709b0&width=1096www.bnnbloomberg.ca/resizer/v2/http... https://www.bnnbloomberg.ca/resizer/v2/https%3A%2F%2Fd3g70guqh4mw9g.cloudfront.net%2F04-22-2026%2Ft_bb8c987b719f4500b9385b00fa3cb1c1_name_2023_3_3_5b5b310c_79d2_4a2d_a805_aa708b16132b_jpg_2000x1125_scaled.jpg?smart=true&auth=7b531b0dbf92a51cce52e99a8c242cf26e9921bf2af028dec6809761c06709b0&width=1096 — 200 — 14.2 KiB — 72 ms — h2https://lib.jasperplayer.com/14.0.0/jasper.umd.production.min.jslib.jasperplayer.com/14.0.0/jasper.... https://lib.jasperplayer.com/14.0.0/jasper.umd.production.min.js — 200 — 1.2 MiB — 67 ms — h2https://api.smart-id.ca/sip/api/keyauth/carrierIdFinderUrl?publisher_id=eaabeaf0-3fcb-4dc7-b243-a2fcd27bbe13&public_ip=141.227.188.193api.smart-id.ca/sip/api/keyauth/car... https://api.smart-id.ca/sip/api/keyauth/carrierIdFinderUrl?publisher_id=eaabeaf0-3fcb-4dc7-b243-a2fcd27bbe13&public_ip=141.227.188.193 — 200 — 0 B — 447 ms — http/1.1https://jssdkcdns.mparticle.com/JS/v2/us1-42c7bf7b21a03d479b372347c506a331/config?env=0&plan_id=arc_poets_data_plan&plan_version=1jssdkcdns.mparticle.com/JS/v2/us1-4... https://jssdkcdns.mparticle.com/JS/v2/us1-42c7bf7b21a03d479b372347c506a331/config?env=0&plan_id=arc_poets_data_plan&plan_version=1 — 200 — 14.5 KiB — 14 ms — h2https://mab.chartbeat.com/mab_strategy/headline_testing/get_strategy/?host=bnnbloomberg.ca&domain=bnnbloomberg.ca&path=%2Fmab.chartbeat.com/mab_strategy/head... https://mab.chartbeat.com/mab_strategy/headline_testing/get_strategy/?host=bnnbloomberg.ca&domain=bnnbloomberg.ca&path=%2F — 200 — 4.1 KiB — 148 ms — h2https://ping.chartbeat.net/ping?h=bnnbloomberg.ca&p=%2F&u=Bpof-CDxrp0fDSHZYH&d=bnnbloomberg.ca&g=65778&g0=homepage&g1=No%20Author&n=1&f=00001&c=0&x=0&m=0&y=12132&o=1350&w=940&j=45&R=1&W=0&I=0&E=0&e=0&r=&PA=https%3A%2F%2Fwww.bnnbloomberg.ca%2F&b=7288&t=CclWVT2uW-UC0PWWiCTRfSbrRENy&V=150&i=BNN%20Bloomberg&tz=0&sn=1&sv=DmCfb7C4TwfvBuUU0jc-bgaDUUM7u&sr=external&sd=1&im=067b2ffa&_ping.chartbeat.net/ping?h=bnnbloomb... https://ping.chartbeat.net/ping?h=bnnbloomberg.ca&p=%2F&u=Bpof-CDxrp0fDSHZYH&d=bnnbloomberg.ca&g=65778&g0=homepage&g1=No%20Author&n=1&f=00001&c=0&x=0&m=0&y=12132&o=1350&w=940&j=45&R=1&W=0&I=0&E=0&e=0&r=&PA=https%3A%2F%2Fwww.bnnbloomberg.ca%2F&b=7288&t=CclWVT2uW-UC0PWWiCTRfSbrRENy&V=150&i=BNN%20Bloomberg&tz=0&sn=1&sv=DmCfb7C4TwfvBuUU0jc-bgaDUUM7u&sr=external&sd=1&im=067b2ffa&_ — 200 — 201 B — 316 ms — h2https://identity.mparticle.com/v1/identifyidentity.mparticle.com/v1/identify https://identity.mparticle.com/v1/identify — 204 — 0 B — 6 ms — h2https://identity.mparticle.com/v1/identifyidentity.mparticle.com/v1/identify https://identity.mparticle.com/v1/identify — 200 — 334 B — 111 ms — h2https://config.aps.amazon-adsystem.com/configs/3733config.aps.amazon-adsystem.com/conf... https://config.aps.amazon-adsystem.com/configs/3733 — 200 — 1.0 KiB — 860 ms — h2https://c.amazon-adsystem.com/cdn/prod/config?src=3733&u=https%3A%2F%2Fwww.bnnbloomberg.cac.amazon-adsystem.com/cdn/prod/conf... https://c.amazon-adsystem.com/cdn/prod/config?src=3733&u=https%3A%2F%2Fwww.bnnbloomberg.ca — 200 — 1.1 KiB — 6 ms — h2https://c.amazon-adsystem.com/bao-csm/aps-comm/aps_csm.jsc.amazon-adsystem.com/bao-csm/aps-c... https://c.amazon-adsystem.com/bao-csm/aps-comm/aps_csm.js — 200 — 3.1 KiB — 16 ms — h2https://cdn.confiant-integrations.net/gptprebidnative/202603241056/wrap.jscdn.confiant-integrations.net/gptpr... https://cdn.confiant-integrations.net/gptprebidnative/202603241056/wrap.js — 200 — 141.9 KiB — 60 ms — h3https://tru.am/scripts/ta-pagesocial-sdk.jstru.am/scripts/ta-pagesocial-sdk.js https://tru.am/scripts/ta-pagesocial-sdk.js — 200 — 10.9 KiB — 43 ms — h3https://cdn.jsdelivr.net/gh/prebid/currency-file@1/latest.json?date=20260422cdn.jsdelivr.net/gh/prebid/currency... https://cdn.jsdelivr.net/gh/prebid/currency-file@1/latest.json?date=20260422 — 200 — 1.2 KiB — 5 ms — h2https://ups.analytics.yahoo.com/ups/58870/fed?v=1&1p=0&gdpr=0&gdpr_consent=&us_privacy=&url=https://www.bnnbloomberg.ca/&pixelId=58870ups.analytics.yahoo.com/ups/58870/f... https://ups.analytics.yahoo.com/ups/58870/fed?v=1&1p=0&gdpr=0&gdpr_consent=&us_privacy=&url=https://www.bnnbloomberg.ca/&pixelId=58870 — 200 — 256 B — 188 ms — h2https://mabping.chartbeat.net/ping/mab?h=bnnbloomberg.ca&p=%2F&d=bnnbloomberg.ca&u=Bpof-CDxrp0fDSHZYH&c=0&V=150&x=93KQz33TcME1k&v=A&ml=m&sl=B-xXGB,hoyZ1&e=-1mabping.chartbeat.net/ping/mab?h=bn... https://mabping.chartbeat.net/ping/mab?h=bnnbloomberg.ca&p=%2F&d=bnnbloomberg.ca&u=Bpof-CDxrp0fDSHZYH&c=0&V=150&x=93KQz33TcME1k&v=A&ml=m&sl=B-xXGB,hoyZ1&e=-1 — 200 — 200 B — 300 ms — h2https://mabping.chartbeat.net/ping/mab?h=bnnbloomberg.ca&p=%2F&d=bnnbloomberg.ca&u=Bpof-CDxrp0fDSHZYH&c=0&V=150&x=keuuKYR8jLsbo&v=C&ml=m&sl=BwFb1T,9BHT4&e=-1mabping.chartbeat.net/ping/mab?h=bn... https://mabping.chartbeat.net/ping/mab?h=bnnbloomberg.ca&p=%2F&d=bnnbloomberg.ca&u=Bpof-CDxrp0fDSHZYH&c=0&V=150&x=keuuKYR8jLsbo&v=C&ml=m&sl=BwFb1T,9BHT4&e=-1 — 200 — 200 B — 299 ms — h2https://mabping.chartbeat.net/ping/mab?h=bnnbloomberg.ca&p=%2F&d=bnnbloomberg.ca&u=Bpof-CDxrp0fDSHZYH&c=0&V=150&x=1V18YnpEQobZz&v=A&ml=m&sl=Q5TKo&e=-1mabping.chartbeat.net/ping/mab?h=bn... https://mabping.chartbeat.net/ping/mab?h=bnnbloomberg.ca&p=%2F&d=bnnbloomberg.ca&u=Bpof-CDxrp0fDSHZYH&c=0&V=150&x=1V18YnpEQobZz&v=A&ml=m&sl=Q5TKo&e=-1 — 200 — 200 B — 388 ms — h2https://mabping.chartbeat.net/ping/mab?h=bnnbloomberg.ca&p=%2F&d=bnnbloomberg.ca&u=Bpof-CDxrp0fDSHZYH&c=0&V=150&x=IP9TyvrXp1prm&v=B&ml=m&sl=D-hhGB&e=-1mabping.chartbeat.net/ping/mab?h=bn... https://mabping.chartbeat.net/ping/mab?h=bnnbloomberg.ca&p=%2F&d=bnnbloomberg.ca&u=Bpof-CDxrp0fDSHZYH&c=0&V=150&x=IP9TyvrXp1prm&v=B&ml=m&sl=D-hhGB&e=-1 — 200 — 200 B — 387 ms — h2https://mabping.chartbeat.net/ping/mab?h=bnnbloomberg.ca&p=%2F&d=bnnbloomberg.ca&u=Bpof-CDxrp0fDSHZYH&c=0&V=150&x=Ka1hvTdOVTU4w&v=A&ml=m&sl=DGI0yr&e=-1mabping.chartbeat.net/ping/mab?h=bn... https://mabping.chartbeat.net/ping/mab?h=bnnbloomberg.ca&p=%2F&d=bnnbloomberg.ca&u=Bpof-CDxrp0fDSHZYH&c=0&V=150&x=Ka1hvTdOVTU4w&v=A&ml=m&sl=DGI0yr&e=-1 — 200 — 201 B — 297 ms — h2https://mabping.chartbeat.net/ping/mab?h=bnnbloomberg.ca&p=%2F&d=bnnbloomberg.ca&u=Bpof-CDxrp0fDSHZYH&c=0&V=150&x=cHbTGQZmU3jPs&v=D&ml=m&sl=CG_693&e=-1mabping.chartbeat.net/ping/mab?h=bn... https://mabping.chartbeat.net/ping/mab?h=bnnbloomberg.ca&p=%2F&d=bnnbloomberg.ca&u=Bpof-CDxrp0fDSHZYH&c=0&V=150&x=cHbTGQZmU3jPs&v=D&ml=m&sl=CG_693&e=-1 — 200 — 200 B — 386 ms — h2https://logx.optimizely.com/v1/eventslogx.optimizely.com/v1/events https://logx.optimizely.com/v1/events — 204 — 389 B — 68 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-TQ2X4MCR&l=mp_data_layerwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-TQ2X4MCR&l=mp_data_layer — 200 — 120.5 KiB — 128 ms — h2https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604210101/pubads_impl.js?cb=31098008securepubads.g.doubleclick.net/page... https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604210101/pubads_impl.js?cb=31098008 — 200 — 187.6 KiB — 70 ms — h3blob:https://www.bnnbloomberg.ca/9a40875e-7dd1-4d11-9e20-92a103260b39www.bnnbloomberg.ca/9a40875e-7dd1-4... blob:https://www.bnnbloomberg.ca/9a40875e-7dd1-4d11-9e20-92a103260b39 — 200 — -1 B — 79 ms — blobhttps://289d106c-df24-4cd9-a9fa-753e928c23ad.prmutv.co/v2.0/pxid?k=b1a4360a-3db9-4b39-b09d-c3e14666840a289d106c-df24-4cd9-a9fa-753e928c23a... https://289d106c-df24-4cd9-a9fa-753e928c23ad.prmutv.co/v2.0/pxid?k=b1a4360a-3db9-4b39-b09d-c3e14666840a — 200 — 363 B — 64 ms — h2https://ib.adnxs.com/getuidj?gdpr=0ib.adnxs.com/getuidj?gdpr=0 https://ib.adnxs.com/getuidj?gdpr=0 — -1 — 0 B — 118 ms — https://api.permutive.com/ctx/v1/state?url=https%3A%2F%2Fwww.bnnbloomberg.ca&k=b1a4360a-3db9-4b39-b09d-c3e14666840aapi.permutive.com/ctx/v1/state?url=... https://api.permutive.com/ctx/v1/state?url=https%3A%2F%2Fwww.bnnbloomberg.ca&k=b1a4360a-3db9-4b39-b09d-c3e14666840a — 200 — 245 B — 64 ms — h2https://mabping.chartbeat.net/ping/mab?h=bnnbloomberg.ca&p=%2F&d=bnnbloomberg.ca&u=Bpof-CDxrp0fDSHZYH&c=0&V=150&x=BXv2ZdYxEAb9n&v=B&ml=m&sl=BKEJ2D&e=-1mabping.chartbeat.net/ping/mab?h=bn... https://mabping.chartbeat.net/ping/mab?h=bnnbloomberg.ca&p=%2F&d=bnnbloomberg.ca&u=Bpof-CDxrp0fDSHZYH&c=0&V=150&x=BXv2ZdYxEAb9n&v=B&ml=m&sl=BKEJ2D&e=-1 — 200 — 200 B — 189 ms — h2https://mabping.chartbeat.net/ping/mab?h=bnnbloomberg.ca&p=%2F&d=bnnbloomberg.ca&u=Bpof-CDxrp0fDSHZYH&c=0&V=150&x=0PYpwEcWQeqph&v=A&ml=m&sl=CIWsuo&e=-1mabping.chartbeat.net/ping/mab?h=bn... https://mabping.chartbeat.net/ping/mab?h=bnnbloomberg.ca&p=%2F&d=bnnbloomberg.ca&u=Bpof-CDxrp0fDSHZYH&c=0&V=150&x=0PYpwEcWQeqph&v=A&ml=m&sl=CIWsuo&e=-1 — 200 — 200 B — 186 ms — h2https://mabping.chartbeat.net/ping/mab?h=bnnbloomberg.ca&p=%2F&d=bnnbloomberg.ca&u=Bpof-CDxrp0fDSHZYH&c=0&V=150&x=hA9AvtkZt89Li&v=B&ml=m&sl=Dj4Eoq&e=-1mabping.chartbeat.net/ping/mab?h=bn... https://mabping.chartbeat.net/ping/mab?h=bnnbloomberg.ca&p=%2F&d=bnnbloomberg.ca&u=Bpof-CDxrp0fDSHZYH&c=0&V=150&x=hA9AvtkZt89Li&v=B&ml=m&sl=Dj4Eoq&e=-1 — 200 — 200 B — 186 ms — h2https://mabping.chartbeat.net/ping/mab?h=bnnbloomberg.ca&p=%2F&d=bnnbloomberg.ca&u=Bpof-CDxrp0fDSHZYH&c=0&V=150&x=YXAVRQB8Aj3F3&v=D&ml=m&sl=C_E8JV&e=-1mabping.chartbeat.net/ping/mab?h=bn... https://mabping.chartbeat.net/ping/mab?h=bnnbloomberg.ca&p=%2F&d=bnnbloomberg.ca&u=Bpof-CDxrp0fDSHZYH&c=0&V=150&x=YXAVRQB8Aj3F3&v=D&ml=m&sl=C_E8JV&e=-1 — 200 — 200 B — 190 ms — h2https://api.smart-id.ca/sip/api/keyauth/carrierIdFinderUrl?publisher_id=eaabeaf0-3fcb-4dc7-b243-a2fcd27bbe13&public_ip=141.227.188.193api.smart-id.ca/sip/api/keyauth/car... https://api.smart-id.ca/sip/api/keyauth/carrierIdFinderUrl?publisher_id=eaabeaf0-3fcb-4dc7-b243-a2fcd27bbe13&public_ip=141.227.188.193 — 404 — 788 B — 143 ms — http/1.1https://api.permutive.com/v2.0/watson?k=b1a4360a-3db9-4b39-b09d-c3e14666840aapi.permutive.com/v2.0/watson?k=b1a... https://api.permutive.com/v2.0/watson?k=b1a4360a-3db9-4b39-b09d-c3e14666840a — 200 — 118 B — 32 ms — h2https://sb.scorecardresearch.com/b?c1=2&c2=3005664&cs_fpcu=0f4df605438d4e09b2961295d4ecb074&cs_it=b1&cv=4.13.1%2B2508250908&ns__t=1776890737592&ns_c=UTF-8&cs_cfg=1111110&c7=https%3A%2F%2Fwww.bnnbloomberg.ca%2F&c8=BNN%20Bloomberg%20-%20Canada%20Business%20News%2C%20TSX%20Today%2C%20Oil%20and%20Energy%20Prices&c9=sb.scorecardresearch.com/b?c1=2&c2=... https://sb.scorecardresearch.com/b?c1=2&c2=3005664&cs_fpcu=0f4df605438d4e09b2961295d4ecb074&cs_it=b1&cv=4.13.1%2B2508250908&ns__t=1776890737592&ns_c=UTF-8&cs_cfg=1111110&c7=https%3A%2F%2Fwww.bnnbloomberg.ca%2F&c8=BNN%20Bloomberg%20-%20Canada%20Business%20News%2C%20TSX%20Today%2C%20Oil%20and%20Energy%20Prices&c9= — 204 — 225 B — 29 ms — h2https://api.permutive.com/v2.0/identify?k=b1a4360a-3db9-4b39-b09d-c3e14666840aapi.permutive.com/v2.0/identify?k=b... https://api.permutive.com/v2.0/identify?k=b1a4360a-3db9-4b39-b09d-c3e14666840a — 200 — 66 B — 54 ms — h3https://bnn.stats.bellmedia.ca/bnn/api/marketBoard?brand=bnnbnn.stats.bellmedia.ca/bnn/api/mark... https://bnn.stats.bellmedia.ca/bnn/api/marketBoard?brand=bnn — 200 — 859 B — 42 ms — h2https://api.permutive.com/v2.0/geoip?include=geo&include=isp&include=ip_hash&k=b1a4360a-3db9-4b39-b09d-c3e14666840aapi.permutive.com/v2.0/geoip?includ... https://api.permutive.com/v2.0/geoip?include=geo&include=isp&include=ip_hash&k=b1a4360a-3db9-4b39-b09d-c3e14666840a — 200 — 242 B — 27 ms — h2https://cdn.permutive.com/models/v2/289d106c-df24-4cd9-a9fa-753e928c23ad-models.bincdn.permutive.com/models/v2/289d106... https://cdn.permutive.com/models/v2/289d106c-df24-4cd9-a9fa-753e928c23ad-models.bin — 200 — 76.8 KiB — 85 ms — h2https://api.permutive.com/audience-matching/v1/id/92789520-3e27-4bd9-8c33-b548766ecf89/audiences?k=b1a4360a-3db9-4b39-b09d-c3e14666840aapi.permutive.com/audience-matching... https://api.permutive.com/audience-matching/v1/id/92789520-3e27-4bd9-8c33-b548766ecf89/audiences?k=b1a4360a-3db9-4b39-b09d-c3e14666840a — 200 — 25 B — 86 ms — h3https://api.permutive.com/adv/v4/segment?k=b1a4360a-3db9-4b39-b09d-c3e14666840aapi.permutive.com/adv/v4/segment?k=... https://api.permutive.com/adv/v4/segment?k=b1a4360a-3db9-4b39-b09d-c3e14666840a — 200 — 80 B — 33 ms — h3https://api.permutive.com/v1.0/state?fetch_unseen=false&k=b1a4360a-3db9-4b39-b09d-c3e14666840aapi.permutive.com/v1.0/state?fetch_... https://api.permutive.com/v1.0/state?fetch_unseen=false&k=b1a4360a-3db9-4b39-b09d-c3e14666840a — 200 — 34 B — 29 ms — h3https://www.gstatic.com/cv/js/sender/v1/cast_sender.js?loadCastFramework=1www.gstatic.com/cv/js/sender/v1/cas... https://www.gstatic.com/cv/js/sender/v1/cast_sender.js?loadCastFramework=1 — 200 — 2.5 KiB — 71 ms — h2https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swapfonts.googleapis.com/css2?family=Op... https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap — 200 — 2.1 KiB — 73 ms — h2https://c.go-mpulse.net/api/config.json?key=C2TG3-67X75-LYLC6-7G5RL-VJS4C&d=www.bnnbloomberg.ca&t=5922969&v=1.720.0&sl=0&si=835c481b-d891-4790-9df6-c47369df08ff-tdwxnu&plugins=AK,ConfigOverride,Continuity,PageParams,IFrameDelay,AutoXHR,SPA,History,Angular,Backbone,Ember,RT,CrossDomain,BW,PaintTiming,NavigationTiming,ResourceTiming,Memory,CACHE_RELOAD,Errors,TPAnalytics,UserTiming,Akamai,Early,EventTiming,LOGN&acao=&ak.ai=1010520c.go-mpulse.net/api/config.json?key... https://c.go-mpulse.net/api/config.json?key=C2TG3-67X75-LYLC6-7G5RL-VJS4C&d=www.bnnbloomberg.ca&t=5922969&v=1.720.0&sl=0&si=835c481b-d891-4790-9df6-c47369df08ff-tdwxnu&plugins=AK,ConfigOverride,Continuity,PageParams,IFrameDelay,AutoXHR,SPA,History,Angular,Backbone,Ember,RT,CrossDomain,BW,PaintTiming,NavigationTiming,ResourceTiming,Memory,CACHE_RELOAD,Errors,TPAnalytics,UserTiming,Akamai,Early,EventTiming,LOGN&acao=&ak.ai=1010520 — 200 — 774 B — 229 ms — h2blob:https://www.bnnbloomberg.ca/5f0a84c8-beb7-4214-9728-c1620dd272c2www.bnnbloomberg.ca/5f0a84c8-beb7-4... blob:https://www.bnnbloomberg.ca/5f0a84c8-beb7-4214-9728-c1620dd272c2 — 200 — 0 B — 1 ms — blobhttps://pb-ing-bellmedia.ccgateway.net/v1.0/parent/5bd8a2e8e2/engagement/trigger/page_loadpb-ing-bellmedia.ccgateway.net/v1.0... https://pb-ing-bellmedia.ccgateway.net/v1.0/parent/5bd8a2e8e2/engagement/trigger/page_load — 204 — 0 B — 516 ms — h2https://aax.amazon-adsystem.com/e/dtb/bidaax.amazon-adsystem.com/e/dtb/bid https://aax.amazon-adsystem.com/e/dtb/bid — 200 — 0 B — 45 ms — h2https://www.googletagmanager.com/gtag/js?id=AW-614080696&l=mp_data_layer&cx=c&gtm=4e64k0www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-614080696&l=mp_data_layer&cx=c&gtm=4e64k0 — 200 — 137.5 KiB — 48 ms — h2https://aax.amazon-adsystem.com/e/dtb/bidaax.amazon-adsystem.com/e/dtb/bid https://aax.amazon-adsystem.com/e/dtb/bid — 200 — 431 B — 57 ms — h2https://www.gstatic.com/cast/sdk/libs/sender/1.0/cast_framework.jswww.gstatic.com/cast/sdk/libs/sende... https://www.gstatic.com/cast/sdk/libs/sender/1.0/cast_framework.js — 200 — 12.2 KiB — 39 ms — h2https://www.gstatic.com/eureka/clank/147/cast_sender.jswww.gstatic.com/eureka/clank/147/ca... https://www.gstatic.com/eureka/clank/147/cast_sender.js — 200 — 13.4 KiB — 32 ms — h2https://securepubads.g.doubleclick.net/pagead/managed/dict/m202604210101/gptsecurepubads.g.doubleclick.net/page... https://securepubads.g.doubleclick.net/pagead/managed/dict/m202604210101/gpt — 200 — 23.0 KiB — 40 ms — h3https://www.google.com/ccm/collect?rcb=19&frm=0&en=page_view&dl=https%3A%2F%2Fwww.bnnbloomberg.ca%2F&scrsrc=www.googletagmanager.com&rnd=1945934213.1776890739&dt=BNN%20Bloomberg%20-%20Canada%20Business%20News%2C%20TSX%20Today%2C%20Oil%20and%20Energy%20Prices&auid=1753111582.1776890739&navt=n&npa=1&gtm=45be64k0v9206057249z89170902280za20gzb9170902280zd9170902280xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616985~115938466~115938469~117266400~117384405&apve=1&apvf=f&apvc=1&tids=AW-614080696&tid=AW-614080696&tft=1776890739199&tfd=9336www.google.com/ccm/collect?rcb=19&f... https://www.google.com/ccm/collect?rcb=19&frm=0&en=page_view&dl=https%3A%2F%2Fwww.bnnbloomberg.ca%2F&scrsrc=www.googletagmanager.com&rnd=1945934213.1776890739&dt=BNN%20Bloomberg%20-%20Canada%20Business%20News%2C%20TSX%20Today%2C%20Oil%20and%20Energy%20Prices&auid=1753111582.1776890739&navt=n&npa=1&gtm=45be64k0v9206057249z89170902280za20gzb9170902280zd9170902280xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616985~115938466~115938469~117266400~117384405&apve=1&apvf=f&apvc=1&tids=AW-614080696&tid=AW-614080696&tft=1776890739199&tfd=9336 — 200 — 21 B — 75 ms — h3https://js-agent.newrelic.com/nr-spa-1.306.0.min.jsjs-agent.newrelic.com/nr-spa-1.306.... https://js-agent.newrelic.com/nr-spa-1.306.0.min.js — 200 — 34.3 KiB — 9 ms — h2https://www.bnnbloomberg.ca/pf/resources/images/bnn-bloomberg/favicon.ico?d=208www.bnnbloomberg.ca/pf/resources/im... https://www.bnnbloomberg.ca/pf/resources/images/bnn-bloomberg/favicon.ico?d=208 — 200 — 2.7 KiB — 27 ms — h2https://bam.nr-data.net/1/NRJS-2ddbd9204d18f0d4d96?a=1835073009&sa=1&v=1.306.0&t=Unnamed%20Transaction&rst=9399&ck=0&s=0ccacaad4a8f6993&ref=https://www.bnnbloomberg.ca/&ptid=5f2446ec0807f015&af=err,spa,xhr,stn,ins&be=6251&fe=3119&dc=643&fsh=1&perf=%7B%22timing%22:%7B%22of%22:1776890729864,%22n%22:0,%22f%22:130,%22dn%22:131,%22dne%22:176,%22c%22:176,%22s%22:177,%22ce%22:183,%22rq%22:183,%22rp%22:6252,%22rpe%22:6263,%22di%22:6657,%22ds%22:6883,%22de%22:6894,%22dc%22:9364,%22l%22:9367,%22le%22:9370%7D,%22navigation%22:%7B%7D%7D&fp=6664&fcp=6664bam.nr-data.net/1/NRJS-2ddbd9204d18... https://bam.nr-data.net/1/NRJS-2ddbd9204d18f0d4d96?a=1835073009&sa=1&v=1.306.0&t=Unnamed%20Transaction&rst=9399&ck=0&s=0ccacaad4a8f6993&ref=https://www.bnnbloomberg.ca/&ptid=5f2446ec0807f015&af=err,spa,xhr,stn,ins&be=6251&fe=3119&dc=643&fsh=1&perf=%7B%22timing%22:%7B%22of%22:1776890729864,%22n%22:0,%22f%22:130,%22dn%22:131,%22dne%22:176,%22c%22:176,%22s%22:177,%22ce%22:183,%22rq%22:183,%22rp%22:6252,%22rpe%22:6263,%22di%22:6657,%22ds%22:6883,%22de%22:6894,%22dc%22:9364,%22l%22:9367,%22le%22:9370%7D,%22navigation%22:%7B%7D%7D&fp=6664&fcp=6664 — 200 — 686 B — 138 ms — http/1.1https://684dd32d.akstat.io/684dd32d.akstat.io/ https://684dd32d.akstat.io/ — 204 — 229 B — 286 ms — h2https://bam.nr-data.net/events/1/NRJS-2ddbd9204d18f0d4d96?a=1835073009&sa=1&v=1.306.0&t=Unnamed%20Transaction&rst=9560&ck=0&s=0ccacaad4a8f6993&ref=https://www.bnnbloomberg.ca/&ptid=5f2446ec0807f015bam.nr-data.net/events/1/NRJS-2ddbd... https://bam.nr-data.net/events/1/NRJS-2ddbd9204d18f0d4d96?a=1835073009&sa=1&v=1.306.0&t=Unnamed%20Transaction&rst=9560&ck=0&s=0ccacaad4a8f6993&ref=https://www.bnnbloomberg.ca/&ptid=5f2446ec0807f015 — 200 — 372 B — 113 ms — http/1.1https://bam.nr-data.net/jserrors/1/NRJS-2ddbd9204d18f0d4d96?a=1835073009&sa=1&v=1.306.0&t=Unnamed%20Transaction&rst=9562&ck=0&s=0ccacaad4a8f6993&ref=https://www.bnnbloomberg.ca/&ptid=5f2446ec0807f015bam.nr-data.net/jserrors/1/NRJS-2dd... https://bam.nr-data.net/jserrors/1/NRJS-2ddbd9204d18f0d4d96?a=1835073009&sa=1&v=1.306.0&t=Unnamed%20Transaction&rst=9562&ck=0&s=0ccacaad4a8f6993&ref=https://www.bnnbloomberg.ca/&ptid=5f2446ec0807f015 — 200 — 372 B — 112 ms — http/1.1https://bam.nr-data.net/ins/1/NRJS-2ddbd9204d18f0d4d96?a=1835073009&sa=1&v=1.306.0&t=Unnamed%20Transaction&rst=9565&ck=0&s=0ccacaad4a8f6993&ref=https://www.bnnbloomberg.ca/&ptid=5f2446ec0807f015bam.nr-data.net/ins/1/NRJS-2ddbd920... https://bam.nr-data.net/ins/1/NRJS-2ddbd9204d18f0d4d96?a=1835073009&sa=1&v=1.306.0&t=Unnamed%20Transaction&rst=9565&ck=0&s=0ccacaad4a8f6993&ref=https://www.bnnbloomberg.ca/&ptid=5f2446ec0807f015 — 204 — 350 B — 108 ms — http/1.1https://bam.nr-data.net/events/1/NRJS-2ddbd9204d18f0d4d96?a=1835073009&sa=1&v=1.306.0&t=Unnamed%20Transaction&rst=9570&ck=0&s=0ccacaad4a8f6993&ref=https://www.bnnbloomberg.ca/&ptid=5f2446ec0807f015bam.nr-data.net/events/1/NRJS-2ddbd... https://bam.nr-data.net/events/1/NRJS-2ddbd9204d18f0d4d96?a=1835073009&sa=1&v=1.306.0&t=Unnamed%20Transaction&rst=9570&ck=0&s=0ccacaad4a8f6993&ref=https://www.bnnbloomberg.ca/&ptid=5f2446ec0807f015 — 200 — 372 B — 109 ms — http/1.1https://pb-rtd-bellmedia.ccgateway.net/v1.0/realtime/5bd8a2e8e2?profile_id=2a0cda0e-015a-4267-82f0-ad5105eac8ea&url=https%253A%252F%252Fwww.bnnbloomberg.ca%252F&eid=pubcid.org%3A0d8bb72c-a22e-4c66-b34a-305666ff6ff6&context=true&contextLimit=1000&audience=true&audienceLimit=1000&deal_ids=true&custom_taxonomy=true&customTaxonomyLimit=1000pb-rtd-bellmedia.ccgateway.net/v1.0... https://pb-rtd-bellmedia.ccgateway.net/v1.0/realtime/5bd8a2e8e2?profile_id=2a0cda0e-015a-4267-82f0-ad5105eac8ea&url=https%253A%252F%252Fwww.bnnbloomberg.ca%252F&eid=pubcid.org%3A0d8bb72c-a22e-4c66-b34a-305666ff6ff6&context=true&contextLimit=1000&audience=true&audienceLimit=1000&deal_ids=true&custom_taxonomy=true&customTaxonomyLimit=1000 — 200 — 514 B — 591 ms — h2https://pb-ing-bellmedia.ccgateway.net/v1.0/parent/5bd8a2e8e2/engagement/trigger/page_loadpb-ing-bellmedia.ccgateway.net/v1.0... https://pb-ing-bellmedia.ccgateway.net/v1.0/parent/5bd8a2e8e2/engagement/trigger/page_load — 200 — 338 B — 536 ms — h2https://prebid-server.rubiconproject.com/cookie_syncprebid-server.rubiconproject.com/co... https://prebid-server.rubiconproject.com/cookie_sync — 400 — 337 B — 96 ms — http/1.1https://prebid-server.rubiconproject.com/openrtb2/auctionprebid-server.rubiconproject.com/op... https://prebid-server.rubiconproject.com/openrtb2/auction — 200 — 513 B — 97 ms — http/1.1https://fastlane.rubiconproject.com/a/api/prebid-exchange.json?as=13126-413684&m=banner&s=2fastlane.rubiconproject.com/a/api/p... https://fastlane.rubiconproject.com/a/api/prebid-exchange.json?as=13126-413684&m=banner&s=2 — 200 — 334 B — 242 ms — h2https://ib.adnxs.com/ut/v3/prebidib.adnxs.com/ut/v3/prebid https://ib.adnxs.com/ut/v3/prebid — 200 — 621 B — 34 ms — h2https://rtb.openx.net/openrtbb/prebidjsrtb.openx.net/openrtbb/prebidjs https://rtb.openx.net/openrtbb/prebidjs — 200 — 248 B — 68 ms — h2https://api.permutive.com/v2.0/batch/events?enrich=false&sdkp=true&k=b1a4360a-3db9-4b39-b09d-c3e14666840aapi.permutive.com/v2.0/batch/events... https://api.permutive.com/v2.0/batch/events?enrich=false&sdkp=true&k=b1a4360a-3db9-4b39-b09d-c3e14666840a — 200 — 118 B — 30 ms — h3https://grid-bidder.criteo.com/openrtb_2_5/pbjs/auction/request?profileId=207&av=37&wv=10.23.0&cb=79554489160&lsavail=1&networkId=7741&gzip=1grid-bidder.criteo.com/openrtb_2_5/... https://grid-bidder.criteo.com/openrtb_2_5/pbjs/auction/request?profileId=207&av=37&wv=10.23.0&cb=79554489160&lsavail=1&networkId=7741&gzip=1 — 204 — 640 B — 85 ms — h2https://ep1.adtrafficquality.google/getconfig/sodar?sv=200&tid=gpt&tv=m202604210101&st=env&sjk=7796238920664732ep1.adtrafficquality.google/getconf... https://ep1.adtrafficquality.google/getconfig/sodar?sv=200&tid=gpt&tv=m202604210101&st=env&sjk=7796238920664732 — 200 — 13.2 KiB — 63 ms — h3https://pagead2.googlesyndication.com/gampad/ads?pvsid=7796238920664732&correlator=2832806886180786&eid=31097657%2C31097993%2C31098008&output=ldjh&gdfp_req=1&vrg=202604210101&ptt=17&impl=fifs&iu_parts=5479%2Cbnn_bnn_web_dt%2Clandingpage%2Cna_bnn-bloomberg-home&enc_prev_ius=%2F0%2F1%2F2%2F3%2C%2F0%2F1%2F2%2F3%2C%2F0%2F1%2F2%2F3%2C%2F0%2F1%2F2%2F3&prev_iu_szs=2560x620%2C30x1%2C728x90%2C300x250&ifi=1&didk=1736647139~402791383~3737911918~852482250&dids=bellmedia-ad-f0fGoP0iISsm43p~bellmedia-ad-f0fMMRvlISsm4HE~bellmedia-ad-f0fpl7HtISsm4n2~bellmedia-ad-f0fUNbn1KSsm4hR&adfs=1030356915~825010169~3817898887~1322835870&sfv=1-0-45&eri=1&sc=1&abxe=1&dt=1776890739898&lmt=1776890734&adxs=-12245933%2C675%2C311%2C525&adys=-12245933%2C80%2C116%2C1798&biw=1350&bih=940&scr_x=0&scr_y=0&btvi=-1%7C0%7C0%7C1&ucis=1%7C2%7C3%7C4&oid=2&u_his=2&u_h=600&u_w=800&u_ah=600&u_aw=800&u_cd=24&u_sd=1&dmc=8&bc=31&nvt=1&uach=WyJtYWNPUyIsIjEwLjE1LjciLCJ4ODYiLCIiLCIxNDcuMC4wLjAiLG51bGwsMCxudWxsLCI2NCIsW1siQ2hyb21pdW0iLCIxNDcuMC43NzI3LjEwMSJdLFsiTm90LkEvQnJhbmQiLCI4LjAuMC4wIl1dLDBd&url=https%3A%2F%2Fwww.bnnbloomberg.ca%2F&vis=1&psz=0x0%7C0x0%7C728x90%7C300x250&msz=0x0%7C0x0%7C728x0%7C300x0&fws=644%2C516%2C4%2C4&ohw=1350%2C1350%2C1350%2C1350&a3p=EjQKCnB1YmNpZC5vcmcSJDBkOGJiNzJjLWEyMmUtNGM2Ni1iMzRhLTMwNTY2NmZmNmZmNlgB&dlt=1776890736122&idt=2791&ppid=ae86f2375c1a704150636fda76e5619b5b2bcf115864a22463b8e3277964f909&prev_scp=%7C%7Camznbid%3D2%26amznp%3D2%7Camznbid%3D2%26amznp%3D2&cust_params=permutive%3D20074%252C32255%252C32335%252Cadv%252Crts%26page_type%3Dhomepage%26prmtvsdk%3Dweb%26prmtvctx%3Drts&adks=2037143868%2C2011925192%2C4079142300%2C1457834873&frm=20&eoidce=1&gblpids=%2F5479%2Fbnn_bnn_web_dt%2Flandingpage%2Fna_bnn-bloomberg-home%23bellmedia-ad-f0fpl7HtISsm4n2~%2F5479%2Fbnn_bnn_web_dt%2Flandingpage%2Fna_bnn-bloomberg-home%23bellmedia-ad-f0fpl7HtISsm4n2~%2F5479%2Fbnn_bnn_web_dt%2Flandingpage%2Fna_bnn-bloomberg-home%23bellmedia-ad-f0fpl7HtISsm4n2~%2F5479%2Fbnn_bnn_web_dt%2Flandingpage%2Fna_bnn-bloomberg-home%23bellmedia-ad-f0fpl7HtISsm4n2&pb_szs=728x90~728x90~728x90~728x90&pgls=CAk.pagead2.googlesyndication.com/gampa... https://pagead2.googlesyndication.com/gampad/ads?pvsid=7796238920664732&correlator=2832806886180786&eid=31097657%2C31097993%2C31098008&output=ldjh&gdfp_req=1&vrg=202604210101&ptt=17&impl=fifs&iu_parts=5479%2Cbnn_bnn_web_dt%2Clandingpage%2Cna_bnn-bloomberg-home&enc_prev_ius=%2F0%2F1%2F2%2F3%2C%2F0%2F1%2F2%2F3%2C%2F0%2F1%2F2%2F3%2C%2F0%2F1%2F2%2F3&prev_iu_szs=2560x620%2C30x1%2C728x90%2C300x250&ifi=1&didk=1736647139~402791383~3737911918~852482250&dids=bellmedia-ad-f0fGoP0iISsm43p~bellmedia-ad-f0fMMRvlISsm4HE~bellmedia-ad-f0fpl7HtISsm4n2~bellmedia-ad-f0fUNbn1KSsm4hR&adfs=1030356915~825010169~3817898887~1322835870&sfv=1-0-45&eri=1&sc=1&abxe=1&dt=1776890739898&lmt=1776890734&adxs=-12245933%2C675%2C311%2C525&adys=-12245933%2C80%2C116%2C1798&biw=1350&bih=940&scr_x=0&scr_y=0&btvi=-1%7C0%7C0%7C1&ucis=1%7C2%7C3%7C4&oid=2&u_his=2&u_h=600&u_w=800&u_ah=600&u_aw=800&u_cd=24&u_sd=1&dmc=8&bc=31&nvt=1&uach=WyJtYWNPUyIsIjEwLjE1LjciLCJ4ODYiLCIiLCIxNDcuMC4wLjAiLG51bGwsMCxudWxsLCI2NCIsW1siQ2hyb21pdW0iLCIxNDcuMC43NzI3LjEwMSJdLFsiTm90LkEvQnJhbmQiLCI4LjAuMC4wIl1dLDBd&url=https%3A%2F%2Fwww.bnnbloomberg.ca%2F&vis=1&psz=0x0%7C0x0%7C728x90%7C300x250&msz=0x0%7C0x0%7C728x0%7C300x0&fws=644%2C516%2C4%2C4&ohw=1350%2C1350%2C1350%2C1350&a3p=EjQKCnB1YmNpZC5vcmcSJDBkOGJiNzJjLWEyMmUtNGM2Ni1iMzRhLTMwNTY2NmZmNmZmNlgB&dlt=1776890736122&idt=2791&ppid=ae86f2375c1a704150636fda76e5619b5b2bcf115864a22463b8e3277964f909&prev_scp=%7C%7Camznbid%3D2%26amznp%3D2%7Camznbid%3D2%26amznp%3D2&cust_params=permutive%3D20074%252C32255%252C32335%252Cadv%252Crts%26page_type%3Dhomepage%26prmtvsdk%3Dweb%26prmtvctx%3Drts&adks=2037143868%2C2011925192%2C4079142300%2C1457834873&frm=20&eoidce=1&gblpids=%2F5479%2Fbnn_bnn_web_dt%2Flandingpage%2Fna_bnn-bloomberg-home%23bellmedia-ad-f0fpl7HtISsm4n2~%2F5479%2Fbnn_bnn_web_dt%2Flandingpage%2Fna_bnn-bloomberg-home%23bellmedia-ad-f0fpl7HtISsm4n2~%2F5479%2Fbnn_bnn_web_dt%2Flandingpage%2Fna_bnn-bloomberg-home%23bellmedia-ad-f0fpl7HtISsm4n2~%2F5479%2Fbnn_bnn_web_dt%2Flandingpage%2Fna_bnn-bloomberg-home%23bellmedia-ad-f0fpl7HtISsm4n2&pb_szs=728x90~728x90~728x90~728x90&pgls=CAk. — 200 — 9.7 KiB — 510 ms — h3https://6165bfb84666d9ded07bdd823fde3da9.safeframe.googlesyndication.com/safeframe/1-0-45/html/container.html6165bfb84666d9ded07bdd823fde3da9.sa... https://6165bfb84666d9ded07bdd823fde3da9.safeframe.googlesyndication.com/safeframe/1-0-45/html/container.html — 200 — 3.1 KiB — 91 ms — h3https://ep2.adtrafficquality.google/sodar/sodar2.jsep2.adtrafficquality.google/sodar/s... https://ep2.adtrafficquality.google/sodar/sodar2.js — 200 — 7.9 KiB — 74 ms — h2https://pagead2.googlesyndication.com/pagead/ping?e=1pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/ping?e=1 — 204 — 20 B — 29 ms — h3https://ep2.adtrafficquality.google/sodar/sodar2/254/runner.htmlep2.adtrafficquality.google/sodar/s... https://ep2.adtrafficquality.google/sodar/sodar2/254/runner.html — 200 — 5.8 KiB — 69 ms — h2https://pagead2.googlesyndication.com/bg/RiK6ZWktSJHFoyfG9cjH9nLRaZ1B3RgkbmOlM6XvCcc.jspagead2.googlesyndication.com/bg/Ri... https://pagead2.googlesyndication.com/bg/RiK6ZWktSJHFoyfG9cjH9nLRaZ1B3RgkbmOlM6XvCcc.js — 200 — 21.8 KiB — 99 ms — h3https://ep2.adtrafficquality.google/generate_204?qs7e6Qep2.adtrafficquality.google/generat... https://ep2.adtrafficquality.google/generate_204?qs7e6Q — 204 — 40 B — 24 ms — h2https://pagead2.googlesyndication.com/pcs/view?xai=AKAOjsuyg1qj1QpRKu3C02dzi_2dGGDMNO8fanBP0eTgN6EAcZyAnkNDdHJPQgXOmZBbsbbgn-la3zXzRCRuGoC4qi1showuIZwmcOBpDPqkEQTUIfpYC0y7U05zcet5OaVyhGw00wTx_9orzXje8pcnOLjQ9AR3q-mScZVQHme3XYFU_QUR0u0BJKWKw82uhSAsQzjsANPRQivNGBWMIOovdcO4-Mg_b5CRa73JnZ3VZoHRujRuLPiCl5DNu09XPX7afwhkEuErSZ18DvjPo-OludGYE_43JrViOIIEOt7-qZYp8KssplP_V--lplNMc-ZOnFY5fe-ONVpunEj7xWvISmhkAfZkd0HnKvbGhCYzlXKjb1mcKgFn1ZEqTOxajOnmj9iALR8T3LuO0OAwU9pZfHuXLBvMPw63uB8KRwO3zKDzwemGkuV2A5AKYYxHWJHLwb7-&sig=Cg0ArKJSzAiGAsJs_wPVEAE&uach_m=%5BUACH%5D&urlfix=1&adurl=pagead2.googlesyndication.com/pcs/v... https://pagead2.googlesyndication.com/pcs/view?xai=AKAOjsuyg1qj1QpRKu3C02dzi_2dGGDMNO8fanBP0eTgN6EAcZyAnkNDdHJPQgXOmZBbsbbgn-la3zXzRCRuGoC4qi1showuIZwmcOBpDPqkEQTUIfpYC0y7U05zcet5OaVyhGw00wTx_9orzXje8pcnOLjQ9AR3q-mScZVQHme3XYFU_QUR0u0BJKWKw82uhSAsQzjsANPRQivNGBWMIOovdcO4-Mg_b5CRa73JnZ3VZoHRujRuLPiCl5DNu09XPX7afwhkEuErSZ18DvjPo-OludGYE_43JrViOIIEOt7-qZYp8KssplP_V--lplNMc-ZOnFY5fe-ONVpunEj7xWvISmhkAfZkd0HnKvbGhCYzlXKjb1mcKgFn1ZEqTOxajOnmj9iALR8T3LuO0OAwU9pZfHuXLBvMPw63uB8KRwO3zKDzwemGkuV2A5AKYYxHWJHLwb7-&sig=Cg0ArKJSzAiGAsJs_wPVEAE&uach_m=%5BUACH%5D&urlfix=1&adurl= — 200 — 26 B — 45 ms — h3https://s3.us-west-2.amazonaws.com/application-mia-player-prod.rubiconproject.com/pub.jss3.us-west-2.amazonaws.com/applicat... https://s3.us-west-2.amazonaws.com/application-mia-player-prod.rubiconproject.com/pub.js — 200 — 38.5 KiB — 712 ms — http/1.1https://pagead2.googlesyndication.com/pagead/managed/js/activeview/current/ufs_web_display.jspagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/managed/js/activeview/current/ufs_web_display.js — 200 — 73.1 KiB — 62 ms — h3https://ep1.adtrafficquality.google/pagead/sodar?id=sodar2&v=254&t=2&li=gpt_m202604210101&jk=7796238920664732&bg=!zM-lz63NAAa1ilLUlYo7AEcBe5WfOPAuZS6LCdQAf-unwUbl4Rlim1fDojL14808QovOmM8LY0-XNHiiYaf6yhho-fIP-yuWFCeJ06s2B8Dvax0mcp99JgIAAABLUgAAAAdoAQd-ADevLSe6h9ulVRkIYiBNTwrFk15JWqKAeY2qahCbLnHd9b_57udR_02GZYsxw3qQwFFvqfGwvZHmmQKkSiuE8NJ3kkxyWTj_kICVRAb2yWOfz_STKOswJ7MldygHMWVXlx7IClIygbUOEwfPgsF69cIZretfbVE_QnAXW5JDz_vah7jWiLjjzhn9WBmWkwpsAY8orChmWCYtoMWCXOOO2XYagR_NXVVrRxzCvu8vPccpsmhmljSv1Mx1HTwsI8xn5rP1S8LiXHdjrLlVMx0N0CHT27OYDhDkTR7Zp0MwQiNMce-LHtHzxNPcBjLtR53gQu4BivvbGHW6VCI3YOJyrUfisBOOONgaPS7pPWXYlPdjaJP5_A5hqSmL9G0yKUIT8VmbP0S7yocpukYy3fhl59bfk7SO1XY8br4emnq_ltmGRm-iFCfEyYx8mU8cI66IsV2b6Pu2MyNtp3jVhR-BsbrQEb8zP8CqfpiQpT5ux5jJ6KI8zjsbC9iX46pHb-9AltCS6jF8jB7m06BhDYMkcaE-5Taa6ep0XWDd16Y_GIteTrVur3ofYiAtqO5uJ4oFujEaXRP4kXZ_tvbqlRRSSTqAwIEYCZ0nn7qMDNs14cx1jv545yvv4iolrYOl8AnORao0NDWCRRT_u7yMpwE5lopJvDuo-xPjNffC7L4jsqOLxG4RDR7MuoWwmylsKP78LfmcLvBnKnI2bXuRjbiLoMvwS4avDFE8Pc0Wh1rSxNiw7j7n4GtftVxpsynz34N0oSI9fdOi5Cu5KRfbipx18m8nrprIGd9CONdbPds5i4N6TntTdE6VkoAF-JgfISsLj6HWl39e9b7yTqgl5KpVdIpMe8ys1Ldcdu5dVscuvwW5pGwvj7DW8ZhnbKU7RpD_HlfMXQ1qQVPrn1eLmnszrcWpdysAnlXwr7sz6-lGc_tvLRqZvAcOSVbpXTuOSDJUdhmIUz5RqkM_YfK20hxmEwep1.adtrafficquality.google/pagead/... https://ep1.adtrafficquality.google/pagead/sodar?id=sodar2&v=254&t=2&li=gpt_m202604210101&jk=7796238920664732&bg=!zM-lz63NAAa1ilLUlYo7AEcBe5WfOPAuZS6LCdQAf-unwUbl4Rlim1fDojL14808QovOmM8LY0-XNHiiYaf6yhho-fIP-yuWFCeJ06s2B8Dvax0mcp99JgIAAABLUgAAAAdoAQd-ADevLSe6h9ulVRkIYiBNTwrFk15JWqKAeY2qahCbLnHd9b_57udR_02GZYsxw3qQwFFvqfGwvZHmmQKkSiuE8NJ3kkxyWTj_kICVRAb2yWOfz_STKOswJ7MldygHMWVXlx7IClIygbUOEwfPgsF69cIZretfbVE_QnAXW5JDz_vah7jWiLjjzhn9WBmWkwpsAY8orChmWCYtoMWCXOOO2XYagR_NXVVrRxzCvu8vPccpsmhmljSv1Mx1HTwsI8xn5rP1S8LiXHdjrLlVMx0N0CHT27OYDhDkTR7Zp0MwQiNMce-LHtHzxNPcBjLtR53gQu4BivvbGHW6VCI3YOJyrUfisBOOONgaPS7pPWXYlPdjaJP5_A5hqSmL9G0yKUIT8VmbP0S7yocpukYy3fhl59bfk7SO1XY8br4emnq_ltmGRm-iFCfEyYx8mU8cI66IsV2b6Pu2MyNtp3jVhR-BsbrQEb8zP8CqfpiQpT5ux5jJ6KI8zjsbC9iX46pHb-9AltCS6jF8jB7m06BhDYMkcaE-5Taa6ep0XWDd16Y_GIteTrVur3ofYiAtqO5uJ4oFujEaXRP4kXZ_tvbqlRRSSTqAwIEYCZ0nn7qMDNs14cx1jv545yvv4iolrYOl8AnORao0NDWCRRT_u7yMpwE5lopJvDuo-xPjNffC7L4jsqOLxG4RDR7MuoWwmylsKP78LfmcLvBnKnI2bXuRjbiLoMvwS4avDFE8Pc0Wh1rSxNiw7j7n4GtftVxpsynz34N0oSI9fdOi5Cu5KRfbipx18m8nrprIGd9CONdbPds5i4N6TntTdE6VkoAF-JgfISsLj6HWl39e9b7yTqgl5KpVdIpMe8ys1Ldcdu5dVscuvwW5pGwvj7DW8ZhnbKU7RpD_HlfMXQ1qQVPrn1eLmnszrcWpdysAnlXwr7sz6-lGc_tvLRqZvAcOSVbpXTuOSDJUdhmIUz5RqkM_YfK20hxmEw — 204 — 17 B — 46 ms — h3https://prebid-a.rubiconproject.com/eventprebid-a.rubiconproject.com/event https://prebid-a.rubiconproject.com/event — 204 — 126 B — 99 ms — h2https://mia-placement-server.rubiconproject.com/placements?location=https%3A%2F%2Fwww.bnnbloomberg.ca%2F&publisherId=62992&size=xlmia-placement-server.rubiconproject... https://mia-placement-server.rubiconproject.com/placements?location=https%3A%2F%2Fwww.bnnbloomberg.ca%2F&publisherId=62992&size=xl — 200 — 3.7 KiB — 106 ms — h2https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=fle-fetch-start2pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=fle-fetch-start2 — 204 — 20 B — 53 ms — h3https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=colleague-executed&name=4pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=colleague-executed&name=4 — 204 — 20 B — 42 ms — h3https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=reach&proto=CAlgAWgDpagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/gen_204?id=av-js&type=reach&proto=CAlgAWgD — 204 — 20 B — 26 ms — h3data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAAWBAMAAACrl3iAAAAABlBMVEUAAAD+AciWmZzWAAAAAnRST…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAAWBAMAAACrl3iAAAAABlBMVEUAAAD+AciWmZzWAAAAAnRST… — 200 — 0 B — 0 ms — datahttps://pagead2.googlesyndication.com/pcs/view?xai=AKAOjst9wlgxeQjsjoJQb-Jha2MXdw3ZtM8jcrPiJMbcd8Vs4Id7tZaxYtyPBbNv32oxXB_z2s_8puSYm4X9-b9RZtFDKrVWPkgYK0_UjhJjPZp9-gMKVQCsHbWqVnyOTwG-2GyEHcxhLNpSHxKu1ttPjxQKPBwD39T3hwJgzYNorFidZUQ33J_Qy91Hqbsvr73C21kANvMfkeeWVva6yya_fwxjHszDanAivHagg25SvcE4o55gr5FNwjsuQKK7FQm0g6P8Rz3rYFn5R7J0KT3_GbOzviyIzc_8mDuSjz4PUXnvwqj0qTThf2QXly_PfoUHHWNzZaewrGkBF49jwJq-hjtFh1CTRXLDDXvZIOuPsIIeTjSOk26eCnacWpuAW6PPD4sQX48ea9SDb4KsHlWkbWJnpwkebAOn0GLYl6Pc-85gcpHFoIuX85QF9LbkvXP_ZjGh16w&sig=Cg0ArKJSzHvecSQdkX-XEAE&uach_m=%5BUACH%5D&urlfix=1&dett=4&adurl=pagead2.googlesyndication.com/pcs/v... https://pagead2.googlesyndication.com/pcs/view?xai=AKAOjst9wlgxeQjsjoJQb-Jha2MXdw3ZtM8jcrPiJMbcd8Vs4Id7tZaxYtyPBbNv32oxXB_z2s_8puSYm4X9-b9RZtFDKrVWPkgYK0_UjhJjPZp9-gMKVQCsHbWqVnyOTwG-2GyEHcxhLNpSHxKu1ttPjxQKPBwD39T3hwJgzYNorFidZUQ33J_Qy91Hqbsvr73C21kANvMfkeeWVva6yya_fwxjHszDanAivHagg25SvcE4o55gr5FNwjsuQKK7FQm0g6P8Rz3rYFn5R7J0KT3_GbOzviyIzc_8mDuSjz4PUXnvwqj0qTThf2QXly_PfoUHHWNzZaewrGkBF49jwJq-hjtFh1CTRXLDDXvZIOuPsIIeTjSOk26eCnacWpuAW6PPD4sQX48ea9SDb4KsHlWkbWJnpwkebAOn0GLYl6Pc-85gcpHFoIuX85QF9LbkvXP_ZjGh16w&sig=Cg0ArKJSzHvecSQdkX-XEAE&uach_m=%5BUACH%5D&urlfix=1&dett=4&adurl= — 200 — 26 B — 28 ms — h3https://sync.springserve.com/usersync/jsonp?callback=callbacksync.springserve.com/usersync/jsonp... https://sync.springserve.com/usersync/jsonp?callback=callback — 200 — 479 B — 313 ms — h2https://tv.springserve.com/ssusersync?gdpr=0&gdpr_consent=0&us_privacy=tv.springserve.com/ssusersync?gdpr=... https://tv.springserve.com/ssusersync?gdpr=0&gdpr_consent=0&us_privacy= — 200 — 6.8 KiB — 107 ms — h2https://ib.adnxs.com/getuid?https%3A%2F%2Fvid-io-iad.springserve.com%2Fusersync%3Faid%3D1000001%26gdpr%3D0%26gdpr_consent%3D0%26us_privacy%3D%26uuid%3D%24UIDib.adnxs.com/getuid?https%3A%2F%2Fv... https://ib.adnxs.com/getuid?https%3A%2F%2Fvid-io-iad.springserve.com%2Fusersync%3Faid%3D1000001%26gdpr%3D0%26gdpr_consent%3D0%26us_privacy%3D%26uuid%3D%24UID — -1 — 0 B — 83 ms — https://rtb.gumgum.com/usync/14048?gdpr=0&gdpr_consent=0&us_privacy=&r=https%3A%2F%2Fvid-io-iad.springserve.com%2Fusersync%3Faid%3D1000004%26gdpr%3D0%26gdpr_consent%3D0%26us_privacy%3D%26uuid%3Drtb.gumgum.com/usync/14048?gdpr=0&g... https://rtb.gumgum.com/usync/14048?gdpr=0&gdpr_consent=0&us_privacy=&r=https%3A%2F%2Fvid-io-iad.springserve.com%2Fusersync%3Faid%3D1000004%26gdpr%3D0%26gdpr_consent%3D0%26us_privacy%3D%26uuid%3D — 200 — 68 B — 127 ms — h2https://ups.analytics.yahoo.com/ups/58800/sync?redir=true&gpp=&gpp_sid=&gdpr=0&gdpr_consent=0ups.analytics.yahoo.com/ups/58800/s... https://ups.analytics.yahoo.com/ups/58800/sync?redir=true&gpp=&gpp_sid=&gdpr=0&gdpr_consent=0 — -1 — 0 B — 104 ms — https://pixel.rubiconproject.com/token?pid=52948&gdpr=0&gdpr_consent=0&us_privacy=&rk=iadpixel.rubiconproject.com/token?pid=... https://pixel.rubiconproject.com/token?pid=52948&gdpr=0&gdpr_consent=0&us_privacy=&rk=iad — 204 — 214 B — 150 ms — http/1.1https://ads.stickyadstv.com/user-matching?id=3691&_fw_gdpr=0&_fw_gdpr_consent=0&us_privacy=&gpp=&gpp_sid=&redir=https%3A%2F%2Fvid-io-iad.springserve.com%2Fusersync%3Faid%3D1000028%26gdpr%3D0%26gdpr_consent%3D0%26us_privacy%3D%26gpp%3D%26gpp_sid%3D%26uuid%3D%7Bviewerid%7Dads.stickyadstv.com/user-matching?i... https://ads.stickyadstv.com/user-matching?id=3691&_fw_gdpr=0&_fw_gdpr_consent=0&us_privacy=&gpp=&gpp_sid=&redir=https%3A%2F%2Fvid-io-iad.springserve.com%2Fusersync%3Faid%3D1000028%26gdpr%3D0%26gdpr_consent%3D0%26us_privacy%3D%26gpp%3D%26gpp_sid%3D%26uuid%3D%7Bviewerid%7D — -1 — 0 B — 0 ms — https://sync.bfmio.com/syncb?pid=111&gdpr=0&gdpr_consent=0&us_privacy=sync.bfmio.com/syncb?pid=111&gdpr=0... https://sync.bfmio.com/syncb?pid=111&gdpr=0&gdpr_consent=0&us_privacy= — 200 — 118 B — 371 ms — h2https://rtb.openx.net/sync/prebid?gdpr=0&gdpr_consent=0&us_privacy=&r=https%3A%2F%2Fvid-io-iad.springserve.com%2Fusersync%3Faid%3D1000008%26gdpr%3D0%26gdpr_consent%3D0%26us_privacy%3D%26uuid%3D%24%7BUID%7Drtb.openx.net/sync/prebid?gdpr=0&gd... https://rtb.openx.net/sync/prebid?gdpr=0&gdpr_consent=0&us_privacy=&r=https%3A%2F%2Fvid-io-iad.springserve.com%2Fusersync%3Faid%3D1000008%26gdpr%3D0%26gdpr_consent%3D0%26us_privacy%3D%26uuid%3D%24%7BUID%7D — 200 — 184 B — 83 ms — h2https://image8.pubmatic.com/AdServer/ImgSync?p=157310&gdpr=0&gdpr_consent=0&pu=https%3A%2F%2Fimage4.pubmatic.com%2FAdServer%2FSPug%3Fp%3D157310%26gdpr%3DPM_GDPR%26gdpr_consent%3DPM_CONSENT%26pmc%3DPM_PMC%26pr%3Dhttps%253A%252F%252Fsync.springserve.com%252Fusersync%253Faid%253D1000010%2526uuid%253D%2523PMUID%2526gdpr%253DPM_GDPR%2526gdpr_consent%253DPM_CONSENTimage8.pubmatic.com/AdServer/ImgSyn... https://image8.pubmatic.com/AdServer/ImgSync?p=157310&gdpr=0&gdpr_consent=0&pu=https%3A%2F%2Fimage4.pubmatic.com%2FAdServer%2FSPug%3Fp%3D157310%26gdpr%3DPM_GDPR%26gdpr_consent%3DPM_CONSENT%26pmc%3DPM_PMC%26pr%3Dhttps%253A%252F%252Fsync.springserve.com%252Fusersync%253Faid%253D1000010%2526uuid%253D%2523PMUID%2526gdpr%253DPM_GDPR%2526gdpr_consent%253DPM_CONSENT — 200 — 69 B — 140 ms — h2https://bh.contextweb.com/rtset?gdpr=0&gdpr_consent=0&us_privacy=&pid=561910&ev=1&rurl=https%3A%2F%2Fvid-io-iad.springserve.com%2Fusersync%3Faid%3D1000011%26gdpr%3D0%26gdpr_consent%3D0%26us_privacy%3D%26uuid%3D%25%25VGUID%25%25bh.contextweb.com/rtset?gdpr=0&gdpr... https://bh.contextweb.com/rtset?gdpr=0&gdpr_consent=0&us_privacy=&pid=561910&ev=1&rurl=https%3A%2F%2Fvid-io-iad.springserve.com%2Fusersync%3Faid%3D1000011%26gdpr%3D0%26gdpr_consent%3D0%26us_privacy%3D%26uuid%3D%25%25VGUID%25%25 — 302 — 773 B — 142 ms — h2https://sync.1rx.io/usersync2/rmphb?gdpr=0&gdpr_consent=0&us_privacy=&redir=https%3A%2F%2Fvid-io-iad.springserve.com%2Fusersync%3Faid%3D1000012%26gdpr%3D0%26gdpr_consent%3D0%26us_privacy%3D%26uuid%3D%5BRX_UUID%5Dsync.1rx.io/usersync2/rmphb?gdpr=0&... https://sync.1rx.io/usersync2/rmphb?gdpr=0&gdpr_consent=0&us_privacy=&redir=https%3A%2F%2Fvid-io-iad.springserve.com%2Fusersync%3Faid%3D1000012%26gdpr%3D0%26gdpr_consent%3D0%26us_privacy%3D%26uuid%3D%5BRX_UUID%5D — 204 — 44 B — 389 ms — h2https://sync.go.sonobi.com/us.gif?gdpr=0&gdpr_consent=0&us_privacy=&loc=https%3A%2F%2Fvid-io-iad.springserve.com%2Fusersync%3Faid%3D1000013%26gdpr%3D0%26gdpr_consent%3D0%26us_privacy%3D%26uuid%3D%5BUID%5Dsync.go.sonobi.com/us.gif?gdpr=0&gd... https://sync.go.sonobi.com/us.gif?gdpr=0&gdpr_consent=0&us_privacy=&loc=https%3A%2F%2Fvid-io-iad.springserve.com%2Fusersync%3Faid%3D1000013%26gdpr%3D0%26gdpr_consent%3D0%26us_privacy%3D%26uuid%3D%5BUID%5D — 302 — 675 B — 337 ms — h2https://pbs.publishers.tremorhub.com/pubsync?gdpr=0&gdpr_consent=0&us_privacy=&redir=https%3A%2F%2Fvid-io-iad.springserve.com%2Fusersync%3Faid%3D1000015%26gdpr%3D0%26gdpr_consent%3D0%26us_privacy%3D%26uuid%3D%5Btvid%5Dpbs.publishers.tremorhub.com/pubsyn... https://pbs.publishers.tremorhub.com/pubsync?gdpr=0&gdpr_consent=0&us_privacy=&redir=https%3A%2F%2Fvid-io-iad.springserve.com%2Fusersync%3Faid%3D1000015%26gdpr%3D0%26gdpr_consent%3D0%26us_privacy%3D%26uuid%3D%5Btvid%5D — 302 — 358 B — 389 ms — h2https://eb2.3lift.com/getuid?gdpr=0&cmp_cs=0&us_privacy=&redir=https%3A%2F%2Fvid-io-iad.springserve.com%2Fusersync%3Faid%3D1000016%26gdpr%3D0%26gdpr_consent%3D0%26us_privacy%3D%26uuid%3D%24UIDeb2.3lift.com/getuid?gdpr=0&cmp_cs=... https://eb2.3lift.com/getuid?gdpr=0&cmp_cs=0&us_privacy=&redir=https%3A%2F%2Fvid-io-iad.springserve.com%2Fusersync%3Faid%3D1000016%26gdpr%3D0%26gdpr_consent%3D0%26us_privacy%3D%26uuid%3D%24UID — 200 — 140 B — 176 ms — h2https://ads.yieldmo.com/pbsync?gdpr=0&gdpr_consent=0&us_privacy=&redirectUri=https%3A%2F%2Fvid-io-iad.springserve.com%2Fusersync%3Faid%3D1000017%26gdpr%3D0%26gdpr_consent%3D0%26us_privacy%3D%26uuid%3D%24UIDads.yieldmo.com/pbsync?gdpr=0&gdpr_... https://ads.yieldmo.com/pbsync?gdpr=0&gdpr_consent=0&us_privacy=&redirectUri=https%3A%2F%2Fvid-io-iad.springserve.com%2Fusersync%3Faid%3D1000017%26gdpr%3D0%26gdpr_consent%3D0%26us_privacy%3D%26uuid%3D%24UID — 204 — 42 B — 191 ms — h2https://ssbsync.smartadserver.com/api/sync?callerId=52&gdpr=0&gdpr_consent=0&us_privacy=&redirectUri=https%3A%2F%2Fvid-io-iad.springserve.com%2Fusersync%3Faid%3D1000018%26gdpr%3D0%26gdpr_consent%3D0%26us_privacy%3D%26uuid%3D%5Bssb_sync_pid%5Dssbsync.smartadserver.com/api/sync?... https://ssbsync.smartadserver.com/api/sync?callerId=52&gdpr=0&gdpr_consent=0&us_privacy=&redirectUri=https%3A%2F%2Fvid-io-iad.springserve.com%2Fusersync%3Faid%3D1000018%26gdpr%3D0%26gdpr_consent%3D0%26us_privacy%3D%26uuid%3D%5Bssb_sync_pid%5D — 302 — 357 B — 482 ms — h2https://ssum.casalemedia.com/usermatch?s=191709&gdpr=0&gdpr_consent=0&us_privacy=&cb=https%3A%2F%2Fvid-io-iad.springserve.com%2Fusersync%3Faid%3D1000005%26gdpr%3D0%26gdpr_consent%3D0%26us_privacy%3D%26uuid%3Dssum.casalemedia.com/usermatch?s=19... https://ssum.casalemedia.com/usermatch?s=191709&gdpr=0&gdpr_consent=0&us_privacy=&cb=https%3A%2F%2Fvid-io-iad.springserve.com%2Fusersync%3Faid%3D1000005%26gdpr%3D0%26gdpr_consent%3D0%26us_privacy%3D%26uuid%3D — 200 — 481 B — 150 ms — h2https://ads.pubmatic.com/AdServer/js/user_sync.html?gdpr=0&gdpr_consent=0&us_privacy=&predirect=https%3A%2F%2Fvid-io-iad.springserve.com%2Fusersync%3Faid%3D1000010%26gdpr%3D0%26gdpr_consent%3D0%26us_privacy%3D%26uuid%3Dads.pubmatic.com/AdServer/js/user_s... https://ads.pubmatic.com/AdServer/js/user_sync.html?gdpr=0&gdpr_consent=0&us_privacy=&predirect=https%3A%2F%2Fvid-io-iad.springserve.com%2Fusersync%3Faid%3D1000010%26gdpr%3D0%26gdpr_consent%3D0%26us_privacy%3D%26uuid%3D — 200 — 7.6 KiB — 67 ms — h2https://mia-placement-server.rubiconproject.com/tracking/62992/1550/eligible_by_insertionmia-placement-server.rubiconproject... https://mia-placement-server.rubiconproject.com/tracking/62992/1550/eligible_by_insertion — 204 — 125 B — 104 ms — h2https://match.adsrvr.org/track/cmf/generic?ttd_pid=0kkyw3l&ttd_tpi=1&gdpr=0&gdpr_consent=0&us_privacy=match.adsrvr.org/track/cmf/generic?... https://match.adsrvr.org/track/cmf/generic?ttd_pid=0kkyw3l&ttd_tpi=1&gdpr=0&gdpr_consent=0&us_privacy= — 200 — 149 B — 129 ms — h2https://ih.adscale.de/su?gdpr=0&gdpr_consent=0&tpid=22144&cburl=https%3A%2F%2Fvid-io-iad.springserve.com%2Fusersync%3Faid%3D1000023%26gdpr%3D0%26gdpr_consent%3D0%26us_privacy%3D%26uuid%3D__STROEER_USER_ID__ih.adscale.de/su?gdpr=0&gdpr_consen... https://ih.adscale.de/su?gdpr=0&gdpr_consent=0&tpid=22144&cburl=https%3A%2F%2Fvid-io-iad.springserve.com%2Fusersync%3Faid%3D1000023%26gdpr%3D0%26gdpr_consent%3D0%26us_privacy%3D%26uuid%3D__STROEER_USER_ID__ — 302 — 382 B — 107 ms — h2https://cs.media.net/cksync?cs=60&type=ss&gdpr=0&gdpr_consent=0&us_privacy=&redirect=https%3A%2F%2Fvid-io-iad.springserve.com%2Fusersync%3Faid%3D1000026%26gdpr%3D0%26gdpr_consent%3D0%26us_privacy%3D%26uuid%3D%3Cvsid%3Ecs.media.net/cksync?cs=60&type=ss&g... https://cs.media.net/cksync?cs=60&type=ss&gdpr=0&gdpr_consent=0&us_privacy=&redirect=https%3A%2F%2Fvid-io-iad.springserve.com%2Fusersync%3Faid%3D1000026%26gdpr%3D0%26gdpr_consent%3D0%26us_privacy%3D%26uuid%3D%3Cvsid%3E — 302 — 189 B — 179 ms — h2https://y.one.impact-ad.jp/hbs_cs?redirectUri=https%3A%2F%2Fvid-io-iad.springserve.com%2Fusersync%3Faid%3D1000031%26gdpr%3D0%26gdpr_consent%3D0%26us_privacy%3D%26uuid%3D%24UIDy.one.impact-ad.jp/hbs_cs?redirectU... https://y.one.impact-ad.jp/hbs_cs?redirectUri=https%3A%2F%2Fvid-io-iad.springserve.com%2Fusersync%3Faid%3D1000031%26gdpr%3D0%26gdpr_consent%3D0%26us_privacy%3D%26uuid%3D%24UID — 302 — 502 B — 812 ms — h2https://sync.richaudience.com/74889303289e27f327ad0c6de7be7264/?consentString=0&r=https%3A%2F%2Fvid-io-iad.springserve.com%2Fusersync%3Faid%3D1000027%26gdpr%3D0%26gdpr_consent%3D0%26us_privacy%3D%26uuid%3D%5BPDID%5Dsync.richaudience.com/74889303289e2... https://sync.richaudience.com/74889303289e27f327ad0c6de7be7264/?consentString=0&r=https%3A%2F%2Fvid-io-iad.springserve.com%2Fusersync%3Faid%3D1000027%26gdpr%3D0%26gdpr_consent%3D0%26us_privacy%3D%26uuid%3D%5BPDID%5D — 204 — 130 B — 105 ms — h2https://ad.as.amanad.adtdp.com/v1/sync/ssp?ssp=6&redir=https%3A%2F%2Fvid-io-iad.springserve.com%2Fusersync%3Faid%3D1000032%26gdpr%3D0%26gdpr_consent%3D0%26us_privacy%3D%26uuid%3D%24%7Bssp_uid%7Dad.as.amanad.adtdp.com/v1/sync/ssp?... https://ad.as.amanad.adtdp.com/v1/sync/ssp?ssp=6&redir=https%3A%2F%2Fvid-io-iad.springserve.com%2Fusersync%3Faid%3D1000032%26gdpr%3D0%26gdpr_consent%3D0%26us_privacy%3D%26uuid%3D%24%7Bssp_uid%7D — 303 — 820 B — 239 ms — h2https://sync.sxp.smartclip.net/sync?type=red&dsp=116&gdpr_consent=0sync.sxp.smartclip.net/sync?type=re... https://sync.sxp.smartclip.net/sync?type=red&dsp=116&gdpr_consent=0 — 302 — 388 B — 99 ms — h2https://sync.teads.tv/um?gdpr=0&gdpr_consent=0&ssb_provider_id=1&uid&fb=https%3A%2F%2Fvid-io-iad.springserve.com%2Fusersync%3Faid%3D1000024%26us_privacy%3D%26uuid%3D%5BVID%5Dsync.teads.tv/um?gdpr=0&gdpr_consen... https://sync.teads.tv/um?gdpr=0&gdpr_consent=0&ssb_provider_id=1&uid&fb=https%3A%2F%2Fvid-io-iad.springserve.com%2Fusersync%3Faid%3D1000024%26us_privacy%3D%26uuid%3D%5BVID%5D — 200 — 281 B — 70 ms — h2https://cdn.jwplayer.com/libraries/F9MbmUlD.jscdn.jwplayer.com/libraries/F9MbmUlD... https://cdn.jwplayer.com/libraries/F9MbmUlD.js — 200 — 37.5 KiB — 24 ms — h2https://ut.pubmatic.com/geo?pubid=0ut.pubmatic.com/geo?pubid=0 https://ut.pubmatic.com/geo?pubid=0 — 200 — 138 B — 116 ms — h2https://mps.mia.springserve.com/a/api/ad?w=1206&url=https%3A%2F%2Fwww.bnnbloomberg.ca%2F&ua=Mozilla%2F5.0+%28Macintosh%3B+Intel+Mac+OS+X+10_15_7%29+AppleWebKit%2F537.36+%28KHTML%2C+like+Gecko%29+Chrome%2F147.0.0.0+Safari%2F537.36&channel_name=%2F5479%2Fbnn_bnn_web_dt%2Flandingpage%2Fna_bnn-bloomberg-home&cb=74916745&content_custom_1_param=page_type%253Dhomepage%2526permutive%253D20074%25252C32255%25252C32335%25252Cadv%25252Crts%2526prmtvctx%253Drts%2526prmtvsdk%253Dweb&language=en&h=678&content_title=https%3A%2F%2Fwww.bnnbloomberg.ca%2F&placement=3&ssid=61230562-0634-47f0-935d-105c0e81f37d&ssregion=iad&gdpr=0&gdpr_consent=0&nativeRouterId=95595&outstreamRouterId=95594mps.mia.springserve.com/a/api/ad?w=... https://mps.mia.springserve.com/a/api/ad?w=1206&url=https%3A%2F%2Fwww.bnnbloomberg.ca%2F&ua=Mozilla%2F5.0+%28Macintosh%3B+Intel+Mac+OS+X+10_15_7%29+AppleWebKit%2F537.36+%28KHTML%2C+like+Gecko%29+Chrome%2F147.0.0.0+Safari%2F537.36&channel_name=%2F5479%2Fbnn_bnn_web_dt%2Flandingpage%2Fna_bnn-bloomberg-home&cb=74916745&content_custom_1_param=page_type%253Dhomepage%2526permutive%253D20074%25252C32255%25252C32335%25252Cadv%25252Crts%2526prmtvctx%253Drts%2526prmtvsdk%253Dweb&language=en&h=678&content_title=https%3A%2F%2Fwww.bnnbloomberg.ca%2F&placement=3&ssid=61230562-0634-47f0-935d-105c0e81f37d&ssregion=iad&gdpr=0&gdpr_consent=0&nativeRouterId=95595&outstreamRouterId=95594 — 200 — 1.9 KiB — 229 ms — h2https://vid-io-iad.springserve.com/usersync?aid=1000011&gdpr=0&gdpr_consent=0&us_privacy=&uuid=x8gCP6rjJ4M7&ev=1&us_privacy=&gdpr_consent=0&pid=561910&gdpr=0vid-io-iad.springserve.com/usersync... https://vid-io-iad.springserve.com/usersync?aid=1000011&gdpr=0&gdpr_consent=0&us_privacy=&uuid=x8gCP6rjJ4M7&ev=1&us_privacy=&gdpr_consent=0&pid=561910&gdpr=0 — 200 — 205 B — 121 ms — h2https://api.permutive.com/v2.0/batch/events?enrich=false&sdkp=true&k=b1a4360a-3db9-4b39-b09d-c3e14666840aapi.permutive.com/v2.0/batch/events... https://api.permutive.com/v2.0/batch/events?enrich=false&sdkp=true&k=b1a4360a-3db9-4b39-b09d-c3e14666840a — 200 — 118 B — 35 ms — h3https://sync.sxp.smartclip.net/sync?type=red&dsp=116&gdpr_consent=0&ang_testid=1sync.sxp.smartclip.net/sync?type=re... https://sync.sxp.smartclip.net/sync?type=red&dsp=116&gdpr_consent=0&ang_testid=1 — 200 — 104 B — 31 ms — h2https://ih.adscale.de/su?gdpr=0&gdpr_consent=0&tpid=22144&cburl=https%3A%2F%2Fvid-io-iad.springserve.com%2Fusersync%3Faid%3D1000023%26gdpr%3D0%26gdpr_consent%3D0%26us_privacy%3D%26uuid%3D__STROEER_USER_ID__&nut&uu=59f2f908a7a948a59be3c0ca3f1c4a8eih.adscale.de/su?gdpr=0&gdpr_consen... https://ih.adscale.de/su?gdpr=0&gdpr_consent=0&tpid=22144&cburl=https%3A%2F%2Fvid-io-iad.springserve.com%2Fusersync%3Faid%3D1000023%26gdpr%3D0%26gdpr_consent%3D0%26us_privacy%3D%26uuid%3D__STROEER_USER_ID__&nut&uu=59f2f908a7a948a59be3c0ca3f1c4a8e — 200 — 125 B — 34 ms — h2https://ut.pubmatic.com/geo?pubid=0ut.pubmatic.com/geo?pubid=0 https://ut.pubmatic.com/geo?pubid=0 — 200 — 0 B — 19 ms — h2https://vid-io-iad.springserve.com/usersync?aid=1000026&gdpr=0&gdpr_consent=0&us_privacy=&uuid=0000EEAvid-io-iad.springserve.com/usersync... https://vid-io-iad.springserve.com/usersync?aid=1000026&gdpr=0&gdpr_consent=0&us_privacy=&uuid=0000EEA — 200 — 205 B — 104 ms — h2https://sb.scorecardresearch.com/p?c1=19&c2=3005664&ns_ap_an=BNN%20Bloomberg%20-%20Canada%20Business%20News%2C%20TSX%20Today%2C%20Oil%20and%20Energy%20Prices&ns_ap_pn=js&ns_ap_pv=5&c12=_&name=foreground&ns_ap_ec=1&ns_ap_ev=start&ns_ap_device=Linux%20x86_64&ns_ap_id=1776890742190&ns_ap_csf=1&ns_ap_bi=unknown&ns_ap_pfm=webbrowser&ns_ap_pfv=Chrome%20147.0.0.0&ns_ap_ver=unknown&ns_ap_sv=7.11.1%2B2410250530&ns_ap_bv=7.11.1%2B2410250530&ns_ap_smv=6.7&ns_type=view&ns_ap_gs=1776890737187&ns_ts=1776890737187&ns_ap_cfg=111110111100-110-3C-7D0-A-1F-1E-1E-12C-A&ns_ap_env=0-0-2&ns_ap_ut=60000&ns_ap_ar=unknown&ns_ap_cs=1&ns_ap_fg=1&ns_ap_dft=0&ns_ap_dbt=0&ns_ap_dit=0&ns_ap_as=1&ns_ap_das=0&ns_ap_usage=0&ns_radio=unknown&ns_ap_install=1776890737187&ns_ap_ft=0&ns_ap_bt=0&ns_ap_it=0&ns_ap_res=1350x940&ns_ap_sd=800x600&ns_ap_po=0x0&ns_ap_lang=en-US&ns_ap_jb=unknown&ns_c=UTF-8&c7=https%3A%2F%2Fwww.bnnbloomberg.ca%2F&c8=BNN%20Bloomberg%20-%20Canada%20Business%20News%2C%20TSX%20Today%2C%20Oil%20and%20Energy%20Prices&c9=sb.scorecardresearch.com/p?c1=19&c2... https://sb.scorecardresearch.com/p?c1=19&c2=3005664&ns_ap_an=BNN%20Bloomberg%20-%20Canada%20Business%20News%2C%20TSX%20Today%2C%20Oil%20and%20Energy%20Prices&ns_ap_pn=js&ns_ap_pv=5&c12=_&name=foreground&ns_ap_ec=1&ns_ap_ev=start&ns_ap_device=Linux%20x86_64&ns_ap_id=1776890742190&ns_ap_csf=1&ns_ap_bi=unknown&ns_ap_pfm=webbrowser&ns_ap_pfv=Chrome%20147.0.0.0&ns_ap_ver=unknown&ns_ap_sv=7.11.1%2B2410250530&ns_ap_bv=7.11.1%2B2410250530&ns_ap_smv=6.7&ns_type=view&ns_ap_gs=1776890737187&ns_ts=1776890737187&ns_ap_cfg=111110111100-110-3C-7D0-A-1F-1E-1E-12C-A&ns_ap_env=0-0-2&ns_ap_ut=60000&ns_ap_ar=unknown&ns_ap_cs=1&ns_ap_fg=1&ns_ap_dft=0&ns_ap_dbt=0&ns_ap_dit=0&ns_ap_as=1&ns_ap_das=0&ns_ap_usage=0&ns_radio=unknown&ns_ap_install=1776890737187&ns_ap_ft=0&ns_ap_bt=0&ns_ap_it=0&ns_ap_res=1350x940&ns_ap_sd=800x600&ns_ap_po=0x0&ns_ap_lang=en-US&ns_ap_jb=unknown&ns_c=UTF-8&c7=https%3A%2F%2Fwww.bnnbloomberg.ca%2F&c8=BNN%20Bloomberg%20-%20Canada%20Business%20News%2C%20TSX%20Today%2C%20Oil%20and%20Energy%20Prices&c9= — 200 — 300 B — 27 ms — h2https://vid-io-iad.springserve.com/usersync?aid=1000032&gdpr=0&gdpr_consent=0&us_privacy=&uuid=s2suidzHfIa-4LQRHB5VjyjlCRdQvid-io-iad.springserve.com/usersync... https://vid-io-iad.springserve.com/usersync?aid=1000032&gdpr=0&gdpr_consent=0&us_privacy=&uuid=s2suidzHfIa-4LQRHB5VjyjlCRdQ — 200 — 205 B — 103 ms — h2https://vid-io-iad.springserve.com/usersync?aid=1000013&gdpr=0&gdpr_consent=0&us_privacy=&uuid=5c2ee2a3-5cd0-41eb-b0e9-345b692728ebvid-io-iad.springserve.com/usersync... https://vid-io-iad.springserve.com/usersync?aid=1000013&gdpr=0&gdpr_consent=0&us_privacy=&uuid=5c2ee2a3-5cd0-41eb-b0e9-345b692728eb — 200 — 205 B — 106 ms — h2https://ssl.p.jwpcdn.com/player/plugins/vast/v/8.8.6/vast.jsssl.p.jwpcdn.com/player/plugins/vas... https://ssl.p.jwpcdn.com/player/plugins/vast/v/8.8.6/vast.js — 200 — 27.2 KiB — 37 ms — h2https://ssl.p.jwpcdn.com/player/v/8.18.4/jwpsrv.jsssl.p.jwpcdn.com/player/v/8.18.4/jw... https://ssl.p.jwpcdn.com/player/v/8.18.4/jwpsrv.js — 200 — 18.0 KiB — 40 ms — h2https://ssl.p.jwpcdn.com/player/v/8.18.4/jwplayer.core.controls.jsssl.p.jwpcdn.com/player/v/8.18.4/jw... https://ssl.p.jwpcdn.com/player/v/8.18.4/jwplayer.core.controls.js — 200 — 71.1 KiB — 40 ms — h2https://pbs.publishers.tremorhub.com/pubsync/verify?gdpr=0&gdpr_consent=0&us_privacy=&redir=https%3A%2F%2Fvid-io-iad.springserve.com%2Fusersync%3Faid%3D1000015%26gdpr%3D0%26gdpr_consent%3D0%26us_privacy%3D%26uuid%3D%5Btvid%5Dpbs.publishers.tremorhub.com/pubsyn... https://pbs.publishers.tremorhub.com/pubsync/verify?gdpr=0&gdpr_consent=0&us_privacy=&redir=https%3A%2F%2Fvid-io-iad.springserve.com%2Fusersync%3Faid%3D1000015%26gdpr%3D0%26gdpr_consent%3D0%26us_privacy%3D%26uuid%3D%5Btvid%5D — 302 — 182 B — 103 ms — h2https://pagead2.googlesyndication.com/pcs/activeview?xai=AKAOjsuPFaogeP7GTf-3KzSUCXD3_ONrto7h0XPZy46DB8EO1HYKrXc7eVx5_so512c0hgaMRDJeq-QwzKyyIP-p8wJOE_1qjTEDf9csw9CcFO_QhmuVGfVgwLpmJzKATJ3dcW3B6hyJTg2sPEXv-8Pob1Ioo80K8aJI35eTrugTChF9jdlke_6ASg-mDQ&sig=Cg0ArKJSzP405650DknrEAE&id=lidar2&mcvt=1001&p=103,660,104,690&tm=1017.2999992370605&tu=16.799999237060547&mtos=1001,1001,1001,1001,1001&tos=1001,0,0,0,0&v=20260420&bin=7&avms=nio&bs=1350,940&mc=1&vu=1&app=0&itpl=0&adk=2011925192&rs=4&la=0&cr=0&uach=WyJtYWNPUyIsIjEwLjE1LjciLCJ4ODYiLCIiLCIxNDcuMC4wLjAiLG51bGwsMCxudWxsLCI2NCIsW1siQ2hyb21pdW0iLCIxNDcuMC43NzI3LjEwMSJdLFsiTm90LkEvQnJhbmQiLCI4LjAuMC4wIl1dLDBd&vs=4&r=v&co=7282354100&rst=1776890740502&rpt=790&isd=0&lsd=0&met=ce&wmsd=0&pbe=0&fle=0&vae=0&spb=0&sfl=0&ffslot=0&reach=8&io2=0pagead2.googlesyndication.com/pcs/a... https://pagead2.googlesyndication.com/pcs/activeview?xai=AKAOjsuPFaogeP7GTf-3KzSUCXD3_ONrto7h0XPZy46DB8EO1HYKrXc7eVx5_so512c0hgaMRDJeq-QwzKyyIP-p8wJOE_1qjTEDf9csw9CcFO_QhmuVGfVgwLpmJzKATJ3dcW3B6hyJTg2sPEXv-8Pob1Ioo80K8aJI35eTrugTChF9jdlke_6ASg-mDQ&sig=Cg0ArKJSzP405650DknrEAE&id=lidar2&mcvt=1001&p=103,660,104,690&tm=1017.2999992370605&tu=16.799999237060547&mtos=1001,1001,1001,1001,1001&tos=1001,0,0,0,0&v=20260420&bin=7&avms=nio&bs=1350,940&mc=1&vu=1&app=0&itpl=0&adk=2011925192&rs=4&la=0&cr=0&uach=WyJtYWNPUyIsIjEwLjE1LjciLCJ4ODYiLCIiLCIxNDcuMC4wLjAiLG51bGwsMCxudWxsLCI2NCIsW1siQ2hyb21pdW0iLCIxNDcuMC43NzI3LjEwMSJdLFsiTm90LkEvQnJhbmQiLCI4LjAuMC4wIl1dLDBd&vs=4&r=v&co=7282354100&rst=1776890740502&rpt=790&isd=0&lsd=0&met=ce&wmsd=0&pbe=0&fle=0&vae=0&spb=0&sfl=0&ffslot=0&reach=8&io2=0 — 200 — 65 B — 30 ms — h3data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><circl…www.w3.org/2000/svg" viewBox="0 0 6... data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"><circl… — 200 — 0 B — 0 ms — datahttps://entitlements.jwplayer.com/7LfSMHmVEeOOKSIACrqE1A.jsonentitlements.jwplayer.com/7LfSMHmVE... https://entitlements.jwplayer.com/7LfSMHmVEeOOKSIACrqE1A.json — 200 — 430 B — 66 ms — h2https://sync.springserve.com/usersync?aid=1000018&gdpr=0&gdpr_consent=&uuid=3430211623625637208sync.springserve.com/usersync?aid=1... https://sync.springserve.com/usersync?aid=1000018&gdpr=0&gdpr_consent=&uuid=3430211623625637208 — 200 — 205 B — 104 ms — h2blob:https://www.bnnbloomberg.ca/c890b0f2-8de6-4c67-a229-b0c0da2e158ewww.bnnbloomberg.ca/c890b0f2-8de6-4... blob:https://www.bnnbloomberg.ca/c890b0f2-8de6-4c67-a229-b0c0da2e158e — 206 — 0 B — 1 ms — blobhttps://vid-io-iad.springserve.com/usersync?aid=1000015&gdpr=0&gdpr_consent=0&us_privacy=&uuid=vid-io-iad.springserve.com/usersync... https://vid-io-iad.springserve.com/usersync?aid=1000015&gdpr=0&gdpr_consent=0&us_privacy=&uuid= — 200 — 205 B — 105 ms — h2https://prd.jwpltx.com/v1/jwplayer6/ping.gif?h=1886046016&e=pa&n=1400624824180350&abc=0&aid=7LfSMHmVEeOOKSIACrqE1A&amp=0&at=1&c=0&ccp=0&cp=0&d=0&eb=0&ed=6&emi=12z1hvn5lbow&i=1&lid=1iywhqj1e6ur&lsa=set&mt=1&pbd=1&pbr=1&pgi=1k6db5615k7n&ph=1&pid=F9MbmUlD&pii=0&pl=1&plc=1&pli=1c5jgy5s7p21&pp=&prc=1&ps=4&pss=1&pt=BNN%20Bloomberg%20-%20Canada%20Business%20News%2C%20TSX%20Today%2C%20Oil%20and%20Energy%20Prices&pu=https%3A%2F%2Fwww.bnnbloomberg.ca%2F&pv=8.18.4&pyc=0&s=0&sdk=0&stc=1&stpe=0&tv=4.0.11&vb=1&vi=1&vl=50&wd=1206&ab=2&cme=0&flc=0&mu=&pd=0&pdr=&plng=en&pni=1&pr=7&tb=0&vd=0&sa=1776890742448prd.jwpltx.com/v1/jwplayer6/ping.gi... https://prd.jwpltx.com/v1/jwplayer6/ping.gif?h=1886046016&e=pa&n=1400624824180350&abc=0&aid=7LfSMHmVEeOOKSIACrqE1A&amp=0&at=1&c=0&ccp=0&cp=0&d=0&eb=0&ed=6&emi=12z1hvn5lbow&i=1&lid=1iywhqj1e6ur&lsa=set&mt=1&pbd=1&pbr=1&pgi=1k6db5615k7n&ph=1&pid=F9MbmUlD&pii=0&pl=1&plc=1&pli=1c5jgy5s7p21&pp=&prc=1&ps=4&pss=1&pt=BNN%20Bloomberg%20-%20Canada%20Business%20News%2C%20TSX%20Today%2C%20Oil%20and%20Energy%20Prices&pu=https%3A%2F%2Fwww.bnnbloomberg.ca%2F&pv=8.18.4&pyc=0&s=0&sdk=0&stc=1&stpe=0&tv=4.0.11&vb=1&vi=1&vl=50&wd=1206&ab=2&cme=0&flc=0&mu=&pd=0&pdr=&plng=en&pni=1&pr=7&tb=0&vd=0&sa=1776890742448 — 204 — 203 B — 113 ms — h2https://imasdk.googleapis.com/js/sdkloader/vpaid_adapter.js?adtagurl=https://pubads.g.doubleclick.net/gampad/ads%3Fsz%3D1x1%26iu%3D/5479/slimcut.homebox.bnn%26impl%3Ds%26gdfp_req%3D1%26env%3Dvp%26output%3Dvast%26unviewed_position_start%3D1%26url%3D%7B%7B%7BENCODED_URL%7D%7D%26description_url%3D%7B%7B%7BENCODED_URL%7D%7D%26correlator%3D1776890742169%26cust_params%3Dpage_type%253Dhomepage%2526permutive%253D20074%25252C32255%25252C32335%25252Cadv%25252Crts%2526prmtvctx%253Drts%2526prmtvsdk%253Dweb%26channel%3Dvastadp&correlator=1776890742169imasdk.googleapis.com/js/sdkloader/... https://imasdk.googleapis.com/js/sdkloader/vpaid_adapter.js?adtagurl=https://pubads.g.doubleclick.net/gampad/ads%3Fsz%3D1x1%26iu%3D/5479/slimcut.homebox.bnn%26impl%3Ds%26gdfp_req%3D1%26env%3Dvp%26output%3Dvast%26unviewed_position_start%3D1%26url%3D%7B%7B%7BENCODED_URL%7D%7D%26description_url%3D%7B%7B%7BENCODED_URL%7D%7D%26correlator%3D1776890742169%26cust_params%3Dpage_type%253Dhomepage%2526permutive%253D20074%25252C32255%25252C32335%25252Cadv%25252Crts%2526prmtvctx%253Drts%2526prmtvsdk%253Dweb%26channel%3Dvastadp&correlator=1776890742169 — 200 — 14.2 KiB — 77 ms — h2https://imasdk.googleapis.com/js/sdkloader/ima3.jsimasdk.googleapis.com/js/sdkloader/... https://imasdk.googleapis.com/js/sdkloader/ima3.js — 200 — 145.9 KiB — 115 ms — h2https://securepubads.g.doubleclick.net/pagead/ima_ppub_config?ippd=https%3A%2F%2Fwww.bnnbloomberg.ca%2Fsecurepubads.g.doubleclick.net/page... https://securepubads.g.doubleclick.net/pagead/ima_ppub_config?ippd=https%3A%2F%2Fwww.bnnbloomberg.ca%2F — 200 — 335 B — 32 ms — h3https://imasdk.googleapis.com/js/core/bridge3.758.1_en.html?gdpr=1imasdk.googleapis.com/js/core/bridg... https://imasdk.googleapis.com/js/core/bridge3.758.1_en.html?gdpr=1 — 200 — 270.9 KiB — 154 ms — h2https://s0.2mdn.net/instream/video/client.jss0.2mdn.net/instream/video/client.j... https://s0.2mdn.net/instream/video/client.js — 200 — 16.8 KiB — 78 ms — h2https://pagead2.googlesyndication.com/omsdk/releases/live/omweb-v1.jspagead2.googlesyndication.com/omsdk... https://pagead2.googlesyndication.com/omsdk/releases/live/omweb-v1.js — 200 — 15.4 KiB — 24 ms — h3https://y.one.impact-ad.jp/ul_cb/hbs_cs?redirectUri=https%3A%2F%2Fvid-io-iad.springserve.com%2Fusersync%3Faid%3D1000031%26gdpr%3D0%26gdpr_consent%3D0%26us_privacy%3D%26uuid%3D%24UIDy.one.impact-ad.jp/ul_cb/hbs_cs?red... https://y.one.impact-ad.jp/ul_cb/hbs_cs?redirectUri=https%3A%2F%2Fvid-io-iad.springserve.com%2Fusersync%3Faid%3D1000031%26gdpr%3D0%26gdpr_consent%3D0%26us_privacy%3D%26uuid%3D%24UID — 200 — 82 B — 265 ms — h2https://bellmedia-d.openx.net/w/1.0/pdbellmedia-d.openx.net/w/1.0/pd https://bellmedia-d.openx.net/w/1.0/pd — 200 — 293 B — 77 ms — h2https://gum.criteo.com/syncframe?origin=criteoPrebidAdapter&topUrl=www.bnnbloomberg.ca&gpp=gum.criteo.com/syncframe?origin=cri... https://gum.criteo.com/syncframe?origin=criteoPrebidAdapter&topUrl=www.bnnbloomberg.ca&gpp= — 200 — 5.1 KiB — 56 ms — h2https://acdn.adnxs.com/dmp/async_usersync.htmlacdn.adnxs.com/dmp/async_usersync.h... https://acdn.adnxs.com/dmp/async_usersync.html — 200 — 17.2 KiB — 15 ms — http/1.1https://ib.adnxs.com/async_usersync?cbfn=queuePixelsib.adnxs.com/async_usersync?cbfn=qu... https://ib.adnxs.com/async_usersync?cbfn=queuePixels — 200 — 485 B — 110 ms — h2https://gum.criteo.com/sid/json?origin=criteoPrebidAdapter&domain=www.bnnbloomberg.ca&sn=ChromeSyncframe&so=0&topUrl=www.bnnbloomberg.cagum.criteo.com/sid/json?origin=crit... https://gum.criteo.com/sid/json?origin=criteoPrebidAdapter&domain=www.bnnbloomberg.ca&sn=ChromeSyncframe&so=0&topUrl=www.bnnbloomberg.ca — 302 — 711 B — 18 ms — h2https://mug.criteo.com/sid?cpp=DYZ5cXxKN0pVS1hITUFvc3RLRFdjTXhsY3JFQWFrdkJYUVloSEMyYVVvV1B1aHN4RmdqNXdXbm43aHVXcFIrVElkMmZMbFlxSTJ1THgreVN5TWVDM2xjaTczZWM3ZnJmUTc3dVorRWVZN0FXUHI5WVNWWGpXNWJYd0NyNjNiZjB3Nmh0bmExS203WDlhaElncXVGTHJNM3IraDZxYkhBSHdjM28rZE5lTm05SkQvbmtqOElCNi9IRnRtYTIvS2xXVEFmUGN4MmVmSnlST3RQOW5SRDdka00xOXVwcHNXWk5ITllTdUd2bEhmVXBHQm5pcFRkWmF6QXRoV1RzWTFxWGw5OHhOfA&cppv=2mug.criteo.com/sid?cpp=DYZ5cXxKN0pV... https://mug.criteo.com/sid?cpp=DYZ5cXxKN0pVS1hITUFvc3RLRFdjTXhsY3JFQWFrdkJYUVloSEMyYVVvV1B1aHN4RmdqNXdXbm43aHVXcFIrVElkMmZMbFlxSTJ1THgreVN5TWVDM2xjaTczZWM3ZnJmUTc3dVorRWVZN0FXUHI5WVNWWGpXNWJYd0NyNjNiZjB3Nmh0bmExS203WDlhaElncXVGTHJNM3IraDZxYkhBSHdjM28rZE5lTm05SkQvbmtqOElCNi9IRnRtYTIvS2xXVEFmUGN4MmVmSnlST3RQOW5SRDdka00xOXVwcHNXWk5ITllTdUd2bEhmVXBHQm5pcFRkWmF6QXRoV1RzWTFxWGw5OHhOfA&cppv=2 — 200 — 800 B — 61 ms — h2https://pagead2.googlesyndication.com/gampad/ads?sz=1x1&iu=%2F5479%2Fslimcut.homebox.bnn&gdfp_req=1&env=vp&output=xml_vast4&unviewed_position_start=1&url=https%3A%2F%2Fwww.bnnbloomberg.ca%2F&description_url=%7B%7B%7BENCODED_URL%7D%7D&correlator=1776890742169&cust_params=page_type%3Dhomepage%26permutive%3D20074%252C32255%252C32335%252Cadv%252Crts%26prmtvctx%3Drts%26prmtvsdk%3Dweb&channel=vastadp%2Bvpaidadp_html5&sdkv=h.3.758.1%2Fvpaid_adapter&osd=2&frm=1&vis=1&sdr=1&hl=en&afvsz=200x200%2C250x250%2C300x250%2C336x280%2C450x50%2C468x60%2C480x70%2C728x90&is_amp=0&uach=WyJMaW51eCIsIiIsIng4NiIsIiIsIjE0Ny4wLjc3MjcuMTAxIixudWxsLDAsbnVsbCwiNjQiLFtbIkNocm9taXVtIiwiMTQ3LjAuNzcyNy4xMDEiXSxbIk5vdC5BL0JyYW5kIiwiOC4wLjAuMCJdXSwwXQ..&u_so=l&ctv=0&sdki=100000445&ptt=20&vo=0&adk=3616219161&sdk_apis=2%2C7%2C8&omid_p=Google1%2Fh.3.758.1&sid=A6B6F0DE-1AFE-4805-92DE-D287DF298298&eid=44752711%2C95320804%2C95322027%2C95331589%2C95332046&dt=1776890743063&eoidce=1&pvsid=1449794930695596&scor=1381662429500187pagead2.googlesyndication.com/gampa... https://pagead2.googlesyndication.com/gampad/ads?sz=1x1&iu=%2F5479%2Fslimcut.homebox.bnn&gdfp_req=1&env=vp&output=xml_vast4&unviewed_position_start=1&url=https%3A%2F%2Fwww.bnnbloomberg.ca%2F&description_url=%7B%7B%7BENCODED_URL%7D%7D&correlator=1776890742169&cust_params=page_type%3Dhomepage%26permutive%3D20074%252C32255%252C32335%252Cadv%252Crts%26prmtvctx%3Drts%26prmtvsdk%3Dweb&channel=vastadp%2Bvpaidadp_html5&sdkv=h.3.758.1%2Fvpaid_adapter&osd=2&frm=1&vis=1&sdr=1&hl=en&afvsz=200x200%2C250x250%2C300x250%2C336x280%2C450x50%2C468x60%2C480x70%2C728x90&is_amp=0&uach=WyJMaW51eCIsIiIsIng4NiIsIiIsIjE0Ny4wLjc3MjcuMTAxIixudWxsLDAsbnVsbCwiNjQiLFtbIkNocm9taXVtIiwiMTQ3LjAuNzcyNy4xMDEiXSxbIk5vdC5BL0JyYW5kIiwiOC4wLjAuMCJdXSwwXQ..&u_so=l&ctv=0&sdki=100000445&ptt=20&vo=0&adk=3616219161&sdk_apis=2%2C7%2C8&omid_p=Google1%2Fh.3.758.1&sid=A6B6F0DE-1AFE-4805-92DE-D287DF298298&eid=44752711%2C95320804%2C95322027%2C95331589%2C95332046&dt=1776890743063&eoidce=1&pvsid=1449794930695596&scor=1381662429500187 — 200 — 142 B — 62 ms — h3https://csi.gstatic.com/csi?v=2&s=ima&dmc=8&puid=1~moaivc27&c=4033606431016&slotId=2016803215508&eee=missing-element&bi=missing-id&vast_v=4.0&lima_p_ich=0&lima_p_icu=0csi.gstatic.com/csi?v=2&s=ima&dmc=8... https://csi.gstatic.com/csi?v=2&s=ima&dmc=8&puid=1~moaivc27&c=4033606431016&slotId=2016803215508&eee=missing-element&bi=missing-id&vast_v=4.0&lima_p_ich=0&lima_p_icu=0 — -1 — 0 B — 0 ms — https://mps.mia.springserve.com/a/api/ad?w=900&url=https%3A%2F%2Fwww.bnnbloomberg.ca%2F&ua=Mozilla%2F5.0+%28Macintosh%3B+Intel+Mac+OS+X+10_15_7%29+AppleWebKit%2F537.36+%28KHTML%2C+like+Gecko%29+Chrome%2F147.0.0.0+Safari%2F537.36&channel_name=%2F5479%2Fbnn_bnn_web_dt%2Flandingpage%2Fna_bnn-bloomberg-home&cb=31369698&content_custom_1_param=page_type%253Dhomepage%2526permutive%253D20074%25252C32255%25252C32335%25252Cadv%25252Crts%2526prmtvctx%253Drts%2526prmtvsdk%253Dweb&language=en&h=506&content_title=https%3A%2F%2Fwww.bnnbloomberg.ca%2F&placement=3&ssid=61230562-0634-47f0-935d-105c0e81f37d&ssregion=iad&gdpr=0&gdpr_consent=0&nativeRouterId=95595mps.mia.springserve.com/a/api/ad?w=... https://mps.mia.springserve.com/a/api/ad?w=900&url=https%3A%2F%2Fwww.bnnbloomberg.ca%2F&ua=Mozilla%2F5.0+%28Macintosh%3B+Intel+Mac+OS+X+10_15_7%29+AppleWebKit%2F537.36+%28KHTML%2C+like+Gecko%29+Chrome%2F147.0.0.0+Safari%2F537.36&channel_name=%2F5479%2Fbnn_bnn_web_dt%2Flandingpage%2Fna_bnn-bloomberg-home&cb=31369698&content_custom_1_param=page_type%253Dhomepage%2526permutive%253D20074%25252C32255%25252C32335%25252Cadv%25252Crts%2526prmtvctx%253Drts%2526prmtvsdk%253Dweb&language=en&h=506&content_title=https%3A%2F%2Fwww.bnnbloomberg.ca%2F&placement=3&ssid=61230562-0634-47f0-935d-105c0e81f37d&ssregion=iad&gdpr=0&gdpr_consent=0&nativeRouterId=95595 — 200 — 270 B — 129 ms — h2https://mia-placement-server.rubiconproject.com/tracking/62992/310/excluded_by_insertionmia-placement-server.rubiconproject... https://mia-placement-server.rubiconproject.com/tracking/62992/310/excluded_by_insertion — 204 — 125 B — 37 ms — h2https://mia-placement-server.rubiconproject.com/tracking/62992/311/excluded_by_insertionmia-placement-server.rubiconproject... https://mia-placement-server.rubiconproject.com/tracking/62992/311/excluded_by_insertion — 204 — 125 B — 38 ms — h2https://jssdks.mparticle.com/v1/JS/us1-42c7bf7b21a03d479b372347c506a331/Forwardingjssdks.mparticle.com/v1/JS/us1-42c7... https://jssdks.mparticle.com/v1/JS/us1-42c7bf7b21a03d479b372347c506a331/Forwarding — 202 — 193 B — 64 ms — h2https://ib.adnxs.com/async_usersync?cbfn=queuePixelsib.adnxs.com/async_usersync?cbfn=qu... https://ib.adnxs.com/async_usersync?cbfn=queuePixels — 200 — 484 B — 32 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
100% of JavaScript execution is third-party
First-party Third-party 3990ms · 3057KB · CA$101/mo
lib.jasperplayer.com
Other
Costly
Execution 943ms
Transfer 1224 KB
Unused 83%
Monthly Cost CA$24/mo
www.bnnbloomberg.ca
Other
Costly
Execution 788ms
Transfer 68 KB
Monthly Cost CA$20/mo
www.bnnbloomberg.ca
Other
Costly
Execution 536ms
Transfer 23 KB
Monthly Cost CA$14/mo
securepubads.g.doubleclick.net
Other
Costly
Execution 418ms
Transfer 188 KB
Unused 50%
Monthly Cost CA$11/mo
cdn.permutive.com
Other
Costly
Execution 308ms
Transfer 250 KB
Unused 8%
Monthly Cost CA$8/mo
Unattributable
Other
Costly
Execution 301ms
Transfer 0 KB
Monthly Cost CA$8/mo
www.bnnbloomberg.ca
Other
Optional
Execution 141ms
Transfer 531 KB
Unused 71%
Monthly Cost CA$4/mo
micro.rubiconproject.com
Other
Optional
Execution 91ms
Transfer 127 KB
Unused 36%
Monthly Cost CA$2/mo
cdn.confiant-integrations.net
Other
Optional
Execution 84ms
Transfer 142 KB
Unused 54%
Monthly Cost CA$2/mo
Optimizely
A/B Testing
Optional
Execution 76ms
Transfer 84 KB
Unused 51%
Monthly Cost CA$2/mo
ssl.p.jwpcdn.com
Other
Optional
Execution 68ms
Transfer 71 KB
Unused 33%
Monthly Cost CA$2/mo
pagead2.googlesyndication.com
Other
Optional
Execution 66ms
Transfer 73 KB
Unused 42%
Monthly Cost CA$2/mo
s3.us-west-2.amazonaws.com
Other
Optional
Execution 64ms
Transfer 38 KB
Monthly Cost CA$2/mo
imasdk.googleapis.com
Other
Optional
Execution 52ms
Transfer 146 KB
Unused 56%
Monthly Cost CA$1/mo
c.amazon-adsystem.com
Other
Optional
Execution 52ms
Transfer 91 KB
Unused 42%
Monthly Cost CA$1/mo

These scripts may cost more than they're worth

  • lib.jasperplayer.com adds 943ms and costs ~CA$24/month
  • www.bnnbloomberg.ca adds 788ms and costs ~CA$20/month
  • www.bnnbloomberg.ca adds 536ms and costs ~CA$14/month
  • securepubads.g.doubleclick.net adds 418ms and costs ~CA$11/month
  • cdn.permutive.com adds 308ms and costs ~CA$8/month
  • Unattributable adds 301ms and costs ~CA$8/month

100% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.

Why this matters

When third-party JS execution time exceeds your own, performance gains from frontend work are capped by code you don't own.

Learn more

Every millisecond of third-party JS competes with your own for main-thread time. If their share is bigger than yours, optimization on your code base barely moves the needle. Audit, defer, or remove third-parties before further frontend optimization. Use Lighthouse's third-party audit to identify the worst offenders.

Source: web.dev

lib.jasperplayer.com takes 943ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

83% of lib.jasperplayer.com's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

www.bnnbloomberg.ca takes 788ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

www.bnnbloomberg.ca takes 536ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

securepubads.g.doubleclick.net takes 418ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

50% of securepubads.g.doubleclick.net's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

cdn.permutive.com takes 308ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

Unattributable takes 301ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

71% of www.bnnbloomberg.ca's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

54% of cdn.confiant-integrations.net's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

51% of Optimizely's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

56% of imasdk.googleapis.com's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

How third-party costs are calculated

All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback