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

Performance

· 15 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
68
GRADE
D
FIX
3
REVIEW
4
PASS
6
INFO
2

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

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

635 ms

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

2.98 s

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

346 ms

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

0.014

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

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

6.46 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
6 PASS 4 REVIEW 3 FIX
F
Page Weight Budget
Action
4.6 MB transferred, 210 requests
FIX
4.6 MB transferred, 210 requests
Critical::
Page weighs 15.8 MB (4.6 MB transferred)
Warning::
JavaScript is 3.0 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 3.0 MB
Info::
Fonts are 513 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 513 KB
Warning::
210 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.97 g CO2 per page load
4.6 MB / 2.4 MB budget
4.6 MB transferred
210 requests
0.97 g CO2 per page load
JavaScript 3.0 MiB 64%
Images 893.9 KiB 19%
Fonts 513.0 KiB 11%
CSS 194.3 KiB 4%
HTML 81.1 KiB 2%
Other 20.3 KiB 0%
Other 17.9 KiB 0%
Other 8.0 KiB 0%
Other 6.9 KiB 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Over budget

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

F
JS Bundles
Action
70 scripts, 1.7 MB unused
FIX
70 scripts, 1.7 MB unused
Warning::
https://adelaide.edu.au/etc.clientlibs/adelaideuni...: 236 KB unused (80%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://adelaide.edu.au/etc.clientlibs/adelaideuni...: unminified — 45 KB could be saved
Warning::
https://adelaide.edu.au/etc.clientlibs/adelaideuni...: 212 KB unused (50%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.gstatic.com/recaptcha/releases/gTpTIWh...: 177 KB unused (49%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.gstatic.com/recaptcha/releases/gTpTIWh...: 177 KB unused (49%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.gstatic.com/recaptcha/releases/gTpTIWh...: 177 KB unused (49%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 1.7 MB
1704 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://adelaide.edu.au/etc.clientlibs/adelaideuniversity/clientlibs/clientlib-common.lc-d9d5b582dd34d7adaf0ef1c20c2a0ba3-lc.min.js295 KB236 KB (80%)1st
https://adelaide.edu.au/etc.clientlibs/adelaideuniversity/clientlibs/clientlib-website.lc-a5d21b54d217c735512bb0457eea093b-lc.min.js424 KB212 KB (50%)1st
https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js362 KB177 KB (49%)3rd
https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js0 KB177 KB (49%)3rd
https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js0 KB177 KB (49%)3rd
https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js362 KB177 KB (49%)3rd
https://t.contentsquare.net/uxa/9fe0d40f5d1d5.js138 KB109 KB (79%)3rd
https://analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwMQ.js110 KB84 KB (77%)3rd
https://adelaide.edu.au/etc.clientlibs/core/fd/af-clientlibs/core-forms-components-runtime-all.lc-60494d950101b96925cc2fa59419dac5-lc.min.js117 KB74 KB (64%)1st
https://www.googletagmanager.com/gtag/js?id=AW-16577573883144 KB62 KB (43%)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
210 resources · 4.6 MB · 1.7 MB savings available
FIX
210 resources · 4.6 MB · 1.7 MB savings available
Warning::
Page weight 3.6 MB over 1MB target
Got: 4.6 MB Expected: ≤ 1 MB
Info::
~1.7 MB of savings available
Warning::
143 third-party resources (51% of weight)
Info::
5 resources over 200KB
210 resources · 4.6 MiB · 143 third-party 3.6 MiB over 1MB target
JavaScript 64% · 3.0 MiB
Image 19% · 900.2 KiB
Font 11% · 513.0 KiB
CSS 4% · 194.3 KiB
Document 2% · 82.6 KiB
Other 1% · 45.3 KiB

~1.7 MiB of savings available

Remove unused JavaScript: 1.7 MiB
B
Third-Party Impact
51% third-party, 0 ms blocking
REVIEW
51% third-party, 0 ms blocking
Warning::
Third-party code accounts for 51% of page weight (2.4 MiB of 4.6 MiB)
Info::
Third-party blocking time is low (0 ms)
49%
51%
First-party Third-party
B
Image Optimization
47 images, 0 KB saveable
REVIEW
47 images, 0 KB saveable
Info::
All images are well-optimized
47 images 894 KB
0 oversized -0 KB
41 legacy format
0 missing dimensions CLS risk
C
JS Execution Cost
Action
1717ms total JS execution
REVIEW
1717ms total JS execution
Warning::
https://assets.adobedtm.com/be58e65e508a/0b9fe534c...: 368ms CPU time
Warning::
https://adelaide.edu.au/: 261ms CPU time
Warning::
Unattributable: 252ms CPU time
Info::
https://www.gstatic.com/recaptcha/releases/gTpTIWh...: 209ms CPU time
Info::
https://adelaide.edu.au/etc.clientlibs/adelaideuni...: 130ms CPU time
Warning::
Third-party scripts: 1181ms (69% of total)

Main Thread Breakdown

Script Evaluation 62% Other 15% Script Parsing & Compilation 11% Style & Layout 8%
ScriptTotalScriptingParse/CompileParty
https://assets.adobedtm.com/be58e65e508a/0b9fe534cc0d/launch-57963a17723e.min.js368ms319ms19ms3rd
https://adelaide.edu.au/261ms8ms1ms1st
Unattributable252ms27ms0ms3rd
https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js209ms175ms25ms3rd
https://adelaide.edu.au/etc.clientlibs/adelaideuniversity/clientlibs/clientlib-website.lc-a5d21b54d217c735512bb0457eea093b-lc.min.js130ms84ms44ms1st
https://analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwOQ.js123ms100ms15ms3rd
https://adelaide.edu.au/etc.clientlibs/core/fd/af-clientlibs/core-forms-components-runtime-all.lc-60494d950101b96925cc2fa59419dac5-lc.min.js84ms64ms12ms1st
https://www.redditstatic.com/ads/pixel.js68ms63ms1ms3rd
https://adelaide.edu.au/etc.clientlibs/adelaideuniversity/clientlibs/clientlib-common.lc-d9d5b582dd34d7adaf0ef1c20c2a0ba3-lc.min.js61ms32ms23ms1st
https://connect.facebook.net/signals/config/878493097453016?v=2.9.303&r=stable&domain=adelaide.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%2C16857ms52ms4ms3rd

Showing top 10 of 12 scripts

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

Web fonts

9

513 KB total

Render-blocking

0

of 9

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 1.0 s 2.0 s 3.0 s FCP 635 ms LCP 3.0 shttps://adelaide.edu.au/etc.clientlibs/adelaideuniversity/clientlibs/clientlib-common/resources/fonts/Roboto/RobotoSerif-Regular.ttfRobotoSerif-Regular.ttf https://adelaide.edu.au/etc.clientlibs/adelaideuniversity/clientlibs/clientlib-common/resources/fonts/Roboto/RobotoSerif-Regular.ttf — 106.9 KiB — 15 ms — font-display: swaphttps://adelaide.edu.au/etc.clientlibs/adelaideuniversity/clientlibs/clientlib-common/resources/fonts/National/national-2-condensed-medium.woff2national-2-condensed-me... https://adelaide.edu.au/etc.clientlibs/adelaideuniversity/clientlibs/clientlib-common/resources/fonts/National/national-2-condensed-medium.woff2 — 40.5 KiB — 12 ms — font-display: swaphttps://adelaide.edu.au/etc.clientlibs/adelaideuniversity/clientlibs/clientlib-common/resources/fonts/National/national-2-condensed-bold.woff2national-2-condensed-bo... https://adelaide.edu.au/etc.clientlibs/adelaideuniversity/clientlibs/clientlib-common/resources/fonts/National/national-2-condensed-bold.woff2 — 40.5 KiB — 14 ms — font-display: swaphttps://static-p128711-e1252480.adobeaemcloud.com/ab53c5c4b8e9a79ae606cfbace25b3271afc71ed1f9a5304f9fbf0c800fa835b/national-2-condensed-bold.510e29d4.woff2national-2-condensed-bo... https://static-p128711-e1252480.adobeaemcloud.com/ab53c5c4b8e9a79ae606cfbace25b3271afc71ed1f9a5304f9fbf0c800fa835b/national-2-condensed-bold.510e29d4.woff2 — 40.8 KiB — 9 ms — font-display: swaphttps://static-p128711-e1252480.adobeaemcloud.com/ab53c5c4b8e9a79ae606cfbace25b3271afc71ed1f9a5304f9fbf0c800fa835b/RobotoSerif-Regular.9d02ee13.ttfRobotoSerif-Regular.9d0... https://static-p128711-e1252480.adobeaemcloud.com/ab53c5c4b8e9a79ae606cfbace25b3271afc71ed1f9a5304f9fbf0c800fa835b/RobotoSerif-Regular.9d02ee13.ttf — 106.9 KiB — 14 ms — font-display: swaphttps://static-p128711-e1252480.adobeaemcloud.com/ab53c5c4b8e9a79ae606cfbace25b3271afc71ed1f9a5304f9fbf0c800fa835b/national-2-condensed-medium.fc489fb9.woff2national-2-condensed-me... https://static-p128711-e1252480.adobeaemcloud.com/ab53c5c4b8e9a79ae606cfbace25b3271afc71ed1f9a5304f9fbf0c800fa835b/national-2-condensed-medium.fc489fb9.woff2 — 40.5 KiB — 12 ms — font-display: swaphttps://adelaide.edu.au/etc.clientlibs/adelaideuniversity/clientlibs/clientlib-common/resources/fonts/Roboto/RobotoSerif-Italic.ttfRobotoSerif-Italic.ttf https://adelaide.edu.au/etc.clientlibs/adelaideuniversity/clientlibs/clientlib-common/resources/fonts/Roboto/RobotoSerif-Italic.ttf — 103.0 KiB — 8 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 33.9 KiB — 70 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 0 B — 0 ms — font-display: swap
RobotoSerif-Regular.ttf ttf swap
Size 107 KB
Load time 15 ms
Start 227 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
national-2-condensed-me... woff2 swap
Size 41 KB
Load time 12 ms
Start 227 ms
Risk FOUT — text flashes from fallback to web font
national-2-condensed-bo... woff2 swap
Size 40 KB
Load time 14 ms
Start 228 ms
Risk FOUT — text flashes from fallback to web font
national-2-condensed-bo... woff2 swap
Size 41 KB
Load time 9 ms
Start 273 ms
Risk FOUT — text flashes from fallback to web font
RobotoSerif-Regular.9d0... ttf swap
Size 107 KB
Load time 14 ms
Start 276 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
national-2-condensed-me... woff2 swap
Size 41 KB
Load time 12 ms
Start 276 ms
Risk FOUT — text flashes from fallback to web font
RobotoSerif-Italic.ttf ttf swap
Size 103 KB
Load time 8 ms
Start 369 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 34 KB
Load time 70 ms
Start 1.9 s
Risk FOUT — text flashes from fallback to web font
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 0 KB
Load time 0 ms
Start 2.6 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)

Fixing the unchecked items could save ~253 KB and ~506 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
HTTP Caching
max-age=300 (5 minutes)
PASS
max-age=300 (5 minutes)
Info::
Cache-Control header is set
Got: max-age=300,stale-while-revalidate=3600
Info::
Effective TTL: 5 minutes (max-age=300)
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

max-age=300,stale-while-revalidate=3600

DirectiveValueMeaning
max-age300Cache for 5 minutes
stale-while-revalidate3600Serve stale for 1 hour while fetching fresh
Effective TTL: 300 seconds
Network Waterfall
210 requests over 3680ms
INFO
0 ms 1.0 s 2.0 s 3.0 s FCP 635 ms LCP 3.0 shttps://adelaide.edu.au// https://adelaide.edu.au/ — 200 — 46.8 KiB — 329 ms — h2https://adelaide.edu.au/.rum/@adobe/helix-rum-js@%5E2/dist/micro.js/.rum/@adobe/helix-rum-js@%5E2/dist... https://adelaide.edu.au/.rum/@adobe/helix-rum-js@%5E2/dist/micro.js — 200 — 990 B — 13 ms — h2https://adelaide.edu.au/etc.clientlibs/core/wcm/components/accordion/v1/accordion/clientlibs/site.lc-44a1783be8e88dc73188908af6c38c01-lc.min.css/etc.clientlibs/core/wcm/components... https://adelaide.edu.au/etc.clientlibs/core/wcm/components/accordion/v1/accordion/clientlibs/site.lc-44a1783be8e88dc73188908af6c38c01-lc.min.css — 200 — 365 B — 12 ms — h2https://adelaide.edu.au/etc.clientlibs/core/wcm/components/tabs/v1/tabs/clientlibs/site.lc-d54c23ba76bd8648119795790ae83779-lc.min.css/etc.clientlibs/core/wcm/components... https://adelaide.edu.au/etc.clientlibs/core/wcm/components/tabs/v1/tabs/clientlibs/site.lc-d54c23ba76bd8648119795790ae83779-lc.min.css — 200 — 349 B — 8 ms — h2https://adelaide.edu.au/etc.clientlibs/core/fd/af-clientlibs/core-forms-components-runtime-all.lc-6c4416594df822d67965f8dc1b1d2c65-lc.min.css/etc.clientlibs/core/fd/af-clientli... https://adelaide.edu.au/etc.clientlibs/core/fd/af-clientlibs/core-forms-components-runtime-all.lc-6c4416594df822d67965f8dc1b1d2c65-lc.min.css — 200 — 3.5 KiB — 6 ms — h2https://adelaide.edu.au/etc.clientlibs/adelaideuniversity/clientlibs/clientlib-base.lc-211cf372178cb60935ce676182bba8c9-lc.min.css/etc.clientlibs/adelaideuniversity/... https://adelaide.edu.au/etc.clientlibs/adelaideuniversity/clientlibs/clientlib-base.lc-211cf372178cb60935ce676182bba8c9-lc.min.css — 200 — 11.2 KiB — 14 ms — h2https://adelaide.edu.au/etc.clientlibs/adelaideuniversity/clientlibs/clientlib-common.lc-a850161283d6f7861011609a45849db0-lc.min.css/etc.clientlibs/adelaideuniversity/... https://adelaide.edu.au/etc.clientlibs/adelaideuniversity/clientlibs/clientlib-common.lc-a850161283d6f7861011609a45849db0-lc.min.css — 200 — 63.9 KiB — 28 ms — h2https://adelaide.edu.au/etc.clientlibs/adelaideuniversity/clientlibs/clientlib-website.lc-1e7564ed78a65c646e361cb25e356f1b-lc.min.css/etc.clientlibs/adelaideuniversity/... https://adelaide.edu.au/etc.clientlibs/adelaideuniversity/clientlibs/clientlib-website.lc-1e7564ed78a65c646e361cb25e356f1b-lc.min.css — 200 — 64.9 KiB — 33 ms — h2https://adelaide.edu.au/etc.clientlibs/cq/testandtarget/clientlibs/testandtarget/parameters.lc-775c9eb7ff4c48025fbe3d707bcf5f55-lc.min.js/etc.clientlibs/cq/testandtarget/cl... https://adelaide.edu.au/etc.clientlibs/cq/testandtarget/clientlibs/testandtarget/parameters.lc-775c9eb7ff4c48025fbe3d707bcf5f55-lc.min.js — 200 — 411 B — 37 ms — h2https://adelaide.edu.au/etc.clientlibs/clientlibs/granite/jquery.lc-7842899024219bcbdb5e72c946870b79-lc.min.js/etc.clientlibs/clientlibs/granite/... https://adelaide.edu.au/etc.clientlibs/clientlibs/granite/jquery.lc-7842899024219bcbdb5e72c946870b79-lc.min.js — 200 — 35.2 KiB — 27 ms — h2https://adelaide.edu.au/etc.clientlibs/cq/personalization/clientlib/personalization/integrations/commons.lc-5370019fd157d93202ac2d6f771f04b8-lc.min.js/etc.clientlibs/cq/personalization/... https://adelaide.edu.au/etc.clientlibs/cq/personalization/clientlib/personalization/integrations/commons.lc-5370019fd157d93202ac2d6f771f04b8-lc.min.js — 200 — 957 B — 21 ms — h2https://adelaide.edu.au/etc.clientlibs/cq/testandtarget/clientlibs/testandtarget/atjs-integration.lc-401aa9ea1dd109fe7762186a74ae6c2b-lc.min.js/etc.clientlibs/cq/testandtarget/cl... https://adelaide.edu.au/etc.clientlibs/cq/testandtarget/clientlibs/testandtarget/atjs-integration.lc-401aa9ea1dd109fe7762186a74ae6c2b-lc.min.js — 200 — 2.7 KiB — 23 ms — h2https://adelaide.edu.au/content/dam/adelaideuniversity/images/home/banners/hero-banner-1920x1080-home-page-2.jpg/content/dam/adelaideuniversity/ima... https://adelaide.edu.au/content/dam/adelaideuniversity/images/home/banners/hero-banner-1920x1080-home-page-2.jpg — 200 — 166.0 KiB — 41 ms — h2https://adelaide.edu.au/content/dam/adelaideuniversity/images/home/banners/hero-banner-1920x740-home-north-terrace-dark.jpg/content/dam/adelaideuniversity/ima... https://adelaide.edu.au/content/dam/adelaideuniversity/images/home/banners/hero-banner-1920x740-home-north-terrace-dark.jpg — 200 — 101.5 KiB — 41 ms — h2https://adelaide.edu.au/content/dam/adelaideuniversity/images/global/icons/jacaranda/buildings-city.svg/content/dam/adelaideuniversity/ima... https://adelaide.edu.au/content/dam/adelaideuniversity/images/global/icons/jacaranda/buildings-city.svg — 200 — 2.0 KiB — 28 ms — h2https://adelaide.edu.au/content/dam/adelaideuniversity/images/global/icons/jacaranda/microscope-science-investigate.svg/content/dam/adelaideuniversity/ima... https://adelaide.edu.au/content/dam/adelaideuniversity/images/global/icons/jacaranda/microscope-science-investigate.svg — 200 — 1.4 KiB — 31 ms — h2https://adelaide.edu.au/content/dam/adelaideuniversity/images/home/banners/banner-homepage-frame-3.jpg/content/dam/adelaideuniversity/ima... https://adelaide.edu.au/content/dam/adelaideuniversity/images/home/banners/banner-homepage-frame-3.jpg — 200 — 211.2 KiB — 29 ms — h2https://adelaide.edu.au/content/dam/adelaideuniversity/images/global/icons/jacaranda/handshake-business-team.svg/content/dam/adelaideuniversity/ima... https://adelaide.edu.au/content/dam/adelaideuniversity/images/global/icons/jacaranda/handshake-business-team.svg — 200 — 2.7 KiB — 3 ms — h2https://static-p128711-e1252480.adobeaemcloud.com/ab53c5c4b8e9a79ae606cfbace25b3271afc71ed1f9a5304f9fbf0c800fa835b/theme.css?ts=1750167833697static-p128711-e1252480.adobeaemclo... https://static-p128711-e1252480.adobeaemcloud.com/ab53c5c4b8e9a79ae606cfbace25b3271afc71ed1f9a5304f9fbf0c800fa835b/theme.css?ts=1750167833697 — 200 — 7.1 KiB — 88 ms — h2https://adelaide.edu.au/etc.clientlibs/core/fd/components/aemform/v1/aemform/clientlibs/runtime/formapp.lc-e1f830cf54aef8d08cf10bb83ba01acd-lc.min.css/etc.clientlibs/core/fd/components/... https://adelaide.edu.au/etc.clientlibs/core/fd/components/aemform/v1/aemform/clientlibs/runtime/formapp.lc-e1f830cf54aef8d08cf10bb83ba01acd-lc.min.css — 200 — 242 B — 3 ms — h2https://adelaide.edu.au/etc.clientlibs/core/fd/components/aemform/v2/aemform/clientlibs/runtime/formapp.lc-d41d8cd98f00b204e9800998ecf8427e-lc.min.css/etc.clientlibs/core/fd/components/... https://adelaide.edu.au/etc.clientlibs/core/fd/components/aemform/v2/aemform/clientlibs/runtime/formapp.lc-d41d8cd98f00b204e9800998ecf8427e-lc.min.css — 200 — 172 B — 14 ms — h2https://adelaide.edu.au/etc.clientlibs/core/fd/components/aemform/v1/aemform/clientlibs/runtime/formapp.lc-00d53cb19cf99329907ea63ca26b2850-lc.min.js/etc.clientlibs/core/fd/components/... https://adelaide.edu.au/etc.clientlibs/core/fd/components/aemform/v1/aemform/clientlibs/runtime/formapp.lc-00d53cb19cf99329907ea63ca26b2850-lc.min.js — 200 — 1.3 KiB — 15 ms — h2https://adelaide.edu.au/etc.clientlibs/core/fd/components/aemform/v2/aemform/clientlibs/runtime/formapp.lc-d41d8cd98f00b204e9800998ecf8427e-lc.min.js/etc.clientlibs/core/fd/components/... https://adelaide.edu.au/etc.clientlibs/core/fd/components/aemform/v2/aemform/clientlibs/runtime/formapp.lc-d41d8cd98f00b204e9800998ecf8427e-lc.min.js — 200 — 166 B — 11 ms — h2https://adelaide.edu.au/etc.clientlibs/fd/af/runtime/clientlibs/guidetheme2/core.lc-240438958c3e80245e573831f0bce282-lc.min.css/etc.clientlibs/fd/af/runtime/clien... https://adelaide.edu.au/etc.clientlibs/fd/af/runtime/clientlibs/guidetheme2/core.lc-240438958c3e80245e573831f0bce282-lc.min.css — 200 — 596 B — 15 ms — h2https://adelaide.edu.au/etc.clientlibs/clientlibs/granite/jquery/granite/csrf.lc-652a558c3774088b61b0530c184710d1-lc.min.js/etc.clientlibs/clientlibs/granite/... https://adelaide.edu.au/etc.clientlibs/clientlibs/granite/jquery/granite/csrf.lc-652a558c3774088b61b0530c184710d1-lc.min.js — 200 — 1.7 KiB — 91 ms — h2https://adelaide.edu.au/etc.clientlibs/adelaideuniversity/clientlibs/clientlib-base.lc-4a5f34180f73958ae11579d4acba0440-lc.min.js/etc.clientlibs/adelaideuniversity/... https://adelaide.edu.au/etc.clientlibs/adelaideuniversity/clientlibs/clientlib-base.lc-4a5f34180f73958ae11579d4acba0440-lc.min.js — 200 — 31.4 KiB — 22 ms — h2https://adelaide.edu.au/etc.clientlibs/fd/af/runtime/clientlibs/toggles.lc-c44fcb35e33d5f46761f21aa3ddeca79-lc.min.js/etc.clientlibs/fd/af/runtime/clien... https://adelaide.edu.au/etc.clientlibs/fd/af/runtime/clientlibs/toggles.lc-c44fcb35e33d5f46761f21aa3ddeca79-lc.min.js — 200 — 556 B — 25 ms — h2https://adelaide.edu.au/etc.clientlibs/fd/af/runtime/clientlibs/rum.lc-6bba82b7c7f2f7d12a7ba805e47fc796-lc.min.js/etc.clientlibs/fd/af/runtime/clien... https://adelaide.edu.au/etc.clientlibs/fd/af/runtime/clientlibs/rum.lc-6bba82b7c7f2f7d12a7ba805e47fc796-lc.min.js — 200 — 712 B — 28 ms — h2https://adelaide.edu.au/etc.clientlibs/clientlibs/granite/dompurify.lc-46a64582d529fd6024b6aca7db08cb41-lc.min.js/etc.clientlibs/clientlibs/granite/... https://adelaide.edu.au/etc.clientlibs/clientlibs/granite/dompurify.lc-46a64582d529fd6024b6aca7db08cb41-lc.min.js — 200 — 9.7 KiB — 26 ms — h2https://adelaide.edu.au/etc.clientlibs/core/wcm/components/commons/site/clientlibs/container.lc-0a6aff292f5cc42142779cde92054524-lc.min.js/etc.clientlibs/core/wcm/components... https://adelaide.edu.au/etc.clientlibs/core/wcm/components/commons/site/clientlibs/container.lc-0a6aff292f5cc42142779cde92054524-lc.min.js — 200 — 699 B — 60 ms — h2
0 ms 1.0 s 2.0 s 3.0 s FCP 635 ms LCP 3.0 shttps://adelaide.edu.au// https://adelaide.edu.au/ — 200 — 46.8 KiB — 329 ms — h2https://adelaide.edu.au/.rum/@adobe/helix-rum-js@%5E2/dist/micro.js/.rum/@adobe/helix-rum-js@%5E2/dist... https://adelaide.edu.au/.rum/@adobe/helix-rum-js@%5E2/dist/micro.js — 200 — 990 B — 13 ms — h2https://adelaide.edu.au/etc.clientlibs/core/wcm/components/accordion/v1/accordion/clientlibs/site.lc-44a1783be8e88dc73188908af6c38c01-lc.min.css/etc.clientlibs/core/wcm/components... https://adelaide.edu.au/etc.clientlibs/core/wcm/components/accordion/v1/accordion/clientlibs/site.lc-44a1783be8e88dc73188908af6c38c01-lc.min.css — 200 — 365 B — 12 ms — h2https://adelaide.edu.au/etc.clientlibs/core/wcm/components/tabs/v1/tabs/clientlibs/site.lc-d54c23ba76bd8648119795790ae83779-lc.min.css/etc.clientlibs/core/wcm/components... https://adelaide.edu.au/etc.clientlibs/core/wcm/components/tabs/v1/tabs/clientlibs/site.lc-d54c23ba76bd8648119795790ae83779-lc.min.css — 200 — 349 B — 8 ms — h2https://adelaide.edu.au/etc.clientlibs/core/fd/af-clientlibs/core-forms-components-runtime-all.lc-6c4416594df822d67965f8dc1b1d2c65-lc.min.css/etc.clientlibs/core/fd/af-clientli... https://adelaide.edu.au/etc.clientlibs/core/fd/af-clientlibs/core-forms-components-runtime-all.lc-6c4416594df822d67965f8dc1b1d2c65-lc.min.css — 200 — 3.5 KiB — 6 ms — h2https://adelaide.edu.au/etc.clientlibs/adelaideuniversity/clientlibs/clientlib-base.lc-211cf372178cb60935ce676182bba8c9-lc.min.css/etc.clientlibs/adelaideuniversity/... https://adelaide.edu.au/etc.clientlibs/adelaideuniversity/clientlibs/clientlib-base.lc-211cf372178cb60935ce676182bba8c9-lc.min.css — 200 — 11.2 KiB — 14 ms — h2https://adelaide.edu.au/etc.clientlibs/adelaideuniversity/clientlibs/clientlib-common.lc-a850161283d6f7861011609a45849db0-lc.min.css/etc.clientlibs/adelaideuniversity/... https://adelaide.edu.au/etc.clientlibs/adelaideuniversity/clientlibs/clientlib-common.lc-a850161283d6f7861011609a45849db0-lc.min.css — 200 — 63.9 KiB — 28 ms — h2https://adelaide.edu.au/etc.clientlibs/adelaideuniversity/clientlibs/clientlib-website.lc-1e7564ed78a65c646e361cb25e356f1b-lc.min.css/etc.clientlibs/adelaideuniversity/... https://adelaide.edu.au/etc.clientlibs/adelaideuniversity/clientlibs/clientlib-website.lc-1e7564ed78a65c646e361cb25e356f1b-lc.min.css — 200 — 64.9 KiB — 33 ms — h2https://adelaide.edu.au/etc.clientlibs/cq/testandtarget/clientlibs/testandtarget/parameters.lc-775c9eb7ff4c48025fbe3d707bcf5f55-lc.min.js/etc.clientlibs/cq/testandtarget/cl... https://adelaide.edu.au/etc.clientlibs/cq/testandtarget/clientlibs/testandtarget/parameters.lc-775c9eb7ff4c48025fbe3d707bcf5f55-lc.min.js — 200 — 411 B — 37 ms — h2https://adelaide.edu.au/etc.clientlibs/clientlibs/granite/jquery.lc-7842899024219bcbdb5e72c946870b79-lc.min.js/etc.clientlibs/clientlibs/granite/... https://adelaide.edu.au/etc.clientlibs/clientlibs/granite/jquery.lc-7842899024219bcbdb5e72c946870b79-lc.min.js — 200 — 35.2 KiB — 27 ms — h2https://adelaide.edu.au/etc.clientlibs/cq/personalization/clientlib/personalization/integrations/commons.lc-5370019fd157d93202ac2d6f771f04b8-lc.min.js/etc.clientlibs/cq/personalization/... https://adelaide.edu.au/etc.clientlibs/cq/personalization/clientlib/personalization/integrations/commons.lc-5370019fd157d93202ac2d6f771f04b8-lc.min.js — 200 — 957 B — 21 ms — h2https://adelaide.edu.au/etc.clientlibs/cq/testandtarget/clientlibs/testandtarget/atjs-integration.lc-401aa9ea1dd109fe7762186a74ae6c2b-lc.min.js/etc.clientlibs/cq/testandtarget/cl... https://adelaide.edu.au/etc.clientlibs/cq/testandtarget/clientlibs/testandtarget/atjs-integration.lc-401aa9ea1dd109fe7762186a74ae6c2b-lc.min.js — 200 — 2.7 KiB — 23 ms — h2https://adelaide.edu.au/content/dam/adelaideuniversity/images/home/banners/hero-banner-1920x1080-home-page-2.jpg/content/dam/adelaideuniversity/ima... https://adelaide.edu.au/content/dam/adelaideuniversity/images/home/banners/hero-banner-1920x1080-home-page-2.jpg — 200 — 166.0 KiB — 41 ms — h2https://adelaide.edu.au/content/dam/adelaideuniversity/images/home/banners/hero-banner-1920x740-home-north-terrace-dark.jpg/content/dam/adelaideuniversity/ima... https://adelaide.edu.au/content/dam/adelaideuniversity/images/home/banners/hero-banner-1920x740-home-north-terrace-dark.jpg — 200 — 101.5 KiB — 41 ms — h2https://adelaide.edu.au/content/dam/adelaideuniversity/images/global/icons/jacaranda/buildings-city.svg/content/dam/adelaideuniversity/ima... https://adelaide.edu.au/content/dam/adelaideuniversity/images/global/icons/jacaranda/buildings-city.svg — 200 — 2.0 KiB — 28 ms — h2https://adelaide.edu.au/content/dam/adelaideuniversity/images/global/icons/jacaranda/microscope-science-investigate.svg/content/dam/adelaideuniversity/ima... https://adelaide.edu.au/content/dam/adelaideuniversity/images/global/icons/jacaranda/microscope-science-investigate.svg — 200 — 1.4 KiB — 31 ms — h2https://adelaide.edu.au/content/dam/adelaideuniversity/images/home/banners/banner-homepage-frame-3.jpg/content/dam/adelaideuniversity/ima... https://adelaide.edu.au/content/dam/adelaideuniversity/images/home/banners/banner-homepage-frame-3.jpg — 200 — 211.2 KiB — 29 ms — h2https://adelaide.edu.au/content/dam/adelaideuniversity/images/global/icons/jacaranda/handshake-business-team.svg/content/dam/adelaideuniversity/ima... https://adelaide.edu.au/content/dam/adelaideuniversity/images/global/icons/jacaranda/handshake-business-team.svg — 200 — 2.7 KiB — 3 ms — h2https://static-p128711-e1252480.adobeaemcloud.com/ab53c5c4b8e9a79ae606cfbace25b3271afc71ed1f9a5304f9fbf0c800fa835b/theme.css?ts=1750167833697static-p128711-e1252480.adobeaemclo... https://static-p128711-e1252480.adobeaemcloud.com/ab53c5c4b8e9a79ae606cfbace25b3271afc71ed1f9a5304f9fbf0c800fa835b/theme.css?ts=1750167833697 — 200 — 7.1 KiB — 88 ms — h2https://adelaide.edu.au/etc.clientlibs/core/fd/components/aemform/v1/aemform/clientlibs/runtime/formapp.lc-e1f830cf54aef8d08cf10bb83ba01acd-lc.min.css/etc.clientlibs/core/fd/components/... https://adelaide.edu.au/etc.clientlibs/core/fd/components/aemform/v1/aemform/clientlibs/runtime/formapp.lc-e1f830cf54aef8d08cf10bb83ba01acd-lc.min.css — 200 — 242 B — 3 ms — h2https://adelaide.edu.au/etc.clientlibs/core/fd/components/aemform/v2/aemform/clientlibs/runtime/formapp.lc-d41d8cd98f00b204e9800998ecf8427e-lc.min.css/etc.clientlibs/core/fd/components/... https://adelaide.edu.au/etc.clientlibs/core/fd/components/aemform/v2/aemform/clientlibs/runtime/formapp.lc-d41d8cd98f00b204e9800998ecf8427e-lc.min.css — 200 — 172 B — 14 ms — h2https://adelaide.edu.au/etc.clientlibs/core/fd/components/aemform/v1/aemform/clientlibs/runtime/formapp.lc-00d53cb19cf99329907ea63ca26b2850-lc.min.js/etc.clientlibs/core/fd/components/... https://adelaide.edu.au/etc.clientlibs/core/fd/components/aemform/v1/aemform/clientlibs/runtime/formapp.lc-00d53cb19cf99329907ea63ca26b2850-lc.min.js — 200 — 1.3 KiB — 15 ms — h2https://adelaide.edu.au/etc.clientlibs/core/fd/components/aemform/v2/aemform/clientlibs/runtime/formapp.lc-d41d8cd98f00b204e9800998ecf8427e-lc.min.js/etc.clientlibs/core/fd/components/... https://adelaide.edu.au/etc.clientlibs/core/fd/components/aemform/v2/aemform/clientlibs/runtime/formapp.lc-d41d8cd98f00b204e9800998ecf8427e-lc.min.js — 200 — 166 B — 11 ms — h2https://adelaide.edu.au/etc.clientlibs/fd/af/runtime/clientlibs/guidetheme2/core.lc-240438958c3e80245e573831f0bce282-lc.min.css/etc.clientlibs/fd/af/runtime/clien... https://adelaide.edu.au/etc.clientlibs/fd/af/runtime/clientlibs/guidetheme2/core.lc-240438958c3e80245e573831f0bce282-lc.min.css — 200 — 596 B — 15 ms — h2https://adelaide.edu.au/etc.clientlibs/clientlibs/granite/jquery/granite/csrf.lc-652a558c3774088b61b0530c184710d1-lc.min.js/etc.clientlibs/clientlibs/granite/... https://adelaide.edu.au/etc.clientlibs/clientlibs/granite/jquery/granite/csrf.lc-652a558c3774088b61b0530c184710d1-lc.min.js — 200 — 1.7 KiB — 91 ms — h2https://adelaide.edu.au/etc.clientlibs/adelaideuniversity/clientlibs/clientlib-base.lc-4a5f34180f73958ae11579d4acba0440-lc.min.js/etc.clientlibs/adelaideuniversity/... https://adelaide.edu.au/etc.clientlibs/adelaideuniversity/clientlibs/clientlib-base.lc-4a5f34180f73958ae11579d4acba0440-lc.min.js — 200 — 31.4 KiB — 22 ms — h2https://adelaide.edu.au/etc.clientlibs/fd/af/runtime/clientlibs/toggles.lc-c44fcb35e33d5f46761f21aa3ddeca79-lc.min.js/etc.clientlibs/fd/af/runtime/clien... https://adelaide.edu.au/etc.clientlibs/fd/af/runtime/clientlibs/toggles.lc-c44fcb35e33d5f46761f21aa3ddeca79-lc.min.js — 200 — 556 B — 25 ms — h2https://adelaide.edu.au/etc.clientlibs/fd/af/runtime/clientlibs/rum.lc-6bba82b7c7f2f7d12a7ba805e47fc796-lc.min.js/etc.clientlibs/fd/af/runtime/clien... https://adelaide.edu.au/etc.clientlibs/fd/af/runtime/clientlibs/rum.lc-6bba82b7c7f2f7d12a7ba805e47fc796-lc.min.js — 200 — 712 B — 28 ms — h2https://adelaide.edu.au/etc.clientlibs/clientlibs/granite/dompurify.lc-46a64582d529fd6024b6aca7db08cb41-lc.min.js/etc.clientlibs/clientlibs/granite/... https://adelaide.edu.au/etc.clientlibs/clientlibs/granite/dompurify.lc-46a64582d529fd6024b6aca7db08cb41-lc.min.js — 200 — 9.7 KiB — 26 ms — h2https://adelaide.edu.au/etc.clientlibs/core/wcm/components/commons/site/clientlibs/container.lc-0a6aff292f5cc42142779cde92054524-lc.min.js/etc.clientlibs/core/wcm/components... https://adelaide.edu.au/etc.clientlibs/core/wcm/components/commons/site/clientlibs/container.lc-0a6aff292f5cc42142779cde92054524-lc.min.js — 200 — 699 B — 60 ms — h2https://adelaide.edu.au/etc.clientlibs/core/wcm/components/accordion/v1/accordion/clientlibs/site.lc-743203754cdc204878a47e10ad2a28d5-lc.min.js/etc.clientlibs/core/wcm/components... https://adelaide.edu.au/etc.clientlibs/core/wcm/components/accordion/v1/accordion/clientlibs/site.lc-743203754cdc204878a47e10ad2a28d5-lc.min.js — 200 — 2.6 KiB — 60 ms — h2https://adelaide.edu.au/etc.clientlibs/core/fd/components/form/accordion/v1/accordion/clientlibs/commons.lc-36c4c664a1a91c14b422ab6c2da38f12-lc.min.js/etc.clientlibs/core/fd/components/... https://adelaide.edu.au/etc.clientlibs/core/fd/components/form/accordion/v1/accordion/clientlibs/commons.lc-36c4c664a1a91c14b422ab6c2da38f12-lc.min.js — 200 — 2.6 KiB — 20 ms — h2https://adelaide.edu.au/etc.clientlibs/core/wcm/components/tabs/v1/tabs/clientlibs/site.lc-c53b992b35f5ca98e25330a02d295299-lc.min.js/etc.clientlibs/core/wcm/components... https://adelaide.edu.au/etc.clientlibs/core/wcm/components/tabs/v1/tabs/clientlibs/site.lc-c53b992b35f5ca98e25330a02d295299-lc.min.js — 200 — 2.2 KiB — 26 ms — h2https://adelaide.edu.au/etc.clientlibs/core/fd/components/form/wizard/v1/wizard/clientlibs/commons.lc-c7e841c5a51ff873393964cc79e86c34-lc.min.js/etc.clientlibs/core/fd/components/... https://adelaide.edu.au/etc.clientlibs/core/fd/components/form/wizard/v1/wizard/clientlibs/commons.lc-c7e841c5a51ff873393964cc79e86c34-lc.min.js — 200 — 2.1 KiB — 86 ms — h2https://adelaide.edu.au/etc.clientlibs/core/fd/af-clientlibs/core-forms-components-runtime-all.lc-60494d950101b96925cc2fa59419dac5-lc.min.js/etc.clientlibs/core/fd/af-clientli... https://adelaide.edu.au/etc.clientlibs/core/fd/af-clientlibs/core-forms-components-runtime-all.lc-60494d950101b96925cc2fa59419dac5-lc.min.js — 200 — 116.6 KiB — 91 ms — h2https://adelaide.edu.au/etc.clientlibs/adelaideuniversity/clientlibs/clientlib-common.lc-d9d5b582dd34d7adaf0ef1c20c2a0ba3-lc.min.js/etc.clientlibs/adelaideuniversity/... https://adelaide.edu.au/etc.clientlibs/adelaideuniversity/clientlibs/clientlib-common.lc-d9d5b582dd34d7adaf0ef1c20c2a0ba3-lc.min.js — 200 — 294.9 KiB — 94 ms — h2https://adelaide.edu.au/etc.clientlibs/adelaideuniversity/clientlibs/clientlib-website.lc-a5d21b54d217c735512bb0457eea093b-lc.min.js/etc.clientlibs/adelaideuniversity/... https://adelaide.edu.au/etc.clientlibs/adelaideuniversity/clientlibs/clientlib-website.lc-a5d21b54d217c735512bb0457eea093b-lc.min.js — 200 — 423.9 KiB — 147 ms — h2https://adelaide.edu.au/etc.clientlibs/core/wcm/components/commons/datalayer/v1/clientlibs/core.wcm.components.commons.datalayer.v1.lc-70264651675213ed7f7cc5a02a00f621-lc.min.js/etc.clientlibs/core/wcm/components... https://adelaide.edu.au/etc.clientlibs/core/wcm/components/commons/datalayer/v1/clientlibs/core.wcm.components.commons.datalayer.v1.lc-70264651675213ed7f7cc5a02a00f621-lc.min.js — 200 — 12.1 KiB — 91 ms — h2https://adelaide.edu.au/etc.clientlibs/core/fd/components/af-commons/v1/datalayer.lc-a597ffa8eb84e6f40ea3f60e8c697b56-lc.min.js/etc.clientlibs/core/fd/components/... https://adelaide.edu.au/etc.clientlibs/core/fd/components/af-commons/v1/datalayer.lc-a597ffa8eb84e6f40ea3f60e8c697b56-lc.min.js — 200 — 2.1 KiB — 35 ms — h2https://assets.adobedtm.com/be58e65e508a/0b9fe534cc0d/launch-57963a17723e.min.jsassets.adobedtm.com/be58e65e508a/0b... https://assets.adobedtm.com/be58e65e508a/0b9fe534cc0d/launch-57963a17723e.min.js — 200 — 185.9 KiB — 140 ms — h2https://adelaide.edu.au/etc.clientlibs/core/wcm/components/commons/datalayer/v2/clientlibs/core.wcm.components.commons.datalayer.v2.lc-1e0136bad0acfb78be509234578e44f9-lc.min.js/etc.clientlibs/core/wcm/components... https://adelaide.edu.au/etc.clientlibs/core/wcm/components/commons/datalayer/v2/clientlibs/core.wcm.components.commons.datalayer.v2.lc-1e0136bad0acfb78be509234578e44f9-lc.min.js — 200 — 1.1 KiB — 25 ms — h2https://adelaide.edu.au/etc.clientlibs/core/wcm/components/commons/datalayer/acdl/core.wcm.components.commons.datalayer.acdl.lc-bf921af342fd2c40139671dbf0920a1f-lc.min.js/etc.clientlibs/core/wcm/components... https://adelaide.edu.au/etc.clientlibs/core/wcm/components/commons/datalayer/acdl/core.wcm.components.commons.datalayer.acdl.lc-bf921af342fd2c40139671dbf0920a1f-lc.min.js — 200 — 11.4 KiB — 90 ms — h2https://cdn.timetrade.com/scripts/iframe/latest/iframe.jscdn.timetrade.com/scripts/iframe/la... https://cdn.timetrade.com/scripts/iframe/latest/iframe.js — 200 — 3.6 KiB — 51 ms — h2https://adelaide.edu.au/content/dam/adelaideuniversity/images/global/icons/jacaranda/office-work-desk.svg/content/dam/adelaideuniversity/ima... https://adelaide.edu.au/content/dam/adelaideuniversity/images/global/icons/jacaranda/office-work-desk.svg — 200 — 1.6 KiB — 90 ms — h2https://static-p128711-e1252480.adobeaemcloud.com/ab53c5c4b8e9a79ae606cfbace25b3271afc71ed1f9a5304f9fbf0c800fa835b/theme.js?ts=1750167833697static-p128711-e1252480.adobeaemclo... https://static-p128711-e1252480.adobeaemcloud.com/ab53c5c4b8e9a79ae606cfbace25b3271afc71ed1f9a5304f9fbf0c800fa835b/theme.js?ts=1750167833697 — 200 — 923 B — 67 ms — h2https://adelaide.edu.au/content/dam/adelaideuniversity/images/global/graphics/close.png/content/dam/adelaideuniversity/ima... https://adelaide.edu.au/content/dam/adelaideuniversity/images/global/graphics/close.png — 200 — 1.3 KiB — 43 ms — h2https://adelaide.edu.au/content/dam/adelaideuniversity/images/global/graphics/cookie-prefs.png/content/dam/adelaideuniversity/ima... https://adelaide.edu.au/content/dam/adelaideuniversity/images/global/graphics/cookie-prefs.png — 200 — 1.9 KiB — 71 ms — h2https://adelaide.edu.au/etc.clientlibs/adelaideuniversity/clientlibs/clientlib-website/resources/images/eye-white.svg/etc.clientlibs/adelaideuniversity/... https://adelaide.edu.au/etc.clientlibs/adelaideuniversity/clientlibs/clientlib-website/resources/images/eye-white.svg — 200 — 862 B — 64 ms — h2https://adelaide.edu.au/etc.clientlibs/adelaideuniversity/clientlibs/clientlib-website/resources/images/chevron-down-white-sml.svg/etc.clientlibs/adelaideuniversity/... https://adelaide.edu.au/etc.clientlibs/adelaideuniversity/clientlibs/clientlib-website/resources/images/chevron-down-white-sml.svg — 200 — 401 B — 70 ms — h2https://adelaide.edu.au/etc.clientlibs/adelaideuniversity/clientlibs/clientlib-common/resources/images/magnifying-glass-white.svg/etc.clientlibs/adelaideuniversity/... https://adelaide.edu.au/etc.clientlibs/adelaideuniversity/clientlibs/clientlib-common/resources/images/magnifying-glass-white.svg — 200 — 514 B — 66 ms — h2https://adelaide.edu.au/etc.clientlibs/adelaideuniversity/clientlibs/clientlib-website/resources/images/magnifying-glass.svg/etc.clientlibs/adelaideuniversity/... https://adelaide.edu.au/etc.clientlibs/adelaideuniversity/clientlibs/clientlib-website/resources/images/magnifying-glass.svg — 200 — 527 B — 59 ms — h2https://adelaide.edu.au/etc.clientlibs/adelaideuniversity/clientlibs/clientlib-common/resources/images/chevron-right.svg/etc.clientlibs/adelaideuniversity/... https://adelaide.edu.au/etc.clientlibs/adelaideuniversity/clientlibs/clientlib-common/resources/images/chevron-right.svg — 200 — 584 B — 57 ms — h2https://adelaide.edu.au/etc.clientlibs/adelaideuniversity/clientlibs/clientlib-common/resources/images/chevron-down.svg/etc.clientlibs/adelaideuniversity/... https://adelaide.edu.au/etc.clientlibs/adelaideuniversity/clientlibs/clientlib-common/resources/images/chevron-down.svg — 200 — 496 B — 65 ms — h2https://adelaide.edu.au/etc.clientlibs/adelaideuniversity/clientlibs/clientlib-common/resources/images/arrow-forward.svg/etc.clientlibs/adelaideuniversity/... https://adelaide.edu.au/etc.clientlibs/adelaideuniversity/clientlibs/clientlib-common/resources/images/arrow-forward.svg — 200 — 434 B — 72 ms — h2https://adelaide.edu.au/etc.clientlibs/adelaideuniversity/clientlibs/clientlib-common/resources/images/envelope-email-mail.svg/etc.clientlibs/adelaideuniversity/... https://adelaide.edu.au/etc.clientlibs/adelaideuniversity/clientlibs/clientlib-common/resources/images/envelope-email-mail.svg — 200 — 649 B — 84 ms — h2https://adelaide.edu.au/etc.clientlibs/adelaideuniversity/clientlibs/clientlib-common/resources/images/arrow-small-right.svg/etc.clientlibs/adelaideuniversity/... https://adelaide.edu.au/etc.clientlibs/adelaideuniversity/clientlibs/clientlib-common/resources/images/arrow-small-right.svg — 200 — 364 B — 66 ms — h2https://adelaide.edu.au/adobe/dynamicmedia/deliver/dm-aid--95a8467c-8fe6-428c-933f-54fb155a810d/dog-probiotic-1-1920x1080.jpg?quality=82&width=1600&preferwebp=true/adobe/dynamicmedia/deliver/dm-aid-... https://adelaide.edu.au/adobe/dynamicmedia/deliver/dm-aid--95a8467c-8fe6-428c-933f-54fb155a810d/dog-probiotic-1-1920x1080.jpg?quality=82&width=1600&preferwebp=true — 200 — 126.9 KiB — 1.3 s — h2https://adelaide.edu.au/adobe/dynamicmedia/deliver/dm-aid--c3214386-58a1-4bf2-9c87-e713d7d3abb7/wastewater-research.jpg?quality=82&width=1600&preferwebp=true/adobe/dynamicmedia/deliver/dm-aid-... https://adelaide.edu.au/adobe/dynamicmedia/deliver/dm-aid--c3214386-58a1-4bf2-9c87-e713d7d3abb7/wastewater-research.jpg?quality=82&width=1600&preferwebp=true — 200 — 123.7 KiB — 1.3 s — h2https://adelaide.edu.au/adobe/dynamicmedia/deliver/dm-aid--56140db7-d1ec-4cec-a1d0-6014fb125a1a/methane-emissions-1920x1080.jpg?quality=82&width=1600&preferwebp=true/adobe/dynamicmedia/deliver/dm-aid-... https://adelaide.edu.au/adobe/dynamicmedia/deliver/dm-aid--56140db7-d1ec-4cec-a1d0-6014fb125a1a/methane-emissions-1920x1080.jpg?quality=82&width=1600&preferwebp=true — 200 — 71.0 KiB — 1.3 s — h2https://adelaide.edu.au/etc.clientlibs/adelaideuniversity/clientlibs/clientlib-common/resources/fonts/Roboto/RobotoSerif-Regular.ttf/etc.clientlibs/adelaideuniversity/... https://adelaide.edu.au/etc.clientlibs/adelaideuniversity/clientlibs/clientlib-common/resources/fonts/Roboto/RobotoSerif-Regular.ttf — 200 — 106.9 KiB — 15 ms — h2https://adelaide.edu.au/etc.clientlibs/adelaideuniversity/clientlibs/clientlib-common/resources/fonts/National/national-2-condensed-medium.woff2/etc.clientlibs/adelaideuniversity/... https://adelaide.edu.au/etc.clientlibs/adelaideuniversity/clientlibs/clientlib-common/resources/fonts/National/national-2-condensed-medium.woff2 — 200 — 40.5 KiB — 12 ms — h2https://adelaide.edu.au/etc.clientlibs/adelaideuniversity/clientlibs/clientlib-common/resources/fonts/National/national-2-condensed-bold.woff2/etc.clientlibs/adelaideuniversity/... https://adelaide.edu.au/etc.clientlibs/adelaideuniversity/clientlibs/clientlib-common/resources/fonts/National/national-2-condensed-bold.woff2 — 200 — 40.5 KiB — 14 ms — h2https://static-p128711-e1252480.adobeaemcloud.com/ab53c5c4b8e9a79ae606cfbace25b3271afc71ed1f9a5304f9fbf0c800fa835b/national-2-condensed-bold.510e29d4.woff2static-p128711-e1252480.adobeaemclo... https://static-p128711-e1252480.adobeaemcloud.com/ab53c5c4b8e9a79ae606cfbace25b3271afc71ed1f9a5304f9fbf0c800fa835b/national-2-condensed-bold.510e29d4.woff2 — 200 — 40.8 KiB — 9 ms — h2https://static-p128711-e1252480.adobeaemcloud.com/ab53c5c4b8e9a79ae606cfbace25b3271afc71ed1f9a5304f9fbf0c800fa835b/RobotoSerif-Regular.9d02ee13.ttfstatic-p128711-e1252480.adobeaemclo... https://static-p128711-e1252480.adobeaemcloud.com/ab53c5c4b8e9a79ae606cfbace25b3271afc71ed1f9a5304f9fbf0c800fa835b/RobotoSerif-Regular.9d02ee13.ttf — 200 — 106.9 KiB — 14 ms — h2https://static-p128711-e1252480.adobeaemcloud.com/ab53c5c4b8e9a79ae606cfbace25b3271afc71ed1f9a5304f9fbf0c800fa835b/national-2-condensed-medium.fc489fb9.woff2static-p128711-e1252480.adobeaemclo... https://static-p128711-e1252480.adobeaemcloud.com/ab53c5c4b8e9a79ae606cfbace25b3271afc71ed1f9a5304f9fbf0c800fa835b/national-2-condensed-medium.fc489fb9.woff2 — 200 — 40.5 KiB — 12 ms — h2https://adelaide.edu.au/libs/granite/csrf/token.json/libs/granite/csrf/token.json https://adelaide.edu.au/libs/granite/csrf/token.json — 200 — 193 B — 301 ms — h2https://static-p128711-e1252480.adobeaemcloud.com/ab53c5c4b8e9a79ae606cfbace25b3271afc71ed1f9a5304f9fbf0c800fa835b/chevron-down.6340b4e3.svgstatic-p128711-e1252480.adobeaemclo... https://static-p128711-e1252480.adobeaemcloud.com/ab53c5c4b8e9a79ae606cfbace25b3271afc71ed1f9a5304f9fbf0c800fa835b/chevron-down.6340b4e3.svg — 200 — 384 B — 3 ms — h2data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22h…data:image/svg+xml,%3Csvg%20width%3... data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22h… — 200 — 0 B — 0 ms — datahttps://adelaide.edu.au/etc.clientlibs/adelaideuniversity/clientlibs/clientlib-common/resources/fonts/Roboto/RobotoSerif-Italic.ttf/etc.clientlibs/adelaideuniversity/... https://adelaide.edu.au/etc.clientlibs/adelaideuniversity/clientlibs/clientlib-common/resources/fonts/Roboto/RobotoSerif-Italic.ttf — 200 — 103.0 KiB — 8 ms — h2https://adelaide.edu.au/content/forms/af/adelaideuniversity/register-your-interest-form/jcr:content/guideContainer.model.en.json/content/forms/af/adelaideuniversit... https://adelaide.edu.au/content/forms/af/adelaideuniversity/register-your-interest-form/jcr:content/guideContainer.model.en.json — 200 — 3.8 KiB — 4 ms — h2https://adelaideuni.edu.au/content/dam/adelaideuniversity/images/global/backgrounds/bkgd-1920x1080-contact-2.jpgadelaideuni.edu.au/content/dam/adel... https://adelaideuni.edu.au/content/dam/adelaideuniversity/images/global/backgrounds/bkgd-1920x1080-contact-2.jpg — 302 — 313 B — 23 ms — h2https://adelaide.edu.au/content/adelaideuniversity/au/en/services/fpid.json?q=fpid/content/adelaideuniversity/au/en/s... https://adelaide.edu.au/content/adelaideuniversity/au/en/services/fpid.json?q=fpid — 200 — 269 B — 304 ms — h2https://adelaide.edu.au/content/dam/adelaideuniversity/images/global/backgrounds/bkgd-1920x1080-contact-2.jpg/content/dam/adelaideuniversity/ima... https://adelaide.edu.au/content/dam/adelaideuniversity/images/global/backgrounds/bkgd-1920x1080-contact-2.jpg — 200 — 70.3 KiB — 14 ms — h2https://adelaide.edu.au/adobe/forms/af/customfunctions/L2NvbnRlbnQvZm9ybXMvYWYvYWRlbGFpZGV1bml2ZXJzaXR5L3JlZ2lzdGVyLXlvdXItaW50ZXJlc3QtZm9ybQ==/adobe/forms/af/customfunctions/L2N... https://adelaide.edu.au/adobe/forms/af/customfunctions/L2NvbnRlbnQvZm9ybXMvYWYvYWRlbGFpZGV1bml2ZXJzaXR5L3JlZ2lzdGVyLXlvdXItaW50ZXJlc3QtZm9ybQ== — 200 — 363 B — 366 ms — h2https://datacollection.adelaideuni.edu.au/ee/v1/identity/acquire?configId=9e5f336c-3dee-4769-8c6f-cb7ff0cb2771&requestId=22fca5bd-ce46-4060-af2c-8d553556ccaadatacollection.adelaideuni.edu.au/e... https://datacollection.adelaideuni.edu.au/ee/v1/identity/acquire?configId=9e5f336c-3dee-4769-8c6f-cb7ff0cb2771&requestId=22fca5bd-ce46-4060-af2c-8d553556ccaa — 200 — 857 B — 86 ms — h2https://adelaide.edu.au/content/dam/adelaideuniversity/images/global/favicons/icon-192x192.png/content/dam/adelaideuniversity/ima... https://adelaide.edu.au/content/dam/adelaideuniversity/images/global/favicons/icon-192x192.png — 200 — 4.9 KiB — 3 ms — h2https://datacollection.adelaideuni.edu.au/ee/irl1/v1/interact?configId=9e5f336c-3dee-4769-8c6f-cb7ff0cb2771&requestId=e8677483-2da2-41dc-89de-295ecbbe163fdatacollection.adelaideuni.edu.au/e... https://datacollection.adelaideuni.edu.au/ee/irl1/v1/interact?configId=9e5f336c-3dee-4769-8c6f-cb7ff0cb2771&requestId=e8677483-2da2-41dc-89de-295ecbbe163f — 200 — 1.4 KiB — 66 ms — h2https://datacollection.adelaideuni.edu.au/ee/irl1/v1/interact?configId=9e5f336c-3dee-4769-8c6f-cb7ff0cb2771&requestId=0d5e6555-ba23-4659-890c-4b0e3fdef2aedatacollection.adelaideuni.edu.au/e... https://datacollection.adelaideuni.edu.au/ee/irl1/v1/interact?configId=9e5f336c-3dee-4769-8c6f-cb7ff0cb2771&requestId=0d5e6555-ba23-4659-890c-4b0e3fdef2ae — 200 — 458 B — 53 ms — h2https://datacollection.adelaideuni.edu.au/ee/irl1/v1/privacy/set-consent?configId=9e5f336c-3dee-4769-8c6f-cb7ff0cb2771&requestId=b443ceff-b1b2-4c87-b937-8c1acca20bd4datacollection.adelaideuni.edu.au/e... https://datacollection.adelaideuni.edu.au/ee/irl1/v1/privacy/set-consent?configId=9e5f336c-3dee-4769-8c6f-cb7ff0cb2771&requestId=b443ceff-b1b2-4c87-b937-8c1acca20bd4 — 200 — 482 B — 44 ms — h2https://adelaide.edu.au/etc.clientlibs/core/fd/af-clientlibs/core-forms-components-runtime-all/resources/i18n/en.json/etc.clientlibs/core/fd/af-clientli... https://adelaide.edu.au/etc.clientlibs/core/fd/af-clientlibs/core-forms-components-runtime-all/resources/i18n/en.json — 200 — 1.3 KiB — 3 ms — h2https://www.recaptcha.net/recaptcha/api.js?onload=onloadRecaptchaCallback&render=explicit&hl=enwww.recaptcha.net/recaptcha/api.js?... https://www.recaptcha.net/recaptcha/api.js?onload=onloadRecaptchaCallback&render=explicit&hl=en — 200 — 1.6 KiB — 95 ms — h2https://adelaide.edu.au/content/adelaideuniversity/au/en/services/formsservice.formlov.json/content/adelaideuniversity/au/en/s... https://adelaide.edu.au/content/adelaideuniversity/au/en/services/formsservice.formlov.json — 200 — 9.6 KiB — 3 ms — h2https://t.contentsquare.net/uxa/9fe0d40f5d1d5.jst.contentsquare.net/uxa/9fe0d40f5d1... https://t.contentsquare.net/uxa/9fe0d40f5d1d5.js — 200 — 138.5 KiB — 14 ms — h2https://siteimproveanalytics.com/js/siteanalyze_78835.jssiteimproveanalytics.com/js/siteana... https://siteimproveanalytics.com/js/siteanalyze_78835.js — 200 — 34.3 KiB — 81 ms — h3https://pixel.everesttech.net/px2/16277?px_evt=t&ev_AU_HomePageVisits=1pixel.everesttech.net/px2/16277?px_... https://pixel.everesttech.net/px2/16277?px_evt=t&ev_AU_HomePageVisits=1 — 200 — 695 B — 141 ms — http/1.1https://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 — 42 ms — h2https://px.ads.linkedin.com/attribution_trigger?pid=6164738&time=1776813970982&url=https%3A%2F%2Fadelaide.edu.au%2Fpx.ads.linkedin.com/attribution_tri... https://px.ads.linkedin.com/attribution_trigger?pid=6164738&time=1776813970982&url=https%3A%2F%2Fadelaide.edu.au%2F — 200 — 839 B — 258 ms — h2https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=6164738&time=1776813970982&url=https%3A%2F%2Fadelaide.edu.au%2Fpx.ads.linkedin.com/collect?v=2&fmt... https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=6164738&time=1776813970982&url=https%3A%2F%2Fadelaide.edu.au%2F — 302 — 825 B — 263 ms — h2https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.jswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js — 200 — 362.4 KiB — 165 ms — h2https://launchpad.privacymanager.io/latest/launchpad.bundle.jslaunchpad.privacymanager.io/latest/... https://launchpad.privacymanager.io/latest/launchpad.bundle.js — 200 — 40.7 KiB — 13 ms — h2https://launchpad-wrapper.privacymanager.io/afc3b9c7-298f-4c6f-9ddd-685e1dc51b69/launchpad-liveramp.jslaunchpad-wrapper.privacymanager.io... https://launchpad-wrapper.privacymanager.io/afc3b9c7-298f-4c6f-9ddd-685e1dc51b69/launchpad-liveramp.js — 200 — 1.6 KiB — 9 ms — h2https://js.adsrvr.org/up_loader.1.1.0.jsjs.adsrvr.org/up_loader.1.1.0.js https://js.adsrvr.org/up_loader.1.1.0.js — 200 — 12.3 KiB — 16 ms — http/1.1https://15273926.fls.doubleclick.net/activityi;src=15273926;type=invmedia;cat=adlun0;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;tfua=;npa=;gdpr=$%7BGDPR%7D;gdpr_consent=$%7BGDPR_CONSENT_755%7D;ord=8992287013145.238?15273926.fls.doubleclick.net/activi... https://15273926.fls.doubleclick.net/activityi;src=15273926;type=invmedia;cat=adlun0;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;tfua=;npa=;gdpr=$%7BGDPR%7D;gdpr_consent=$%7BGDPR_CONSENT_755%7D;ord=8992287013145.238? — 302 — 629 B — 75 ms — h2https://geo.privacymanager.io/geo.privacymanager.io/ https://geo.privacymanager.io/ — 200 — 0 B — 51 ms — h2https://www.googletagmanager.com/gtag/js?id=AW-16615096847www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-16615096847 — 200 — 146.9 KiB — 139 ms — h2https://78835.global.siteimproveanalytics.io/image.aspx?url=https%3A%2F%2Fadelaide.edu.au%2F&title=Adelaide%20University%20%E2%80%93%20South%20Australia%27s%20university%20for%20the%20future&res=800x600&accountid=78835&rt=1148&prev=1c839ad1-edf1-28fb-808c-77476b7f7da5&luid=f6bd7ad8-8f26-44cf-0b4c-fbcae9879812&rnd=3944578835.global.siteimproveanalytics.i... https://78835.global.siteimproveanalytics.io/image.aspx?url=https%3A%2F%2Fadelaide.edu.au%2F&title=Adelaide%20University%20%E2%80%93%20South%20Australia%27s%20university%20for%20the%20future&res=800x600&accountid=78835&rt=1148&prev=1c839ad1-edf1-28fb-808c-77476b7f7da5&luid=f6bd7ad8-8f26-44cf-0b4c-fbcae9879812&rnd=39445 — 200 — 210 B — 106 ms — h2https://insight.adsrvr.org/track/cei?advertiser_id=z6vnky3&cookie_sync=1&upv=3.0.0&upid=emcc062&ref=https://adelaide.edu.au/insight.adsrvr.org/track/cei?advert... https://insight.adsrvr.org/track/cei?advertiser_id=z6vnky3&cookie_sync=1&upv=3.0.0&upid=emcc062&ref=https://adelaide.edu.au/ — 302 — 167 B — 118 ms — h2https://geo.privacymanager.io/geo.privacymanager.io/ https://geo.privacymanager.io/ — 200 — 425 B — 4 ms — h2https://15273926.fls.doubleclick.net/activityi;dc_pre=CKOr0eyLgJQDFbxUpAQdMU4bIA;src=15273926;type=invmedia;cat=adlun0;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;tfua=;npa=;gdpr=$%7BGDPR%7D;gdpr_consent=$%7BGDPR_CONSENT_755%7D;ord=8992287013145.238?15273926.fls.doubleclick.net/activi... https://15273926.fls.doubleclick.net/activityi;dc_pre=CKOr0eyLgJQDFbxUpAQdMU4bIA;src=15273926;type=invmedia;cat=adlun0;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;tfua=;npa=;gdpr=$%7BGDPR%7D;gdpr_consent=$%7BGDPR_CONSENT_755%7D;ord=8992287013145.238? — 200 — 568 B — 127 ms — h2https://match.adsrvr.org/track/cei?advertiser_id=z6vnky3&cookie_sync=1&upv=3.0.0&upid=emcc062&ref=https%3a%2f%2fadelaide.edu.au&redirect=1match.adsrvr.org/track/cei?advertis... https://match.adsrvr.org/track/cei?advertiser_id=z6vnky3&cookie_sync=1&upv=3.0.0&upid=emcc062&ref=https%3a%2f%2fadelaide.edu.au&redirect=1 — 200 — 369 B — 48 ms — h2https://www.recaptcha.net/recaptcha/api2/anchor?ar=1&k=6Lez26wpAAAAAJK6LtCHz4FDbKsC8IPomTizHVLJ&co=aHR0cHM6Ly9hZGVsYWlkZS5lZHUuYXU6NDQz&hl=en&type=image&v=gTpTIWhbKpxADzTzkcabhXN4&theme=light&size=normal&anchor-ms=20000&execute-ms=30000&cb=5klsk5zfpao1www.recaptcha.net/recaptcha/api2/an... https://www.recaptcha.net/recaptcha/api2/anchor?ar=1&k=6Lez26wpAAAAAJK6LtCHz4FDbKsC8IPomTizHVLJ&co=aHR0cHM6Ly9hZGVsYWlkZS5lZHUuYXU6NDQz&hl=en&type=image&v=gTpTIWhbKpxADzTzkcabhXN4&theme=light&size=normal&anchor-ms=20000&execute-ms=30000&cb=5klsk5zfpao1 — 200 — 28.6 KiB — 124 ms — h2https://px4.ads.linkedin.com/collect?v=2&fmt=js&pid=6164738&time=1776813970982&url=https%3A%2F%2Fadelaide.edu.au%2F&e_ipv6=AQLKUZHMUne-LwAAAZ2yXZbAF-X6j6Q7CCvi8B-_vNDfgq0ekm_QIEWjVdzgBxvz8bQYOJzb5cwpx4.ads.linkedin.com/collect?v=2&fm... https://px4.ads.linkedin.com/collect?v=2&fmt=js&pid=6164738&time=1776813970982&url=https%3A%2F%2Fadelaide.edu.au%2F&e_ipv6=AQLKUZHMUne-LwAAAZ2yXZbAF-X6j6Q7CCvi8B-_vNDfgq0ekm_QIEWjVdzgBxvz8bQYOJzb5cw — 200 — 691 B — 299 ms — h2https://www.google.com/gmp/conversion/_dc_unique_id=15714795200264117132;_dc_ptd=ChEI8MCczwYQkY-Q6afjxZ38ARIfAGaq-NKvS0tgPczRUF4WvbZ2PdX3lfuiolK4w2miZg;_dc_time=1776813971;dc_pre=CKOr0eyLgJQDFbxUpAQdMU4bIA;src=15273926;type=invmedia;cat=adlun0;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;tfua=;npa=;gdpr=$%7BGDPR%7D;gdpr_consent=$%7BGDPR_CONSENT_755%7D;ord=8992287013145.238?www.google.com/gmp/conversion/_dc_u... https://www.google.com/gmp/conversion/_dc_unique_id=15714795200264117132;_dc_ptd=ChEI8MCczwYQkY-Q6afjxZ38ARIfAGaq-NKvS0tgPczRUF4WvbZ2PdX3lfuiolK4w2miZg;_dc_time=1776813971;dc_pre=CKOr0eyLgJQDFbxUpAQdMU4bIA;src=15273926;type=invmedia;cat=adlun0;dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;tfua=;npa=;gdpr=$%7BGDPR%7D;gdpr_consent=$%7BGDPR_CONSENT_755%7D;ord=8992287013145.238? — 200 — 63 B — 255 ms — h3https://js.adsrvr.org/universal_pixel.jsjs.adsrvr.org/universal_pixel.js https://js.adsrvr.org/universal_pixel.js — 200 — 935 B — 10 ms — http/1.1https://connect.facebook.net/en_US/fbevents.jsconnect.facebook.net/en_US/fbevents... https://connect.facebook.net/en_US/fbevents.js — 200 — 96.6 KiB — 114 ms — h3https://s.pinimg.com/ct/core.jss.pinimg.com/ct/core.js https://s.pinimg.com/ct/core.js — 200 — 2.1 KiB — 55 ms — h2https://analytics.tiktok.com/i18n/pixel/events.js?sdkid=D0LATLRC77U748BSQAPG&lib=ttqanalytics.tiktok.com/i18n/pixel/eve... https://analytics.tiktok.com/i18n/pixel/events.js?sdkid=D0LATLRC77U748BSQAPG&lib=ttq — 200 — 4.0 KiB — 244 ms — h2https://servedby.flashtalking.com/container/30736;142132;16143;iframe/?ft_referrer=https%3A//adelaide.edu.au/%3F~&ns=&cb=821612.9001838621servedby.flashtalking.com/container... https://servedby.flashtalking.com/container/30736;142132;16143;iframe/?ft_referrer=https%3A//adelaide.edu.au/%3F~&ns=&cb=821612.9001838621 — 200 — 1.6 KiB — 87 ms — http/1.1https://analytics.tiktok.com/i18n/pixel/events.js?sdkid=D0MK5OJC77U4489HI3L0&lib=ttqanalytics.tiktok.com/i18n/pixel/eve... https://analytics.tiktok.com/i18n/pixel/events.js?sdkid=D0MK5OJC77U4489HI3L0&lib=ttq — 200 — 3.2 KiB — 302 ms — h2https://sc-static.net/scevent.min.jssc-static.net/scevent.min.js https://sc-static.net/scevent.min.js — 200 — 24.8 KiB — 58 ms — h2https://cdn.veritonic.com/static/vpr.min.jscdn.veritonic.com/static/vpr.min.js https://cdn.veritonic.com/static/vpr.min.js — 200 — 2.7 KiB — 24 ms — h2https://www.googleadservices.com/pagead/conversion/16615096847/?random=1776813971370&cv=11&fst=1776813971370&bg=ffffff&guid=ON&async=1&en=conversion&gtm=45be64h1v9189501308za200zd9189501308xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616985~115938466~115938468~117266401&u_w=800&u_h=600&url=https%3A%2F%2Fadelaide.edu.au%2F&rcb=7&label=5FF5CKqW7MAZEI-E2fI9&capi=1&gtm_ee=1&frm=0&tiba=Adelaide%20University%20%E2%80%93%20South%20Australia%27s%20university%20for%20the%20future&hn=www.googleadservices.com&npa=1&pscdl=noapi&auid=662047073.1776813971&ec_mode=a&gcl_ctr=1~0~0~0&data=event%3Dconversion&category=acrcp_v1_512&em=tv.1&fmt=7www.googleadservices.com/pagead/con... https://www.googleadservices.com/pagead/conversion/16615096847/?random=1776813971370&cv=11&fst=1776813971370&bg=ffffff&guid=ON&async=1&en=conversion&gtm=45be64h1v9189501308za200zd9189501308xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616985~115938466~115938468~117266401&u_w=800&u_h=600&url=https%3A%2F%2Fadelaide.edu.au%2F&rcb=7&label=5FF5CKqW7MAZEI-E2fI9&capi=1&gtm_ee=1&frm=0&tiba=Adelaide%20University%20%E2%80%93%20South%20Australia%27s%20university%20for%20the%20future&hn=www.googleadservices.com&npa=1&pscdl=noapi&auid=662047073.1776813971&ec_mode=a&gcl_ctr=1~0~0~0&data=event%3Dconversion&category=acrcp_v1_512&em=tv.1&fmt=7 — 200 — 1022 B — 85 ms — h3https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/styles__ltr.csswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/styles__ltr.css — 200 — 42.1 KiB — 119 ms — h2https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.jswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js — 200 — 361.9 KiB — 192 ms — h2https://www.googletagmanager.com/a?id=AW-16615096847&v=3&t=t&pid=986393065&gtm=45be64h1v9189501308za200zd9189501308&cv=2&rv=64h1&tc=10&tag_exp=0~115616985~115938466~115938468~117266401&es=1&e=gtm.init&eid=2&h=Ag&tr=1ogtadsdatatos.1ogt1pdatav2.1ccdadsfirst.1ccdpreautopii.1ccdemform.1ccdempageview.1ccdadsconvmarking.1ccdadd1pdata.1ccdadslast&ti=2ogtadsdatatos.2ogt1pdatav2.2ccdadsfirst.2ccdpreautopii.2ccdemform.2ccdempageview.2ccdadsconvmarking.2ccdadd1pdata.2ccdadslast&z=0www.googletagmanager.com/a?id=AW-16... https://www.googletagmanager.com/a?id=AW-16615096847&v=3&t=t&pid=986393065&gtm=45be64h1v9189501308za200zd9189501308&cv=2&rv=64h1&tc=10&tag_exp=0~115616985~115938466~115938468~117266401&es=1&e=gtm.init&eid=2&h=Ag&tr=1ogtadsdatatos.1ogt1pdatav2.1ccdadsfirst.1ccdpreautopii.1ccdemform.1ccdempageview.1ccdadsconvmarking.1ccdadd1pdata.1ccdadslast&ti=2ogtadsdatatos.2ogt1pdatav2.2ccdadsfirst.2ccdpreautopii.2ccdemform.2ccdempageview.2ccdadsconvmarking.2ccdadd1pdata.2ccdadslast&z=0 — 200 — 59 B — 37 ms — h2https://www.googletagmanager.com/a?id=AW-16615096847&v=3&t=t&pid=986393065&gtm=45be64h1v9189501308za200zd9189501308&cv=2&rv=64h1&tc=10&tag_exp=0~115616985~115938466~115938468~117266401&es=1&e=gtm.js&eid=3&h=Ag&tr=1rep&ti=2rep&z=0www.googletagmanager.com/a?id=AW-16... https://www.googletagmanager.com/a?id=AW-16615096847&v=3&t=t&pid=986393065&gtm=45be64h1v9189501308za200zd9189501308&cv=2&rv=64h1&tc=10&tag_exp=0~115616985~115938466~115938468~117266401&es=1&e=gtm.js&eid=3&h=Ag&tr=1rep&ti=2rep&z=0 — 200 — 49 B — 41 ms — h2https://sca-7678-adswizz.attribution.adswizz.com/fire?pixelId=193f324f-ee55-4761-849e-1c908f9e6c74&type=sitevisit&subtype=HomePage&aw_0_req.gdpr=true&redirectURL=aHR0cHM6Ly9waXhlbC50YXBhZC5jb20vaWRzeW5jL2V4L3JlY2VpdmU_cGFydG5lcl9pZD0yOTk0JjwjaWYgcmVxdWVzdC5saXN0ZW5lcklkP21hdGNoZXMoJ1swLTlhLWZdezh9LVswLTlhLWZdezR9LVswLTlhLWZdezR9LVswLTlhLWZdezR9LVswLTlhLWZdezEyfScpPnBhcnRuZXJfdHlwZWRfZGlkPSU3QiUyMkhBUkRXQVJFX0FORFJPSURfQURfSUQlMjIlM0ElMjIke3JlcXVlc3QubGlzdGVuZXJJZH0lMjIlN0Q8I2Vsc2VpZiByZXF1ZXN0Lmxpc3RlbmVySWQ_bWF0Y2hlcygnWzAtOUEtRl17OH0tWzAtOUEtRl17NH0tWzAtOUEtRl17NH0tWzAtOUEtRl17NH0tWzAtOUEtRl17MTJ9Jyk-cGFydG5lcl90eXBlZF9kaWQ9JTdCJTIySEFSRFdBUkVfSURGQSUyMiUzQSUyMiR7cmVxdWVzdC5saXN0ZW5lcklkfSUyMiU3RDwjZWxzZT5wYXJ0bmVyX2RldmljZV9pZD0ke3JlcXVlc3QubGlzdGVuZXJJZCF9PC8jaWY-sca-7678-adswizz.attribution.adswiz... https://sca-7678-adswizz.attribution.adswizz.com/fire?pixelId=193f324f-ee55-4761-849e-1c908f9e6c74&type=sitevisit&subtype=HomePage&aw_0_req.gdpr=true&redirectURL=aHR0cHM6Ly9waXhlbC50YXBhZC5jb20vaWRzeW5jL2V4L3JlY2VpdmU_cGFydG5lcl9pZD0yOTk0JjwjaWYgcmVxdWVzdC5saXN0ZW5lcklkP21hdGNoZXMoJ1swLTlhLWZdezh9LVswLTlhLWZdezR9LVswLTlhLWZdezR9LVswLTlhLWZdezR9LVswLTlhLWZdezEyfScpPnBhcnRuZXJfdHlwZWRfZGlkPSU3QiUyMkhBUkRXQVJFX0FORFJPSURfQURfSUQlMjIlM0ElMjIke3JlcXVlc3QubGlzdGVuZXJJZH0lMjIlN0Q8I2Vsc2VpZiByZXF1ZXN0Lmxpc3RlbmVySWQ_bWF0Y2hlcygnWzAtOUEtRl17OH0tWzAtOUEtRl17NH0tWzAtOUEtRl17NH0tWzAtOUEtRl17NH0tWzAtOUEtRl17MTJ9Jyk-cGFydG5lcl90eXBlZF9kaWQ9JTdCJTIySEFSRFdBUkVfSURGQSUyMiUzQSUyMiR7cmVxdWVzdC5saXN0ZW5lcklkfSUyMiU3RDwjZWxzZT5wYXJ0bmVyX2RldmljZV9pZD0ke3JlcXVlc3QubGlzdGVuZXJJZCF9PC8jaWY- — 200 — 176 B — 153 ms — h2https://www.googletagmanager.com/a?id=AW-16615096847&v=3&t=t&pid=986393065&gtm=45be64h1v9189501308za200zd9189501308&cv=2&rv=64h1&tc=10&tag_exp=0~115616985~115938466~115938468~117266401&es=1&e=gtag.config&eid=5&u=AAAAAAAAAAAAAGA&ut=AgAAgAAB&h=Ag&epr=1AW.2AW&z=0www.googletagmanager.com/a?id=AW-16... https://www.googletagmanager.com/a?id=AW-16615096847&v=3&t=t&pid=986393065&gtm=45be64h1v9189501308za200zd9189501308&cv=2&rv=64h1&tc=10&tag_exp=0~115616985~115938466~115938468~117266401&es=1&e=gtag.config&eid=5&u=AAAAAAAAAAAAAGA&ut=AgAAgAAB&h=Ag&epr=1AW.2AW&z=0 — 200 — 49 B — 42 ms — h2https://www.googletagmanager.com/gtag/js?id=AW-16577573883www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-16577573883 — 200 — 143.7 KiB — 93 ms — h2https://www.google.com/ccm/collect?rcb=7&frm=0&en=page_view&dl=https%3A%2F%2Fadelaide.edu.au%2F&scrsrc=www.googletagmanager.com&rnd=139913753.1776813971&dt=Adelaide%20University%20%E2%80%93%20South%20Australia%27s%20university%20for%20the%20future&auid=662047073.1776813971&navt=n&npa=1&gtm=45be64h1v9189501308za200zd9189501308xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616985~115938466~115938468~117266401&apve=1&apvf=f&apvc=1&tids=AW-16615096847&tid=AW-16615096847&tft=1776813971391&tfd=1531www.google.com/ccm/collect?rcb=7&fr... https://www.google.com/ccm/collect?rcb=7&frm=0&en=page_view&dl=https%3A%2F%2Fadelaide.edu.au%2F&scrsrc=www.googletagmanager.com&rnd=139913753.1776813971&dt=Adelaide%20University%20%E2%80%93%20South%20Australia%27s%20university%20for%20the%20future&auid=662047073.1776813971&navt=n&npa=1&gtm=45be64h1v9189501308za200zd9189501308xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616985~115938466~115938468~117266401&apve=1&apvf=f&apvc=1&tids=AW-16615096847&tid=AW-16615096847&tft=1776813971391&tfd=1531 — 200 — 21 B — 130 ms — h3https://assets.adobedtm.com/be58e65e508a/0b9fe534cc0d/39e44aad7451/RCe05c277dd28348a4a3f6824c70a2482f-source.min.jsassets.adobedtm.com/be58e65e508a/0b... https://assets.adobedtm.com/be58e65e508a/0b9fe534cc0d/39e44aad7451/RCe05c277dd28348a4a3f6824c70a2482f-source.min.js — 200 — 819 B — 12 ms — h2https://www.googletagmanager.com/a?id=AW-16615096847&v=3&t=t&pid=986393065&gtm=45be64h1v9189501308za200zd9189501308&cv=2&rv=64h1&tc=10&tag_exp=0~115616985~115938466~115938468~117266401&es=1&e=*&eid=6&u=AAAAAAAAAAAAAGCACA&ut=AgAAgAAB&h=Ag&epr=1AW&z=0www.googletagmanager.com/a?id=AW-16... https://www.googletagmanager.com/a?id=AW-16615096847&v=3&t=t&pid=986393065&gtm=45be64h1v9189501308za200zd9189501308&cv=2&rv=64h1&tc=10&tag_exp=0~115616985~115938466~115938468~117266401&es=1&e=*&eid=6&u=AAAAAAAAAAAAAGCACA&ut=AgAAgAAB&h=Ag&epr=1AW&z=0 — 200 — 49 B — 39 ms — h2https://www.googletagmanager.com/a?id=AW-16615096847&v=3&t=t&pid=986393065&gtm=45be64h1v9189501308za200zd9189501308&cv=2&rv=64h1&tc=10&tag_exp=0~115616985~115938466~115938468~117266401&es=1&e=gtm.dom&eid=7&u=AAAAAAAAAAAAAGCACA&ut=AgAAgAAB&h=Ag&z=0www.googletagmanager.com/a?id=AW-16... https://www.googletagmanager.com/a?id=AW-16615096847&v=3&t=t&pid=986393065&gtm=45be64h1v9189501308za200zd9189501308&cv=2&rv=64h1&tc=10&tag_exp=0~115616985~115938466~115938468~117266401&es=1&e=gtm.dom&eid=7&u=AAAAAAAAAAAAAGCACA&ut=AgAAgAAB&h=Ag&z=0 — 200 — 49 B — 40 ms — h2https://ip.veritonicmetrics.com/ip.veritonicmetrics.com/ https://ip.veritonicmetrics.com/ — 200 — 470 B — 179 ms — h2https://s.pinimg.com/ct/lib/main.10d2511a.jss.pinimg.com/ct/lib/main.10d2511a.j... https://s.pinimg.com/ct/lib/main.10d2511a.js — 200 — 27.3 KiB — 28 ms — h2https://tr.snapchat.com/config/au/6a063e09-913c-49b8-b22b-d1c9cc53958f.js?v=3.55.0-2604211744tr.snapchat.com/config/au/6a063e09-... https://tr.snapchat.com/config/au/6a063e09-913c-49b8-b22b-d1c9cc53958f.js?v=3.55.0-2604211744 — 200 — 833 B — 174 ms — h2https://servedby.flashtalking.com/segment/modify/aoh7;;pixel/?name=Page_View_Study_Areas&setTime=0&granularity=dayservedby.flashtalking.com/segment/m... https://servedby.flashtalking.com/segment/modify/aoh7;;pixel/?name=Page_View_Study_Areas&setTime=0&granularity=day — 200 — 573 B — 43 ms — http/1.1https://servedby.flashtalking.com/spot/7/30736;143329;16143/?ft_referrer=https%3A//adelaide.edu.au/%3F~&ns=&cb=821612.9001838621servedby.flashtalking.com/spot/7/30... https://servedby.flashtalking.com/spot/7/30736;143329;16143/?ft_referrer=https%3A//adelaide.edu.au/%3F~&ns=&cb=821612.9001838621 — 200 — 386 B — 48 ms — http/1.1https://servedby.flashtalking.com/spot/7/30736;149418;16143/?ft_referrer=https%3A//adelaide.edu.au/%3F~&ns=&cb=821612.9001838621servedby.flashtalking.com/spot/7/30... https://servedby.flashtalking.com/spot/7/30736;149418;16143/?ft_referrer=https%3A//adelaide.edu.au/%3F~&ns=&cb=821612.9001838621 — 200 — 387 B — 86 ms — http/1.1https://tr.snapchat.com/cm/i?pid=6a063e09-913c-49b8-b22b-d1c9cc53958f&u_scsid=370865cf-9ebc-4d8a-958b-cdaf7f562cee&u_sclid=0fef1e1e-fe4d-437b-a090-daa86537db5ftr.snapchat.com/cm/i?pid=6a063e09-9... https://tr.snapchat.com/cm/i?pid=6a063e09-913c-49b8-b22b-d1c9cc53958f&u_scsid=370865cf-9ebc-4d8a-958b-cdaf7f562cee&u_sclid=0fef1e1e-fe4d-437b-a090-daa86537db5f — 200 — 201 B — 67 ms — h2https://googleads.g.doubleclick.net/pagead/viewthroughconversion/16615096847/?random=1565144948&cv=11&fst=1776813971370&bg=ffffff&guid=ON&async=1&en=conversion&gtm=45be64h1v9189501308za200zd9189501308xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616985~115938466~115938468~117266401&u_w=800&u_h=600&url=https%3A%2F%2Fadelaide.edu.au%2F&rcb=7&label=5FF5CKqW7MAZEI-E2fI9&capi=1&gtm_ee=1&frm=0&tiba=Adelaide%20University%20%E2%80%93%20South%20Australia%27s%20university%20for%20the%20future&hn=www.googleadservices.com&npa=1&pscdl=noapi&auid=662047073.1776813971&ec_mode=a&gcl_ctr=1~0~0~0&data=event%3Dconversion&category=acrcp_v1_512&em=tv.1&fmt=8&ct_cookie_present=false&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiw3rECCIDbsQJKJnRyaWdnZXI9bmF2aWdhdGlvbi1zb3VyY2U7ZXZlbnQtc291cmNlWgMKAQFiAwoBAw&cerd=CgEA&fsk=ChAI8MCczwYQ5M2swJGnz8hdEiwA-P8T6egPuj9M2SFPAFyLb9bIG_Yb8ZGKdKlSSkax5_gJOBoUEyYTjZicAhoCOL0&pscrd=IhMIwvDl7IuAlAMVfk72CB2tpjKcMgwIA2IICAAQABgAIAAyDAgEYggIABAAGAAgADIMCAdiCAgAEAAYACAAMgwICGIICAAQABgAIAAyDAgJYggIABAAGAAgADIMCApiCAgAEAAYACAAMgwIAmIICAAQABgAIAAyDAgLYggIABAAGAAgADIMCBViCAgAEAAYACAAMgwIH2IICAAQABgAIAAyDAgTYggIABAAGAAgADIMCBJiCAgAEAAYACAAOhhodHRwczovL2FkZWxhaWRlLmVkdS5hdS9CVkNoQUk4TUNjendZUW9PZTU3T3ZWbnJvZUVpd0F0dHZuMFg1RURSRXRhU3BabkVsV2pURXU4dzhtWWgxaUVzbXRzMm8wcU9rZVpHQXV3MW16VXZzcmpBegwICWIICAAQABgAIAAgoogleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/viewthroughconversion/16615096847/?random=1565144948&cv=11&fst=1776813971370&bg=ffffff&guid=ON&async=1&en=conversion&gtm=45be64h1v9189501308za200zd9189501308xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616985~115938466~115938468~117266401&u_w=800&u_h=600&url=https%3A%2F%2Fadelaide.edu.au%2F&rcb=7&label=5FF5CKqW7MAZEI-E2fI9&capi=1&gtm_ee=1&frm=0&tiba=Adelaide%20University%20%E2%80%93%20South%20Australia%27s%20university%20for%20the%20future&hn=www.googleadservices.com&npa=1&pscdl=noapi&auid=662047073.1776813971&ec_mode=a&gcl_ctr=1~0~0~0&data=event%3Dconversion&category=acrcp_v1_512&em=tv.1&fmt=8&ct_cookie_present=false&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiw3rECCIDbsQJKJnRyaWdnZXI9bmF2aWdhdGlvbi1zb3VyY2U7ZXZlbnQtc291cmNlWgMKAQFiAwoBAw&cerd=CgEA&fsk=ChAI8MCczwYQ5M2swJGnz8hdEiwA-P8T6egPuj9M2SFPAFyLb9bIG_Yb8ZGKdKlSSkax5_gJOBoUEyYTjZicAhoCOL0&pscrd=IhMIwvDl7IuAlAMVfk72CB2tpjKcMgwIA2IICAAQABgAIAAyDAgEYggIABAAGAAgADIMCAdiCAgAEAAYACAAMgwICGIICAAQABgAIAAyDAgJYggIABAAGAAgADIMCApiCAgAEAAYACAAMgwIAmIICAAQABgAIAAyDAgLYggIABAAGAAgADIMCBViCAgAEAAYACAAMgwIH2IICAAQABgAIAAyDAgTYggIABAAGAAgADIMCBJiCAgAEAAYACAAOhhodHRwczovL2FkZWxhaWRlLmVkdS5hdS9CVkNoQUk4TUNjendZUW9PZTU3T3ZWbnJvZUVpd0F0dHZuMFg1RURSRXRhU3BabkVsV2pURXU4dzhtWWgxaUVzbXRzMm8wcU9rZVpHQXV3MW16VXZzcmpBegwICWIICAAQABgAIAA — 302 — 23 B — 260 ms — h3https://connect.facebook.net/signals/config/878493097453016?v=2.9.303&r=stable&domain=adelaide.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/878493097453016?v=2.9.303&r=stable&domain=adelaide.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 — 46.8 KiB — 30 ms — h3https://ct.pinterest.com/user/?tid=2612495790903&pd=%7B%22em%22%3A%2224aba99b2defbb47ee981b4200313f61f3ae31541d8717bdac1e463c838939b0%22%7D&cb=1776813971539&dep=2%2CPAGE_LOADct.pinterest.com/user/?tid=26124957... https://ct.pinterest.com/user/?tid=2612495790903&pd=%7B%22em%22%3A%2224aba99b2defbb47ee981b4200313f61f3ae31541d8717bdac1e463c838939b0%22%7D&cb=1776813971539&dep=2%2CPAGE_LOAD — 200 — 747 B — 100 ms — h2https://ct.pinterest.com/user/?event=pagevisit&ed=%7B%22event_id%22%3A%22eventId0001%22%7D&tid=2612495790903&cb=1776813971543&dep=5%2CEVENT_TAGS_ABSENTct.pinterest.com/user/?event=pagevi... https://ct.pinterest.com/user/?event=pagevisit&ed=%7B%22event_id%22%3A%22eventId0001%22%7D&tid=2612495790903&cb=1776813971543&dep=5%2CEVENT_TAGS_ABSENT — 200 — 772 B — 94 ms — h2https://ct.pinterest.com/v3/?tid=2612495790903&pd=%7B%22em%22%3A%2224aba99b2defbb47ee981b4200313f61f3ae31541d8717bdac1e463c838939b0%22%7D&event=init&ad=%7B%22loc%22%3A%22https%3A%2F%2Fadelaide.edu.au%2F%22%2C%22ref%22%3A%22%22%2C%22if%22%3Afalse%2C%22sh%22%3A600%2C%22sw%22%3A800%2C%22mh%22%3A%2210d2511a%22%2C%22is_eu%22%3Atrue%2C%22architecture%22%3A%22x86%22%2C%22bitness%22%3A%2264%22%2C%22brands%22%3A%5B%7B%22brand%22%3A%22Chromium%22%2C%22version%22%3A%22147%22%7D%2C%7B%22brand%22%3A%22Google%20Chrome%22%2C%22version%22%3A%22147%22%7D%5D%2C%22mobile%22%3Afalse%2C%22model%22%3A%22%22%2C%22platform%22%3A%22macOS%22%2C%22platformVersion%22%3A%2210.15.7%22%2C%22uaFullVersion%22%3A%22147.0.0.0%22%2C%22ecm_enabled%22%3Atrue%7D&cb=1776813971546ct.pinterest.com/v3/?tid=2612495790... https://ct.pinterest.com/v3/?tid=2612495790903&pd=%7B%22em%22%3A%2224aba99b2defbb47ee981b4200313f61f3ae31541d8717bdac1e463c838939b0%22%7D&event=init&ad=%7B%22loc%22%3A%22https%3A%2F%2Fadelaide.edu.au%2F%22%2C%22ref%22%3A%22%22%2C%22if%22%3Afalse%2C%22sh%22%3A600%2C%22sw%22%3A800%2C%22mh%22%3A%2210d2511a%22%2C%22is_eu%22%3Atrue%2C%22architecture%22%3A%22x86%22%2C%22bitness%22%3A%2264%22%2C%22brands%22%3A%5B%7B%22brand%22%3A%22Chromium%22%2C%22version%22%3A%22147%22%7D%2C%7B%22brand%22%3A%22Google%20Chrome%22%2C%22version%22%3A%22147%22%7D%5D%2C%22mobile%22%3Afalse%2C%22model%22%3A%22%22%2C%22platform%22%3A%22macOS%22%2C%22platformVersion%22%3A%2210.15.7%22%2C%22uaFullVersion%22%3A%22147.0.0.0%22%2C%22ecm_enabled%22%3Atrue%7D&cb=1776813971546 — 200 — 556 B — 93 ms — h2https://www.google.com/pagead/1p-conversion/16615096847/?random=1565144948&cv=11&fst=1776813971370&bg=ffffff&guid=ON&async=1&en=conversion&gtm=45be64h1v9189501308za200zd9189501308xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616985~115938466~115938468~117266401&u_w=800&u_h=600&url=https%3A%2F%2Fadelaide.edu.au%2F&rcb=7&label=5FF5CKqW7MAZEI-E2fI9&capi=1&gtm_ee=1&frm=0&tiba=Adelaide%20University%20%E2%80%93%20South%20Australia%27s%20university%20for%20the%20future&hn=www.googleadservices.com&npa=1&pscdl=noapi&auid=662047073.1776813971&ec_mode=a&gcl_ctr=1~0~0~0&data=event%3Dconversion&category=acrcp_v1_512&em=tv.1&fmt=8&ct_cookie_present=false&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiw3rECCIDbsQJKJnRyaWdnZXI9bmF2aWdhdGlvbi1zb3VyY2U7ZXZlbnQtc291cmNlWgMKAQFiAwoBAw&cerd=CgEA&fsk=ChAI8MCczwYQ5M2swJGnz8hdEiwA-P8T6egPuj9M2SFPAFyLb9bIG_Yb8ZGKdKlSSkax5_gJOBoUEyYTjZicAhoCOL0&pscrd=IhMIwvDl7IuAlAMVfk72CB2tpjKcMgwIA2IICAAQABgAIAAyDAgEYggIABAAGAAgADIMCAdiCAgAEAAYACAAMgwICGIICAAQABgAIAAyDAgJYggIABAAGAAgADIMCApiCAgAEAAYACAAMgwIAmIICAAQABgAIAAyDAgLYggIABAAGAAgADIMCBViCAgAEAAYACAAMgwIH2IICAAQABgAIAAyDAgTYggIABAAGAAgADIMCBJiCAgAEAAYACAAOhhodHRwczovL2FkZWxhaWRlLmVkdS5hdS9CVkNoQUk4TUNjendZUW9PZTU3T3ZWbnJvZUVpd0F0dHZuMFg1RURSRXRhU3BabkVsV2pURXU4dzhtWWgxaUVzbXRzMm8wcU9rZVpHQXV3MW16VXZzcmpBegwICWIICAAQABgAIAA&is_vtc=1&cid=CAQSWwAFq6B9kXPTxLCqmNPvfTyOzxXOP8cpTf1VbjXU5fssTfh-4Ip6zrCr4gjXjxzuC4H08RXEu8HPthoMGI3EZh2F0tcT6UEQ9un9Hgn5DxCA8M6i_BrtNfbvYes&random=4203572016www.google.com/pagead/1p-conversion... https://www.google.com/pagead/1p-conversion/16615096847/?random=1565144948&cv=11&fst=1776813971370&bg=ffffff&guid=ON&async=1&en=conversion&gtm=45be64h1v9189501308za200zd9189501308xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616985~115938466~115938468~117266401&u_w=800&u_h=600&url=https%3A%2F%2Fadelaide.edu.au%2F&rcb=7&label=5FF5CKqW7MAZEI-E2fI9&capi=1&gtm_ee=1&frm=0&tiba=Adelaide%20University%20%E2%80%93%20South%20Australia%27s%20university%20for%20the%20future&hn=www.googleadservices.com&npa=1&pscdl=noapi&auid=662047073.1776813971&ec_mode=a&gcl_ctr=1~0~0~0&data=event%3Dconversion&category=acrcp_v1_512&em=tv.1&fmt=8&ct_cookie_present=false&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiw3rECCIDbsQJKJnRyaWdnZXI9bmF2aWdhdGlvbi1zb3VyY2U7ZXZlbnQtc291cmNlWgMKAQFiAwoBAw&cerd=CgEA&fsk=ChAI8MCczwYQ5M2swJGnz8hdEiwA-P8T6egPuj9M2SFPAFyLb9bIG_Yb8ZGKdKlSSkax5_gJOBoUEyYTjZicAhoCOL0&pscrd=IhMIwvDl7IuAlAMVfk72CB2tpjKcMgwIA2IICAAQABgAIAAyDAgEYggIABAAGAAgADIMCAdiCAgAEAAYACAAMgwICGIICAAQABgAIAAyDAgJYggIABAAGAAgADIMCApiCAgAEAAYACAAMgwIAmIICAAQABgAIAAyDAgLYggIABAAGAAgADIMCBViCAgAEAAYACAAMgwIH2IICAAQABgAIAAyDAgTYggIABAAGAAgADIMCBJiCAgAEAAYACAAOhhodHRwczovL2FkZWxhaWRlLmVkdS5hdS9CVkNoQUk4TUNjendZUW9PZTU3T3ZWbnJvZUVpd0F0dHZuMFg1RURSRXRhU3BabkVsV2pURXU4dzhtWWgxaUVzbXRzMm8wcU9rZVpHQXV3MW16VXZzcmpBegwICWIICAAQABgAIAA&is_vtc=1&cid=CAQSWwAFq6B9kXPTxLCqmNPvfTyOzxXOP8cpTf1VbjXU5fssTfh-4Ip6zrCr4gjXjxzuC4H08RXEu8HPthoMGI3EZh2F0tcT6UEQ9un9Hgn5DxCA8M6i_BrtNfbvYes&random=4203572016 — 302 — 22 B — 179 ms — h3https://bat.bing.com/bat.jsbat.bing.com/bat.js https://bat.bing.com/bat.js — 200 — 15.5 KiB — 122 ms — h2https://fm.ipinyou.com/j/a.jsfm.ipinyou.com/j/a.js https://fm.ipinyou.com/j/a.js — 200 — 12.0 KiB — 111 ms — http/1.1https://fxgate.baidu.com/angelia/fcagl.js?production=_f7L2XwGXjyszb4d1e2oxPybgDfxgate.baidu.com/angelia/fcagl.js?p... https://fxgate.baidu.com/angelia/fcagl.js?production=_f7L2XwGXjyszb4d1e2oxPybgD — 200 — 16.3 KiB — 976 ms — http/1.1https://pixel.byspotify.com/ping.min.jspixel.byspotify.com/ping.min.js https://pixel.byspotify.com/ping.min.js — 200 — 10.2 KiB — 64 ms — h2https://www.redditstatic.com/ads/pixel.jswww.redditstatic.com/ads/pixel.js https://www.redditstatic.com/ads/pixel.js — 200 — 19.0 KiB — 55 ms — h2https://www.google.es/pagead/1p-conversion/16615096847/?random=1565144948&cv=11&fst=1776813971370&bg=ffffff&guid=ON&async=1&en=conversion&gtm=45be64h1v9189501308za200zd9189501308xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616985~115938466~115938468~117266401&u_w=800&u_h=600&url=https%3A%2F%2Fadelaide.edu.au%2F&rcb=7&label=5FF5CKqW7MAZEI-E2fI9&capi=1&gtm_ee=1&frm=0&tiba=Adelaide%20University%20%E2%80%93%20South%20Australia%27s%20university%20for%20the%20future&hn=www.googleadservices.com&npa=1&pscdl=noapi&auid=662047073.1776813971&ec_mode=a&gcl_ctr=1~0~0~0&data=event%3Dconversion&category=acrcp_v1_512&em=tv.1&fmt=8&ct_cookie_present=false&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiw3rECCIDbsQJKJnRyaWdnZXI9bmF2aWdhdGlvbi1zb3VyY2U7ZXZlbnQtc291cmNlWgMKAQFiAwoBAw&cerd=CgEA&fsk=ChAI8MCczwYQ5M2swJGnz8hdEiwA-P8T6egPuj9M2SFPAFyLb9bIG_Yb8ZGKdKlSSkax5_gJOBoUEyYTjZicAhoCOL0&is_vtc=1&cid=CAQSWwAFq6B9kXPTxLCqmNPvfTyOzxXOP8cpTf1VbjXU5fssTfh-4Ip6zrCr4gjXjxzuC4H08RXEu8HPthoMGI3EZh2F0tcT6UEQ9un9Hgn5DxCA8M6i_BrtNfbvYes&random=4203572016&ipr=y&pscrd=IhMIwvDl7IuAlAMVfk72CB2tpjKcMgwIA2IICAAQABgAIAAyDAgEYggIABAAGAAgADIMCAdiCAgAEAAYACAAMgwICGIICAAQABgAIAAyDAgJYggIABAAGAAgADIMCApiCAgAEAAYACAAMgwIAmIICAAQABgAIAAyDAgLYggIABAAGAAgADIMCBViCAgAEAAYACAAMgwIH2IICAAQABgAIAAyDAgTYggIABAAGAAgADIMCBJiCAgAEAAYACAAOhhodHRwczovL2FkZWxhaWRlLmVkdS5hdS9CVkNoQUk4TUNjendZUW9PZTU3T3ZWbnJvZUVpd0F0dHZuMFg1RURSRXRhU3BabkVsV2pURXU4dzhtWWgxaUVzbXRzMm8wcU9rZVpHQXV3MW16VXZzcmpBegwICWIICAAQABgAIAAwww.google.es/pagead/1p-conversion/... https://www.google.es/pagead/1p-conversion/16615096847/?random=1565144948&cv=11&fst=1776813971370&bg=ffffff&guid=ON&async=1&en=conversion&gtm=45be64h1v9189501308za200zd9189501308xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616985~115938466~115938468~117266401&u_w=800&u_h=600&url=https%3A%2F%2Fadelaide.edu.au%2F&rcb=7&label=5FF5CKqW7MAZEI-E2fI9&capi=1&gtm_ee=1&frm=0&tiba=Adelaide%20University%20%E2%80%93%20South%20Australia%27s%20university%20for%20the%20future&hn=www.googleadservices.com&npa=1&pscdl=noapi&auid=662047073.1776813971&ec_mode=a&gcl_ctr=1~0~0~0&data=event%3Dconversion&category=acrcp_v1_512&em=tv.1&fmt=8&ct_cookie_present=false&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiw3rECCIDbsQJKJnRyaWdnZXI9bmF2aWdhdGlvbi1zb3VyY2U7ZXZlbnQtc291cmNlWgMKAQFiAwoBAw&cerd=CgEA&fsk=ChAI8MCczwYQ5M2swJGnz8hdEiwA-P8T6egPuj9M2SFPAFyLb9bIG_Yb8ZGKdKlSSkax5_gJOBoUEyYTjZicAhoCOL0&is_vtc=1&cid=CAQSWwAFq6B9kXPTxLCqmNPvfTyOzxXOP8cpTf1VbjXU5fssTfh-4Ip6zrCr4gjXjxzuC4H08RXEu8HPthoMGI3EZh2F0tcT6UEQ9un9Hgn5DxCA8M6i_BrtNfbvYes&random=4203572016&ipr=y&pscrd=IhMIwvDl7IuAlAMVfk72CB2tpjKcMgwIA2IICAAQABgAIAAyDAgEYggIABAAGAAgADIMCAdiCAgAEAAYACAAMgwICGIICAAQABgAIAAyDAgJYggIABAAGAAgADIMCApiCAgAEAAYACAAMgwIAmIICAAQABgAIAAyDAgLYggIABAAGAAgADIMCBViCAgAEAAYACAAMgwIH2IICAAQABgAIAAyDAgTYggIABAAGAAgADIMCBJiCAgAEAAYACAAOhhodHRwczovL2FkZWxhaWRlLmVkdS5hdS9CVkNoQUk4TUNjendZUW9PZTU3T3ZWbnJvZUVpd0F0dHZuMFg1RURSRXRhU3BabkVsV2pURXU4dzhtWWgxaUVzbXRzMm8wcU9rZVpHQXV3MW16VXZzcmpBegwICWIICAAQABgAIAA — 200 — 405 B — 150 ms — h2https://s.yimg.com/wi/ytc.jss.yimg.com/wi/ytc.js https://s.yimg.com/wi/ytc.js — 200 — 7.1 KiB — 97 ms — h2https://www.google.com/ccm/collect?rcb=2&frm=0&en=page_view&dl=https%3A%2F%2Fadelaide.edu.au%2F&scrsrc=www.googletagmanager.com&rnd=139913753.1776813971&dt=Adelaide%20University%20%E2%80%93%20South%20Australia%27s%20university%20for%20the%20future&auid=662047073.1776813971&navt=n&npa=1&gtm=45be64h1v9189618828za200zd9189618828xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938468~117266401&apve=1&apvf=f&apvc=0&tids=AW-16577573883&tid=AW-16577573883&tft=1776813971619&tfd=1759www.google.com/ccm/collect?rcb=2&fr... https://www.google.com/ccm/collect?rcb=2&frm=0&en=page_view&dl=https%3A%2F%2Fadelaide.edu.au%2F&scrsrc=www.googletagmanager.com&rnd=139913753.1776813971&dt=Adelaide%20University%20%E2%80%93%20South%20Australia%27s%20university%20for%20the%20future&auid=662047073.1776813971&navt=n&npa=1&gtm=45be64h1v9189618828za200zd9189618828xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938468~117266401&apve=1&apvf=f&apvc=0&tids=AW-16577573883&tid=AW-16577573883&tft=1776813971619&tfd=1759 — 200 — 21 B — 57 ms — h3https://assets.adobedtm.com/be58e65e508a/0b9fe534cc0d/39e44aad7451/RCf67633aec1e5444f865d6ab4a99a1eb6-source.min.jsassets.adobedtm.com/be58e65e508a/0b... https://assets.adobedtm.com/be58e65e508a/0b9fe534cc0d/39e44aad7451/RCf67633aec1e5444f865d6ab4a99a1eb6-source.min.js — 200 — 648 B — 7 ms — h2https://atr.veritonicmetrics.com/atr.veritonicmetrics.com/ https://atr.veritonicmetrics.com/ — 200 — 0 B — 328 ms — h2https://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 — 609 B — 139 ms — h2https://ct.pinterest.com/static/ct/token_create.jsct.pinterest.com/static/ct/token_cr... https://ct.pinterest.com/static/ct/token_create.js — 200 — 2.2 KiB — 5 ms — h2https://ct.pinterest.com/v3/?event=pagevisit&ed=%7B%22event_id%22%3A%22eventId0001%22%7D&tid=2612495790903&cb=1776813971661&dep=5%2CEVENT_TAGS_ABSENT&pd=%7B%22em%22%3A%2224aba99b2defbb47ee981b4200313f61f3ae31541d8717bdac1e463c838939b0%22%7D&ad=%7B%22loc%22%3A%22https%3A%2F%2Fadelaide.edu.au%2F%22%2C%22ref%22%3A%22%22%2C%22if%22%3Afalse%2C%22sh%22%3A600%2C%22sw%22%3A800%2C%22mh%22%3A%2210d2511a%22%2C%22is_eu%22%3Atrue%2C%22architecture%22%3A%22x86%22%2C%22bitness%22%3A%2264%22%2C%22brands%22%3A%5B%7B%22brand%22%3A%22Chromium%22%2C%22version%22%3A%22147%22%7D%2C%7B%22brand%22%3A%22Google%20Chrome%22%2C%22version%22%3A%22147%22%7D%5D%2C%22mobile%22%3Afalse%2C%22model%22%3A%22%22%2C%22platform%22%3A%22macOS%22%2C%22platformVersion%22%3A%2210.15.7%22%2C%22uaFullVersion%22%3A%22147.0.0.0%22%2C%22ecm_enabled%22%3Atrue%7Dct.pinterest.com/v3/?event=pagevisi... https://ct.pinterest.com/v3/?event=pagevisit&ed=%7B%22event_id%22%3A%22eventId0001%22%7D&tid=2612495790903&cb=1776813971661&dep=5%2CEVENT_TAGS_ABSENT&pd=%7B%22em%22%3A%2224aba99b2defbb47ee981b4200313f61f3ae31541d8717bdac1e463c838939b0%22%7D&ad=%7B%22loc%22%3A%22https%3A%2F%2Fadelaide.edu.au%2F%22%2C%22ref%22%3A%22%22%2C%22if%22%3Afalse%2C%22sh%22%3A600%2C%22sw%22%3A800%2C%22mh%22%3A%2210d2511a%22%2C%22is_eu%22%3Atrue%2C%22architecture%22%3A%22x86%22%2C%22bitness%22%3A%2264%22%2C%22brands%22%3A%5B%7B%22brand%22%3A%22Chromium%22%2C%22version%22%3A%22147%22%7D%2C%7B%22brand%22%3A%22Google%20Chrome%22%2C%22version%22%3A%22147%22%7D%5D%2C%22mobile%22%3Afalse%2C%22model%22%3A%22%22%2C%22platform%22%3A%22macOS%22%2C%22platformVersion%22%3A%2210.15.7%22%2C%22uaFullVersion%22%3A%22147.0.0.0%22%2C%22ecm_enabled%22%3Atrue%7D — 200 — 810 B — 49 ms — h2https://ct.pinterest.com/ct.htmlct.pinterest.com/ct.html https://ct.pinterest.com/ct.html — 200 — 695 B — 52 ms — h2https://tr.snapchat.com/ptr.snapchat.com/p https://tr.snapchat.com/p — 200 — 15 B — 49 ms — h3https://connect.facebook.net/signals/config/1186825952334259?v=2.9.303&r=stable&domain=adelaide.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%2C228%2C227%2C222%2C224%2C225%2C226%2C223%2C211%2C221%2C233%2C193%2C190%2C191%2C185%2C189%2C192%2C188%2C183%2C316%2C196%2C215%2C184%2C182%2C210%2C235%2C206%2C176%2C177%2C172%2C178%2C175%2C173%2C174%2C171%2C169%2C180%2C181%2C179%2C265%2C315%2C194%2C238%2C239%2C244%2C241%2C243%2C242%2C240%2C237%2C252%2C248%2C249%2C247%2C253%2C250%2C246%2C251%2C245connect.facebook.net/signals/config... https://connect.facebook.net/signals/config/1186825952334259?v=2.9.303&r=stable&domain=adelaide.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%2C228%2C227%2C222%2C224%2C225%2C226%2C223%2C211%2C221%2C233%2C193%2C190%2C191%2C185%2C189%2C192%2C188%2C183%2C316%2C196%2C215%2C184%2C182%2C210%2C235%2C206%2C176%2C177%2C172%2C178%2C175%2C173%2C174%2C171%2C169%2C180%2C181%2C179%2C265%2C315%2C194%2C238%2C239%2C244%2C241%2C243%2C242%2C240%2C237%2C252%2C248%2C249%2C247%2C253%2C250%2C246%2C251%2C245 — 200 — 16.4 KiB — 37 ms — h3https://www.facebook.com/tr/?id=878493097453016&ev=PageView&dl=https%3A%2F%2Fadelaide.edu.au%2F&rl=&if=false&ts=1776813971742&sw=800&sh=600&ud[extern_id]=e83adb35b4b7701c0f52f16ab7e61032243d845f900612b2289448a73b1698ff&aud[extern_id]=e83adb35b4b7701c0f52f16ab7e61032243d845f900612b2289448a73b1698ff&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.2.1776813971714.894628302359325453&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=Adelaide%20University%20%E2%80%93%20South%20Australia%27s%20university%20for%20the%20future&pmd[locale]=en&pmd[description]=Explore%20Adelaide%20University%2C%20home%20to%20future-defining%20research%2C%20transformative%20teaching%2C%20and%20an%20exceptional%20student%20experience.&plt=621.1000003814697&it=1776813971518&coo=false&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct2&expv2[6]=hf1&rqm=GETwww.facebook.com/tr/?id=87849309745... https://www.facebook.com/tr/?id=878493097453016&ev=PageView&dl=https%3A%2F%2Fadelaide.edu.au%2F&rl=&if=false&ts=1776813971742&sw=800&sh=600&ud[extern_id]=e83adb35b4b7701c0f52f16ab7e61032243d845f900612b2289448a73b1698ff&aud[extern_id]=e83adb35b4b7701c0f52f16ab7e61032243d845f900612b2289448a73b1698ff&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.2.1776813971714.894628302359325453&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=Adelaide%20University%20%E2%80%93%20South%20Australia%27s%20university%20for%20the%20future&pmd[locale]=en&pmd[description]=Explore%20Adelaide%20University%2C%20home%20to%20future-defining%20research%2C%20transformative%20teaching%2C%20and%20an%20exceptional%20student%20experience.&plt=621.1000003814697&it=1776813971518&coo=false&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct2&expv2[6]=hf1&rqm=GET — 200 — 16 B — 80 ms — h3data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFQAAANICAYAAABZl8i8AAAAIGNIUk0AAHomAACAhAAA+gAAAIDoA…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFQAAANICAYAAABZl8i8AAAAIGNIUk0AAHomAACAhAAA+gAAAIDoA… — 200 — 0 B — 1 ms — datahttps://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=878493097453016&ev=PageView&dl=https%3A%2F%2Fadelaide.edu.au%2F&rl=&if=false&ts=1776813971742&sw=800&sh=600&ud[extern_id]=e83adb35b4b7701c0f52f16ab7e61032243d845f900612b2289448a73b1698ff&aud[extern_id]=e83adb35b4b7701c0f52f16ab7e61032243d845f900612b2289448a73b1698ff&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.2.1776813971714.894628302359325453&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=Adelaide%20University%20%E2%80%93%20South%20Australia%27s%20university%20for%20the%20future&pmd[locale]=en&pmd[description]=Explore%20Adelaide%20University%2C%20home%20to%20future-defining%20research%2C%20transformative%20teaching%2C%20and%20an%20exceptional%20student%20experience.&plt=621.1000003814697&it=1776813971518&coo=false&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct2&expv2[6]=hf1&rqm=FGETwww.facebook.com/privacy_sandbox/pi... https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=878493097453016&ev=PageView&dl=https%3A%2F%2Fadelaide.edu.au%2F&rl=&if=false&ts=1776813971742&sw=800&sh=600&ud[extern_id]=e83adb35b4b7701c0f52f16ab7e61032243d845f900612b2289448a73b1698ff&aud[extern_id]=e83adb35b4b7701c0f52f16ab7e61032243d845f900612b2289448a73b1698ff&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.2.1776813971714.894628302359325453&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=Adelaide%20University%20%E2%80%93%20South%20Australia%27s%20university%20for%20the%20future&pmd[locale]=en&pmd[description]=Explore%20Adelaide%20University%2C%20home%20to%20future-defining%20research%2C%20transformative%20teaching%2C%20and%20an%20exceptional%20student%20experience.&plt=621.1000003814697&it=1776813971518&coo=false&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct2&expv2[6]=hf1&rqm=FGET — 200 — 196 B — 162 ms — h3data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAATsCAMAAADb3wBdAAAAIGNIUk0AAHomAACAhAAA+gAAAIDoA…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAATsCAMAAADb3wBdAAAAIGNIUk0AAHomAACAhAAA+gAAAIDoA… — 200 — 0 B — 0 ms — datahttps://www.gstatic.com/recaptcha/api2/logo_48.pngwww.gstatic.com/recaptcha/api2/logo... https://www.gstatic.com/recaptcha/api2/logo_48.png — 200 — 2.3 KiB — 27 ms — h2https://analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwOQ.jsanalytics.tiktok.com/i18n/pixel/sta... https://analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwOQ.js — 200 — 121.5 KiB — 25 ms — h2https://www.recaptcha.net/recaptcha/api2/webworker.js?hl=en&v=gTpTIWhbKpxADzTzkcabhXN4www.recaptcha.net/recaptcha/api2/we... https://www.recaptcha.net/recaptcha/api2/webworker.js?hl=en&v=gTpTIWhbKpxADzTzkcabhXN4 — 200 — 141 B — 182 ms — h2https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2fonts.gstatic.com/s/roboto/v48/KFO7... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 200 — 33.9 KiB — 70 ms — h3https://datacollection.adelaideuni.edu.au/ee/irl1/v1/interact?configId=9e5f336c-3dee-4769-8c6f-cb7ff0cb2771&requestId=d57b9891-c7f7-4013-bd1b-75cce9387c82datacollection.adelaideuni.edu.au/e... https://datacollection.adelaideuni.edu.au/ee/irl1/v1/interact?configId=9e5f336c-3dee-4769-8c6f-cb7ff0cb2771&requestId=d57b9891-c7f7-4013-bd1b-75cce9387c82 — 200 — 446 B — 46 ms — h2https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.jswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js — 200 — 0 B — 16 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 — 32 ms — h2https://tr6.snapchat.com/ptr6.snapchat.com/p https://tr6.snapchat.com/p — 200 — 173 B — 99 ms — h2https://pixel-config.reddit.com/pixels/a2_eztwj5kxdwup/configpixel-config.reddit.com/pixels/a2_e... https://pixel-config.reddit.com/pixels/a2_eztwj5kxdwup/config — 200 — 227 B — 54 ms — h2https://alb.reddit.com/rp.gif?ts=1776813971866&id=a2_eztwj5kxdwup&event=PageVisit&m.itemCount=&m.value=&m.valueDecimal=&m.currency=&m.transactionId=&m.customEventName=&m.products=&m.conversionId=&uuid=a3358718-8116-4862-8d8c-ba5697a7f228&aaid=&external_id=&idfa=&integration=reddit&partner=&partner_version=&opt_out=0&sh=800&sw=600&v=rdt_f3936046&dpm=&dpcc=&dprc=alb.reddit.com/rp.gif?ts=1776813971... https://alb.reddit.com/rp.gif?ts=1776813971866&id=a2_eztwj5kxdwup&event=PageVisit&m.itemCount=&m.value=&m.valueDecimal=&m.currency=&m.transactionId=&m.customEventName=&m.products=&m.conversionId=&uuid=a3358718-8116-4862-8d8c-ba5697a7f228&aaid=&external_id=&idfa=&integration=reddit&partner=&partner_version=&opt_out=0&sh=800&sw=600&v=rdt_f3936046&dpm=&dpcc=&dprc= — 200 — 666 B — 137 ms — h2https://pixels.spotify.com/v1/config/da29271f19dc4a889d71ac01f43c16a9pixels.spotify.com/v1/config/da2927... https://pixels.spotify.com/v1/config/da29271f19dc4a889d71ac01f43c16a9 — 200 — 265 B — 66 ms — h2https://pixels.spotify.com/v1/ingestpixels.spotify.com/v1/ingest https://pixels.spotify.com/v1/ingest — 200 — 0 B — 57 ms — h2https://s.yimg.com/wi/config/10206593.jsons.yimg.com/wi/config/10206593.json https://s.yimg.com/wi/config/10206593.json — 200 — 422 B — 342 ms — h2https://stats.ipinyou.com/presadv?a=Sgs8T..S_maMn3ndu-JCos3GlYx3X&cb=py.cbstats.ipinyou.com/presadv?a=Sgs8T..... https://stats.ipinyou.com/presadv?a=Sgs8T..S_maMn3ndu-JCos3GlYx3X&cb=py.cb — 200 — 685 B — 469 ms — http/1.1https://bat.bing.com/p/action/85082253.jsbat.bing.com/p/action/85082253.js https://bat.bing.com/p/action/85082253.js — 200 — 1.8 KiB — 40 ms — h2https://www.facebook.com/tr/?id=1186825952334259&ev=PageView&dl=https%3A%2F%2Fadelaide.edu.au%2F&rl=&if=false&ts=1776813971936&sw=800&sh=600&ud[extern_id]=e83adb35b4b7701c0f52f16ab7e61032243d845f900612b2289448a73b1698ff&aud[extern_id]=e83adb35b4b7701c0f52f16ab7e61032243d845f900612b2289448a73b1698ff&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.2.1776813971714.894628302359325453&ler=empty&cdl=API_unavailable&pmd[title]=Adelaide%20University%20%E2%80%93%20South%20Australia%27s%20university%20for%20the%20future&pmd[locale]=en&pmd[description]=Explore%20Adelaide%20University%2C%20home%20to%20future-defining%20research%2C%20transformative%20teaching%2C%20and%20an%20exceptional%20student%20experience.&plt=621.1000003814697&it=1776813971518&coo=false&expv2[0]=pl0&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct2&expv2[6]=hf1&rqm=GETwww.facebook.com/tr/?id=11868259523... https://www.facebook.com/tr/?id=1186825952334259&ev=PageView&dl=https%3A%2F%2Fadelaide.edu.au%2F&rl=&if=false&ts=1776813971936&sw=800&sh=600&ud[extern_id]=e83adb35b4b7701c0f52f16ab7e61032243d845f900612b2289448a73b1698ff&aud[extern_id]=e83adb35b4b7701c0f52f16ab7e61032243d845f900612b2289448a73b1698ff&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.2.1776813971714.894628302359325453&ler=empty&cdl=API_unavailable&pmd[title]=Adelaide%20University%20%E2%80%93%20South%20Australia%27s%20university%20for%20the%20future&pmd[locale]=en&pmd[description]=Explore%20Adelaide%20University%2C%20home%20to%20future-defining%20research%2C%20transformative%20teaching%2C%20and%20an%20exceptional%20student%20experience.&plt=621.1000003814697&it=1776813971518&coo=false&expv2[0]=pl0&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct2&expv2[6]=hf1&rqm=GET — 200 — 16 B — 23 ms — h3https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=1186825952334259&ev=PageView&dl=https%3A%2F%2Fadelaide.edu.au%2F&rl=&if=false&ts=1776813971936&sw=800&sh=600&ud[extern_id]=e83adb35b4b7701c0f52f16ab7e61032243d845f900612b2289448a73b1698ff&aud[extern_id]=e83adb35b4b7701c0f52f16ab7e61032243d845f900612b2289448a73b1698ff&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.2.1776813971714.894628302359325453&ler=empty&cdl=API_unavailable&pmd[title]=Adelaide%20University%20%E2%80%93%20South%20Australia%27s%20university%20for%20the%20future&pmd[locale]=en&pmd[description]=Explore%20Adelaide%20University%2C%20home%20to%20future-defining%20research%2C%20transformative%20teaching%2C%20and%20an%20exceptional%20student%20experience.&plt=621.1000003814697&it=1776813971518&coo=false&expv2[0]=pl0&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct2&expv2[6]=hf1&rqm=FGETwww.facebook.com/privacy_sandbox/pi... https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=1186825952334259&ev=PageView&dl=https%3A%2F%2Fadelaide.edu.au%2F&rl=&if=false&ts=1776813971936&sw=800&sh=600&ud[extern_id]=e83adb35b4b7701c0f52f16ab7e61032243d845f900612b2289448a73b1698ff&aud[extern_id]=e83adb35b4b7701c0f52f16ab7e61032243d845f900612b2289448a73b1698ff&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.2.1776813971714.894628302359325453&ler=empty&cdl=API_unavailable&pmd[title]=Adelaide%20University%20%E2%80%93%20South%20Australia%27s%20university%20for%20the%20future&pmd[locale]=en&pmd[description]=Explore%20Adelaide%20University%2C%20home%20to%20future-defining%20research%2C%20transformative%20teaching%2C%20and%20an%20exceptional%20student%20experience.&plt=621.1000003814697&it=1776813971518&coo=false&expv2[0]=pl0&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct2&expv2[6]=hf1&rqm=FGET — 200 — 194 B — 418 ms — h3https://pixels.spotify.com/v1/ingestpixels.spotify.com/v1/ingest https://pixels.spotify.com/v1/ingest — 200 — 125 B — 34 ms — h2https://atr.veritonicmetrics.com/atr.veritonicmetrics.com/ https://atr.veritonicmetrics.com/ — 200 — 158 B — 149 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 — 10 ms — h2https://analytics.tiktok.com/api/v2/monitoranalytics.tiktok.com/api/v2/monitor https://analytics.tiktok.com/api/v2/monitor — 200 — 908 B — 143 ms — h2https://analytics.tiktok.com/api/v2/monitoranalytics.tiktok.com/api/v2/monitor https://analytics.tiktok.com/api/v2/monitor — 200 — 910 B — 213 ms — h2https://analytics.tiktok.com/api/v2/monitoranalytics.tiktok.com/api/v2/monitor https://analytics.tiktok.com/api/v2/monitor — 200 — 908 B — 140 ms — h2https://analytics.tiktok.com/api/v2/monitoranalytics.tiktok.com/api/v2/monitor https://analytics.tiktok.com/api/v2/monitor — 200 — 912 B — 125 ms — h2https://analytics-ipv6.tiktokw.us/ipv6/enrich_ipv6analytics-ipv6.tiktokw.us/ipv6/enri... https://analytics-ipv6.tiktokw.us/ipv6/enrich_ipv6 — 200 — 928 B — 179 ms — h2https://analytics.tiktok.com/api/v2/pixelanalytics.tiktok.com/api/v2/pixel https://analytics.tiktok.com/api/v2/pixel — 200 — 908 B — 137 ms — h2https://analytics.tiktok.com/api/v2/pixelanalytics.tiktok.com/api/v2/pixel https://analytics.tiktok.com/api/v2/pixel — 200 — 905 B — 177 ms — h2https://analytics.tiktok.com/api/v2/pixelanalytics.tiktok.com/api/v2/pixel https://analytics.tiktok.com/api/v2/pixel — 200 — 905 B — 195 ms — h2https://analytics.tiktok.com/api/v2/pixelanalytics.tiktok.com/api/v2/pixel https://analytics.tiktok.com/api/v2/pixel — 200 — 908 B — 128 ms — h2https://analytics.tiktok.com/api/v2/monitoranalytics.tiktok.com/api/v2/monitor https://analytics.tiktok.com/api/v2/monitor — 200 — 905 B — 211 ms — h2https://analytics.tiktok.com/api/v2/monitoranalytics.tiktok.com/api/v2/monitor https://analytics.tiktok.com/api/v2/monitor — 200 — 906 B — 156 ms — h2https://analytics.tiktok.com/api/v2/monitoranalytics.tiktok.com/api/v2/monitor https://analytics.tiktok.com/api/v2/monitor — 200 — 906 B — 157 ms — h2https://analytics.tiktok.com/api/v2/monitoranalytics.tiktok.com/api/v2/monitor https://analytics.tiktok.com/api/v2/monitor — 200 — 906 B — 156 ms — h2https://analytics.tiktok.com/api/v2/monitoranalytics.tiktok.com/api/v2/monitor https://analytics.tiktok.com/api/v2/monitor — 200 — 910 B — 804 ms — h2https://analytics.tiktok.com/api/v2/monitoranalytics.tiktok.com/api/v2/monitor https://analytics.tiktok.com/api/v2/monitor — 200 — 906 B — 154 ms — h2https://analytics.tiktok.com/api/v2/monitoranalytics.tiktok.com/api/v2/monitor https://analytics.tiktok.com/api/v2/monitor — 200 — 904 B — 150 ms — h2https://tr.snapchat.com/ptr.snapchat.com/p https://tr.snapchat.com/p — 200 — 15 B — 28 ms — h3https://insight.adsrvr.org/track/realtimeconversioninsight.adsrvr.org/track/realtimeco... https://insight.adsrvr.org/track/realtimeconversion — 200 — 0 B — 125 ms — h2https://analytics.tiktok.com/api/v2/monitoranalytics.tiktok.com/api/v2/monitor https://analytics.tiktok.com/api/v2/monitor — 200 — 909 B — 133 ms — h2https://analytics.tiktok.com/api/v2/monitoranalytics.tiktok.com/api/v2/monitor https://analytics.tiktok.com/api/v2/monitor — 200 — 909 B — 125 ms — h2https://www.clarity.ms/tag/uet/85082253?conversions=1&insights=1www.clarity.ms/tag/uet/85082253?con... https://www.clarity.ms/tag/uet/85082253?conversions=1&insights=1 — 200 — 1.1 KiB — 147 ms — http/1.1https://bat.bing.com/action/0?ti=85082253&Ver=2&mid=b8b9492d-c138-42da-a224-bf4727a2072c&bo=1&sid=7be69d203dd911f1a9c957f0aeae4ed5&vid=7be6c5303dd911f1ad0549d852ad0006&vids=1&msclkid=N&pi=918639831&lg=en-US&sw=800&sh=600&sc=24&tl=Adelaide%20University%20%E2%80%93%20South%20Australia%27s%20university%20for%20the%20future&p=https%3A%2F%2Fadelaide.edu.au%2F&r=&lt=815&evt=pageLoad&sv=2&cdb=AQAQ&rn=819152bat.bing.com/action/0?ti=85082253&V... https://bat.bing.com/action/0?ti=85082253&Ver=2&mid=b8b9492d-c138-42da-a224-bf4727a2072c&bo=1&sid=7be69d203dd911f1a9c957f0aeae4ed5&vid=7be6c5303dd911f1ad0549d852ad0006&vids=1&msclkid=N&pi=918639831&lg=en-US&sw=800&sh=600&sc=24&tl=Adelaide%20University%20%E2%80%93%20South%20Australia%27s%20university%20for%20the%20future&p=https%3A%2F%2Fadelaide.edu.au%2F&r=&lt=815&evt=pageLoad&sv=2&cdb=AQAQ&rn=819152 — 204 — 286 B — 38 ms — h2https://analytics.tiktok.com/api/v2/monitoranalytics.tiktok.com/api/v2/monitor https://analytics.tiktok.com/api/v2/monitor — 200 — 904 B — 167 ms — h2https://insight.adsrvr.org/track/realtimeconversioninsight.adsrvr.org/track/realtimeco... https://insight.adsrvr.org/track/realtimeconversion — 200 — 350 B — 122 ms — h2https://www.recaptcha.net/recaptcha/api2/bframe?hl=en&v=gTpTIWhbKpxADzTzkcabhXN4&k=6Lez26wpAAAAAJK6LtCHz4FDbKsC8IPomTizHVLJ&bft=0dAFcWeA409UTF0zqk6Y5wOwUvFThzWOz8ZWYyjbN5CUcrshL1eL1A6HffzOVtC4ecAevbVJmfnO2KCwFE3zH1wYqVAWwT07JAWgwww.recaptcha.net/recaptcha/api2/bf... https://www.recaptcha.net/recaptcha/api2/bframe?hl=en&v=gTpTIWhbKpxADzTzkcabhXN4&k=6Lez26wpAAAAAJK6LtCHz4FDbKsC8IPomTizHVLJ&bft=0dAFcWeA409UTF0zqk6Y5wOwUvFThzWOz8ZWYyjbN5CUcrshL1eL1A6HffzOVtC4ecAevbVJmfnO2KCwFE3zH1wYqVAWwT07JAWg — 200 — 2.2 KiB — 29 ms — h3https://sp.analytics.yahoo.com/sp.pl?a=10000&d=Tue%2C%2021%20Apr%202026%2023%3A26%3A12%20GMT&n=0&b=Adelaide%20University%20%E2%80%93%20South%20Australia%27s%20university%20for%20the%20future&.yp=10206593&f=https%3A%2F%2Fadelaide.edu.au%2F&enc=UTF-8&yv=1.16.6&tagmgr=gtm%2Cadobesp.analytics.yahoo.com/sp.pl?a=1000... https://sp.analytics.yahoo.com/sp.pl?a=10000&d=Tue%2C%2021%20Apr%202026%2023%3A26%3A12%20GMT&n=0&b=Adelaide%20University%20%E2%80%93%20South%20Australia%27s%20university%20for%20the%20future&.yp=10206593&f=https%3A%2F%2Fadelaide.edu.au%2F&enc=UTF-8&yv=1.16.6&tagmgr=gtm%2Cadobe — 200 — 508 B — 121 ms — h2https://scripts.clarity.ms/0.8.59/clarity.jsscripts.clarity.ms/0.8.59/clarity.j... https://scripts.clarity.ms/0.8.59/clarity.js — 200 — 26.2 KiB — 137 ms — h2https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/styles__ltr.csswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/styles__ltr.css — 200 — 0 B — 0 ms — h2https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.jswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js — 200 — 0 B — 0 ms — h2https://analytics.tiktok.com/api/v2/pixel/actanalytics.tiktok.com/api/v2/pixel/a... https://analytics.tiktok.com/api/v2/pixel/act — 200 — 906 B — 187 ms — h2https://stats.ipinyou.com/adv?a=Sgs8T..S_maMn3ndu-JCos3GlYx3X&ev=vg&v=3&_c=124f65cc-7104-53bd-a6c0-54b4e36b48ea&b=6842sr47800x60042sc56XIXKR18J42fv4042je242lg554DRKI42vb41143did4042dt40&pg=6842ps491350x638542vp481350x94042tt5Y1Y134B0834QYLD8L4HI8JOQdWJQYJEKJ7QY1KIJH0B80X7IQKD8L4HI8JOQ5EHQJ74Q5KJKH442ec55YLYKY6RXO41u5O7JJFIUTT034B0834S43KS0KT41r4043vbt3347942sp310&rd=1776813972387stats.ipinyou.com/adv?a=Sgs8T..S_ma... https://stats.ipinyou.com/adv?a=Sgs8T..S_maMn3ndu-JCos3GlYx3X&ev=vg&v=3&_c=124f65cc-7104-53bd-a6c0-54b4e36b48ea&b=6842sr47800x60042sc56XIXKR18J42fv4042je242lg554DRKI42vb41143did4042dt40&pg=6842ps491350x638542vp481350x94042tt5Y1Y134B0834QYLD8L4HI8JOQdWJQYJEKJ7QY1KIJH0B80X7IQKD8L4HI8JOQ5EHQJ74Q5KJKH442ec55YLYKY6RXO41u5O7JJFIUTT034B0834S43KS0KT41r4043vbt3347942sp310&rd=1776813972387 — 200 — 703 B — 161 ms — http/1.1https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2fonts.gstatic.com/s/roboto/v48/KFO7... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 200 — 0 B — 0 ms — h3https://a.clarity.ms/collecta.clarity.ms/collect https://a.clarity.ms/collect — 204 — 279 B — 330 ms — http/1.1https://fclog.baidu.com/log/ocpcagl?type=behavior&emd=eucfclog.baidu.com/log/ocpcagl?type=be... https://fclog.baidu.com/log/ocpcagl?type=behavior&emd=euc — 200 — 852 B — 942 ms — http/1.1
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
69% of JavaScript execution is third-party
First-party Third-party 1181ms · 545KB · A$31/mo
assets.adobedtm.com
Other
Costly
Execution 368ms
Transfer 186 KB
Unused 16%
Monthly Cost A$10/mo
Unattributable
Other
Costly
Execution 252ms
Transfer 0 KB
Monthly Cost A$7/mo
www.gstatic.com
Other
Costly
Execution 209ms
Transfer 0 KB
Unused 49%
Monthly Cost A$6/mo
analytics.tiktok.com
Other
Optional
Execution 123ms
Transfer 122 KB
Unused 50%
Monthly Cost A$3/mo
www.redditstatic.com
Other
Optional
Execution 68ms
Transfer 19 KB
Monthly Cost A$2/mo
Facebook Pixel
Advertising
Optional
Execution 57ms
Transfer 47 KB
Monthly Cost A$2/mo
Google Tag Manager
Tag Manager
Optional
Execution 53ms
Transfer 147 KB
Unused 35%
Monthly Cost A$1/mo
sc-static.net
Other
Optional
Execution 51ms
Transfer 25 KB
Monthly Cost A$1/mo

These scripts may cost more than they're worth

  • assets.adobedtm.com adds 368ms and costs ~A$10/month
  • Unattributable adds 252ms and costs ~A$7/month
  • www.gstatic.com adds 209ms and costs ~A$6/month

69% of JavaScript execution time comes from third-party scripts.

Why this matters

Third-party scripts (analytics, ads, social, A/B testing) often dominate execution time — every one is a perf-and-privacy tax.

Learn more

Each third-party script is a black box: you don't control when it loads, what it executes, or how much it grows. They often account for a major share of total blocking time on average sites (HTTP Archive's Web Almanac documents the trend). Audit which ones you actually need, defer the rest, and use facade patterns (lite-youtube, lite-vimeo) for embedded media.

Source: web.dev / HTTP Archive Web Almanac

assets.adobedtm.com takes 368ms 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 252ms 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.gstatic.com takes 209ms 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