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

Performance

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

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

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

936 ms

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

2.26 s

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

36 ms

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

0.170

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

1.18 s

Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.

4.43 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 3 REVIEW 4 FIX
F
Page Weight Budget
Action
3.6 MB transferred, 151 requests
FIX
3.6 MB transferred, 151 requests
Warning::
Page weighs 7.4 MB (3.6 MB transferred)
Warning::
Images are 1.5 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 1.5 MB
Warning::
JavaScript is 1.4 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.4 MB
Info::
Fonts are 533 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 533 KB
Warning::
151 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.75 g CO2 per page load
3.6 MB / 2.4 MB budget
3.6 MB transferred
151 requests
0.75 g CO2 per page load
Images 1.5 MiB 42%
JavaScript 1.4 MiB 39%
Fonts 533.0 KiB 15%
CSS 113.1 KiB 3%
HTML 16.9 KiB 0%
Other 3.1 KiB 0%
Other 3.0 KiB 0%
Other 1.9 KiB 0%
Other 1.8 KiB 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Over budget

Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.

Why this matters

Image bandwidth is high — modern formats (WebP/AVIF) and resizing typically cut it 50%+.

Source: web.dev

Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.

Why this matters

JavaScript bundle is large — code-split routes and lazy-load off-screen components to defer.

Source: web.dev

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

Why this matters

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

Source: web.dev font loading

Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.

Why this matters

High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.

Source: web.dev

D
Third-Party Impact
Action
100% third-party, 0 ms blocking
FIX
100% third-party, 0 ms blocking
Warning::
Third-party code accounts for 100% of page weight (3.6 MiB of 3.6 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Bundles
Action
39 scripts, 584 KB unused
FIX
39 scripts, 584 KB unused
Warning::
https://www.googletagmanager.com/gtag/js?id=DC-105...: 98 KB unused (76%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=AW-164...: 83 KB unused (63%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://siteimproveanalytics.com/js/siteanalyze_78...: 68 KB unused (70%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-52F...: 66 KB unused (48%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.griffith.edu.au/__data/assets/js_file_...: 62 KB unused (69%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.griffith.edu.au/__data/assets/js_file_...: unminified — 14 KB could be saved
Info::
Total unused JavaScript: 584 KB
584 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.googletagmanager.com/gtag/js?id=DC-10536861129 KB98 KB (76%)3rd
https://www.googletagmanager.com/gtag/js?id=AW-16477665723&cx=c&gtm=4e64k1132 KB83 KB (63%)3rd
https://siteimproveanalytics.com/js/siteanalyze_78836.js98 KB68 KB (70%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-52FN5W136 KB66 KB (48%)3rd
https://www.griffith.edu.au/__data/assets/js_file_folder/0035/588194/plugins.js?v=0.1.1291 KB62 KB (69%)3rd
https://analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwMQ.js110 KB61 KB (56%)3rd
https://www.googletagmanager.com/gtag/js?id=DC-10536861&cx=c&gtm=4e64k1129 KB60 KB (47%)3rd
https://www.googletagmanager.com/gtag/js?id=G-Q8BF6T8XSD&cx=c&gtm=4e64k1179 KB53 KB (30%)3rd
https://connect.facebook.net/en_US/fbevents.js97 KB32 KB (33%)3rd
https://tags.tiqcdn.com/utag/griffithuni/main/prod/utag.js26 KB3rd

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

F
Page Weight Inventory
Action
151 resources · 3.6 MB · 584 KB savings available
FIX
151 resources · 3.6 MB · 584 KB savings available
Warning::
Page weight 2.6 MB over 1MB target
Got: 3.6 MB Expected: ≤ 1 MB
Info::
~584 KB of savings available
Warning::
150 third-party resources (100% of weight)
151 resources · 3.6 MiB · 150 third-party 2.6 MiB over 1MB target
Image 42% · 1.5 MiB
JavaScript 39% · 1.4 MiB
Font 15% · 533.0 KiB
CSS 3% · 113.1 KiB
Document 0% · 17.3 KiB
Other 0% · 7.8 KiB

~583.7 KiB of savings available

Remove unused JavaScript: 583.7 KiB
B
Image Optimization
45 images, 0 KB saveable
REVIEW
45 images, 0 KB saveable
Info::
All images are well-optimized
45 images 1.5 MB
0 oversized -0 KB
31 legacy format
0 missing dimensions CLS risk
B
JS Execution Cost
599ms total JS execution
REVIEW
599ms total JS execution
Info::
https://www.griffith.edu.au/: 179ms CPU time
Info::
Unattributable: 159ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=G-Q8BF...: 126ms CPU time
Info::
https://www.griffith.edu.au/__data/assets/js_file_...: 82ms CPU time
Info::
https://www.googletagmanager.com/gtm.js?id=GTM-52F...: 53ms CPU time
Warning::
Third-party scripts: 599ms (100% of total)

Main Thread Breakdown

Script Evaluation 50% Other 19% Style & Layout 17% Script Parsing & Compilation 9%
ScriptTotalScriptingParse/CompileParty
https://www.griffith.edu.au/179ms3ms1ms3rd
Unattributable159ms5ms0ms3rd
https://www.googletagmanager.com/gtag/js?id=G-Q8BF6T8XSD&cx=c&gtm=4e64k1126ms113ms12ms3rd
https://www.griffith.edu.au/__data/assets/js_file_folder/0035/588194/plugins.js?v=0.1.1282ms45ms7ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-52FN5W53ms45ms8ms3rd
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
8 fonts (533 KB)
PASS
8 fonts (533 KB)
Info::
8 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

8

533 KB total

Render-blocking

0

of 8

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 500 ms 1.0 s 1.5 s 2.0 s FCP 936 ms LCP 2.3 shttps://www.griffith.edu.au/__data/assets/file/0023/1687010/griffith-serif-display.woff2griffith-serif-display.... https://www.griffith.edu.au/__data/assets/file/0023/1687010/griffith-serif-display.woff2 — 48.5 KiB — 59 ms — font-display: swaphttps://www.griffith.edu.au/__data/assets/file/0033/588165/fa-light-300.woff2?v=0.1.1fa-light-300.woff2 https://www.griffith.edu.au/__data/assets/file/0033/588165/fa-light-300.woff2?v=0.1.1 — 80.4 KiB — 75 ms — font-display: swaphttps://www.griffith.edu.au/__data/assets/file/0034/1664692/griffith-sans-text.woff2griffith-sans-text.woff2 https://www.griffith.edu.au/__data/assets/file/0034/1664692/griffith-sans-text.woff2 — 72.4 KiB — 67 ms — font-display: swaphttps://www.griffith.edu.au/__data/assets/file/0036/588168/fa-regular-400.woff2?v=0.1.1fa-regular-400.woff2 https://www.griffith.edu.au/__data/assets/file/0036/588168/fa-regular-400.woff2?v=0.1.1 — 75.9 KiB — 82 ms — font-display: swaphttps://www.griffith.edu.au/__data/assets/file/0030/588171/fa-solid-900.woff2?v=0.1.1fa-solid-900.woff2 https://www.griffith.edu.au/__data/assets/file/0030/588171/fa-solid-900.woff2?v=0.1.1 — 63.2 KiB — 59 ms — font-display: swaphttps://www.griffith.edu.au/__data/assets/file/0036/1664694/griffith-sans-display.woff2griffith-sans-display.w... https://www.griffith.edu.au/__data/assets/file/0036/1664694/griffith-sans-display.woff2 — 57.6 KiB — 70 ms — font-display: swaphttps://www.griffith.edu.au/__data/assets/file/0035/1664693/griffith-sans-text-italic.woff2griffith-sans-text-ital... https://www.griffith.edu.au/__data/assets/file/0035/1664693/griffith-sans-text-italic.woff2 — 74.9 KiB — 66 ms — font-display: swaphttps://www.griffith.edu.au/__data/assets/file/0030/588162/fa-brands-400.woff2?v=0.1.1fa-brands-400.woff2 https://www.griffith.edu.au/__data/assets/file/0030/588162/fa-brands-400.woff2?v=0.1.1 — 60.1 KiB — 45 ms — font-display: swap
griffith-serif-display.... woff2 swap
Size 49 KB
Load time 59 ms
Start 357 ms
Risk FOUT — text flashes from fallback to web font
fa-light-300.woff2 woff2 swap
Size 80 KB
Load time 75 ms
Start 357 ms
Risk FOUT — text flashes from fallback to web font
griffith-sans-text.woff2 woff2 swap
Size 72 KB
Load time 67 ms
Start 357 ms
Risk FOUT — text flashes from fallback to web font
fa-regular-400.woff2 woff2 swap
Size 76 KB
Load time 82 ms
Start 357 ms
Risk FOUT — text flashes from fallback to web font
fa-solid-900.woff2 woff2 swap
Size 63 KB
Load time 59 ms
Start 358 ms
Risk FOUT — text flashes from fallback to web font
griffith-sans-display.w... woff2 swap
Size 58 KB
Load time 70 ms
Start 358 ms
Risk FOUT — text flashes from fallback to web font
griffith-sans-text-ital... woff2 swap
Size 75 KB
Load time 66 ms
Start 487 ms
Risk FOUT — text flashes from fallback to web font
fa-brands-400.woff2 woff2 swap
Size 60 KB
Load time 45 ms
Start 574 ms
Risk FOUT — text flashes from fallback to web font
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)
A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
A
HTTP Caching
max-age=3600 (1 hour)
PASS
max-age=3600 (1 hour)
Info::
Cache-Control header is set
Got: max-age=3600
Info::
Effective TTL: 1 hour (max-age=3600)
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

max-age=3600

DirectiveValueMeaning
max-age3600Cache for 1 hour
Effective TTL: 3600 seconds
Network Waterfall
151 requests over 1735ms
INFO
0 ms 500 ms 1.0 s 1.5 s 2.0 s FCP 936 ms LCP 2.3 shttps://griffith.edu.au// https://griffith.edu.au/ — 301 — 205 B — 24 ms — h2https://www.griffith.edu.au/www.griffith.edu.au/ https://www.griffith.edu.au/ — 200 — 16.8 KiB — 197 ms — h3https://www.griffith.edu.au/__data/assets/css_file_folder/0033/588138/plugins.css?v=0.1.9www.griffith.edu.au/__data/assets/c... https://www.griffith.edu.au/__data/assets/css_file_folder/0033/588138/plugins.css?v=0.1.9 — 200 — 17.4 KiB — 66 ms — h3https://www.griffith.edu.au/__data/assets/css_file_folder/0029/588035/main.css?v=0.2.27www.griffith.edu.au/__data/assets/c... https://www.griffith.edu.au/__data/assets/css_file_folder/0029/588035/main.css?v=0.2.27 — 200 — 24.3 KiB — 74 ms — h3https://www.griffith.edu.au/__data/assets/css_file_folder/0034/459745/Gen_11_homepage.min.css?v=0.8.14www.griffith.edu.au/__data/assets/c... https://www.griffith.edu.au/__data/assets/css_file_folder/0034/459745/Gen_11_homepage.min.css?v=0.8.14 — 200 — 7.7 KiB — 69 ms — h3https://www.griffith.edu.au/__data/assets/css_file_folder/0038/463979/Gen_11_global_elements.min.css?v=0.2.34www.griffith.edu.au/__data/assets/c... https://www.griffith.edu.au/__data/assets/css_file_folder/0038/463979/Gen_11_global_elements.min.css?v=0.2.34 — 200 — 6.0 KiB — 76 ms — h3https://www.griffith.edu.au/__data/assets/css_file_folder/0029/464717/plugins.css?v=0.1.11www.griffith.edu.au/__data/assets/c... https://www.griffith.edu.au/__data/assets/css_file_folder/0029/464717/plugins.css?v=0.1.11 — 200 — 3.8 KiB — 66 ms — h3https://www.griffith.edu.au/__data/assets/css_file_folder/0027/1765215/vi-update.min.css?v=0.2.58www.griffith.edu.au/__data/assets/c... https://www.griffith.edu.au/__data/assets/css_file_folder/0027/1765215/vi-update.min.css?v=0.2.58 — 200 — 53.2 KiB — 74 ms — h3https://code.jquery.com/jquery-3.6.0.min.jscode.jquery.com/jquery-3.6.0.min.js https://code.jquery.com/jquery-3.6.0.min.js — 200 — 30.5 KiB — 17 ms — h2https://www.griffith.edu.au/__data/assets/css_file/0033/1398507/slick-css.csswww.griffith.edu.au/__data/assets/c... https://www.griffith.edu.au/__data/assets/css_file/0033/1398507/slick-css.css — 200 — 891 B — 69 ms — h3https://www.griffith.edu.au/__data/assets/image/0038/2264969/jess_fox_profile.webpwww.griffith.edu.au/__data/assets/i... https://www.griffith.edu.au/__data/assets/image/0038/2264969/jess_fox_profile.webp — 200 — 22.8 KiB — 71 ms — h3https://www.griffith.edu.au/__data/assets/file/0034/2209759/harris_profile.webpwww.griffith.edu.au/__data/assets/f... https://www.griffith.edu.au/__data/assets/file/0034/2209759/harris_profile.webp — 200 — 19.4 KiB — 69 ms — h3https://www.griffith.edu.au/__data/assets/file/0028/2209771/lucy_profile.webpwww.griffith.edu.au/__data/assets/f... https://www.griffith.edu.au/__data/assets/file/0028/2209771/lucy_profile.webp — 200 — 15.3 KiB — 44 ms — h3https://www.griffith.edu.au/__data/assets/file/0029/2209772/eden_profile.webpwww.griffith.edu.au/__data/assets/f... https://www.griffith.edu.au/__data/assets/file/0029/2209772/eden_profile.webp — 200 — 25.7 KiB — 42 ms — h3https://www.griffith.edu.au/__data/assets/image/0024/2016942/shimi-profile.jpgwww.griffith.edu.au/__data/assets/i... https://www.griffith.edu.au/__data/assets/image/0024/2016942/shimi-profile.jpg — 200 — 28.2 KiB — 60 ms — h3https://www.griffith.edu.au/__data/assets/js_file_folder/0035/588194/plugins.js?v=0.1.12www.griffith.edu.au/__data/assets/j... https://www.griffith.edu.au/__data/assets/js_file_folder/0035/588194/plugins.js?v=0.1.12 — 200 — 90.7 KiB — 95 ms — h3https://www.griffith.edu.au/__data/assets/js_file_folder/0035/588185/main.js?v=0.1.10www.griffith.edu.au/__data/assets/j... https://www.griffith.edu.au/__data/assets/js_file_folder/0035/588185/main.js?v=0.1.10 — 200 — 15.3 KiB — 73 ms — h3https://www.griffith.edu.au/__data/assets/js_file/0032/1398506/slick-js.jswww.griffith.edu.au/__data/assets/j... https://www.griffith.edu.au/__data/assets/js_file/0032/1398506/slick-js.js — 200 — 11.5 KiB — 69 ms — h3https://www.griffith.edu.au/__data/assets/js_file/0028/1846216/f-onscreen.jswww.griffith.edu.au/__data/assets/j... https://www.griffith.edu.au/__data/assets/js_file/0028/1846216/f-onscreen.js — 200 — 1.4 KiB — 63 ms — h3https://www.griffith.edu.au/__data/assets/image/0025/2016943/ella-profile.jpgwww.griffith.edu.au/__data/assets/i... https://www.griffith.edu.au/__data/assets/image/0025/2016943/ella-profile.jpg — 200 — 40.7 KiB — 76 ms — h3https://www.griffith.edu.au/__data/assets/image/0023/2016941/jordan-profile.jpgwww.griffith.edu.au/__data/assets/i... https://www.griffith.edu.au/__data/assets/image/0023/2016941/jordan-profile.jpg — 200 — 30.5 KiB — 95 ms — h3https://www.griffith.edu.au/__data/assets/image/0026/2016944/jenni-profile.jpgwww.griffith.edu.au/__data/assets/i... https://www.griffith.edu.au/__data/assets/image/0026/2016944/jenni-profile.jpg — 200 — 35.1 KiB — 95 ms — h3https://www.griffith.edu.au/__data/assets/image/0026/2019554/Enoch-profile.jpgwww.griffith.edu.au/__data/assets/i... https://www.griffith.edu.au/__data/assets/image/0026/2019554/Enoch-profile.jpg — 200 — 66.1 KiB — 75 ms — h3https://www.griffith.edu.au/__data/assets/image/0024/2019561/Becky-profile.jpgwww.griffith.edu.au/__data/assets/i... https://www.griffith.edu.au/__data/assets/image/0024/2019561/Becky-profile.jpg — 200 — 82.7 KiB — 118 ms — h3https://www.griffith.edu.au/__data/assets/js_file_folder/0031/459751/homepage.min.js?v=0.11.3www.griffith.edu.au/__data/assets/j... https://www.griffith.edu.au/__data/assets/js_file_folder/0031/459751/homepage.min.js?v=0.11.3 — 200 — 7.0 KiB — 99 ms — h3https://www.griffith.edu.au/__data/assets/js_file_folder/0031/464656/plugins.js?v=0.1.17www.griffith.edu.au/__data/assets/j... https://www.griffith.edu.au/__data/assets/js_file_folder/0031/464656/plugins.js?v=0.1.17 — 200 — 20.8 KiB — 90 ms — h3https://www.griffith.edu.au/__data/assets/js_file_folder/0023/464108/Global.min.js?v=0.15.2www.griffith.edu.au/__data/assets/j... https://www.griffith.edu.au/__data/assets/js_file_folder/0023/464108/Global.min.js?v=0.15.2 — 200 — 6.1 KiB — 81 ms — h3https://www.googletagmanager.com/gtm.js?id=GTM-52FN5Wwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-52FN5W — 200 — 136.4 KiB — 164 ms — h2https://tags.tiqcdn.com/utag/griffithuni/main/prod/utag.jstags.tiqcdn.com/utag/griffithuni/ma... https://tags.tiqcdn.com/utag/griffithuni/main/prod/utag.js — 200 — 26.3 KiB — 59 ms — h2https://www.griffith.edu.au/__data/assets/file/0047/1899488/grififth-logo-red.svgwww.griffith.edu.au/__data/assets/f... https://www.griffith.edu.au/__data/assets/file/0047/1899488/grififth-logo-red.svg — 200 — 2.0 KiB — 59 ms — h3
0 ms 500 ms 1.0 s 1.5 s 2.0 s FCP 936 ms LCP 2.3 shttps://griffith.edu.au// https://griffith.edu.au/ — 301 — 205 B — 24 ms — h2https://www.griffith.edu.au/www.griffith.edu.au/ https://www.griffith.edu.au/ — 200 — 16.8 KiB — 197 ms — h3https://www.griffith.edu.au/__data/assets/css_file_folder/0033/588138/plugins.css?v=0.1.9www.griffith.edu.au/__data/assets/c... https://www.griffith.edu.au/__data/assets/css_file_folder/0033/588138/plugins.css?v=0.1.9 — 200 — 17.4 KiB — 66 ms — h3https://www.griffith.edu.au/__data/assets/css_file_folder/0029/588035/main.css?v=0.2.27www.griffith.edu.au/__data/assets/c... https://www.griffith.edu.au/__data/assets/css_file_folder/0029/588035/main.css?v=0.2.27 — 200 — 24.3 KiB — 74 ms — h3https://www.griffith.edu.au/__data/assets/css_file_folder/0034/459745/Gen_11_homepage.min.css?v=0.8.14www.griffith.edu.au/__data/assets/c... https://www.griffith.edu.au/__data/assets/css_file_folder/0034/459745/Gen_11_homepage.min.css?v=0.8.14 — 200 — 7.7 KiB — 69 ms — h3https://www.griffith.edu.au/__data/assets/css_file_folder/0038/463979/Gen_11_global_elements.min.css?v=0.2.34www.griffith.edu.au/__data/assets/c... https://www.griffith.edu.au/__data/assets/css_file_folder/0038/463979/Gen_11_global_elements.min.css?v=0.2.34 — 200 — 6.0 KiB — 76 ms — h3https://www.griffith.edu.au/__data/assets/css_file_folder/0029/464717/plugins.css?v=0.1.11www.griffith.edu.au/__data/assets/c... https://www.griffith.edu.au/__data/assets/css_file_folder/0029/464717/plugins.css?v=0.1.11 — 200 — 3.8 KiB — 66 ms — h3https://www.griffith.edu.au/__data/assets/css_file_folder/0027/1765215/vi-update.min.css?v=0.2.58www.griffith.edu.au/__data/assets/c... https://www.griffith.edu.au/__data/assets/css_file_folder/0027/1765215/vi-update.min.css?v=0.2.58 — 200 — 53.2 KiB — 74 ms — h3https://code.jquery.com/jquery-3.6.0.min.jscode.jquery.com/jquery-3.6.0.min.js https://code.jquery.com/jquery-3.6.0.min.js — 200 — 30.5 KiB — 17 ms — h2https://www.griffith.edu.au/__data/assets/css_file/0033/1398507/slick-css.csswww.griffith.edu.au/__data/assets/c... https://www.griffith.edu.au/__data/assets/css_file/0033/1398507/slick-css.css — 200 — 891 B — 69 ms — h3https://www.griffith.edu.au/__data/assets/image/0038/2264969/jess_fox_profile.webpwww.griffith.edu.au/__data/assets/i... https://www.griffith.edu.au/__data/assets/image/0038/2264969/jess_fox_profile.webp — 200 — 22.8 KiB — 71 ms — h3https://www.griffith.edu.au/__data/assets/file/0034/2209759/harris_profile.webpwww.griffith.edu.au/__data/assets/f... https://www.griffith.edu.au/__data/assets/file/0034/2209759/harris_profile.webp — 200 — 19.4 KiB — 69 ms — h3https://www.griffith.edu.au/__data/assets/file/0028/2209771/lucy_profile.webpwww.griffith.edu.au/__data/assets/f... https://www.griffith.edu.au/__data/assets/file/0028/2209771/lucy_profile.webp — 200 — 15.3 KiB — 44 ms — h3https://www.griffith.edu.au/__data/assets/file/0029/2209772/eden_profile.webpwww.griffith.edu.au/__data/assets/f... https://www.griffith.edu.au/__data/assets/file/0029/2209772/eden_profile.webp — 200 — 25.7 KiB — 42 ms — h3https://www.griffith.edu.au/__data/assets/image/0024/2016942/shimi-profile.jpgwww.griffith.edu.au/__data/assets/i... https://www.griffith.edu.au/__data/assets/image/0024/2016942/shimi-profile.jpg — 200 — 28.2 KiB — 60 ms — h3https://www.griffith.edu.au/__data/assets/js_file_folder/0035/588194/plugins.js?v=0.1.12www.griffith.edu.au/__data/assets/j... https://www.griffith.edu.au/__data/assets/js_file_folder/0035/588194/plugins.js?v=0.1.12 — 200 — 90.7 KiB — 95 ms — h3https://www.griffith.edu.au/__data/assets/js_file_folder/0035/588185/main.js?v=0.1.10www.griffith.edu.au/__data/assets/j... https://www.griffith.edu.au/__data/assets/js_file_folder/0035/588185/main.js?v=0.1.10 — 200 — 15.3 KiB — 73 ms — h3https://www.griffith.edu.au/__data/assets/js_file/0032/1398506/slick-js.jswww.griffith.edu.au/__data/assets/j... https://www.griffith.edu.au/__data/assets/js_file/0032/1398506/slick-js.js — 200 — 11.5 KiB — 69 ms — h3https://www.griffith.edu.au/__data/assets/js_file/0028/1846216/f-onscreen.jswww.griffith.edu.au/__data/assets/j... https://www.griffith.edu.au/__data/assets/js_file/0028/1846216/f-onscreen.js — 200 — 1.4 KiB — 63 ms — h3https://www.griffith.edu.au/__data/assets/image/0025/2016943/ella-profile.jpgwww.griffith.edu.au/__data/assets/i... https://www.griffith.edu.au/__data/assets/image/0025/2016943/ella-profile.jpg — 200 — 40.7 KiB — 76 ms — h3https://www.griffith.edu.au/__data/assets/image/0023/2016941/jordan-profile.jpgwww.griffith.edu.au/__data/assets/i... https://www.griffith.edu.au/__data/assets/image/0023/2016941/jordan-profile.jpg — 200 — 30.5 KiB — 95 ms — h3https://www.griffith.edu.au/__data/assets/image/0026/2016944/jenni-profile.jpgwww.griffith.edu.au/__data/assets/i... https://www.griffith.edu.au/__data/assets/image/0026/2016944/jenni-profile.jpg — 200 — 35.1 KiB — 95 ms — h3https://www.griffith.edu.au/__data/assets/image/0026/2019554/Enoch-profile.jpgwww.griffith.edu.au/__data/assets/i... https://www.griffith.edu.au/__data/assets/image/0026/2019554/Enoch-profile.jpg — 200 — 66.1 KiB — 75 ms — h3https://www.griffith.edu.au/__data/assets/image/0024/2019561/Becky-profile.jpgwww.griffith.edu.au/__data/assets/i... https://www.griffith.edu.au/__data/assets/image/0024/2019561/Becky-profile.jpg — 200 — 82.7 KiB — 118 ms — h3https://www.griffith.edu.au/__data/assets/js_file_folder/0031/459751/homepage.min.js?v=0.11.3www.griffith.edu.au/__data/assets/j... https://www.griffith.edu.au/__data/assets/js_file_folder/0031/459751/homepage.min.js?v=0.11.3 — 200 — 7.0 KiB — 99 ms — h3https://www.griffith.edu.au/__data/assets/js_file_folder/0031/464656/plugins.js?v=0.1.17www.griffith.edu.au/__data/assets/j... https://www.griffith.edu.au/__data/assets/js_file_folder/0031/464656/plugins.js?v=0.1.17 — 200 — 20.8 KiB — 90 ms — h3https://www.griffith.edu.au/__data/assets/js_file_folder/0023/464108/Global.min.js?v=0.15.2www.griffith.edu.au/__data/assets/j... https://www.griffith.edu.au/__data/assets/js_file_folder/0023/464108/Global.min.js?v=0.15.2 — 200 — 6.1 KiB — 81 ms — h3https://www.googletagmanager.com/gtm.js?id=GTM-52FN5Wwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-52FN5W — 200 — 136.4 KiB — 164 ms — h2https://tags.tiqcdn.com/utag/griffithuni/main/prod/utag.jstags.tiqcdn.com/utag/griffithuni/ma... https://tags.tiqcdn.com/utag/griffithuni/main/prod/utag.js — 200 — 26.3 KiB — 59 ms — h2https://www.griffith.edu.au/__data/assets/file/0047/1899488/grififth-logo-red.svgwww.griffith.edu.au/__data/assets/f... https://www.griffith.edu.au/__data/assets/file/0047/1899488/grififth-logo-red.svg — 200 — 2.0 KiB — 59 ms — h3https://www.griffith.edu.au/__data/assets/image/0025/2264245/jess_fox_homepage_1920x1080.webpwww.griffith.edu.au/__data/assets/i... https://www.griffith.edu.au/__data/assets/image/0025/2264245/jess_fox_homepage_1920x1080.webp — 200 — 145.6 KiB — 110 ms — h3https://www.griffith.edu.au/__data/assets/image/0030/2264367/james_homepage_1920x1080.webpwww.griffith.edu.au/__data/assets/i... https://www.griffith.edu.au/__data/assets/image/0030/2264367/james_homepage_1920x1080.webp — 200 — 99.1 KiB — 105 ms — h3https://www.griffith.edu.au/__data/assets/image/0031/2264458/hayley_homepage_1920x1080.webpwww.griffith.edu.au/__data/assets/i... https://www.griffith.edu.au/__data/assets/image/0031/2264458/hayley_homepage_1920x1080.webp — 200 — 60.7 KiB — 103 ms — h3https://www.griffith.edu.au/__data/assets/image/0028/2264491/jess_arachchi_homepage_1920x1080.webpwww.griffith.edu.au/__data/assets/i... https://www.griffith.edu.au/__data/assets/image/0028/2264491/jess_arachchi_homepage_1920x1080.webp — 200 — 89.9 KiB — 102 ms — h3https://www.griffith.edu.au/__data/assets/image/0025/2206393/harris_1920x1080.jpgwww.griffith.edu.au/__data/assets/i... https://www.griffith.edu.au/__data/assets/image/0025/2206393/harris_1920x1080.jpg — 200 — 173.1 KiB — 110 ms — h3https://www.griffith.edu.au/__data/assets/image/0026/2206394/lucy_1920x1080.jpgwww.griffith.edu.au/__data/assets/i... https://www.griffith.edu.au/__data/assets/image/0026/2206394/lucy_1920x1080.jpg — 200 — 184.8 KiB — 111 ms — h3https://www.griffith.edu.au/__data/assets/image/0027/2206395/eden_1920x1080.jpgwww.griffith.edu.au/__data/assets/i... https://www.griffith.edu.au/__data/assets/image/0027/2206395/eden_1920x1080.jpg — 200 — 185.2 KiB — 110 ms — h3https://www.griffith.edu.au/__data/assets/file/0023/1687010/griffith-serif-display.woff2www.griffith.edu.au/__data/assets/f... https://www.griffith.edu.au/__data/assets/file/0023/1687010/griffith-serif-display.woff2 — 200 — 48.5 KiB — 59 ms — h3https://www.griffith.edu.au/__data/assets/file/0033/588165/fa-light-300.woff2?v=0.1.1www.griffith.edu.au/__data/assets/f... https://www.griffith.edu.au/__data/assets/file/0033/588165/fa-light-300.woff2?v=0.1.1 — 200 — 80.4 KiB — 75 ms — h3https://www.griffith.edu.au/__data/assets/file/0034/1664692/griffith-sans-text.woff2www.griffith.edu.au/__data/assets/f... https://www.griffith.edu.au/__data/assets/file/0034/1664692/griffith-sans-text.woff2 — 200 — 72.4 KiB — 67 ms — h3https://www.griffith.edu.au/__data/assets/file/0036/588168/fa-regular-400.woff2?v=0.1.1www.griffith.edu.au/__data/assets/f... https://www.griffith.edu.au/__data/assets/file/0036/588168/fa-regular-400.woff2?v=0.1.1 — 200 — 75.9 KiB — 82 ms — h3https://www.griffith.edu.au/__data/assets/file/0030/588171/fa-solid-900.woff2?v=0.1.1www.griffith.edu.au/__data/assets/f... https://www.griffith.edu.au/__data/assets/file/0030/588171/fa-solid-900.woff2?v=0.1.1 — 200 — 63.2 KiB — 59 ms — h3https://www.griffith.edu.au/__data/assets/file/0036/1664694/griffith-sans-display.woff2www.griffith.edu.au/__data/assets/f... https://www.griffith.edu.au/__data/assets/file/0036/1664694/griffith-sans-display.woff2 — 200 — 57.6 KiB — 70 ms — h3https://www.griffith.edu.au/__data/assets/file/0023/460841/search-light.svg?v=0.1.5www.griffith.edu.au/__data/assets/f... https://www.griffith.edu.au/__data/assets/file/0023/460841/search-light.svg?v=0.1.5 — 200 — 550 B — 54 ms — h3data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2N…data:image/svg+xml;base64,PHN2ZyB4b... data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2N… — 200 — 0 B — 0 ms — datadata:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1M…data:image/svg+xml;base64,PHN2ZyB4b... data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1M… — 200 — 0 B — 0 ms — datadata:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2N…data:image/svg+xml;base64,PHN2ZyB4b... data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2N… — 200 — 0 B — 0 ms — datadata:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2N…data:image/svg+xml;base64,PHN2ZyB4b... data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2N… — 200 — 0 B — 0 ms — datadata:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1M…data:image/svg+xml;base64,PHN2ZyB4b... data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1M… — 200 — 0 B — 0 ms — datadata:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1M…data:image/svg+xml;base64,PHN2ZyB4b... data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1M… — 200 — 0 B — 0 ms — datadata:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1M…data:image/svg+xml;base64,PHN2ZyB4b... data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1M… — 200 — 0 B — 0 ms — datadata:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0N…data:image/svg+xml;base64,PHN2ZyB4b... data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0N… — 200 — 0 B — 0 ms — datadata:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1M…data:image/svg+xml;base64,PHN2ZyB4b... data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1M… — 200 — 0 B — 0 ms — datadata:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2N…data:image/svg+xml;base64,PHN2ZyB4b... data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2N… — 200 — 0 B — 0 ms — datadata:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2N…data:image/svg+xml;base64,PHN2ZyB4b... data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2N… — 200 — 0 B — 0 ms — datadata:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzO…data:image/svg+xml;base64,PHN2ZyB4b... data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzO… — 200 — 0 B — 0 ms — datadata:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1M…data:image/svg+xml;base64,PHN2ZyB4b... data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1M… — 200 — 0 B — 0 ms — datadata:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1N…data:image/svg+xml;base64,PHN2ZyB4b... data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1N… — 200 — 0 B — 0 ms — datadata:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0N…data:image/svg+xml;base64,PHN2ZyB4b... data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0N… — 200 — 0 B — 0 ms — datadata:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1M…data:image/svg+xml;base64,PHN2ZyB4b... data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1M… — 200 — 0 B — 0 ms — datadata:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2N…data:image/svg+xml;base64,PHN2ZyB4b... data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2N… — 200 — 0 B — 0 ms — datadata:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2N…data:image/svg+xml;base64,PHN2ZyB4b... data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2N… — 200 — 0 B — 0 ms — datadata:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2N…data:image/svg+xml;base64,PHN2ZyB4b... data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2N… — 200 — 0 B — 0 ms — datadata:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2N…data:image/svg+xml;base64,PHN2ZyB4b... data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2N… — 200 — 0 B — 0 ms — datadata:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1M…data:image/svg+xml;base64,PHN2ZyB4b... data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1M… — 200 — 0 B — 0 ms — datadata:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1N…data:image/svg+xml;base64,PHN2ZyB4b... data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1N… — 200 — 0 B — 0 ms — datadata:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1M…data:image/svg+xml;base64,PHN2ZyB4b... data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1M… — 200 — 0 B — 0 ms — datadata:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0N…data:image/svg+xml;base64,PHN2ZyB4b... data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0N… — 200 — 0 B — 0 ms — datadata:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzO…data:image/svg+xml;base64,PHN2ZyB4b... data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzO… — 200 — 0 B — 0 ms — datadata:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1M…data:image/svg+xml;base64,PHN2ZyB4b... data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1M… — 200 — 0 B — 0 ms — datadata:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1M…data:image/svg+xml;base64,PHN2ZyB4b... data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1M… — 200 — 0 B — 0 ms — datadata:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzO…data:image/svg+xml;base64,PHN2ZyB4b... data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzO… — 200 — 0 B — 0 ms — datadata:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1M…data:image/svg+xml;base64,PHN2ZyB4b... data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1M… — 200 — 0 B — 0 ms — datahttps://www.griffith.edu.au/__data/assets/file/0023/502673/mobile-phone-touch.svgwww.griffith.edu.au/__data/assets/f... https://www.griffith.edu.au/__data/assets/file/0023/502673/mobile-phone-touch.svg — 200 — 929 B — 51 ms — h3https://www.griffith.edu.au/__data/assets/image/0020/2271305/creative-arts-open-day-promo.webpwww.griffith.edu.au/__data/assets/i... https://www.griffith.edu.au/__data/assets/image/0020/2271305/creative-arts-open-day-promo.webp — 200 — 27.1 KiB — 47 ms — h3https://www.griffith.edu.au/__data/assets/file/0031/1839307/australia-flag.svg?v=0.0.2www.griffith.edu.au/__data/assets/f... https://www.griffith.edu.au/__data/assets/file/0031/1839307/australia-flag.svg?v=0.0.2 — 200 — 937 B — 47 ms — h3https://www.griffith.edu.au/__data/assets/file/0026/588113/aboriginal.svg?v=0.1.2www.griffith.edu.au/__data/assets/f... https://www.griffith.edu.au/__data/assets/file/0026/588113/aboriginal.svg?v=0.1.2 — 200 — 582 B — 43 ms — h3https://www.griffith.edu.au/__data/assets/file/0029/588116/torres-strait-islander.svg?v=0.1.2www.griffith.edu.au/__data/assets/f... https://www.griffith.edu.au/__data/assets/file/0029/588116/torres-strait-islander.svg?v=0.1.2 — 200 — 778 B — 53 ms — h3https://www.griffith.edu.au/__data/assets/file/0035/1664693/griffith-sans-text-italic.woff2www.griffith.edu.au/__data/assets/f... https://www.griffith.edu.au/__data/assets/file/0035/1664693/griffith-sans-text-italic.woff2 — 200 — 74.9 KiB — 66 ms — h3https://www.griffith.edu.au/__data/assets/image/0033/2269059/treasury-cbd.jpgwww.griffith.edu.au/__data/assets/i... https://www.griffith.edu.au/__data/assets/image/0033/2269059/treasury-cbd.jpg — 200 — 41.5 KiB — 40 ms — h3https://www.griffith.edu.au/__data/assets/image/0030/2267733/students.jpgwww.griffith.edu.au/__data/assets/i... https://www.griffith.edu.au/__data/assets/image/0030/2267733/students.jpg — 200 — 50.2 KiB — 51 ms — h3https://www.griffith.edu.au/__data/assets/image/0029/2267732/sport-scholarship.jpgwww.griffith.edu.au/__data/assets/i... https://www.griffith.edu.au/__data/assets/image/0029/2267732/sport-scholarship.jpg — 200 — 61.7 KiB — 51 ms — h3https://www.griffith.edu.au/__data/assets/image/0028/2262727/2026-new-colombo-2.jpgwww.griffith.edu.au/__data/assets/i... https://www.griffith.edu.au/__data/assets/image/0028/2262727/2026-new-colombo-2.jpg — 200 — 48.1 KiB — 46 ms — h3https://www.griffith.edu.au/__data/assets/file/0030/588162/fa-brands-400.woff2?v=0.1.1www.griffith.edu.au/__data/assets/f... https://www.griffith.edu.au/__data/assets/file/0030/588162/fa-brands-400.woff2?v=0.1.1 — 200 — 60.1 KiB — 45 ms — h3https://tags.tiqcdn.com/utag/griffithuni/main/prod/utag.51.js?utv=ut4.51.202511191620tags.tiqcdn.com/utag/griffithuni/ma... https://tags.tiqcdn.com/utag/griffithuni/main/prod/utag.51.js?utv=ut4.51.202511191620 — 200 — 3.1 KiB — 29 ms — h2https://tags.tiqcdn.com/utag/griffithuni/main/prod/utag.12.js?utv=ut4.51.202506300753tags.tiqcdn.com/utag/griffithuni/ma... https://tags.tiqcdn.com/utag/griffithuni/main/prod/utag.12.js?utv=ut4.51.202506300753 — 200 — 7.2 KiB — 29 ms — h2https://tags.tiqcdn.com/utag/griffithuni/main/prod/utag.89.js?utv=ut4.51.202403200017tags.tiqcdn.com/utag/griffithuni/ma... https://tags.tiqcdn.com/utag/griffithuni/main/prod/utag.89.js?utv=ut4.51.202403200017 — 200 — 4.7 KiB — 30 ms — h2https://tags.tiqcdn.com/utag/griffithuni/main/prod/utag.6.js?utv=ut4.51.202602191036tags.tiqcdn.com/utag/griffithuni/ma... https://tags.tiqcdn.com/utag/griffithuni/main/prod/utag.6.js?utv=ut4.51.202602191036 — 200 — 7.7 KiB — 30 ms — h2https://tags.tiqcdn.com/utag/griffithuni/main/prod/utag.159.js?utv=ut4.51.202604221406tags.tiqcdn.com/utag/griffithuni/ma... https://tags.tiqcdn.com/utag/griffithuni/main/prod/utag.159.js?utv=ut4.51.202604221406 — 200 — 6.0 KiB — 31 ms — h2https://tags.tiqcdn.com/utag/griffithuni/main/prod/utag.83.js?utv=ut4.51.202502161249tags.tiqcdn.com/utag/griffithuni/ma... https://tags.tiqcdn.com/utag/griffithuni/main/prod/utag.83.js?utv=ut4.51.202502161249 — 200 — 4.5 KiB — 32 ms — h2https://tags.tiqcdn.com/utag/griffithuni/main/prod/utag.40.js?utv=ut4.51.202308280252tags.tiqcdn.com/utag/griffithuni/ma... https://tags.tiqcdn.com/utag/griffithuni/main/prod/utag.40.js?utv=ut4.51.202308280252 — 200 — 1.5 KiB — 33 ms — h2https://tags.tiqcdn.com/utag/griffithuni/main/prod/utag.17.js?utv=ut4.51.202604221406tags.tiqcdn.com/utag/griffithuni/ma... https://tags.tiqcdn.com/utag/griffithuni/main/prod/utag.17.js?utv=ut4.51.202604221406 — 200 — 6.2 KiB — 36 ms — h2https://tags.tiqcdn.com/utag/griffithuni/main/prod/utag.127.js?utv=ut4.51.202411211258tags.tiqcdn.com/utag/griffithuni/ma... https://tags.tiqcdn.com/utag/griffithuni/main/prod/utag.127.js?utv=ut4.51.202411211258 — 200 — 2.3 KiB — 36 ms — h2https://tags.tiqcdn.com/utag/griffithuni/main/prod/utag.130.js?utv=ut4.51.202412080816tags.tiqcdn.com/utag/griffithuni/ma... https://tags.tiqcdn.com/utag/griffithuni/main/prod/utag.130.js?utv=ut4.51.202412080816 — 200 — 5.4 KiB — 33 ms — h2https://tags.tiqcdn.com/utag/griffithuni/main/prod/utag.162.js?utv=ut4.51.202512120602tags.tiqcdn.com/utag/griffithuni/ma... https://tags.tiqcdn.com/utag/griffithuni/main/prod/utag.162.js?utv=ut4.51.202512120602 — 200 — 4.9 KiB — 34 ms — h2https://www.googletagmanager.com/gtag/js?id=DC-10536861&cx=c&gtm=4e64k1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=DC-10536861&cx=c&gtm=4e64k1 — 200 — 129.3 KiB — 52 ms — h2https://www.googletagmanager.com/gtag/js?id=DC-10536861www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=DC-10536861 — 200 — 129.3 KiB — 77 ms — h2https://connect.facebook.net/en_US/fbevents.jsconnect.facebook.net/en_US/fbevents... https://connect.facebook.net/en_US/fbevents.js — 200 — 96.6 KiB — 10 ms — h3https://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 — 17 ms — h2https://analytics.tiktok.com/i18n/pixel/events.js?sdkid=CNNUA1BC77UDD0LI0KT0&lib=ttqanalytics.tiktok.com/i18n/pixel/eve... https://analytics.tiktok.com/i18n/pixel/events.js?sdkid=CNNUA1BC77UDD0LI0KT0&lib=ttq — 200 — 3.0 KiB — 126 ms — h2https://sc-static.net/scevent.min.jssc-static.net/scevent.min.js https://sc-static.net/scevent.min.js — 200 — 24.8 KiB — 116 ms — h2https://www.googletagmanager.com/gtag/js?id=G-Q8BF6T8XSD&cx=c&gtm=4e64k1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-Q8BF6T8XSD&cx=c&gtm=4e64k1 — 200 — 178.8 KiB — 89 ms — h2https://siteimproveanalytics.com/js/siteanalyze_78836.jssiteimproveanalytics.com/js/siteana... https://siteimproveanalytics.com/js/siteanalyze_78836.js — 200 — 98.5 KiB — 104 ms — h3https://www.redditstatic.com/ads/pixel.jswww.redditstatic.com/ads/pixel.js https://www.redditstatic.com/ads/pixel.js — 200 — 19.0 KiB — 28 ms — h2https://www.googletagmanager.com/gtag/js?id=AW-16477665723&cx=c&gtm=4e64k1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-16477665723&cx=c&gtm=4e64k1 — 200 — 132.3 KiB — 78 ms — h2https://collect-cdp.griffith.edu.au/griffith/main/2/i.gifcollect-cdp.griffith.edu.au/griffit... https://collect-cdp.griffith.edu.au/griffith/main/2/i.gif — 200 — 841 B — 734 ms — h2https://cdn.pdst.fm/ping.min.jscdn.pdst.fm/ping.min.js https://cdn.pdst.fm/ping.min.js — 200 — 10.3 KiB — 86 ms — h2https://tags.tiqcdn.com/utag/tiqapp/utag.v.js?a=griffithuni/main/202604221406&cb=1776900445674tags.tiqcdn.com/utag/tiqapp/utag.v.... https://tags.tiqcdn.com/utag/tiqapp/utag.v.js?a=griffithuni/main/202604221406&cb=1776900445674 — 200 — 431 B — 18 ms — h2https://px.ads.linkedin.com/attribution_trigger?pid=6728449&time=1776900445678&url=https%3A%2F%2Fwww.griffith.edu.au%2Fpx.ads.linkedin.com/attribution_tri... https://px.ads.linkedin.com/attribution_trigger?pid=6728449&time=1776900445678&url=https%3A%2F%2Fwww.griffith.edu.au%2F — 200 — 840 B — 204 ms — h2https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=6728449&time=1776900445678&url=https%3A%2F%2Fwww.griffith.edu.au%2Fpx.ads.linkedin.com/collect?v=2&fmt... https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=6728449&time=1776900445678&url=https%3A%2F%2Fwww.griffith.edu.au%2F — 302 — 829 B — 315 ms — h2https://connect.facebook.net/signals/config/194341477867995?v=2.9.303&r=stable&domain=www.griffith.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/194341477867995?v=2.9.303&r=stable&domain=www.griffith.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.5 KiB — 8 ms — h3https://pixel-config.reddit.com/pixels/a2_g04bd78o87dm/configpixel-config.reddit.com/pixels/a2_g... https://pixel-config.reddit.com/pixels/a2_g04bd78o87dm/config — 200 — 215 B — 68 ms — h2https://alb.reddit.com/rp.gif?ts=1776900445717&id=a2_g04bd78o87dm&event=PageVisit&m.itemCount=&m.value=&m.valueDecimal=&m.currency=&m.transactionId=&m.customEventName=&m.products=&m.conversionId=&uuid=e8d9bace-ddaa-4d97-8267-dee32ba847fc&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=1776900445... https://alb.reddit.com/rp.gif?ts=1776900445717&id=a2_g04bd78o87dm&event=PageVisit&m.itemCount=&m.value=&m.valueDecimal=&m.currency=&m.transactionId=&m.customEventName=&m.products=&m.conversionId=&uuid=e8d9bace-ddaa-4d97-8267-dee32ba847fc&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 — 114 ms — h2https://www.google.com/ccm/collect?rcb=16&frm=0&en=page_view&dl=https%3A%2F%2Fwww.griffith.edu.au%2F&scrsrc=www.googletagmanager.com&rnd=880885214.1776900446&dt=Griffith%20University&auid=1498289887.1776900446&navt=n&npa=1&gdid=dYmQxMT&gtm=45fe64k1v9190098041za200zb72015050zd72015050xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616985~115938466~115938468~117266400~118128922&apve=1&apvf=f&apvc=1&tids=DC-10536861&tid=DC-10536861&tft=1776900445758&tfd=840www.google.com/ccm/collect?rcb=16&f... https://www.google.com/ccm/collect?rcb=16&frm=0&en=page_view&dl=https%3A%2F%2Fwww.griffith.edu.au%2F&scrsrc=www.googletagmanager.com&rnd=880885214.1776900446&dt=Griffith%20University&auid=1498289887.1776900446&navt=n&npa=1&gdid=dYmQxMT&gtm=45fe64k1v9190098041za200zb72015050zd72015050xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616985~115938466~115938468~117266400~118128922&apve=1&apvf=f&apvc=1&tids=DC-10536861&tid=DC-10536861&tft=1776900445758&tfd=840 — 200 — 21 B — 92 ms — h3https://www.facebook.com/tr/?id=194341477867995&ev=ViewContent&dl=https%3A%2F%2Fwww.griffith.edu.au%2F&rl=&if=false&ts=1776900445795&cd[cs_est]=true&sw=800&sh=600&v=2.9.303&r=stable&a=tmtealium&ec=1&o=4126&fbp=fb.2.1776900445782.338741342311020633&ler=empty&cdl=API_unavailable&pmd[locale]=en&plt=602.3999996185303&it=1776900445707&coo=false&eid=c8e385d5ae96d6a46c4b71f2fdfed9a0_2493659444201418&es=automatic&cs_est=true&est_source=2493659444201418&tm=3&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct3&expv2[6]=hf1&rqm=GETwww.facebook.com/tr/?id=19434147786... https://www.facebook.com/tr/?id=194341477867995&ev=ViewContent&dl=https%3A%2F%2Fwww.griffith.edu.au%2F&rl=&if=false&ts=1776900445795&cd[cs_est]=true&sw=800&sh=600&v=2.9.303&r=stable&a=tmtealium&ec=1&o=4126&fbp=fb.2.1776900445782.338741342311020633&ler=empty&cdl=API_unavailable&pmd[locale]=en&plt=602.3999996185303&it=1776900445707&coo=false&eid=c8e385d5ae96d6a46c4b71f2fdfed9a0_2493659444201418&es=automatic&cs_est=true&est_source=2493659444201418&tm=3&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct3&expv2[6]=hf1&rqm=GET — 200 — 19 B — 8 ms — h3https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=194341477867995&ev=ViewContent&dl=https%3A%2F%2Fwww.griffith.edu.au%2F&rl=&if=false&ts=1776900445795&cd[cs_est]=true&sw=800&sh=600&v=2.9.303&r=stable&a=tmtealium&ec=1&o=4126&fbp=fb.2.1776900445782.338741342311020633&ler=empty&cdl=API_unavailable&pmd[locale]=en&plt=602.3999996185303&it=1776900445707&coo=false&eid=c8e385d5ae96d6a46c4b71f2fdfed9a0_2493659444201418&es=automatic&cs_est=true&est_source=2493659444201418&tm=3&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct3&expv2[6]=hf1&rqm=FGETwww.facebook.com/privacy_sandbox/pi... https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=194341477867995&ev=ViewContent&dl=https%3A%2F%2Fwww.griffith.edu.au%2F&rl=&if=false&ts=1776900445795&cd[cs_est]=true&sw=800&sh=600&v=2.9.303&r=stable&a=tmtealium&ec=1&o=4126&fbp=fb.2.1776900445782.338741342311020633&ler=empty&cdl=API_unavailable&pmd[locale]=en&plt=602.3999996185303&it=1776900445707&coo=false&eid=c8e385d5ae96d6a46c4b71f2fdfed9a0_2493659444201418&es=automatic&cs_est=true&est_source=2493659444201418&tm=3&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct3&expv2[6]=hf1&rqm=FGET — 200 — 196 B — 235 ms — h3https://www.facebook.com/tr/?id=194341477867995&ev=PageView&dl=https%3A%2F%2Fwww.griffith.edu.au%2F&rl=&if=false&ts=1776900445799&sw=800&sh=600&v=2.9.303&r=stable&a=tmtealium&ec=0&o=4126&fbp=fb.2.1776900445782.338741342311020633&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=Griffith%20University&pmd[locale]=en&plt=602.3999996185303&it=1776900445707&coo=false&eid=c8e385d5ae96d6a46c4b71f2fdfed9a0&tm=1&expv2[0]=pl0&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct3&expv2[6]=hf1&rqm=GETwww.facebook.com/tr/?id=19434147786... https://www.facebook.com/tr/?id=194341477867995&ev=PageView&dl=https%3A%2F%2Fwww.griffith.edu.au%2F&rl=&if=false&ts=1776900445799&sw=800&sh=600&v=2.9.303&r=stable&a=tmtealium&ec=0&o=4126&fbp=fb.2.1776900445782.338741342311020633&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=Griffith%20University&pmd[locale]=en&plt=602.3999996185303&it=1776900445707&coo=false&eid=c8e385d5ae96d6a46c4b71f2fdfed9a0&tm=1&expv2[0]=pl0&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct3&expv2[6]=hf1&rqm=GET — 200 — 16 B — 8 ms — h3https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=194341477867995&ev=PageView&dl=https%3A%2F%2Fwww.griffith.edu.au%2F&rl=&if=false&ts=1776900445799&sw=800&sh=600&v=2.9.303&r=stable&a=tmtealium&ec=0&o=4126&fbp=fb.2.1776900445782.338741342311020633&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=Griffith%20University&pmd[locale]=en&plt=602.3999996185303&it=1776900445707&coo=false&eid=c8e385d5ae96d6a46c4b71f2fdfed9a0&tm=1&expv2[0]=pl0&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct3&expv2[6]=hf1&rqm=FGETwww.facebook.com/privacy_sandbox/pi... https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=194341477867995&ev=PageView&dl=https%3A%2F%2Fwww.griffith.edu.au%2F&rl=&if=false&ts=1776900445799&sw=800&sh=600&v=2.9.303&r=stable&a=tmtealium&ec=0&o=4126&fbp=fb.2.1776900445782.338741342311020633&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=Griffith%20University&pmd[locale]=en&plt=602.3999996185303&it=1776900445707&coo=false&eid=c8e385d5ae96d6a46c4b71f2fdfed9a0&tm=1&expv2[0]=pl0&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct3&expv2[6]=hf1&rqm=FGET — 200 — 198 B — 182 ms — h3https://www.facebook.com/tr/?id=194341477867995&ev=ViewContent&dl=https%3A%2F%2Fwww.griffith.edu.au%2F&rl=&if=false&ts=1776900445804&cd[cs_est]=true&sw=800&sh=600&v=2.9.303&r=stable&a=tmtealium&ec=3&o=4126&fbp=fb.2.1776900445782.338741342311020633&ler=empty&cdl=API_unavailable&pmd[locale]=en&plt=602.3999996185303&it=1776900445707&coo=false&eid=c8e385d5ae96d6a46c4b71f2fdfed9a0_2493659444201418&es=automatic&cs_est=true&est_source=2493659444201418&tm=3&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct3&expv2[6]=hf1&rqm=GETwww.facebook.com/tr/?id=19434147786... https://www.facebook.com/tr/?id=194341477867995&ev=ViewContent&dl=https%3A%2F%2Fwww.griffith.edu.au%2F&rl=&if=false&ts=1776900445804&cd[cs_est]=true&sw=800&sh=600&v=2.9.303&r=stable&a=tmtealium&ec=3&o=4126&fbp=fb.2.1776900445782.338741342311020633&ler=empty&cdl=API_unavailable&pmd[locale]=en&plt=602.3999996185303&it=1776900445707&coo=false&eid=c8e385d5ae96d6a46c4b71f2fdfed9a0_2493659444201418&es=automatic&cs_est=true&est_source=2493659444201418&tm=3&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct3&expv2[6]=hf1&rqm=GET — 200 — 16 B — 9 ms — h3https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=194341477867995&ev=ViewContent&dl=https%3A%2F%2Fwww.griffith.edu.au%2F&rl=&if=false&ts=1776900445804&cd[cs_est]=true&sw=800&sh=600&v=2.9.303&r=stable&a=tmtealium&ec=3&o=4126&fbp=fb.2.1776900445782.338741342311020633&ler=empty&cdl=API_unavailable&pmd[locale]=en&plt=602.3999996185303&it=1776900445707&coo=false&eid=c8e385d5ae96d6a46c4b71f2fdfed9a0_2493659444201418&es=automatic&cs_est=true&est_source=2493659444201418&tm=3&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct3&expv2[6]=hf1&rqm=FGETwww.facebook.com/privacy_sandbox/pi... https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=194341477867995&ev=ViewContent&dl=https%3A%2F%2Fwww.griffith.edu.au%2F&rl=&if=false&ts=1776900445804&cd[cs_est]=true&sw=800&sh=600&v=2.9.303&r=stable&a=tmtealium&ec=3&o=4126&fbp=fb.2.1776900445782.338741342311020633&ler=empty&cdl=API_unavailable&pmd[locale]=en&plt=602.3999996185303&it=1776900445707&coo=false&eid=c8e385d5ae96d6a46c4b71f2fdfed9a0_2493659444201418&es=automatic&cs_est=true&est_source=2493659444201418&tm=3&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct3&expv2[6]=hf1&rqm=FGET — 200 — 193 B — 232 ms — h3https://www.facebook.com/tr/?id=194341477867995&ev=PageView&dl=https%3A%2F%2Fwww.griffith.edu.au%2F&rl=&if=false&ts=1776900445805&sw=800&sh=600&v=2.9.303&r=stable&a=tmtealium&ec=2&o=4126&fbp=fb.2.1776900445782.338741342311020633&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=Griffith%20University&pmd[locale]=en&plt=602.3999996185303&it=1776900445707&coo=false&eid=c8e385d5ae96d6a46c4b71f2fdfed9a0&tm=1&expv2[0]=pl0&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct3&expv2[6]=hf1&rqm=GETwww.facebook.com/tr/?id=19434147786... https://www.facebook.com/tr/?id=194341477867995&ev=PageView&dl=https%3A%2F%2Fwww.griffith.edu.au%2F&rl=&if=false&ts=1776900445805&sw=800&sh=600&v=2.9.303&r=stable&a=tmtealium&ec=2&o=4126&fbp=fb.2.1776900445782.338741342311020633&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=Griffith%20University&pmd[locale]=en&plt=602.3999996185303&it=1776900445707&coo=false&eid=c8e385d5ae96d6a46c4b71f2fdfed9a0&tm=1&expv2[0]=pl0&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct3&expv2[6]=hf1&rqm=GET — 200 — 16 B — 10 ms — h3https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=194341477867995&ev=PageView&dl=https%3A%2F%2Fwww.griffith.edu.au%2F&rl=&if=false&ts=1776900445805&sw=800&sh=600&v=2.9.303&r=stable&a=tmtealium&ec=2&o=4126&fbp=fb.2.1776900445782.338741342311020633&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=Griffith%20University&pmd[locale]=en&plt=602.3999996185303&it=1776900445707&coo=false&eid=c8e385d5ae96d6a46c4b71f2fdfed9a0&tm=1&expv2[0]=pl0&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct3&expv2[6]=hf1&rqm=FGETwww.facebook.com/privacy_sandbox/pi... https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=194341477867995&ev=PageView&dl=https%3A%2F%2Fwww.griffith.edu.au%2F&rl=&if=false&ts=1776900445805&sw=800&sh=600&v=2.9.303&r=stable&a=tmtealium&ec=2&o=4126&fbp=fb.2.1776900445782.338741342311020633&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=Griffith%20University&pmd[locale]=en&plt=602.3999996185303&it=1776900445707&coo=false&eid=c8e385d5ae96d6a46c4b71f2fdfed9a0&tm=1&expv2[0]=pl0&expv2[1]=el2&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct3&expv2[6]=hf1&rqm=FGET — 200 — 196 B — 226 ms — h3https://pixels.spotify.com/v1/config/9b52a4756a0a454cb33cdc552c0df2c6pixels.spotify.com/v1/config/9b52a4... https://pixels.spotify.com/v1/config/9b52a4756a0a454cb33cdc552c0df2c6 — 200 — 303 B — 75 ms — h2https://pixels.spotify.com/v1/ingestpixels.spotify.com/v1/ingest https://pixels.spotify.com/v1/ingest — 200 — 0 B — 74 ms — h2https://pixels.spotify.com/v1/ingestpixels.spotify.com/v1/ingest https://pixels.spotify.com/v1/ingest — 200 — 125 B — 36 ms — h2https://region1.analytics.google.com/g/collect?v=2&tid=G-Q8BF6T8XSD&gtm=45je64k1v9110594211za200zb72015050zd72015050&_p=1776900445227&_gaz=1&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&gdid=dYmQxMT&_eu=AAAAAGA&are=1&cid=1379838145.1776900446&frm=0&pscdl=noapi&rcb=12&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938466~115938469~117266401~117384406~117512542&sid=1776900445&sct=1&seg=0&dl=https%3A%2F%2Fwww.griffith.edu.au%2F&dt=Griffith%20University&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&ep.event_category=homepage&ep.page_view_type=homepage&tfd=1058region1.analytics.google.com/g/coll... https://region1.analytics.google.com/g/collect?v=2&tid=G-Q8BF6T8XSD&gtm=45je64k1v9110594211za200zb72015050zd72015050&_p=1776900445227&_gaz=1&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&gdid=dYmQxMT&_eu=AAAAAGA&are=1&cid=1379838145.1776900446&frm=0&pscdl=noapi&rcb=12&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938466~115938469~117266401~117384406~117512542&sid=1776900445&sct=1&seg=0&dl=https%3A%2F%2Fwww.griffith.edu.au%2F&dt=Griffith%20University&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&ep.event_category=homepage&ep.page_view_type=homepage&tfd=1058 — 204 — 552 B — 130 ms — h2https://stats.g.doubleclick.net/g/collect?v=2&tid=G-Q8BF6T8XSD&cid=1379838145.1776900446&gtm=45je64k1v9110594211za200zb72015050zd72015050&rcb=12&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115938466~115938469~117266401~117384406~117512542stats.g.doubleclick.net/g/collect?v... https://stats.g.doubleclick.net/g/collect?v=2&tid=G-Q8BF6T8XSD&cid=1379838145.1776900446&gtm=45je64k1v9110594211za200zb72015050zd72015050&rcb=12&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115938466~115938469~117266401~117384406~117512542 — 204 — 561 B — 93 ms — h2https://www.googleadservices.com/pagead/conversion/16477665723/?random=1776900445980&cv=11&fst=1776900445980&bg=ffffff&guid=ON&async=1&en=Page%20View&gtm=45je64k1v9110594211za200zb72015050zd72015050xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938469~117266401~117384406~117512542&u_w=800&u_h=600&url=https%3A%2F%2Fwww.griffith.edu.au%2F&rcb=12&capi=1&gtm_ee=1&label=6xQuCP7pn7AaELvzlLE9&frm=0&tiba=Griffith%20University&did=dYmQxMT&gdid=dYmQxMT&oid=6962267723020860&hn=www.googleadservices.com&npa=1&pscdl=noapi&auid=1498289887.1776900446&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&ec_mode=c&gcl_ctr=1~0~0~0&data=event%3DPage%20View&category=acrcp_v1_512&em=tv.1&fmt=7www.googleadservices.com/pagead/con... https://www.googleadservices.com/pagead/conversion/16477665723/?random=1776900445980&cv=11&fst=1776900445980&bg=ffffff&guid=ON&async=1&en=Page%20View&gtm=45je64k1v9110594211za200zb72015050zd72015050xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938469~117266401~117384406~117512542&u_w=800&u_h=600&url=https%3A%2F%2Fwww.griffith.edu.au%2F&rcb=12&capi=1&gtm_ee=1&label=6xQuCP7pn7AaELvzlLE9&frm=0&tiba=Griffith%20University&did=dYmQxMT&gdid=dYmQxMT&oid=6962267723020860&hn=www.googleadservices.com&npa=1&pscdl=noapi&auid=1498289887.1776900446&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&ec_mode=c&gcl_ctr=1~0~0~0&data=event%3DPage%20View&category=acrcp_v1_512&em=tv.1&fmt=7 — 200 — 1.2 KiB — 98 ms — h3https://www.google.com/ccm/form-data/16477665723?gtm=45je64k1v9110594211za200zb72015050zd72015050xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938469~117266401~117384406~117512542&rcb=12&did=dYmQxMT&gdid=dYmQxMT&npa=1&frm=0&pscdl=noapi&auid=1498289887.1776900446&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&ec_mode=c&em=tv.1www.google.com/ccm/form-data/164776... https://www.google.com/ccm/form-data/16477665723?gtm=45je64k1v9110594211za200zb72015050zd72015050xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938469~117266401~117384406~117512542&rcb=12&did=dYmQxMT&gdid=dYmQxMT&npa=1&frm=0&pscdl=noapi&auid=1498289887.1776900446&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&ec_mode=c&em=tv.1 — 204 — 20 B — 40 ms — h3https://www.google.com/ccm/collect?rcb=12&frm=0&en=page_view&dl=https%3A%2F%2Fwww.griffith.edu.au%2F&scrsrc=www.googletagmanager.com&rnd=880885214.1776900446&dt=Griffith%20University&auid=1498289887.1776900446&navt=n&npa=1&did=dYmQxMT&gdid=dYmQxMT&gtm=45je64k1v9110594211za200zb72015050zd72015050xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938469~117266401~117384406&apve=1&apvf=f&apvc=0&tids=AW-942985873&tid=AW-942985873&tft=1776900445992&tfd=1074www.google.com/ccm/collect?rcb=12&f... https://www.google.com/ccm/collect?rcb=12&frm=0&en=page_view&dl=https%3A%2F%2Fwww.griffith.edu.au%2F&scrsrc=www.googletagmanager.com&rnd=880885214.1776900446&dt=Griffith%20University&auid=1498289887.1776900446&navt=n&npa=1&did=dYmQxMT&gdid=dYmQxMT&gtm=45je64k1v9110594211za200zb72015050zd72015050xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938469~117266401~117384406&apve=1&apvf=f&apvc=0&tids=AW-942985873&tid=AW-942985873&tft=1776900445992&tfd=1074 — 200 — 21 B — 39 ms — h3https://www.google.com/ccm/collect?rcb=12&frm=0&en=page_view&dl=https%3A%2F%2Fwww.griffith.edu.au%2F&scrsrc=www.googletagmanager.com&rnd=880885214.1776900446&dt=Griffith%20University&auid=1498289887.1776900446&navt=n&npa=1&did=dYmQxMT&gdid=dYmQxMT&gtm=45je64k1v9110594211za200zb72015050zd72015050xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938469~117266401~117384406~117512542&apve=1&apvf=f&apvc=0&tids=AW-16477665723~AW-344417611&tid=AW-16477665723&tft=1776900445993&tfd=1074www.google.com/ccm/collect?rcb=12&f... https://www.google.com/ccm/collect?rcb=12&frm=0&en=page_view&dl=https%3A%2F%2Fwww.griffith.edu.au%2F&scrsrc=www.googletagmanager.com&rnd=880885214.1776900446&dt=Griffith%20University&auid=1498289887.1776900446&navt=n&npa=1&did=dYmQxMT&gdid=dYmQxMT&gtm=45je64k1v9110594211za200zb72015050zd72015050xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938469~117266401~117384406~117512542&apve=1&apvf=f&apvc=0&tids=AW-16477665723~AW-344417611&tid=AW-16477665723&tft=1776900445993&tfd=1074 — 200 — 21 B — 38 ms — h3https://www.google.com/ccm/collect?rcb=12&frm=0&en=Page%20View&dl=https%3A%2F%2Fwww.griffith.edu.au%2F&scrsrc=www.googletagmanager.com&rnd=880885214.1776900446&dt=Griffith%20University&auid=1498289887.1776900446&navt=n&npa=1&ep.conversion_label=6xQuCP7pn7AaELvzlLE9&ep.transaction_id=6962267723020860&did=dYmQxMT&gdid=dYmQxMT&gtm=45je64k1v9110594211za200zb72015050zd72015050xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938469~117266401~117384406~117512542&apve=1&apvf=f&apvc=0&tids=AW-16477665723&tid=AW-16477665723&tft=1776900445993&tfd=1075www.google.com/ccm/collect?rcb=12&f... https://www.google.com/ccm/collect?rcb=12&frm=0&en=Page%20View&dl=https%3A%2F%2Fwww.griffith.edu.au%2F&scrsrc=www.googletagmanager.com&rnd=880885214.1776900446&dt=Griffith%20University&auid=1498289887.1776900446&navt=n&npa=1&ep.conversion_label=6xQuCP7pn7AaELvzlLE9&ep.transaction_id=6962267723020860&did=dYmQxMT&gdid=dYmQxMT&gtm=45je64k1v9110594211za200zb72015050zd72015050xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938469~117266401~117384406~117512542&apve=1&apvf=f&apvc=0&tids=AW-16477665723&tid=AW-16477665723&tft=1776900445993&tfd=1075 — 200 — 21 B — 42 ms — h3https://www.google.es/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-Q8BF6T8XSD&cid=1379838145.1776900446&gtm=45je64k1v9110594211za200zb72015050zd72015050&rcb=12&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115938466~115938469~117266401~117384406~117512542&z=1281469919www.google.es/ads/ga-audiences?v=1&... https://www.google.es/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-Q8BF6T8XSD&cid=1379838145.1776900446&gtm=45je64k1v9110594211za200zb72015050zd72015050&rcb=12&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115938466~115938469~117266401~117384406~117512542&z=1281469919 — 200 — 408 B — 89 ms — h2https://px4.ads.linkedin.com/collect?v=2&fmt=js&pid=6728449&time=1776900445678&url=https%3A%2F%2Fwww.griffith.edu.au%2F&e_ipv6=AQJeOKKwV2eC1wAAAZ23hRZy04hnISmrnPprMq65pMgfG5M7Sn-yAUKCYopfmFS7jd1h6jOyVuFwpx4.ads.linkedin.com/collect?v=2&fm... https://px4.ads.linkedin.com/collect?v=2&fmt=js&pid=6728449&time=1776900445678&url=https%3A%2F%2Fwww.griffith.edu.au%2F&e_ipv6=AQJeOKKwV2eC1wAAAZ23hRZy04hnISmrnPprMq65pMgfG5M7Sn-yAUKCYopfmFS7jd1h6jOyVuFw — 200 — 693 B — 200 ms — h2https://78836.global.siteimproveanalytics.io/image.aspx?url=https%3A%2F%2Fwww.griffith.edu.au%2F&title=Griffith%20University&res=800x600&accountid=78836&rt=947&luid=7a9fafdc-9ccb-09a0-4e0e-4e17aa14c0af&dnt=true&ckl=1&rnd=695478836.global.siteimproveanalytics.i... https://78836.global.siteimproveanalytics.io/image.aspx?url=https%3A%2F%2Fwww.griffith.edu.au%2F&title=Griffith%20University&res=800x600&accountid=78836&rt=947&luid=7a9fafdc-9ccb-09a0-4e0e-4e17aa14c0af&dnt=true&ckl=1&rnd=6954 — 200 — 210 B — 98 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 — 31 ms — h2https://tr.snapchat.com/config/au/6f5d6c05-8959-4381-8604-bdd538ad8f5d.js?v=3.56.0-2604221701tr.snapchat.com/config/au/6f5d6c05-... https://tr.snapchat.com/config/au/6f5d6c05-8959-4381-8604-bdd538ad8f5d.js?v=3.56.0-2604221701 — 200 — 478 B — 173 ms — h2https://tr.snapchat.com/cm/i?pid=6f5d6c05-8959-4381-8604-bdd538ad8f5d&u_scsid=0892a920-6813-42af-b72f-ee71a1389c32&u_sclid=f7c21b20-6aad-4128-b5d0-d7514358a8aetr.snapchat.com/cm/i?pid=6f5d6c05-8... https://tr.snapchat.com/cm/i?pid=6f5d6c05-8959-4381-8604-bdd538ad8f5d&u_scsid=0892a920-6813-42af-b72f-ee71a1389c32&u_sclid=f7c21b20-6aad-4128-b5d0-d7514358a8ae — 200 — 182 B — 84 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-ipv6.tiktokw.us/ipv6/enrich_ipv6analytics-ipv6.tiktokw.us/ipv6/enri... https://analytics-ipv6.tiktokw.us/ipv6/enrich_ipv6 — 200 — 929 B — 179 ms — h2https://analytics.tiktok.com/api/v2/pixelanalytics.tiktok.com/api/v2/pixel https://analytics.tiktok.com/api/v2/pixel — 200 — 742 B — 180 ms — h2https://analytics.tiktok.com/api/v2/pixelanalytics.tiktok.com/api/v2/pixel https://analytics.tiktok.com/api/v2/pixel — 200 — 745 B — 467 ms — h2https://googleads.g.doubleclick.net/pagead/viewthroughconversion/16477665723/?random=1978289225&cv=11&fst=1776900445980&bg=ffffff&guid=ON&async=1&en=Page%20View&gtm=45je64k1v9110594211za200zb72015050zd72015050xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938469~117266401~117384406~117512542&u_w=800&u_h=600&url=https%3A%2F%2Fwww.griffith.edu.au%2F&rcb=12&capi=1&gtm_ee=1&label=6xQuCP7pn7AaELvzlLE9&frm=0&tiba=Griffith%20University&did=dYmQxMT&gdid=dYmQxMT&hn=www.googleadservices.com&npa=1&pscdl=noapi&auid=1498289887.1776900446&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&ec_mode=c&gcl_ctr=1~0~0~0&data=event%3DPage%20View&category=acrcp_v1_512&em=tv.1&fmt=8&ct_cookie_present=false&eoid=Cj8KEAjw46HPBhDc96nWxIH1mx0SKwBgPqt02mHmD5wtB4TWLz_mmuHyZGw9s2L36XfNZ2GDR-NUcOrYMTwiZ2Xw_wcB&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiw3rECCIDbsQJKJnRyaWdnZXI9ZXZlbnQtc291cmNlO25hdmlnYXRpb24tc291cmNlWgMKAQFiAwoBAw&cerd=CgEA&fsk=ChEI8OOhzwYQy-2I0MH1tu65ARIsADfqr1UJmmxq76G9oZqlGknsXGQ8bEX0d4WujY6V8kYO7XKq7ochaioIbA0aAo1q&pscrd=IhMImZaO_82ClAMV1ykGAB1rLjSSMgwIA2IICAAQABgAIAAyDAgEYggIABAAGAAgADIMCAdiCAgAEAAYACAAMgwICGIICAAQABgAIAAyDAgJYggIABAAGAAgADIMCApiCAgAEAAYACAAMgwIAmIICAAQABgAIAAyDAgLYggIABAAGAAgADIMCBViCAgAEAAYACAAMgwIH2IICAAQABgAIAAyDAgTYggIABAAGAAgADIMCBJiCAgAEAAYACAAOhxodHRwczovL3d3dy5ncmlmZml0aC5lZHUuYXUvQlhDaEVJOE9PaHp3WVExY2lqeDQtZ2w0YVZBUkl0QUk4RUtaM2VEWEd4VWVZaVRWTzVqM0dLWjZUUHB2X3d3X2hKYTI1eTNId0p3XzZFVWpxcWVYNl85bzhkegwICWIICAAQABgAIAAgoogleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/viewthroughconversion/16477665723/?random=1978289225&cv=11&fst=1776900445980&bg=ffffff&guid=ON&async=1&en=Page%20View&gtm=45je64k1v9110594211za200zb72015050zd72015050xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938469~117266401~117384406~117512542&u_w=800&u_h=600&url=https%3A%2F%2Fwww.griffith.edu.au%2F&rcb=12&capi=1&gtm_ee=1&label=6xQuCP7pn7AaELvzlLE9&frm=0&tiba=Griffith%20University&did=dYmQxMT&gdid=dYmQxMT&hn=www.googleadservices.com&npa=1&pscdl=noapi&auid=1498289887.1776900446&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&ec_mode=c&gcl_ctr=1~0~0~0&data=event%3DPage%20View&category=acrcp_v1_512&em=tv.1&fmt=8&ct_cookie_present=false&eoid=Cj8KEAjw46HPBhDc96nWxIH1mx0SKwBgPqt02mHmD5wtB4TWLz_mmuHyZGw9s2L36XfNZ2GDR-NUcOrYMTwiZ2Xw_wcB&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiw3rECCIDbsQJKJnRyaWdnZXI9ZXZlbnQtc291cmNlO25hdmlnYXRpb24tc291cmNlWgMKAQFiAwoBAw&cerd=CgEA&fsk=ChEI8OOhzwYQy-2I0MH1tu65ARIsADfqr1UJmmxq76G9oZqlGknsXGQ8bEX0d4WujY6V8kYO7XKq7ochaioIbA0aAo1q&pscrd=IhMImZaO_82ClAMV1ykGAB1rLjSSMgwIA2IICAAQABgAIAAyDAgEYggIABAAGAAgADIMCAdiCAgAEAAYACAAMgwICGIICAAQABgAIAAyDAgJYggIABAAGAAgADIMCApiCAgAEAAYACAAMgwIAmIICAAQABgAIAAyDAgLYggIABAAGAAgADIMCBViCAgAEAAYACAAMgwIH2IICAAQABgAIAAyDAgTYggIABAAGAAgADIMCBJiCAgAEAAYACAAOhxodHRwczovL3d3dy5ncmlmZml0aC5lZHUuYXUvQlhDaEVJOE9PaHp3WVExY2lqeDQtZ2w0YVZBUkl0QUk4RUtaM2VEWEd4VWVZaVRWTzVqM0dLWjZUUHB2X3d3X2hKYTI1eTNId0p3XzZFVWpxcWVYNl85bzhkegwICWIICAAQABgAIAA — 302 — 23 B — 213 ms — h3https://px.ads.linkedin.com/wa/?medium=fetch&fmt=gpx.ads.linkedin.com/wa/?medium=fetc... https://px.ads.linkedin.com/wa/?medium=fetch&fmt=g — 204 — 619 B — 125 ms — h2https://tr.snapchat.com/ptr.snapchat.com/p https://tr.snapchat.com/p — 200 — 15 B — 68 ms — h3https://www.griffith.edu.au/__data/assets/file/0012/372/favicon.icowww.griffith.edu.au/__data/assets/f... https://www.griffith.edu.au/__data/assets/file/0012/372/favicon.ico — 200 — 796 B — 40 ms — h3https://www.google.com/pagead/1p-conversion/16477665723/?random=1978289225&cv=11&fst=1776900445980&bg=ffffff&guid=ON&async=1&en=Page%20View&gtm=45je64k1v9110594211za200zb72015050zd72015050xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938469~117266401~117384406~117512542&u_w=800&u_h=600&url=https%3A%2F%2Fwww.griffith.edu.au%2F&rcb=12&capi=1&gtm_ee=1&label=6xQuCP7pn7AaELvzlLE9&frm=0&tiba=Griffith%20University&did=dYmQxMT&gdid=dYmQxMT&hn=www.googleadservices.com&npa=1&pscdl=noapi&auid=1498289887.1776900446&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&ec_mode=c&gcl_ctr=1~0~0~0&data=event%3DPage%20View&category=acrcp_v1_512&em=tv.1&fmt=8&ct_cookie_present=false&eoid=Cj8KEAjw46HPBhDc96nWxIH1mx0SKwBgPqt02mHmD5wtB4TWLz_mmuHyZGw9s2L36XfNZ2GDR-NUcOrYMTwiZ2Xw_wcB&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiw3rECCIDbsQJKJnRyaWdnZXI9ZXZlbnQtc291cmNlO25hdmlnYXRpb24tc291cmNlWgMKAQFiAwoBAw&cerd=CgEA&fsk=ChEI8OOhzwYQy-2I0MH1tu65ARIsADfqr1UJmmxq76G9oZqlGknsXGQ8bEX0d4WujY6V8kYO7XKq7ochaioIbA0aAo1q&pscrd=IhMImZaO_82ClAMV1ykGAB1rLjSSMgwIA2IICAAQABgAIAAyDAgEYggIABAAGAAgADIMCAdiCAgAEAAYACAAMgwICGIICAAQABgAIAAyDAgJYggIABAAGAAgADIMCApiCAgAEAAYACAAMgwIAmIICAAQABgAIAAyDAgLYggIABAAGAAgADIMCBViCAgAEAAYACAAMgwIH2IICAAQABgAIAAyDAgTYggIABAAGAAgADIMCBJiCAgAEAAYACAAOhxodHRwczovL3d3dy5ncmlmZml0aC5lZHUuYXUvQlhDaEVJOE9PaHp3WVExY2lqeDQtZ2w0YVZBUkl0QUk4RUtaM2VEWEd4VWVZaVRWTzVqM0dLWjZUUHB2X3d3X2hKYTI1eTNId0p3XzZFVWpxcWVYNl85bzhkegwICWIICAAQABgAIAA&is_vtc=1&cid=CAQSWwAFq6B9aTyofwNWjpkR3z8Wd_HotbJXa1yQnCnc8rX4sMr5T2cS44GuVDUrve-qUd-RSKhB7I3LEqFD_D7jQz8M2oqeCX17uV3IJ0VKp_9UFNNWk54wO03-hUk&random=1630636187www.google.com/pagead/1p-conversion... https://www.google.com/pagead/1p-conversion/16477665723/?random=1978289225&cv=11&fst=1776900445980&bg=ffffff&guid=ON&async=1&en=Page%20View&gtm=45je64k1v9110594211za200zb72015050zd72015050xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938469~117266401~117384406~117512542&u_w=800&u_h=600&url=https%3A%2F%2Fwww.griffith.edu.au%2F&rcb=12&capi=1&gtm_ee=1&label=6xQuCP7pn7AaELvzlLE9&frm=0&tiba=Griffith%20University&did=dYmQxMT&gdid=dYmQxMT&hn=www.googleadservices.com&npa=1&pscdl=noapi&auid=1498289887.1776900446&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&ec_mode=c&gcl_ctr=1~0~0~0&data=event%3DPage%20View&category=acrcp_v1_512&em=tv.1&fmt=8&ct_cookie_present=false&eoid=Cj8KEAjw46HPBhDc96nWxIH1mx0SKwBgPqt02mHmD5wtB4TWLz_mmuHyZGw9s2L36XfNZ2GDR-NUcOrYMTwiZ2Xw_wcB&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiw3rECCIDbsQJKJnRyaWdnZXI9ZXZlbnQtc291cmNlO25hdmlnYXRpb24tc291cmNlWgMKAQFiAwoBAw&cerd=CgEA&fsk=ChEI8OOhzwYQy-2I0MH1tu65ARIsADfqr1UJmmxq76G9oZqlGknsXGQ8bEX0d4WujY6V8kYO7XKq7ochaioIbA0aAo1q&pscrd=IhMImZaO_82ClAMV1ykGAB1rLjSSMgwIA2IICAAQABgAIAAyDAgEYggIABAAGAAgADIMCAdiCAgAEAAYACAAMgwICGIICAAQABgAIAAyDAgJYggIABAAGAAgADIMCApiCAgAEAAYACAAMgwIAmIICAAQABgAIAAyDAgLYggIABAAGAAgADIMCBViCAgAEAAYACAAMgwIH2IICAAQABgAIAAyDAgTYggIABAAGAAgADIMCBJiCAgAEAAYACAAOhxodHRwczovL3d3dy5ncmlmZml0aC5lZHUuYXUvQlhDaEVJOE9PaHp3WVExY2lqeDQtZ2w0YVZBUkl0QUk4RUtaM2VEWEd4VWVZaVRWTzVqM0dLWjZUUHB2X3d3X2hKYTI1eTNId0p3XzZFVWpxcWVYNl85bzhkegwICWIICAAQABgAIAA&is_vtc=1&cid=CAQSWwAFq6B9aTyofwNWjpkR3z8Wd_HotbJXa1yQnCnc8rX4sMr5T2cS44GuVDUrve-qUd-RSKhB7I3LEqFD_D7jQz8M2oqeCX17uV3IJ0VKp_9UFNNWk54wO03-hUk&random=1630636187 — 302 — 22 B — 89 ms — h3https://www.google.es/pagead/1p-conversion/16477665723/?random=1978289225&cv=11&fst=1776900445980&bg=ffffff&guid=ON&async=1&en=Page%20View&gtm=45je64k1v9110594211za200zb72015050zd72015050xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938469~117266401~117384406~117512542&u_w=800&u_h=600&url=https%3A%2F%2Fwww.griffith.edu.au%2F&rcb=12&capi=1&gtm_ee=1&label=6xQuCP7pn7AaELvzlLE9&frm=0&tiba=Griffith%20University&did=dYmQxMT&gdid=dYmQxMT&hn=www.googleadservices.com&npa=1&pscdl=noapi&auid=1498289887.1776900446&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&ec_mode=c&gcl_ctr=1~0~0~0&data=event%3DPage%20View&category=acrcp_v1_512&em=tv.1&fmt=8&ct_cookie_present=false&eoid=Cj8KEAjw46HPBhDc96nWxIH1mx0SKwBgPqt02mHmD5wtB4TWLz_mmuHyZGw9s2L36XfNZ2GDR-NUcOrYMTwiZ2Xw_wcB&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiw3rECCIDbsQJKJnRyaWdnZXI9ZXZlbnQtc291cmNlO25hdmlnYXRpb24tc291cmNlWgMKAQFiAwoBAw&cerd=CgEA&fsk=ChEI8OOhzwYQy-2I0MH1tu65ARIsADfqr1UJmmxq76G9oZqlGknsXGQ8bEX0d4WujY6V8kYO7XKq7ochaioIbA0aAo1q&is_vtc=1&cid=CAQSWwAFq6B9aTyofwNWjpkR3z8Wd_HotbJXa1yQnCnc8rX4sMr5T2cS44GuVDUrve-qUd-RSKhB7I3LEqFD_D7jQz8M2oqeCX17uV3IJ0VKp_9UFNNWk54wO03-hUk&random=1630636187&ipr=y&pscrd=IhMImZaO_82ClAMV1ykGAB1rLjSSMgwIA2IICAAQABgAIAAyDAgEYggIABAAGAAgADIMCAdiCAgAEAAYACAAMgwICGIICAAQABgAIAAyDAgJYggIABAAGAAgADIMCApiCAgAEAAYACAAMgwIAmIICAAQABgAIAAyDAgLYggIABAAGAAgADIMCBViCAgAEAAYACAAMgwIH2IICAAQABgAIAAyDAgTYggIABAAGAAgADIMCBJiCAgAEAAYACAAOhxodHRwczovL3d3dy5ncmlmZml0aC5lZHUuYXUvQlhDaEVJOE9PaHp3WVExY2lqeDQtZ2w0YVZBUkl0QUk4RUtaM2VEWEd4VWVZaVRWTzVqM0dLWjZUUHB2X3d3X2hKYTI1eTNId0p3XzZFVWpxcWVYNl85bzhkegwICWIICAAQABgAIAAwww.google.es/pagead/1p-conversion/... https://www.google.es/pagead/1p-conversion/16477665723/?random=1978289225&cv=11&fst=1776900445980&bg=ffffff&guid=ON&async=1&en=Page%20View&gtm=45je64k1v9110594211za200zb72015050zd72015050xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938469~117266401~117384406~117512542&u_w=800&u_h=600&url=https%3A%2F%2Fwww.griffith.edu.au%2F&rcb=12&capi=1&gtm_ee=1&label=6xQuCP7pn7AaELvzlLE9&frm=0&tiba=Griffith%20University&did=dYmQxMT&gdid=dYmQxMT&hn=www.googleadservices.com&npa=1&pscdl=noapi&auid=1498289887.1776900446&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&ec_mode=c&gcl_ctr=1~0~0~0&data=event%3DPage%20View&category=acrcp_v1_512&em=tv.1&fmt=8&ct_cookie_present=false&eoid=Cj8KEAjw46HPBhDc96nWxIH1mx0SKwBgPqt02mHmD5wtB4TWLz_mmuHyZGw9s2L36XfNZ2GDR-NUcOrYMTwiZ2Xw_wcB&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiw3rECCIDbsQJKJnRyaWdnZXI9ZXZlbnQtc291cmNlO25hdmlnYXRpb24tc291cmNlWgMKAQFiAwoBAw&cerd=CgEA&fsk=ChEI8OOhzwYQy-2I0MH1tu65ARIsADfqr1UJmmxq76G9oZqlGknsXGQ8bEX0d4WujY6V8kYO7XKq7ochaioIbA0aAo1q&is_vtc=1&cid=CAQSWwAFq6B9aTyofwNWjpkR3z8Wd_HotbJXa1yQnCnc8rX4sMr5T2cS44GuVDUrve-qUd-RSKhB7I3LEqFD_D7jQz8M2oqeCX17uV3IJ0VKp_9UFNNWk54wO03-hUk&random=1630636187&ipr=y&pscrd=IhMImZaO_82ClAMV1ykGAB1rLjSSMgwIA2IICAAQABgAIAAyDAgEYggIABAAGAAgADIMCAdiCAgAEAAYACAAMgwICGIICAAQABgAIAAyDAgJYggIABAAGAAgADIMCApiCAgAEAAYACAAMgwIAmIICAAQABgAIAAyDAgLYggIABAAGAAgADIMCBViCAgAEAAYACAAMgwIH2IICAAQABgAIAAyDAgTYggIABAAGAAgADIMCBJiCAgAEAAYACAAOhxodHRwczovL3d3dy5ncmlmZml0aC5lZHUuYXUvQlhDaEVJOE9PaHp3WVExY2lqeDQtZ2w0YVZBUkl0QUk4RUtaM2VEWEd4VWVZaVRWTzVqM0dLWjZUUHB2X3d3X2hKYTI1eTNId0p3XzZFVWpxcWVYNl85bzhkegwICWIICAAQABgAIAA — 200 — 115 B — 40 ms — h2https://visitor-service-cdp.griffith.edu.au/griffithuni/main/019db78515e00009b5aec1fc3b7105075001c06d00590?callback=utag.ut%5B%22writevamain%22%5D&rnd=1776900446408visitor-service-cdp.griffith.edu.au... https://visitor-service-cdp.griffith.edu.au/griffithuni/main/019db78515e00009b5aec1fc3b7105075001c06d00590?callback=utag.ut%5B%22writevamain%22%5D&rnd=1776900446408 — 200 — 291 B — 245 ms — h2https://tr6.snapchat.com/ptr6.snapchat.com/p https://tr6.snapchat.com/p — 200 — 173 B — 69 ms — h2https://tr.snapchat.com/ptr.snapchat.com/p https://tr.snapchat.com/p — 200 — 15 B — 35 ms — h3
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
100% of JavaScript execution is third-party
First-party Third-party 599ms · 423KB · A$10/mo
www.griffith.edu.au
Other
Optional
Execution 179ms
Transfer 17 KB
Monthly Cost A$3/mo
Unattributable
Other
Optional
Execution 159ms
Transfer 0 KB
Monthly Cost A$3/mo
Google Tag Manager
Tag Manager
Optional
Execution 126ms
Transfer 179 KB
Unused 30%
Monthly Cost A$2/mo
www.griffith.edu.au
Other
Optional
Execution 82ms
Transfer 91 KB
Unused 69%
Monthly Cost A$1/mo
Google Tag Manager
Tag Manager
Optional
Execution 53ms
Transfer 136 KB
Unused 48%
Monthly Cost A$1/mo

100% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.

Why this matters

When third-party JS execution time exceeds your own, performance gains from frontend work are capped by code you don't own.

Learn more

Every millisecond of third-party JS competes with your own for main-thread time. If their share is bigger than yours, optimization on your code base barely moves the needle. Audit, defer, or remove third-parties before further frontend optimization. Use Lighthouse's third-party audit to identify the worst offenders.

Source: web.dev

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

Why this matters

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

Source: web.dev

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