Performance
· 16 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.Performance-focused optimization plan with CWV assessment, top offenders, and time estimates
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
11.45 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
20.08 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
22 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.203
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
11.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.
20.08 s
Page Load Progression
FPage Weight BudgetAction2.9 MB transferred, 55 requestsFIX
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Image bandwidth is high — modern formats (WebP/AVIF) and resizing typically cut it 50%+.
Source: web.dev
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
JavaScript bundle is large — code-split routes and lazy-load off-screen components to defer.
Source: web.dev
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
CSS bundle is large — purge unused styles (PurgeCSS, Tailwind JIT) to reduce CSS payload.
Source: web.dev
BImage Optimization11 images, 0 KB saveableREVIEW
BJS Execution Cost877ms total JS executionREVIEW
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.mcgill.ca/ | 302ms | 5ms | 4ms | 1st |
| Unattributable | 291ms | 5ms | 0ms | 3rd |
| https://www.mcgill.ca/root/js/js_G8UCeLS2V3_kmKnBUDyyePWz6JTaxtx9x2_FgJzC_Cs.js | 213ms | 142ms | 11ms | 1st |
| https://www.mcgill.ca/sites/all/themes/coltrane19/dist/videoModalComponent.6edef453.js | 70ms | 67ms | 3ms | 1st |
CJS BundlesAction22 scripts, 115 KB unusedREVIEW
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.mcgill.ca/root/js/js_G8UCeLS2V3_kmKnBUDyyePWz6JTaxtx9x2_FgJzC_Cs.js | 125 KB | 43 KB (35%) | ✗ | 1st |
| https://www.mcgill.ca/sites/all/themes/coltrane19/dist/videoModalComponent.6edef453.js | 36 KB | 25 KB (70%) | ✓ | 1st |
| https://www.mcgill.ca/root/js/js_NLLXow_P0hT3RGJwt-tDxP0HFx4QVqYa_W5YKdBxYuQ.js | 42 KB | 24 KB (58%) | ✓ | 1st |
| https://www.mcgill.ca/root/js/js_UnUAFCNTGurRKyhNy7N72Mv86IdtFGAwSpI4omffLWM.js | 29 KB | 23 KB (81%) | ✗ | 1st |
| https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.I-saIP3mOa8.2021.O/am=AAAABQ/d=1/br=1/rs=AGKMywGgGTExJs4NRA0c5nPXigdlDVJxcA/m=root,base | 207 KB | — | ✓ | 3rd |
| https://www.mcgill.ca/sites/all/themes/coltrane19/dist/drupalYTPlayerAPI.aaa0ed5d.js | 2 KB | — | ✓ | 1st |
| https://www.mcgill.ca/root/js/js_N23fS6ooC-uvOJ2j7mtuBbVQeGAvoXnACb9oAiqrOPE.js | 9 KB | — | ✗ | 1st |
| https://www.mcgill.ca/root/js/js_SvFAI8iewe7Ipse2GW7N9TMIrfgiVPH7c090khnScTY.js | 13 KB | — | ✗ | 1st |
| https://www.mcgill.ca/sites/all/themes/coltrane19/dist/coltrane.js?td3xfi | 7 KB | — | ✓ | 1st |
| https://www.mcgill.ca/root/js/js_v7jDIMUEcN6BBNPa3HVRFvCSboKsSIXuOKzG8_3BWlc.js | 4 KB | — | ✓ | 1st |
Consider code splitting or tree shaking to reduce unused code.
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.
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.
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.
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
AThird-Party Impact35% third-party, 0 ms blockingPASS
A+Text CompressionAll text resources are compressedPASS
A+Font Loading6 fonts (136 KB)PASS
Web fonts
6
136 KB total
Render-blocking
0
of 6
Dominant font-display
swap
Most common across fonts
Font loading timeline
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
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 ~17 KB and ~34 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
A+HTTP Cachingmax-age=21600 (6 hours)PASS
private, s-maxage=0, max-age=21600
| Directive | Value | Meaning |
|---|---|---|
| private | — | Only browser cache, not CDN/proxy |
| s-maxage | 0 | CDN caches for 0 seconds |
| max-age | 21600 | Cache for 6 hours |
Network Waterfall55 requests over 0msINFO
Performance analysis not available for this result.
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 291ms | 0 KB | — | CA$5/mo | Costly |
These scripts may cost more than they're worth
- Unattributable adds 291ms and costs ~CA$5/month
Unattributable takes 291ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev