Skip to content
https://unimelb.edu.au

Performance

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

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

56
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
92
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
100
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.

1.22 s

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

2.41 s

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

24 ms

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

1.944

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

1.98 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.02 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
5 PASS 3 REVIEW 5 FIX
F
Page Weight Budget
Action
3.4 MB transferred, 110 requests
FIX
3.4 MB transferred, 110 requests
Warning::
Page weighs 7.3 MB (3.4 MB transferred)
Warning::
Images are 2.1 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 2.1 MB
Warning::
JavaScript is 1.2 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.2 MB
Warning::
110 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
110 requests
0.71 g CO2 per page load
Images 2.1 MiB 62%
JavaScript 1.2 MiB 35%
Fonts 65.0 KiB 2%
HTML 11.6 KiB 0%
Other 2.3 KiB 0%
CSS 2.0 KiB 0%
Other 1.6 KiB 0%
Other 1.2 KiB 0%
0 2.4 MB 4.9 MB
Over budget

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

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

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
100% third-party, 0 ms blocking
FIX
100% third-party, 0 ms blocking
Warning::
Third-party code accounts for 100% of page weight (3.4 MiB of 3.4 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Bundles
Action
83 scripts, 327 KB unused
FIX
83 scripts, 327 KB unused
Warning::
https://www.googletagmanager.com/gtag/js?id=G-J6RR...: 70 KB unused (40%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-YE8S...: 67 KB unused (44%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-L55G...: 67 KB unused (39%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://cdn.optimizely.com/js/17791710119.js: 51 KB unused (44%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-...: 48 KB unused (74%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-...: unminified — 12 KB could be saved
Info::
Total unused JavaScript: 327 KB
327 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.googletagmanager.com/gtag/js?id=G-J6RRCK6F9V&cx=c&gtm=4e64h1174 KB70 KB (40%)3rd
https://www.googletagmanager.com/gtag/js?id=G-YE8SEG9T0S&cx=c&gtm=4e64h1154 KB67 KB (44%)3rd
https://www.googletagmanager.com/gtag/js?id=G-L55G410M0Q173 KB67 KB (39%)3rd
https://cdn.optimizely.com/js/17791710119.js117 KB51 KB (44%)3rd
https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/carousel.js65 KB48 KB (74%)3rd
https://tags.tiqcdn.com/utag/unimelb/main/prod/utag.js72 KB23 KB (33%)3rd
https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/index.js1 KB3rd
https://cdn3.optimizely.com/js/geo4.js0 KB3rd
https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/lazy.js2 KB3rd
https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/environment-DRC-CIoU.js1 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

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

D
Page Weight Inventory
Action
110 resources · 3.4 MB · 327 KB savings available
FIX
110 resources · 3.4 MB · 327 KB savings available
Warning::
Page weight 2.4 MB over 1MB target
Got: 3.4 MB Expected: ≤ 1 MB
Info::
~327 KB of savings available
Warning::
109 third-party resources (100% of weight)
Info::
3 resources over 200KB
110 resources · 3.4 MiB · 109 third-party 2.4 MiB over 1MB target
Image 62% · 2.1 MiB
JavaScript 35% · 1.2 MiB
Font 2% · 65.0 KiB
Document 0% · 12.2 KiB
Other 0% · 2.0 KiB
CSS 0% · 2.0 KiB

~326.8 KiB of savings available

Remove unused JavaScript: 326.8 KiB
D
HTTP Caching
Action
no-store (uncacheable)
FIX
no-store (uncacheable)
Info::
Cache-Control: no-store prevents all caching
Intentional for dynamic content, but increases server load for every page view.
Got: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0

DirectiveValueMeaning
privateOnly browser cache, not CDN/proxy
max-age0Cache for 0 seconds
no-storeNever cache this response
no-cacheCache but always revalidate first
must-revalidateMust recheck with server after expiry
post-check0
pre-check0
B
Image Optimization
13 images, 0 KB saveable
REVIEW
13 images, 0 KB saveable
Info::
All images are well-optimized
13 images 2.1 MB
0 oversized -0 KB
8 legacy format
0 missing dimensions CLS risk
B
JS Execution Cost
978ms total JS execution
REVIEW
978ms total JS execution
Warning::
https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-...: 256ms CPU time
Info::
https://www.unimelb.edu.au/: 151ms CPU time
Info::
Unattributable: 115ms CPU time
Info::
https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-...: 99ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=G-L55G...: 96ms CPU time
Warning::
Third-party scripts: 978ms (100% of total)

Main Thread Breakdown

Script Evaluation 60% Other 19% Style & Layout 11% Script Parsing & Compilation 5%
ScriptTotalScriptingParse/CompileParty
https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/lit-element-lPWtoMCL.js256ms184ms0ms3rd
https://www.unimelb.edu.au/151ms1ms0ms3rd
Unattributable115ms11ms0ms3rd
https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/lazy.js99ms97ms0ms3rd
https://www.googletagmanager.com/gtag/js?id=G-L55G410M0Q96ms82ms14ms3rd
https://www.googletagmanager.com/gtag/js?id=G-J6RRCK6F9V&cx=c&gtm=4e64h178ms68ms10ms3rd
https://cdn.optimizely.com/js/17791710119.js77ms65ms7ms3rd
https://www.googletagmanager.com/gtag/js?id=G-YE8SEG9T0S&cx=c&gtm=4e64h155ms45ms9ms3rd
https://tags.tiqcdn.com/utag/unimelb/main/prod/utag.js51ms42ms9ms3rd
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
2 fonts (65 KB)
PASS
2 fonts (65 KB)
Info::
2 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

2

65 KB total

Render-blocking

0

of 2

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 500 ms 1.0 s 1.5 s 2.0 s 2.5 s FCP 1.2 s LCP 2.4 shttps://fonts.gstatic.com/s/sourcesans3/v19/nwpStKy2OAdR1K-IwhWudF-R3w8aZejf5Hc.woff2nwpStKy2OAdR1K-IwhWudF-... https://fonts.gstatic.com/s/sourcesans3/v19/nwpStKy2OAdR1K-IwhWudF-R3w8aZejf5Hc.woff2 — 28.1 KiB — 43 ms — font-display: swaphttps://fonts.gstatic.com/s/fraunces/v38/6NUu8FyLNQOQZAnv9bYEvDiIdE9Ea92uMiIk_WBq8U_9v0c2Wa0K7iN7hzFUPJH58nhr1Ic7qv8oRcTn.woff26NUu8FyLNQOQZAnv9bYEvDi... https://fonts.gstatic.com/s/fraunces/v38/6NUu8FyLNQOQZAnv9bYEvDiIdE9Ea92uMiIk_WBq8U_9v0c2Wa0K7iN7hzFUPJH58nhr1Ic7qv8oRcTn.woff2 — 36.9 KiB — 52 ms — font-display: swap
nwpStKy2OAdR1K-IwhWudF-... woff2 swap
Size 28 KB
Load time 43 ms
Start 1.5 s
Risk FOUT — text flashes from fallback to web font
6NUu8FyLNQOQZAnv9bYEvDi... woff2 swap
Size 37 KB
Load time 52 ms
Start 1.5 s
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
Network Waterfall
110 requests over 2641ms
INFO
0 ms 500 ms 1.0 s 1.5 s 2.0 s 2.5 s FCP 1.2 s LCP 2.4 shttps://unimelb.edu.au// https://unimelb.edu.au/ — 301 — 627 B — 165 ms — h2https://www.unimelb.edu.au/www.unimelb.edu.au/ https://www.unimelb.edu.au/ — 200 — 10.2 KiB — 284 ms — h3https://www.unimelb.edu.au/__data/assets/image/0005/5446265/241107_UoM_Science_Parkville-7998.jpg?v=0.1.0www.unimelb.edu.au/__data/assets/im... https://www.unimelb.edu.au/__data/assets/image/0005/5446265/241107_UoM_Science_Parkville-7998.jpg?v=0.1.0 — 200 — 72.8 KiB — 87 ms — h3https://cdn.optimizely.com/js/17791710119.jscdn.optimizely.com/js/17791710119.j... https://cdn.optimizely.com/js/17791710119.js — 200 — 117.5 KiB — 89 ms — h2https://tags.tiqcdn.com/utag/unimelb/main/prod/utag.jstags.tiqcdn.com/utag/unimelb/main/p... https://tags.tiqcdn.com/utag/unimelb/main/prod/utag.js — 200 — 71.6 KiB — 140 ms — h2https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/index.jsd1d8itrvdqyp9w.cloudfront.net/ui-co... https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/index.js — 200 — 1.1 KiB — 100 ms — h2https://cdn3.optimizely.com/js/geo4.jscdn3.optimizely.com/js/geo4.js https://cdn3.optimizely.com/js/geo4.js — 200 — 305 B — 72 ms — h2https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/lazy.jsd1d8itrvdqyp9w.cloudfront.net/ui-co... https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/lazy.js — 200 — 2.3 KiB — 33 ms — h2https://a17791710119.cdn.optimizely.com/client_storage/a17791710119.htmla17791710119.cdn.optimizely.com/cli... https://a17791710119.cdn.optimizely.com/client_storage/a17791710119.html — 200 — 1.4 KiB — 92 ms — h2https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/environment-DRC-CIoU.jsd1d8itrvdqyp9w.cloudfront.net/ui-co... https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/environment-DRC-CIoU.js — 200 — 849 B — 33 ms — h2https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/safe-load-component.jsd1d8itrvdqyp9w.cloudfront.net/ui-co... https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/safe-load-component.js — 200 — 1.5 KiB — 34 ms — h2https://tags.tiqcdn.com/utag/unimelb/main/prod/utag.173.js?utv=ut4.53.202604210529tags.tiqcdn.com/utag/unimelb/main/p... https://tags.tiqcdn.com/utag/unimelb/main/prod/utag.173.js?utv=ut4.53.202604210529 — 200 — 4.7 KiB — 46 ms — h2https://tags.tiqcdn.com/utag/unimelb/main/prod/utag.161.js?utv=ut4.53.202604210529tags.tiqcdn.com/utag/unimelb/main/p... https://tags.tiqcdn.com/utag/unimelb/main/prod/utag.161.js?utv=ut4.53.202604210529 — 200 — 4.7 KiB — 46 ms — h2https://tags.tiqcdn.com/utag/unimelb/main/prod/utag.162.js?utv=ut4.53.202604210529tags.tiqcdn.com/utag/unimelb/main/p... https://tags.tiqcdn.com/utag/unimelb/main/prod/utag.162.js?utv=ut4.53.202604210529 — 200 — 6.1 KiB — 46 ms — h2https://tags.tiqcdn.com/utag/unimelb/main/prod/utag.165.js?utv=ut4.53.202604210529tags.tiqcdn.com/utag/unimelb/main/p... https://tags.tiqcdn.com/utag/unimelb/main/prod/utag.165.js?utv=ut4.53.202604210529 — 200 — 9.4 KiB — 43 ms — h2https://tags.tiqcdn.com/utag/unimelb/main/prod/utag.196.js?utv=ut4.53.202603180101tags.tiqcdn.com/utag/unimelb/main/p... https://tags.tiqcdn.com/utag/unimelb/main/prod/utag.196.js?utv=ut4.53.202603180101 — 200 — 6.6 KiB — 42 ms — h2https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/mega-menu.jsd1d8itrvdqyp9w.cloudfront.net/ui-co... https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/mega-menu.js — 200 — 50.8 KiB — 106 ms — h2https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/icon.jsd1d8itrvdqyp9w.cloudfront.net/ui-co... https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/icon.js — 200 — 8.2 KiB — 43 ms — h2https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/content-block-with-heading.jsd1d8itrvdqyp9w.cloudfront.net/ui-co... https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/content-block-with-heading.js — 200 — 12.0 KiB — 47 ms — h2https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/homepage-hero-banner.jsd1d8itrvdqyp9w.cloudfront.net/ui-co... https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/homepage-hero-banner.js — 200 — 9.8 KiB — 40 ms — h2https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/footer.jsd1d8itrvdqyp9w.cloudfront.net/ui-co... https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/footer.js — 200 — 33.5 KiB — 110 ms — h2https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/button.jsd1d8itrvdqyp9w.cloudfront.net/ui-co... https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/button.js — 200 — 969 B — 102 ms — h2https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/card-carousel-with-heading.jsd1d8itrvdqyp9w.cloudfront.net/ui-co... https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/card-carousel-with-heading.js — 200 — 9.0 KiB — 127 ms — h2https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/card-event-list.jsd1d8itrvdqyp9w.cloudfront.net/ui-co... https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/card-event-list.js — 200 — 9.3 KiB — 120 ms — h2https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/card-icon-list.jsd1d8itrvdqyp9w.cloudfront.net/ui-co... https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/card-icon-list.js — 200 — 7.9 KiB — 115 ms — h2https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/card-news-group-responsive.jsd1d8itrvdqyp9w.cloudfront.net/ui-co... https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/card-news-group-responsive.js — 200 — 8.4 KiB — 111 ms — h2https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/content-block.jsd1d8itrvdqyp9w.cloudfront.net/ui-co... https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/content-block.js — 200 — 9.2 KiB — 113 ms — h2https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/homepage-card-story-list.jsd1d8itrvdqyp9w.cloudfront.net/ui-co... https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/homepage-card-story-list.js — 200 — 9.0 KiB — 127 ms — h2https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/homepage-link-list-with-icon-heading.jsd1d8itrvdqyp9w.cloudfront.net/ui-co... https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/homepage-link-list-with-icon-heading.js — 200 — 8.8 KiB — 130 ms — h2https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/link-list.jsd1d8itrvdqyp9w.cloudfront.net/ui-co... https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/link-list.js — 200 — 8.1 KiB — 141 ms — h2
0 ms 500 ms 1.0 s 1.5 s 2.0 s 2.5 s FCP 1.2 s LCP 2.4 shttps://unimelb.edu.au// https://unimelb.edu.au/ — 301 — 627 B — 165 ms — h2https://www.unimelb.edu.au/www.unimelb.edu.au/ https://www.unimelb.edu.au/ — 200 — 10.2 KiB — 284 ms — h3https://www.unimelb.edu.au/__data/assets/image/0005/5446265/241107_UoM_Science_Parkville-7998.jpg?v=0.1.0www.unimelb.edu.au/__data/assets/im... https://www.unimelb.edu.au/__data/assets/image/0005/5446265/241107_UoM_Science_Parkville-7998.jpg?v=0.1.0 — 200 — 72.8 KiB — 87 ms — h3https://cdn.optimizely.com/js/17791710119.jscdn.optimizely.com/js/17791710119.j... https://cdn.optimizely.com/js/17791710119.js — 200 — 117.5 KiB — 89 ms — h2https://tags.tiqcdn.com/utag/unimelb/main/prod/utag.jstags.tiqcdn.com/utag/unimelb/main/p... https://tags.tiqcdn.com/utag/unimelb/main/prod/utag.js — 200 — 71.6 KiB — 140 ms — h2https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/index.jsd1d8itrvdqyp9w.cloudfront.net/ui-co... https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/index.js — 200 — 1.1 KiB — 100 ms — h2https://cdn3.optimizely.com/js/geo4.jscdn3.optimizely.com/js/geo4.js https://cdn3.optimizely.com/js/geo4.js — 200 — 305 B — 72 ms — h2https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/lazy.jsd1d8itrvdqyp9w.cloudfront.net/ui-co... https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/lazy.js — 200 — 2.3 KiB — 33 ms — h2https://a17791710119.cdn.optimizely.com/client_storage/a17791710119.htmla17791710119.cdn.optimizely.com/cli... https://a17791710119.cdn.optimizely.com/client_storage/a17791710119.html — 200 — 1.4 KiB — 92 ms — h2https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/environment-DRC-CIoU.jsd1d8itrvdqyp9w.cloudfront.net/ui-co... https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/environment-DRC-CIoU.js — 200 — 849 B — 33 ms — h2https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/safe-load-component.jsd1d8itrvdqyp9w.cloudfront.net/ui-co... https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/safe-load-component.js — 200 — 1.5 KiB — 34 ms — h2https://tags.tiqcdn.com/utag/unimelb/main/prod/utag.173.js?utv=ut4.53.202604210529tags.tiqcdn.com/utag/unimelb/main/p... https://tags.tiqcdn.com/utag/unimelb/main/prod/utag.173.js?utv=ut4.53.202604210529 — 200 — 4.7 KiB — 46 ms — h2https://tags.tiqcdn.com/utag/unimelb/main/prod/utag.161.js?utv=ut4.53.202604210529tags.tiqcdn.com/utag/unimelb/main/p... https://tags.tiqcdn.com/utag/unimelb/main/prod/utag.161.js?utv=ut4.53.202604210529 — 200 — 4.7 KiB — 46 ms — h2https://tags.tiqcdn.com/utag/unimelb/main/prod/utag.162.js?utv=ut4.53.202604210529tags.tiqcdn.com/utag/unimelb/main/p... https://tags.tiqcdn.com/utag/unimelb/main/prod/utag.162.js?utv=ut4.53.202604210529 — 200 — 6.1 KiB — 46 ms — h2https://tags.tiqcdn.com/utag/unimelb/main/prod/utag.165.js?utv=ut4.53.202604210529tags.tiqcdn.com/utag/unimelb/main/p... https://tags.tiqcdn.com/utag/unimelb/main/prod/utag.165.js?utv=ut4.53.202604210529 — 200 — 9.4 KiB — 43 ms — h2https://tags.tiqcdn.com/utag/unimelb/main/prod/utag.196.js?utv=ut4.53.202603180101tags.tiqcdn.com/utag/unimelb/main/p... https://tags.tiqcdn.com/utag/unimelb/main/prod/utag.196.js?utv=ut4.53.202603180101 — 200 — 6.6 KiB — 42 ms — h2https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/mega-menu.jsd1d8itrvdqyp9w.cloudfront.net/ui-co... https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/mega-menu.js — 200 — 50.8 KiB — 106 ms — h2https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/icon.jsd1d8itrvdqyp9w.cloudfront.net/ui-co... https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/icon.js — 200 — 8.2 KiB — 43 ms — h2https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/content-block-with-heading.jsd1d8itrvdqyp9w.cloudfront.net/ui-co... https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/content-block-with-heading.js — 200 — 12.0 KiB — 47 ms — h2https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/homepage-hero-banner.jsd1d8itrvdqyp9w.cloudfront.net/ui-co... https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/homepage-hero-banner.js — 200 — 9.8 KiB — 40 ms — h2https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/footer.jsd1d8itrvdqyp9w.cloudfront.net/ui-co... https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/footer.js — 200 — 33.5 KiB — 110 ms — h2https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/button.jsd1d8itrvdqyp9w.cloudfront.net/ui-co... https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/button.js — 200 — 969 B — 102 ms — h2https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/card-carousel-with-heading.jsd1d8itrvdqyp9w.cloudfront.net/ui-co... https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/card-carousel-with-heading.js — 200 — 9.0 KiB — 127 ms — h2https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/card-event-list.jsd1d8itrvdqyp9w.cloudfront.net/ui-co... https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/card-event-list.js — 200 — 9.3 KiB — 120 ms — h2https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/card-icon-list.jsd1d8itrvdqyp9w.cloudfront.net/ui-co... https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/card-icon-list.js — 200 — 7.9 KiB — 115 ms — h2https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/card-news-group-responsive.jsd1d8itrvdqyp9w.cloudfront.net/ui-co... https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/card-news-group-responsive.js — 200 — 8.4 KiB — 111 ms — h2https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/content-block.jsd1d8itrvdqyp9w.cloudfront.net/ui-co... https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/content-block.js — 200 — 9.2 KiB — 113 ms — h2https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/homepage-card-story-list.jsd1d8itrvdqyp9w.cloudfront.net/ui-co... https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/homepage-card-story-list.js — 200 — 9.0 KiB — 127 ms — h2https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/homepage-link-list-with-icon-heading.jsd1d8itrvdqyp9w.cloudfront.net/ui-co... https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/homepage-link-list-with-icon-heading.js — 200 — 8.8 KiB — 130 ms — h2https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/link-list.jsd1d8itrvdqyp9w.cloudfront.net/ui-co... https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/link-list.js — 200 — 8.1 KiB — 141 ms — h2https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/media-block-with-heading.jsd1d8itrvdqyp9w.cloudfront.net/ui-co... https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/media-block-with-heading.js — 200 — 8.7 KiB — 131 ms — h2https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/pathfinder.jsd1d8itrvdqyp9w.cloudfront.net/ui-co... https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/pathfinder.js — 200 — 9.0 KiB — 133 ms — h2https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/search-bar.jsd1d8itrvdqyp9w.cloudfront.net/ui-co... https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/search-bar.js — 200 — 10.8 KiB — 143 ms — h2https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/stats-and-rankings.jsd1d8itrvdqyp9w.cloudfront.net/ui-co... https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/stats-and-rankings.js — 200 — 9.0 KiB — 135 ms — h2https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/tabs.jsd1d8itrvdqyp9w.cloudfront.net/ui-co... https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/tabs.js — 200 — 11.5 KiB — 142 ms — h2https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/video.jsd1d8itrvdqyp9w.cloudfront.net/ui-co... https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/video.js — 200 — 8.3 KiB — 137 ms — h2https://cdn1.adoberesources.net/alloy/2.25.0/alloy.min.jscdn1.adoberesources.net/alloy/2.25.... https://cdn1.adoberesources.net/alloy/2.25.0/alloy.min.js — 200 — 40.4 KiB — 30 ms — h2https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/static-BP3dRzg-.jsd1d8itrvdqyp9w.cloudfront.net/ui-co... https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/static-BP3dRzg-.js — 200 — 1.0 KiB — 101 ms — h2https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/lit-element-lPWtoMCL.jsd1d8itrvdqyp9w.cloudfront.net/ui-co... https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/lit-element-lPWtoMCL.js — 200 — 7.2 KiB — 104 ms — h2https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/custom-element-ttkHUa8w.jsd1d8itrvdqyp9w.cloudfront.net/ui-co... https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/custom-element-ttkHUa8w.js — 200 — 1.1 KiB — 102 ms — h2https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/property-BbxJSy_9.jsd1d8itrvdqyp9w.cloudfront.net/ui-co... https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/property-BbxJSy_9.js — 200 — 1.1 KiB — 111 ms — h2https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/if-defined-rjWGGpge.jsd1d8itrvdqyp9w.cloudfront.net/ui-co... https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/if-defined-rjWGGpge.js — 200 — 1.0 KiB — 104 ms — h2https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/class-map-Dv1_Yj7k.jsd1d8itrvdqyp9w.cloudfront.net/ui-co... https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/class-map-Dv1_Yj7k.js — 200 — 1.2 KiB — 107 ms — h2https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/icon-BYY6um4m.jsd1d8itrvdqyp9w.cloudfront.net/ui-co... https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/icon-BYY6um4m.js — 200 — 1.3 KiB — 105 ms — h2https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/cta-slot-BL0fRH2w.jsd1d8itrvdqyp9w.cloudfront.net/ui-co... https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/cta-slot-BL0fRH2w.js — 200 — 945 B — 111 ms — h2https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/image-DERlKEkl.jsd1d8itrvdqyp9w.cloudfront.net/ui-co... https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/image-DERlKEkl.js — 200 — 1.6 KiB — 107 ms — h2https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/styles-ui-core-next-CV3LLzL5.jsd1d8itrvdqyp9w.cloudfront.net/ui-co... https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/styles-ui-core-next-CV3LLzL5.js — 200 — 18.2 KiB — 149 ms — h2https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/icons.utilities-CNj4A6DH.jsd1d8itrvdqyp9w.cloudfront.net/ui-co... https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/icons.utilities-CNj4A6DH.js — 200 — 20.0 KiB — 130 ms — h2https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/state-DkP6Zq9j.jsd1d8itrvdqyp9w.cloudfront.net/ui-co... https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/state-DkP6Zq9j.js — 200 — 1.1 KiB — 111 ms — h2https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/unsafe-html-BeLiFMAm.jsd1d8itrvdqyp9w.cloudfront.net/ui-co... https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/unsafe-html-BeLiFMAm.js — 200 — 1.0 KiB — 114 ms — h2https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/heading-CysI5fFh.jsd1d8itrvdqyp9w.cloudfront.net/ui-co... https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/heading-CysI5fFh.js — 200 — 1.2 KiB — 112 ms — h2https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/query-DOCyx-hX.jsd1d8itrvdqyp9w.cloudfront.net/ui-co... https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/query-DOCyx-hX.js — 200 — 981 B — 124 ms — h2https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/generate-id-Dpf8-dKP.jsd1d8itrvdqyp9w.cloudfront.net/ui-co... https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/generate-id-Dpf8-dKP.js — 200 — 1.1 KiB — 112 ms — h2https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/responsive-mixin-B1JLBds5.jsd1d8itrvdqyp9w.cloudfront.net/ui-co... https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/responsive-mixin-B1JLBds5.js — 200 — 1.5 KiB — 125 ms — h2https://www.googletagmanager.com/gtag/js?id=G-L55G410M0Qwww.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-L55G410M0Q — 200 — 173.1 KiB — 159 ms — h2https://collect-ap-southeast-2.tealiumiq.com/unimelb/main/2/i.gifcollect-ap-southeast-2.tealiumiq.co... https://collect-ap-southeast-2.tealiumiq.com/unimelb/main/2/i.gif — 200 — 779 B — 1.2 s — h2https://tags.tiqcdn.com/utag/unimelb/main/prod/utag.v.js?a=unimelb/main/202604210529&cb=1776804023348tags.tiqcdn.com/utag/unimelb/main/p... https://tags.tiqcdn.com/utag/unimelb/main/prod/utag.v.js?a=unimelb/main/202604210529&cb=1776804023348 — 200 — 441 B — 49 ms — h2https://adobedc.demdex.net/ee/v1/interact?configId=8d1a2ff0-b0ee-4513-86ef-a0035d00a14a&requestId=ec12b004-6593-4957-970d-5996844557daadobedc.demdex.net/ee/v1/interact?c... https://adobedc.demdex.net/ee/v1/interact?configId=8d1a2ff0-b0ee-4513-86ef-a0035d00a14a&requestId=ec12b004-6593-4957-970d-5996844557da — 200 — 1000 B — 119 ms — h2https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/index-CJyWWWHe.jsd1d8itrvdqyp9w.cloudfront.net/ui-co... https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/index-CJyWWWHe.js — 200 — 8.8 KiB — 77 ms — h2https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/custom-viewport-BTkKvvt7.jsd1d8itrvdqyp9w.cloudfront.net/ui-co... https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/custom-viewport-BTkKvvt7.js — 200 — 874 B — 74 ms — h2https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/menu-data-helpers-Dm2rgFo1.jsd1d8itrvdqyp9w.cloudfront.net/ui-co... https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/menu-data-helpers-Dm2rgFo1.js — 200 — 14.7 KiB — 79 ms — h2https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/clsx-OuTLNxxd.jsd1d8itrvdqyp9w.cloudfront.net/ui-co... https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/clsx-OuTLNxxd.js — 200 — 1.3 KiB — 75 ms — h2https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/lifecycle-state-mixin-BFJOSh0E.jsd1d8itrvdqyp9w.cloudfront.net/ui-co... https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/lifecycle-state-mixin-BFJOSh0E.js — 200 — 1.8 KiB — 78 ms — h2https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/repeat-BCmoUZQF.jsd1d8itrvdqyp9w.cloudfront.net/ui-co... https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/repeat-BCmoUZQF.js — 200 — 1.8 KiB — 77 ms — h2https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/index.browser-CWCjzKuA.jsd1d8itrvdqyp9w.cloudfront.net/ui-co... https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/index.browser-CWCjzKuA.js — 200 — 1.1 KiB — 79 ms — h2https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/directive-kLG6oqUu.jsd1d8itrvdqyp9w.cloudfront.net/ui-co... https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/directive-kLG6oqUu.js — 200 — 1.3 KiB — 81 ms — h2https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/map-D8heArFD.jsd1d8itrvdqyp9w.cloudfront.net/ui-co... https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/map-D8heArFD.js — 200 — 1.0 KiB — 73 ms — h2https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/link.jsd1d8itrvdqyp9w.cloudfront.net/ui-co... https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/link.js — 200 — 8.8 KiB — 89 ms — h2https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/card-news-Dvwnxv8b.jsd1d8itrvdqyp9w.cloudfront.net/ui-co... https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/card-news-Dvwnxv8b.js — 200 — 1.2 KiB — 75 ms — h2https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/shared.constants-jFMqLAXK.jsd1d8itrvdqyp9w.cloudfront.net/ui-co... https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/shared.constants-jFMqLAXK.js — 200 — 924 B — 77 ms — h2https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/content-type-indicator-CGlMNqxc.jsd1d8itrvdqyp9w.cloudfront.net/ui-co... https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/content-type-indicator-CGlMNqxc.js — 200 — 1.3 KiB — 76 ms — h2https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/query-all-DjOaiLjE.jsd1d8itrvdqyp9w.cloudfront.net/ui-co... https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/query-all-DjOaiLjE.js — 200 — 1.2 KiB — 68 ms — h2https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/video-EYvO7WKu.jsd1d8itrvdqyp9w.cloudfront.net/ui-co... https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/video-EYvO7WKu.js — 200 — 2.7 KiB — 69 ms — h2https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/sanitize-C34KacG1.jsd1d8itrvdqyp9w.cloudfront.net/ui-co... https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/sanitize-C34KacG1.js — 200 — 1.1 KiB — 66 ms — h2https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/button-Dddhv2Ha.jsd1d8itrvdqyp9w.cloudfront.net/ui-co... https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/button-Dddhv2Ha.js — 200 — 1.5 KiB — 62 ms — h2https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/link-kYT-kBca.jsd1d8itrvdqyp9w.cloudfront.net/ui-co... https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/link-kYT-kBca.js — 200 — 1.5 KiB — 64 ms — h2https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/style-map-D5NmaSPa.jsd1d8itrvdqyp9w.cloudfront.net/ui-co... https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/style-map-D5NmaSPa.js — 200 — 1.2 KiB — 60 ms — h2https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/media-DP7mmMSt.jsd1d8itrvdqyp9w.cloudfront.net/ui-co... https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/media-DP7mmMSt.js — 200 — 1.4 KiB — 58 ms — h2https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/heading.constants-GRgiHeC1.jsd1d8itrvdqyp9w.cloudfront.net/ui-co... https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/heading.constants-GRgiHeC1.js — 200 — 1.2 KiB — 64 ms — h2https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/viewport-BpqRmwuQ.jsd1d8itrvdqyp9w.cloudfront.net/ui-co... https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/viewport-BpqRmwuQ.js — 200 — 934 B — 51 ms — h2https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/base-D76d76ww.jsd1d8itrvdqyp9w.cloudfront.net/ui-co... https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/base-D76d76ww.js — 200 — 1.1 KiB — 51 ms — h2https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/index-lf9fkYPz.jsd1d8itrvdqyp9w.cloudfront.net/ui-co... https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/index-lf9fkYPz.js — 200 — 2.3 KiB — 33 ms — h2data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20fill='none'%20viewBox='0%200%20400…www.w3.org/2000/svg'%20fill='none'%... data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20fill='none'%20viewBox='0%200%20400… — 200 — 0 B — 1 ms — datahttps://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/carousel.jsd1d8itrvdqyp9w.cloudfront.net/ui-co... https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/carousel.js — 200 — 64.9 KiB — 40 ms — h2https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/heading.jsd1d8itrvdqyp9w.cloudfront.net/ui-co... https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/heading.js — 200 — 8.7 KiB — 34 ms — h2https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/cta-slot.jsd1d8itrvdqyp9w.cloudfront.net/ui-co... https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/cta-slot.js — 200 — 8.1 KiB — 35 ms — h2https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/card-news-group.jsd1d8itrvdqyp9w.cloudfront.net/ui-co... https://d1d8itrvdqyp9w.cloudfront.net/ui-core-web-components/v1.0.1/modular/client/card-news-group.js — 200 — 8.0 KiB — 32 ms — h2https://stories.unimelb.edu.au/__data/assets/image/0004/4870300/Anna-Zehrung-2.jpgstories.unimelb.edu.au/__data/asset... https://stories.unimelb.edu.au/__data/assets/image/0004/4870300/Anna-Zehrung-2.jpg — 200 — 264.9 KiB — 112 ms — h3https://www.unimelb.edu.au/__data/assets/image/0004/5510380/Hansen_Scholars-94.jpgwww.unimelb.edu.au/__data/assets/im... https://www.unimelb.edu.au/__data/assets/image/0004/5510380/Hansen_Scholars-94.jpg — 200 — 172.8 KiB — 69 ms — h3data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='144'%20height='144'%20fill=…www.w3.org/2000/svg'%20width='144'%... data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='144'%20height='144'%20fill=… — 200 — 0 B — 1 ms — datahttps://www.unimelb.edu.au/__data/assets/image/0005/5446265/241107_UoM_Science_Parkville-7998.jpgwww.unimelb.edu.au/__data/assets/im... https://www.unimelb.edu.au/__data/assets/image/0005/5446265/241107_UoM_Science_Parkville-7998.jpg — 200 — 72.8 KiB — 93 ms — h3https://www.unimelb.edu.au/__data/assets/image/0020/5384000/frame-1.jpgwww.unimelb.edu.au/__data/assets/im... https://www.unimelb.edu.au/__data/assets/image/0020/5384000/frame-1.jpg — 200 — 91.1 KiB — 82 ms — h3https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght,SOFT,WONK@0,72,300,50,0;0,72,400,50,0;0,72,600,50,0;0,72,700,50,0;1,72,300,50,0;1,72,400,50,0;1,72,600,50,0;1,72,700,50,0&family=Source+Sans+3:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600;1,700&family=Source+Code+Pro:ital,wght@0,400;1,400&display=swapfonts.googleapis.com/css2?family=Fr... https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght,SOFT,WONK@0,72,300,50,0;0,72,400,50,0;0,72,600,50,0;0,72,700,50,0;1,72,300,50,0;1,72,400,50,0;1,72,600,50,0;1,72,700,50,0&family=Source+Sans+3:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600;1,700&family=Source+Code+Pro:ital,wght@0,400;1,400&display=swap — 200 — 2.0 KiB — 84 ms — h2https://www.unimelb.edu.au/__data/assets/image/0005/5512046/20230223-StudentsAndEducation-2147-1.webpwww.unimelb.edu.au/__data/assets/im... https://www.unimelb.edu.au/__data/assets/image/0005/5512046/20230223-StudentsAndEducation-2147-1.webp — 200 — 815.3 KiB — 134 ms — h3https://www.unimelb.edu.au/__data/assets/image/0004/5519596/Elise-Mitri-Austin-Health-patient-Nathan.pngwww.unimelb.edu.au/__data/assets/im... https://www.unimelb.edu.au/__data/assets/image/0004/5519596/Elise-Mitri-Austin-Health-patient-Nathan.png — 200 — 471.6 KiB — 96 ms — h3https://www.unimelb.edu.au/__data/assets/image/0004/5519929/Influencer-lil-miquela.webpwww.unimelb.edu.au/__data/assets/im... https://www.unimelb.edu.au/__data/assets/image/0004/5519929/Influencer-lil-miquela.webp — 200 — 53.1 KiB — 127 ms — h3https://www.unimelb.edu.au/__data/assets/image/0007/5519590/Serge-da-Motta-Veiga.jpgwww.unimelb.edu.au/__data/assets/im... https://www.unimelb.edu.au/__data/assets/image/0007/5519590/Serge-da-Motta-Veiga.jpg — 200 — 67.2 KiB — 127 ms — h3https://www.unimelb.edu.au/__data/assets/image/0020/5502701/birds.jpgwww.unimelb.edu.au/__data/assets/im... https://www.unimelb.edu.au/__data/assets/image/0020/5502701/birds.jpg — 200 — 26.5 KiB — 124 ms — h3https://www.unimelb.edu.au/__data/assets/image/0004/5521477/What-ally-needs-now-book-cover.webpwww.unimelb.edu.au/__data/assets/im... https://www.unimelb.edu.au/__data/assets/image/0004/5521477/What-ally-needs-now-book-cover.webp — 200 — 31.3 KiB — 115 ms — h3https://fonts.gstatic.com/s/sourcesans3/v19/nwpStKy2OAdR1K-IwhWudF-R3w8aZejf5Hc.woff2fonts.gstatic.com/s/sourcesans3/v19... https://fonts.gstatic.com/s/sourcesans3/v19/nwpStKy2OAdR1K-IwhWudF-R3w8aZejf5Hc.woff2 — 200 — 28.1 KiB — 43 ms — h3https://fonts.gstatic.com/s/fraunces/v38/6NUu8FyLNQOQZAnv9bYEvDiIdE9Ea92uMiIk_WBq8U_9v0c2Wa0K7iN7hzFUPJH58nhr1Ic7qv8oRcTn.woff2fonts.gstatic.com/s/fraunces/v38/6N... https://fonts.gstatic.com/s/fraunces/v38/6NUu8FyLNQOQZAnv9bYEvDiIdE9Ea92uMiIk_WBq8U_9v0c2Wa0K7iN7hzFUPJH58nhr1Ic7qv8oRcTn.woff2 — 200 — 36.9 KiB — 52 ms — h3https://region1.google-analytics.com/g/collect?v=2&tid=G-L55G410M0Q&gtm=45je64h1v9183503070za200zd9183503070&_p=1776804023328&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&gdid=dYmQxMT&are=1&cid=1137026021.1776804024&frm=0&pscdl=noapi&rcb=2&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938465~115938468~117266401~117384406&sid=1776804024&sct=1&seg=0&dl=https%3A%2F%2Fwww.unimelb.edu.au%2F&dt=The%20University%20of%20Melbourne%20-%20Australia%27s%20%231%20Ranked%20University&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&ep.platform_u=matrix-controlled-environment&tfd=1546region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-L55G410M0Q&gtm=45je64h1v9183503070za200zd9183503070&_p=1776804023328&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&gdid=dYmQxMT&are=1&cid=1137026021.1776804024&frm=0&pscdl=noapi&rcb=2&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938465~115938468~117266401~117384406&sid=1776804024&sct=1&seg=0&dl=https%3A%2F%2Fwww.unimelb.edu.au%2F&dt=The%20University%20of%20Melbourne%20-%20Australia%27s%20%231%20Ranked%20University&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&ep.platform_u=matrix-controlled-environment&tfd=1546 — 204 — 552 B — 154 ms — h2https://www.googletagmanager.com/gtag/js?id=G-YE8SEG9T0S&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-YE8SEG9T0S&cx=c&gtm=4e64h1 — 200 — 153.5 KiB — 48 ms — h2https://www.googletagmanager.com/gtag/js?id=G-J6RRCK6F9V&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-J6RRCK6F9V&cx=c&gtm=4e64h1 — 200 — 173.7 KiB — 85 ms — h2https://logx.optimizely.com/v1/eventslogx.optimizely.com/v1/events https://logx.optimizely.com/v1/events — 204 — 389 B — 76 ms — h2https://region1.google-analytics.com/g/collect?v=2&tid=G-YE8SEG9T0S&gtm=45je64h1v896304950za200zb9183503070zd9183503070&_p=1776804023328&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&gdid=dYmQxMT&are=1&cid=1137026021.1776804024&frm=0&pscdl=noapi&rcb=16&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115616986~115938465~115938468~117266401~118463262&sid=1776804024&sct=1&seg=0&dl=https%3A%2F%2Fwww.unimelb.edu.au%2F&dt=The%20University%20of%20Melbourne%20-%20Australia%27s%20%231%20Ranked%20University&_tu=QA&en=page_view&_fv=1&_ss=1&_ee=1&ep.platform_u=matrix-controlled-environment&tfd=1695region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-YE8SEG9T0S&gtm=45je64h1v896304950za200zb9183503070zd9183503070&_p=1776804023328&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&gdid=dYmQxMT&are=1&cid=1137026021.1776804024&frm=0&pscdl=noapi&rcb=16&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115616986~115938465~115938468~117266401~118463262&sid=1776804024&sct=1&seg=0&dl=https%3A%2F%2Fwww.unimelb.edu.au%2F&dt=The%20University%20of%20Melbourne%20-%20Australia%27s%20%231%20Ranked%20University&_tu=QA&en=page_view&_fv=1&_ss=1&_ee=1&ep.platform_u=matrix-controlled-environment&tfd=1695 — 204 — 48 B — 85 ms — h2https://region1.google-analytics.com/g/collect?v=2&tid=G-J6RRCK6F9V&gtm=45je64h1v896304416za200zb9183503070zd9183503070&_p=1776804023328&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&gdid=dYmQxMT&_eu=EA&are=1&cid=1137026021.1776804024&frm=0&ir=1&pscdl=noapi&rcb=16&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115616986~115938465~115938469~117266400&sid=1776804024&sct=1&seg=0&dl=https%3A%2F%2Fwww.unimelb.edu.au%2F&dt=The%20University%20of%20Melbourne%20-%20Australia%27s%20%231%20Ranked%20University&en=page_view&_fv=1&_ss=1&_ee=1&ep.content_group=Unimelb_home%3A%20Home&ep.platform_u=matrix-controlled-environment&ep.user_agent_u=Mozilla%2F5.0%20(Macintosh%3B%20Intel%20Mac%20OS%20X%2010_15_7)%20AppleWebKit%2F537.36%20(KHTML%2C%20like%20Gecko)%20Chrome%2F147.0.0.0%20Safari%2F537.36&tfd=1775region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-J6RRCK6F9V&gtm=45je64h1v896304416za200zb9183503070zd9183503070&_p=1776804023328&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&gdid=dYmQxMT&_eu=EA&are=1&cid=1137026021.1776804024&frm=0&ir=1&pscdl=noapi&rcb=16&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115616986~115938465~115938469~117266400&sid=1776804024&sct=1&seg=0&dl=https%3A%2F%2Fwww.unimelb.edu.au%2F&dt=The%20University%20of%20Melbourne%20-%20Australia%27s%20%231%20Ranked%20University&en=page_view&_fv=1&_ss=1&_ee=1&ep.content_group=Unimelb_home%3A%20Home&ep.platform_u=matrix-controlled-environment&ep.user_agent_u=Mozilla%2F5.0%20(Macintosh%3B%20Intel%20Mac%20OS%20X%2010_15_7)%20AppleWebKit%2F537.36%20(KHTML%2C%20like%20Gecko)%20Chrome%2F147.0.0.0%20Safari%2F537.36&tfd=1775 — 204 — 20 B — 25 ms — h3https://www.unimelb.edu.au/__data/assets/image/0012/4587591/favicon.pngwww.unimelb.edu.au/__data/assets/im... https://www.unimelb.edu.au/__data/assets/image/0012/4587591/favicon.png — 200 — 1.7 KiB — 95 ms — h3https://logx.optimizely.com/v1/eventslogx.optimizely.com/v1/events https://logx.optimizely.com/v1/events — 204 — 73 B — 31 ms — h2https://visitor-service-ap-southeast-2.tealiumiq.com/unimelb/main/019db1c5cc290017a132de73894105075001b06d00590?callback=utag.ut%5B%22writevamain%22%5D&rnd=1776804026660visitor-service-ap-southeast-2.teal... https://visitor-service-ap-southeast-2.tealiumiq.com/unimelb/main/019db1c5cc290017a132de73894105075001b06d00590?callback=utag.ut%5B%22writevamain%22%5D&rnd=1776804026660 — -1 — 0 B — 0 ms —
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 978ms · 709KB · A$17/mo
d1d8itrvdqyp9w.cloudfront.net
Other
Costly
Execution 256ms
Transfer 7 KB
Monthly Cost A$4/mo
www.unimelb.edu.au
Other
Optional
Execution 151ms
Transfer 10 KB
Monthly Cost A$3/mo
Unattributable
Other
Optional
Execution 115ms
Transfer 0 KB
Monthly Cost A$2/mo
d1d8itrvdqyp9w.cloudfront.net
Other
Optional
Execution 99ms
Transfer 2 KB
Monthly Cost A$2/mo
Google Tag Manager
Tag Manager
Optional
Execution 96ms
Transfer 173 KB
Unused 39%
Monthly Cost A$2/mo
Google Tag Manager
Tag Manager
Optional
Execution 78ms
Transfer 174 KB
Unused 40%
Monthly Cost A$1/mo
Optimizely
A/B Testing
Optional
Execution 77ms
Transfer 117 KB
Unused 44%
Monthly Cost A$1/mo
Google Tag Manager
Tag Manager
Optional
Execution 55ms
Transfer 154 KB
Unused 44%
Monthly Cost A$1/mo
tags.tiqcdn.com
Other
Optional
Execution 51ms
Transfer 72 KB
Unused 33%
Monthly Cost A$1/mo

These scripts may cost more than they're worth

  • d1d8itrvdqyp9w.cloudfront.net adds 256ms and costs ~A$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

d1d8itrvdqyp9w.cloudfront.net takes 256ms 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