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

Performance

· 17 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
67
GRADE
D
FIX
6
REVIEW
2
PASS
7
INFO
2

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

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

3.75 s

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

14.70 s

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

1.50 s

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

0.103

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

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

26.95 s

Page Load Progression

714 ms
1.4 s
2.1 s
2.9 s
3.6 s
4.3 s
5.0 s
5.7 s
Checks
17
7 PASS 2 REVIEW 6 FIX
F
Page Weight Budget
Action
4.8 MB transferred, 130 requests
FIX
4.8 MB transferred, 130 requests
Critical::
Page weighs 10.0 MB (4.8 MB transferred)
Warning::
Images are 2.4 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 2.4 MB
Warning::
JavaScript is 2.0 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 2.0 MB
Info::
Fonts are 285 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 285 KB
Warning::
130 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 1.0 g CO2 per page load
4.8 MB / 2.4 MB budget
4.8 MB transferred
130 requests
1.0 g CO2 per page load
Images 2.4 MiB 50%
JavaScript 2.0 MiB 43%
Fonts 284.6 KiB 6%
CSS 59.6 KiB 1%
HTML 18.5 KiB 0%
Other 5.5 KiB 0%
Other 4.9 KiB 0%
Other 2.6 KiB 0%
Other 1.8 KiB 0%
Other 0 B 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

Subset fonts to include only used characters, or switch to system font stacks.

Why this matters

Font payload is large — subset to used glyphs only, or fall back to system fonts (zero load time).

Source: web.dev font loading

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 (4.8 MiB of 4.8 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Execution Cost
Action
6322ms total JS execution
FIX
6322ms total JS execution
Warning::
https://www.deakin.edu.au/__data/assets/git_bridge...: 1378ms CPU time
Warning::
https://www.deakin.edu.au/: 990ms CPU time
Warning::
Unattributable: 812ms CPU time
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-TXQ...: 425ms CPU time
Warning::
https://www.googletagmanager.com/gtag/js?id=AW-857...: 300ms CPU time
Warning::
Third-party scripts: 6322ms (100% of total)

Main Thread Breakdown

Script Evaluation 52% Other 22% Style & Layout 11% Script Parsing & Compilation 6% Parse HTML & CSS 4% Rendering 3%
ScriptTotalScriptingParse/CompileParty
https://www.deakin.edu.au/__data/assets/git_bridge/0024/3858/dist/assets/swiper-bundle.js1378ms462ms1ms3rd
https://www.deakin.edu.au/990ms65ms6ms3rd
Unattributable812ms80ms0ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-TXQ3FZ425ms352ms48ms3rd
https://www.googletagmanager.com/gtag/js?id=AW-857387624&cx=c&gtm=4e64k1300ms254ms45ms3rd
https://assets.adobedtm.com/761e01f3b3b2/dd5e3158d599/launch-eb8e866eb09a.min.js276ms232ms35ms3rd
https://www.googletagmanager.com/gtag/js?id=G-0KZP27FW69&cx=c&gtm=4e64k1261ms223ms36ms3rd
https://www.deakin.edu.au/__data/assets/git_bridge/0024/3858/dist/assets/main2.js?h=a8405bf8254ms173ms2ms3rd
https://www.googletagmanager.com/gtag/js?id=G-YEQ6SL40NP&cx=c&gtm=4e64k1212ms180ms31ms3rd
https://analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwMQ.js203ms163ms37ms3rd

Showing top 10 of 21 scripts

F
JS Bundles
Action
55 scripts, 650 KB unused
FIX
55 scripts, 650 KB unused
Warning::
https://www.deakin.edu.au/__data/assets/git_bridge...: 123 KB unused (78%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-YEQ6...: 63 KB unused (40%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-0KZP...: 62 KB unused (37%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-TXQ...: 61 KB unused (34%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://analytics.tiktok.com/i18n/pixel/static/mai...: 57 KB unused (52%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 650 KB
650 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.deakin.edu.au/__data/assets/git_bridge/0024/3858/dist/assets/main2.js?h=a8405bf8158 KB123 KB (78%)3rd
https://www.googletagmanager.com/gtag/js?id=G-YEQ6SL40NP&cx=c&gtm=4e64k1156 KB63 KB (40%)3rd
https://www.googletagmanager.com/gtag/js?id=G-0KZP27FW69&cx=c&gtm=4e64k1164 KB62 KB (37%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-TXQ3FZ178 KB61 KB (34%)3rd
https://analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwMQ.js110 KB57 KB (52%)3rd
https://www.googletagmanager.com/gtag/js?id=DC-14592068&cx=c&gtm=4e64k1131 KB56 KB (43%)3rd
https://www.googletagmanager.com/gtag/js?id=AW-857387624&cx=c&gtm=4e64k1153 KB49 KB (32%)3rd
https://assets.adobedtm.com/761e01f3b3b2/dd5e3158d599/launch-eb8e866eb09a.min.js108 KB37 KB (34%)3rd
https://connect.facebook.net/en_US/fbevents.js97 KB33 KB (34%)3rd
https://s.go-mpulse.net/boomerang/UT5ML-JV9CY-QR56E-VRF4F-PT4VK53 KB33 KB (62%)3rd

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

F
Page Weight Inventory
Action
130 resources · 4.8 MB · 650 KB savings available
FIX
130 resources · 4.8 MB · 650 KB savings available
Warning::
Page weight 3.8 MB over 1MB target
Got: 4.8 MB Expected: ≤ 1 MB
Info::
~650 KB of savings available
Warning::
129 third-party resources (100% of weight)
Info::
3 resources over 200KB
130 resources · 4.8 MiB · 129 third-party 3.8 MiB over 1MB target
Image 50% · 2.4 MiB
JavaScript 43% · 2.0 MiB
Font 6% · 284.6 KiB
CSS 1% · 59.6 KiB
Document 0% · 18.7 KiB
Other 0% · 12.7 KiB

~650.3 KiB of savings available

Remove unused JavaScript: 650.3 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
30 images, 0 KB saveable
REVIEW
30 images, 0 KB saveable
Warning::
https://www.deakin.edu.au/__data/assets/image/0023... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.deakin.edu.au/__data/assets/image/0029... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.deakin.edu.au/__data/assets/image/0024... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.deakin.edu.au/__data/assets/image/0025... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.deakin.edu.au/__data/assets/git_bridge... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.deakin.edu.au/__data/assets/image/0030... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.deakin.edu.au/__data/assets/image/0026... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
30 images 2.4 MB
0 oversized -0 KB
30 legacy format
7 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

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

Web fonts

5

285 KB total

Render-blocking

0

of 5

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s FCP 3.7 s LCP 14.7 shttps://www.deakin.edu.au/__data/assets/git_bridge/0024/3858/dist/assets/OpenSans-Semibold.woffOpenSans-Semibold.woff https://www.deakin.edu.au/__data/assets/git_bridge/0024/3858/dist/assets/OpenSans-Semibold.woff — 68.5 KiB — 62 ms — font-display: swaphttps://www.deakin.edu.au/__data/assets/git_bridge/0024/3858/dist/assets/OpenSans-Regular.woffOpenSans-Regular.woff https://www.deakin.edu.au/__data/assets/git_bridge/0024/3858/dist/assets/OpenSans-Regular.woff — 62.4 KiB — 90 ms — font-display: swaphttps://www.deakin.edu.au/__data/assets/git_bridge/0024/3858/dist/assets/WorldlyRegular.woffWorldlyRegular.woff https://www.deakin.edu.au/__data/assets/git_bridge/0024/3858/dist/assets/WorldlyRegular.woff — 76.5 KiB — 75 ms — font-display: swaphttps://www.deakin.edu.au/__data/assets/git_bridge/0024/3858/dist/assets/icons.woff2?90656369ed37a472b8ace9e88ae17173icons.woff2 https://www.deakin.edu.au/__data/assets/git_bridge/0024/3858/dist/assets/icons.woff2?90656369ed37a472b8ace9e88ae17173 — 14.8 KiB — 62 ms — font-display: swaphttps://www.deakin.edu.au/__data/assets/git_bridge/0024/3858/dist/assets/OpenSansBold.woffOpenSansBold.woff https://www.deakin.edu.au/__data/assets/git_bridge/0024/3858/dist/assets/OpenSansBold.woff — 62.3 KiB — 92 ms — font-display: swap
OpenSans-Semibold.woff woff swap
Size 68 KB
Load time 62 ms
Start 1.2 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
OpenSans-Regular.woff woff swap
Size 62 KB
Load time 90 ms
Start 1.2 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
WorldlyRegular.woff woff swap
Size 77 KB
Load time 75 ms
Start 1.2 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
icons.woff2 woff2 swap
Size 15 KB
Load time 62 ms
Start 1.2 s
Risk FOUT — text flashes from fallback to web font
OpenSansBold.woff woff swap
Size 62 KB
Load time 92 ms
Start 1.2 s
Risk FOUT — text flashes from fallback to web font
  • 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 ~81 KB and ~162 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
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
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
130 requests over 3828ms
INFO
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s FCP 3.7 s LCP 14.7 shttps://deakin.edu.au// https://deakin.edu.au/ — 302 — 130 B — 835 ms — http/1.0https://www.deakin.edu.au/www.deakin.edu.au/ https://www.deakin.edu.au/ — 200 — 16.3 KiB — 207 ms — h2https://www.deakin.edu.au/__data/assets/git_bridge/0024/3858/dist/assets/main.css?h=a8405bf8www.deakin.edu.au/__data/assets/git... https://www.deakin.edu.au/__data/assets/git_bridge/0024/3858/dist/assets/main.css?h=a8405bf8 — 200 — 56.3 KiB — 64 ms — h2https://assets.adobedtm.com/761e01f3b3b2/dd5e3158d599/launch-eb8e866eb09a.min.jsassets.adobedtm.com/761e01f3b3b2/dd... https://assets.adobedtm.com/761e01f3b3b2/dd5e3158d599/launch-eb8e866eb09a.min.js — 200 — 108.4 KiB — 58 ms — h2https://www.deakin.edu.au/__data/assets/image/0026/115694/40692_376x376_deakin_business_2.jpgwww.deakin.edu.au/__data/assets/ima... https://www.deakin.edu.au/__data/assets/image/0026/115694/40692_376x376_deakin_business_2.jpg — 200 — 108.0 KiB — 100 ms — h2https://www.deakin.edu.au/__data/assets/image/0023/115691/29283_376x376_deakin_study_areas.jpgwww.deakin.edu.au/__data/assets/ima... https://www.deakin.edu.au/__data/assets/image/0023/115691/29283_376x376_deakin_study_areas.jpg — 200 — 85.5 KiB — 102 ms — h2https://www.deakin.edu.au/__data/assets/git_bridge/0024/3858/dist/assets/main2.js?h=a8405bf8www.deakin.edu.au/__data/assets/git... https://www.deakin.edu.au/__data/assets/git_bridge/0024/3858/dist/assets/main2.js?h=a8405bf8 — 200 — 158.1 KiB — 99 ms — h2https://www.deakin.edu.au/__data/assets/git_bridge/0035/195659/dist/adobe-tracking/global.bundle.js?h=78ce027bwww.deakin.edu.au/__data/assets/git... https://www.deakin.edu.au/__data/assets/git_bridge/0035/195659/dist/adobe-tracking/global.bundle.js?h=78ce027b — 200 — 6.7 KiB — 58 ms — h2https://www.deakin.edu.au/__data/assets/image/0029/115697/46428_376x376_deakin_alumni.jpgwww.deakin.edu.au/__data/assets/ima... https://www.deakin.edu.au/__data/assets/image/0029/115697/46428_376x376_deakin_alumni.jpg — 200 — 105.5 KiB — 98 ms — h3https://www.deakin.edu.au/__data/assets/image/0030/115698/40416_376x376_deakin_courses.jpgwww.deakin.edu.au/__data/assets/ima... https://www.deakin.edu.au/__data/assets/image/0030/115698/40416_376x376_deakin_courses.jpg — 200 — 65.9 KiB — 130 ms — h3https://www.deakin.edu.au/__data/assets/image/0024/115692/43800_376x376_deakin_IT.jpgwww.deakin.edu.au/__data/assets/ima... https://www.deakin.edu.au/__data/assets/image/0024/115692/43800_376x376_deakin_IT.jpg — 200 — 49.9 KiB — 130 ms — h3https://www.deakin.edu.au/__data/assets/git_bridge/0024/3858/dist/images/logo_deakin-rebrand-stacked.png?h=a8405bf8www.deakin.edu.au/__data/assets/git... https://www.deakin.edu.au/__data/assets/git_bridge/0024/3858/dist/images/logo_deakin-rebrand-stacked.png?h=a8405bf8 — 200 — 23.0 KiB — 90 ms — h3https://www.deakin.edu.au/__data/assets/image/0025/115693/40560_376x376_deakin_business.jpgwww.deakin.edu.au/__data/assets/ima... https://www.deakin.edu.au/__data/assets/image/0025/115693/40560_376x376_deakin_business.jpg — 200 — 73.7 KiB — 140 ms — h3https://img.youtube.com/vi/4yxm_J9-6Yg/maxresdefault.jpgimg.youtube.com/vi/4yxm_J9-6Yg/maxr... https://img.youtube.com/vi/4yxm_J9-6Yg/maxresdefault.jpg — 200 — 100.4 KiB — 216 ms — h2https://img.youtube.com/vi/LL-wY3rs06E/maxresdefault.jpgimg.youtube.com/vi/LL-wY3rs06E/maxr... https://img.youtube.com/vi/LL-wY3rs06E/maxresdefault.jpg — 200 — 126.2 KiB — 275 ms — h2https://img.youtube.com/vi/CkFcKAT80Tg/maxresdefault.jpgimg.youtube.com/vi/CkFcKAT80Tg/maxr... https://img.youtube.com/vi/CkFcKAT80Tg/maxresdefault.jpg — 200 — 45.1 KiB — 229 ms — h2https://img.youtube.com/vi/MqfwM00Atps/maxresdefault.jpgimg.youtube.com/vi/MqfwM00Atps/maxr... https://img.youtube.com/vi/MqfwM00Atps/maxresdefault.jpg — 200 — 81.1 KiB — 284 ms — h2https://img.youtube.com/vi/9La1QYZfLKQ/maxresdefault.jpgimg.youtube.com/vi/9La1QYZfLKQ/maxr... https://img.youtube.com/vi/9La1QYZfLKQ/maxresdefault.jpg — 200 — 71.1 KiB — 253 ms — h2https://img.youtube.com/vi/gr5BHY2cUHU/maxresdefault.jpgimg.youtube.com/vi/gr5BHY2cUHU/maxr... https://img.youtube.com/vi/gr5BHY2cUHU/maxresdefault.jpg — 200 — 77.3 KiB — 284 ms — h2https://www.deakin.edu.au/__data/assets/git_bridge/0024/3858/dist/images/aboriginal-flag.pngwww.deakin.edu.au/__data/assets/git... https://www.deakin.edu.au/__data/assets/git_bridge/0024/3858/dist/images/aboriginal-flag.png — 200 — 1.1 KiB — 79 ms — h3https://www.deakin.edu.au/__data/assets/git_bridge/0024/3858/dist/images/tsi-flag.pngwww.deakin.edu.au/__data/assets/git... https://www.deakin.edu.au/__data/assets/git_bridge/0024/3858/dist/images/tsi-flag.png — 200 — 1.7 KiB — 83 ms — h3https://www.deakin.edu.au/__data/assets/git_bridge/0024/3858/dist/images/logo_deakin-rebrand-stacked.pngwww.deakin.edu.au/__data/assets/git... https://www.deakin.edu.au/__data/assets/git_bridge/0024/3858/dist/images/logo_deakin-rebrand-stacked.png — 200 — 23.0 KiB — 83 ms — h3https://www.googletagmanager.com/gtm.js?id=GTM-TXQ3FZwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-TXQ3FZ — 200 — 178.3 KiB — 220 ms — h2https://cdn.evgnet.com/beacon/deakinuniversity/domestic/scripts/evergage.min.jscdn.evgnet.com/beacon/deakinunivers... https://cdn.evgnet.com/beacon/deakinuniversity/domestic/scripts/evergage.min.js — 200 — 48.0 KiB — 166 ms — h2https://www.deakin.edu.au/__data/assets/image/0026/252575/31396_2000x700_Level-up-HP-banner_2.jpgwww.deakin.edu.au/__data/assets/ima... https://www.deakin.edu.au/__data/assets/image/0026/252575/31396_2000x700_Level-up-HP-banner_2.jpg — 200 — 275.7 KiB — 158 ms — h3https://www.deakin.edu.au/__data/assets/image/0025/251539/58412_2000x700_Deakin-Open_Day.jpgwww.deakin.edu.au/__data/assets/ima... https://www.deakin.edu.au/__data/assets/image/0025/251539/58412_2000x700_Deakin-Open_Day.jpg — 200 — 123.7 KiB — 145 ms — h3https://www.deakin.edu.au/__data/assets/image/0028/250669/58303_2000x700_unbeatable-employability_2.jpgwww.deakin.edu.au/__data/assets/ima... https://www.deakin.edu.au/__data/assets/image/0028/250669/58303_2000x700_unbeatable-employability_2.jpg — 200 — 87.4 KiB — 136 ms — h3https://www.deakin.edu.au/__data/assets/image/0028/115876/47870_VC_IainMartin.jpgwww.deakin.edu.au/__data/assets/ima... https://www.deakin.edu.au/__data/assets/image/0028/115876/47870_VC_IainMartin.jpg — 200 — 385.0 KiB — 159 ms — h3https://www.deakin.edu.au/__data/assets/image/0031/252679/45204_2000x480_Deakin-nursing-grad_HP-CO.jpgwww.deakin.edu.au/__data/assets/ima... https://www.deakin.edu.au/__data/assets/image/0031/252679/45204_2000x480_Deakin-nursing-grad_HP-CO.jpg — 200 — 206.8 KiB — 157 ms — h3https://www.deakin.edu.au/__data/assets/image/0021/115860/homepage_1566x536_callout2-copy.jpgwww.deakin.edu.au/__data/assets/ima... https://www.deakin.edu.au/__data/assets/image/0021/115860/homepage_1566x536_callout2-copy.jpg — 200 — 161.1 KiB — 149 ms — h3
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s FCP 3.7 s LCP 14.7 shttps://deakin.edu.au// https://deakin.edu.au/ — 302 — 130 B — 835 ms — http/1.0https://www.deakin.edu.au/www.deakin.edu.au/ https://www.deakin.edu.au/ — 200 — 16.3 KiB — 207 ms — h2https://www.deakin.edu.au/__data/assets/git_bridge/0024/3858/dist/assets/main.css?h=a8405bf8www.deakin.edu.au/__data/assets/git... https://www.deakin.edu.au/__data/assets/git_bridge/0024/3858/dist/assets/main.css?h=a8405bf8 — 200 — 56.3 KiB — 64 ms — h2https://assets.adobedtm.com/761e01f3b3b2/dd5e3158d599/launch-eb8e866eb09a.min.jsassets.adobedtm.com/761e01f3b3b2/dd... https://assets.adobedtm.com/761e01f3b3b2/dd5e3158d599/launch-eb8e866eb09a.min.js — 200 — 108.4 KiB — 58 ms — h2https://www.deakin.edu.au/__data/assets/image/0026/115694/40692_376x376_deakin_business_2.jpgwww.deakin.edu.au/__data/assets/ima... https://www.deakin.edu.au/__data/assets/image/0026/115694/40692_376x376_deakin_business_2.jpg — 200 — 108.0 KiB — 100 ms — h2https://www.deakin.edu.au/__data/assets/image/0023/115691/29283_376x376_deakin_study_areas.jpgwww.deakin.edu.au/__data/assets/ima... https://www.deakin.edu.au/__data/assets/image/0023/115691/29283_376x376_deakin_study_areas.jpg — 200 — 85.5 KiB — 102 ms — h2https://www.deakin.edu.au/__data/assets/git_bridge/0024/3858/dist/assets/main2.js?h=a8405bf8www.deakin.edu.au/__data/assets/git... https://www.deakin.edu.au/__data/assets/git_bridge/0024/3858/dist/assets/main2.js?h=a8405bf8 — 200 — 158.1 KiB — 99 ms — h2https://www.deakin.edu.au/__data/assets/git_bridge/0035/195659/dist/adobe-tracking/global.bundle.js?h=78ce027bwww.deakin.edu.au/__data/assets/git... https://www.deakin.edu.au/__data/assets/git_bridge/0035/195659/dist/adobe-tracking/global.bundle.js?h=78ce027b — 200 — 6.7 KiB — 58 ms — h2https://www.deakin.edu.au/__data/assets/image/0029/115697/46428_376x376_deakin_alumni.jpgwww.deakin.edu.au/__data/assets/ima... https://www.deakin.edu.au/__data/assets/image/0029/115697/46428_376x376_deakin_alumni.jpg — 200 — 105.5 KiB — 98 ms — h3https://www.deakin.edu.au/__data/assets/image/0030/115698/40416_376x376_deakin_courses.jpgwww.deakin.edu.au/__data/assets/ima... https://www.deakin.edu.au/__data/assets/image/0030/115698/40416_376x376_deakin_courses.jpg — 200 — 65.9 KiB — 130 ms — h3https://www.deakin.edu.au/__data/assets/image/0024/115692/43800_376x376_deakin_IT.jpgwww.deakin.edu.au/__data/assets/ima... https://www.deakin.edu.au/__data/assets/image/0024/115692/43800_376x376_deakin_IT.jpg — 200 — 49.9 KiB — 130 ms — h3https://www.deakin.edu.au/__data/assets/git_bridge/0024/3858/dist/images/logo_deakin-rebrand-stacked.png?h=a8405bf8www.deakin.edu.au/__data/assets/git... https://www.deakin.edu.au/__data/assets/git_bridge/0024/3858/dist/images/logo_deakin-rebrand-stacked.png?h=a8405bf8 — 200 — 23.0 KiB — 90 ms — h3https://www.deakin.edu.au/__data/assets/image/0025/115693/40560_376x376_deakin_business.jpgwww.deakin.edu.au/__data/assets/ima... https://www.deakin.edu.au/__data/assets/image/0025/115693/40560_376x376_deakin_business.jpg — 200 — 73.7 KiB — 140 ms — h3https://img.youtube.com/vi/4yxm_J9-6Yg/maxresdefault.jpgimg.youtube.com/vi/4yxm_J9-6Yg/maxr... https://img.youtube.com/vi/4yxm_J9-6Yg/maxresdefault.jpg — 200 — 100.4 KiB — 216 ms — h2https://img.youtube.com/vi/LL-wY3rs06E/maxresdefault.jpgimg.youtube.com/vi/LL-wY3rs06E/maxr... https://img.youtube.com/vi/LL-wY3rs06E/maxresdefault.jpg — 200 — 126.2 KiB — 275 ms — h2https://img.youtube.com/vi/CkFcKAT80Tg/maxresdefault.jpgimg.youtube.com/vi/CkFcKAT80Tg/maxr... https://img.youtube.com/vi/CkFcKAT80Tg/maxresdefault.jpg — 200 — 45.1 KiB — 229 ms — h2https://img.youtube.com/vi/MqfwM00Atps/maxresdefault.jpgimg.youtube.com/vi/MqfwM00Atps/maxr... https://img.youtube.com/vi/MqfwM00Atps/maxresdefault.jpg — 200 — 81.1 KiB — 284 ms — h2https://img.youtube.com/vi/9La1QYZfLKQ/maxresdefault.jpgimg.youtube.com/vi/9La1QYZfLKQ/maxr... https://img.youtube.com/vi/9La1QYZfLKQ/maxresdefault.jpg — 200 — 71.1 KiB — 253 ms — h2https://img.youtube.com/vi/gr5BHY2cUHU/maxresdefault.jpgimg.youtube.com/vi/gr5BHY2cUHU/maxr... https://img.youtube.com/vi/gr5BHY2cUHU/maxresdefault.jpg — 200 — 77.3 KiB — 284 ms — h2https://www.deakin.edu.au/__data/assets/git_bridge/0024/3858/dist/images/aboriginal-flag.pngwww.deakin.edu.au/__data/assets/git... https://www.deakin.edu.au/__data/assets/git_bridge/0024/3858/dist/images/aboriginal-flag.png — 200 — 1.1 KiB — 79 ms — h3https://www.deakin.edu.au/__data/assets/git_bridge/0024/3858/dist/images/tsi-flag.pngwww.deakin.edu.au/__data/assets/git... https://www.deakin.edu.au/__data/assets/git_bridge/0024/3858/dist/images/tsi-flag.png — 200 — 1.7 KiB — 83 ms — h3https://www.deakin.edu.au/__data/assets/git_bridge/0024/3858/dist/images/logo_deakin-rebrand-stacked.pngwww.deakin.edu.au/__data/assets/git... https://www.deakin.edu.au/__data/assets/git_bridge/0024/3858/dist/images/logo_deakin-rebrand-stacked.png — 200 — 23.0 KiB — 83 ms — h3https://www.googletagmanager.com/gtm.js?id=GTM-TXQ3FZwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-TXQ3FZ — 200 — 178.3 KiB — 220 ms — h2https://cdn.evgnet.com/beacon/deakinuniversity/domestic/scripts/evergage.min.jscdn.evgnet.com/beacon/deakinunivers... https://cdn.evgnet.com/beacon/deakinuniversity/domestic/scripts/evergage.min.js — 200 — 48.0 KiB — 166 ms — h2https://www.deakin.edu.au/__data/assets/image/0026/252575/31396_2000x700_Level-up-HP-banner_2.jpgwww.deakin.edu.au/__data/assets/ima... https://www.deakin.edu.au/__data/assets/image/0026/252575/31396_2000x700_Level-up-HP-banner_2.jpg — 200 — 275.7 KiB — 158 ms — h3https://www.deakin.edu.au/__data/assets/image/0025/251539/58412_2000x700_Deakin-Open_Day.jpgwww.deakin.edu.au/__data/assets/ima... https://www.deakin.edu.au/__data/assets/image/0025/251539/58412_2000x700_Deakin-Open_Day.jpg — 200 — 123.7 KiB — 145 ms — h3https://www.deakin.edu.au/__data/assets/image/0028/250669/58303_2000x700_unbeatable-employability_2.jpgwww.deakin.edu.au/__data/assets/ima... https://www.deakin.edu.au/__data/assets/image/0028/250669/58303_2000x700_unbeatable-employability_2.jpg — 200 — 87.4 KiB — 136 ms — h3https://www.deakin.edu.au/__data/assets/image/0028/115876/47870_VC_IainMartin.jpgwww.deakin.edu.au/__data/assets/ima... https://www.deakin.edu.au/__data/assets/image/0028/115876/47870_VC_IainMartin.jpg — 200 — 385.0 KiB — 159 ms — h3https://www.deakin.edu.au/__data/assets/image/0031/252679/45204_2000x480_Deakin-nursing-grad_HP-CO.jpgwww.deakin.edu.au/__data/assets/ima... https://www.deakin.edu.au/__data/assets/image/0031/252679/45204_2000x480_Deakin-nursing-grad_HP-CO.jpg — 200 — 206.8 KiB — 157 ms — h3https://www.deakin.edu.au/__data/assets/image/0021/115860/homepage_1566x536_callout2-copy.jpgwww.deakin.edu.au/__data/assets/ima... https://www.deakin.edu.au/__data/assets/image/0021/115860/homepage_1566x536_callout2-copy.jpg — 200 — 161.1 KiB — 149 ms — h3https://www.deakin.edu.au/__data/assets/git_bridge/0024/3858/dist/assets/OpenSans-Semibold.woffwww.deakin.edu.au/__data/assets/git... https://www.deakin.edu.au/__data/assets/git_bridge/0024/3858/dist/assets/OpenSans-Semibold.woff — 200 — 68.5 KiB — 62 ms — h3https://www.deakin.edu.au/__data/assets/git_bridge/0024/3858/dist/assets/OpenSans-Regular.woffwww.deakin.edu.au/__data/assets/git... https://www.deakin.edu.au/__data/assets/git_bridge/0024/3858/dist/assets/OpenSans-Regular.woff — 200 — 62.4 KiB — 90 ms — h3https://www.deakin.edu.au/__data/assets/git_bridge/0024/3858/dist/assets/WorldlyRegular.woffwww.deakin.edu.au/__data/assets/git... https://www.deakin.edu.au/__data/assets/git_bridge/0024/3858/dist/assets/WorldlyRegular.woff — 200 — 76.5 KiB — 75 ms — h3https://www.deakin.edu.au/__data/assets/git_bridge/0024/3858/dist/assets/icons.woff2?90656369ed37a472b8ace9e88ae17173www.deakin.edu.au/__data/assets/git... https://www.deakin.edu.au/__data/assets/git_bridge/0024/3858/dist/assets/icons.woff2?90656369ed37a472b8ace9e88ae17173 — 200 — 14.8 KiB — 62 ms — h3https://www.deakin.edu.au/__data/assets/git_bridge/0024/3858/dist/assets/OpenSansBold.woffwww.deakin.edu.au/__data/assets/git... https://www.deakin.edu.au/__data/assets/git_bridge/0024/3858/dist/assets/OpenSansBold.woff — 200 — 62.3 KiB — 92 ms — h3https://cdn.mouseflow.com/projects/96b4e4dd-d12a-4008-9772-ceaab4e8d02b.jscdn.mouseflow.com/projects/96b4e4dd... https://cdn.mouseflow.com/projects/96b4e4dd-d12a-4008-9772-ceaab4e8d02b.js — 200 — 18.3 KiB — 139 ms — h2https://img.youtube.com/vi/J2OlnYHwFyg/maxresdefault.jpgimg.youtube.com/vi/J2OlnYHwFyg/maxr... https://img.youtube.com/vi/J2OlnYHwFyg/maxresdefault.jpg — 200 — 75.6 KiB — 167 ms — h2https://img.youtube.com/vi/VQMEDUGQ0Eo/maxresdefault.jpgimg.youtube.com/vi/VQMEDUGQ0Eo/maxr... https://img.youtube.com/vi/VQMEDUGQ0Eo/maxresdefault.jpg — 200 — 61.8 KiB — 163 ms — h2https://www.deakin.edu.au/__data/assets/git_bridge/0035/195659/dist/adobe-tracking/adobe.chunk.jswww.deakin.edu.au/__data/assets/git... https://www.deakin.edu.au/__data/assets/git_bridge/0035/195659/dist/adobe-tracking/adobe.chunk.js — 200 — 29.4 KiB — 68 ms — h3https://www.deakin.edu.au/__data/assets/git_bridge/0035/195659/dist/adobe-tracking/trackPageView.chunk.jswww.deakin.edu.au/__data/assets/git... https://www.deakin.edu.au/__data/assets/git_bridge/0035/195659/dist/adobe-tracking/trackPageView.chunk.js — 200 — 2.5 KiB — 57 ms — h3https://www.deakin.edu.au/__data/assets/git_bridge/0035/195659/dist/adobe-tracking/index.chunk.jswww.deakin.edu.au/__data/assets/git... https://www.deakin.edu.au/__data/assets/git_bridge/0035/195659/dist/adobe-tracking/index.chunk.js — 200 — 32.5 KiB — 77 ms — h3https://www.deakin.edu.au/__data/assets/git_bridge/0035/195659/dist/adobe-tracking/trackError404.chunk.jswww.deakin.edu.au/__data/assets/git... https://www.deakin.edu.au/__data/assets/git_bridge/0035/195659/dist/adobe-tracking/trackError404.chunk.js — 200 — 602 B — 51 ms — h3https://www.deakin.edu.au/__data/assets/git_bridge/0024/3858/dist/assets/swiper-bundle.jswww.deakin.edu.au/__data/assets/git... https://www.deakin.edu.au/__data/assets/git_bridge/0024/3858/dist/assets/swiper-bundle.js — 200 — 46.0 KiB — 66 ms — h3https://www.deakin.edu.au/__data/assets/git_bridge/0024/3858/dist/assets/swiper-bundle.csswww.deakin.edu.au/__data/assets/git... https://www.deakin.edu.au/__data/assets/git_bridge/0024/3858/dist/assets/swiper-bundle.css — 200 — 3.3 KiB — 57 ms — h3https://www.youtube.com/iframe_apiwww.youtube.com/iframe_api https://www.youtube.com/iframe_api — 200 — 3.5 KiB — 131 ms — h2https://connect.facebook.net/en_US/fbevents.jsconnect.facebook.net/en_US/fbevents... https://connect.facebook.net/en_US/fbevents.js — 200 — 96.6 KiB — 101 ms — h3https://deakinuniversity.australia-3.evergage.com/api2/event/domestic?event=eyJzb3VyY2UiOnsicGFnZVR5cGUiOiJob21lIiwidXJsIjoiaHR0cHM6Ly93d3cuZGVha2luLmVkdS5hdS8iLCJ1cmxSZWZlcnJlciI6IiIsImNoYW5uZWwiOiJXZWIiLCJiZWFjb25WZXJzaW9uIjoxNiwiY29uZmlnVmVyc2lvbiI6IjE5MyIsImNvbnRlbnRab25lcyI6WyJuYXZpZ2F0aW9uX2xvZ28iLCJoZXJvX2Jhbm5lciIsImNvdXJzZV9zZWFyY2giLCJmaW5kX2NvdXJzZV9zZWFyY2giLCJmb290ZXIiLCJwdWJ3X2JvZHkiLCJob21lcGFnZV9oZXJvX2Jhbm5lciIsImhvbWVwYWdlX3NlYXJjaF9jb3Vyc2UiLCJob21lcGFnZV9wcm9vZnBvaW50cyJdfSwidXNlciI6eyJhbm9ueW1vdXNJZCI6ImNmMmI2MTAzN2QwYzNlN2IifSwiaW50ZXJhY3Rpb24iOnsibmFtZSI6ImRlYWtpbjpob21lcGFnZTpwYWdlVmlldyJ9LCJwYWdlVmlldyI6dHJ1ZSwiY29uc2VudHMiOltdLCJhY2NvdW50Ijp7fSwiX3Rvb2xzRXZlbnRMaW5rSWQiOiI1OTgyMTc2MTg2ODQ4NzU5IiwiZXhwbGFpbiI6dHJ1ZX0%3Ddeakinuniversity.australia-3.everga... https://deakinuniversity.australia-3.evergage.com/api2/event/domestic?event=eyJzb3VyY2UiOnsicGFnZVR5cGUiOiJob21lIiwidXJsIjoiaHR0cHM6Ly93d3cuZGVha2luLmVkdS5hdS8iLCJ1cmxSZWZlcnJlciI6IiIsImNoYW5uZWwiOiJXZWIiLCJiZWFjb25WZXJzaW9uIjoxNiwiY29uZmlnVmVyc2lvbiI6IjE5MyIsImNvbnRlbnRab25lcyI6WyJuYXZpZ2F0aW9uX2xvZ28iLCJoZXJvX2Jhbm5lciIsImNvdXJzZV9zZWFyY2giLCJmaW5kX2NvdXJzZV9zZWFyY2giLCJmb290ZXIiLCJwdWJ3X2JvZHkiLCJob21lcGFnZV9oZXJvX2Jhbm5lciIsImhvbWVwYWdlX3NlYXJjaF9jb3Vyc2UiLCJob21lcGFnZV9wcm9vZnBvaW50cyJdfSwidXNlciI6eyJhbm9ueW1vdXNJZCI6ImNmMmI2MTAzN2QwYzNlN2IifSwiaW50ZXJhY3Rpb24iOnsibmFtZSI6ImRlYWtpbjpob21lcGFnZTpwYWdlVmlldyJ9LCJwYWdlVmlldyI6dHJ1ZSwiY29uc2VudHMiOltdLCJhY2NvdW50Ijp7fSwiX3Rvb2xzRXZlbnRMaW5rSWQiOiI1OTgyMTc2MTg2ODQ4NzU5IiwiZXhwbGFpbiI6dHJ1ZX0%3D — 200 — 831 B — 1.0 s — h2https://www.googletagmanager.com/gtag/js?id=AW-857387624&cx=c&gtm=4e64k1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-857387624&cx=c&gtm=4e64k1 — 200 — 152.8 KiB — 50 ms — h2https://www.googletagmanager.com/gtag/js?id=DC-14592068&cx=c&gtm=4e64k1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=DC-14592068&cx=c&gtm=4e64k1 — 200 — 130.7 KiB — 72 ms — h2https://www.googletagmanager.com/gtag/js?id=G-YEQ6SL40NP&cx=c&gtm=4e64k1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-YEQ6SL40NP&cx=c&gtm=4e64k1 — 200 — 155.9 KiB — 62 ms — h2https://www.googletagmanager.com/gtag/js?id=G-0KZP27FW69&cx=c&gtm=4e64k1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-0KZP27FW69&cx=c&gtm=4e64k1 — 200 — 164.3 KiB — 65 ms — h2https://s.go-mpulse.net/boomerang/UT5ML-JV9CY-QR56E-VRF4F-PT4VKs.go-mpulse.net/boomerang/UT5ML-JV9... https://s.go-mpulse.net/boomerang/UT5ML-JV9CY-QR56E-VRF4F-PT4VK — 200 — 53.1 KiB — 80 ms — h2https://www.google.com/ccm/collect?rcb=3&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fwww.deakin.edu.au%2F&scrsrc=www.googletagmanager.com&rnd=1881965840.1776898728&dt=Home&auid=1810999326.1776898728&navt=n&npa=1&ep.ads_data_redaction=0&gtm=45He64k1v71923148za200zd71923148xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616985~115938465~115938468~117266400~118463261&apve=1&apvf=f&apvc=1&tft=1776898728467&tfd=1701www.google.com/ccm/collect?rcb=3&fr... https://www.google.com/ccm/collect?rcb=3&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fwww.deakin.edu.au%2F&scrsrc=www.googletagmanager.com&rnd=1881965840.1776898728&dt=Home&auid=1810999326.1776898728&navt=n&npa=1&ep.ads_data_redaction=0&gtm=45He64k1v71923148za200zd71923148xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616985~115938465~115938468~117266400~118463261&apve=1&apvf=f&apvc=1&tft=1776898728467&tfd=1701 — 200 — 21 B — 123 ms — h3https://www.youtube.com/s/player/1bb6ee63/www-widgetapi.vflset/www-widgetapi.jswww.youtube.com/s/player/1bb6ee63/w... https://www.youtube.com/s/player/1bb6ee63/www-widgetapi.vflset/www-widgetapi.js — 200 — 10.6 KiB — 34 ms — h2https://connect.facebook.net/signals/config/999243680202413?v=2.9.303&r=stable&domain=www.deakin.edu.au&hme=97937018cefade17726f0472876fc101316b2ce9008a35a6a5a7977d7436151a&ex_m=104%2C205%2C154%2C22%2C72%2C73%2C145%2C68%2C67%2C11%2C162%2C90%2C16%2C138%2C127%2C39%2C75%2C78%2C134%2C159%2C164%2C8%2C4%2C5%2C7%2C6%2C3%2C91%2C101%2C165%2C170%2C219%2C62%2C186%2C187%2C55%2C276%2C30%2C74%2C231%2C230%2C229%2C23%2C33%2C103%2C61%2C10%2C63%2C97%2C98%2C99%2C105%2C130%2C31%2C29%2C132%2C133%2C129%2C128%2C155%2C76%2C158%2C156%2C157%2C50%2C60%2C123%2C15%2C161%2C45%2C263%2C264%2C262%2C26%2C27%2C28%2C48%2C146%2C77%2C112%2C18%2C20%2C44%2C40%2C42%2C41%2C83%2C92%2C96%2C110%2C144%2C147%2C46%2C111%2C24%2C21%2C119%2C69%2C36%2C149%2C148%2C150%2C141%2C139%2C25%2C35%2C59%2C109%2C160%2C70%2C17%2C152%2C114%2C81%2C66%2C19%2C85%2C86%2C116%2C84%2C136%2C135%2C34%2C278%2C293%2C212%2C201%2C202%2C200%2C296%2C288%2C52%2C213%2C107%2C131%2C80%2C121%2C54%2C47%2C49%2C113%2C120%2C126%2C58%2C64%2C151%2C115%2C37%2C32%2C53%2C56%2C100%2C163%2C1%2C124%2C14%2C122%2C12%2C2%2C57%2C93%2C65%2C118%2C89%2C88%2C166%2C167%2C94%2C95%2C9%2C125%2C102%2C51%2C142%2C87%2C79%2C71%2C117%2C106%2C43%2C143%2C0%2C82%2C137%2C140%2C153%2C38%2C108%2C13%2C168connect.facebook.net/signals/config... https://connect.facebook.net/signals/config/999243680202413?v=2.9.303&r=stable&domain=www.deakin.edu.au&hme=97937018cefade17726f0472876fc101316b2ce9008a35a6a5a7977d7436151a&ex_m=104%2C205%2C154%2C22%2C72%2C73%2C145%2C68%2C67%2C11%2C162%2C90%2C16%2C138%2C127%2C39%2C75%2C78%2C134%2C159%2C164%2C8%2C4%2C5%2C7%2C6%2C3%2C91%2C101%2C165%2C170%2C219%2C62%2C186%2C187%2C55%2C276%2C30%2C74%2C231%2C230%2C229%2C23%2C33%2C103%2C61%2C10%2C63%2C97%2C98%2C99%2C105%2C130%2C31%2C29%2C132%2C133%2C129%2C128%2C155%2C76%2C158%2C156%2C157%2C50%2C60%2C123%2C15%2C161%2C45%2C263%2C264%2C262%2C26%2C27%2C28%2C48%2C146%2C77%2C112%2C18%2C20%2C44%2C40%2C42%2C41%2C83%2C92%2C96%2C110%2C144%2C147%2C46%2C111%2C24%2C21%2C119%2C69%2C36%2C149%2C148%2C150%2C141%2C139%2C25%2C35%2C59%2C109%2C160%2C70%2C17%2C152%2C114%2C81%2C66%2C19%2C85%2C86%2C116%2C84%2C136%2C135%2C34%2C278%2C293%2C212%2C201%2C202%2C200%2C296%2C288%2C52%2C213%2C107%2C131%2C80%2C121%2C54%2C47%2C49%2C113%2C120%2C126%2C58%2C64%2C151%2C115%2C37%2C32%2C53%2C56%2C100%2C163%2C1%2C124%2C14%2C122%2C12%2C2%2C57%2C93%2C65%2C118%2C89%2C88%2C166%2C167%2C94%2C95%2C9%2C125%2C102%2C51%2C142%2C87%2C79%2C71%2C117%2C106%2C43%2C143%2C0%2C82%2C137%2C140%2C153%2C38%2C108%2C13%2C168 — 200 — 119.7 KiB — 389 ms — h3https://www.google.com/ccm/collect?rcb=2&frm=0&en=page_view&dl=https%3A%2F%2Fwww.deakin.edu.au%2F&scrsrc=www.googletagmanager.com&rnd=1881965840.1776898728&dt=Home&auid=1810999326.1776898728&navt=n&npa=1&gtm=45be64k1v874060214z871923148za20gzb71923148zd71923148xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938469~117266401~118128923&apve=1&apvf=f&apvc=0&tids=AW-857387624~AW-17079764967&tid=AW-857387624&tft=1776898728587&tfd=1821www.google.com/ccm/collect?rcb=2&fr... https://www.google.com/ccm/collect?rcb=2&frm=0&en=page_view&dl=https%3A%2F%2Fwww.deakin.edu.au%2F&scrsrc=www.googletagmanager.com&rnd=1881965840.1776898728&dt=Home&auid=1810999326.1776898728&navt=n&npa=1&gtm=45be64k1v874060214z871923148za20gzb71923148zd71923148xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938469~117266401~118128923&apve=1&apvf=f&apvc=0&tids=AW-857387624~AW-17079764967&tid=AW-857387624&tft=1776898728587&tfd=1821 — 200 — 21 B — 57 ms — h3https://www.google.com/ccm/collect?rcb=0&frm=0&en=page_view&dl=https%3A%2F%2Fwww.deakin.edu.au%2F&scrsrc=www.googletagmanager.com&rnd=1881965840.1776898728&dt=Home&auid=1810999326.1776898728&navt=n&npa=1&ep.user_data_mode=a&gtm=45fe64k1v9185009961z871923148za20gzb71923148zd71923148xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938465~115938469~117266401&apve=1&apvf=f&apvc=0&tids=DC-14592068&tid=DC-14592068&tft=1776898728638&tfd=1872www.google.com/ccm/collect?rcb=0&fr... https://www.google.com/ccm/collect?rcb=0&frm=0&en=page_view&dl=https%3A%2F%2Fwww.deakin.edu.au%2F&scrsrc=www.googletagmanager.com&rnd=1881965840.1776898728&dt=Home&auid=1810999326.1776898728&navt=n&npa=1&ep.user_data_mode=a&gtm=45fe64k1v9185009961z871923148za20gzb71923148zd71923148xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616986~115938465~115938469~117266401&apve=1&apvf=f&apvc=0&tids=DC-14592068&tid=DC-14592068&tft=1776898728638&tfd=1872 — 200 — 21 B — 62 ms — h3https://ad.doubleclick.net/activity;src=14592068;type=publi0;cat=homepag1;rcb=0;ord=9325595407281;npa=1;auiddc=1810999326.1776898728;u7=3067;uaa=;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=1;uam=moto%20g%20power%20(2022);uap=Android;uapv=11.0;uaw=0;pscdl=noapi;frm=0;user_data_mode=a;_tu=KFA;gtm=45fe64k1v9185009961z871923148za20gzb71923148zd71923148xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=3;tag_exp=0~115616986~115938465~115938469~117266401;epver=2;em=tv.1;dc_random=1776898728_AMWqrf9eKXJaueOGIQ3w2PXzRn43J5eL6Q;~oref=https%3A%2F%2Fwww.deakin.edu.au%2F?ad.doubleclick.net/activity;src=145... https://ad.doubleclick.net/activity;src=14592068;type=publi0;cat=homepag1;rcb=0;ord=9325595407281;npa=1;auiddc=1810999326.1776898728;u7=3067;uaa=;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=1;uam=moto%20g%20power%20(2022);uap=Android;uapv=11.0;uaw=0;pscdl=noapi;frm=0;user_data_mode=a;_tu=KFA;gtm=45fe64k1v9185009961z871923148za20gzb71923148zd71923148xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=3;tag_exp=0~115616986~115938465~115938469~117266401;epver=2;em=tv.1;dc_random=1776898728_AMWqrf9eKXJaueOGIQ3w2PXzRn43J5eL6Q;~oref=https%3A%2F%2Fwww.deakin.edu.au%2F? — 200 — 65 B — 98 ms — h3https://14592068.fls.doubleclick.net/activityi;src=14592068;type=publi0;cat=homepag1;rcb=0;ord=9325595407281;npa=1;auiddc=1810999326.1776898728;u7=3067;uaa=;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=1;uam=moto%20g%20power%20(2022);uap=Android;uapv=11.0;uaw=0;pscdl=noapi;frm=0;user_data_mode=a;_tu=KFA;gtm=45fe64k1v9185009961z871923148za20gzb71923148zd71923148xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=2;tag_exp=0~115616986~115938465~115938469~117266401;epver=2;em=tv.1;dc_random=1776898728_AMWqrf9eKXJaueOGIQ3w2PXzRn43J5eL6Q;_dc_test=1;~oref=https%3A%2F%2Fwww.deakin.edu.au%2F?14592068.fls.doubleclick.net/activi... https://14592068.fls.doubleclick.net/activityi;src=14592068;type=publi0;cat=homepag1;rcb=0;ord=9325595407281;npa=1;auiddc=1810999326.1776898728;u7=3067;uaa=;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=1;uam=moto%20g%20power%20(2022);uap=Android;uapv=11.0;uaw=0;pscdl=noapi;frm=0;user_data_mode=a;_tu=KFA;gtm=45fe64k1v9185009961z871923148za20gzb71923148zd71923148xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=2;tag_exp=0~115616986~115938465~115938469~117266401;epver=2;em=tv.1;dc_random=1776898728_AMWqrf9eKXJaueOGIQ3w2PXzRn43J5eL6Q;_dc_test=1;~oref=https%3A%2F%2Fwww.deakin.edu.au%2F? — 200 — 988 B — 151 ms — h2https://region1.google-analytics.com/g/collect?v=2&tid=G-YEQ6SL40NP&gtm=45je64k1v880920062z871923148za20gzb71923148zd71923148&_p=1776898727886&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=438890406.1776898729&frm=0&pscdl=noapi&rcb=14&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=0~115938465~115938469~117266401~117512542&sid=1776898728&sct=1&seg=0&dl=https%3A%2F%2Fwww.deakin.edu.au%2F&dt=Home&en=page_view&_fv=1&_nsi=1&_ss=1&ep.deakinCID=(not%20set)&tfd=1928region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-YEQ6SL40NP&gtm=45je64k1v880920062z871923148za20gzb71923148zd71923148&_p=1776898727886&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=438890406.1776898729&frm=0&pscdl=noapi&rcb=14&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=0~115938465~115938469~117266401~117512542&sid=1776898728&sct=1&seg=0&dl=https%3A%2F%2Fwww.deakin.edu.au%2F&dt=Home&en=page_view&_fv=1&_nsi=1&_ss=1&ep.deakinCID=(not%20set)&tfd=1928 — 204 — 551 B — 115 ms — h2https://region1.analytics.google.com/measurement/conversion?random=1776898728736&cv=11&tid=G-0KZP27FW69&fst=1776898728736&fmt=8&en=page_view&gtm=45je64k1v884448909z871923148za20gzb71923148zd71923148xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938468~117266400~117384405~117512542&u_w=412&u_h=823&url=https%3A%2F%2Fwww.deakin.edu.au%2F&gacid=438890406.1776898729&frm=0&tiba=Home&npa=1&pscdl=noapi&auid=1810999326.1776898728&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=1&uam=moto%20g%20power%20(2022)&uap=Android&uapv=11.0&uaw=0&rcb=14region1.analytics.google.com/measur... https://region1.analytics.google.com/measurement/conversion?random=1776898728736&cv=11&tid=G-0KZP27FW69&fst=1776898728736&fmt=8&en=page_view&gtm=45je64k1v884448909z871923148za20gzb71923148zd71923148xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938468~117266400~117384405~117512542&u_w=412&u_h=823&url=https%3A%2F%2Fwww.deakin.edu.au%2F&gacid=438890406.1776898729&frm=0&tiba=Home&npa=1&pscdl=noapi&auid=1810999326.1776898728&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=1&uam=moto%20g%20power%20(2022)&uap=Android&uapv=11.0&uaw=0&rcb=14 — 200 — 236 B — 71 ms — h2https://region1.analytics.google.com/g/collect?v=2&tid=G-0KZP27FW69&gtm=45je64k1v884448909z871923148za20gzb71923148zd71923148&_p=1776898727886&_gaz=1&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=AAAAAGA&_prs=ok&are=1&cid=438890406.1776898729&frm=0&pscdl=noapi&rcb=14&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=0~115938465~115938468~117266400~117384405~117512542&sid=1776898728&sct=1&seg=0&dl=https%3A%2F%2Fwww.deakin.edu.au%2F&dt=Home&en=page_view&_fv=1&_ss=1&_c=1&tfd=1995region1.analytics.google.com/g/coll... https://region1.analytics.google.com/g/collect?v=2&tid=G-0KZP27FW69&gtm=45je64k1v884448909z871923148za20gzb71923148zd71923148&_p=1776898727886&_gaz=1&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=AAAAAGA&_prs=ok&are=1&cid=438890406.1776898729&frm=0&pscdl=noapi&rcb=14&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=0~115938465~115938468~117266400~117384405~117512542&sid=1776898728&sct=1&seg=0&dl=https%3A%2F%2Fwww.deakin.edu.au%2F&dt=Home&en=page_view&_fv=1&_ss=1&_c=1&tfd=1995 — 204 — 290 B — 63 ms — h2https://stats.g.doubleclick.net/g/collect?v=2&tid=G-0KZP27FW69&cid=438890406.1776898729&gtm=45je64k1v884448909z871923148za20gzb71923148zd71923148&rcb=14&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115938465~115938468~117266400~117384405~117512542stats.g.doubleclick.net/g/collect?v... https://stats.g.doubleclick.net/g/collect?v=2&tid=G-0KZP27FW69&cid=438890406.1776898729&gtm=45je64k1v884448909z871923148za20gzb71923148zd71923148&rcb=14&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115938465~115938468~117266400~117384405~117512542 — 204 — 560 B — 115 ms — h2https://www.google.es/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-0KZP27FW69&cid=438890406.1776898729&gtm=45je64k1v884448909z871923148za20gzb71923148zd71923148&rcb=14&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115938465~115938468~117266400~117384405~117512542&z=127105825www.google.es/ads/ga-audiences?v=1&... https://www.google.es/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-0KZP27FW69&cid=438890406.1776898729&gtm=45je64k1v884448909z871923148za20gzb71923148zd71923148&rcb=14&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115938465~115938468~117266400~117384405~117512542&z=127105825 — 200 — 408 B — 120 ms — h2https://c.go-mpulse.net/api/config.json?key=UT5ML-JV9CY-QR56E-VRF4F-PT4VK&d=www.deakin.edu.au&t=5922996&v=1.571.0&if=&sl=0&si=ean4zkmwvpg-NaN&plugins=ConfigOverride,Continuity,PageParams,IFrameDelay,AutoXHR,SPA,Angular,Backbone,Ember,History,RT,CrossDomain,BW,PaintTiming,NavigationTiming,ResourceTiming,Memory,CACHE_RELOAD,Errors,TPAnalytics,UserTiming,LOGN&acao=c.go-mpulse.net/api/config.json?key... https://c.go-mpulse.net/api/config.json?key=UT5ML-JV9CY-QR56E-VRF4F-PT4VK&d=www.deakin.edu.au&t=5922996&v=1.571.0&if=&sl=0&si=ean4zkmwvpg-NaN&plugins=ConfigOverride,Continuity,PageParams,IFrameDelay,AutoXHR,SPA,Angular,Backbone,Ember,History,RT,CrossDomain,BW,PaintTiming,NavigationTiming,ResourceTiming,Memory,CACHE_RELOAD,Errors,TPAnalytics,UserTiming,LOGN&acao= — 200 — 858 B — 284 ms — h2https://adservice.google.com/ddm/fls/z/src=14592068;type=publi0;cat=homepag1;rcb=0;ord=9325595407281;npa=1;auiddc=*;u7=3067;uaa=;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=1;uam=moto%20g%20power%20(2022);uap=Android;uapv=11.0;uaw=0;pscdl=noapi;frm=0;user_data_mode=a;_tu=KFA;gtm=45fe64k1v9185009961z871923148za20gzb71923148zd71923148xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=2;tag_exp=0~115616986~115938465~115938469~117266401;epver=2;em=tv.*;dc_random=1776898728_AMWqrf9eKXJaueOGIQ3w2PXzRn43J5eL6Q;_dc_test=1;~oref=https%3A%2F%2Fwww.deakin.edu.au%2Fadservice.google.com/ddm/fls/z/src=... https://adservice.google.com/ddm/fls/z/src=14592068;type=publi0;cat=homepag1;rcb=0;ord=9325595407281;npa=1;auiddc=*;u7=3067;uaa=;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=1;uam=moto%20g%20power%20(2022);uap=Android;uapv=11.0;uaw=0;pscdl=noapi;frm=0;user_data_mode=a;_tu=KFA;gtm=45fe64k1v9185009961z871923148za20gzb71923148zd71923148xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=2;tag_exp=0~115616986~115938465~115938469~117266401;epver=2;em=tv.*;dc_random=1776898728_AMWqrf9eKXJaueOGIQ3w2PXzRn43J5eL6Q;_dc_test=1;~oref=https%3A%2F%2Fwww.deakin.edu.au%2F — 302 — 22 B — 119 ms — h3https://adservice.google.com/ddm/fls/z/src=14592068;dc_pre=CIv4p8zHgpQDFQxZ9ggddtAf8A;type=publi0;cat=homepag1;rcb=0;ord=9325595407281;npa=1;auiddc=*;u7=3067;uaa=;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=1;uam=moto%20g%20power%20(2022);uap=Android;uapv=11.0;uaw=0;pscdl=noapi;frm=0;user_data_mode=a;_tu=KFA;gtm=45fe64k1v9185009961z871923148za20gzb71923148zd71923148xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=2;tag_exp=0~115616986~115938465~115938469~117266401;epver=2;em=tv.*;dc_random=1776898728_AMWqrf9eKXJaueOGIQ3w2PXzRn43J5eL6Q;_dc_test=1;~oref=https%3A%2F%2Fwww.deakin.edu.au%2Fadservice.google.com/ddm/fls/z/src=... https://adservice.google.com/ddm/fls/z/src=14592068;dc_pre=CIv4p8zHgpQDFQxZ9ggddtAf8A;type=publi0;cat=homepag1;rcb=0;ord=9325595407281;npa=1;auiddc=*;u7=3067;uaa=;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=1;uam=moto%20g%20power%20(2022);uap=Android;uapv=11.0;uaw=0;pscdl=noapi;frm=0;user_data_mode=a;_tu=KFA;gtm=45fe64k1v9185009961z871923148za20gzb71923148zd71923148xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=2;tag_exp=0~115616986~115938465~115938469~117266401;epver=2;em=tv.*;dc_random=1776898728_AMWqrf9eKXJaueOGIQ3w2PXzRn43J5eL6Q;_dc_test=1;~oref=https%3A%2F%2Fwww.deakin.edu.au%2F — 200 — 63 B — 34 ms — h3https://assets.adobedtm.com/761e01f3b3b2/dd5e3158d599/daaed65ab09c/RC4480c7d557f4412abd680effec769f93-source.min.jsassets.adobedtm.com/761e01f3b3b2/dd... https://assets.adobedtm.com/761e01f3b3b2/dd5e3158d599/daaed65ab09c/RC4480c7d557f4412abd680effec769f93-source.min.js — 200 — 2.0 KiB — 3 ms — h2https://www.deakin.edu.au/_design/deakin-future-students/favicon.icowww.deakin.edu.au/_design/deakin-fu... https://www.deakin.edu.au/_design/deakin-future-students/favicon.ico — 200 — 896 B — 104 ms — h3https://assets.adobedtm.com/761e01f3b3b2/dd5e3158d599/daaed65ab09c/RCb44564300b0a4165bcf841731aea47b3-source.min.jsassets.adobedtm.com/761e01f3b3b2/dd... https://assets.adobedtm.com/761e01f3b3b2/dd5e3158d599/daaed65ab09c/RCb44564300b0a4165bcf841731aea47b3-source.min.js — 200 — 843 B — 3 ms — h2https://sc-static.net/scevent.min.jssc-static.net/scevent.min.js https://sc-static.net/scevent.min.js — 200 — 24.8 KiB — 111 ms — h2https://adobedc.demdex.net/ee/v1/interact?configId=2d0ec95e-bdf3-4ee1-a00d-8da896a2b5b3&requestId=3a29410c-6d6a-43b0-93f4-562862560271adobedc.demdex.net/ee/v1/interact?c... https://adobedc.demdex.net/ee/v1/interact?configId=2d0ec95e-bdf3-4ee1-a00d-8da896a2b5b3&requestId=3a29410c-6d6a-43b0-93f4-562862560271 — 200 — 1.0 KiB — 202 ms — h2https://assets.adobedtm.com/761e01f3b3b2/dd5e3158d599/daaed65ab09c/RC9f5e3a8aa1de495591cc9421aec8e750-source.min.jsassets.adobedtm.com/761e01f3b3b2/dd... https://assets.adobedtm.com/761e01f3b3b2/dd5e3158d599/daaed65ab09c/RC9f5e3a8aa1de495591cc9421aec8e750-source.min.js — 200 — 797 B — 3 ms — h2https://www.redditstatic.com/ads/pixel.jswww.redditstatic.com/ads/pixel.js https://www.redditstatic.com/ads/pixel.js — 200 — 19.0 KiB — 48 ms — h2https://assets.adobedtm.com/761e01f3b3b2/dd5e3158d599/daaed65ab09c/RC6a4d03dee0cd4ac2bd73a7e8b4563921-source.min.jsassets.adobedtm.com/761e01f3b3b2/dd... https://assets.adobedtm.com/761e01f3b3b2/dd5e3158d599/daaed65ab09c/RC6a4d03dee0cd4ac2bd73a7e8b4563921-source.min.js — 200 — 892 B — 3 ms — h2https://d2d5hkpy1zwev.cloudfront.net/events/bc505a69ae20ba8b29f05a83458f3385c0f4ea1cbfa15166b304a816e620e931d2d5hkpy1zwev.cloudfront.net/events... https://d2d5hkpy1zwev.cloudfront.net/events/bc505a69ae20ba8b29f05a83458f3385c0f4ea1cbfa15166b304a816e620e931 — -1 — 0 B — 52 ms — https://www.facebook.com/tr/?id=999243680202413&ev=PageView&dl=https%3A%2F%2Fwww.deakin.edu.au%2F&rl=&if=false&ts=1776898729064&sw=412&sh=823&v=2.9.303&r=stable&a=adobe_launch&ec=0&o=30&eid=ob3_plugin-set_7508b51ab4a2e6d0c4d90ee2cb662851905f895199cb23462f7121121e72aec6&ler=empty&cdl=API_unavailable&pmd[title]=Home&pmd[locale]=en&pmd[description]=Discover%20Deakin%20University.%20We%27re%20a%20progressive%2C%20innovative%20and%20open-minded%20university%2C%20with%20the%20highest%20student%20satisfaction%20in%20Victoria.%20Find%20out%20why%20now.&plt=1393.5999994277954&it=1776898728509&coo=false&chmd=moto%20g%20power%20(2022)&chpv=11.0&chfv=undefined&cf=1&expv2[0]=pl1&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct1&expv2[6]=hf0&rqm=GETwww.facebook.com/tr/?id=99924368020... https://www.facebook.com/tr/?id=999243680202413&ev=PageView&dl=https%3A%2F%2Fwww.deakin.edu.au%2F&rl=&if=false&ts=1776898729064&sw=412&sh=823&v=2.9.303&r=stable&a=adobe_launch&ec=0&o=30&eid=ob3_plugin-set_7508b51ab4a2e6d0c4d90ee2cb662851905f895199cb23462f7121121e72aec6&ler=empty&cdl=API_unavailable&pmd[title]=Home&pmd[locale]=en&pmd[description]=Discover%20Deakin%20University.%20We%27re%20a%20progressive%2C%20innovative%20and%20open-minded%20university%2C%20with%20the%20highest%20student%20satisfaction%20in%20Victoria.%20Find%20out%20why%20now.&plt=1393.5999994277954&it=1776898728509&coo=false&chmd=moto%20g%20power%20(2022)&chpv=11.0&chfv=undefined&cf=1&expv2[0]=pl1&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct1&expv2[6]=hf0&rqm=GET — 200 — 16 B — 71 ms — h3https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=999243680202413&ev=PageView&dl=https%3A%2F%2Fwww.deakin.edu.au%2F&rl=&if=false&ts=1776898729064&sw=412&sh=823&v=2.9.303&r=stable&a=adobe_launch&ec=0&o=30&eid=ob3_plugin-set_7508b51ab4a2e6d0c4d90ee2cb662851905f895199cb23462f7121121e72aec6&ler=empty&cdl=API_unavailable&pmd[title]=Home&pmd[locale]=en&pmd[description]=Discover%20Deakin%20University.%20We%27re%20a%20progressive%2C%20innovative%20and%20open-minded%20university%2C%20with%20the%20highest%20student%20satisfaction%20in%20Victoria.%20Find%20out%20why%20now.&plt=1393.5999994277954&it=1776898728509&coo=false&chmd=moto%20g%20power%20(2022)&chpv=11.0&chfv=undefined&cf=1&expv2[0]=pl1&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct1&expv2[6]=hf0&rqm=FGETwww.facebook.com/privacy_sandbox/pi... https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=999243680202413&ev=PageView&dl=https%3A%2F%2Fwww.deakin.edu.au%2F&rl=&if=false&ts=1776898729064&sw=412&sh=823&v=2.9.303&r=stable&a=adobe_launch&ec=0&o=30&eid=ob3_plugin-set_7508b51ab4a2e6d0c4d90ee2cb662851905f895199cb23462f7121121e72aec6&ler=empty&cdl=API_unavailable&pmd[title]=Home&pmd[locale]=en&pmd[description]=Discover%20Deakin%20University.%20We%27re%20a%20progressive%2C%20innovative%20and%20open-minded%20university%2C%20with%20the%20highest%20student%20satisfaction%20in%20Victoria.%20Find%20out%20why%20now.&plt=1393.5999994277954&it=1776898728509&coo=false&chmd=moto%20g%20power%20(2022)&chpv=11.0&chfv=undefined&cf=1&expv2[0]=pl1&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct1&expv2[6]=hf0&rqm=FGET — 200 — 199 B — 192 ms — h3https://assets.adobedtm.com/761e01f3b3b2/dd5e3158d599/daaed65ab09c/RC7e488d0c922945cbbaebcb2254f3ba32-source.min.jsassets.adobedtm.com/761e01f3b3b2/dd... https://assets.adobedtm.com/761e01f3b3b2/dd5e3158d599/daaed65ab09c/RC7e488d0c922945cbbaebcb2254f3ba32-source.min.js — 200 — 1.2 KiB — 3 ms — h2https://analytics.tiktok.com/i18n/pixel/events.js?sdkid=CAFF28RC77U0LHECNQJG&lib=ttqanalytics.tiktok.com/i18n/pixel/eve... https://analytics.tiktok.com/i18n/pixel/events.js?sdkid=CAFF28RC77U0LHECNQJG&lib=ttq — 200 — 3.2 KiB — 229 ms — h2https://snap.licdn.com/li.lms-analytics/insight.min.jssnap.licdn.com/li.lms-analytics/ins... https://snap.licdn.com/li.lms-analytics/insight.min.js — 200 — 18.7 KiB — 58 ms — h2https://assets.adobedtm.com/761e01f3b3b2/dd5e3158d599/daaed65ab09c/RCc4fed74f27954c53b1eaee327f9de722-source.min.jsassets.adobedtm.com/761e01f3b3b2/dd... https://assets.adobedtm.com/761e01f3b3b2/dd5e3158d599/daaed65ab09c/RCc4fed74f27954c53b1eaee327f9de722-source.min.js — 200 — 843 B — 3 ms — h2https://02179917.akstat.io/02179917.akstat.io/ https://02179917.akstat.io/ — 204 — 228 B — 245 ms — h2https://cdn.livechatinc.com/tracking.jscdn.livechatinc.com/tracking.js https://cdn.livechatinc.com/tracking.js — 200 — 32.9 KiB — 105 ms — h2https://tags.tiqcdn.com/libs/tealiumjs/latest/tealium_collect.min.jstags.tiqcdn.com/libs/tealiumjs/late... https://tags.tiqcdn.com/libs/tealiumjs/latest/tealium_collect.min.js — 200 — 11.3 KiB — 57 ms — h2https://pixel-config.reddit.com/pixels/a2_f6zlyp8q8us2/configpixel-config.reddit.com/pixels/a2_f... https://pixel-config.reddit.com/pixels/a2_f6zlyp8q8us2/config — 200 — 216 B — 177 ms — h2https://alb.reddit.com/rp.gif?ts=1776898729106&id=a2_f6zlyp8q8us2&event=PageVisit&m.itemCount=&m.value=&m.valueDecimal=&m.currency=&m.transactionId=&m.customEventName=&m.products=&m.conversionId=&uuid=23655c17-bee7-4a4b-a05e-bd14289343a4&aaid=&external_id=&idfa=&integration=reddit&partner=&partner_version=&opt_out=0&sh=823&sw=412&v=rdt_f3936046&dpm=&dpcc=&dprc=alb.reddit.com/rp.gif?ts=1776898729... https://alb.reddit.com/rp.gif?ts=1776898729106&id=a2_f6zlyp8q8us2&event=PageVisit&m.itemCount=&m.value=&m.valueDecimal=&m.currency=&m.transactionId=&m.customEventName=&m.products=&m.conversionId=&uuid=23655c17-bee7-4a4b-a05e-bd14289343a4&aaid=&external_id=&idfa=&integration=reddit&partner=&partner_version=&opt_out=0&sh=823&sw=412&v=rdt_f3936046&dpm=&dpcc=&dprc= — 200 — 666 B — 132 ms — h2https://d2d5hkpy1zwev.cloudfront.net/events/bc505a69ae20ba8b29f05a83458f3385c0f4ea1cbfa15166b304a816e620e931d2d5hkpy1zwev.cloudfront.net/events... https://d2d5hkpy1zwev.cloudfront.net/events/bc505a69ae20ba8b29f05a83458f3385c0f4ea1cbfa15166b304a816e620e931 — -1 — 0 B — 6 ms — https://tr.snapchat.com/config/au/3ad63384-b786-4d74-8ef5-bf4595d1b7ff.js?v=3.56.0-2604221701tr.snapchat.com/config/au/3ad63384-... https://tr.snapchat.com/config/au/3ad63384-b786-4d74-8ef5-bf4595d1b7ff.js?v=3.56.0-2604221701 — 200 — 265 B — 195 ms — h2https://tr.snapchat.com/config/au/234dde7e-a1cc-4733-a13e-1d1a051fd5ca.js?v=3.56.0-2604221701tr.snapchat.com/config/au/234dde7e-... https://tr.snapchat.com/config/au/234dde7e-a1cc-4733-a13e-1d1a051fd5ca.js?v=3.56.0-2604221701 — 200 — 477 B — 191 ms — h2https://tr.snapchat.com/cm/i?pid=3ad63384-b786-4d74-8ef5-bf4595d1b7ff&u_scsid=6f9136d3-9dff-42a8-a194-0c1d95918191&u_sclid=1708cd67-e328-4567-b2ee-fb30b6eb4449tr.snapchat.com/cm/i?pid=3ad63384-b... https://tr.snapchat.com/cm/i?pid=3ad63384-b786-4d74-8ef5-bf4595d1b7ff&u_scsid=6f9136d3-9dff-42a8-a194-0c1d95918191&u_sclid=1708cd67-e328-4567-b2ee-fb30b6eb4449 — 200 — 43 B — 97 ms — h2https://tr.snapchat.com/cm/i?pid=234dde7e-a1cc-4733-a13e-1d1a051fd5ca&u_scsid=6f9136d3-9dff-42a8-a194-0c1d95918191&u_sclid=1708cd67-e328-4567-b2ee-fb30b6eb4449tr.snapchat.com/cm/i?pid=234dde7e-a... https://tr.snapchat.com/cm/i?pid=234dde7e-a1cc-4733-a13e-1d1a051fd5ca&u_scsid=6f9136d3-9dff-42a8-a194-0c1d95918191&u_sclid=1708cd67-e328-4567-b2ee-fb30b6eb4449 — 200 — 201 B — 90 ms — h2https://px.ads.linkedin.com/attribution_trigger?pid=279427&time=1776898729170&url=https%3A%2F%2Fwww.deakin.edu.au%2Fpx.ads.linkedin.com/attribution_tri... https://px.ads.linkedin.com/attribution_trigger?pid=279427&time=1776898729170&url=https%3A%2F%2Fwww.deakin.edu.au%2F — 200 — 851 B — 243 ms — h2https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=279427&time=1776898729170&url=https%3A%2F%2Fwww.deakin.edu.au%2Fpx.ads.linkedin.com/collect?v=2&fmt... https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=279427&time=1776898729170&url=https%3A%2F%2Fwww.deakin.edu.au%2F — 302 — 826 B — 302 ms — h2https://collect.tealiumiq.com/deakin-university/marketing/2/i.gifcollect.tealiumiq.com/deakin-univer... https://collect.tealiumiq.com/deakin-university/marketing/2/i.gif — 200 — 797 B — 151 ms — h2https://api.livechatinc.com/global-mapper/lc_license_id/4742391/region?jsonp=__lc_regionapi.livechatinc.com/global-mapper/l... https://api.livechatinc.com/global-mapper/lc_license_id/4742391/region?jsonp=__lc_region — 200 — 200 B — 84 ms — h2https://api.livechatinc.com/v3.6/customer/action/get_dynamic_configuration?x-region=us-south1&license_id=4742391&client_id=c5e4f61e1a6c3b1521b541bc5c5a2ac5&url=https%3A%2F%2Fwww.deakin.edu.au%2F&channel_type=code&jsonp=__ivqzoqcxt8api.livechatinc.com/v3.6/customer/a... https://api.livechatinc.com/v3.6/customer/action/get_dynamic_configuration?x-region=us-south1&license_id=4742391&client_id=c5e4f61e1a6c3b1521b541bc5c5a2ac5&url=https%3A%2F%2Fwww.deakin.edu.au%2F&channel_type=code&jsonp=__ivqzoqcxt8 — 200 — 634 B — 380 ms — h2https://analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwMQ.jsanalytics.tiktok.com/i18n/pixel/sta... https://analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwMQ.js — 200 — 109.8 KiB — 10 ms — h2https://analytics.tiktok.com/i18n/pixel/static/identify_5cff1caf.jsanalytics.tiktok.com/i18n/pixel/sta... https://analytics.tiktok.com/i18n/pixel/static/identify_5cff1caf.js — 200 — 39.6 KiB — 7 ms — h2https://analytics-ipv6.tiktokw.us/ipv6/enrich_ipv6analytics-ipv6.tiktokw.us/ipv6/enri... https://analytics-ipv6.tiktokw.us/ipv6/enrich_ipv6 — 200 — 932 B — 187 ms — h2https://analytics.tiktok.com/api/v2/pixelanalytics.tiktok.com/api/v2/pixel https://analytics.tiktok.com/api/v2/pixel — 200 — 745 B — 141 ms — h2https://analytics.tiktok.com/api/v2/pixelanalytics.tiktok.com/api/v2/pixel https://analytics.tiktok.com/api/v2/pixel — 200 — 907 B — 211 ms — h2https://analytics.tiktok.com/api/v2/pixelanalytics.tiktok.com/api/v2/pixel https://analytics.tiktok.com/api/v2/pixel — 200 — 744 B — 176 ms — h2https://deakinuniversity.australia-3.evergage.com/pr?.top=1065&action=deakin%3Ahomepage%3ApageView&.tt=1036&.ttdns=114&.dt=1394&.lt=2223&.btdns=46&.bv=16&_ak=deakinuniversity&_ds=domestic&.scv=193&channel=Web&_r=744791&.anonId=cf2b61037d0c3e7b&_anon=truedeakinuniversity.australia-3.everga... https://deakinuniversity.australia-3.evergage.com/pr?.top=1065&action=deakin%3Ahomepage%3ApageView&.tt=1036&.ttdns=114&.dt=1394&.lt=2223&.btdns=46&.bv=16&_ak=deakinuniversity&_ds=domestic&.scv=193&channel=Web&_r=744791&.anonId=cf2b61037d0c3e7b&_anon=true — 204 — 550 B — 305 ms — h2https://tr.snapchat.com/ptr.snapchat.com/p https://tr.snapchat.com/p — 200 — 15 B — 236 ms — h3https://px4.ads.linkedin.com/collect?v=2&fmt=js&pid=279427&time=1776898729170&url=https%3A%2F%2Fwww.deakin.edu.au%2F&e_ipv6=AQJvt53F9N55hQAAAZ23auWoTh1vQ_wD2huaCQB1U5bNbpPd3IqsiuzARpnLJt8koNaBDFapO5pQpx4.ads.linkedin.com/collect?v=2&fm... https://px4.ads.linkedin.com/collect?v=2&fmt=js&pid=279427&time=1776898729170&url=https%3A%2F%2Fwww.deakin.edu.au%2F&e_ipv6=AQJvt53F9N55hQAAAZ23auWoTh1vQ_wD2huaCQB1U5bNbpPd3IqsiuzARpnLJt8koNaBDFapO5pQ — 200 — 910 B — 291 ms — h2https://tr6.snapchat.com/ptr6.snapchat.com/p https://tr6.snapchat.com/p — 200 — 192 B — 99 ms — h2https://analytics.tiktok.com/api/v2/pixel/actanalytics.tiktok.com/api/v2/pixel/a... https://analytics.tiktok.com/api/v2/pixel/act — 200 — 746 B — 185 ms — h2https://api.livechatinc.com/v3.6/customer/action/get_configuration?organization_id=e5a42b95-fa3c-4a60-9aba-f6428346e312&version=7095.0.173.9684.2493.2679.2373.214.23.89.15.21.717&x-region=us-south1&group_id=7&jsonp=__lc_static_configapi.livechatinc.com/v3.6/customer/a... https://api.livechatinc.com/v3.6/customer/action/get_configuration?organization_id=e5a42b95-fa3c-4a60-9aba-f6428346e312&version=7095.0.173.9684.2493.2679.2373.214.23.89.15.21.717&x-region=us-south1&group_id=7&jsonp=__lc_static_config — 200 — 2.6 KiB — 173 ms — h2https://tr.snapchat.com/ptr.snapchat.com/p https://tr.snapchat.com/p — 200 — 15 B — 38 ms — h3https://px.ads.linkedin.com/wa/?medium=fetch&fmt=gpx.ads.linkedin.com/wa/?medium=fetc... https://px.ads.linkedin.com/wa/?medium=fetch&fmt=g — 204 — 435 B — 192 ms — h2https://api.livechatinc.com/v3.6/customer/action/get_localization?organization_id=e5a42b95-fa3c-4a60-9aba-f6428346e312&version=388cc59aa204dd75bec8ffb1b5c1735d_e975e4c4d4a3cfc6cf57cf79469ebc63&language=en&x-region=us-south1&group_id=7&jsonp=__lc_localizationapi.livechatinc.com/v3.6/customer/a... https://api.livechatinc.com/v3.6/customer/action/get_localization?organization_id=e5a42b95-fa3c-4a60-9aba-f6428346e312&version=388cc59aa204dd75bec8ffb1b5c1735d_e975e4c4d4a3cfc6cf57cf79469ebc63&language=en&x-region=us-south1&group_id=7&jsonp=__lc_localization — 200 — 4.7 KiB — 148 ms — h2https://secure.livechatinc.com/customer/action/open_chat?license_id=4742391&group=7&embedded=1&widget_version=3&unique_groups=0&organization_id=e5a42b95-fa3c-4a60-9aba-f6428346e312&use_parent_storage=1&x-region=us-south1secure.livechatinc.com/customer/act... https://secure.livechatinc.com/customer/action/open_chat?license_id=4742391&group=7&embedded=1&widget_version=3&unique_groups=0&organization_id=e5a42b95-fa3c-4a60-9aba-f6428346e312&use_parent_storage=1&x-region=us-south1 — 200 — 992 B — 203 ms — http/1.1https://cdn.livechatinc.com/widget/static/js/livechat.CR3zYHXF.jscdn.livechatinc.com/widget/static/j... https://cdn.livechatinc.com/widget/static/js/livechat.CR3zYHXF.js — 200 — 996 B — 13 ms — h2https://cdn.livechatinc.com/widget/static/js/0.DZnh-gN6.chunk.jscdn.livechatinc.com/widget/static/j... https://cdn.livechatinc.com/widget/static/js/0.DZnh-gN6.chunk.js — 200 — 24.6 KiB — 9 ms — h2https://cdn.livechatinc.com/widget/static/js/1.BlD1Z9eS.chunk.jscdn.livechatinc.com/widget/static/j... https://cdn.livechatinc.com/widget/static/js/1.BlD1Z9eS.chunk.js — 200 — 20.0 KiB — 10 ms — h2https://cdn.livechatinc.com/widget/static/js/2.CgGX4iz_.chunk.jscdn.livechatinc.com/widget/static/j... https://cdn.livechatinc.com/widget/static/js/2.CgGX4iz_.chunk.js — 200 — 91.9 KiB — 41 ms — h2https://cdn.livechatinc.com/widget/static/js/3.BkPmegIK.chunk.jscdn.livechatinc.com/widget/static/j... https://cdn.livechatinc.com/widget/static/js/3.BkPmegIK.chunk.js — 200 — 41.3 KiB — 16 ms — h2https://cdn.livechatinc.com/widget/static/js/4.CwsCQJwf.chunk.jscdn.livechatinc.com/widget/static/j... https://cdn.livechatinc.com/widget/static/js/4.CwsCQJwf.chunk.js — 200 — 62.3 KiB — 42 ms — h2https://cdn.livechatinc.com/widget/static/js/5.D-PsQDDK.chunk.jscdn.livechatinc.com/widget/static/j... https://cdn.livechatinc.com/widget/static/js/5.D-PsQDDK.chunk.js — 200 — 7.5 KiB — 19 ms — h2https://cdn.livechatinc.com/widget/static/js/6.DoTVWiIk.chunk.jscdn.livechatinc.com/widget/static/j... https://cdn.livechatinc.com/widget/static/js/6.DoTVWiIk.chunk.js — 200 — 2.6 KiB — 20 ms — h2https://cdn.livechatinc.com/widget/static/js/7.qYTqns9Q.chunk.jscdn.livechatinc.com/widget/static/j... https://cdn.livechatinc.com/widget/static/js/7.qYTqns9Q.chunk.js — 200 — 604 B — 23 ms — h2https://cdn.livechatinc.com/widget/static/js/8.Cf2SBlCU.chunk.jscdn.livechatinc.com/widget/static/j... https://cdn.livechatinc.com/widget/static/js/8.Cf2SBlCU.chunk.js — 200 — 3.5 KiB — 20 ms — h2https://cdn.livechatinc.com/widget/static/js/9.xhyEK0_l.chunk.jscdn.livechatinc.com/widget/static/j... https://cdn.livechatinc.com/widget/static/js/9.xhyEK0_l.chunk.js — 200 — 638 B — 24 ms — h2https://cdn.livechatinc.com/widget/static/js/10.YIQHsUm5.chunk.jscdn.livechatinc.com/widget/static/j... https://cdn.livechatinc.com/widget/static/js/10.YIQHsUm5.chunk.js — 200 — 39.9 KiB — 39 ms — h2https://cdn.livechatinc.com/widget/static/js/11.al-9NYxR.chunk.jscdn.livechatinc.com/widget/static/j... https://cdn.livechatinc.com/widget/static/js/11.al-9NYxR.chunk.js — 200 — 801 B — 35 ms — h2https://cdn.livechatinc.com/widget/static/js/12.DJPUQwQu.chunk.jscdn.livechatinc.com/widget/static/j... https://cdn.livechatinc.com/widget/static/js/12.DJPUQwQu.chunk.js — 200 — 864 B — 36 ms — h2https://accounts.livechatinc.com/v2/customer/tokenaccounts.livechatinc.com/v2/custome... https://accounts.livechatinc.com/v2/customer/token — 200 — 1.3 KiB — 191 ms — h2https://api.livechatinc.com/v3.6/customer/action/check_goals?organization_id=e5a42b95-fa3c-4a60-9aba-f6428346e312&x-region=us-south1api.livechatinc.com/v3.6/customer/a... https://api.livechatinc.com/v3.6/customer/action/check_goals?organization_id=e5a42b95-fa3c-4a60-9aba-f6428346e312&x-region=us-south1 — 200 — 0 B — 20 ms — h2https://api.livechatinc.com/v3.6/customer/action/check_goals?organization_id=e5a42b95-fa3c-4a60-9aba-f6428346e312&x-region=us-south1api.livechatinc.com/v3.6/customer/a... https://api.livechatinc.com/v3.6/customer/action/check_goals?organization_id=e5a42b95-fa3c-4a60-9aba-f6428346e312&x-region=us-south1 — 422 — 209 B — 153 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 6322ms · 1633KB · A$109/mo
www.deakin.edu.au
Other
Costly
Execution 1378ms
Transfer 46 KB
Unused 56%
Monthly Cost A$24/mo
www.deakin.edu.au
Other
Costly
Execution 990ms
Transfer 16 KB
Monthly Cost A$17/mo
Unattributable
Other
Costly
Execution 812ms
Transfer 0 KB
Monthly Cost A$14/mo
Google Tag Manager
Tag Manager
Costly
Execution 425ms
Transfer 178 KB
Unused 34%
Monthly Cost A$7/mo
Google Tag Manager
Tag Manager
Costly
Execution 300ms
Transfer 153 KB
Unused 32%
Monthly Cost A$5/mo
assets.adobedtm.com
Other
Costly
Execution 276ms
Transfer 108 KB
Unused 34%
Monthly Cost A$5/mo
Google Tag Manager
Tag Manager
Costly
Execution 261ms
Transfer 164 KB
Unused 37%
Monthly Cost A$5/mo
www.deakin.edu.au
Other
Costly
Execution 254ms
Transfer 158 KB
Unused 78%
Monthly Cost A$4/mo
Google Tag Manager
Tag Manager
Costly
Execution 212ms
Transfer 156 KB
Unused 40%
Monthly Cost A$4/mo
analytics.tiktok.com
Other
Costly
Execution 203ms
Transfer 110 KB
Unused 52%
Monthly Cost A$4/mo
Facebook Pixel
Advertising
Optional
Execution 198ms
Transfer 120 KB
Unused 26%
Monthly Cost A$3/mo
Facebook Pixel
Advertising
Optional
Execution 173ms
Transfer 97 KB
Unused 34%
Monthly Cost A$3/mo
Google Tag Manager
Tag Manager
Optional
Execution 167ms
Transfer 131 KB
Unused 43%
Monthly Cost A$3/mo
sc-static.net
Other
Optional
Execution 142ms
Transfer 25 KB
Monthly Cost A$2/mo
cdn.evgnet.com
Other
Optional
Execution 109ms
Transfer 48 KB
Unused 43%
Monthly Cost A$2/mo
LiveChat
Chat
Optional
Execution 91ms
Transfer 33 KB
Monthly Cost A$2/mo
tags.tiqcdn.com
Other
Optional
Execution 85ms
Transfer 11 KB
Monthly Cost A$1/mo
assets.adobedtm.com
Other
Optional
Execution 73ms
Transfer 1 KB
Monthly Cost A$1/mo
LinkedIn Insight
Advertising
Optional
Execution 59ms
Transfer 19 KB
Monthly Cost A$1/mo
s.go-mpulse.net
Other
Optional
Execution 57ms
Transfer 53 KB
Unused 62%
Monthly Cost A$1/mo
www.deakin.edu.au
Other
Optional
Execution 56ms
Transfer 7 KB
Monthly Cost A$1/mo

These scripts may cost more than they're worth

  • www.deakin.edu.au adds 1378ms and costs ~A$24/month
  • www.deakin.edu.au adds 990ms and costs ~A$17/month
  • Unattributable adds 812ms and costs ~A$14/month
  • Google Tag Manager adds 425ms and costs ~A$7/month
  • Google Tag Manager adds 300ms and costs ~A$5/month
  • assets.adobedtm.com adds 276ms and costs ~A$5/month
  • Google Tag Manager adds 261ms and costs ~A$5/month
  • www.deakin.edu.au adds 254ms and costs ~A$4/month
  • Google Tag Manager adds 212ms and costs ~A$4/month
  • analytics.tiktok.com adds 203ms 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

www.deakin.edu.au takes 1378ms 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

56% of www.deakin.edu.au's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

www.deakin.edu.au takes 990ms 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 812ms 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 425ms 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 300ms 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

assets.adobedtm.com takes 276ms 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 261ms 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

www.deakin.edu.au takes 254ms 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

78% of www.deakin.edu.au's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

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

analytics.tiktok.com takes 203ms 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

52% of analytics.tiktok.com's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

62% of s.go-mpulse.net's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

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