Performance
· 14 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.
965 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
3.85 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
80 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.024
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.83 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.
4.27 s
Page Load Progression
FPage Weight BudgetAction5.1 MB transferred, 99 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
Subset fonts to include only used characters, or switch to system font stacks.
Font payload is large — subset to used glyphs only, or fall back to system fonts (zero load time).
Source: web.dev font loading
DJS BundlesAction38 scripts, 365 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.uottawa.ca/sites/g/files/bhrskd331/files/js/js_f6HUhyIqRKOI6LbMUIhd4AvYW3d-YV_AaD9LZR5k6yY.js?scope=footer&delta=2&language=en&theme=uottawa&include=eJx1kGtuwzAMgy_kzLuRIbuKy0V-wFbbpKevlwFpO2x_KOiTIBLyQvfNepQP-qLV8MWFUhbwKKkKKAd2UZP9b2BiKVHYKUUbh_zuf86-wWQwN0rsGnfcuVlkqNlzfIsR-EZtc52phbN9b4d9nhHdXFoyl6JKN7KBUiXEzO1AMwX2I_BUsbI8MdbdfBwLgXuHh0C317mSRz7x-vn3RpTiSaaumyDHA3coI9VWrvxkgrBMQ08vwXqmGs6kB1AseuS8gm_d7rp_7gFk_6Nb | 134 KB | 70 KB (52%) | ✓ | 1st |
| https://www.googletagmanager.com/gtag/js?id=G-GKVJ53FL3H&cx=c>m=4e6460 | 178 KB | 65 KB (36%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-WVKZFC | 165 KB | 62 KB (38%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-873072808&cx=c>m=4e6460 | 146 KB | 61 KB (42%) | ✓ | 3rd |
| https://analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwMQ.js | 110 KB | 56 KB (51%) | ✓ | 3rd |
| https://connect.facebook.net/en_US/fbevents.js | 95 KB | 32 KB (34%) | ✓ | 3rd |
| https://www.uottawa.ca/sites/g/files/bhrskd331/files/js/js_17DkJEeQQi8P3KAkWwSYqfUyECzXDD9xwODiqGixV2o.js?scope=footer&delta=0&language=en&theme=uottawa&include=eJx1kGtuwzAMgy_kzLuRIbuKy0V-wFbbpKevlwFpO2x_KOiTIBLyQvfNepQP-qLV8MWFUhbwKKkKKAd2UZP9b2BiKVHYKUUbh_zuf86-wWQwN0rsGnfcuVlkqNlzfIsR-EZtc52phbN9b4d9nhHdXFoyl6JKN7KBUiXEzO1AMwX2I_BUsbI8MdbdfBwLgXuHh0C317mSRz7x-vn3RpTiSaaumyDHA3coI9VWrvxkgrBMQ08vwXqmGs6kB1AseuS8gm_d7rp_7gFk_6Nb | 29 KB | 21 KB (73%) | ✓ | 1st |
| https://analytics.tiktok.com/i18n/pixel/events.js?sdkid=C6OG9ERSVD35Q9TRJ990&lib=ttq | 3 KB | — | ✓ | 3rd |
| https://www.uottawa.ca/modules/contrib/google_tag/js/gtm.js?tci2ce | 1 KB | — | ✓ | 1st |
| https://www.uottawa.ca/themes/custom/uottawa/src/js/lib/tiktok-pixel.js?tci2ce | 1 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
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
CImage OptimizationAction20 images, 0 KB saveableREVIEW
Set explicit width and height to prevent CLS.
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.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
CJS Execution CostAction1237ms total JS executionREVIEW
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.uottawa.ca/sites/g/files/bhrskd331/files/js/js_RwRTj6aqZvVFwsXo8YH2VV__7Q3-Ju6FJTvoqAXpWZU.js?scope=header&delta=0&language=en&theme=uottawa&include=eJx1kGtuwzAMgy_kzLuRIbuKy0V-wFbbpKevlwFpO2x_KOiTIBLyQvfNepQP-qLV8MWFUhbwKKkKKAd2UZP9b2BiKVHYKUUbh_zuf86-wWQwN0rsGnfcuVlkqNlzfIsR-EZtc52phbN9b4d9nhHdXFoyl6JKN7KBUiXEzO1AMwX2I_BUsbI8MdbdfBwLgXuHh0C317mSRz7x-vn3RpTiSaaumyDHA3coI9VWrvxkgrBMQ08vwXqmGs6kB1AseuS8gm_d7rp_7gFk_6Nb | 179ms | 100ms | 8ms | 1st |
| https://analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwMQ.js | 154ms | 80ms | 63ms | 3rd |
| https://www.uottawa.ca/en | 150ms | 2ms | 0ms | 1st |
| Unattributable | 130ms | 5ms | 0ms | 3rd |
| https://www.uottawa.ca/sites/g/files/bhrskd331/files/js/js_f6HUhyIqRKOI6LbMUIhd4AvYW3d-YV_AaD9LZR5k6yY.js?scope=footer&delta=2&language=en&theme=uottawa&include=eJx1kGtuwzAMgy_kzLuRIbuKy0V-wFbbpKevlwFpO2x_KOiTIBLyQvfNepQP-qLV8MWFUhbwKKkKKAd2UZP9b2BiKVHYKUUbh_zuf86-wWQwN0rsGnfcuVlkqNlzfIsR-EZtc52phbN9b4d9nhHdXFoyl6JKN7KBUiXEzO1AMwX2I_BUsbI8MdbdfBwLgXuHh0C317mSRz7x-vn3RpTiSaaumyDHA3coI9VWrvxkgrBMQ08vwXqmGs6kB1AseuS8gm_d7rp_7gFk_6Nb | 124ms | 38ms | 16ms | 1st |
| https://www.redditstatic.com/ads/pixel.js | 121ms | 97ms | 2ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-GKVJ53FL3H&cx=c>m=4e6460 | 109ms | 96ms | 12ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-WVKZFC | 107ms | 91ms | 13ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-873072808&cx=c>m=4e6460 | 88ms | 79ms | 9ms | 3rd |
| https://connect.facebook.net/en_US/fbevents.js | 74ms | 39ms | 35ms | 3rd |
AThird-Party Impact22% third-party, 0 ms blockingPASS
A+Text CompressionAll text resources are compressedPASS
A+Font Loading4 fonts (203 KB)PASS
Web fonts
4
203 KB total
Render-blocking
0
of 4
Dominant font-display
swap
Most common across fonts
Font loading timeline
- 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 ~63 KB and ~126 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
A+Green HostingWhether the site is served from green-energy infrastructurePASS
Green Hosting
This site is hosted on green energy infrastructure
Provider: Cloudflare
AHTTP Cachingmax-age=900 (15 minutes)PASS
max-age=900, public
| Directive | Value | Meaning |
|---|---|---|
| max-age | 900 | Cache for 15 minutes |
| public | — | Any cache may store this response |
Network Waterfall99 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 |
|---|---|---|---|---|---|---|
analytics.tiktok.com analytics.tiktok.com | Other | 154ms | 110 KB | 51% | CA$2/mo | Optional |
Unattributable Unattributable | Other | 130ms | 0 KB | — | CA$2/mo | Optional |
www.redditstatic.com www.redditstatic.com | Other | 121ms | 19 KB | — | CA$2/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 109ms | 178 KB | 36% | CA$2/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 107ms | 165 KB | 38% | CA$1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 88ms | 146 KB | 42% | CA$1/mo | Optional |
Facebook Pixel connect.facebook.net | Advertising | 74ms | 95 KB | 34% | CA$1/mo | Optional |
63% of JavaScript execution time comes from third-party scripts.
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
51% of analytics.tiktok.com's code is unused. The script may be loading features you don't use.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev