Skip to content
https://montrealgazette.com

Performance

· 15 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
72
GRADE
C
FIX
4
REVIEW
3
PASS
6
INFO
2

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

93
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
100
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.

353 ms

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

769 ms

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

96 ms

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

0.000

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

2.45 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.

5.31 s

Page Load Progression

375 ms
750 ms
1.1 s
1.5 s
1.9 s
2.2 s
2.6 s
3.0 s
Checks
15
6 PASS 3 REVIEW 4 FIX
F
Page Weight Budget
Action
3.4 MB transferred, 157 requests
FIX
3.4 MB transferred, 157 requests
Warning::
Page weighs 7.3 MB (3.4 MB transferred)
Warning::
JavaScript is 1.5 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.5 MB
Warning::
Images are 1.4 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 1.4 MB
Info::
Fonts are 301 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 301 KB
Warning::
157 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.71 g CO2 per page load
3.4 MB / 2.4 MB budget
3.4 MB transferred
157 requests
0.71 g CO2 per page load
JavaScript 1.5 MiB 45%
Images 1.4 MiB 42%
Fonts 301.4 KiB 9%
Other 48.1 KiB 1%
HTML 45.7 KiB 1%
Other 26.0 KiB 1%
Other 18.2 KiB 1%
CSS 15.6 KiB 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
67% third-party, 0 ms blocking
FIX
67% third-party, 0 ms blocking
Warning::
Third-party code accounts for 67% of page weight (2.3 MiB of 3.4 MiB)
Info::
Third-party blocking time is low (0 ms)
33%
67%
First-party Third-party
F
JS Bundles
Action
61 scripts, 644 KB unused
FIX
61 scripts, 644 KB unused
Warning::
https://cdn.amplitude.com/libs/plugin-session-repl...: 100 KB unused (78%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://securepubads.g.doubleclick.net/pagead/mana...: 95 KB unused (51%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://cdn.confiant-integrations.net/gptprebidnat...: 76 KB unused (54%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-KGS...: 69 KB unused (47%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-WJM...: 63 KB unused (54%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 644 KB
644 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://cdn.amplitude.com/libs/plugin-session-replay-browser-1.27.7-min.js.gz129 KB100 KB (78%)3rd
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.js188 KB95 KB (51%)3rd
https://cdn.confiant-integrations.net/gptprebidnative/202603241056/wrap.js142 KB76 KB (54%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-KGS4QW27&gtm=4e64k1146 KB69 KB (47%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-WJMBSJJC117 KB63 KB (54%)3rd
https://www.googletagmanager.com/gtag/destination?id=DC-9311521&cx=c&gtm=4e64k1130 KB63 KB (48%)3rd
https://c.amazon-adsystem.com/aax2/apstag.js91 KB38 KB (42%)3rd
https://cdn.amplitude.com/libs/analytics-browser-2.39.0-min.js.gz57 KB33 KB (58%)3rd
https://micro.rubiconproject.com/prebid/dynamic/14648.js46 KB32 KB (68%)3rd
https://pagead2.googlesyndication.com/pagead/managed/js/activeview/current/ufs_web_display.js73 KB31 KB (42%)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
157 resources · 3.4 MB · 644 KB savings available
FIX
157 resources · 3.4 MB · 644 KB savings available
Warning::
Page weight 2.4 MB over 1MB target
Got: 3.4 MB Expected: ≤ 1 MB
Info::
~644 KB of savings available
Warning::
104 third-party resources (67% of weight)
Info::
3 resources over 200KB
157 resources · 3.4 MiB · 104 third-party 2.4 MiB over 1MB target
JavaScript 45% · 1.5 MiB
Image 42% · 1.4 MiB
Font 9% · 301.4 KiB
Other 3% · 87.0 KiB
Document 1% · 46.6 KiB
CSS 0% · 15.6 KiB

~643.7 KiB of savings available

Remove unused JavaScript: 643.7 KiB
B
Image Optimization
29 images, 0 KB saveable
REVIEW
29 images, 0 KB saveable
Info::
All images are well-optimized
29 images 1.4 MB
0 oversized -0 KB
13 legacy format
0 missing dimensions CLS risk
B
JS Execution Cost
939ms total JS execution
REVIEW
939ms total JS execution
Warning::
Unattributable: 272ms CPU time
Info::
https://montrealgazette.com/wp-content/client-mu-p...: 188ms CPU time
Info::
https://securepubads.g.doubleclick.net/pagead/mana...: 137ms CPU time
Info::
https://montrealgazette.com/: 121ms CPU time
Info::
https://cdn.confiant-integrations.net/gptprebidnat...: 98ms CPU time
Warning::
Third-party scripts: 630ms (67% of total)

Main Thread Breakdown

Script Evaluation 66% Other 15% Script Parsing & Compilation 9% Style & Layout 5%
ScriptTotalScriptingParse/CompileParty
Unattributable272ms74ms0ms3rd
https://montrealgazette.com/wp-content/client-mu-plugins/pmd-ads/build/js/frontend/pmd-ads.js?ver=1776782604188ms181ms1ms1st
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.js137ms112ms16ms3rd
https://montrealgazette.com/121ms5ms2ms1st
https://cdn.confiant-integrations.net/gptprebidnative/202603241056/wrap.js98ms79ms13ms3rd
https://pagead2.googlesyndication.com/pagead/managed/js/activeview/current/ufs_web_display.js70ms61ms6ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-KGS4QW27&gtm=4e64k153ms45ms8ms3rd
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
5 fonts (301 KB)
PASS
5 fonts (301 KB)
Info::
5 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

5

301 KB total

Render-blocking

0

of 5

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 500 ms 1.0 s FCP 353 ms LCP 769 mshttps://montrealgazette.com/wp-content/themes/postmedia-master/build/fonts/FeatureDeck-Regular.7670de48.woff2FeatureDeck-Regular.767... https://montrealgazette.com/wp-content/themes/postmedia-master/build/fonts/FeatureDeck-Regular.7670de48.woff2 — 51.5 KiB — 20 ms — font-display: swaphttps://montrealgazette.com/wp-content/themes/postmedia-master/build/fonts/HEXFranklin-Variable.99055e9f.woff2HEXFranklin-Variable.99... https://montrealgazette.com/wp-content/themes/postmedia-master/build/fonts/HEXFranklin-Variable.99055e9f.woff2 — 70.6 KiB — 53 ms — font-display: swaphttps://montrealgazette.com/wp-content/themes/postmedia-master/build/fonts/TiemposText-Roman.d30178d4.woff2TiemposText-Roman.d3017... https://montrealgazette.com/wp-content/themes/postmedia-master/build/fonts/TiemposText-Roman.d30178d4.woff2 — 73.1 KiB — 56 ms — font-display: swaphttps://montrealgazette.com/wp-content/themes/postmedia-master/build/fonts/FeatureDeck-Light.83e68cc9.woff2FeatureDeck-Light.83e68... https://montrealgazette.com/wp-content/themes/postmedia-master/build/fonts/FeatureDeck-Light.83e68cc9.woff2 — 52.7 KiB — 24 ms — font-display: swaphttps://montrealgazette.com/wp-content/themes/postmedia-master/build/fonts/FeatureDeck-Medium.4a05c4cc.woff2FeatureDeck-Medium.4a05... https://montrealgazette.com/wp-content/themes/postmedia-master/build/fonts/FeatureDeck-Medium.4a05c4cc.woff2 — 53.5 KiB — 50 ms — font-display: swap
FeatureDeck-Regular.767... woff2 swap
Size 52 KB
Load time 20 ms
Start 753 ms
Risk FOUT — text flashes from fallback to web font
HEXFranklin-Variable.99... woff2 swap
Size 71 KB
Load time 53 ms
Start 753 ms
Risk FOUT — text flashes from fallback to web font
TiemposText-Roman.d3017... woff2 swap
Size 73 KB
Load time 56 ms
Start 753 ms
Risk FOUT — text flashes from fallback to web font
FeatureDeck-Light.83e68... woff2 swap
Size 53 KB
Load time 24 ms
Start 881 ms
Risk FOUT — text flashes from fallback to web font
FeatureDeck-Medium.4a05... woff2 swap
Size 54 KB
Load time 50 ms
Start 882 ms
Risk FOUT — text flashes from fallback to web font
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)
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
A
HTTP Caching
max-age=300 (5 minutes)
PASS
max-age=300 (5 minutes)
Info::
Cache-Control header is set
Got: max-age=300, must-revalidate
Info::
Effective TTL: 5 minutes (max-age=300)
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

max-age=300, must-revalidate

DirectiveValueMeaning
max-age300Cache for 5 minutes
must-revalidateMust recheck with server after expiry
Effective TTL: 300 seconds
Network Waterfall
157 requests over 3651ms
INFO
0 ms 1.0 s 2.0 s 3.0 s FCP 353 ms LCP 769 mshttps://montrealgazette.com// https://montrealgazette.com/ — 200 — 33.2 KiB — 748 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-WJMBSJJCwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-WJMBSJJC — 200 — 117.2 KiB — 238 ms — h2https://montrealgazette.com/wp-content/themes/postmedia-master/build/fonts/FeatureDeck-Regular.7670de48.woff2/wp-content/themes/postmedia-master... https://montrealgazette.com/wp-content/themes/postmedia-master/build/fonts/FeatureDeck-Regular.7670de48.woff2 — 200 — 51.5 KiB — 20 ms — h2https://montrealgazette.com/wp-content/themes/postmedia-master/build/fonts/HEXFranklin-Variable.99055e9f.woff2/wp-content/themes/postmedia-master... https://montrealgazette.com/wp-content/themes/postmedia-master/build/fonts/HEXFranklin-Variable.99055e9f.woff2 — 200 — 70.6 KiB — 53 ms — h2https://montrealgazette.com/wp-content/themes/postmedia-master/build/fonts/TiemposText-Roman.d30178d4.woff2/wp-content/themes/postmedia-master... https://montrealgazette.com/wp-content/themes/postmedia-master/build/fonts/TiemposText-Roman.d30178d4.woff2 — 200 — 73.1 KiB — 56 ms — h2https://montrealgazette.com/wp-content/themes/postmedia-master/build/css/blocks.css?m=1776782604g/wp-content/themes/postmedia-master... https://montrealgazette.com/wp-content/themes/postmedia-master/build/css/blocks.css?m=1776782604g — 200 — 2.9 KiB — 14 ms — h2https://montrealgazette.com/wp-content/themes/postmedia-master/build/css/page.css?m=1776782604g/wp-content/themes/postmedia-master... https://montrealgazette.com/wp-content/themes/postmedia-master/build/css/page.css?m=1776782604g — 200 — 1.1 KiB — 28 ms — h2https://montrealgazette.com/wp-content/themes/postmedia-master/build/components/header/index.css?ver=1776782604/wp-content/themes/postmedia-master... https://montrealgazette.com/wp-content/themes/postmedia-master/build/components/header/index.css?ver=1776782604 — 200 — 3.1 KiB — 14 ms — h2https://montrealgazette.com/_static/??-eJyt0sFqA0EIBuAXqp0mlGwvpc/ijiYrzIyLukn69plAIPdMboo/H4KmywpZW3CLFAtX9rSqR2UShIoebGnepFDKWldtPecJc1Yj0ZakEV8/s/tHegVyztEZWBhJ2mmYE2Igw0sfDlL3jdiAS8/f+9mwvWPFrOfOeqhJzw9iR8bYjAnQQnJh6HYvsIzCUvHEowhusajB/F+kDWOPD4EiHsM3QKOn8Vd/d9N0mH72h6/vG5UmK2E=/_static/??-eJyt0sFqA0EIBuAXqp0mlGw... https://montrealgazette.com/_static/??-eJyt0sFqA0EIBuAXqp0mlGwvpc/ijiYrzIyLukn69plAIPdMboo/H4KmywpZW3CLFAtX9rSqR2UShIoebGnepFDKWldtPecJc1Yj0ZakEV8/s/tHegVyztEZWBhJ2mmYE2Igw0sfDlL3jdiAS8/f+9mwvWPFrOfOeqhJzw9iR8bYjAnQQnJh6HYvsIzCUvHEowhusajB/F+kDWOPD4EiHsM3QKOn8Vd/d9N0mH72h6/vG5UmK2E= — 200 — 5.3 KiB — 28 ms — h2https://montrealgazette.com/_static/??-eJytz20KwjAMBuALGasim3/Es2Rt7AJtM5KKH6e3Q/AA1h+BEJKHvO6+gJdSqVRXZ8pkbhGrmQIjZLRK6qYbp+C85EVK2zNnVfQJM8c5taqOS6DH1ptt3C+cRw3WiyTCAJ/HFDn1croGA+NAEypE5dArzqL8akeYgDNGgr/EttaYKEwYIvViV5F1/lUu+bwfx2E8HYbd8Q0s0tNL/_static/??-eJytz20KwjAMBuALGasim3/... https://montrealgazette.com/_static/??-eJytz20KwjAMBuALGasim3/Es2Rt7AJtM5KKH6e3Q/AA1h+BEJKHvO6+gJdSqVRXZ8pkbhGrmQIjZLRK6qYbp+C85EVK2zNnVfQJM8c5taqOS6DH1ptt3C+cRw3WiyTCAJ/HFDn1croGA+NAEypE5dArzqL8akeYgDNGgr/EttaYKEwYIvViV5F1/lUu+bwfx2E8HYbd8Q0s0tNL — 200 — 3.2 KiB — 14 ms — h2https://montrealgazette.com/wp-content/uploads/sites/2/2026/04/GoHabsGo-1.svg?w=691/wp-content/uploads/sites/2/2026/04... https://montrealgazette.com/wp-content/uploads/sites/2/2026/04/GoHabsGo-1.svg?w=691 — 200 — 10.8 KiB — 33 ms — h2https://montrealgazette.com/wp-content/uploads/sites/2/2026/03/site-logo-montrealgazette-compact.svg?w=221/wp-content/uploads/sites/2/2026/03... https://montrealgazette.com/wp-content/uploads/sites/2/2026/03/site-logo-montrealgazette-compact.svg?w=221 — 200 — 1.3 KiB — 33 ms — h2https://montrealgazette.com/wp-content/uploads/sites/2/2026/04/frechette-15042026-008_302602287.jpg?resize=768,512/wp-content/uploads/sites/2/2026/04... https://montrealgazette.com/wp-content/uploads/sites/2/2026/04/frechette-15042026-008_302602287.jpg?resize=768,512 — 200 — 11.3 KiB — 30 ms — h2https://montrealgazette.com/wp-content/uploads/sites/2/2026/04/0423-city-meeting.jpg?resize=360,240/wp-content/uploads/sites/2/2026/04... https://montrealgazette.com/wp-content/uploads/sites/2/2026/04/0423-city-meeting.jpg?resize=360,240 — 200 — 16.2 KiB — 158 ms — h2https://montrealgazette.com/wp-content/client-mu-plugins/pmd-analytics/build/js/pmd-analytics.js?ver=1.0.0/wp-content/client-mu-plugins/pmd-a... https://montrealgazette.com/wp-content/client-mu-plugins/pmd-analytics/build/js/pmd-analytics.js?ver=1.0.0 — 200 — 3.1 KiB — 31 ms — h2https://montrealgazette.com/wp-content/themes/postmedia-master/build/js/global.js?ver=167d9147d353457878ec/wp-content/themes/postmedia-master... https://montrealgazette.com/wp-content/themes/postmedia-master/build/js/global.js?ver=167d9147d353457878ec — 200 — 506 B — 63 ms — h2https://securepubads.g.doubleclick.net/tag/js/gpt.jssecurepubads.g.doubleclick.net/tag/... https://securepubads.g.doubleclick.net/tag/js/gpt.js — 200 — 34.1 KiB — 135 ms — h3https://montrealgazette.com/wp-content/client-mu-plugins/pmd-ads/build/js/frontend/pmd-ads.js?ver=1776782604/wp-content/client-mu-plugins/pmd-a... https://montrealgazette.com/wp-content/client-mu-plugins/pmd-ads/build/js/frontend/pmd-ads.js?ver=1776782604 — 200 — 7.0 KiB — 33 ms — h2https://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 — 132 ms — h2https://micro.rubiconproject.com/prebid/dynamic/14648.jsmicro.rubiconproject.com/prebid/dyn... https://micro.rubiconproject.com/prebid/dynamic/14648.js — 200 — 46.4 KiB — 26 ms — h2https://montrealgazette.com/wp-content/client-mu-plugins/pmd-ads/build/js/frontend/header-bidding.js?ver=1776782604/wp-content/client-mu-plugins/pmd-a... https://montrealgazette.com/wp-content/client-mu-plugins/pmd-ads/build/js/frontend/header-bidding.js?ver=1776782604 — 200 — 2.6 KiB — 33 ms — h2https://sb.scorecardresearch.com/cs/10276888/beacon.jssb.scorecardresearch.com/cs/1027688... https://sb.scorecardresearch.com/cs/10276888/beacon.js — 302 — 262 B — 129 ms — h2https://montrealgazette.com/wp-content/uploads/sites/2/2026/04/0423-city-israel.jpg?resize=360,240/wp-content/uploads/sites/2/2026/04... https://montrealgazette.com/wp-content/uploads/sites/2/2026/04/0423-city-israel.jpg?resize=360,240 — 200 — 23.2 KiB — 140 ms — h2https://stats.wp.com/e-202617.jsstats.wp.com/e-202617.js https://stats.wp.com/e-202617.js — 200 — 1.7 KiB — 19 ms — h2https://montrealgazette.com/wp-content/themes/postmedia-master/build/components/ad/index.js?ver=1776782604/wp-content/themes/postmedia-master... https://montrealgazette.com/wp-content/themes/postmedia-master/build/components/ad/index.js?ver=1776782604 — 200 — 278 B — 32 ms — h2https://montrealgazette.com/wp-content/themes/postmedia-master/build/components/header/index.js?ver=1776782604/wp-content/themes/postmedia-master... https://montrealgazette.com/wp-content/themes/postmedia-master/build/components/header/index.js?ver=1776782604 — 200 — 1.4 KiB — 33 ms — h2https://montrealgazette.com/wp-content/themes/postmedia-master/build/components/accordion/index.js?ver=1776782604/wp-content/themes/postmedia-master... https://montrealgazette.com/wp-content/themes/postmedia-master/build/components/accordion/index.js?ver=1776782604 — 200 — 1.9 KiB — 35 ms — h2https://montrealgazette.com/wp-content/themes/postmedia-master/build/components/section-heading/index.js?ver=1776782604/wp-content/themes/postmedia-master... https://montrealgazette.com/wp-content/themes/postmedia-master/build/components/section-heading/index.js?ver=1776782604 — 200 — 278 B — 36 ms — h2https://montrealgazette.com/wp-content/themes/postmedia-master/build/components/side-drawer/index.js?ver=1776782604/wp-content/themes/postmedia-master... https://montrealgazette.com/wp-content/themes/postmedia-master/build/components/side-drawer/index.js?ver=1776782604 — 200 — 1.3 KiB — 37 ms — h2https://montrealgazette.com/wp-content/themes/postmedia-master/build/components/header-elements/branding/index.js?ver=1776782604/wp-content/themes/postmedia-master... https://montrealgazette.com/wp-content/themes/postmedia-master/build/components/header-elements/branding/index.js?ver=1776782604 — 200 — 765 B — 38 ms — h2
0 ms 1.0 s 2.0 s 3.0 s FCP 353 ms LCP 769 mshttps://montrealgazette.com// https://montrealgazette.com/ — 200 — 33.2 KiB — 748 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-WJMBSJJCwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-WJMBSJJC — 200 — 117.2 KiB — 238 ms — h2https://montrealgazette.com/wp-content/themes/postmedia-master/build/fonts/FeatureDeck-Regular.7670de48.woff2/wp-content/themes/postmedia-master... https://montrealgazette.com/wp-content/themes/postmedia-master/build/fonts/FeatureDeck-Regular.7670de48.woff2 — 200 — 51.5 KiB — 20 ms — h2https://montrealgazette.com/wp-content/themes/postmedia-master/build/fonts/HEXFranklin-Variable.99055e9f.woff2/wp-content/themes/postmedia-master... https://montrealgazette.com/wp-content/themes/postmedia-master/build/fonts/HEXFranklin-Variable.99055e9f.woff2 — 200 — 70.6 KiB — 53 ms — h2https://montrealgazette.com/wp-content/themes/postmedia-master/build/fonts/TiemposText-Roman.d30178d4.woff2/wp-content/themes/postmedia-master... https://montrealgazette.com/wp-content/themes/postmedia-master/build/fonts/TiemposText-Roman.d30178d4.woff2 — 200 — 73.1 KiB — 56 ms — h2https://montrealgazette.com/wp-content/themes/postmedia-master/build/css/blocks.css?m=1776782604g/wp-content/themes/postmedia-master... https://montrealgazette.com/wp-content/themes/postmedia-master/build/css/blocks.css?m=1776782604g — 200 — 2.9 KiB — 14 ms — h2https://montrealgazette.com/wp-content/themes/postmedia-master/build/css/page.css?m=1776782604g/wp-content/themes/postmedia-master... https://montrealgazette.com/wp-content/themes/postmedia-master/build/css/page.css?m=1776782604g — 200 — 1.1 KiB — 28 ms — h2https://montrealgazette.com/wp-content/themes/postmedia-master/build/components/header/index.css?ver=1776782604/wp-content/themes/postmedia-master... https://montrealgazette.com/wp-content/themes/postmedia-master/build/components/header/index.css?ver=1776782604 — 200 — 3.1 KiB — 14 ms — h2https://montrealgazette.com/_static/??-eJyt0sFqA0EIBuAXqp0mlGwvpc/ijiYrzIyLukn69plAIPdMboo/H4KmywpZW3CLFAtX9rSqR2UShIoebGnepFDKWldtPecJc1Yj0ZakEV8/s/tHegVyztEZWBhJ2mmYE2Igw0sfDlL3jdiAS8/f+9mwvWPFrOfOeqhJzw9iR8bYjAnQQnJh6HYvsIzCUvHEowhusajB/F+kDWOPD4EiHsM3QKOn8Vd/d9N0mH72h6/vG5UmK2E=/_static/??-eJyt0sFqA0EIBuAXqp0mlGw... https://montrealgazette.com/_static/??-eJyt0sFqA0EIBuAXqp0mlGwvpc/ijiYrzIyLukn69plAIPdMboo/H4KmywpZW3CLFAtX9rSqR2UShIoebGnepFDKWldtPecJc1Yj0ZakEV8/s/tHegVyztEZWBhJ2mmYE2Igw0sfDlL3jdiAS8/f+9mwvWPFrOfOeqhJzw9iR8bYjAnQQnJh6HYvsIzCUvHEowhusajB/F+kDWOPD4EiHsM3QKOn8Vd/d9N0mH72h6/vG5UmK2E= — 200 — 5.3 KiB — 28 ms — h2https://montrealgazette.com/_static/??-eJytz20KwjAMBuALGasim3/Es2Rt7AJtM5KKH6e3Q/AA1h+BEJKHvO6+gJdSqVRXZ8pkbhGrmQIjZLRK6qYbp+C85EVK2zNnVfQJM8c5taqOS6DH1ptt3C+cRw3WiyTCAJ/HFDn1croGA+NAEypE5dArzqL8akeYgDNGgr/EttaYKEwYIvViV5F1/lUu+bwfx2E8HYbd8Q0s0tNL/_static/??-eJytz20KwjAMBuALGasim3/... https://montrealgazette.com/_static/??-eJytz20KwjAMBuALGasim3/Es2Rt7AJtM5KKH6e3Q/AA1h+BEJKHvO6+gJdSqVRXZ8pkbhGrmQIjZLRK6qYbp+C85EVK2zNnVfQJM8c5taqOS6DH1ptt3C+cRw3WiyTCAJ/HFDn1croGA+NAEypE5dArzqL8akeYgDNGgr/EttaYKEwYIvViV5F1/lUu+bwfx2E8HYbd8Q0s0tNL — 200 — 3.2 KiB — 14 ms — h2https://montrealgazette.com/wp-content/uploads/sites/2/2026/04/GoHabsGo-1.svg?w=691/wp-content/uploads/sites/2/2026/04... https://montrealgazette.com/wp-content/uploads/sites/2/2026/04/GoHabsGo-1.svg?w=691 — 200 — 10.8 KiB — 33 ms — h2https://montrealgazette.com/wp-content/uploads/sites/2/2026/03/site-logo-montrealgazette-compact.svg?w=221/wp-content/uploads/sites/2/2026/03... https://montrealgazette.com/wp-content/uploads/sites/2/2026/03/site-logo-montrealgazette-compact.svg?w=221 — 200 — 1.3 KiB — 33 ms — h2https://montrealgazette.com/wp-content/uploads/sites/2/2026/04/frechette-15042026-008_302602287.jpg?resize=768,512/wp-content/uploads/sites/2/2026/04... https://montrealgazette.com/wp-content/uploads/sites/2/2026/04/frechette-15042026-008_302602287.jpg?resize=768,512 — 200 — 11.3 KiB — 30 ms — h2https://montrealgazette.com/wp-content/uploads/sites/2/2026/04/0423-city-meeting.jpg?resize=360,240/wp-content/uploads/sites/2/2026/04... https://montrealgazette.com/wp-content/uploads/sites/2/2026/04/0423-city-meeting.jpg?resize=360,240 — 200 — 16.2 KiB — 158 ms — h2https://montrealgazette.com/wp-content/client-mu-plugins/pmd-analytics/build/js/pmd-analytics.js?ver=1.0.0/wp-content/client-mu-plugins/pmd-a... https://montrealgazette.com/wp-content/client-mu-plugins/pmd-analytics/build/js/pmd-analytics.js?ver=1.0.0 — 200 — 3.1 KiB — 31 ms — h2https://montrealgazette.com/wp-content/themes/postmedia-master/build/js/global.js?ver=167d9147d353457878ec/wp-content/themes/postmedia-master... https://montrealgazette.com/wp-content/themes/postmedia-master/build/js/global.js?ver=167d9147d353457878ec — 200 — 506 B — 63 ms — h2https://securepubads.g.doubleclick.net/tag/js/gpt.jssecurepubads.g.doubleclick.net/tag/... https://securepubads.g.doubleclick.net/tag/js/gpt.js — 200 — 34.1 KiB — 135 ms — h3https://montrealgazette.com/wp-content/client-mu-plugins/pmd-ads/build/js/frontend/pmd-ads.js?ver=1776782604/wp-content/client-mu-plugins/pmd-a... https://montrealgazette.com/wp-content/client-mu-plugins/pmd-ads/build/js/frontend/pmd-ads.js?ver=1776782604 — 200 — 7.0 KiB — 33 ms — h2https://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 — 132 ms — h2https://micro.rubiconproject.com/prebid/dynamic/14648.jsmicro.rubiconproject.com/prebid/dyn... https://micro.rubiconproject.com/prebid/dynamic/14648.js — 200 — 46.4 KiB — 26 ms — h2https://montrealgazette.com/wp-content/client-mu-plugins/pmd-ads/build/js/frontend/header-bidding.js?ver=1776782604/wp-content/client-mu-plugins/pmd-a... https://montrealgazette.com/wp-content/client-mu-plugins/pmd-ads/build/js/frontend/header-bidding.js?ver=1776782604 — 200 — 2.6 KiB — 33 ms — h2https://sb.scorecardresearch.com/cs/10276888/beacon.jssb.scorecardresearch.com/cs/1027688... https://sb.scorecardresearch.com/cs/10276888/beacon.js — 302 — 262 B — 129 ms — h2https://montrealgazette.com/wp-content/uploads/sites/2/2026/04/0423-city-israel.jpg?resize=360,240/wp-content/uploads/sites/2/2026/04... https://montrealgazette.com/wp-content/uploads/sites/2/2026/04/0423-city-israel.jpg?resize=360,240 — 200 — 23.2 KiB — 140 ms — h2https://stats.wp.com/e-202617.jsstats.wp.com/e-202617.js https://stats.wp.com/e-202617.js — 200 — 1.7 KiB — 19 ms — h2https://montrealgazette.com/wp-content/themes/postmedia-master/build/components/ad/index.js?ver=1776782604/wp-content/themes/postmedia-master... https://montrealgazette.com/wp-content/themes/postmedia-master/build/components/ad/index.js?ver=1776782604 — 200 — 278 B — 32 ms — h2https://montrealgazette.com/wp-content/themes/postmedia-master/build/components/header/index.js?ver=1776782604/wp-content/themes/postmedia-master... https://montrealgazette.com/wp-content/themes/postmedia-master/build/components/header/index.js?ver=1776782604 — 200 — 1.4 KiB — 33 ms — h2https://montrealgazette.com/wp-content/themes/postmedia-master/build/components/accordion/index.js?ver=1776782604/wp-content/themes/postmedia-master... https://montrealgazette.com/wp-content/themes/postmedia-master/build/components/accordion/index.js?ver=1776782604 — 200 — 1.9 KiB — 35 ms — h2https://montrealgazette.com/wp-content/themes/postmedia-master/build/components/section-heading/index.js?ver=1776782604/wp-content/themes/postmedia-master... https://montrealgazette.com/wp-content/themes/postmedia-master/build/components/section-heading/index.js?ver=1776782604 — 200 — 278 B — 36 ms — h2https://montrealgazette.com/wp-content/themes/postmedia-master/build/components/side-drawer/index.js?ver=1776782604/wp-content/themes/postmedia-master... https://montrealgazette.com/wp-content/themes/postmedia-master/build/components/side-drawer/index.js?ver=1776782604 — 200 — 1.3 KiB — 37 ms — h2https://montrealgazette.com/wp-content/themes/postmedia-master/build/components/header-elements/branding/index.js?ver=1776782604/wp-content/themes/postmedia-master... https://montrealgazette.com/wp-content/themes/postmedia-master/build/components/header-elements/branding/index.js?ver=1776782604 — 200 — 765 B — 38 ms — h2https://montrealgazette.com/wp-content/themes/postmedia-master/build/components/cover-stories/index.js?ver=1776782604/wp-content/themes/postmedia-master... https://montrealgazette.com/wp-content/themes/postmedia-master/build/components/cover-stories/index.js?ver=1776782604 — 200 — 278 B — 39 ms — h2https://montrealgazette.com/wp-content/themes/postmedia-master/build/components/featured-article-vertical/index.js?ver=1776782604/wp-content/themes/postmedia-master... https://montrealgazette.com/wp-content/themes/postmedia-master/build/components/featured-article-vertical/index.js?ver=1776782604 — 200 — 278 B — 51 ms — h2https://montrealgazette.com/wp-content/themes/postmedia-master/build/components/image/index.js?ver=1776782604/wp-content/themes/postmedia-master... https://montrealgazette.com/wp-content/themes/postmedia-master/build/components/image/index.js?ver=1776782604 — 200 — 278 B — 52 ms — h2https://montrealgazette.com/wp-content/themes/postmedia-master/build/components/author-byline/index.js?ver=1776782604/wp-content/themes/postmedia-master... https://montrealgazette.com/wp-content/themes/postmedia-master/build/components/author-byline/index.js?ver=1776782604 — 200 — 278 B — 53 ms — h2https://montrealgazette.com/wp-content/themes/postmedia-master/build/components/heading-list/index.js?ver=1776782604/wp-content/themes/postmedia-master... https://montrealgazette.com/wp-content/themes/postmedia-master/build/components/heading-list/index.js?ver=1776782604 — 200 — 278 B — 38 ms — h2https://montrealgazette.com/wp-content/themes/postmedia-master/build/components/card/index.js?ver=1776782604/wp-content/themes/postmedia-master... https://montrealgazette.com/wp-content/themes/postmedia-master/build/components/card/index.js?ver=1776782604 — 200 — 278 B — 60 ms — h2https://montrealgazette.com/wp-content/themes/postmedia-master/build/components/section/index.js?ver=1776782604/wp-content/themes/postmedia-master... https://montrealgazette.com/wp-content/themes/postmedia-master/build/components/section/index.js?ver=1776782604 — 200 — 895 B — 40 ms — h2https://montrealgazette.com/wp-content/themes/postmedia-master/build/components/story-highlight/index.js?ver=1776782604/wp-content/themes/postmedia-master... https://montrealgazette.com/wp-content/themes/postmedia-master/build/components/story-highlight/index.js?ver=1776782604 — 200 — 278 B — 41 ms — h2https://montrealgazette.com/wp-content/themes/postmedia-master/build/components/cards/index.js?ver=1776782604/wp-content/themes/postmedia-master... https://montrealgazette.com/wp-content/themes/postmedia-master/build/components/cards/index.js?ver=1776782604 — 200 — 278 B — 53 ms — h2https://montrealgazette.com/wp-content/themes/postmedia-master/build/components/lead-story-rail/index.js?ver=1776782604/wp-content/themes/postmedia-master... https://montrealgazette.com/wp-content/themes/postmedia-master/build/components/lead-story-rail/index.js?ver=1776782604 — 200 — 278 B — 58 ms — h2https://montrealgazette.com/wp-content/themes/postmedia-master/build/components/right-sidebar-grid/index.js?ver=1776782604/wp-content/themes/postmedia-master... https://montrealgazette.com/wp-content/themes/postmedia-master/build/components/right-sidebar-grid/index.js?ver=1776782604 — 200 — 278 B — 54 ms — h2https://montrealgazette.com/wp-content/themes/postmedia-master/build/components/horizontal-image-cards/index.js?ver=1776782604/wp-content/themes/postmedia-master... https://montrealgazette.com/wp-content/themes/postmedia-master/build/components/horizontal-image-cards/index.js?ver=1776782604 — 200 — 278 B — 54 ms — h2https://montrealgazette.com/wp-content/themes/postmedia-master/build/components/sponsor-badge/index.js?ver=1776782604/wp-content/themes/postmedia-master... https://montrealgazette.com/wp-content/themes/postmedia-master/build/components/sponsor-badge/index.js?ver=1776782604 — 200 — 278 B — 40 ms — h2https://montrealgazette.com/wp-content/themes/postmedia-master/build/components/footer/index.js?ver=1776782604/wp-content/themes/postmedia-master... https://montrealgazette.com/wp-content/themes/postmedia-master/build/components/footer/index.js?ver=1776782604 — 200 — 278 B — 55 ms — h2https://montrealgazette.com/wp-content/uploads/sites/2/2026/04/jm23-0417-authier-2.mt_720.jpg?w=96/wp-content/uploads/sites/2/2026/04... https://montrealgazette.com/wp-content/uploads/sites/2/2026/04/jm23-0417-authier-2.mt_720.jpg?w=96 — 200 — 1.8 KiB — 34 ms — h2https://montrealgazette.com/wp-content/uploads/sites/2/2026/04/0423-hanes.jpg?resize=360,240/wp-content/uploads/sites/2/2026/04... https://montrealgazette.com/wp-content/uploads/sites/2/2026/04/0423-hanes.jpg?resize=360,240 — 200 — 16.8 KiB — 116 ms — h2https://montrealgazette.com/wp-content/uploads/sites/2/2026/04/mgmaple_26440193.jpg?resize=400,225/wp-content/uploads/sites/2/2026/04... https://montrealgazette.com/wp-content/uploads/sites/2/2026/04/mgmaple_26440193.jpg?resize=400,225 — 200 — 7.5 KiB — 99 ms — h2https://montrealgazette.com/wp-content/uploads/sites/2/2026/04/0421-hanes-flood.jpg?resize=400,225/wp-content/uploads/sites/2/2026/04... https://montrealgazette.com/wp-content/uploads/sites/2/2026/04/0421-hanes-flood.jpg?resize=400,225 — 200 — 20.2 KiB — 132 ms — h2https://montrealgazette.com/wp-content/uploads/sites/2/2026/04/cp176181308_302714987.jpg?resize=560,373/wp-content/uploads/sites/2/2026/04... https://montrealgazette.com/wp-content/uploads/sites/2/2026/04/cp176181308_302714987.jpg?resize=560,373 — 200 — 36.2 KiB — 38 ms — h2https://montrealgazette.com/wp-content/uploads/sites/2/2026/04/0422-city-femicide4.jpg?resize=360,240/wp-content/uploads/sites/2/2026/04... https://montrealgazette.com/wp-content/uploads/sites/2/2026/04/0422-city-femicide4.jpg?resize=360,240 — 200 — 19.2 KiB — 34 ms — h2https://montrealgazette.com/wp-content/uploads/sites/2/2026/04/leaders-poll.jpg?resize=360,240/wp-content/uploads/sites/2/2026/04... https://montrealgazette.com/wp-content/uploads/sites/2/2026/04/leaders-poll.jpg?resize=360,240 — 200 — 12.7 KiB — 58 ms — h2https://editorial.postmedianews.com/wp-content/uploads/2026/04/jm23-0418-TCha-Dunl.MT_.jpgeditorial.postmedianews.com/wp-cont... https://editorial.postmedianews.com/wp-content/uploads/2026/04/jm23-0418-TCha-Dunl.MT_.jpg — 200 — 587.1 KiB — 61 ms — h2https://montrealgazette.com/wp-content/uploads/sites/2/2026/04/angine.jpg?resize=560,373/wp-content/uploads/sites/2/2026/04... https://montrealgazette.com/wp-content/uploads/sites/2/2026/04/angine.jpg?resize=560,373 — 200 — 44.3 KiB — 47 ms — h2https://montrealgazette.com/wp-content/uploads/sites/2/2026/04/HIO-32-Rectangle-Sticker-Landscape-9.png?resize=560,373/wp-content/uploads/sites/2/2026/04... https://montrealgazette.com/wp-content/uploads/sites/2/2026/04/HIO-32-Rectangle-Sticker-Landscape-9.png?resize=560,373 — 200 — 246.9 KiB — 420 ms — h2https://montrealgazette.com/wp-content/uploads/sites/2/2026/04/0422-wtp.gif?resize=360,240/wp-content/uploads/sites/2/2026/04... https://montrealgazette.com/wp-content/uploads/sites/2/2026/04/0422-wtp.gif?resize=360,240 — 200 — 266.0 KiB — 54 ms — h2https://montrealgazette.com/wp-content/uploads/sites/2/2026/04/435792_shad_25_sp_lite042226_302715023.jpg?resize=360,240/wp-content/uploads/sites/2/2026/04... https://montrealgazette.com/wp-content/uploads/sites/2/2026/04/435792_shad_25_sp_lite042226_302715023.jpg?resize=360,240 — 200 — 18.6 KiB — 47 ms — h2https://montrealgazette.com/wp-content/themes/postmedia-master/build/fonts/FeatureDeck-Light.83e68cc9.woff2/wp-content/themes/postmedia-master... https://montrealgazette.com/wp-content/themes/postmedia-master/build/fonts/FeatureDeck-Light.83e68cc9.woff2 — 200 — 52.7 KiB — 24 ms — h2https://montrealgazette.com/wp-content/themes/postmedia-master/build/fonts/FeatureDeck-Medium.4a05c4cc.woff2/wp-content/themes/postmedia-master... https://montrealgazette.com/wp-content/themes/postmedia-master/build/fonts/FeatureDeck-Medium.4a05c4cc.woff2 — 200 — 53.5 KiB — 50 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 — 20 ms — h2https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.jssecurepubads.g.doubleclick.net/page... https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.js — 200 — 187.7 KiB — 90 ms — h3https://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 — 20 ms — h2https://sb.scorecardresearch.com/b?c1=2&c2=10276888&cs_fpcu=31a055f6c7944878b7b087e5495433e5&cs_it=b1&cv=4.13.1%2B2508250908&ns__t=1776897600874&ns_c=UTF-8&cs_cfg=1111110&cs_ucfr=&c7=https%3A%2F%2Fmontrealgazette.com%2F&c8=Montreal%20Gazette%20%7C%20Montreal%20News%2C%20Stories%20and%20Headlines&c9=sb.scorecardresearch.com/b?c1=2&c2=... https://sb.scorecardresearch.com/b?c1=2&c2=10276888&cs_fpcu=31a055f6c7944878b7b087e5495433e5&cs_it=b1&cv=4.13.1%2B2508250908&ns__t=1776897600874&ns_c=UTF-8&cs_cfg=1111110&cs_ucfr=&c7=https%3A%2F%2Fmontrealgazette.com%2F&c8=Montreal%20Gazette%20%7C%20Montreal%20News%2C%20Stories%20and%20Headlines&c9= — 204 — 225 B — 42 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-KGS4QW27&gtm=4e64k1www.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-KGS4QW27&gtm=4e64k1 — 200 — 145.5 KiB — 65 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 — 34 ms — h3https://pixel.wp.com/g.gif?v=ext&blog=250821192&post=2943027&tz=-4&srv=montrealgazette.com&hp=vip&j=1%3A15.5-beta&host=montrealgazette.com&ref=&fcp=916&rand=0.6133406757714885pixel.wp.com/g.gif?v=ext&blog=25082... https://pixel.wp.com/g.gif?v=ext&blog=250821192&post=2943027&tz=-4&srv=montrealgazette.com&hp=vip&j=1%3A15.5-beta&host=montrealgazette.com&ref=&fcp=916&rand=0.6133406757714885 — 200 — 177 B — 3 ms — h2https://cdn.amplitude.com/script/6f76423a515e9d686e1c1f71700a6423.jscdn.amplitude.com/script/6f76423a51... https://cdn.amplitude.com/script/6f76423a515e9d686e1c1f71700a6423.js — 200 — 44.3 KiB — 70 ms — h2blob:https://montrealgazette.com/afecc62a-9a16-4afb-94f9-b54d9eb2d2fbmontrealgazette.com/afecc62a-9a16-4... blob:https://montrealgazette.com/afecc62a-9a16-4afb-94f9-b54d9eb2d2fb — 200 — -1 B — 200 ms — blobhttps://config.aps.amazon-adsystem.com/configs/3528config.aps.amazon-adsystem.com/conf... https://config.aps.amazon-adsystem.com/configs/3528 — 200 — 2.2 KiB — 56 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 — 130 ms — h2https://cdn.parsely.com/keys/montrealgazette.com/p.js?gtm_ver=3.2cdn.parsely.com/keys/montrealgazett... https://cdn.parsely.com/keys/montrealgazette.com/p.js?gtm_ver=3.2 — 200 — 22.3 KiB — 8 ms — h2https://www.googletagmanager.com/gtag/destination?id=DC-9311521&cx=c&gtm=4e64k1www.googletagmanager.com/gtag/desti... https://www.googletagmanager.com/gtag/destination?id=DC-9311521&cx=c&gtm=4e64k1 — 200 — 129.6 KiB — 100 ms — h3https://www.redditstatic.com/ads/pixel.jswww.redditstatic.com/ads/pixel.js https://www.redditstatic.com/ads/pixel.js — 200 — 19.0 KiB — 20 ms — h2https://static.ads-twitter.com/uwt.jsstatic.ads-twitter.com/uwt.js https://static.ads-twitter.com/uwt.js — 200 — 13.4 KiB — 129 ms — h2https://snap.licdn.com/li.lms-analytics/insight.min.jssnap.licdn.com/li.lms-analytics/ins... https://snap.licdn.com/li.lms-analytics/insight.min.js — 200 — 18.7 KiB — 16 ms — h2https://www.google.com/ccm/collect?rcb=17&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fmontrealgazette.com%2F&scrsrc=www.googletagmanager.com&rnd=1995310830.1776897601&dt=Montreal%20Gazette%20%7C%20Montreal%20News%2C%20Stories%20and%20Headlines&auid=1311565207.1776897601&navt=n&npa=1&ep.ads_data_redaction=0&gtm=45He64k1v9242595423za20gzb9242602765zd9242602765xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938465~115938468~117266400~117884344&apve=1&apvf=f&apvc=1&tft=1776897601184&tfd=1316www.google.com/ccm/collect?rcb=17&f... https://www.google.com/ccm/collect?rcb=17&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fmontrealgazette.com%2F&scrsrc=www.googletagmanager.com&rnd=1995310830.1776897601&dt=Montreal%20Gazette%20%7C%20Montreal%20News%2C%20Stories%20and%20Headlines&auid=1311565207.1776897601&navt=n&npa=1&ep.ads_data_redaction=0&gtm=45He64k1v9242595423za20gzb9242602765zd9242602765xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938465~115938468~117266400~117884344&apve=1&apvf=f&apvc=1&tft=1776897601184&tfd=1316 — 200 — 21 B — 81 ms — h3https://cdn.id5-sync.com/api/1.0/id5-api.jscdn.id5-sync.com/api/1.0/id5-api.js https://cdn.id5-sync.com/api/1.0/id5-api.js — 200 — 34.4 KiB — 74 ms — h2https://launchpad-wrapper.privacymanager.io/0787f10e-ca64-4393-8cda-1b8744767af9/launchpad-liveramp.jslaunchpad-wrapper.privacymanager.io... https://launchpad-wrapper.privacymanager.io/0787f10e-ca64-4393-8cda-1b8744767af9/launchpad-liveramp.js — 200 — 2.6 KiB — 68 ms — h2https://tags.crwdcntrl.net/lt/c/16576/sync.min.jstags.crwdcntrl.net/lt/c/16576/sync.... https://tags.crwdcntrl.net/lt/c/16576/sync.min.js — 200 — 13.5 KiB — 59 ms — h2https://secure.cdn.fastclick.net/js/pubcid/latest/pubcid.min.jssecure.cdn.fastclick.net/js/pubcid/... https://secure.cdn.fastclick.net/js/pubcid/latest/pubcid.min.js — 200 — 21.7 KiB — 19 ms — h2https://cdn.confiant-integrations.net/dqzP001U6CvfmEQNxKTyCMgOlPA/gpt_and_prebid/config.jscdn.confiant-integrations.net/dqzP0... https://cdn.confiant-integrations.net/dqzP001U6CvfmEQNxKTyCMgOlPA/gpt_and_prebid/config.js — 200 — 69.1 KiB — 61 ms — h3https://cdn.amplitude.com/script/6f76423a515e9d686e1c1f71700a6423.async.jscdn.amplitude.com/script/6f76423a51... https://cdn.amplitude.com/script/6f76423a515e9d686e1c1f71700a6423.async.js — 200 — 1.4 KiB — 23 ms — h2https://montrealgazette.com/wp-includes/js/wp-emoji-release.min.js?ver=ab0b286435fca0c6/wp-includes/js/wp-emoji-release.mi... https://montrealgazette.com/wp-includes/js/wp-emoji-release.min.js?ver=ab0b286435fca0c6 — 200 — 5.5 KiB — 6 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 — 88 ms — h2https://p1.parsely.com/plogger/?rand=1776897601242&plid=b7028d56-57b4-4fec-85f2-ce6ac08d8454&idsite=montrealgazette.com&url=https%3A%2F%2Fmontrealgazette.com%2F&urlref=&screen=800x600%7C800x600%7C24&data=%7B%7D&sid=1&surl=https%3A%2F%2Fmontrealgazette.com%2F&sref=&sts=1776897601237&slts=0&title=Montreal+Gazette+%7C+Montreal+News%2C+Stories+and+Headlines&date=Wed+Apr+22+2026+22%3A40%3A01+GMT%2B0000+(Coordinated+Universal+Time)&action=pageview&pvid=d007c87a-f5d2-4fb5-beca-27d26f3ee714&u=pid%3D0211382a-023b-4060-b3a5-3309c84b3aa2p1.parsely.com/plogger/?rand=177689... https://p1.parsely.com/plogger/?rand=1776897601242&plid=b7028d56-57b4-4fec-85f2-ce6ac08d8454&idsite=montrealgazette.com&url=https%3A%2F%2Fmontrealgazette.com%2F&urlref=&screen=800x600%7C800x600%7C24&data=%7B%7D&sid=1&surl=https%3A%2F%2Fmontrealgazette.com%2F&sref=&sts=1776897601237&slts=0&title=Montreal+Gazette+%7C+Montreal+News%2C+Stories+and+Headlines&date=Wed+Apr+22+2026+22%3A40%3A01+GMT%2B0000+(Coordinated+Universal+Time)&action=pageview&pvid=d007c87a-f5d2-4fb5-beca-27d26f3ee714&u=pid%3D0211382a-023b-4060-b3a5-3309c84b3aa2 — 200 — 260 B — 142 ms — http/1.1https://pixel-config.reddit.com/pixels/a2_e1ggew5zg5up/configpixel-config.reddit.com/pixels/a2_e... https://pixel-config.reddit.com/pixels/a2_e1ggew5zg5up/config — 200 — 215 B — 58 ms — h2https://alb.reddit.com/rp.gif?ts=1776897601278&id=a2_e1ggew5zg5up&event=PageVisit&m.value=&m.transactionId=&m.customEventName=&m.products=&m.conversionId=&uuid=0e26bda9-d189-4467-8fc4-6eac7caa7f99&aaid=&external_id=&idfa=&integration=gtm&partner=&partner_version=&opt_out=0&sh=800&sw=600&v=rdt_f3936046&dpm=&dpcc=&dprc=alb.reddit.com/rp.gif?ts=1776897601... https://alb.reddit.com/rp.gif?ts=1776897601278&id=a2_e1ggew5zg5up&event=PageVisit&m.value=&m.transactionId=&m.customEventName=&m.products=&m.conversionId=&uuid=0e26bda9-d189-4467-8fc4-6eac7caa7f99&aaid=&external_id=&idfa=&integration=gtm&partner=&partner_version=&opt_out=0&sh=800&sw=600&v=rdt_f3936046&dpm=&dpcc=&dprc= — 200 — 666 B — 126 ms — h2https://px.ads.linkedin.com/attribution_trigger?pid=5548946&time=1776897601286&url=https%3A%2F%2Fmontrealgazette.com%2Fpx.ads.linkedin.com/attribution_tri... https://px.ads.linkedin.com/attribution_trigger?pid=5548946&time=1776897601286&url=https%3A%2F%2Fmontrealgazette.com%2F — 200 — 840 B — 179 ms — h2https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=5548946&time=1776897601286&url=https%3A%2F%2Fmontrealgazette.com%2Fpx.ads.linkedin.com/collect?v=2&fmt... https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=5548946&time=1776897601286&url=https%3A%2F%2Fmontrealgazette.com%2F — 302 — 822 B — 254 ms — h2https://cdn.amplitude.com/libs/plugin-session-replay-browser-1.27.7-min.js.gzcdn.amplitude.com/libs/plugin-sessi... https://cdn.amplitude.com/libs/plugin-session-replay-browser-1.27.7-min.js.gz — 200 — 129.5 KiB — 58 ms — h2https://launchpad.privacymanager.io/latest/launchpad.bundle.jslaunchpad.privacymanager.io/latest/... https://launchpad.privacymanager.io/latest/launchpad.bundle.js — 200 — 45.4 KiB — 78 ms — h2https://api.id5-sync.com/analytics/1674/id5-api-jsapi.id5-sync.com/analytics/1674/id5... https://api.id5-sync.com/analytics/1674/id5-api-js — 200 — 692 B — 82 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.8 KiB — 59 ms — h3https://ad.doubleclick.net/activity;src=9311521;type=invmedia;cat=websi0;rcb=14;ord=1;num=820073237794;npa=1;auiddc=1311565207.1776897601;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=KJA;gtm=45fe64k1v9177865397z89242595423za20gzb9242595423zd9242602765xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=3;tag_exp=0~115938465~115938469~117266401~117384405;epver=2;dc_random=1776897601_aMdmxdsMSh2gL0mHx70JLqonmy8gR9J5ug;~oref=https%3A%2F%2Fmontrealgazette.com%2F?ad.doubleclick.net/activity;src=931... https://ad.doubleclick.net/activity;src=9311521;type=invmedia;cat=websi0;rcb=14;ord=1;num=820073237794;npa=1;auiddc=1311565207.1776897601;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=KJA;gtm=45fe64k1v9177865397z89242595423za20gzb9242595423zd9242602765xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=3;tag_exp=0~115938465~115938469~117266401~117384405;epver=2;dc_random=1776897601_aMdmxdsMSh2gL0mHx70JLqonmy8gR9J5ug;~oref=https%3A%2F%2Fmontrealgazette.com%2F? — 302 — 22 B — 418 ms — h3https://9311521.fls.doubleclick.net/activityi;src=9311521;type=invmedia;cat=websi0;rcb=14;ord=1;num=820073237794;npa=1;auiddc=1311565207.1776897601;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=KJA;gtm=45fe64k1v9177865397z89242595423za20gzb9242595423zd9242602765xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=2;tag_exp=0~115938465~115938469~117266401~117384405;epver=2;dc_random=1776897601_aMdmxdsMSh2gL0mHx70JLqonmy8gR9J5ug;_dc_test=1;~oref=https%3A%2F%2Fmontrealgazette.com%2F?9311521.fls.doubleclick.net/activit... https://9311521.fls.doubleclick.net/activityi;src=9311521;type=invmedia;cat=websi0;rcb=14;ord=1;num=820073237794;npa=1;auiddc=1311565207.1776897601;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=KJA;gtm=45fe64k1v9177865397z89242595423za20gzb9242595423zd9242602765xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=2;tag_exp=0~115938465~115938469~117266401~117384405;epver=2;dc_random=1776897601_aMdmxdsMSh2gL0mHx70JLqonmy8gR9J5ug;_dc_test=1;~oref=https%3A%2F%2Fmontrealgazette.com%2F? — 302 — 883 B — 87 ms — h2https://t.co/i/adsct?bci=3&dv=UTC%26en-US%2Cen%26Google%20Inc.%26Linux%20x86_64%26255%26800%26600%264%2624%26800%26600%260%26na&eci=2&event_id=f35aa348-e2e3-4d2c-b3fe-2f8d224d9b15&events=%5B%5B%22pageview%22%2C%7B%7D%5D%5D&integration=advertiser&p_id=Twitter&p_user_id=0&pl_id=8e4a7739-9cf1-4940-9966-ea8d48ac01c5&pt=Montreal%20Gazette%20%7C%20Montreal%20News%2C%20Stories%20and%20Headlines&tw_document_href=https%3A%2F%2Fmontrealgazette.com%2F&tw_iframe_status=0&tw_order_quantity=0&tw_pid_src=1&tw_sale_amount=0&twpid=tw.1776897601421.793716760210103359&txn_id=of4bc&type=javascript&version=2.3.53t.co/i/adsct?bci=3&dv=UTC%26en-US%2... https://t.co/i/adsct?bci=3&dv=UTC%26en-US%2Cen%26Google%20Inc.%26Linux%20x86_64%26255%26800%26600%264%2624%26800%26600%260%26na&eci=2&event_id=f35aa348-e2e3-4d2c-b3fe-2f8d224d9b15&events=%5B%5B%22pageview%22%2C%7B%7D%5D%5D&integration=advertiser&p_id=Twitter&p_user_id=0&pl_id=8e4a7739-9cf1-4940-9966-ea8d48ac01c5&pt=Montreal%20Gazette%20%7C%20Montreal%20News%2C%20Stories%20and%20Headlines&tw_document_href=https%3A%2F%2Fmontrealgazette.com%2F&tw_iframe_status=0&tw_order_quantity=0&tw_pid_src=1&tw_sale_amount=0&twpid=tw.1776897601421.793716760210103359&txn_id=of4bc&type=javascript&version=2.3.53 — 200 — 657 B — 180 ms — h2https://analytics.twitter.com/i/adsct?bci=3&dv=UTC%26en-US%2Cen%26Google%20Inc.%26Linux%20x86_64%26255%26800%26600%264%2624%26800%26600%260%26na&eci=2&event_id=f35aa348-e2e3-4d2c-b3fe-2f8d224d9b15&events=%5B%5B%22pageview%22%2C%7B%7D%5D%5D&integration=advertiser&p_id=Twitter&p_user_id=0&pl_id=8e4a7739-9cf1-4940-9966-ea8d48ac01c5&pt=Montreal%20Gazette%20%7C%20Montreal%20News%2C%20Stories%20and%20Headlines&tw_document_href=https%3A%2F%2Fmontrealgazette.com%2F&tw_iframe_status=0&tw_order_quantity=0&tw_pid_src=1&tw_sale_amount=0&twpid=tw.1776897601421.793716760210103359&txn_id=of4bc&type=javascript&version=2.3.53analytics.twitter.com/i/adsct?bci=3... https://analytics.twitter.com/i/adsct?bci=3&dv=UTC%26en-US%2Cen%26Google%20Inc.%26Linux%20x86_64%26255%26800%26600%264%2624%26800%26600%260%26na&eci=2&event_id=f35aa348-e2e3-4d2c-b3fe-2f8d224d9b15&events=%5B%5B%22pageview%22%2C%7B%7D%5D%5D&integration=advertiser&p_id=Twitter&p_user_id=0&pl_id=8e4a7739-9cf1-4940-9966-ea8d48ac01c5&pt=Montreal%20Gazette%20%7C%20Montreal%20News%2C%20Stories%20and%20Headlines&tw_document_href=https%3A%2F%2Fmontrealgazette.com%2F&tw_iframe_status=0&tw_order_quantity=0&tw_pid_src=1&tw_sale_amount=0&twpid=tw.1776897601421.793716760210103359&txn_id=of4bc&type=javascript&version=2.3.53 — 200 — 676 B — 242 ms — h2https://cdn.amplitude.com/libs/analytics-browser-2.39.0-min.js.gzcdn.amplitude.com/libs/analytics-br... https://cdn.amplitude.com/libs/analytics-browser-2.39.0-min.js.gz — 200 — 57.1 KiB — 25 ms — h2https://geo.privacymanager.io/geo.privacymanager.io/ https://geo.privacymanager.io/ — 200 — 0 B — 78 ms — h2https://ad.doubleclick.net/activity;dc_pre=CNT22LLDgpQDFUVIHQkdAqAfRA;src=9311521;type=invmedia;cat=websi0;rcb=14;ord=1;num=820073237794;npa=1;auiddc=1311565207.1776897601;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=KJA;gtm=45fe64k1v9177865397z89242595423za20gzb9242595423zd9242602765xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=3;tag_exp=0~115938465~115938469~117266401~117384405;epver=2;dc_random=1776897601_aMdmxdsMSh2gL0mHx70JLqonmy8gR9J5ug;~oref=https%3A%2F%2Fmontrealgazette.com%2F?ad.doubleclick.net/activity;dc_pre=... https://ad.doubleclick.net/activity;dc_pre=CNT22LLDgpQDFUVIHQkdAqAfRA;src=9311521;type=invmedia;cat=websi0;rcb=14;ord=1;num=820073237794;npa=1;auiddc=1311565207.1776897601;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=KJA;gtm=45fe64k1v9177865397z89242595423za20gzb9242595423zd9242602765xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=3;tag_exp=0~115938465~115938469~117266401~117384405;epver=2;dc_random=1776897601_aMdmxdsMSh2gL0mHx70JLqonmy8gR9J5ug;~oref=https%3A%2F%2Fmontrealgazette.com%2F? — 302 — 22 B — 357 ms — h3https://9311521.fls.doubleclick.net/activityi;dc_pre=CPmu27LDgpQDFR5B9ggdjsoP5g;src=9311521;type=invmedia;cat=websi0;rcb=14;ord=1;num=820073237794;npa=1;auiddc=1311565207.1776897601;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=KJA;gtm=45fe64k1v9177865397z89242595423za20gzb9242595423zd9242602765xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=2;tag_exp=0~115938465~115938469~117266401~117384405;epver=2;dc_random=1776897601_aMdmxdsMSh2gL0mHx70JLqonmy8gR9J5ug;_dc_test=1;~oref=https%3A%2F%2Fmontrealgazette.com%2F?9311521.fls.doubleclick.net/activit... https://9311521.fls.doubleclick.net/activityi;dc_pre=CPmu27LDgpQDFR5B9ggdjsoP5g;src=9311521;type=invmedia;cat=websi0;rcb=14;ord=1;num=820073237794;npa=1;auiddc=1311565207.1776897601;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=KJA;gtm=45fe64k1v9177865397z89242595423za20gzb9242595423zd9242602765xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=2;tag_exp=0~115938465~115938469~117266401~117384405;epver=2;dc_random=1776897601_aMdmxdsMSh2gL0mHx70JLqonmy8gR9J5ug;_dc_test=1;~oref=https%3A%2F%2Fmontrealgazette.com%2F? — 200 — 700 B — 36 ms — h2blob:https://montrealgazette.com/0f902d10-8c53-4132-9cd6-2de9f8416210montrealgazette.com/0f902d10-8c53-4... blob:https://montrealgazette.com/0f902d10-8c53-4132-9cd6-2de9f8416210 — 200 — 0 B — 1 ms — blobhttps://geo.privacymanager.io/geo.privacymanager.io/ https://geo.privacymanager.io/ — 200 — 425 B — 20 ms — h2https://px4.ads.linkedin.com/collect?v=2&fmt=js&pid=5548946&time=1776897601286&url=https%3A%2F%2Fmontrealgazette.com%2F&e_ipv6=AQKj95LSKyIhjwAAAZ23Wa-c9cQo8nlZxXvk9P25g-ORTYvyE0qD9PvsYygS6cfvgPzyf-4midYpx4.ads.linkedin.com/collect?v=2&fm... https://px4.ads.linkedin.com/collect?v=2&fmt=js&pid=5548946&time=1776897601286&url=https%3A%2F%2Fmontrealgazette.com%2F&e_ipv6=AQKj95LSKyIhjwAAAZ23Wa-c9cQo8nlZxXvk9P25g-ORTYvyE0qD9PvsYygS6cfvgPzyf-4midY — 200 — 692 B — 186 ms — h2https://sr-client-cfg.amplitude.com/config/6f76423a515e9d686e1c1f71700a6423?config_group=browsersr-client-cfg.amplitude.com/config/... https://sr-client-cfg.amplitude.com/config/6f76423a515e9d686e1c1f71700a6423?config_group=browser — 200 — 456 B — 58 ms — h2https://adservice.google.com/ddm/fls/z/dc_pre=CPmu27LDgpQDFR5B9ggdjsoP5g;src=9311521;type=invmedia;cat=websi0;rcb=14;ord=1;num=820073237794;npa=1;auiddc=*;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=KJA;gtm=45fe64k1v9177865397z89242595423za20gzb9242595423zd9242602765xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=2;tag_exp=0~115938465~115938469~117266401~117384405;epver=2;dc_random=1776897601_aMdmxdsMSh2gL0mHx70JLqonmy8gR9J5ug;_dc_test=1;~oref=https%3A%2F%2Fmontrealgazette.com%2Fadservice.google.com/ddm/fls/z/dc_p... https://adservice.google.com/ddm/fls/z/dc_pre=CPmu27LDgpQDFR5B9ggdjsoP5g;src=9311521;type=invmedia;cat=websi0;rcb=14;ord=1;num=820073237794;npa=1;auiddc=*;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=KJA;gtm=45fe64k1v9177865397z89242595423za20gzb9242595423zd9242602765xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=2;tag_exp=0~115938465~115938469~117266401~117384405;epver=2;dc_random=1776897601_aMdmxdsMSh2gL0mHx70JLqonmy8gR9J5ug;_dc_test=1;~oref=https%3A%2F%2Fmontrealgazette.com%2F — 200 — 63 B — 90 ms — h3https://www.google.com/gmp/conversion/_dc_unique_id=15097172400322352596;_dc_ptd=ChAI8OOhzwYQtuXPktuMwIx7Eh8Actxh4JYBErMtyN7NxR1oI_i5SsmgxqwjCkEAWJ93;_dc_time=1776897601;dc_pre=CNT22LLDgpQDFUVIHQkdAqAfRA;src=9311521;type=invmedia;cat=websi0;rcb=14;ord=1;num=820073237794;npa=1;auiddc=1311565207.1776897601;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=KJA;gtm=45fe64k1v9177865397z89242595423za20gzb9242595423zd9242602765xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=3;tag_exp=0~115938465~115938469~117266401~117384405;epver=2;dc_random=1776897601_aMdmxdsMSh2gL0mHx70JLqonmy8gR9J5ug;~oref=https%3A%2F%2Fmontrealgazette.com%2F?www.google.com/gmp/conversion/_dc_u... https://www.google.com/gmp/conversion/_dc_unique_id=15097172400322352596;_dc_ptd=ChAI8OOhzwYQtuXPktuMwIx7Eh8Actxh4JYBErMtyN7NxR1oI_i5SsmgxqwjCkEAWJ93;_dc_time=1776897601;dc_pre=CNT22LLDgpQDFUVIHQkdAqAfRA;src=9311521;type=invmedia;cat=websi0;rcb=14;ord=1;num=820073237794;npa=1;auiddc=1311565207.1776897601;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;_tu=KJA;gtm=45fe64k1v9177865397z89242595423za20gzb9242595423zd9242602765xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=3;tag_exp=0~115938465~115938469~117266401~117384405;epver=2;dc_random=1776897601_aMdmxdsMSh2gL0mHx70JLqonmy8gR9J5ug;~oref=https%3A%2F%2Fmontrealgazette.com%2F? — 200 — 63 B — 230 ms — h3https://sr-client-cfg.amplitude.com/config/6f76423a515e9d686e1c1f71700a6423?config_group=browsersr-client-cfg.amplitude.com/config/... https://sr-client-cfg.amplitude.com/config/6f76423a515e9d686e1c1f71700a6423?config_group=browser — 200 — 0 B — 2 ms — h2https://sr-client-cfg.amplitude.com/config/6f76423a515e9d686e1c1f71700a6423?config_group=browsersr-client-cfg.amplitude.com/config/... https://sr-client-cfg.amplitude.com/config/6f76423a515e9d686e1c1f71700a6423?config_group=browser — 200 — 0 B — 1 ms — h2https://pagead2.googlesyndication.com/gampad/ads?pvsid=3943811880963166&correlator=2003769299309226&output=ldjh&gdfp_req=1&vrg=202604160201&ptt=17&impl=fifs&iu_parts=3081%2Cmontrealgazette.com%2Cindex&enc_prev_ius=%2F0%2F1%2F2%2C%2F0%2F1%2F2%2C%2F0%2F1%2F2%2C%2F0%2F1%2F2%2C%2F0%2F1%2F2%2C%2F0%2F1%2F2%2C%2F0%2F1%2F2%2C%2F0%2F1%2F2%2C%2F0%2F1%2F2&prev_iu_szs=1x1%2C1200x250%7C1200x90%7C970x250%7C970x90%7C728x90%2C6x6%7C1200x250%7C1200x90%7C970x250%7C970x90%7C728x90%7C300x250%2C320x50%2C320x50%2C300x600%7C300x250%2C7x7%7C1200x250%7C1200x90%7C970x250%7C970x90%7C728x90%7C300x250%2C320x50%2C1200x250%7C1200x90%7C970x250%7C970x90%7C728x90%7C300x250&fluid=0%2C0%2C0%2Cheight%2Cheight%2C0%2C0%2Cheight%2C0&ifi=1&didk=3411781289~390648829~390648827~3147356942~3147356943~2501316096~390648826~3147356940~390648828&dids=ad-oop~ad-1~ad-3~ad-native-1~ad-native-2~ad-rr-1~ad-4~ad-native-3~ad-2&adfs=1409119109~1791984879~3863432204~723268726~1914690406~772208362~1293007303~2005598613~3495830943&sfv=1-0-45&ists=256&sc=1&lrm=25&abxe=1&dt=1776897601666&lmt=1776897601&adxs=-12245933%2C75%2C672%2C367%2C367%2C990%2C672%2C60%2C75&adys=-12245933%2C177%2C1844%2C2490%2C4692%2C2371%2C6609%2C7101%2C8195&biw=1350&bih=940&scr_x=0&scr_y=0&btvi=-1%7C0%7C1%7C2%7C3%7C4%7C5%7C6%7C7&ucis=1%7C2%7C3%7C4%7C5%7C6%7C7%7C8%7C9&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%2Fmontrealgazette.com%2F&vis=1&psz=0x0%7C1200x5%7C6x250%7C266x0%7C266x0%7C300x5%7C7x250%7C880x0%7C1200x5&msz=0x0%7C1200x1%7C6x1%7C266x0%7C266x0%7C300x1%7C7x1%7C880x0%7C1200x1&fws=132%2C4%2C4%2C4%2C4%2C516%2C4%2C4%2C4&ohw=1350%2C1200%2C6%2C266%2C266%2C300%2C7%2C880%2C1200&dlt=1776897600614&idt=342&ppid=7992b674-9884-437a-b18f-6dde5f647f59&prev_scp=loc%3Doop%26refresh%3Dfalse%26amznbid%3D2%26amznp%3D2%7Cloc%3D1%26refresh%3Dtrue%26rc%3D0%26amznbid%3D2%26amznp%3D2%7Cloc%3D2%26pos%3Dinterscroller1%26refresh%3Dtrue%26rc%3D0%26amznbid%3D2%26amznp%3D2%7Cloc%3D1%26pos%3Dstory-grid%26refresh%3Dfalse%26rc%3D0%7Cloc%3D2%26pos%3Dstory-grid%26refresh%3Dfalse%26rc%3D0%7Cloc%3Drr1%26refresh%3Dtrue%26rc%3D0%26amznbid%3D2%26amznp%3D2%7Cloc%3D3%26pos%3Dinterscroller2%26refresh%3Dtrue%26rc%3D0%26amznbid%3D2%26amznp%3D2%7Cloc%3D3%26pos%3Dstory-list%26refresh%3Dfalse%26rc%3D0%7Cloc%3D4%26refresh%3Dtrue%26rc%3D0%26amznbid%3D2%26amznp%3D2&cust_params=site%3D3%26pr%3Dmg%26asrc%3Dmg%26page%3Dpage%26ck%3Dindex%26imp%3Dindex%26sensitive%3Dn%26negative%3Dn%26amplid%3D7992b674-9884-437a-b18f-6dde5f647f59&adks=35098880%2C2587040292%2C514524518%2C1751062048%2C1751062051%2C2793883682%2C3420487292%2C1751062050%2C572128203&frm=20&eoidce=1&pbbce=1pagead2.googlesyndication.com/gampa... https://pagead2.googlesyndication.com/gampad/ads?pvsid=3943811880963166&correlator=2003769299309226&output=ldjh&gdfp_req=1&vrg=202604160201&ptt=17&impl=fifs&iu_parts=3081%2Cmontrealgazette.com%2Cindex&enc_prev_ius=%2F0%2F1%2F2%2C%2F0%2F1%2F2%2C%2F0%2F1%2F2%2C%2F0%2F1%2F2%2C%2F0%2F1%2F2%2C%2F0%2F1%2F2%2C%2F0%2F1%2F2%2C%2F0%2F1%2F2%2C%2F0%2F1%2F2&prev_iu_szs=1x1%2C1200x250%7C1200x90%7C970x250%7C970x90%7C728x90%2C6x6%7C1200x250%7C1200x90%7C970x250%7C970x90%7C728x90%7C300x250%2C320x50%2C320x50%2C300x600%7C300x250%2C7x7%7C1200x250%7C1200x90%7C970x250%7C970x90%7C728x90%7C300x250%2C320x50%2C1200x250%7C1200x90%7C970x250%7C970x90%7C728x90%7C300x250&fluid=0%2C0%2C0%2Cheight%2Cheight%2C0%2C0%2Cheight%2C0&ifi=1&didk=3411781289~390648829~390648827~3147356942~3147356943~2501316096~390648826~3147356940~390648828&dids=ad-oop~ad-1~ad-3~ad-native-1~ad-native-2~ad-rr-1~ad-4~ad-native-3~ad-2&adfs=1409119109~1791984879~3863432204~723268726~1914690406~772208362~1293007303~2005598613~3495830943&sfv=1-0-45&ists=256&sc=1&lrm=25&abxe=1&dt=1776897601666&lmt=1776897601&adxs=-12245933%2C75%2C672%2C367%2C367%2C990%2C672%2C60%2C75&adys=-12245933%2C177%2C1844%2C2490%2C4692%2C2371%2C6609%2C7101%2C8195&biw=1350&bih=940&scr_x=0&scr_y=0&btvi=-1%7C0%7C1%7C2%7C3%7C4%7C5%7C6%7C7&ucis=1%7C2%7C3%7C4%7C5%7C6%7C7%7C8%7C9&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%2Fmontrealgazette.com%2F&vis=1&psz=0x0%7C1200x5%7C6x250%7C266x0%7C266x0%7C300x5%7C7x250%7C880x0%7C1200x5&msz=0x0%7C1200x1%7C6x1%7C266x0%7C266x0%7C300x1%7C7x1%7C880x0%7C1200x1&fws=132%2C4%2C4%2C4%2C4%2C516%2C4%2C4%2C4&ohw=1350%2C1200%2C6%2C266%2C266%2C300%2C7%2C880%2C1200&dlt=1776897600614&idt=342&ppid=7992b674-9884-437a-b18f-6dde5f647f59&prev_scp=loc%3Doop%26refresh%3Dfalse%26amznbid%3D2%26amznp%3D2%7Cloc%3D1%26refresh%3Dtrue%26rc%3D0%26amznbid%3D2%26amznp%3D2%7Cloc%3D2%26pos%3Dinterscroller1%26refresh%3Dtrue%26rc%3D0%26amznbid%3D2%26amznp%3D2%7Cloc%3D1%26pos%3Dstory-grid%26refresh%3Dfalse%26rc%3D0%7Cloc%3D2%26pos%3Dstory-grid%26refresh%3Dfalse%26rc%3D0%7Cloc%3Drr1%26refresh%3Dtrue%26rc%3D0%26amznbid%3D2%26amznp%3D2%7Cloc%3D3%26pos%3Dinterscroller2%26refresh%3Dtrue%26rc%3D0%26amznbid%3D2%26amznp%3D2%7Cloc%3D3%26pos%3Dstory-list%26refresh%3Dfalse%26rc%3D0%7Cloc%3D4%26refresh%3Dtrue%26rc%3D0%26amznbid%3D2%26amznp%3D2&cust_params=site%3D3%26pr%3Dmg%26asrc%3Dmg%26page%3Dpage%26ck%3Dindex%26imp%3Dindex%26sensitive%3Dn%26negative%3Dn%26amplid%3D7992b674-9884-437a-b18f-6dde5f647f59&adks=35098880%2C2587040292%2C514524518%2C1751062048%2C1751062051%2C2793883682%2C3420487292%2C1751062050%2C572128203&frm=20&eoidce=1&pbbce=1 — 200 — 41.8 KiB — 437 ms — h3https://cad5b3397cae05a30e18bdf11327172f.safeframe.googlesyndication.com/safeframe/1-0-45/html/container.htmlcad5b3397cae05a30e18bdf11327172f.sa... https://cad5b3397cae05a30e18bdf11327172f.safeframe.googlesyndication.com/safeframe/1-0-45/html/container.html — 200 — 3.1 KiB — 115 ms — h3https://px.ads.linkedin.com/wa/?medium=fetch&fmt=gpx.ads.linkedin.com/wa/?medium=fetc... https://px.ads.linkedin.com/wa/?medium=fetch&fmt=g — 204 — 615 B — 134 ms — h2https://id5-sync.com/bounceid5-sync.com/bounce https://id5-sync.com/bounce — 200 — 528 B — 86 ms — h2https://lbs.eu-1-id5-sync.com/lbs/v1lbs.eu-1-id5-sync.com/lbs/v1 https://lbs.eu-1-id5-sync.com/lbs/v1 — 200 — 164 B — 83 ms — h2https://lb.eu-1-id5-sync.com/lb/v1lb.eu-1-id5-sync.com/lb/v1 https://lb.eu-1-id5-sync.com/lb/v1 — 200 — 340 B — 87 ms — h2https://ep1.adtrafficquality.google/getconfig/sodar?sv=200&tid=gpt&tv=m202604160201&st=env&sjk=3943811880963166ep1.adtrafficquality.google/getconf... https://ep1.adtrafficquality.google/getconfig/sodar?sv=200&tid=gpt&tv=m202604160201&st=env&sjk=3943811880963166 — 200 — 13.3 KiB — 104 ms — h3https://static.trueanthem.com/scripts/ta.jsstatic.trueanthem.com/scripts/ta.js https://static.trueanthem.com/scripts/ta.js — 200 — 1.3 KiB — 69 ms — h3https://montrealgazette.com/wp-content/uploads/sites/2/2026/03/android-chrome-512x512-1.png?w=32/wp-content/uploads/sites/2/2026/03... https://montrealgazette.com/wp-content/uploads/sites/2/2026/03/android-chrome-512x512-1.png?w=32 — 200 — 1.1 KiB — 5 ms — h2https://d0.eu-3-id5-sync.com/d0.eu-3-id5-sync.com/ https://d0.eu-3-id5-sync.com/ — 200 — 143 B — 116 ms — h2https://d1.eu-3-id5-sync.com/d1.eu-3-id5-sync.com/ https://d1.eu-3-id5-sync.com/ — 200 — 143 B — 115 ms — h2https://d2.eu-3-id5-sync.com/d2.eu-3-id5-sync.com/ https://d2.eu-3-id5-sync.com/ — 200 — 143 B — 118 ms — h2https://d3.eu-3-id5-sync.com/d3.eu-3-id5-sync.com/ https://d3.eu-3-id5-sync.com/ — 200 — 143 B — 120 ms — h2https://d4.eu-3-id5-sync.com/d4.eu-3-id5-sync.com/ https://d4.eu-3-id5-sync.com/ — 200 — 143 B — 115 ms — h2https://d5.eu-3-id5-sync.com/d5.eu-3-id5-sync.com/ https://d5.eu-3-id5-sync.com/ — 200 — 143 B — 116 ms — h2https://d6.eu-3-id5-sync.com/d6.eu-3-id5-sync.com/ https://d6.eu-3-id5-sync.com/ — 200 — 143 B — 126 ms — h2https://d7.eu-3-id5-sync.com/d7.eu-3-id5-sync.com/ https://d7.eu-3-id5-sync.com/ — 200 — 143 B — 121 ms — h2https://d0.eu-4-id5-sync.com/d0.eu-4-id5-sync.com/ https://d0.eu-4-id5-sync.com/ — 200 — 143 B — 101 ms — h2https://d1.eu-4-id5-sync.com/d1.eu-4-id5-sync.com/ https://d1.eu-4-id5-sync.com/ — 200 — 143 B — 98 ms — h2https://d2.eu-4-id5-sync.com/d2.eu-4-id5-sync.com/ https://d2.eu-4-id5-sync.com/ — 200 — 143 B — 99 ms — h2https://d3.eu-4-id5-sync.com/d3.eu-4-id5-sync.com/ https://d3.eu-4-id5-sync.com/ — 200 — 143 B — 102 ms — h2https://d4.eu-4-id5-sync.com/d4.eu-4-id5-sync.com/ https://d4.eu-4-id5-sync.com/ — 200 — 143 B — 96 ms — h2https://d5.eu-4-id5-sync.com/d5.eu-4-id5-sync.com/ https://d5.eu-4-id5-sync.com/ — 200 — 143 B — 97 ms — h2https://d6.eu-4-id5-sync.com/d6.eu-4-id5-sync.com/ https://d6.eu-4-id5-sync.com/ — 200 — 143 B — 92 ms — h2https://d7.eu-4-id5-sync.com/d7.eu-4-id5-sync.com/ https://d7.eu-4-id5-sync.com/ — 200 — 143 B — 100 ms — h2https://pagead2.googlesyndication.com/pagead/ping?e=1pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/ping?e=1 — 204 — 20 B — 30 ms — h3https://static.trueanthem.com/scripts/ta.c34341.jsstatic.trueanthem.com/scripts/ta.c3... https://static.trueanthem.com/scripts/ta.c34341.js — 200 — 10.7 KiB — 30 ms — h3https://ep2.adtrafficquality.google/sodar/sodar2.jsep2.adtrafficquality.google/sodar/s... https://ep2.adtrafficquality.google/sodar/sodar2.js — 200 — 7.9 KiB — 90 ms — h2https://id5-sync.com/gm/v3id5-sync.com/gm/v3 https://id5-sync.com/gm/v3 — 200 — 842 B — 27 ms — h2https://pagead2.googlesyndication.com/pcs/view?xai=AKAOjsupa33Ux6wIE91BRkXSFhA8458tBKiRtyXMvTjy4dTGiM8c_EiizJQMyDQX0qULw0-IlhPIyTthReJNss1NgxvNzOVVEvx5WZcM8UgEeiM8IFtTjLC8LkNweNUhgjgZIXKXyXvG_BIJPpIFLnXIRRte11VZLygGjstsN3KIyLBQF2W-7LyDBXLAlGQoo_wzSzrYLE1ulRaBIGADaM7sxxSbn75aAUJlu_Qd5V36NOfZT3f4HRHgHWvemm9MdRFgVSCq-XZ63JlsiNjxEIKAgMkVjPcNH7_Ip--Or5ptMyXJNY93l-R--MR0CevZvVJasvJVoKgYaIAYZ4ngRt_36MzLjYlZsxSqsU7bXdVxMYCXz0IMt2qZWdSCyCd1x2Ab-aVNowCANLVvpehMF77KEwQ5mqhIhup9luSXJJcm9S8hbm5o9twa7j-MwJmJBnAvdK4HHw&sig=Cg0ArKJSzPIuUxgpl74JEAE&uach_m=%5BUACH%5D&adurl=pagead2.googlesyndication.com/pcs/v... https://pagead2.googlesyndication.com/pcs/view?xai=AKAOjsupa33Ux6wIE91BRkXSFhA8458tBKiRtyXMvTjy4dTGiM8c_EiizJQMyDQX0qULw0-IlhPIyTthReJNss1NgxvNzOVVEvx5WZcM8UgEeiM8IFtTjLC8LkNweNUhgjgZIXKXyXvG_BIJPpIFLnXIRRte11VZLygGjstsN3KIyLBQF2W-7LyDBXLAlGQoo_wzSzrYLE1ulRaBIGADaM7sxxSbn75aAUJlu_Qd5V36NOfZT3f4HRHgHWvemm9MdRFgVSCq-XZ63JlsiNjxEIKAgMkVjPcNH7_Ip--Or5ptMyXJNY93l-R--MR0CevZvVJasvJVoKgYaIAYZ4ngRt_36MzLjYlZsxSqsU7bXdVxMYCXz0IMt2qZWdSCyCd1x2Ab-aVNowCANLVvpehMF77KEwQ5mqhIhup9luSXJJcm9S8hbm5o9twa7j-MwJmJBnAvdK4HHw&sig=Cg0ArKJSzPIuUxgpl74JEAE&uach_m=%5BUACH%5D&adurl= — 200 — 26 B — 66 ms — h3https://pagead2.googlesyndication.com/pagead/js/r20260421/r20110914/abg_lite_fy2021.jspagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/js/r20260421/r20110914/abg_lite_fy2021.js — 200 — 8.4 KiB — 44 ms — h3https://pagead2.googlesyndication.com/pagead/js/r20260421/r20110914/client/window_focus_fy2021.jspagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/js/r20260421/r20110914/client/window_focus_fy2021.js — 200 — 1.2 KiB — 41 ms — h3https://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 — 74 ms — h3https://tpc.googlesyndication.com/simgad/7984361415508529298tpc.googlesyndication.com/simgad/79... https://tpc.googlesyndication.com/simgad/7984361415508529298 — 200 — 101.2 KiB — 158 ms — h2data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAAWBAMAAACrl3iAAAAABlBMVEUAAAD+AciWmZzWAAAAAnRST…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAAWBAMAAACrl3iAAAAABlBMVEUAAAD+AciWmZzWAAAAAnRST… — 200 — 0 B — 0 ms — datahttps://p4-hh35eeasegtwc-vpz3tytsgr67ifgy-if-v6exp3-v4.metric.gstatic.com/v6exp3/redir.htmlp4-hh35eeasegtwc-vpz3tytsgr67ifgy-i... https://p4-hh35eeasegtwc-vpz3tytsgr67ifgy-if-v6exp3-v4.metric.gstatic.com/v6exp3/redir.html — 200 — 867 B — 114 ms — h2https://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 — 85 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 — 45 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 — 37 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 — 39 ms — h3https://pagead2.googlesyndication.com/bg/RiK6ZWktSJHFoyfG9cjH9nLRaZ1B3RgkbmOlM6XvCcc.jspagead2.googlesyndication.com/bg/Ri... https://pagead2.googlesyndication.com/bg/RiK6ZWktSJHFoyfG9cjH9nLRaZ1B3RgkbmOlM6XvCcc.js — 200 — 21.8 KiB — 96 ms — h3https://p4-hh35eeasegtwc-vpz3tytsgr67ifgy-if-v6exp3-v4.metric.gstatic.com/v6exp3/iframe.htmlp4-hh35eeasegtwc-vpz3tytsgr67ifgy-i... https://p4-hh35eeasegtwc-vpz3tytsgr67ifgy-if-v6exp3-v4.metric.gstatic.com/v6exp3/iframe.html — 200 — 2.2 KiB — 30 ms — h2https://pagead2.googlesyndication.com/pcs/view?xai=AKAOjssOZWjrFbJMKBZpdrne3r7q0qKkpsyz2CZrQRMbNG-3fcWFSZjVGFH_Z6e17tBRdjnc-SJphLaWIQwdjEQLv7GVepRurDbKmrvERiCWeDsFdwwDBoBfkruKOHvyI50tGXCCFc010G-r0yAOrji4IBf9o50zOo1I0z-_wG7-zbhrcGFXVszDrIyDvXMLTkxQby_059-7P4FBphUgOgwgb_nYIgnUgAX4_oY7H4fjVCYh8c0BZR1bZocyr5aKRlyWPboT08PNMzAwhjl_w8AdiMQ6qcbdbZ_luXTL_M6-2YkJB8bgJpvgzRFQgaB2VHGRLt0sn8GMjE6vXoay-2CU7v6xbSYdDn8SbLii0oRr4dq5gDSz9N6UFtm01LqL4X_oOGuwfZY_Q48pJFGm3pBtwy2WUvYnvO89f9h4o2-JS-B8_yYyWkQ8FsHyZa2EHRh5RnLbjNN7&sig=Cg0ArKJSzP4I4Y0A_7L_EAE&uach_m=%5BUACH%5D&dett=2&adurl=pagead2.googlesyndication.com/pcs/v... https://pagead2.googlesyndication.com/pcs/view?xai=AKAOjssOZWjrFbJMKBZpdrne3r7q0qKkpsyz2CZrQRMbNG-3fcWFSZjVGFH_Z6e17tBRdjnc-SJphLaWIQwdjEQLv7GVepRurDbKmrvERiCWeDsFdwwDBoBfkruKOHvyI50tGXCCFc010G-r0yAOrji4IBf9o50zOo1I0z-_wG7-zbhrcGFXVszDrIyDvXMLTkxQby_059-7P4FBphUgOgwgb_nYIgnUgAX4_oY7H4fjVCYh8c0BZR1bZocyr5aKRlyWPboT08PNMzAwhjl_w8AdiMQ6qcbdbZ_luXTL_M6-2YkJB8bgJpvgzRFQgaB2VHGRLt0sn8GMjE6vXoay-2CU7v6xbSYdDn8SbLii0oRr4dq5gDSz9N6UFtm01LqL4X_oOGuwfZY_Q48pJFGm3pBtwy2WUvYnvO89f9h4o2-JS-B8_yYyWkQ8FsHyZa2EHRh5RnLbjNN7&sig=Cg0ArKJSzP4I4Y0A_7L_EAE&uach_m=%5BUACH%5D&dett=2&adurl= — 200 — 26 B — 34 ms — h3https://ep2.adtrafficquality.google/generate_204?oimT0Aep2.adtrafficquality.google/generat... https://ep2.adtrafficquality.google/generate_204?oimT0A — 204 — 40 B — 28 ms — h2https://api2.amplitude.com/2/httpapiapi2.amplitude.com/2/httpapi https://api2.amplitude.com/2/httpapi — 200 — 0 B — 535 ms — h2https://ep1.adtrafficquality.google/pagead/sodar?id=sodar2&v=254&t=2&li=gpt_m202604160201&jk=3943811880963166&bg=!5eal5oTNAAa1ilLUlYo7AEcBe5WfOIgWJPg6N6mVB-ZGkePb-S9pXnrog-HnvJFYjyDj61rtSbDY5ik9wXysBl6s7hrMzPbg3qAyF_3Vnyb4qn66RyyTUQIAAAA5UgAAAAZoAQd-ADc_vJ-ywlC7XabQeh9_Pizw6kZfE2Nz8sPTyEGCNrhTgDwnKk7YgIqQ5iYZPnpzrQEXBc8SFz54mQKkcY-672_FvtN9V99Q18_cYTsFkIRaWm8yDC8tZposL48VzfO6DvvA1KT2n2VxWguZeKjROx_DCh5URMkdLZG98ez7yJb5h3bni0qA0VcnPjLCUdrpCddaJ7tdFBoV6d1YJIeU7Kb-QwvbacrbQxanIUzwvgrwiZFy58bs408IX3PTKpQjBXxBco8B5waY975dP64uUBkoFW_BC5X-F3nVDyAb8-IufPjmVbldL6WsSrOU4A87Rl5aLB-O_oxIcqcn3WBEm6w12iQzg76grvwN4_WXHAQwxfLRof96LtPLUQCz7RZ3SFYJVdwQgBdnx--GDiE4tYPyYzR4u9Z8KQxh-JkiuuIjtN3Jd8qBIOSg7YDjDWzKEh6LZUOOr4RRFsyH80FDDeS8aN56UDGZ2pEQwS_JMIutBWolwxs2OlwLJxMDvPMU96DwpxpASKFmkSBOrdUgSzAWK9xh-ELDqj4VkjOxWjJcPQnqUzpGU3w9wTHyaWfUhjpLrsQsdjFx1f9JNKe5PuQPxcE-svcFTW4Bh1uH8fy3hHt2cEqS4ey1sIXWwOpHdWUFt1fwManbTWn3QEH7G6YOzaI2jf_WVxe0gm0hfEpZErXT8gjjorrWpqinMRLRS3TX2ki1RB_mgVU2lbrVbQSCgTVXj3dixEj5K1KyJWfPcYGSE2aEP6V9tqu6QdAutLU7uwVF1aJ64SY0Y7qi5SdWuD59ZMR6eYK-kQkS8S0PcT2CgdbR1YdgOKtKqvnUEgwgvfZUk-7MEuYcoBa4Ybdf0ilupwZZ-IWGBxR9ClZzdZ4aMsOECdENKEccKyqUVPYNHYsqK6nXb7ekNeFEvxTCn2lYjC5MESafO9RIGrOudrZAdM1pCIyFOIMZV0rR75jWSOzkj1WXBtAh0RDc3wep1.adtrafficquality.google/pagead/... https://ep1.adtrafficquality.google/pagead/sodar?id=sodar2&v=254&t=2&li=gpt_m202604160201&jk=3943811880963166&bg=!5eal5oTNAAa1ilLUlYo7AEcBe5WfOIgWJPg6N6mVB-ZGkePb-S9pXnrog-HnvJFYjyDj61rtSbDY5ik9wXysBl6s7hrMzPbg3qAyF_3Vnyb4qn66RyyTUQIAAAA5UgAAAAZoAQd-ADc_vJ-ywlC7XabQeh9_Pizw6kZfE2Nz8sPTyEGCNrhTgDwnKk7YgIqQ5iYZPnpzrQEXBc8SFz54mQKkcY-672_FvtN9V99Q18_cYTsFkIRaWm8yDC8tZposL48VzfO6DvvA1KT2n2VxWguZeKjROx_DCh5URMkdLZG98ez7yJb5h3bni0qA0VcnPjLCUdrpCddaJ7tdFBoV6d1YJIeU7Kb-QwvbacrbQxanIUzwvgrwiZFy58bs408IX3PTKpQjBXxBco8B5waY975dP64uUBkoFW_BC5X-F3nVDyAb8-IufPjmVbldL6WsSrOU4A87Rl5aLB-O_oxIcqcn3WBEm6w12iQzg76grvwN4_WXHAQwxfLRof96LtPLUQCz7RZ3SFYJVdwQgBdnx--GDiE4tYPyYzR4u9Z8KQxh-JkiuuIjtN3Jd8qBIOSg7YDjDWzKEh6LZUOOr4RRFsyH80FDDeS8aN56UDGZ2pEQwS_JMIutBWolwxs2OlwLJxMDvPMU96DwpxpASKFmkSBOrdUgSzAWK9xh-ELDqj4VkjOxWjJcPQnqUzpGU3w9wTHyaWfUhjpLrsQsdjFx1f9JNKe5PuQPxcE-svcFTW4Bh1uH8fy3hHt2cEqS4ey1sIXWwOpHdWUFt1fwManbTWn3QEH7G6YOzaI2jf_WVxe0gm0hfEpZErXT8gjjorrWpqinMRLRS3TX2ki1RB_mgVU2lbrVbQSCgTVXj3dixEj5K1KyJWfPcYGSE2aEP6V9tqu6QdAutLU7uwVF1aJ64SY0Y7qi5SdWuD59ZMR6eYK-kQkS8S0PcT2CgdbR1YdgOKtKqvnUEgwgvfZUk-7MEuYcoBa4Ybdf0ilupwZZ-IWGBxR9ClZzdZ4aMsOECdENKEccKyqUVPYNHYsqK6nXb7ekNeFEvxTCn2lYjC5MESafO9RIGrOudrZAdM1pCIyFOIMZV0rR75jWSOzkj1WXBtAh0RDc3w — 204 — 17 B — 56 ms — h3https://pagead2.googlesyndication.com/pagead/ping?e=1pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/ping?e=1 — 204 — 20 B — 31 ms — h3https://api2.amplitude.com/2/httpapiapi2.amplitude.com/2/httpapi https://api2.amplitude.com/2/httpapi — 200 — 217 B — 196 ms — h2https://pagead2.googlesyndication.com/pcs/activeview?xai=AKAOjst8yx2rGqIrKrIVJAKGBz6JRRyvLtH1fuMls3tbY3EZjc9OGOsfJCEVoKIcU6U8qya-mhqH6ZC7FXmlgvhBvOS0v9ZBXnhXGhowGMPBD927eNfqflgKW-l3kXBRyy881fAo0-6tuyrxr8GCzJKq7mf3NlTTZEp_xsFfirw4xTST4uBIzgJR0JM2Sg&sig=Cg0ArKJSzEUHLS8XY_YMEAE&id=lidar2&mcvt=1001&p=50,190,300,1160&tm=1047.3000001907349&tu=46.70000076293945&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=2587040292&rs=4&la=1&cr=0&uach=WyJtYWNPUyIsIjEwLjE1LjciLCJ4ODYiLCIiLCIxNDcuMC4wLjAiLG51bGwsMCxudWxsLCI2NCIsW1siQ2hyb21pdW0iLCIxNDcuMC43NzI3LjEwMSJdLFsiTm90LkEvQnJhbmQiLCI4LjAuMC4wIl1dLDBd&vs=4&r=v&co=7283040200&rst=1776897602168&rpt=191&isd=0&lsd=0&met=mue&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=AKAOjst8yx2rGqIrKrIVJAKGBz6JRRyvLtH1fuMls3tbY3EZjc9OGOsfJCEVoKIcU6U8qya-mhqH6ZC7FXmlgvhBvOS0v9ZBXnhXGhowGMPBD927eNfqflgKW-l3kXBRyy881fAo0-6tuyrxr8GCzJKq7mf3NlTTZEp_xsFfirw4xTST4uBIzgJR0JM2Sg&sig=Cg0ArKJSzEUHLS8XY_YMEAE&id=lidar2&mcvt=1001&p=50,190,300,1160&tm=1047.3000001907349&tu=46.70000076293945&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=2587040292&rs=4&la=1&cr=0&uach=WyJtYWNPUyIsIjEwLjE1LjciLCJ4ODYiLCIiLCIxNDcuMC4wLjAiLG51bGwsMCxudWxsLCI2NCIsW1siQ2hyb21pdW0iLCIxNDcuMC43NzI3LjEwMSJdLFsiTm90LkEvQnJhbmQiLCI4LjAuMC4wIl1dLDBd&vs=4&r=v&co=7283040200&rst=1776897602168&rpt=191&isd=0&lsd=0&met=mue&wmsd=0&pbe=0&fle=0&vae=0&spb=0&sfl=0&ffslot=0&reach=8&io2=0 — 200 — 65 B — 32 ms — h3
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
67% of JavaScript execution is third-party
First-party Third-party 630ms · 548KB · $8/mo
Unattributable
Other
Costly
Execution 272ms
Transfer 0 KB
Monthly Cost $4/mo
securepubads.g.doubleclick.net
Other
Optional
Execution 137ms
Transfer 188 KB
Unused 51%
Monthly Cost $2/mo
cdn.confiant-integrations.net
Other
Optional
Execution 98ms
Transfer 142 KB
Unused 54%
Monthly Cost $1/mo
pagead2.googlesyndication.com
Other
Optional
Execution 70ms
Transfer 73 KB
Unused 42%
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 53ms
Transfer 146 KB
Unused 47%
Monthly Cost $1/mo

These scripts may cost more than they're worth

  • Unattributable adds 272ms and costs ~$4/month

67% of JavaScript execution time comes from third-party scripts.

Why this matters

Third-party scripts (analytics, ads, social, A/B testing) often dominate execution time — every one is a perf-and-privacy tax.

Learn more

Each third-party script is a black box: you don't control when it loads, what it executes, or how much it grows. They often account for a major share of total blocking time on average sites (HTTP Archive's Web Almanac documents the trend). Audit which ones you actually need, defer the rest, and use facade patterns (lite-youtube, lite-vimeo) for embedded media.

Source: web.dev / HTTP Archive Web Almanac

Unattributable takes 272ms 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

51% 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

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

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