Skip to content
https://mr-bet.ca

Performance

· 17 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
88
GRADE
B
FIX
1
REVIEW
4
PASS
10
INFO
2

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

99
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
85
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
96
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
92
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.

952 ms

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

1.10 s

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

134 ms

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

0.011

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

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

3.87 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
17
10 PASS 4 REVIEW 1 FIX
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
Third-Party Impact
51% third-party, 0 ms blocking
REVIEW
51% third-party, 0 ms blocking
Warning::
Third-party code accounts for 51% of page weight (202.4 KiB of 395.4 KiB)
Info::
Third-party blocking time is low (0 ms)
49%
51%
First-party Third-party
C
Image Optimization
Action
12 images, 0 KB saveable
REVIEW
12 images, 0 KB saveable
Warning::
https://mr-bet.ca/wp-content/webp-express/webp-ima... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images.dmca.com/Badges/DMCA_badge_grn_60w.... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://mr-bet.ca/static/img/general/cork-18-12.pn... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://mr-bet.ca/wp-content/webp-express/webp-ima... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
//:0 is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
12 images 67 KB
0 oversized -0 KB
7 legacy format
5 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

C
JS Execution Cost
Action
1353ms total JS execution
REVIEW
1353ms total JS execution
Warning::
https://mr-bet.ca/: 494ms CPU time
Warning::
https://www.googletagmanager.com/gtag/js?id=G-EJM6...: 401ms CPU time
Warning::
https://mr-bet.ca/static/js/all.js: 268ms CPU time
Info::
Unattributable: 190ms CPU time
Info::
Third-party scripts: 591ms (44% of total)

Main Thread Breakdown

Script Evaluation 35% Other 25% Style & Layout 18% Script Parsing & Compilation 12% Rendering 8%
ScriptTotalScriptingParse/CompileParty
https://mr-bet.ca/494ms10ms3ms1st
https://www.googletagmanager.com/gtag/js?id=G-EJM6WBM20S401ms257ms142ms3rd
https://mr-bet.ca/static/js/all.js268ms187ms15ms1st
Unattributable190ms6ms0ms3rd
B
JS Bundles
12 scripts, 99 KB unused
REVIEW
12 scripts, 99 KB unused
Warning::
https://www.googletagmanager.com/gtag/js?id=G-EJM6...: 66 KB unused (42%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://mr-bet.ca/static/js/all.js: 33 KB unused (49%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 99 KB
99 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.googletagmanager.com/gtag/js?id=G-EJM6WBM20S157 KB66 KB (42%)3rd
https://mr-bet.ca/static/js/all.js68 KB33 KB (49%)1st
https://images.dmca.com/Badges/DMCABadgeHelper.min.js1 KB3rd
https://mr-bet.ca/wp-content/plugins/comment-validation/jquery.validate.pack.js?ver=5.4.28 KB1st
https://mr-bet.ca/wp-content/plugins/comment-validation/comment-validation.js?ver=5.4.21 KB1st
https://mr-bet.ca/wp-content/plugins/universal-banner-popup/resources/js/ajax.js?ver=1.01 KB1st
https://mr-bet.ca/wp-content/plugins/webp-express/js/lazysizes.min.js4 KB1st
https://mr-bet.ca/wp-content/plugins/wp-tt-second-offer-links/script.js?ver=1.2.41 KB1st
https://mr-bet.ca/static/js/custom.js6 KB1st
https://mr-bet.ca/static/js/user.min.js1 KB1st

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

A+
Page Weight Budget
395 KB transferred, 33 requests
PASS
395 KB transferred, 33 requests
Info::
Page weighs 921 KB (395 KB transferred)
Info::
33 HTTP requests
Info::
Estimated 0.08 g CO2 per page load
395 KB / 2.4 MB budget
395 KB transferred
33 requests
0.08 g CO2 per page load
JavaScript 249.4 KiB 63%
Images 67.2 KiB 17%
Fonts 40.7 KiB 10%
CSS 23.8 KiB 6%
HTML 9.5 KiB 2%
Other 2.8 KiB 1%
Other 1.4 KiB 0%
Other 544 B 0%
0 2.4 MB 4.9 MB
Under budget
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
3 fonts (41 KB)
PASS
3 fonts (41 KB)
Info::
3 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

3

41 KB total

Render-blocking

0

of 3

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 500 ms 1.0 s FCP 952 ms LCP 1.1 shttps://fonts.gstatic.com/s/lato/v14/S6uyw4BMUTPHjx4wXiWtFCc.woff2S6uyw4BMUTPHjx4wXiWtFCc... https://fonts.gstatic.com/s/lato/v14/S6uyw4BMUTPHjx4wXiWtFCc.woff2 — 13.6 KiB — 52 ms — font-display: swaphttps://fonts.gstatic.com/s/lato/v14/S6u9w4BMUTPHh6UVSwiPGQ3q5d0.woff2S6u9w4BMUTPHh6UVSwiPGQ3... https://fonts.gstatic.com/s/lato/v14/S6u9w4BMUTPHh6UVSwiPGQ3q5d0.woff2 — 13.8 KiB — 39 ms — font-display: swaphttps://fonts.gstatic.com/s/lato/v14/S6u9w4BMUTPHh50XSwiPGQ3q5d0.woff2S6u9w4BMUTPHh50XSwiPGQ3... https://fonts.gstatic.com/s/lato/v14/S6u9w4BMUTPHh50XSwiPGQ3q5d0.woff2 — 13.3 KiB — 48 ms — font-display: swap
S6uyw4BMUTPHjx4wXiWtFCc... woff2 swap
Size 14 KB
Load time 52 ms
Start 718 ms
Risk FOUT — text flashes from fallback to web font
S6u9w4BMUTPHh6UVSwiPGQ3... woff2 swap
Size 14 KB
Load time 39 ms
Start 718 ms
Risk FOUT — text flashes from fallback to web font
S6u9w4BMUTPHh50XSwiPGQ3... woff2 swap
Size 13 KB
Load time 48 ms
Start 718 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
3 hints, 0 missing preconnects
PASS
3 hints, 0 missing preconnects
Info::
Page uses 3 resource hint(s)

Current Resource Hints

preconnect
1
preload
1
dns-prefetch
1
prefetch

3 resource hints configured

A
Page Weight Inventory
33 resources · 395 KB · 99 KB savings available
PASS
33 resources · 395 KB · 99 KB savings available
Info::
Within 1MB page-weight target
Got: 395 KB
Info::
~99 KB of savings available
Warning::
7 third-party resources (51% of weight)
33 resources · 395.4 KiB · 7 third-party Within 1MB page-weight target
JavaScript 63% · 249.4 KiB
Image 18% · 70.0 KiB
Font 10% · 40.7 KiB
CSS 6% · 23.8 KiB
Document 2% · 9.5 KiB
Other 0% · 1.9 KiB

~99.1 KiB of savings available

Remove unused JavaScript: 99.1 KiB
A+
Render-Blocking Resources
No render-blocking resources detected
PASS
No render-blocking resources detected
Info::
No render-blocking resources detected in <head>
A+
Third-Party Resources
No third-party resources detected
PASS
No third-party resources detected
A+
Green Hosting
Whether the site is served from green-energy infrastructure
PASS

Green Hosting

This site is hosted on green energy infrastructure

Provider: Cloudflare

Network Waterfall
33 requests over 2928ms
INFO
0 ms 1.0 s 2.0 s 3.0 s FCP 952 ms LCP 1.1 shttps://mr-bet.ca// https://mr-bet.ca/ — 200 — 9.5 KiB — 635 ms — h2https://www.googletagmanager.com/gtag/js?id=G-EJM6WBM20Swww.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-EJM6WBM20S — 200 — 157.2 KiB — 184 ms — h2https://mr-bet.ca/static/css/main.min.css/static/css/main.min.css https://mr-bet.ca/static/css/main.min.css — 200 — 21.3 KiB — 30 ms — h2https://mr-bet.ca/wp-content/plugins/universal-banner-popup/resources/css/main.min.css?ver=1.0/wp-content/plugins/universal-banne... https://mr-bet.ca/wp-content/plugins/universal-banner-popup/resources/css/main.min.css?ver=1.0 — 200 — 1.6 KiB — 27 ms — h2https://mr-bet.ca/wp-content/webp-express/webp-images/uploads/2019/04/logo.png.webp/wp-content/webp-express/webp-image... https://mr-bet.ca/wp-content/webp-express/webp-images/uploads/2019/04/logo.png.webp — 200 — 7.1 KiB — 48 ms — h2https://mr-bet.ca/wp-content/webp-express/webp-images/static/img/general/banner-main-mob.jpg.webp/wp-content/webp-express/webp-image... https://mr-bet.ca/wp-content/webp-express/webp-images/static/img/general/banner-main-mob.jpg.webp — 200 — 6.5 KiB — 50 ms — h2https://mr-bet.ca/static/img/general/cork.png/static/img/general/cork.png https://mr-bet.ca/static/img/general/cork.png — 200 — 15.0 KiB — 104 ms — h3https://mr-bet.ca/static/img/general/cork-18-12.png/static/img/general/cork-18-12.png https://mr-bet.ca/static/img/general/cork-18-12.png — 200 — 1.5 KiB — 54 ms — h3https://images.dmca.com/Badges/DMCABadgeHelper.min.jsimages.dmca.com/Badges/DMCABadgeHel... https://images.dmca.com/Badges/DMCABadgeHelper.min.js — 200 — 805 B — 127 ms — h2https://mr-bet.ca/static/js/all.js/static/js/all.js https://mr-bet.ca/static/js/all.js — 200 — 67.6 KiB — 122 ms — h3https://mr-bet.ca/wp-content/plugins/comment-validation/jquery.validate.pack.js?ver=5.4.2/wp-content/plugins/comment-validat... https://mr-bet.ca/wp-content/plugins/comment-validation/jquery.validate.pack.js?ver=5.4.2 — 200 — 7.6 KiB — 94 ms — h3https://mr-bet.ca/wp-content/plugins/comment-validation/comment-validation.js?ver=5.4.2/wp-content/plugins/comment-validat... https://mr-bet.ca/wp-content/plugins/comment-validation/comment-validation.js?ver=5.4.2 — 200 — 900 B — 55 ms — h3https://mr-bet.ca/wp-content/plugins/universal-banner-popup/resources/js/ajax.js?ver=1.0/wp-content/plugins/universal-banne... https://mr-bet.ca/wp-content/plugins/universal-banner-popup/resources/js/ajax.js?ver=1.0 — 200 — 673 B — 78 ms — h3https://mr-bet.ca/wp-content/plugins/webp-express/js/lazysizes.min.js/wp-content/plugins/webp-express/js... https://mr-bet.ca/wp-content/plugins/webp-express/js/lazysizes.min.js — 200 — 3.9 KiB — 86 ms — h3https://mr-bet.ca/wp-content/plugins/wp-tt-second-offer-links/script.js?ver=1.2.4/wp-content/plugins/wp-tt-second-of... https://mr-bet.ca/wp-content/plugins/wp-tt-second-offer-links/script.js?ver=1.2.4 — 200 — 727 B — 31 ms — h3https://mr-bet.ca/static/js/custom.js/static/js/custom.js https://mr-bet.ca/static/js/custom.js — 200 — 5.9 KiB — 90 ms — h3https://mr-bet.ca/static/js/user.min.js/static/js/user.min.js https://mr-bet.ca/static/js/user.min.js — 200 — 1.2 KiB — 32 ms — h3https://mr-bet.ca/wp-content/plugins/sitepress-multilingual-cms/res/js/xdomain-data.js?ver=4.4.10/wp-content/plugins/sitepress-multi... https://mr-bet.ca/wp-content/plugins/sitepress-multilingual-cms/res/js/xdomain-data.js?ver=4.4.10 — 200 — 1.3 KiB — 85 ms — h3https://mr-bet.ca/wp-content/plugins/wp-tt-rating-stars/static/css/rating.css?ver=5.4.2/wp-content/plugins/wp-tt-rating-st... https://mr-bet.ca/wp-content/plugins/wp-tt-rating-stars/static/css/rating.css?ver=5.4.2 — 200 — 887 B — 58 ms — h3https://images.dmca.com/Badges/DMCA_badge_grn_60w.png?ID=61537681-4026-406d-abdf-d2bb01c37675images.dmca.com/Badges/DMCA_badge_g... https://images.dmca.com/Badges/DMCA_badge_grn_60w.png?ID=61537681-4026-406d-abdf-d2bb01c37675 — 200 — 3.1 KiB — 127 ms — h2https://mr-bet.ca/wp-content/plugins/wp-tt-rating-stars/static/js/rating.js?ver=5.4.2/wp-content/plugins/wp-tt-rating-st... https://mr-bet.ca/wp-content/plugins/wp-tt-rating-stars/static/js/rating.js?ver=5.4.2 — 200 — 1.7 KiB — 86 ms — h3https://mr-bet.ca/static/img/general/cup.png/static/img/general/cup.png https://mr-bet.ca/static/img/general/cup.png — 200 — 1.1 KiB — 48 ms — h3https://mr-bet.ca/static/img/general/search-icon.png/static/img/general/search-icon.png https://mr-bet.ca/static/img/general/search-icon.png — 200 — 912 B — 83 ms — h3https://mr-bet.ca/static/img/general/social.png/static/img/general/social.png https://mr-bet.ca/static/img/general/social.png — 200 — 4.3 KiB — 85 ms — h3https://fonts.gstatic.com/s/lato/v14/S6uyw4BMUTPHjx4wXiWtFCc.woff2fonts.gstatic.com/s/lato/v14/S6uyw4... https://fonts.gstatic.com/s/lato/v14/S6uyw4BMUTPHjx4wXiWtFCc.woff2 — 200 — 13.6 KiB — 52 ms — h3https://fonts.gstatic.com/s/lato/v14/S6u9w4BMUTPHh6UVSwiPGQ3q5d0.woff2fonts.gstatic.com/s/lato/v14/S6u9w4... https://fonts.gstatic.com/s/lato/v14/S6u9w4BMUTPHh6UVSwiPGQ3q5d0.woff2 — 200 — 13.8 KiB — 39 ms — h3https://fonts.gstatic.com/s/lato/v14/S6u9w4BMUTPHh50XSwiPGQ3q5d0.woff2fonts.gstatic.com/s/lato/v14/S6u9w4... https://fonts.gstatic.com/s/lato/v14/S6u9w4BMUTPHh50XSwiPGQ3q5d0.woff2 — 200 — 13.3 KiB — 48 ms — h3https://mr-bet.ca/wp-admin/admin-ajax.php/wp-admin/admin-ajax.php https://mr-bet.ca/wp-admin/admin-ajax.php — 200 — 1.4 KiB — 795 ms — h3https://region1.google-analytics.com/g/collect?v=2&tid=G-EJM6WBM20S&gtm=45je64k1v9132800954za200zd9132800954&_p=1776901444361&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=661432773.1776901445&frm=0&pscdl=noapi&rcb=4&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=0~115616986~115938466~115938469~117266401~117512543&sid=1776901444&sct=1&seg=0&dl=https%3A%2F%2Fmr-bet.ca%2F&dt=Mr%20Bet%20Casino%20Canada%20%7C%20Best%20Online%20Casino%20Offers%202026%7C%20Play%20for%20Real%20Money&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=923region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-EJM6WBM20S&gtm=45je64k1v9132800954za200zd9132800954&_p=1776901444361&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=661432773.1776901445&frm=0&pscdl=noapi&rcb=4&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=0~115616986~115938466~115938469~117266401~117512543&sid=1776901444&sct=1&seg=0&dl=https%3A%2F%2Fmr-bet.ca%2F&dt=Mr%20Bet%20Casino%20Canada%20%7C%20Best%20Online%20Casino%20Offers%202026%7C%20Play%20for%20Real%20Money&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=923 — 204 — 544 B — 117 ms — h2https://mr-bet.ca/wp-content/uploads/2019/04/cropped-logo-32x32.png/wp-content/uploads/2019/04/cropped... https://mr-bet.ca/wp-content/uploads/2019/04/cropped-logo-32x32.png — 200 — 2.8 KiB — 54 ms — h3
0 ms 1.0 s 2.0 s 3.0 s FCP 952 ms LCP 1.1 shttps://mr-bet.ca// https://mr-bet.ca/ — 200 — 9.5 KiB — 635 ms — h2https://www.googletagmanager.com/gtag/js?id=G-EJM6WBM20Swww.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-EJM6WBM20S — 200 — 157.2 KiB — 184 ms — h2https://mr-bet.ca/static/css/main.min.css/static/css/main.min.css https://mr-bet.ca/static/css/main.min.css — 200 — 21.3 KiB — 30 ms — h2https://mr-bet.ca/wp-content/plugins/universal-banner-popup/resources/css/main.min.css?ver=1.0/wp-content/plugins/universal-banne... https://mr-bet.ca/wp-content/plugins/universal-banner-popup/resources/css/main.min.css?ver=1.0 — 200 — 1.6 KiB — 27 ms — h2https://mr-bet.ca/wp-content/webp-express/webp-images/uploads/2019/04/logo.png.webp/wp-content/webp-express/webp-image... https://mr-bet.ca/wp-content/webp-express/webp-images/uploads/2019/04/logo.png.webp — 200 — 7.1 KiB — 48 ms — h2https://mr-bet.ca/wp-content/webp-express/webp-images/static/img/general/banner-main-mob.jpg.webp/wp-content/webp-express/webp-image... https://mr-bet.ca/wp-content/webp-express/webp-images/static/img/general/banner-main-mob.jpg.webp — 200 — 6.5 KiB — 50 ms — h2https://mr-bet.ca/static/img/general/cork.png/static/img/general/cork.png https://mr-bet.ca/static/img/general/cork.png — 200 — 15.0 KiB — 104 ms — h3https://mr-bet.ca/static/img/general/cork-18-12.png/static/img/general/cork-18-12.png https://mr-bet.ca/static/img/general/cork-18-12.png — 200 — 1.5 KiB — 54 ms — h3https://images.dmca.com/Badges/DMCABadgeHelper.min.jsimages.dmca.com/Badges/DMCABadgeHel... https://images.dmca.com/Badges/DMCABadgeHelper.min.js — 200 — 805 B — 127 ms — h2https://mr-bet.ca/static/js/all.js/static/js/all.js https://mr-bet.ca/static/js/all.js — 200 — 67.6 KiB — 122 ms — h3https://mr-bet.ca/wp-content/plugins/comment-validation/jquery.validate.pack.js?ver=5.4.2/wp-content/plugins/comment-validat... https://mr-bet.ca/wp-content/plugins/comment-validation/jquery.validate.pack.js?ver=5.4.2 — 200 — 7.6 KiB — 94 ms — h3https://mr-bet.ca/wp-content/plugins/comment-validation/comment-validation.js?ver=5.4.2/wp-content/plugins/comment-validat... https://mr-bet.ca/wp-content/plugins/comment-validation/comment-validation.js?ver=5.4.2 — 200 — 900 B — 55 ms — h3https://mr-bet.ca/wp-content/plugins/universal-banner-popup/resources/js/ajax.js?ver=1.0/wp-content/plugins/universal-banne... https://mr-bet.ca/wp-content/plugins/universal-banner-popup/resources/js/ajax.js?ver=1.0 — 200 — 673 B — 78 ms — h3https://mr-bet.ca/wp-content/plugins/webp-express/js/lazysizes.min.js/wp-content/plugins/webp-express/js... https://mr-bet.ca/wp-content/plugins/webp-express/js/lazysizes.min.js — 200 — 3.9 KiB — 86 ms — h3https://mr-bet.ca/wp-content/plugins/wp-tt-second-offer-links/script.js?ver=1.2.4/wp-content/plugins/wp-tt-second-of... https://mr-bet.ca/wp-content/plugins/wp-tt-second-offer-links/script.js?ver=1.2.4 — 200 — 727 B — 31 ms — h3https://mr-bet.ca/static/js/custom.js/static/js/custom.js https://mr-bet.ca/static/js/custom.js — 200 — 5.9 KiB — 90 ms — h3https://mr-bet.ca/static/js/user.min.js/static/js/user.min.js https://mr-bet.ca/static/js/user.min.js — 200 — 1.2 KiB — 32 ms — h3https://mr-bet.ca/wp-content/plugins/sitepress-multilingual-cms/res/js/xdomain-data.js?ver=4.4.10/wp-content/plugins/sitepress-multi... https://mr-bet.ca/wp-content/plugins/sitepress-multilingual-cms/res/js/xdomain-data.js?ver=4.4.10 — 200 — 1.3 KiB — 85 ms — h3https://mr-bet.ca/wp-content/plugins/wp-tt-rating-stars/static/css/rating.css?ver=5.4.2/wp-content/plugins/wp-tt-rating-st... https://mr-bet.ca/wp-content/plugins/wp-tt-rating-stars/static/css/rating.css?ver=5.4.2 — 200 — 887 B — 58 ms — h3https://images.dmca.com/Badges/DMCA_badge_grn_60w.png?ID=61537681-4026-406d-abdf-d2bb01c37675images.dmca.com/Badges/DMCA_badge_g... https://images.dmca.com/Badges/DMCA_badge_grn_60w.png?ID=61537681-4026-406d-abdf-d2bb01c37675 — 200 — 3.1 KiB — 127 ms — h2https://mr-bet.ca/wp-content/plugins/wp-tt-rating-stars/static/js/rating.js?ver=5.4.2/wp-content/plugins/wp-tt-rating-st... https://mr-bet.ca/wp-content/plugins/wp-tt-rating-stars/static/js/rating.js?ver=5.4.2 — 200 — 1.7 KiB — 86 ms — h3https://mr-bet.ca/static/img/general/cup.png/static/img/general/cup.png https://mr-bet.ca/static/img/general/cup.png — 200 — 1.1 KiB — 48 ms — h3https://mr-bet.ca/static/img/general/search-icon.png/static/img/general/search-icon.png https://mr-bet.ca/static/img/general/search-icon.png — 200 — 912 B — 83 ms — h3https://mr-bet.ca/static/img/general/social.png/static/img/general/social.png https://mr-bet.ca/static/img/general/social.png — 200 — 4.3 KiB — 85 ms — h3https://fonts.gstatic.com/s/lato/v14/S6uyw4BMUTPHjx4wXiWtFCc.woff2fonts.gstatic.com/s/lato/v14/S6uyw4... https://fonts.gstatic.com/s/lato/v14/S6uyw4BMUTPHjx4wXiWtFCc.woff2 — 200 — 13.6 KiB — 52 ms — h3https://fonts.gstatic.com/s/lato/v14/S6u9w4BMUTPHh6UVSwiPGQ3q5d0.woff2fonts.gstatic.com/s/lato/v14/S6u9w4... https://fonts.gstatic.com/s/lato/v14/S6u9w4BMUTPHh6UVSwiPGQ3q5d0.woff2 — 200 — 13.8 KiB — 39 ms — h3https://fonts.gstatic.com/s/lato/v14/S6u9w4BMUTPHh50XSwiPGQ3q5d0.woff2fonts.gstatic.com/s/lato/v14/S6u9w4... https://fonts.gstatic.com/s/lato/v14/S6u9w4BMUTPHh50XSwiPGQ3q5d0.woff2 — 200 — 13.3 KiB — 48 ms — h3https://mr-bet.ca/wp-admin/admin-ajax.php/wp-admin/admin-ajax.php https://mr-bet.ca/wp-admin/admin-ajax.php — 200 — 1.4 KiB — 795 ms — h3https://region1.google-analytics.com/g/collect?v=2&tid=G-EJM6WBM20S&gtm=45je64k1v9132800954za200zd9132800954&_p=1776901444361&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=661432773.1776901445&frm=0&pscdl=noapi&rcb=4&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=0~115616986~115938466~115938469~117266401~117512543&sid=1776901444&sct=1&seg=0&dl=https%3A%2F%2Fmr-bet.ca%2F&dt=Mr%20Bet%20Casino%20Canada%20%7C%20Best%20Online%20Casino%20Offers%202026%7C%20Play%20for%20Real%20Money&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=923region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-EJM6WBM20S&gtm=45je64k1v9132800954za200zd9132800954&_p=1776901444361&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=661432773.1776901445&frm=0&pscdl=noapi&rcb=4&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=0~115616986~115938466~115938469~117266401~117512543&sid=1776901444&sct=1&seg=0&dl=https%3A%2F%2Fmr-bet.ca%2F&dt=Mr%20Bet%20Casino%20Canada%20%7C%20Best%20Online%20Casino%20Offers%202026%7C%20Play%20for%20Real%20Money&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=923 — 204 — 544 B — 117 ms — h2https://mr-bet.ca/wp-content/uploads/2019/04/cropped-logo-32x32.png/wp-content/uploads/2019/04/cropped... https://mr-bet.ca/wp-content/uploads/2019/04/cropped-logo-32x32.png — 200 — 2.8 KiB — 54 ms — h3https://mr-bet.ca/wp-content/plugins/universal-banner-popup/resources/img/general/cork.png/wp-content/plugins/universal-banne... https://mr-bet.ca/wp-content/plugins/universal-banner-popup/resources/img/general/cork.png — 200 — 583 B — 50 ms — h3https://mr-bet.ca/wp-content/webp-express/webp-images/static/img/general/banner-line-mob.jpg.webp/wp-content/webp-express/webp-image... https://mr-bet.ca/wp-content/webp-express/webp-images/static/img/general/banner-line-mob.jpg.webp — 200 — 5.9 KiB — 48 ms — h3https://mr-bet.ca/wp-content/webp-express/webp-images/uploads/2022/09/img-551x279-mr-bet-casino-bonus-codes.jpg.webp/wp-content/webp-express/webp-image... https://mr-bet.ca/wp-content/webp-express/webp-images/uploads/2022/09/img-551x279-mr-bet-casino-bonus-codes.jpg.webp — 200 — 21.1 KiB — 50 ms — h3
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
44% of JavaScript execution is third-party
First-party Third-party 591ms · 157KB · CA$14/mo
Google Tag Manager
Tag Manager
Costly
Execution 401ms
Transfer 157 KB
Unused 42%
Monthly Cost CA$9/mo
Unattributable
Other
Optional
Execution 190ms
Transfer 0 KB
Monthly Cost CA$4/mo

These scripts may cost more than they're worth

  • Google Tag Manager adds 401ms and costs ~CA$9/month

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

Google Tag Manager takes 401ms 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

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