Skip to content
https://www.melbournepolytechnic.edu.au

Performance

· 23 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
76
GRADE
C
FIX
5
REVIEW
6
PASS
8
INFO
4

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

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

2.53 s

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

6.15 s

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

43 ms

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

0.018

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

3.64 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.16 s

Page Load Progression

833 ms
1.7 s
2.5 s
3.3 s
4.2 s
5.0 s
5.8 s
6.7 s
Checks
23
8 PASS 6 REVIEW 5 FIX
F
Page Weight Budget
Action
4.3 MB transferred, 102 requests
FIX
4.3 MB transferred, 102 requests
Critical::
Page weighs 9.7 MB (4.3 MB transferred)
Warning::
JavaScript is 2.3 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 2.3 MB
Warning::
Images are 1.1 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 1.1 MB
Warning::
102 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.90 g CO2 per page load
4.3 MB / 2.4 MB budget
4.3 MB transferred
102 requests
0.90 g CO2 per page load
JavaScript 2.3 MiB 53%
Images 1.1 MiB 25%
Other 674.1 KiB 15%
CSS 86.7 KiB 2%
Other 79.5 KiB 2%
Fonts 71.3 KiB 2%
HTML 27.8 KiB 1%
Other 4.4 KiB 0%
Other 3.5 KiB 0%
Other 1.2 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

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

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
74% third-party, 0 ms blocking
FIX
74% third-party, 0 ms blocking
Warning::
Third-party code accounts for 74% of page weight (3.2 MiB of 4.3 MiB)
Info::
Third-party blocking time is low (0 ms)
26%
74%
First-party Third-party
F
JS Bundles
Action
41 scripts, 887 KB unused
FIX
41 scripts, 887 KB unused
Warning::
https://www.melbournepolytechnic.edu.au/build/bund...: 158 KB unused (61%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=AW-320...: 106 KB unused (73%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=DC-108...: 99 KB unused (75%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-56WR...: 67 KB unused (37%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-KM4...: 65 KB unused (38%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 887 KB
887 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.melbournepolytechnic.edu.au/build/bundle.js?v=639143647940000000264 KB158 KB (61%)1st
https://www.googletagmanager.com/gtag/js?id=AW-320330243146 KB106 KB (73%)3rd
https://www.googletagmanager.com/gtag/js?id=DC-10888075&cx=c&gtm=4e6621132 KB99 KB (75%)3rd
https://www.googletagmanager.com/gtag/js?id=G-56WR1XZ71R&cx=c&gtm=4e6621180 KB67 KB (37%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-KM4PX9H174 KB65 KB (38%)3rd
https://www.googletagmanager.com/gtag/js?id=G-2YPVVPTLCY&cx=c&_slc=1153 KB63 KB (41%)3rd
https://www.googletagmanager.com/gtag/js?id=AW-320330243&cx=c&gtm=4e6621146 KB62 KB (43%)3rd
https://www.googletagmanager.com/gtag/js?id=AW-11359080812&cx=c&gtm=4e6621146 KB62 KB (43%)3rd
https://analytics.tiktok.com/i18n/pixel/static/main.MTc5ZjUxNDU4OA.js118 KB62 KB (53%)3rd
https://www.googletagmanager.com/gtag/js?id=DC-10888075132 KB55 KB (42%)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
102 resources · 4.3 MB · 887 KB savings available
FIX
102 resources · 4.3 MB · 887 KB savings available
Warning::
Page weight 4.3 MB exceeds 1 MB target by 3.3 MB
Got: 4.3 MB Expected: ≤ 1 MB
Info::
~887 KB of savings available
Warning::
90 third-party resources (74% of weight)
Info::
4 resources over 200KB
102 resources · 4.3 MiB · 90 third-party 3.3 MiB over 1MB target
JavaScript 53% · 2.3 MiB
Image 42% · 1.8 MiB
CSS 2% · 86.7 KiB
Font 2% · 71.3 KiB
Document 1% · 28.7 KiB
Other 0% · 11.1 KiB

~886.6 KiB of savings available

Remove unused JavaScript: 886.6 KiB
F
HTTP Caching
Action
No cache headers
FIX
No cache headers
Warning::
No Cache-Control header found
Browsers will use heuristic caching, which can be unpredictable. Set explicit cache headers.

No Cache-Control header

Adding a Cache-Control header can significantly improve repeat-visit performance.

C
Image Optimization
Action
26 images, 0 KB saveable
REVIEW
26 images, 0 KB saveable
Warning::
https://www.melbournepolytechnic.edu.au/images/Vic... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.melbournepolytechnic.edu.au/images/TAF... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.melbournepolytechnic.edu.au/images/Lar... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
26 images 1.1 MB
0 oversized -0 KB
9 legacy format
3 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

C
JS Execution Cost
Action
1070ms total JS execution
REVIEW
1070ms total JS execution
Warning::
https://www.melbournepolytechnic.edu.au/: 374ms CPU time
Info::
https://www.googletagmanager.com/gtm.js?id=GTM-KM4...: 157ms CPU time
Info::
Unattributable: 136ms CPU time
Info::
https://www.melbournepolytechnic.edu.au/build/bund...: 98ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=AW-320...: 73ms CPU time
Info::
Third-party scripts: 462ms (43% of total)

Main Thread Breakdown

Script Evaluation 49% Other 20% Style & Layout 14% Script Parsing & Compilation 9% Rendering 6%
ScriptTotalScriptingParse/CompileParty
https://www.melbournepolytechnic.edu.au/374ms6ms1ms1st
https://www.googletagmanager.com/gtm.js?id=GTM-KM4PX9H157ms128ms11ms3rd
Unattributable136ms3ms0ms1st
https://www.melbournepolytechnic.edu.au/build/bundle.js?v=63914364794000000098ms76ms14ms1st
https://www.googletagmanager.com/gtag/js?id=AW-320330243&cx=c&gtm=4e662173ms61ms12ms3rd
https://www.googletagmanager.com/gtag/js?id=G-56WR1XZ71R&cx=c&gtm=4e662168ms57ms10ms3rd
https://analytics.tiktok.com/i18n/pixel/static/main.MTc5ZjUxNDU4OA.js62ms51ms9ms3rd
https://connect.facebook.net/signals/config/3559642374247217?v=2.9.331&r=stable&domain=www.melbournepolytechnic.edu.au&hme=e74ef087f6fde11ad272cfacc345e71ff5f13bae4406879254c760ecb88febfc&ex_m=105%2C208%2C156%2C22%2C73%2C74%2C147%2C69%2C68%2C11%2C165%2C91%2C16%2C139%2C128%2C39%2C76%2C79%2C135%2C161%2C167%2C8%2C4%2C5%2C7%2C6%2C3%2C92%2C102%2C168%2C173%2C222%2C62%2C189%2C190%2C55%2C280%2C30%2C75%2C234%2C233%2C232%2C23%2C33%2C104%2C61%2C10%2C64%2C98%2C99%2C100%2C106%2C131%2C31%2C29%2C133%2C134%2C130%2C129%2C157%2C77%2C160%2C158%2C159%2C50%2C60%2C124%2C15%2C164%2C45%2C267%2C268%2C266%2C26%2C27%2C28%2C48%2C148%2C78%2C113%2C18%2C20%2C44%2C40%2C42%2C41%2C84%2C93%2C97%2C111%2C146%2C149%2C46%2C112%2C24%2C21%2C120%2C70%2C36%2C151%2C150%2C152%2C143%2C141%2C25%2C35%2C59%2C110%2C163%2C71%2C17%2C154%2C115%2C82%2C67%2C19%2C86%2C87%2C117%2C85%2C137%2C136%2C140%2C162%2C34%2C282%2C298%2C215%2C204%2C205%2C203%2C301%2C292%2C52%2C216%2C108%2C132%2C81%2C122%2C54%2C47%2C49%2C114%2C121%2C127%2C126%2C58%2C65%2C63%2C153%2C116%2C37%2C32%2C53%2C56%2C101%2C166%2C1%2C125%2C14%2C123%2C12%2C2%2C57%2C94%2C66%2C119%2C90%2C89%2C169%2C170%2C95%2C96%2C9%2C103%2C51%2C144%2C88%2C80%2C72%2C118%2C107%2C43%2C145%2C0%2C83%2C138%2C142%2C155%2C38%2C109%2C13%2C171%2C231%2C230%2C225%2C227%2C228%2C229%2C226%2C214%2C224%2C196%2C193%2C194%2C188%2C192%2C195%2C191%2C186%2C322%2C199%2C218%2C187%2C185%2C238%2C209%2C179%2C180%2C175%2C181%2C178%2C176%2C177%2C174%2C172%2C183%2C184%2C182%2C269%2C321%2C197%2C241%2C247%2C242%2C244%2C246%2C245%2C243%2C240%2C256%2C251%2C253%2C250%2C257%2C254%2C249%2C255%2C252%2C248%2C29551ms40ms10ms3rd
https://www.googletagmanager.com/gtag/js?id=G-2YPVVPTLCY&cx=c&_slc=151ms43ms8ms3rd
B
HTTP/3 (QUIC)
HTTP/3 not advertised
REVIEW
HTTP/3 not advertised
Info::
HTTP/3 (QUIC) is not advertised
HTTP/3 isn't advertised via Alt-Svc and the worker didn't negotiate h3. HTTP/3 reduces handshake latency (1-RTT instead of 2-3 RTTs) and is more resilient on lossy connections. Most modern CDNs (Cloudflare, Fastly, AWS CloudFront, Google Cloud CDN) support HTTP/3 with a single config switch -- consider enabling for mobile-heavy workloads.
B
Main HTML Cache-Control
No Cache-Control header on main HTML response
REVIEW
No Cache-Control header on main HTML response
Info::
Main HTML response has no Cache-Control header
Without an explicit Cache-Control, browsers fall back to heuristic caching (~10% of Last-Modified age). Set `Cache-Control: no-cache` or `max-age=300` for HTML to control freshness explicitly -- prevents stale auth state and SPA shell drift.
B
Server-Timing Observability
No Server-Timing header found
REVIEW
No Server-Timing header found
Info::
No Server-Timing header found
Server-Timing exposes backend timing breakdowns to browser DevTools (e.g., `db: 45ms; render: 120ms; cache: 2ms`). Useful for diagnosing slow pages without backend log access. Most modern frameworks (Next.js, Cloudflare Workers, Fastly) emit it automatically; absence on a managed platform usually means telemetry headers are stripped at the edge.
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
1 fonts (71 KB)
PASS
1 fonts (71 KB)
Info::
1 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

1

71 KB total

Render-blocking

0

of 1

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 4.0 s 5.0 s 6.0 s FCP 2.5 s LCP 6.2 shttps://fonts.gstatic.com/s/inter/v20/UcCo3FwrK3iLTcviYwYZ8UA3.woff2UcCo3FwrK3iLTcviYwYZ8UA... https://fonts.gstatic.com/s/inter/v20/UcCo3FwrK3iLTcviYwYZ8UA3.woff2 — 71.3 KiB — 53 ms — font-display: swap
UcCo3FwrK3iLTcviYwYZ8UA... woff2 swap
Size 71 KB
Load time 53 ms
Start 3.0 s
Risk FOUT — text flashes from fallback to web font
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)
A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
A+
Compression Algorithm
Main response uses brotli
PASS
Main response uses brotli
Info::
Main HTML response uses brotli (Content-Encoding: br)
Brotli is the best text-compression algorithm for general use, ~20% smaller than gzip on average (40% on smaller files). Modern browsers all support it.
A+
LCP Image Preload
LCP preload audit not available
PASS
LCP preload audit not available
Info::
LCP image preload audit not available for this scan
A+
Server Response Intelligence
2 server-response signal(s) detected
PASS
2 server-response signal(s) detected
Info::
`Vary` header declared: Accept-Encoding
The page declares a `Vary` header, telling downstream caches which request headers the response varies on. Critical for content-negotiated responses (compression, language, cookies, device class).
Info::
No `ETag` or `Last-Modified` -- conditional GET not supported
Without either header, browsers can't issue conditional GETs and refresh always re-downloads the full response body even when nothing changed. Add `ETag: "<hash>"` (or `Last-Modified: <date>`) on cacheable responses; the server returns 304 Not Modified when the client's cached copy is still valid, saving bandwidth.
Network Waterfall
102 requests over 5176ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s FCP 2.5 s LCP 6.2 shttps://www.melbournepolytechnic.edu.au// https://www.melbournepolytechnic.edu.au/ — 200 — 26.1 KiB — 1.3 s — h2https://www.melbournepolytechnic.edu.au/build/bundle.css?v=639143647940000000/build/bundle.css?v=639143647940000... https://www.melbournepolytechnic.edu.au/build/bundle.css?v=639143647940000000 — 200 — 85.5 KiB — 1.9 s — h2https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swapfonts.googleapis.com/css2?family=In... https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap — 200 — 1.1 KiB — 74 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-KM4PX9Hwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-KM4PX9H — 200 — 173.6 KiB — 142 ms — h2https://www.melbournepolytechnic.edu.au/manifest.json/manifest.json https://www.melbournepolytechnic.edu.au/manifest.json — 200 — 3.5 KiB — 1.2 s — h2https://www.googletagmanager.com/gtag/js?id=AW-320330243&cx=c&gtm=4e6621www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-320330243&cx=c&gtm=4e6621 — 200 — 145.9 KiB — 53 ms — h2https://www.googletagmanager.com/gtag/js?id=DC-10888075&cx=c&gtm=4e6621www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=DC-10888075&cx=c&gtm=4e6621 — 200 — 132.0 KiB — 62 ms — h2https://www.googletagmanager.com/gtag/js?id=AW-11359080812&cx=c&gtm=4e6621www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-11359080812&cx=c&gtm=4e6621 — 200 — 145.9 KiB — 81 ms — h2https://www.googletagmanager.com/gtag/js?id=G-56WR1XZ71R&cx=c&gtm=4e6621www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-56WR1XZ71R&cx=c&gtm=4e6621 — 200 — 180.4 KiB — 105 ms — h2https://connect.facebook.net/en_US/fbevents.jsconnect.facebook.net/en_US/fbevents... https://connect.facebook.net/en_US/fbevents.js — 200 — 97.8 KiB — 89 ms — h3https://www.google-analytics.com/analytics.jswww.google-analytics.com/analytics.... https://www.google-analytics.com/analytics.js — 200 — 20.9 KiB — 95 ms — h2https://www.redditstatic.com/ads/pixel.jswww.redditstatic.com/ads/pixel.js https://www.redditstatic.com/ads/pixel.js — 200 — 18.9 KiB — 17 ms — h2https://app-script.monsido.com/v2/monsido-script.jsapp-script.monsido.com/v2/monsido-s... https://app-script.monsido.com/v2/monsido-script.js — 200 — 3.7 KiB — 87 ms — h2https://cdn.livechatinc.com/tracking.jscdn.livechatinc.com/tracking.js https://cdn.livechatinc.com/tracking.js — 200 — 34.0 KiB — 79 ms — h2https://www.googletagmanager.com/gtag/js?id=DC-10888075www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=DC-10888075 — 200 — 132.0 KiB — 96 ms — h2https://www.googletagmanager.com/gtag/js?id=AW-320330243www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-320330243 — 200 — 145.8 KiB — 97 ms — h2https://analytics.tiktok.com/i18n/pixel/events.js?sdkid=CG3V4PRC77U7TJLU5OPG&lib=ttqanalytics.tiktok.com/i18n/pixel/eve... https://analytics.tiktok.com/i18n/pixel/events.js?sdkid=CG3V4PRC77U7TJLU5OPG&lib=ttq — 200 — 3.0 KiB — 207 ms — h2https://www.google.com/ccm/collect?rcb=4&frm=0&ae=g&auid=1871709276.1780539446&dt=Melbourne%20Polytechnic%20%7C%20TAFE%20and%20Degrees%20Melbourne%20%7C&en=page_view&dl=https%3A%2F%2Fwww.melbournepolytechnic.edu.au%2F&scrsrc=www.googletagmanager.com&rnd=1841531215.1780539446&navt=n&npa=1&ep.ads_data_redaction=0&gtm=45He6621v813453125za200zd813453125xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938469~118228215~119027224&apve=1&apvf=f&apvc=1&tft=1780539446099&tfd=1315www.google.com/ccm/collect?rcb=4&fr... https://www.google.com/ccm/collect?rcb=4&frm=0&ae=g&auid=1871709276.1780539446&dt=Melbourne%20Polytechnic%20%7C%20TAFE%20and%20Degrees%20Melbourne%20%7C&en=page_view&dl=https%3A%2F%2Fwww.melbournepolytechnic.edu.au%2F&scrsrc=www.googletagmanager.com&rnd=1841531215.1780539446&navt=n&npa=1&ep.ads_data_redaction=0&gtm=45He6621v813453125za200zd813453125xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938469~118228215~119027224&apve=1&apvf=f&apvc=1&tft=1780539446099&tfd=1315 — 200 — 21 B — 111 ms — h3https://www.melbournepolytechnic.edu.au/svg/sprite.svg/svg/sprite.svg https://www.melbournepolytechnic.edu.au/svg/sprite.svg — 200 — 333.7 KiB — 942 ms — h2https://media.melbournepolytechnic.edu.au/media/3470/prahran-campus.jpg?width=240&height=240&format=webp&quality=60&v=1d777d84c1058e0media.melbournepolytechnic.edu.au/m... https://media.melbournepolytechnic.edu.au/media/3470/prahran-campus.jpg?width=240&height=240&format=webp&quality=60&v=1d777d84c1058e0 — 200 — 11.8 KiB — 116 ms — h2https://media.melbournepolytechnic.edu.au/media/4178/students-in-fairfield-campus.jpg?rxy=0.016290726817042606,0.40977443609022557&width=240&height=240&format=webp&quality=60&v=1dbcb1bdfb70270media.melbournepolytechnic.edu.au/m... https://media.melbournepolytechnic.edu.au/media/4178/students-in-fairfield-campus.jpg?rxy=0.016290726817042606,0.40977443609022557&width=240&height=240&format=webp&quality=60&v=1dbcb1bdfb70270 — 200 — 17.4 KiB — 105 ms — h2https://media.melbournepolytechnic.edu.au/media/4204/skilling-your-staff.jpg?width=240&height=240&format=webp&quality=60&v=1dae2613ebf9920media.melbournepolytechnic.edu.au/m... https://media.melbournepolytechnic.edu.au/media/4204/skilling-your-staff.jpg?width=240&height=240&format=webp&quality=60&v=1dae2613ebf9920 — 200 — 11.3 KiB — 113 ms — h2https://media.melbournepolytechnic.edu.au/media/gt4facxy/graduation-2026-banner-desktop.png?width=1200&height=900&v=1dcdf0161148b90&format=webpmedia.melbournepolytechnic.edu.au/m... https://media.melbournepolytechnic.edu.au/media/gt4facxy/graduation-2026-banner-desktop.png?width=1200&height=900&v=1dcdf0161148b90&format=webp — 200 — 693.3 KiB — 181 ms — h2https://media.melbournepolytechnic.edu.au/media/5277/information-sessions-carousel.jpg?rxy=0.50166666666666671,0.5&width=1200&height=900&v=1d8a8d8eab28540&format=webpmedia.melbournepolytechnic.edu.au/m... https://media.melbournepolytechnic.edu.au/media/5277/information-sessions-carousel.jpg?rxy=0.50166666666666671,0.5&width=1200&height=900&v=1d8a8d8eab28540&format=webp — 200 — 44.3 KiB — 128 ms — h2https://media.melbournepolytechnic.edu.au/media/5sgntolm/vta-large-training-provider-carousel-carpentry.jpg?width=1200&height=900&v=1db465257e4b2f0&format=webpmedia.melbournepolytechnic.edu.au/m... https://media.melbournepolytechnic.edu.au/media/5sgntolm/vta-large-training-provider-carousel-carpentry.jpg?width=1200&height=900&v=1db465257e4b2f0&format=webp — 200 — 132.4 KiB — 1.9 s — h2https://www.melbournepolytechnic.edu.au/images/Victorian%20Training%20Awards%20Logo.svg/images/Victorian%20Training%20Awar... https://www.melbournepolytechnic.edu.au/images/Victorian%20Training%20Awards%20Logo.svg — 200 — 9.4 KiB — 1.1 s — h2https://www.melbournepolytechnic.edu.au/images/Large%20Training%20Provider%20of%20the%20Year%20Award%202024.svg/images/Large%20Training%20Provider... https://www.melbournepolytechnic.edu.au/images/Large%20Training%20Provider%20of%20the%20Year%20Award%202024.svg — 200 — 17.0 KiB — 1.2 s — h2https://www.melbournepolytechnic.edu.au/images/TAFE%20Victoria%20logo.svg/images/TAFE%20Victoria%20logo.svg https://www.melbournepolytechnic.edu.au/images/TAFE%20Victoria%20logo.svg — 200 — 5.7 KiB — 1.1 s — h2https://www.melbournepolytechnic.edu.au/build/bundle.js?v=639143647940000000/build/bundle.js?v=6391436479400000... https://www.melbournepolytechnic.edu.au/build/bundle.js?v=639143647940000000 — 200 — 264.5 KiB — 2.1 s — h2https://ajax.aspnetcdn.com/ajax/jQuery/jquery-3.6.3.min.jsajax.aspnetcdn.com/ajax/jQuery/jque... https://ajax.aspnetcdn.com/ajax/jQuery/jquery-3.6.3.min.js — 200 — 39.5 KiB — 70 ms — http/1.1
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s FCP 2.5 s LCP 6.2 shttps://www.melbournepolytechnic.edu.au// https://www.melbournepolytechnic.edu.au/ — 200 — 26.1 KiB — 1.3 s — h2https://www.melbournepolytechnic.edu.au/build/bundle.css?v=639143647940000000/build/bundle.css?v=639143647940000... https://www.melbournepolytechnic.edu.au/build/bundle.css?v=639143647940000000 — 200 — 85.5 KiB — 1.9 s — h2https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swapfonts.googleapis.com/css2?family=In... https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap — 200 — 1.1 KiB — 74 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-KM4PX9Hwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-KM4PX9H — 200 — 173.6 KiB — 142 ms — h2https://www.melbournepolytechnic.edu.au/manifest.json/manifest.json https://www.melbournepolytechnic.edu.au/manifest.json — 200 — 3.5 KiB — 1.2 s — h2https://www.googletagmanager.com/gtag/js?id=AW-320330243&cx=c&gtm=4e6621www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-320330243&cx=c&gtm=4e6621 — 200 — 145.9 KiB — 53 ms — h2https://www.googletagmanager.com/gtag/js?id=DC-10888075&cx=c&gtm=4e6621www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=DC-10888075&cx=c&gtm=4e6621 — 200 — 132.0 KiB — 62 ms — h2https://www.googletagmanager.com/gtag/js?id=AW-11359080812&cx=c&gtm=4e6621www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-11359080812&cx=c&gtm=4e6621 — 200 — 145.9 KiB — 81 ms — h2https://www.googletagmanager.com/gtag/js?id=G-56WR1XZ71R&cx=c&gtm=4e6621www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-56WR1XZ71R&cx=c&gtm=4e6621 — 200 — 180.4 KiB — 105 ms — h2https://connect.facebook.net/en_US/fbevents.jsconnect.facebook.net/en_US/fbevents... https://connect.facebook.net/en_US/fbevents.js — 200 — 97.8 KiB — 89 ms — h3https://www.google-analytics.com/analytics.jswww.google-analytics.com/analytics.... https://www.google-analytics.com/analytics.js — 200 — 20.9 KiB — 95 ms — h2https://www.redditstatic.com/ads/pixel.jswww.redditstatic.com/ads/pixel.js https://www.redditstatic.com/ads/pixel.js — 200 — 18.9 KiB — 17 ms — h2https://app-script.monsido.com/v2/monsido-script.jsapp-script.monsido.com/v2/monsido-s... https://app-script.monsido.com/v2/monsido-script.js — 200 — 3.7 KiB — 87 ms — h2https://cdn.livechatinc.com/tracking.jscdn.livechatinc.com/tracking.js https://cdn.livechatinc.com/tracking.js — 200 — 34.0 KiB — 79 ms — h2https://www.googletagmanager.com/gtag/js?id=DC-10888075www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=DC-10888075 — 200 — 132.0 KiB — 96 ms — h2https://www.googletagmanager.com/gtag/js?id=AW-320330243www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-320330243 — 200 — 145.8 KiB — 97 ms — h2https://analytics.tiktok.com/i18n/pixel/events.js?sdkid=CG3V4PRC77U7TJLU5OPG&lib=ttqanalytics.tiktok.com/i18n/pixel/eve... https://analytics.tiktok.com/i18n/pixel/events.js?sdkid=CG3V4PRC77U7TJLU5OPG&lib=ttq — 200 — 3.0 KiB — 207 ms — h2https://www.google.com/ccm/collect?rcb=4&frm=0&ae=g&auid=1871709276.1780539446&dt=Melbourne%20Polytechnic%20%7C%20TAFE%20and%20Degrees%20Melbourne%20%7C&en=page_view&dl=https%3A%2F%2Fwww.melbournepolytechnic.edu.au%2F&scrsrc=www.googletagmanager.com&rnd=1841531215.1780539446&navt=n&npa=1&ep.ads_data_redaction=0&gtm=45He6621v813453125za200zd813453125xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938469~118228215~119027224&apve=1&apvf=f&apvc=1&tft=1780539446099&tfd=1315www.google.com/ccm/collect?rcb=4&fr... https://www.google.com/ccm/collect?rcb=4&frm=0&ae=g&auid=1871709276.1780539446&dt=Melbourne%20Polytechnic%20%7C%20TAFE%20and%20Degrees%20Melbourne%20%7C&en=page_view&dl=https%3A%2F%2Fwww.melbournepolytechnic.edu.au%2F&scrsrc=www.googletagmanager.com&rnd=1841531215.1780539446&navt=n&npa=1&ep.ads_data_redaction=0&gtm=45He6621v813453125za200zd813453125xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938469~118228215~119027224&apve=1&apvf=f&apvc=1&tft=1780539446099&tfd=1315 — 200 — 21 B — 111 ms — h3https://www.melbournepolytechnic.edu.au/svg/sprite.svg/svg/sprite.svg https://www.melbournepolytechnic.edu.au/svg/sprite.svg — 200 — 333.7 KiB — 942 ms — h2https://media.melbournepolytechnic.edu.au/media/3470/prahran-campus.jpg?width=240&height=240&format=webp&quality=60&v=1d777d84c1058e0media.melbournepolytechnic.edu.au/m... https://media.melbournepolytechnic.edu.au/media/3470/prahran-campus.jpg?width=240&height=240&format=webp&quality=60&v=1d777d84c1058e0 — 200 — 11.8 KiB — 116 ms — h2https://media.melbournepolytechnic.edu.au/media/4178/students-in-fairfield-campus.jpg?rxy=0.016290726817042606,0.40977443609022557&width=240&height=240&format=webp&quality=60&v=1dbcb1bdfb70270media.melbournepolytechnic.edu.au/m... https://media.melbournepolytechnic.edu.au/media/4178/students-in-fairfield-campus.jpg?rxy=0.016290726817042606,0.40977443609022557&width=240&height=240&format=webp&quality=60&v=1dbcb1bdfb70270 — 200 — 17.4 KiB — 105 ms — h2https://media.melbournepolytechnic.edu.au/media/4204/skilling-your-staff.jpg?width=240&height=240&format=webp&quality=60&v=1dae2613ebf9920media.melbournepolytechnic.edu.au/m... https://media.melbournepolytechnic.edu.au/media/4204/skilling-your-staff.jpg?width=240&height=240&format=webp&quality=60&v=1dae2613ebf9920 — 200 — 11.3 KiB — 113 ms — h2https://media.melbournepolytechnic.edu.au/media/gt4facxy/graduation-2026-banner-desktop.png?width=1200&height=900&v=1dcdf0161148b90&format=webpmedia.melbournepolytechnic.edu.au/m... https://media.melbournepolytechnic.edu.au/media/gt4facxy/graduation-2026-banner-desktop.png?width=1200&height=900&v=1dcdf0161148b90&format=webp — 200 — 693.3 KiB — 181 ms — h2https://media.melbournepolytechnic.edu.au/media/5277/information-sessions-carousel.jpg?rxy=0.50166666666666671,0.5&width=1200&height=900&v=1d8a8d8eab28540&format=webpmedia.melbournepolytechnic.edu.au/m... https://media.melbournepolytechnic.edu.au/media/5277/information-sessions-carousel.jpg?rxy=0.50166666666666671,0.5&width=1200&height=900&v=1d8a8d8eab28540&format=webp — 200 — 44.3 KiB — 128 ms — h2https://media.melbournepolytechnic.edu.au/media/5sgntolm/vta-large-training-provider-carousel-carpentry.jpg?width=1200&height=900&v=1db465257e4b2f0&format=webpmedia.melbournepolytechnic.edu.au/m... https://media.melbournepolytechnic.edu.au/media/5sgntolm/vta-large-training-provider-carousel-carpentry.jpg?width=1200&height=900&v=1db465257e4b2f0&format=webp — 200 — 132.4 KiB — 1.9 s — h2https://www.melbournepolytechnic.edu.au/images/Victorian%20Training%20Awards%20Logo.svg/images/Victorian%20Training%20Awar... https://www.melbournepolytechnic.edu.au/images/Victorian%20Training%20Awards%20Logo.svg — 200 — 9.4 KiB — 1.1 s — h2https://www.melbournepolytechnic.edu.au/images/Large%20Training%20Provider%20of%20the%20Year%20Award%202024.svg/images/Large%20Training%20Provider... https://www.melbournepolytechnic.edu.au/images/Large%20Training%20Provider%20of%20the%20Year%20Award%202024.svg — 200 — 17.0 KiB — 1.2 s — h2https://www.melbournepolytechnic.edu.au/images/TAFE%20Victoria%20logo.svg/images/TAFE%20Victoria%20logo.svg https://www.melbournepolytechnic.edu.au/images/TAFE%20Victoria%20logo.svg — 200 — 5.7 KiB — 1.1 s — h2https://www.melbournepolytechnic.edu.au/build/bundle.js?v=639143647940000000/build/bundle.js?v=6391436479400000... https://www.melbournepolytechnic.edu.au/build/bundle.js?v=639143647940000000 — 200 — 264.5 KiB — 2.1 s — h2https://ajax.aspnetcdn.com/ajax/jQuery/jquery-3.6.3.min.jsajax.aspnetcdn.com/ajax/jQuery/jque... https://ajax.aspnetcdn.com/ajax/jQuery/jquery-3.6.3.min.js — 200 — 39.5 KiB — 70 ms — http/1.1https://cdnjs.cloudflare.com/ajax/libs/jquery-validate/1.20.0/jquery.validate.min.jscdnjs.cloudflare.com/ajax/libs/jque... https://cdnjs.cloudflare.com/ajax/libs/jquery-validate/1.20.0/jquery.validate.min.js — 200 — 7.6 KiB — 63 ms — h3https://pixel-config.reddit.com/pixels/t2_ce9gptao1/configpixel-config.reddit.com/pixels/t2_c... https://pixel-config.reddit.com/pixels/t2_ce9gptao1/config — 200 — 237 B — 45 ms — h2https://ajax.aspnetcdn.com/ajax/mvc/5.2.3/jquery.validate.unobtrusive.min.jsajax.aspnetcdn.com/ajax/mvc/5.2.3/j... https://ajax.aspnetcdn.com/ajax/mvc/5.2.3/jquery.validate.unobtrusive.min.js — 200 — 2.9 KiB — 16 ms — http/1.1https://alb.reddit.com/rp.gif?ts=1780539446124&id=t2_ce9gptao1&event=PageVisit&m.value=&m.transactionId=&m.customEventName=&m.products=&m.conversionId=&uuid=457a42b2-53a1-4f2c-a46e-faeb2c6f4da1&aaid=&external_id=&idfa=&integration=gtm&partner=&partner_version=&opt_out=0&sh=800&sw=600&v=rdt_47ad39b8&dpm=&dpcc=&dprc=alb.reddit.com/rp.gif?ts=1780539446... https://alb.reddit.com/rp.gif?ts=1780539446124&id=t2_ce9gptao1&event=PageVisit&m.value=&m.transactionId=&m.customEventName=&m.products=&m.conversionId=&uuid=457a42b2-53a1-4f2c-a46e-faeb2c6f4da1&aaid=&external_id=&idfa=&integration=gtm&partner=&partner_version=&opt_out=0&sh=800&sw=600&v=rdt_47ad39b8&dpm=&dpcc=&dprc= — 200 — 666 B — 115 ms — h2https://www.google.com/ccm/collect?rcb=18&frm=0&auid=1871709276.1780539446&dt=Melbourne%20Polytechnic%20%7C%20TAFE%20and%20Degrees%20Melbourne%20%7C&en=page_view&dl=https%3A%2F%2Fwww.melbournepolytechnic.edu.au%2F&scrsrc=www.googletagmanager.com&rnd=1841531215.1780539446&navt=n&npa=1&gtm=45be6621v9201066831z8813453125za20gzb813453125zd813453125xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938469~118228215~118395333~119027222~119064971&apve=1&apvf=f&apvc=0&tids=AW-320330243&tid=AW-320330243&tft=1780539446198&tfd=1413www.google.com/ccm/collect?rcb=18&f... https://www.google.com/ccm/collect?rcb=18&frm=0&auid=1871709276.1780539446&dt=Melbourne%20Polytechnic%20%7C%20TAFE%20and%20Degrees%20Melbourne%20%7C&en=page_view&dl=https%3A%2F%2Fwww.melbournepolytechnic.edu.au%2F&scrsrc=www.googletagmanager.com&rnd=1841531215.1780539446&navt=n&npa=1&gtm=45be6621v9201066831z8813453125za20gzb813453125zd813453125xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938469~118228215~118395333~119027222~119064971&apve=1&apvf=f&apvc=0&tids=AW-320330243&tid=AW-320330243&tft=1780539446198&tfd=1413 — 200 — 21 B — 84 ms — h3https://media.melbournepolytechnic.edu.au/media/w51f2vsq/shea-oberleuter-glass-and-glazing-visual-arts-testimonal.jpg?width=385&height=385&format=webp&quality=60&v=1db04fc0d429a60media.melbournepolytechnic.edu.au/m... https://media.melbournepolytechnic.edu.au/media/w51f2vsq/shea-oberleuter-glass-and-glazing-visual-arts-testimonal.jpg?width=385&height=385&format=webp&quality=60&v=1db04fc0d429a60 — 200 — 15.6 KiB — 1.3 s — h2https://media.melbournepolytechnic.edu.au/media/p00p0adb/preston-hospitality-cookery-students-kitchen-facility-02.jpg?width=385&height=385&format=webp&quality=60&v=1dc54a7697a5a10media.melbournepolytechnic.edu.au/m... https://media.melbournepolytechnic.edu.au/media/p00p0adb/preston-hospitality-cookery-students-kitchen-facility-02.jpg?width=385&height=385&format=webp&quality=60&v=1dc54a7697a5a10 — 200 — 24.8 KiB — 71 ms — h2https://media.melbournepolytechnic.edu.au/media/5848/free-tafe-carousel-construction.png?rxy=0.5832054863678166,0.2004089823529764&width=385&height=385&format=webp&quality=60&v=1dc54a6e6ef77b0media.melbournepolytechnic.edu.au/m... https://media.melbournepolytechnic.edu.au/media/5848/free-tafe-carousel-construction.png?rxy=0.5832054863678166,0.2004089823529764&width=385&height=385&format=webp&quality=60&v=1dc54a6e6ef77b0 — 200 — 12.0 KiB — 67 ms — h2https://media.melbournepolytechnic.edu.au/media/4458/epping-campus-information-centre-min.jpg?width=385&height=385&format=webp&quality=60&v=1d777dd67c83210media.melbournepolytechnic.edu.au/m... https://media.melbournepolytechnic.edu.au/media/4458/epping-campus-information-centre-min.jpg?width=385&height=385&format=webp&quality=60&v=1d777dd67c83210 — 200 — 19.9 KiB — 58 ms — h2https://www.google.com/ccm/collect?rcb=14&frm=0&auid=1871709276.1780539446&dt=Melbourne%20Polytechnic%20%7C%20TAFE%20and%20Degrees%20Melbourne%20%7C&en=page_view&dl=https%3A%2F%2Fwww.melbournepolytechnic.edu.au%2F&scrsrc=www.googletagmanager.com&rnd=1841531215.1780539446&navt=n&npa=1&ep.user_data_mode=a&gtm=45fe6630h2v9190315689z8813453125za20gzb813453125zd813453125xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938469~118228215~119027224&apve=1&apvf=f&apvc=0&tids=DC-10888075&tid=DC-10888075&tft=1780539446253&tfd=1468www.google.com/ccm/collect?rcb=14&f... https://www.google.com/ccm/collect?rcb=14&frm=0&auid=1871709276.1780539446&dt=Melbourne%20Polytechnic%20%7C%20TAFE%20and%20Degrees%20Melbourne%20%7C&en=page_view&dl=https%3A%2F%2Fwww.melbournepolytechnic.edu.au%2F&scrsrc=www.googletagmanager.com&rnd=1841531215.1780539446&navt=n&npa=1&ep.user_data_mode=a&gtm=45fe6630h2v9190315689z8813453125za20gzb813453125zd813453125xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938469~118228215~119027224&apve=1&apvf=f&apvc=0&tids=DC-10888075&tid=DC-10888075&tft=1780539446253&tfd=1468 — 200 — 21 B — 31 ms — h3https://ad.doubleclick.net/activity;src=10888075;type=remar0;cat=au_de0;rcb=14;ord=9750937368614;npa=1;auiddc=1871709276.1780539446;u1=https%3A%2F%2Fwww.melbournepolytechnic.edu.au%2F;uaa=x86;uab=64;uafvl=Not%252FA)Brand%3B99.0.0.0%7CChromium%3B148.0.7778.215;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;user_data_mode=a;_tu=KFA;gtm=45fe6630h2v9190315689z8813453125za20gzb813453125zd813453125xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=3;tag_exp=0~115938466~115938469~118228215~119027224;epver=2;em=tv.1;dc_random=1780539446_X5ZVtEl9y3BKOihA8ztP_tOgxsWguB20UQ;~oref=https%3A%2F%2Fwww.melbournepolytechnic.edu.au%2F?ad.doubleclick.net/activity;src=108... https://ad.doubleclick.net/activity;src=10888075;type=remar0;cat=au_de0;rcb=14;ord=9750937368614;npa=1;auiddc=1871709276.1780539446;u1=https%3A%2F%2Fwww.melbournepolytechnic.edu.au%2F;uaa=x86;uab=64;uafvl=Not%252FA)Brand%3B99.0.0.0%7CChromium%3B148.0.7778.215;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;user_data_mode=a;_tu=KFA;gtm=45fe6630h2v9190315689z8813453125za20gzb813453125zd813453125xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=3;tag_exp=0~115938466~115938469~118228215~119027224;epver=2;em=tv.1;dc_random=1780539446_X5ZVtEl9y3BKOihA8ztP_tOgxsWguB20UQ;~oref=https%3A%2F%2Fwww.melbournepolytechnic.edu.au%2F? — 302 — 22 B — 126 ms — h3https://10888075.fls.doubleclick.net/activityi;src=10888075;type=remar0;cat=au_de0;rcb=14;ord=9750937368614;npa=1;auiddc=1871709276.1780539446;u1=https%3A%2F%2Fwww.melbournepolytechnic.edu.au%2F;uaa=x86;uab=64;uafvl=Not%252FA)Brand%3B99.0.0.0%7CChromium%3B148.0.7778.215;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;user_data_mode=a;_tu=KFA;gtm=45fe6630h2v9190315689z8813453125za20gzb813453125zd813453125xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=2;tag_exp=0~115938466~115938469~118228215~119027224;epver=2;em=tv.1;dc_random=1780539446_X5ZVtEl9y3BKOihA8ztP_tOgxsWguB20UQ;_dc_test=1;~oref=https%3A%2F%2Fwww.melbournepolytechnic.edu.au%2F?10888075.fls.doubleclick.net/activi... https://10888075.fls.doubleclick.net/activityi;src=10888075;type=remar0;cat=au_de0;rcb=14;ord=9750937368614;npa=1;auiddc=1871709276.1780539446;u1=https%3A%2F%2Fwww.melbournepolytechnic.edu.au%2F;uaa=x86;uab=64;uafvl=Not%252FA)Brand%3B99.0.0.0%7CChromium%3B148.0.7778.215;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;user_data_mode=a;_tu=KFA;gtm=45fe6630h2v9190315689z8813453125za20gzb813453125zd813453125xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=2;tag_exp=0~115938466~115938469~118228215~119027224;epver=2;em=tv.1;dc_random=1780539446_X5ZVtEl9y3BKOihA8ztP_tOgxsWguB20UQ;_dc_test=1;~oref=https%3A%2F%2Fwww.melbournepolytechnic.edu.au%2F? — 302 — 947 B — 78 ms — h2https://www.google.com/ccm/collect?rcb=18&frm=0&auid=1871709276.1780539446&dt=Melbourne%20Polytechnic%20%7C%20TAFE%20and%20Degrees%20Melbourne%20%7C&en=page_view&dl=https%3A%2F%2Fwww.melbournepolytechnic.edu.au%2F&scrsrc=www.googletagmanager.com&rnd=1841531215.1780539446&navt=n&npa=1&_tu=KA&gtm=45be6621v9201066831za20gzb813453125zd813453125xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938469~118228215~118395333~119027222~119064971&apve=1&apvf=f&apvc=0&tids=AW-320330243&tid=AW-320330243&tft=1780539446282&tfd=1497www.google.com/ccm/collect?rcb=18&f... https://www.google.com/ccm/collect?rcb=18&frm=0&auid=1871709276.1780539446&dt=Melbourne%20Polytechnic%20%7C%20TAFE%20and%20Degrees%20Melbourne%20%7C&en=page_view&dl=https%3A%2F%2Fwww.melbournepolytechnic.edu.au%2F&scrsrc=www.googletagmanager.com&rnd=1841531215.1780539446&navt=n&npa=1&_tu=KA&gtm=45be6621v9201066831za20gzb813453125zd813453125xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938469~118228215~118395333~119027222~119064971&apve=1&apvf=f&apvc=0&tids=AW-320330243&tid=AW-320330243&tft=1780539446282&tfd=1497 — 200 — 21 B — 72 ms — h3https://media.melbournepolytechnic.edu.au/media/i51c4320/preston-skills-and-jobs-centre-staff-thumbnail.jpg?width=385&height=385&format=webp&quality=60&v=1db83891bb16390media.melbournepolytechnic.edu.au/m... https://media.melbournepolytechnic.edu.au/media/i51c4320/preston-skills-and-jobs-centre-staff-thumbnail.jpg?width=385&height=385&format=webp&quality=60&v=1db83891bb16390 — 200 — 24.9 KiB — 33 ms — h2https://media.melbournepolytechnic.edu.au/media/2732/student-visa.jpg?width=385&height=385&format=webp&quality=60&v=1dc6b75a517fa70media.melbournepolytechnic.edu.au/m... https://media.melbournepolytechnic.edu.au/media/2732/student-visa.jpg?width=385&height=385&format=webp&quality=60&v=1dc6b75a517fa70 — 200 — 22.2 KiB — 28 ms — h2https://media.melbournepolytechnic.edu.au/media/4707/preston-library-19thmarch-7.jpg?width=385&height=385&format=webp&quality=60&v=1d777d8dff585d0media.melbournepolytechnic.edu.au/m... https://media.melbournepolytechnic.edu.au/media/4707/preston-library-19thmarch-7.jpg?width=385&height=385&format=webp&quality=60&v=1d777d8dff585d0 — 200 — 18.9 KiB — 31 ms — h2https://media.melbournepolytechnic.edu.au/media/zhjikmsd/4376-sa-jobs-board_800x800.jpg?width=385&height=385&format=webp&quality=60&v=1da6597ae7dd480media.melbournepolytechnic.edu.au/m... https://media.melbournepolytechnic.edu.au/media/zhjikmsd/4376-sa-jobs-board_800x800.jpg?width=385&height=385&format=webp&quality=60&v=1da6597ae7dd480 — 200 — 17.3 KiB — 28 ms — h2https://ad.doubleclick.net/activity;dc_pre=CL-a06nC7JQDFWqjJwIdLGoB8Q;src=10888075;type=remar0;cat=au_de0;rcb=14;ord=9750937368614;npa=1;auiddc=1871709276.1780539446;u1=https%3A%2F%2Fwww.melbournepolytechnic.edu.au%2F;uaa=x86;uab=64;uafvl=Not%252FA)Brand%3B99.0.0.0%7CChromium%3B148.0.7778.215;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;user_data_mode=a;_tu=KFA;gtm=45fe6630h2v9190315689z8813453125za20gzb813453125zd813453125xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=3;tag_exp=0~115938466~115938469~118228215~119027224;epver=2;em=tv.1;dc_random=1780539446_X5ZVtEl9y3BKOihA8ztP_tOgxsWguB20UQ;~oref=https%3A%2F%2Fwww.melbournepolytechnic.edu.au%2F?ad.doubleclick.net/activity;dc_pre=... https://ad.doubleclick.net/activity;dc_pre=CL-a06nC7JQDFWqjJwIdLGoB8Q;src=10888075;type=remar0;cat=au_de0;rcb=14;ord=9750937368614;npa=1;auiddc=1871709276.1780539446;u1=https%3A%2F%2Fwww.melbournepolytechnic.edu.au%2F;uaa=x86;uab=64;uafvl=Not%252FA)Brand%3B99.0.0.0%7CChromium%3B148.0.7778.215;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;user_data_mode=a;_tu=KFA;gtm=45fe6630h2v9190315689z8813453125za20gzb813453125zd813453125xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=3;tag_exp=0~115938466~115938469~118228215~119027224;epver=2;em=tv.1;dc_random=1780539446_X5ZVtEl9y3BKOihA8ztP_tOgxsWguB20UQ;~oref=https%3A%2F%2Fwww.melbournepolytechnic.edu.au%2F? — 200 — 64 B — 30 ms — h3https://10888075.fls.doubleclick.net/activityi;dc_pre=CJXX06nC7JQDFUdQ9ggdb4wvbg;src=10888075;type=remar0;cat=au_de0;rcb=14;ord=9750937368614;npa=1;auiddc=1871709276.1780539446;u1=https%3A%2F%2Fwww.melbournepolytechnic.edu.au%2F;uaa=x86;uab=64;uafvl=Not%252FA)Brand%3B99.0.0.0%7CChromium%3B148.0.7778.215;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;user_data_mode=a;_tu=KFA;gtm=45fe6630h2v9190315689z8813453125za20gzb813453125zd813453125xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=2;tag_exp=0~115938466~115938469~118228215~119027224;epver=2;em=tv.1;dc_random=1780539446_X5ZVtEl9y3BKOihA8ztP_tOgxsWguB20UQ;_dc_test=1;~oref=https%3A%2F%2Fwww.melbournepolytechnic.edu.au%2F?10888075.fls.doubleclick.net/activi... https://10888075.fls.doubleclick.net/activityi;dc_pre=CJXX06nC7JQDFUdQ9ggdb4wvbg;src=10888075;type=remar0;cat=au_de0;rcb=14;ord=9750937368614;npa=1;auiddc=1871709276.1780539446;u1=https%3A%2F%2Fwww.melbournepolytechnic.edu.au%2F;uaa=x86;uab=64;uafvl=Not%252FA)Brand%3B99.0.0.0%7CChromium%3B148.0.7778.215;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;user_data_mode=a;_tu=KFA;gtm=45fe6630h2v9190315689z8813453125za20gzb813453125zd813453125xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=2;tag_exp=0~115938466~115938469~118228215~119027224;epver=2;em=tv.1;dc_random=1780539446_X5ZVtEl9y3BKOihA8ztP_tOgxsWguB20UQ;_dc_test=1;~oref=https%3A%2F%2Fwww.melbournepolytechnic.edu.au%2F? — 200 — 731 B — 32 ms — h2https://www.google.com/ccm/collect?rcb=15&frm=0&auid=1871709276.1780539446&dt=Melbourne%20Polytechnic%20%7C%20TAFE%20and%20Degrees%20Melbourne%20%7C&en=page_view&dl=https%3A%2F%2Fwww.melbournepolytechnic.edu.au%2F&scrsrc=www.googletagmanager.com&rnd=1841531215.1780539446&navt=n&npa=1&gtm=45be6621v9211082796z8813453125za20gzb813453125zd813453125xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938469~118228214~118395333~119027224&apve=1&apvf=f&apvc=0&tids=AW-11359080812&tid=AW-11359080812&tft=1780539446350&tfd=1565www.google.com/ccm/collect?rcb=15&f... https://www.google.com/ccm/collect?rcb=15&frm=0&auid=1871709276.1780539446&dt=Melbourne%20Polytechnic%20%7C%20TAFE%20and%20Degrees%20Melbourne%20%7C&en=page_view&dl=https%3A%2F%2Fwww.melbournepolytechnic.edu.au%2F&scrsrc=www.googletagmanager.com&rnd=1841531215.1780539446&navt=n&npa=1&gtm=45be6621v9211082796z8813453125za20gzb813453125zd813453125xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938469~118228214~118395333~119027224&apve=1&apvf=f&apvc=0&tids=AW-11359080812&tid=AW-11359080812&tft=1780539446350&tfd=1565 — 200 — 21 B — 29 ms — h3https://www.google.com/ccm/collect?rcb=15&frm=0&ae=g&auid=1871709276.1780539446&dt=Melbourne%20Polytechnic%20%7C%20TAFE%20and%20Degrees%20Melbourne%20%7C&dl=https%3A%2F%2Fwww.melbournepolytechnic.edu.au%2F&scrsrc=www.googletagmanager.com&rnd=1841531215.1780539446&navt=n&npa=1&_tu=KA&gtm=45be6621v9211082796z8813453125za20gzb813453125zd813453125xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938469~118228214~118395333~119027224&apve=1&apvf=f&apvc=0&tids=AW-11359080812&tid=AW-11359080812&tft=1780539446351&tfd=1566www.google.com/ccm/collect?rcb=15&f... https://www.google.com/ccm/collect?rcb=15&frm=0&ae=g&auid=1871709276.1780539446&dt=Melbourne%20Polytechnic%20%7C%20TAFE%20and%20Degrees%20Melbourne%20%7C&dl=https%3A%2F%2Fwww.melbournepolytechnic.edu.au%2F&scrsrc=www.googletagmanager.com&rnd=1841531215.1780539446&navt=n&npa=1&_tu=KA&gtm=45be6621v9211082796z8813453125za20gzb813453125zd813453125xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938469~118228214~118395333~119027224&apve=1&apvf=f&apvc=0&tids=AW-11359080812&tid=AW-11359080812&tft=1780539446351&tfd=1566 — 200 — 21 B — 30 ms — h3https://connect.facebook.net/signals/config/293782161828783?v=2.9.331&r=stable&domain=www.melbournepolytechnic.edu.au&hme=e74ef087f6fde11ad272cfacc345e71ff5f13bae4406879254c760ecb88febfc&ex_m=105%2C208%2C156%2C22%2C73%2C74%2C147%2C69%2C68%2C11%2C165%2C91%2C16%2C139%2C128%2C39%2C76%2C79%2C135%2C161%2C167%2C8%2C4%2C5%2C7%2C6%2C3%2C92%2C102%2C168%2C173%2C222%2C62%2C189%2C190%2C55%2C280%2C30%2C75%2C234%2C233%2C232%2C23%2C33%2C104%2C61%2C10%2C64%2C98%2C99%2C100%2C106%2C131%2C31%2C29%2C133%2C134%2C130%2C129%2C157%2C77%2C160%2C158%2C159%2C50%2C60%2C124%2C15%2C164%2C45%2C267%2C268%2C266%2C26%2C27%2C28%2C48%2C148%2C78%2C113%2C18%2C20%2C44%2C40%2C42%2C41%2C84%2C93%2C97%2C111%2C146%2C149%2C46%2C112%2C24%2C21%2C120%2C70%2C36%2C151%2C150%2C152%2C143%2C141%2C25%2C35%2C59%2C110%2C163%2C71%2C17%2C154%2C115%2C82%2C67%2C19%2C86%2C87%2C117%2C85%2C137%2C136%2C140%2C162%2C34%2C282%2C298%2C215%2C204%2C205%2C203%2C301%2C292%2C52%2C216%2C108%2C132%2C81%2C122%2C54%2C47%2C49%2C114%2C121%2C127%2C126%2C58%2C65%2C63%2C153%2C116%2C37%2C32%2C53%2C56%2C101%2C166%2C1%2C125%2C14%2C123%2C12%2C2%2C57%2C94%2C66%2C119%2C90%2C89%2C169%2C170%2C95%2C96%2C9%2C103%2C51%2C144%2C88%2C80%2C72%2C118%2C107%2C43%2C145%2C0%2C83%2C138%2C142%2C155%2C38%2C109%2C13%2C171connect.facebook.net/signals/config... https://connect.facebook.net/signals/config/293782161828783?v=2.9.331&r=stable&domain=www.melbournepolytechnic.edu.au&hme=e74ef087f6fde11ad272cfacc345e71ff5f13bae4406879254c760ecb88febfc&ex_m=105%2C208%2C156%2C22%2C73%2C74%2C147%2C69%2C68%2C11%2C165%2C91%2C16%2C139%2C128%2C39%2C76%2C79%2C135%2C161%2C167%2C8%2C4%2C5%2C7%2C6%2C3%2C92%2C102%2C168%2C173%2C222%2C62%2C189%2C190%2C55%2C280%2C30%2C75%2C234%2C233%2C232%2C23%2C33%2C104%2C61%2C10%2C64%2C98%2C99%2C100%2C106%2C131%2C31%2C29%2C133%2C134%2C130%2C129%2C157%2C77%2C160%2C158%2C159%2C50%2C60%2C124%2C15%2C164%2C45%2C267%2C268%2C266%2C26%2C27%2C28%2C48%2C148%2C78%2C113%2C18%2C20%2C44%2C40%2C42%2C41%2C84%2C93%2C97%2C111%2C146%2C149%2C46%2C112%2C24%2C21%2C120%2C70%2C36%2C151%2C150%2C152%2C143%2C141%2C25%2C35%2C59%2C110%2C163%2C71%2C17%2C154%2C115%2C82%2C67%2C19%2C86%2C87%2C117%2C85%2C137%2C136%2C140%2C162%2C34%2C282%2C298%2C215%2C204%2C205%2C203%2C301%2C292%2C52%2C216%2C108%2C132%2C81%2C122%2C54%2C47%2C49%2C114%2C121%2C127%2C126%2C58%2C65%2C63%2C153%2C116%2C37%2C32%2C53%2C56%2C101%2C166%2C1%2C125%2C14%2C123%2C12%2C2%2C57%2C94%2C66%2C119%2C90%2C89%2C169%2C170%2C95%2C96%2C9%2C103%2C51%2C144%2C88%2C80%2C72%2C118%2C107%2C43%2C145%2C0%2C83%2C138%2C142%2C155%2C38%2C109%2C13%2C171 — 200 — 49.4 KiB — 28 ms — h3https://api.livechatinc.com/global-mapper/lc_license_id/8297961/region?jsonp=__lc_regionapi.livechatinc.com/global-mapper/l... https://api.livechatinc.com/global-mapper/lc_license_id/8297961/region?jsonp=__lc_region — 200 — 200 B — 64 ms — h2https://adservice.google.com/ddm/fls/z/dc_pre=CJXX06nC7JQDFUdQ9ggdb4wvbg;src=10888075;type=remar0;cat=au_de0;rcb=14;ord=9750937368614;npa=1;auiddc=*;u1=https%3A%2F%2Fwww.melbournepolytechnic.edu.au%2F;uaa=x86;uab=64;uafvl=Not%252FA)Brand%3B99.0.0.0%7CChromium%3B148.0.7778.215;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;user_data_mode=a;_tu=KFA;gtm=45fe6630h2v9190315689z8813453125za20gzb813453125zd813453125xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=2;tag_exp=0~115938466~115938469~118228215~119027224;epver=2;em=tv.*;dc_random=1780539446_X5ZVtEl9y3BKOihA8ztP_tOgxsWguB20UQ;_dc_test=1;~oref=https%3A%2F%2Fwww.melbournepolytechnic.edu.au%2Fadservice.google.com/ddm/fls/z/dc_p... https://adservice.google.com/ddm/fls/z/dc_pre=CJXX06nC7JQDFUdQ9ggdb4wvbg;src=10888075;type=remar0;cat=au_de0;rcb=14;ord=9750937368614;npa=1;auiddc=*;u1=https%3A%2F%2Fwww.melbournepolytechnic.edu.au%2F;uaa=x86;uab=64;uafvl=Not%252FA)Brand%3B99.0.0.0%7CChromium%3B148.0.7778.215;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=noapi;frm=0;user_data_mode=a;_tu=KFA;gtm=45fe6630h2v9190315689z8813453125za20gzb813453125zd813453125xea;gcd=13l3l3l2l1l1;dma_cps=a;dma=1;dc_fmt=2;tag_exp=0~115938466~115938469~118228215~119027224;epver=2;em=tv.*;dc_random=1780539446_X5ZVtEl9y3BKOihA8ztP_tOgxsWguB20UQ;_dc_test=1;~oref=https%3A%2F%2Fwww.melbournepolytechnic.edu.au%2F — 200 — 63 B — 103 ms — h3https://www.google-analytics.com/j/collect?v=1&_v=j102&a=640056072&t=pageview&_s=1&dl=https%3A%2F%2Fwww.melbournepolytechnic.edu.au%2F&ul=en-us&dt=Melbourne%20Polytechnic%20%7C%20TAFE%20and%20Degrees%20Melbourne%20%7C&sr=800x600&vp=1350x940&_u=YEBAAEABAAAAACAAI~&jid=1570557567&gjid=1738709792&cid=1523638867.1780539446&tid=UA-44413242-3&_gid=202479092.1780539446&_r=1&_slc=1&gtm=45He6621n81KM4PX9Hv813453125za200zd813453125&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938469~118228215~119027224&npa=1&z=1566964514www.google-analytics.com/j/collect?... https://www.google-analytics.com/j/collect?v=1&_v=j102&a=640056072&t=pageview&_s=1&dl=https%3A%2F%2Fwww.melbournepolytechnic.edu.au%2F&ul=en-us&dt=Melbourne%20Polytechnic%20%7C%20TAFE%20and%20Degrees%20Melbourne%20%7C&sr=800x600&vp=1350x940&_u=YEBAAEABAAAAACAAI~&jid=1570557567&gjid=1738709792&cid=1523638867.1780539446&tid=UA-44413242-3&_gid=202479092.1780539446&_r=1&_slc=1&gtm=45He6621n81KM4PX9Hv813453125za200zd813453125&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938469~118228215~119027224&npa=1&z=1566964514 — 200 — 477 B — 25 ms — h2https://region1.analytics.google.com/g/collect?v=2&tid=G-56WR1XZ71R&gtm=45je6621v9103242023z8813453125za20gzb813453125zd813453125&_p=1780539445871&_gaz=1&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&ecid=160052569&_eu=EAAAAGAC&are=1&cid=1523638867.1780539446&frm=0&ir=1&pscdl=noapi&rcb=2&sr=800x600&uaa=x86&uab=64&uafvl=Not%252FA)Brand%3B99.0.0.0%7CChromium%3B148.0.7778.215&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=0~115616985~115938466~115938468~118228214~119027224&sid=1780539446&sct=1&seg=0&dl=https%3A%2F%2Fwww.melbournepolytechnic.edu.au%2F&dt=Melbourne%20Polytechnic%20%7C%20TAFE%20and%20Degrees%20Melbourne%20%7C&en=page_view&_fv=1&_ss=1&tfd=1697region1.analytics.google.com/g/coll... https://region1.analytics.google.com/g/collect?v=2&tid=G-56WR1XZ71R&gtm=45je6621v9103242023z8813453125za20gzb813453125zd813453125&_p=1780539445871&_gaz=1&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&ecid=160052569&_eu=EAAAAGAC&are=1&cid=1523638867.1780539446&frm=0&ir=1&pscdl=noapi&rcb=2&sr=800x600&uaa=x86&uab=64&uafvl=Not%252FA)Brand%3B99.0.0.0%7CChromium%3B148.0.7778.215&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=0~115616985~115938466~115938468~118228214~119027224&sid=1780539446&sct=1&seg=0&dl=https%3A%2F%2Fwww.melbournepolytechnic.edu.au%2F&dt=Melbourne%20Polytechnic%20%7C%20TAFE%20and%20Degrees%20Melbourne%20%7C&en=page_view&_fv=1&_ss=1&tfd=1697 — 204 — 561 B — 63 ms — h2https://stats.g.doubleclick.net/g/collect?v=2&tid=G-56WR1XZ71R&cid=1523638867.1780539446&gtm=45je6621v9103242023z8813453125za20gzb813453125zd813453125&rcb=2&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115616985~115938466~115938468~118228214~119027224stats.g.doubleclick.net/g/collect?v... https://stats.g.doubleclick.net/g/collect?v=2&tid=G-56WR1XZ71R&cid=1523638867.1780539446&gtm=45je6621v9103242023z8813453125za20gzb813453125zd813453125&rcb=2&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115616985~115938466~115938468~118228214~119027224 — 204 — 570 B — 90 ms — h2https://www.google.es/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-56WR1XZ71R&cid=1523638867.1780539446&gtm=45je6621v9103242023z8813453125za20gzb813453125zd813453125&rcb=2&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115616985~115938466~115938468~118228214~119027224&z=797951851www.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-56WR1XZ71R&cid=1523638867.1780539446&gtm=45je6621v9103242023z8813453125za20gzb813453125zd813453125&rcb=2&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115616985~115938466~115938468~118228214~119027224&z=797951851 — -1 — 0 B — 0 ms — https://www.googletagmanager.com/gtag/js?id=G-2YPVVPTLCY&cx=c&_slc=1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-2YPVVPTLCY&cx=c&_slc=1 — 200 — 153.5 KiB — 86 ms — h3https://analytics.tiktok.com/i18n/pixel/static/main.MTc5ZjUxNDU4OA.jsanalytics.tiktok.com/i18n/pixel/sta... https://analytics.tiktok.com/i18n/pixel/static/main.MTc5ZjUxNDU4OA.js — 200 — 117.8 KiB — 65 ms — h2https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=293782161828783&ev=PageView&dl=https%3A%2F%2Fwww.melbournepolytechnic.edu.au%2F&rl=&if=false&ts=1780539446521&iw=false&sw=800&sh=600&v=2.9.331&r=stable&ec=0&o=4126&fbp=fb.2.1780539446512.124842541742031785&ler=empty&cdl=API_unavailable&pmd[title]=Melbourne%20Polytechnic%20%7C%20TAFE%20and%20Degrees%20Melbourne%20%7C&pmd[locale]=en&pmd[description]=TAFE%20Courses%20in%20Melbourne.%20Melbourne%20Polytechnic%20offers%20a%20diverse%20range%20of%20innovative%2C%20hands-on%20practical%20skills%20and%20modern%20theoretical%20learning.&imft=1&tz=0&it=1780539446378&coo=false&expv2[0]=pl1&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im0&expv2[6]=hf1&rqm=FGETwww.facebook.com/privacy_sandbox/pi... https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=293782161828783&ev=PageView&dl=https%3A%2F%2Fwww.melbournepolytechnic.edu.au%2F&rl=&if=false&ts=1780539446521&iw=false&sw=800&sh=600&v=2.9.331&r=stable&ec=0&o=4126&fbp=fb.2.1780539446512.124842541742031785&ler=empty&cdl=API_unavailable&pmd[title]=Melbourne%20Polytechnic%20%7C%20TAFE%20and%20Degrees%20Melbourne%20%7C&pmd[locale]=en&pmd[description]=TAFE%20Courses%20in%20Melbourne.%20Melbourne%20Polytechnic%20offers%20a%20diverse%20range%20of%20innovative%2C%20hands-on%20practical%20skills%20and%20modern%20theoretical%20learning.&imft=1&tz=0&it=1780539446378&coo=false&expv2[0]=pl1&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im0&expv2[6]=hf1&rqm=FGET — -1 — 0 B — 96 ms — https://connect.facebook.net/signals/config/3559642374247217?v=2.9.331&r=stable&domain=www.melbournepolytechnic.edu.au&hme=e74ef087f6fde11ad272cfacc345e71ff5f13bae4406879254c760ecb88febfc&ex_m=105%2C208%2C156%2C22%2C73%2C74%2C147%2C69%2C68%2C11%2C165%2C91%2C16%2C139%2C128%2C39%2C76%2C79%2C135%2C161%2C167%2C8%2C4%2C5%2C7%2C6%2C3%2C92%2C102%2C168%2C173%2C222%2C62%2C189%2C190%2C55%2C280%2C30%2C75%2C234%2C233%2C232%2C23%2C33%2C104%2C61%2C10%2C64%2C98%2C99%2C100%2C106%2C131%2C31%2C29%2C133%2C134%2C130%2C129%2C157%2C77%2C160%2C158%2C159%2C50%2C60%2C124%2C15%2C164%2C45%2C267%2C268%2C266%2C26%2C27%2C28%2C48%2C148%2C78%2C113%2C18%2C20%2C44%2C40%2C42%2C41%2C84%2C93%2C97%2C111%2C146%2C149%2C46%2C112%2C24%2C21%2C120%2C70%2C36%2C151%2C150%2C152%2C143%2C141%2C25%2C35%2C59%2C110%2C163%2C71%2C17%2C154%2C115%2C82%2C67%2C19%2C86%2C87%2C117%2C85%2C137%2C136%2C140%2C162%2C34%2C282%2C298%2C215%2C204%2C205%2C203%2C301%2C292%2C52%2C216%2C108%2C132%2C81%2C122%2C54%2C47%2C49%2C114%2C121%2C127%2C126%2C58%2C65%2C63%2C153%2C116%2C37%2C32%2C53%2C56%2C101%2C166%2C1%2C125%2C14%2C123%2C12%2C2%2C57%2C94%2C66%2C119%2C90%2C89%2C169%2C170%2C95%2C96%2C9%2C103%2C51%2C144%2C88%2C80%2C72%2C118%2C107%2C43%2C145%2C0%2C83%2C138%2C142%2C155%2C38%2C109%2C13%2C171%2C231%2C230%2C225%2C227%2C228%2C229%2C226%2C214%2C224%2C196%2C193%2C194%2C188%2C192%2C195%2C191%2C186%2C322%2C199%2C218%2C187%2C185%2C238%2C209%2C179%2C180%2C175%2C181%2C178%2C176%2C177%2C174%2C172%2C183%2C184%2C182%2C269%2C321%2C197%2C241%2C247%2C242%2C244%2C246%2C245%2C243%2C240%2C256%2C251%2C253%2C250%2C257%2C254%2C249%2C255%2C252%2C248%2C295connect.facebook.net/signals/config... https://connect.facebook.net/signals/config/3559642374247217?v=2.9.331&r=stable&domain=www.melbournepolytechnic.edu.au&hme=e74ef087f6fde11ad272cfacc345e71ff5f13bae4406879254c760ecb88febfc&ex_m=105%2C208%2C156%2C22%2C73%2C74%2C147%2C69%2C68%2C11%2C165%2C91%2C16%2C139%2C128%2C39%2C76%2C79%2C135%2C161%2C167%2C8%2C4%2C5%2C7%2C6%2C3%2C92%2C102%2C168%2C173%2C222%2C62%2C189%2C190%2C55%2C280%2C30%2C75%2C234%2C233%2C232%2C23%2C33%2C104%2C61%2C10%2C64%2C98%2C99%2C100%2C106%2C131%2C31%2C29%2C133%2C134%2C130%2C129%2C157%2C77%2C160%2C158%2C159%2C50%2C60%2C124%2C15%2C164%2C45%2C267%2C268%2C266%2C26%2C27%2C28%2C48%2C148%2C78%2C113%2C18%2C20%2C44%2C40%2C42%2C41%2C84%2C93%2C97%2C111%2C146%2C149%2C46%2C112%2C24%2C21%2C120%2C70%2C36%2C151%2C150%2C152%2C143%2C141%2C25%2C35%2C59%2C110%2C163%2C71%2C17%2C154%2C115%2C82%2C67%2C19%2C86%2C87%2C117%2C85%2C137%2C136%2C140%2C162%2C34%2C282%2C298%2C215%2C204%2C205%2C203%2C301%2C292%2C52%2C216%2C108%2C132%2C81%2C122%2C54%2C47%2C49%2C114%2C121%2C127%2C126%2C58%2C65%2C63%2C153%2C116%2C37%2C32%2C53%2C56%2C101%2C166%2C1%2C125%2C14%2C123%2C12%2C2%2C57%2C94%2C66%2C119%2C90%2C89%2C169%2C170%2C95%2C96%2C9%2C103%2C51%2C144%2C88%2C80%2C72%2C118%2C107%2C43%2C145%2C0%2C83%2C138%2C142%2C155%2C38%2C109%2C13%2C171%2C231%2C230%2C225%2C227%2C228%2C229%2C226%2C214%2C224%2C196%2C193%2C194%2C188%2C192%2C195%2C191%2C186%2C322%2C199%2C218%2C187%2C185%2C238%2C209%2C179%2C180%2C175%2C181%2C178%2C176%2C177%2C174%2C172%2C183%2C184%2C182%2C269%2C321%2C197%2C241%2C247%2C242%2C244%2C246%2C245%2C243%2C240%2C256%2C251%2C253%2C250%2C257%2C254%2C249%2C255%2C252%2C248%2C295 — 200 — 100.1 KiB — 31 ms — h3https://www.facebook.com/tr/?id=293782161828783&ev=PageView&dl=https%3A%2F%2Fwww.melbournepolytechnic.edu.au%2F&rl=&if=false&ts=1780539446521&iw=false&sw=800&sh=600&v=2.9.331&r=stable&ec=0&o=4126&fbp=fb.2.1780539446512.124842541742031785&ler=empty&cdl=API_unavailable&pmd[title]=Melbourne%20Polytechnic%20%7C%20TAFE%20and%20Degrees%20Melbourne%20%7C&pmd[locale]=en&pmd[description]=TAFE%20Courses%20in%20Melbourne.%20Melbourne%20Polytechnic%20offers%20a%20diverse%20range%20of%20innovative%2C%20hands-on%20practical%20skills%20and%20modern%20theoretical%20learning.&imft=1&tz=0&it=1780539446378&coo=false&expv2[0]=pl1&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im0&expv2[6]=hf1&rqm=GETwww.facebook.com/tr/?id=29378216182... https://www.facebook.com/tr/?id=293782161828783&ev=PageView&dl=https%3A%2F%2Fwww.melbournepolytechnic.edu.au%2F&rl=&if=false&ts=1780539446521&iw=false&sw=800&sh=600&v=2.9.331&r=stable&ec=0&o=4126&fbp=fb.2.1780539446512.124842541742031785&ler=empty&cdl=API_unavailable&pmd[title]=Melbourne%20Polytechnic%20%7C%20TAFE%20and%20Degrees%20Melbourne%20%7C&pmd[locale]=en&pmd[description]=TAFE%20Courses%20in%20Melbourne.%20Melbourne%20Polytechnic%20offers%20a%20diverse%20range%20of%20innovative%2C%20hands-on%20practical%20skills%20and%20modern%20theoretical%20learning.&imft=1&tz=0&it=1780539446378&coo=false&expv2[0]=pl1&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im0&expv2[6]=hf1&rqm=GET — 200 — 16 B — 39 ms — h3https://api.livechatinc.com/v3.6/customer/action/get_dynamic_configuration?x-region=us-south1&license_id=8297961&client_id=c5e4f61e1a6c3b1521b541bc5c5a2ac5&url=https%3A%2F%2Fwww.melbournepolytechnic.edu.au%2F&channel_type=code&implementation_type=potentially_gtm&jsonp=__77chl9eag53api.livechatinc.com/v3.6/customer/a... https://api.livechatinc.com/v3.6/customer/action/get_dynamic_configuration?x-region=us-south1&license_id=8297961&client_id=c5e4f61e1a6c3b1521b541bc5c5a2ac5&url=https%3A%2F%2Fwww.melbournepolytechnic.edu.au%2F&channel_type=code&implementation_type=potentially_gtm&jsonp=__77chl9eag53 — 200 — 637 B — 153 ms — h2https://md-eecad2978f7a43f5b7838c919258e6de.ecs.us-east-2.on.aws/events?cee=nomd-eecad2978f7a43f5b7838c919258e6de... https://md-eecad2978f7a43f5b7838c919258e6de.ecs.us-east-2.on.aws/events?cee=no — 200 — 175 B — 359 ms — h2https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=3559642374247217&ev=PageView&dl=https%3A%2F%2Fwww.melbournepolytechnic.edu.au%2F&rl=&if=false&ts=1780539446613&iw=false&sw=800&sh=600&v=2.9.331&r=stable&ec=0&o=4126&fbp=fb.2.1780539446512.124842541742031785&ler=empty&cdl=API_unavailable&pmd[title]=Melbourne%20Polytechnic%20%7C%20TAFE%20and%20Degrees%20Melbourne%20%7C&pmd[locale]=en&pmd[description]=TAFE%20Courses%20in%20Melbourne.%20Melbourne%20Polytechnic%20offers%20a%20diverse%20range%20of%20innovative%2C%20hands-on%20practical%20skills%20and%20modern%20theoretical%20learning.&imft=1&tz=0&eid=ob3_plugin-set_09c71f08ecb54e0581e3cf88da03debbbfca78333f5815e5ed778c31538eff03&it=1780539446378&coo=false&cf=1&expv2[0]=pl1&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im0&expv2[6]=hf1&rqm=FGETwww.facebook.com/privacy_sandbox/pi... https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=3559642374247217&ev=PageView&dl=https%3A%2F%2Fwww.melbournepolytechnic.edu.au%2F&rl=&if=false&ts=1780539446613&iw=false&sw=800&sh=600&v=2.9.331&r=stable&ec=0&o=4126&fbp=fb.2.1780539446512.124842541742031785&ler=empty&cdl=API_unavailable&pmd[title]=Melbourne%20Polytechnic%20%7C%20TAFE%20and%20Degrees%20Melbourne%20%7C&pmd[locale]=en&pmd[description]=TAFE%20Courses%20in%20Melbourne.%20Melbourne%20Polytechnic%20offers%20a%20diverse%20range%20of%20innovative%2C%20hands-on%20practical%20skills%20and%20modern%20theoretical%20learning.&imft=1&tz=0&eid=ob3_plugin-set_09c71f08ecb54e0581e3cf88da03debbbfca78333f5815e5ed778c31538eff03&it=1780539446378&coo=false&cf=1&expv2[0]=pl1&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im0&expv2[6]=hf1&rqm=FGET — -1 — 0 B — 55 ms — https://www.facebook.com/tr/?id=3559642374247217&ev=PageView&dl=https%3A%2F%2Fwww.melbournepolytechnic.edu.au%2F&rl=&if=false&ts=1780539446613&iw=false&sw=800&sh=600&v=2.9.331&r=stable&ec=0&o=4126&fbp=fb.2.1780539446512.124842541742031785&ler=empty&cdl=API_unavailable&pmd[title]=Melbourne%20Polytechnic%20%7C%20TAFE%20and%20Degrees%20Melbourne%20%7C&pmd[locale]=en&pmd[description]=TAFE%20Courses%20in%20Melbourne.%20Melbourne%20Polytechnic%20offers%20a%20diverse%20range%20of%20innovative%2C%20hands-on%20practical%20skills%20and%20modern%20theoretical%20learning.&imft=1&tz=0&eid=ob3_plugin-set_09c71f08ecb54e0581e3cf88da03debbbfca78333f5815e5ed778c31538eff03&it=1780539446378&coo=false&cf=1&expv2[0]=pl1&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im0&expv2[6]=hf1&rqm=GETwww.facebook.com/tr/?id=35596423742... https://www.facebook.com/tr/?id=3559642374247217&ev=PageView&dl=https%3A%2F%2Fwww.melbournepolytechnic.edu.au%2F&rl=&if=false&ts=1780539446613&iw=false&sw=800&sh=600&v=2.9.331&r=stable&ec=0&o=4126&fbp=fb.2.1780539446512.124842541742031785&ler=empty&cdl=API_unavailable&pmd[title]=Melbourne%20Polytechnic%20%7C%20TAFE%20and%20Degrees%20Melbourne%20%7C&pmd[locale]=en&pmd[description]=TAFE%20Courses%20in%20Melbourne.%20Melbourne%20Polytechnic%20offers%20a%20diverse%20range%20of%20innovative%2C%20hands-on%20practical%20skills%20and%20modern%20theoretical%20learning.&imft=1&tz=0&eid=ob3_plugin-set_09c71f08ecb54e0581e3cf88da03debbbfca78333f5815e5ed778c31538eff03&it=1780539446378&coo=false&cf=1&expv2[0]=pl1&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im0&expv2[6]=hf1&rqm=GET — 200 — 16 B — 19 ms — h3https://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.7 KiB — 7 ms — h2https://analytics-ipv6.tiktokw.us/ipv6/enrich_ipv6analytics-ipv6.tiktokw.us/ipv6/enri... https://analytics-ipv6.tiktokw.us/ipv6/enrich_ipv6 — 200 — 1.2 KiB — 177 ms — http/1.1https://analytics.tiktok.com/api/v2/pixelanalytics.tiktok.com/api/v2/pixel https://analytics.tiktok.com/api/v2/pixel — 200 — 910 B — 163 ms — h2https://analytics.tiktok.com/api/v2/pixelanalytics.tiktok.com/api/v2/pixel https://analytics.tiktok.com/api/v2/pixel — 200 — 906 B — 164 ms — h2https://region1.google-analytics.com/g/collect?v=2&tid=G-2YPVVPTLCY&gtm=45je6621h1v9136825708za20g&_p=1780539445871&gcd=13l3l3l2l3l1&npa=1&dma_cps=a&dma=1&_eu=EBAI&are=1&cid=1523638867.1780539446&frm=0&ir=1&pscdl=noapi&rcb=17&sr=800x600&uaa=x86&uab=64&uafvl=Not%252FA)Brand%3B99.0.0.0%7CChromium%3B148.0.7778.215&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938466~115938469~118228215~119027224&dl=https%3A%2F%2Fwww.melbournepolytechnic.edu.au%2F&dt=Melbourne%20Polytechnic%20%7C%20TAFE%20and%20Degrees%20Melbourne%20%7C&sid=1780539446&sct=1&seg=0&_tu=6AQ&en=page_view&_fv=1&_ss=1&_ee=1&gap.uat=0~115938466~115938469~118228215~119027224&tfd=1940region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-2YPVVPTLCY&gtm=45je6621h1v9136825708za20g&_p=1780539445871&gcd=13l3l3l2l3l1&npa=1&dma_cps=a&dma=1&_eu=EBAI&are=1&cid=1523638867.1780539446&frm=0&ir=1&pscdl=noapi&rcb=17&sr=800x600&uaa=x86&uab=64&uafvl=Not%252FA)Brand%3B99.0.0.0%7CChromium%3B148.0.7778.215&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938466~115938469~118228215~119027224&dl=https%3A%2F%2Fwww.melbournepolytechnic.edu.au%2F&dt=Melbourne%20Polytechnic%20%7C%20TAFE%20and%20Degrees%20Melbourne%20%7C&sid=1780539446&sct=1&seg=0&_tu=6AQ&en=page_view&_fv=1&_ss=1&_ee=1&gap.uat=0~115938466~115938469~118228215~119027224&tfd=1940 — 204 — 290 B — 25 ms — h2https://api.livechatinc.com/v3.6/customer/action/get_configuration?organization_id=c1a8f454-cb23-4f55-8e35-7f7c265dc9a8&version=3835.0.4.2899.95.819.27.11.7.25.7.15.2&x-region=us-south1&group_id=1&jsonp=__lc_static_configapi.livechatinc.com/v3.6/customer/a... https://api.livechatinc.com/v3.6/customer/action/get_configuration?organization_id=c1a8f454-cb23-4f55-8e35-7f7c265dc9a8&version=3835.0.4.2899.95.819.27.11.7.25.7.15.2&x-region=us-south1&group_id=1&jsonp=__lc_static_config — 200 — 2.0 KiB — 19 ms — h2https://api.livechatinc.com/v3.6/customer/action/get_localization?organization_id=c1a8f454-cb23-4f55-8e35-7f7c265dc9a8&version=e5f6a7b8c9d0e1f2a3b4c5d6e7f8a9b0_e72457f4fd5f559f62fd7c6d186d8cd2&language=en&x-region=us-south1&group_id=1&jsonp=__lc_localizationapi.livechatinc.com/v3.6/customer/a... https://api.livechatinc.com/v3.6/customer/action/get_localization?organization_id=c1a8f454-cb23-4f55-8e35-7f7c265dc9a8&version=e5f6a7b8c9d0e1f2a3b4c5d6e7f8a9b0_e72457f4fd5f559f62fd7c6d186d8cd2&language=en&x-region=us-south1&group_id=1&jsonp=__lc_localization — 200 — 5.2 KiB — 18 ms — h2https://secure.livechatinc.com/customer/action/open_chat?license_id=8297961&group=1&embedded=1&widget_version=3&unique_groups=0&organization_id=c1a8f454-cb23-4f55-8e35-7f7c265dc9a8&use_parent_storage=1&x-region=us-south1secure.livechatinc.com/customer/act... https://secure.livechatinc.com/customer/action/open_chat?license_id=8297961&group=1&embedded=1&widget_version=3&unique_groups=0&organization_id=c1a8f454-cb23-4f55-8e35-7f7c265dc9a8&use_parent_storage=1&x-region=us-south1 — 200 — 989 B — 55 ms — http/1.1https://cdn.livechatinc.com/widget/static/js/livechat.BEIRvtwn.jscdn.livechatinc.com/widget/static/j... https://cdn.livechatinc.com/widget/static/js/livechat.BEIRvtwn.js — 200 — 1001 B — 10 ms — h2https://cdn.livechatinc.com/widget/static/js/0.Bh3qTgas.chunk.jscdn.livechatinc.com/widget/static/j... https://cdn.livechatinc.com/widget/static/js/0.Bh3qTgas.chunk.js — 200 — 25.0 KiB — 9 ms — h2https://cdn.livechatinc.com/widget/static/js/1.BhdyY2Ey.chunk.jscdn.livechatinc.com/widget/static/j... https://cdn.livechatinc.com/widget/static/js/1.BhdyY2Ey.chunk.js — 200 — 20.1 KiB — 9 ms — h2https://cdn.livechatinc.com/widget/static/js/2.CBcDdgas.chunk.jscdn.livechatinc.com/widget/static/j... https://cdn.livechatinc.com/widget/static/js/2.CBcDdgas.chunk.js — 200 — 85.6 KiB — 24 ms — h2https://cdn.livechatinc.com/widget/static/js/3.BkPmegIK.chunk.jscdn.livechatinc.com/widget/static/j... https://cdn.livechatinc.com/widget/static/js/3.BkPmegIK.chunk.js — 200 — 41.3 KiB — 16 ms — h2https://cdn.livechatinc.com/widget/static/js/4.3_ceOpxi.chunk.jscdn.livechatinc.com/widget/static/j... https://cdn.livechatinc.com/widget/static/js/4.3_ceOpxi.chunk.js — 200 — 63.3 KiB — 25 ms — h2https://cdn.livechatinc.com/widget/static/js/5.CAuf-t_Q.chunk.jscdn.livechatinc.com/widget/static/j... https://cdn.livechatinc.com/widget/static/js/5.CAuf-t_Q.chunk.js — 200 — 8.0 KiB — 16 ms — h2https://cdn.livechatinc.com/widget/static/js/6.DoTVWiIk.chunk.jscdn.livechatinc.com/widget/static/j... https://cdn.livechatinc.com/widget/static/js/6.DoTVWiIk.chunk.js — 200 — 2.6 KiB — 17 ms — h2https://cdn.livechatinc.com/widget/static/js/7.qYTqns9Q.chunk.jscdn.livechatinc.com/widget/static/j... https://cdn.livechatinc.com/widget/static/js/7.qYTqns9Q.chunk.js — 200 — 602 B — 18 ms — h2https://cdn.livechatinc.com/widget/static/js/8.CdHUkLhG.chunk.jscdn.livechatinc.com/widget/static/j... https://cdn.livechatinc.com/widget/static/js/8.CdHUkLhG.chunk.js — 200 — 3.5 KiB — 19 ms — h2https://cdn.livechatinc.com/widget/static/js/9.xhyEK0_l.chunk.jscdn.livechatinc.com/widget/static/j... https://cdn.livechatinc.com/widget/static/js/9.xhyEK0_l.chunk.js — 200 — 636 B — 22 ms — h2https://cdn.livechatinc.com/widget/static/js/10.DUdRjcHj.chunk.jscdn.livechatinc.com/widget/static/j... https://cdn.livechatinc.com/widget/static/js/10.DUdRjcHj.chunk.js — 200 — 39.7 KiB — 25 ms — h2https://cdn.livechatinc.com/widget/static/js/11.al-9NYxR.chunk.jscdn.livechatinc.com/widget/static/j... https://cdn.livechatinc.com/widget/static/js/11.al-9NYxR.chunk.js — 200 — 800 B — 21 ms — h2https://cdn.livechatinc.com/widget/static/js/12.DJPUQwQu.chunk.jscdn.livechatinc.com/widget/static/j... https://cdn.livechatinc.com/widget/static/js/12.DJPUQwQu.chunk.js — 200 — 857 B — 23 ms — h2https://analytics.tiktok.com/api/v2/pixel/actanalytics.tiktok.com/api/v2/pixel/a... https://analytics.tiktok.com/api/v2/pixel/act — 200 — 909 B — 164 ms — h2https://accounts.livechatinc.com/v2/customer/tokenaccounts.livechatinc.com/v2/custome... https://accounts.livechatinc.com/v2/customer/token — 200 — 1.3 KiB — 191 ms — h2https://fonts.gstatic.com/s/inter/v20/UcCo3FwrK3iLTcviYwYZ8UA3.woff2fonts.gstatic.com/s/inter/v20/UcCo3... https://fonts.gstatic.com/s/inter/v20/UcCo3FwrK3iLTcviYwYZ8UA3.woff2 — 200 — 71.3 KiB — 53 ms — h3https://cdn.livechat-files.com/api/file/lc/main/default/eyeCatchers/new005.pngcdn.livechat-files.com/api/file/lc/... https://cdn.livechat-files.com/api/file/lc/main/default/eyeCatchers/new005.png — 200 — 10.8 KiB — 44 ms — h2https://www.melbournepolytechnic.edu.au/build/icons.svg?v=2/build/icons.svg?v=2 https://www.melbournepolytechnic.edu.au/build/icons.svg?v=2 — 200 — 77.3 KiB — 321 ms — h2https://az416426.vo.msecnd.net/scripts/a/ai.0.jsaz416426.vo.msecnd.net/scripts/a/ai... https://az416426.vo.msecnd.net/scripts/a/ai.0.js — 200 — 21.6 KiB — 125 ms — h2https://www.melbournepolytechnic.edu.au/svg/sprite.svg/svg/sprite.svg https://www.melbournepolytechnic.edu.au/svg/sprite.svg — 200 — 0 B — 4 ms — h2https://www.melbournepolytechnic.edu.au/svg/sprite.svg?v=9b8bace4-b2d7-4d95-9cbf-f5eb59b06de9/svg/sprite.svg?v=9b8bace4-b2d7-4d9... https://www.melbournepolytechnic.edu.au/svg/sprite.svg?v=9b8bace4-b2d7-4d95-9cbf-f5eb59b06de9 — 200 — 333.7 KiB — 949 ms — h2https://tracking.monsido.com/?a=LxpAr-Rlrbl1IIokxpp7IA&b=https%3A%2F%2Fwww.melbournepolytechnic.edu.au%2F&c=7851780539449361&d=800x600&f=43C1780539449361&h=2tracking.monsido.com/?a=LxpAr-Rlrbl... https://tracking.monsido.com/?a=LxpAr-Rlrbl1IIokxpp7IA&b=https%3A%2F%2Fwww.melbournepolytechnic.edu.au%2F&c=7851780539449361&d=800x600&f=43C1780539449361&h=2 — 200 — 196 B — 74 ms — h2https://www.google-analytics.com/j/collect?v=1&_v=j102&a=640056072&t=event&ni=1&_s=1&dl=https%3A%2F%2Fwww.melbournepolytechnic.edu.au%2F&ul=en-us&dt=Melbourne%20Polytechnic%20%7C%20TAFE%20and%20Degrees%20Melbourne%20%7C&sr=800x600&vp=1350x940&ec=Scroll&ea=25%25&_u=aEDAAEABAAAAACAAI~&jid=318826364&gjid=1293526232&cid=1523638867.1780539446&tid=UA-44413242-9&_gid=202479092.1780539446&_r=1&_slc=1&gtm=45He6621n81KM4PX9Hv813453125za200zd813453125&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938469~118228215~119027224&npa=1&z=1916853603www.google-analytics.com/j/collect?... https://www.google-analytics.com/j/collect?v=1&_v=j102&a=640056072&t=event&ni=1&_s=1&dl=https%3A%2F%2Fwww.melbournepolytechnic.edu.au%2F&ul=en-us&dt=Melbourne%20Polytechnic%20%7C%20TAFE%20and%20Degrees%20Melbourne%20%7C&sr=800x600&vp=1350x940&ec=Scroll&ea=25%25&_u=aEDAAEABAAAAACAAI~&jid=318826364&gjid=1293526232&cid=1523638867.1780539446&tid=UA-44413242-9&_gid=202479092.1780539446&_r=1&_slc=1&gtm=45He6621n81KM4PX9Hv813453125za200zd813453125&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938469~118228215~119027224&npa=1&z=1916853603 — 200 — 26 B — 24 ms — h3https://dc.services.visualstudio.com/v2/trackdc.services.visualstudio.com/v2/tra... https://dc.services.visualstudio.com/v2/track — 204 — 0 B — 168 ms — h2https://www.melbournepolytechnic.edu.au/favicon-32x32.png/favicon-32x32.png https://www.melbournepolytechnic.edu.au/favicon-32x32.png — 200 — 5.8 KiB — 333 ms — h2https://dc.services.visualstudio.com/v2/trackdc.services.visualstudio.com/v2/tra... https://dc.services.visualstudio.com/v2/track — 200 — 200 B — 395 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
43% of JavaScript execution is third-party
First-party Third-party 462ms · 871KB · A$6/mo
Google Tag Manager
Tag Manager
Optional
Execution 157ms
Transfer 174 KB
Unused 38%
Monthly Cost A$2/mo
Google Tag Manager
Tag Manager
Optional
Execution 73ms
Transfer 146 KB
Unused 43%
Monthly Cost A$1/mo
Google Tag Manager
Tag Manager
Optional
Execution 68ms
Transfer 180 KB
Unused 37%
Monthly Cost A$1/mo
analytics.tiktok.com
Other
Optional
Execution 62ms
Transfer 118 KB
Unused 53%
Monthly Cost A$1/mo
Facebook Pixel
Advertising
Optional
Execution 51ms
Transfer 100 KB
Unused 25%
Monthly Cost A$1/mo
Google Tag Manager
Tag Manager
Optional
Execution 51ms
Transfer 153 KB
Unused 41%
Monthly Cost A$1/mo

43% 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

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

Why this matters

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

Source: web.dev

How third-party costs are calculated

Real-User Performance (CrUX)
Field metrics from the Chrome User Experience Report
INFO

Chrome User Experience (CrUX)

Real-user metrics from the Chrome UX Report (2026-05-06 — 2026-06-02)

LCP (p75)

1816 ms

86% good

INP (p75)

119 ms

89% good

CLS (p75)

0.000

94% good

FCP (p75)

1765 ms

TTFB (p75)

584 ms

This origin passes Core Web Vitals assessment
Image Optimization
22 images, 45 KB total, 0 KB wasted
INFO

Image Optimization Audit

Total Images

22

Total Size

45 KB

11 missing dimensions 17 missing lazy loading
All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback