Skip to content
https://usask.ca

Performance

· 17 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
77
GRADE
C
FIX
5
REVIEW
3
PASS
7
INFO
2

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

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

6.31 s

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

9.44 s

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

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

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

13.21 s

Page Load Progression

877 ms
1.8 s
2.6 s
3.5 s
4.4 s
5.3 s
6.1 s
7.0 s
Checks
17
7 PASS 3 REVIEW 5 FIX
D
Page Weight Budget
Action
2.2 MB transferred, 36 requests
FIX
2.2 MB transferred, 36 requests
Info::
Page weighs 3.4 MB (2.2 MB transferred)
Warning::
Images are 1.5 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 1.5 MB
Info::
36 HTTP requests
Info::
Estimated 0.46 g CO2 per page load
2.2 MB / 2.4 MB budget
2.2 MB transferred
36 requests
0.46 g CO2 per page load
Images 1.5 MiB 71%
JavaScript 432.2 KiB 19%
Fonts 120.6 KiB 5%
CSS 39.2 KiB 2%
Other 31.5 KiB 1%
HTML 29.1 KiB 1%
Other 2.5 KiB 0%
Other 556 B 0%
0 2.4 MB 4.9 MB
Approaching limit

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

D
Third-Party Impact
Action
100% third-party, 0 ms blocking
FIX
100% third-party, 0 ms blocking
Warning::
Third-party code accounts for 100% of page weight (2.2 MiB of 2.2 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
D
JS Execution Cost
Action
2833ms total JS execution
FIX
2833ms total JS execution
Warning::
https://www.usask.ca/: 1229ms CPU time
Warning::
https://www.googletagmanager.com/gtag/js?id=G-7P8Q...: 488ms CPU time
Warning::
Unattributable: 439ms CPU time
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-NPK...: 307ms CPU time
Info::
https://code.jquery.com/jquery-3.6.0.min.js: 183ms CPU time
Warning::
Third-party scripts: 2833ms (100% of total)

Main Thread Breakdown

Other 38% Script Evaluation 29% Style & Layout 16% Script Parsing & Compilation 7% Rendering 7%
ScriptTotalScriptingParse/CompileParty
https://www.usask.ca/1229ms36ms6ms3rd
https://www.googletagmanager.com/gtag/js?id=G-7P8QY8C9QK&cx=c&gtm=4e64k0488ms367ms73ms3rd
Unattributable439ms8ms0ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-NPKLVP6307ms234ms57ms3rd
https://code.jquery.com/jquery-3.6.0.min.js183ms77ms12ms3rd
https://plugins.flockler.com/embed/v3/embed-grid.js97ms59ms32ms3rd
https://usaskcdn.ca/limestone2/latest/js/limestone.min.js90ms38ms6ms3rd
D
Page Weight Inventory
Action
36 resources · 2.2 MB · 158 KB savings available
FIX
36 resources · 2.2 MB · 158 KB savings available
Warning::
Page weight 1.2 MB over 1MB target
Got: 2.2 MB Expected: ≤ 1 MB
Info::
~158 KB of savings available
Warning::
35 third-party resources (100% of weight)
Info::
2 resources over 200KB
36 resources · 2.2 MiB · 35 third-party 1.2 MiB over 1MB target
Image 72% · 1.6 MiB
JavaScript 19% · 432.2 KiB
Font 5% · 120.6 KiB
CSS 2% · 39.2 KiB
Document 1% · 29.1 KiB
Other 0% · 3.2 KiB

~158.1 KiB of savings available

Remove unused JavaScript: 158.1 KiB
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.

C
Image Optimization
Action
18 images, 0 KB saveable
REVIEW
18 images, 0 KB saveable
Warning::
https://www.usask.ca/_images/logos/usask-logo-lg.p... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://usaskcdn.ca/limestone2/stable/img/uofs-log... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.usask.ca/_images/program-search.jpg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
18 images 1.5 MB
0 oversized -0 KB
14 legacy format
3 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

C
JS Bundles
Action
7 scripts, 158 KB unused
REVIEW
7 scripts, 158 KB unused
Warning::
https://www.googletagmanager.com/gtag/js?id=G-7P8Q...: 66 KB unused (38%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-NPK...: 64 KB unused (48%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://plugins.flockler.com/embed/v3/embed-grid.j...: 28 KB unused (48%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 158 KB
158 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.googletagmanager.com/gtag/js?id=G-7P8QY8C9QK&cx=c&gtm=4e64k0173 KB66 KB (38%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-NPKLVP6135 KB64 KB (48%)3rd
https://plugins.flockler.com/embed/v3/embed-grid.js59 KB28 KB (48%)3rd
https://plugins.flockler.com/embed/176d8305eb20cbb06f8b70b1dbcc820e/17c93f4827302b34d61b5e2d0d11e2c33 KB3rd
https://usaskcdn.ca/limestone2/latest/js/bootstrap.bundle.min.js23 KB3rd
https://usaskcdn.ca/limestone2/latest/js/limestone.min.js9 KB3rd
https://code.jquery.com/jquery-3.6.0.min.js31 KB3rd

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

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
1 fonts (121 KB)
PASS
1 fonts (121 KB)
Info::
1 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

1

121 KB total

Render-blocking

0

of 1

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s 8.0 s 9.0 s FCP 6.3 s LCP 9.4 shttps://usaskcdn.ca/limestone2/latest/fonts/usask-icons/usask-icons.ttf?ym2f97usask-icons.ttf https://usaskcdn.ca/limestone2/latest/fonts/usask-icons/usask-icons.ttf?ym2f97 — 120.6 KiB — 1.0 s — font-display: swap
usask-icons.ttf ttf swap
Size 121 KB
Load time 1.0 s
Start 2.5 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)

Fixing the unchecked items could save ~96 KB and ~192 ms

A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
2 hints, 0 missing preconnects
PASS
2 hints, 0 missing preconnects
Info::
Page uses 2 resource hint(s)

Current Resource Hints

preconnect
2
preload
dns-prefetch
prefetch

2 resource hints configured

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
Network Waterfall
36 requests over 6624ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s 8.0 s 9.0 s FCP 6.3 s LCP 9.4 shttps://usask.ca// https://usask.ca/ — 302 — 125 B — 703 ms — http/1.0https://www.usask.ca/www.usask.ca/ https://www.usask.ca/ — 200 — 29.1 KiB — 796 ms — http/1.1https://usaskcdn.ca/limestone2/latest/css/limestone.min.cssusaskcdn.ca/limestone2/latest/css/l... https://usaskcdn.ca/limestone2/latest/css/limestone.min.css — 200 — 37.6 KiB — 1.1 s — http/1.1https://www.usask.ca/_images/logos/usask-logo-lg.pngwww.usask.ca/_images/logos/usask-lo... https://www.usask.ca/_images/logos/usask-logo-lg.png — 200 — 26.4 KiB — 336 ms — http/1.1https://usaskcdn.ca/limestone2/latest/css/homepage_banner.cssusaskcdn.ca/limestone2/latest/css/h... https://usaskcdn.ca/limestone2/latest/css/homepage_banner.css — 200 — 1.5 KiB — 761 ms — http/1.1https://www.googletagmanager.com/gtm.js?id=GTM-NPKLVP6www.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-NPKLVP6 — 200 — 134.9 KiB — 31 ms — h2https://www.usask.ca/_images/program-search.jpgwww.usask.ca/_images/program-search... https://www.usask.ca/_images/program-search.jpg — 200 — 59.3 KiB — 595 ms — http/1.1https://www.googletagmanager.com/gtag/js?id=G-7P8QY8C9QK&cx=c&gtm=4e64k0www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-7P8QY8C9QK&cx=c&gtm=4e64k0 — 200 — 172.9 KiB — 24 ms — h2https://analytics.google.com/g/collect?v=2&tid=G-7P8QY8C9QK&gtm=45je64k0v892511176z8831965494za20gzb831965494zd831965494&_p=1776889949039&_gaz=1&gcd=13l3l3l3l1l1&npa=0&dma=0&_eu=AAAAAGA&are=1&cid=856676198.1776889949&frm=0&pscdl=noapi&rcb=4&sr=412x823&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=0~115938466~115938469~117266401~117512542&sid=1776889949&sct=1&seg=0&dl=https%3A%2F%2Fwww.usask.ca%2F&dt=University%20of%20Saskatchewan&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=1578analytics.google.com/g/collect?v=2&... https://analytics.google.com/g/collect?v=2&tid=G-7P8QY8C9QK&gtm=45je64k0v892511176z8831965494za20gzb831965494zd831965494&_p=1776889949039&_gaz=1&gcd=13l3l3l3l1l1&npa=0&dma=0&_eu=AAAAAGA&are=1&cid=856676198.1776889949&frm=0&pscdl=noapi&rcb=4&sr=412x823&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=0~115938466~115938469~117266401~117512542&sid=1776889949&sct=1&seg=0&dl=https%3A%2F%2Fwww.usask.ca%2F&dt=University%20of%20Saskatchewan&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=1578 — 204 — 547 B — 39 ms — h2https://stats.g.doubleclick.net/g/collect?v=2&tid=G-7P8QY8C9QK&cid=856676198.1776889949&gtm=45je64k0v892511176z8831965494za20gzb831965494zd831965494&rcb=4&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115938466~115938469~117266401~117512542stats.g.doubleclick.net/g/collect?v... https://stats.g.doubleclick.net/g/collect?v=2&tid=G-7P8QY8C9QK&cid=856676198.1776889949&gtm=45je64k0v892511176z8831965494za20gzb831965494zd831965494&rcb=4&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115938466~115938469~117266401~117512542 — 204 — 556 B — 18 ms — h2https://www.google.com.sg/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-7P8QY8C9QK&cid=856676198.1776889949&gtm=45je64k0v892511176z8831965494za20gzb831965494zd831965494&rcb=4&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115938466~115938469~117266401~117512542&z=1911360208www.google.com.sg/ads/ga-audiences?... https://www.google.com.sg/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-7P8QY8C9QK&cid=856676198.1776889949&gtm=45je64k0v892511176z8831965494za20gzb831965494zd831965494&rcb=4&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115938466~115938469~117266401~117512542&z=1911360208 — 200 — 408 B — 26 ms — h2https://plugins.flockler.com/embed/176d8305eb20cbb06f8b70b1dbcc820e/17c93f4827302b34d61b5e2d0d11e2c3plugins.flockler.com/embed/176d8305... https://plugins.flockler.com/embed/176d8305eb20cbb06f8b70b1dbcc820e/17c93f4827302b34d61b5e2d0d11e2c3 — 200 — 3.1 KiB — 517 ms — h2https://usaskcdn.ca/limestone2/stable/img/uofs-logo.webpusaskcdn.ca/limestone2/stable/img/u... https://usaskcdn.ca/limestone2/stable/img/uofs-logo.webp — 200 — 6.7 KiB — 524 ms — http/1.1https://usaskcdn.ca/limestone2/latest/js/bootstrap.bundle.min.jsusaskcdn.ca/limestone2/latest/js/bo... https://usaskcdn.ca/limestone2/latest/js/bootstrap.bundle.min.js — 200 — 23.1 KiB — 702 ms — http/1.1https://usaskcdn.ca/limestone2/latest/js/limestone.min.jsusaskcdn.ca/limestone2/latest/js/li... https://usaskcdn.ca/limestone2/latest/js/limestone.min.js — 200 — 9.0 KiB — 529 ms — http/1.1https://code.jquery.com/jquery-3.6.0.min.jscode.jquery.com/jquery-3.6.0.min.js https://code.jquery.com/jquery-3.6.0.min.js — 200 — 30.5 KiB — 17 ms — h2data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3…www.w3.org/2000/svg' viewBox='0 0 1... data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3… — 200 — 0 B — 0 ms — datahttps://usaskcdn.ca/limestone2/latest/fonts/usask-icons/usask-icons.ttf?ym2f97usaskcdn.ca/limestone2/latest/fonts... https://usaskcdn.ca/limestone2/latest/fonts/usask-icons/usask-icons.ttf?ym2f97 — 200 — 120.6 KiB — 1.0 s — http/1.1https://www.usask.ca/_images/homepage_banner/students-studing-louis-loft.webpwww.usask.ca/_images/homepage_banne... https://www.usask.ca/_images/homepage_banner/students-studing-louis-loft.webp — 200 — 102.1 KiB — 358 ms — http/1.1https://www.usask.ca/_images/homepage_banner/dentistry-lab.jpgwww.usask.ca/_images/homepage_banne... https://www.usask.ca/_images/homepage_banner/dentistry-lab.jpg — 200 — 122.0 KiB — 701 ms — http/1.1https://www.usask.ca/_images/homepage_banner/students-outside-spring1.webpwww.usask.ca/_images/homepage_banne... https://www.usask.ca/_images/homepage_banner/students-outside-spring1.webp — 200 — 137.3 KiB — 703 ms — http/1.1https://www.usask.ca/_images/homepage/discovery.jpegwww.usask.ca/_images/homepage/disco... https://www.usask.ca/_images/homepage/discovery.jpeg — 200 — 124.9 KiB — 1.1 s — http/1.1https://www.usask.ca/_images/land_acknowledgement.jpgwww.usask.ca/_images/land_acknowled... https://www.usask.ca/_images/land_acknowledgement.jpg — 200 — 116.1 KiB — 512 ms — http/1.1https://usaskcdn.ca/limestone2/latest/img/symbols_sprite_sheet.pngusaskcdn.ca/limestone2/latest/img/s... https://usaskcdn.ca/limestone2/latest/img/symbols_sprite_sheet.png — 200 — 31.2 KiB — 179 ms — http/1.1https://www.usask.ca/_images/homepage/interntional1.jpgwww.usask.ca/_images/homepage/inter... https://www.usask.ca/_images/homepage/interntional1.jpg — 200 — 27.1 KiB — 634 ms — http/1.1https://news.usask.ca/feeds/usask-homepage-feed.xmlnews.usask.ca/feeds/usask-homepage-... https://news.usask.ca/feeds/usask-homepage-feed.xml — 200 — 1.9 KiB — 1.1 s — http/1.1https://plugins.flockler.com/embed/v3/embed-grid.jsplugins.flockler.com/embed/v3/embed... https://plugins.flockler.com/embed/v3/embed-grid.js — 200 — 58.7 KiB — 11 ms — h2https://www.usask.ca/_images/homepage/winter.jpgwww.usask.ca/_images/homepage/winte... https://www.usask.ca/_images/homepage/winter.jpg — 200 — 33.7 KiB — 434 ms — http/1.1https://www.usask.ca/_images/homepage/students-outside.jpgwww.usask.ca/_images/homepage/stude... https://www.usask.ca/_images/homepage/students-outside.jpg — 200 — 28.5 KiB — 179 ms — http/1.1https://www.usask.ca/_images/homepage/syncrotron.jpgwww.usask.ca/_images/homepage/syncr... https://www.usask.ca/_images/homepage/syncrotron.jpg — 200 — 38.4 KiB — 178 ms — http/1.1
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s 8.0 s 9.0 s FCP 6.3 s LCP 9.4 shttps://usask.ca// https://usask.ca/ — 302 — 125 B — 703 ms — http/1.0https://www.usask.ca/www.usask.ca/ https://www.usask.ca/ — 200 — 29.1 KiB — 796 ms — http/1.1https://usaskcdn.ca/limestone2/latest/css/limestone.min.cssusaskcdn.ca/limestone2/latest/css/l... https://usaskcdn.ca/limestone2/latest/css/limestone.min.css — 200 — 37.6 KiB — 1.1 s — http/1.1https://www.usask.ca/_images/logos/usask-logo-lg.pngwww.usask.ca/_images/logos/usask-lo... https://www.usask.ca/_images/logos/usask-logo-lg.png — 200 — 26.4 KiB — 336 ms — http/1.1https://usaskcdn.ca/limestone2/latest/css/homepage_banner.cssusaskcdn.ca/limestone2/latest/css/h... https://usaskcdn.ca/limestone2/latest/css/homepage_banner.css — 200 — 1.5 KiB — 761 ms — http/1.1https://www.googletagmanager.com/gtm.js?id=GTM-NPKLVP6www.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-NPKLVP6 — 200 — 134.9 KiB — 31 ms — h2https://www.usask.ca/_images/program-search.jpgwww.usask.ca/_images/program-search... https://www.usask.ca/_images/program-search.jpg — 200 — 59.3 KiB — 595 ms — http/1.1https://www.googletagmanager.com/gtag/js?id=G-7P8QY8C9QK&cx=c&gtm=4e64k0www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-7P8QY8C9QK&cx=c&gtm=4e64k0 — 200 — 172.9 KiB — 24 ms — h2https://analytics.google.com/g/collect?v=2&tid=G-7P8QY8C9QK&gtm=45je64k0v892511176z8831965494za20gzb831965494zd831965494&_p=1776889949039&_gaz=1&gcd=13l3l3l3l1l1&npa=0&dma=0&_eu=AAAAAGA&are=1&cid=856676198.1776889949&frm=0&pscdl=noapi&rcb=4&sr=412x823&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=0~115938466~115938469~117266401~117512542&sid=1776889949&sct=1&seg=0&dl=https%3A%2F%2Fwww.usask.ca%2F&dt=University%20of%20Saskatchewan&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=1578analytics.google.com/g/collect?v=2&... https://analytics.google.com/g/collect?v=2&tid=G-7P8QY8C9QK&gtm=45je64k0v892511176z8831965494za20gzb831965494zd831965494&_p=1776889949039&_gaz=1&gcd=13l3l3l3l1l1&npa=0&dma=0&_eu=AAAAAGA&are=1&cid=856676198.1776889949&frm=0&pscdl=noapi&rcb=4&sr=412x823&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=0~115938466~115938469~117266401~117512542&sid=1776889949&sct=1&seg=0&dl=https%3A%2F%2Fwww.usask.ca%2F&dt=University%20of%20Saskatchewan&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=1578 — 204 — 547 B — 39 ms — h2https://stats.g.doubleclick.net/g/collect?v=2&tid=G-7P8QY8C9QK&cid=856676198.1776889949&gtm=45je64k0v892511176z8831965494za20gzb831965494zd831965494&rcb=4&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115938466~115938469~117266401~117512542stats.g.doubleclick.net/g/collect?v... https://stats.g.doubleclick.net/g/collect?v=2&tid=G-7P8QY8C9QK&cid=856676198.1776889949&gtm=45je64k0v892511176z8831965494za20gzb831965494zd831965494&rcb=4&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115938466~115938469~117266401~117512542 — 204 — 556 B — 18 ms — h2https://www.google.com.sg/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-7P8QY8C9QK&cid=856676198.1776889949&gtm=45je64k0v892511176z8831965494za20gzb831965494zd831965494&rcb=4&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115938466~115938469~117266401~117512542&z=1911360208www.google.com.sg/ads/ga-audiences?... https://www.google.com.sg/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-7P8QY8C9QK&cid=856676198.1776889949&gtm=45je64k0v892511176z8831965494za20gzb831965494zd831965494&rcb=4&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115938466~115938469~117266401~117512542&z=1911360208 — 200 — 408 B — 26 ms — h2https://plugins.flockler.com/embed/176d8305eb20cbb06f8b70b1dbcc820e/17c93f4827302b34d61b5e2d0d11e2c3plugins.flockler.com/embed/176d8305... https://plugins.flockler.com/embed/176d8305eb20cbb06f8b70b1dbcc820e/17c93f4827302b34d61b5e2d0d11e2c3 — 200 — 3.1 KiB — 517 ms — h2https://usaskcdn.ca/limestone2/stable/img/uofs-logo.webpusaskcdn.ca/limestone2/stable/img/u... https://usaskcdn.ca/limestone2/stable/img/uofs-logo.webp — 200 — 6.7 KiB — 524 ms — http/1.1https://usaskcdn.ca/limestone2/latest/js/bootstrap.bundle.min.jsusaskcdn.ca/limestone2/latest/js/bo... https://usaskcdn.ca/limestone2/latest/js/bootstrap.bundle.min.js — 200 — 23.1 KiB — 702 ms — http/1.1https://usaskcdn.ca/limestone2/latest/js/limestone.min.jsusaskcdn.ca/limestone2/latest/js/li... https://usaskcdn.ca/limestone2/latest/js/limestone.min.js — 200 — 9.0 KiB — 529 ms — http/1.1https://code.jquery.com/jquery-3.6.0.min.jscode.jquery.com/jquery-3.6.0.min.js https://code.jquery.com/jquery-3.6.0.min.js — 200 — 30.5 KiB — 17 ms — h2data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3…www.w3.org/2000/svg' viewBox='0 0 1... data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3… — 200 — 0 B — 0 ms — datahttps://usaskcdn.ca/limestone2/latest/fonts/usask-icons/usask-icons.ttf?ym2f97usaskcdn.ca/limestone2/latest/fonts... https://usaskcdn.ca/limestone2/latest/fonts/usask-icons/usask-icons.ttf?ym2f97 — 200 — 120.6 KiB — 1.0 s — http/1.1https://www.usask.ca/_images/homepage_banner/students-studing-louis-loft.webpwww.usask.ca/_images/homepage_banne... https://www.usask.ca/_images/homepage_banner/students-studing-louis-loft.webp — 200 — 102.1 KiB — 358 ms — http/1.1https://www.usask.ca/_images/homepage_banner/dentistry-lab.jpgwww.usask.ca/_images/homepage_banne... https://www.usask.ca/_images/homepage_banner/dentistry-lab.jpg — 200 — 122.0 KiB — 701 ms — http/1.1https://www.usask.ca/_images/homepage_banner/students-outside-spring1.webpwww.usask.ca/_images/homepage_banne... https://www.usask.ca/_images/homepage_banner/students-outside-spring1.webp — 200 — 137.3 KiB — 703 ms — http/1.1https://www.usask.ca/_images/homepage/discovery.jpegwww.usask.ca/_images/homepage/disco... https://www.usask.ca/_images/homepage/discovery.jpeg — 200 — 124.9 KiB — 1.1 s — http/1.1https://www.usask.ca/_images/land_acknowledgement.jpgwww.usask.ca/_images/land_acknowled... https://www.usask.ca/_images/land_acknowledgement.jpg — 200 — 116.1 KiB — 512 ms — http/1.1https://usaskcdn.ca/limestone2/latest/img/symbols_sprite_sheet.pngusaskcdn.ca/limestone2/latest/img/s... https://usaskcdn.ca/limestone2/latest/img/symbols_sprite_sheet.png — 200 — 31.2 KiB — 179 ms — http/1.1https://www.usask.ca/_images/homepage/interntional1.jpgwww.usask.ca/_images/homepage/inter... https://www.usask.ca/_images/homepage/interntional1.jpg — 200 — 27.1 KiB — 634 ms — http/1.1https://news.usask.ca/feeds/usask-homepage-feed.xmlnews.usask.ca/feeds/usask-homepage-... https://news.usask.ca/feeds/usask-homepage-feed.xml — 200 — 1.9 KiB — 1.1 s — http/1.1https://plugins.flockler.com/embed/v3/embed-grid.jsplugins.flockler.com/embed/v3/embed... https://plugins.flockler.com/embed/v3/embed-grid.js — 200 — 58.7 KiB — 11 ms — h2https://www.usask.ca/_images/homepage/winter.jpgwww.usask.ca/_images/homepage/winte... https://www.usask.ca/_images/homepage/winter.jpg — 200 — 33.7 KiB — 434 ms — http/1.1https://www.usask.ca/_images/homepage/students-outside.jpgwww.usask.ca/_images/homepage/stude... https://www.usask.ca/_images/homepage/students-outside.jpg — 200 — 28.5 KiB — 179 ms — http/1.1https://www.usask.ca/_images/homepage/syncrotron.jpgwww.usask.ca/_images/homepage/syncr... https://www.usask.ca/_images/homepage/syncrotron.jpg — 200 — 38.4 KiB — 178 ms — http/1.1https://usaskcdn.ca/limestone2/latest/img/uofs-crest.svgusaskcdn.ca/limestone2/latest/img/u... https://usaskcdn.ca/limestone2/latest/img/uofs-crest.svg — 200 — 28.0 KiB — 349 ms — http/1.1https://news.usask.ca/images/2026/mb1_5649.jpgnews.usask.ca/images/2026/mb1_5649.... https://news.usask.ca/images/2026/mb1_5649.jpg — 200 — 107.4 KiB — 1.0 s — http/1.1https://news.usask.ca/images/2025/campus-winter-08-1.jpgnews.usask.ca/images/2025/campus-wi... https://news.usask.ca/images/2025/campus-winter-08-1.jpg — 200 — 371.1 KiB — 1.4 s — http/1.1https://news.usask.ca/images/2026/jumbotron-main.jpgnews.usask.ca/images/2026/jumbotron... https://news.usask.ca/images/2026/jumbotron-main.jpg — 200 — 246.4 KiB — 1.2 s — http/1.1https://usaskcdn.ca/limestone2/latest/img/favicon.pngusaskcdn.ca/limestone2/latest/img/f... https://usaskcdn.ca/limestone2/latest/img/favicon.png — 200 — 3.4 KiB — 176 ms — http/1.1https://analytics.google.com/g/collect?v=2&tid=G-7P8QY8C9QK&gtm=45je64k0v892511176za20gzb831965494zd831965494&_p=1776889949039&gcd=13l3l3l3l1l1&npa=0&dma=0&_eu=AEAAAGQ&ae=a&are=1&cid=856676198.1776889949&frm=0&pscdl=noapi&rcb=4&sr=412x823&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=2&tag_exp=0~115938466~115938469~117266401~117512542&sid=1776889949&sct=1&seg=0&dl=https%3A%2F%2Fwww.usask.ca%2F&dt=University%20of%20Saskatchewan&en=scroll&epn.percent_scrolled=90&_et=28&tfd=6608analytics.google.com/g/collect?v=2&... https://analytics.google.com/g/collect?v=2&tid=G-7P8QY8C9QK&gtm=45je64k0v892511176za20gzb831965494zd831965494&_p=1776889949039&gcd=13l3l3l3l1l1&npa=0&dma=0&_eu=AEAAAGQ&ae=a&are=1&cid=856676198.1776889949&frm=0&pscdl=noapi&rcb=4&sr=412x823&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=2&tag_exp=0~115938466~115938469~117266401~117512542&sid=1776889949&sct=1&seg=0&dl=https%3A%2F%2Fwww.usask.ca%2F&dt=University%20of%20Saskatchewan&en=scroll&epn.percent_scrolled=90&_et=28&tfd=6608 — 204 — 48 B — 15 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
100% of JavaScript execution is third-party
First-party Third-party 2833ms · 435KB · CA$39/mo
www.usask.ca
Other
Costly
Execution 1229ms
Transfer 29 KB
Monthly Cost CA$17/mo
Google Tag Manager
Tag Manager
Costly
Execution 488ms
Transfer 173 KB
Unused 38%
Monthly Cost CA$7/mo
Unattributable
Other
Costly
Execution 439ms
Transfer 0 KB
Monthly Cost CA$6/mo
Google Tag Manager
Tag Manager
Costly
Execution 307ms
Transfer 135 KB
Unused 48%
Monthly Cost CA$4/mo
code.jquery.com
Other
Optional
Execution 183ms
Transfer 31 KB
Monthly Cost CA$3/mo
plugins.flockler.com
Other
Optional
Execution 97ms
Transfer 59 KB
Unused 48%
Monthly Cost CA$1/mo
usaskcdn.ca
Other
Optional
Execution 90ms
Transfer 9 KB
Monthly Cost CA$1/mo

These scripts may cost more than they're worth

  • www.usask.ca adds 1229ms and costs ~CA$17/month
  • Google Tag Manager adds 488ms and costs ~CA$7/month
  • Unattributable adds 439ms and costs ~CA$6/month
  • Google Tag Manager adds 307ms and costs ~CA$4/month

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

Why this matters

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

Learn more

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

Source: web.dev

www.usask.ca takes 1229ms 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

Google Tag Manager takes 488ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

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

Source: web.dev

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

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