Skip to content
https://mediatek.com

Performance

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

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

60
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
78
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
81
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
92
SEO Measures basic SEO optimizations: meta tags, crawlability, link text, and mobile friendliness.

First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.

1.58 s

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

15.34 s

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

75 ms

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

0.000

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

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

15.34 s

Page Load Progression

707 ms
1.4 s
2.1 s
2.8 s
3.5 s
4.2 s
4.9 s
5.7 s
Checks
15
5 PASS 3 REVIEW 5 FIX
F
Page Weight Budget
Action
16.8 MB transferred, 151 requests
FIX
16.8 MB transferred, 151 requests
Critical::
Page weighs 20.7 MB (16.8 MB transferred)
Warning::
Images are 15.2 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 15.2 MB
Warning::
JavaScript is 1.2 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.2 MB
Info::
Fonts are 372 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 372 KB
Warning::
151 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 3.5 g CO2 per page load
16.8 MB / 2.4 MB budget
16.8 MB transferred
151 requests
3.5 g CO2 per page load
Images 15.2 MiB 91%
JavaScript 1.2 MiB 7%
Fonts 371.8 KiB 2%
HTML 29.9 KiB 0%
CSS 17.6 KiB 0%
Other 13.3 KiB 0%
Other 6.6 KiB 0%
Other 3.0 KiB 0%
Other 559 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 (16.8 MiB of 16.8 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
D
JS Bundles
Action
29 scripts, 386 KB unused
FIX
29 scripts, 386 KB unused
Warning::
https://www.googletagmanager.com/gtag/js?id=AW-109...: 104 KB unused (74%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.mediatek.com/_hcms/forms/v2.js: 77 KB unused (40%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-V4S2...: 66 KB unused (37%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=AW-109...: 54 KB unused (38%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=AW-840...: 51 KB unused (35%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 386 KB
386 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.googletagmanager.com/gtag/js?id=AW-10991109502&cx=c&gtm=4e64f1h2142 KB104 KB (74%)3rd
https://www.mediatek.com/_hcms/forms/v2.js201 KB77 KB (40%)3rd
https://www.googletagmanager.com/gtag/js?id=G-V4S2606G0C&cx=c&gtm=4e64f0178 KB66 KB (37%)3rd
https://www.googletagmanager.com/gtag/js?id=AW-10991109502142 KB54 KB (38%)3rd
https://www.googletagmanager.com/gtag/js?id=AW-840382713145 KB51 KB (35%)3rd
https://cdnjs.cloudflare.com/ajax/libs/Swiper/11.0.5/swiper-bundle.min.js36 KB34 KB (97%)3rd
https://www.mediatek.com/hs/hsstatic/HubspotToolsMenu/static-1.640/js/index.js6 KB3rd
https://js.hsforms.net/forms/embed/v2.js1 KB3rd
https://7052064.fs1.hubspotusercontent-na1.net/hubfs/7052064/hub_generated/module_assets/1/-2712622/1776271863351/module_search_input.min.js2 KB3rd
https://www.mediatek.com/hubfs/hub_generated/module_assets/1/161695193420/1776319074766/module_home-page-banner.min.js2 KB3rd

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

D
Page Weight Inventory
Action
151 resources · 16.8 MB · 386 KB savings available
FIX
151 resources · 16.8 MB · 386 KB savings available
Warning::
Page weight 15.8 MB over 1MB target
Got: 16.8 MB Expected: ≤ 1 MB
Info::
~386 KB of savings available
Warning::
150 third-party resources (100% of weight)
Info::
22 resources over 200KB
151 resources · 16.8 MiB · 150 third-party 15.8 MiB over 1MB target
Image 91% · 15.3 MiB
JavaScript 7% · 1.2 MiB
Font 2% · 371.8 KiB
Document 0% · 29.9 KiB
CSS 0% · 17.6 KiB
Other 0% · 9.9 KiB

~386.4 KiB of savings available

Remove unused JavaScript: 386.4 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
70 images, 0 KB saveable
REVIEW
70 images, 0 KB saveable
Warning::
https://www.mediatek.com/hubfs/MediaTek%20Assets/I... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.mediatek.com/hs-fs/hubfs/MediaTek%20As... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.mediatek.com/hs-fs/hubfs/MediaTek%20As... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.mediatek.com/hubfs/MediaTek%20Assets/I... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.mediatek.com/hubfs/All-Day%20Power%20M... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.mediatek.com/hubfs/IAA%20Mobility%2020... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.mediatek.com/hubfs/Transforming%20the%... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.mediatek.com/hs-fs/hubfs/MediaTek%20As... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.mediatek.com/hubfs/%23223%20-%20OPPO%2... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.mediatek.com/hubfs/%23224%20-%20vivo%2... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.mediatek.com/hs-fs/hubfs/MediaTek%20As... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.mediatek.com/hubfs/11th%20NOV-%20Grinn... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.mediatek.com/hs-fs/hubfs/MediaTek%20As... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.mediatek.com/hubfs/2.%20Centre%20Align... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.mediatek.com/hubfs/MediaTek%20Assets/I... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.mediatek.com/hubfs/wi-fi-8%20filogic%2... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.mediatek.com/hubfs/Kompanio%20540%20-%... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.mediatek.com/hubfs/pd-rajput.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.mediatek.com/hubfs/15k-mini-RGB-LED.jp... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.mediatek.com/hubfs/%23222%20-%20MediaT... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.mediatek.com/hs-fs/hubfs/MediaTek%20As... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.mediatek.com/hs-fs/hubfs/MediaTek%20As... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.mediatek.com/hs-fs/hubfs/MediaTek%20As... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.mediatek.com/hs-fs/hubfs/NVIDIA_AI_Fac... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.mediatek.com/hubfs/%23221%20-%20MediaT... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.mediatek.com/hs-fs/hubfs/MediaTek%20As... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.mediatek.com/hubfs/raw_assets/public/M... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.mediatek.com/hs-fs/hubfs/MediaTek%20As... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.mediatek.com/hubfs/MediaTek%20Assets/I... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.mediatek.com/hubfs/Ask%20not%20what%20... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.mediatek.com/hs-fs/hubfs/MediaTek%20As... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.mediatek.com/hubfs/speedport-7-grey.pn... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.mediatek.com/hubfs/MediaTek%20Assets/I... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.mediatek.com/hs-fs/hubfs/LexisNexis032... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.mediatek.com/hubfs/MediaTek%20Assets/I... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
70 images 15.2 MB
0 oversized -0 KB
16 legacy format
35 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

C
JS Execution Cost
Action
1970ms total JS execution
REVIEW
1970ms total JS execution
Warning::
https://www.mediatek.com/: 654ms CPU time
Warning::
Unattributable: 409ms CPU time
Info::
https://js.hs-analytics.net/analytics/177636090000...: 175ms CPU time
Info::
https://www.mediatek.com/hubfs/hub_generated/modul...: 132ms CPU time
Info::
https://code.jquery.com/jquery-3.7.1.min.js: 131ms CPU time
Warning::
Third-party scripts: 1970ms (100% of total)

Main Thread Breakdown

Script Evaluation 40% Other 31% Style & Layout 16% Script Parsing & Compilation 6% Rendering 5%
ScriptTotalScriptingParse/CompileParty
https://www.mediatek.com/654ms53ms3ms3rd
Unattributable409ms6ms0ms3rd
https://js.hs-analytics.net/analytics/1776360900000/728015.js175ms117ms3ms3rd
https://www.mediatek.com/hubfs/hub_generated/module_assets/1/161695193420/1776319074766/module_home-page-banner.min.js132ms115ms0ms3rd
https://code.jquery.com/jquery-3.7.1.min.js131ms63ms3ms3rd
https://www.googletagmanager.com/gtag/js?id=AW-840382713128ms111ms16ms3rd
https://www.googletagmanager.com/gtag/js?id=G-V4S2606G0C&cx=c&gtm=4e64f099ms82ms16ms3rd
https://www.mediatek.com/_hcms/forms/v2.js89ms68ms18ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-T6ZB69WT79ms66ms12ms3rd
https://www.googletagmanager.com/gtag/js?id=AW-1099110950274ms61ms12ms3rd
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
6 fonts (372 KB)
PASS
6 fonts (372 KB)
Info::
6 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

6

372 KB total

Render-blocking

0

of 6

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s FCP 1.6 s LCP 15.3 shttps://728015.fs1.hubspotusercontent-na1.net/hubfs/728015/MediaTek_Mar_2024/fonts/RionaSans-Light.woffRionaSans-Light.woff https://728015.fs1.hubspotusercontent-na1.net/hubfs/728015/MediaTek_Mar_2024/fonts/RionaSans-Light.woff — 29.4 KiB — 133 ms — font-display: swaphttps://728015.fs1.hubspotusercontent-na1.net/hubfs/728015/Summit%202023/fonts/RionaSans-Regular.woffRionaSans-Regular.woff https://728015.fs1.hubspotusercontent-na1.net/hubfs/728015/Summit%202023/fonts/RionaSans-Regular.woff — 29.3 KiB — 138 ms — font-display: swaphttps://728015.fs1.hubspotusercontent-na1.net/hubfs/728015/MediaTek_Mar_2024/fonts/RionaSans-ExtraLight.woffRionaSans-ExtraLight.woff https://728015.fs1.hubspotusercontent-na1.net/hubfs/728015/MediaTek_Mar_2024/fonts/RionaSans-ExtraLight.woff — 28.1 KiB — 144 ms — font-display: swaphttps://728015.fs1.hubspotusercontent-na1.net/hubfs/728015/Summit%202023/fonts/RionaSans-Medium.woffRionaSans-Medium.woff https://728015.fs1.hubspotusercontent-na1.net/hubfs/728015/Summit%202023/fonts/RionaSans-Medium.woff — 29.9 KiB — 142 ms — font-display: swaphttps://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/webfonts/fa-solid-900.woff2fa-solid-900.woff2 https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/webfonts/fa-solid-900.woff2 — 147.2 KiB — 69 ms — font-display: swaphttps://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/webfonts/fa-brands-400.woff2fa-brands-400.woff2 https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/webfonts/fa-brands-400.woff2 — 107.9 KiB — 28 ms — font-display: swap
RionaSans-Light.woff woff swap
Size 29 KB
Load time 133 ms
Start 1.2 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
RionaSans-Regular.woff woff swap
Size 29 KB
Load time 138 ms
Start 1.2 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
RionaSans-ExtraLight.woff woff swap
Size 28 KB
Load time 144 ms
Start 1.2 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
RionaSans-Medium.woff woff swap
Size 30 KB
Load time 142 ms
Start 1.2 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
fa-solid-900.woff2 woff2 swap
Size 147 KB
Load time 69 ms
Start 1.2 s
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
fa-brands-400.woff2 woff2 swap
Size 108 KB
Load time 28 ms
Start 1.3 s
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)

Fixing the unchecked items could save ~163 KB and ~326 ms

A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
Network Waterfall
151 requests over 3368ms
INFO
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s FCP 1.6 s LCP 15.3 shttps://mediatek.com// https://mediatek.com/ — 302 — 129 B — 865 ms — http/1.0https://www.mediatek.com/www.mediatek.com/ https://www.mediatek.com/ — 200 — 29.9 KiB — 153 ms — h2https://www.mediatek.com/hubfs/hub_generated/template_assets/1/161694198809/1776345333850/template_main.min.csswww.mediatek.com/hubfs/hub_generate... https://www.mediatek.com/hubfs/hub_generated/template_assets/1/161694198809/1776345333850/template_main.min.css — 200 — 0 B — 55 ms — h2https://www.mediatek.com/hubfs/hub_generated/template_assets/1/178264772918/1775829707555/template_magnific_popup.min.csswww.mediatek.com/hubfs/hub_generate... https://www.mediatek.com/hubfs/hub_generated/template_assets/1/178264772918/1775829707555/template_magnific_popup.min.css — 200 — 0 B — 56 ms — h2https://cdnjs.cloudflare.com/ajax/libs/Swiper/11.0.5/swiper-bundle.csscdnjs.cloudflare.com/ajax/libs/Swip... https://cdnjs.cloudflare.com/ajax/libs/Swiper/11.0.5/swiper-bundle.css — 200 — 0 B — 38 ms — h3https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.csscdnjs.cloudflare.com/ajax/libs/font... https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css — 200 — 0 B — 39 ms — h3https://www.mediatek.com/hubfs/hub_generated/template_assets/1/161694187382/1775829704296/template_theme-overrides.csswww.mediatek.com/hubfs/hub_generate... https://www.mediatek.com/hubfs/hub_generated/template_assets/1/161694187382/1775829704296/template_theme-overrides.css — 200 — 0 B — 57 ms — h2https://7052064.fs1.hubspotusercontent-na1.net/hubfs/7052064/hub_generated/module_assets/1/-2712622/1776271863351/module_search_input.min.css7052064.fs1.hubspotusercontent-na1.... https://7052064.fs1.hubspotusercontent-na1.net/hubfs/7052064/hub_generated/module_assets/1/-2712622/1776271863351/module_search_input.min.css — 200 — 0 B — 57 ms — h2https://www.mediatek.com/hs/hsstatic/cos-LanguageSwitcher/static-1.336/sass/LanguageSwitcher.csswww.mediatek.com/hs/hsstatic/cos-La... https://www.mediatek.com/hs/hsstatic/cos-LanguageSwitcher/static-1.336/sass/LanguageSwitcher.css — 200 — 0 B — 36 ms — h2https://www.mediatek.com/hubfs/hub_generated/module_assets/1/161695193420/1776319074766/module_home-page-banner.min.csswww.mediatek.com/hubfs/hub_generate... https://www.mediatek.com/hubfs/hub_generated/module_assets/1/161695193420/1776319074766/module_home-page-banner.min.css — 200 — 3.0 KiB — 88 ms — h2https://www.mediatek.com/hubfs/hub_generated/module_assets/1/165142814775/1770292640568/module_home-top-content.min.csswww.mediatek.com/hubfs/hub_generate... https://www.mediatek.com/hubfs/hub_generated/module_assets/1/165142814775/1770292640568/module_home-top-content.min.css — 200 — 1.4 KiB — 94 ms — h2https://www.mediatek.com/hubfs/hub_generated/module_assets/1/165157361438/1770290554854/module_tabber-slider.min.csswww.mediatek.com/hubfs/hub_generate... https://www.mediatek.com/hubfs/hub_generated/module_assets/1/165157361438/1770290554854/module_tabber-slider.min.css — 200 — 2.8 KiB — 97 ms — h2https://www.mediatek.com/hubfs/hub_generated/module_assets/1/165147197095/1770285336365/module_card_slider_items.min.csswww.mediatek.com/hubfs/hub_generate... https://www.mediatek.com/hubfs/hub_generated/module_assets/1/165147197095/1770285336365/module_card_slider_items.min.css — 200 — 2.1 KiB — 95 ms — h2https://www.mediatek.com/hubfs/hub_generated/module_assets/1/165155857010/1773298068712/module_card_slider_products.min.csswww.mediatek.com/hubfs/hub_generate... https://www.mediatek.com/hubfs/hub_generated/module_assets/1/165155857010/1773298068712/module_card_slider_products.min.css — 200 — 2.2 KiB — 62 ms — h2https://www.mediatek.com/hubfs/hub_generated/module_assets/1/162409801299/1770285544645/module_blog_cards.min.csswww.mediatek.com/hubfs/hub_generate... https://www.mediatek.com/hubfs/hub_generated/module_assets/1/162409801299/1770285544645/module_blog_cards.min.css — 200 — 2.1 KiB — 77 ms — h2https://code.jquery.com/jquery-3.7.1.min.jscode.jquery.com/jquery-3.7.1.min.js https://code.jquery.com/jquery-3.7.1.min.js — 200 — 29.7 KiB — 56 ms — h2https://code.jquery.com/jquery-migrate-3.4.1.min.jscode.jquery.com/jquery-migrate-3.4.... https://code.jquery.com/jquery-migrate-3.4.1.min.js — 200 — 5.1 KiB — 53 ms — h2https://www.mediatek.com/hubfs/hub_generated/template_assets/1/165139606848/1775829710495/template_home-page-edits.csswww.mediatek.com/hubfs/hub_generate... https://www.mediatek.com/hubfs/hub_generated/template_assets/1/165139606848/1775829710495/template_home-page-edits.css — 200 — 2.3 KiB — 81 ms — h2https://www.mediatek.com/hubfs/hub_generated/template_assets/1/172346689970/1775829709036/template_home-page-edits-v5.min.csswww.mediatek.com/hubfs/hub_generate... https://www.mediatek.com/hubfs/hub_generated/template_assets/1/172346689970/1775829709036/template_home-page-edits-v5.min.css — 200 — 1.5 KiB — 96 ms — h2https://728015.fs1.hubspotusercontent-na1.net/hubfs/728015/MediaTek%20Assets/Images/Home%20Page/Quarterly%20Investor.jpg728015.fs1.hubspotusercontent-na1.n... https://728015.fs1.hubspotusercontent-na1.net/hubfs/728015/MediaTek%20Assets/Images/Home%20Page/Quarterly%20Investor.jpg — 200 — 811.8 KiB — 832 ms — h2https://728015.fs1.hubspotusercontent-na1.net/hubfs/728015/MediaTek%20Assets/Images/Home%20Page/Home%20Page%20Hero%20Banner_Desktop_1920X850.png728015.fs1.hubspotusercontent-na1.n... https://728015.fs1.hubspotusercontent-na1.net/hubfs/728015/MediaTek%20Assets/Images/Home%20Page/Home%20Page%20Hero%20Banner_Desktop_1920X850.png — 200 — 1.5 MiB — 864 ms — h2https://728015.fs1.hubspotusercontent-na1.net/hubfs/728015/MediaTek%20Assets/Images/Home%20Page/D9500S_Home%20Page%20Hero%20Banner_Desktop_1920X850.png728015.fs1.hubspotusercontent-na1.n... https://728015.fs1.hubspotusercontent-na1.net/hubfs/728015/MediaTek%20Assets/Images/Home%20Page/D9500S_Home%20Page%20Hero%20Banner_Desktop_1920X850.png — 200 — 2.0 MiB — 940 ms — h2https://728015.fs1.hubspotusercontent-na1.net/hubfs/728015/MediaTek%20Assets/Images/Banners/Candice_Desktop.jpg728015.fs1.hubspotusercontent-na1.n... https://728015.fs1.hubspotusercontent-na1.net/hubfs/728015/MediaTek%20Assets/Images/Banners/Candice_Desktop.jpg — 200 — 360.1 KiB — 525 ms — h2https://728015.fs1.hubspotusercontent-na1.net/hubfs/728015/MediaTek%20Assets/Images/Banners/Desktop_Kompanio-Ultra-910-2.jpg728015.fs1.hubspotusercontent-na1.n... https://728015.fs1.hubspotusercontent-na1.net/hubfs/728015/MediaTek%20Assets/Images/Banners/Desktop_Kompanio-Ultra-910-2.jpg — 200 — 109.6 KiB — 215 ms — h2https://728015.fs1.hubspotusercontent-na1.net/hubfs/728015/MediaTek%20Assets/Images/Home%20Page/D8500_Home%20Page%20Hero%20Banner_Desktop_1920X850.png728015.fs1.hubspotusercontent-na1.n... https://728015.fs1.hubspotusercontent-na1.net/hubfs/728015/MediaTek%20Assets/Images/Home%20Page/D8500_Home%20Page%20Hero%20Banner_Desktop_1920X850.png — 200 — 2.1 MiB — 942 ms — h2https://728015.fs1.hubspotusercontent-na1.net/hubfs/728015/MediaTek%20Assets/Images/Banners/Home%20Page%20Hero%20Banner_Desktop_1920X850.png728015.fs1.hubspotusercontent-na1.n... https://728015.fs1.hubspotusercontent-na1.net/hubfs/728015/MediaTek%20Assets/Images/Banners/Home%20Page%20Hero%20Banner_Desktop_1920X850.png — 200 — 1.5 MiB — 908 ms — h2https://728015.fs1.hubspotusercontent-na1.net/hubfs/728015/MediaTek%20Assets/Images/Slider%20images/Desktop_AI.jpg728015.fs1.hubspotusercontent-na1.n... https://728015.fs1.hubspotusercontent-na1.net/hubfs/728015/MediaTek%20Assets/Images/Slider%20images/Desktop_AI.jpg — 200 — 257.4 KiB — 500 ms — h2https://www.mediatek.com/hubfs/MediaTek%20Assets/Images/Slider%20images/Product_homepage.jpgwww.mediatek.com/hubfs/MediaTek%20A... https://www.mediatek.com/hubfs/MediaTek%20Assets/Images/Slider%20images/Product_homepage.jpg — 200 — 27.1 KiB — 276 ms — h2https://www.mediatek.com/hubfs/MediaTek%20Assets/Images/Slider%20images/Smartphone_homepage.jpgwww.mediatek.com/hubfs/MediaTek%20A... https://www.mediatek.com/hubfs/MediaTek%20Assets/Images/Slider%20images/Smartphone_homepage.jpg — 200 — 43.1 KiB — 307 ms — h2https://www.mediatek.com/hubfs/MediaTek%20Assets/Images/Static%20Images/smart-home.jpgwww.mediatek.com/hubfs/MediaTek%20A... https://www.mediatek.com/hubfs/MediaTek%20Assets/Images/Static%20Images/smart-home.jpg — 200 — 19.0 KiB — 256 ms — h2
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s FCP 1.6 s LCP 15.3 shttps://mediatek.com// https://mediatek.com/ — 302 — 129 B — 865 ms — http/1.0https://www.mediatek.com/www.mediatek.com/ https://www.mediatek.com/ — 200 — 29.9 KiB — 153 ms — h2https://www.mediatek.com/hubfs/hub_generated/template_assets/1/161694198809/1776345333850/template_main.min.csswww.mediatek.com/hubfs/hub_generate... https://www.mediatek.com/hubfs/hub_generated/template_assets/1/161694198809/1776345333850/template_main.min.css — 200 — 0 B — 55 ms — h2https://www.mediatek.com/hubfs/hub_generated/template_assets/1/178264772918/1775829707555/template_magnific_popup.min.csswww.mediatek.com/hubfs/hub_generate... https://www.mediatek.com/hubfs/hub_generated/template_assets/1/178264772918/1775829707555/template_magnific_popup.min.css — 200 — 0 B — 56 ms — h2https://cdnjs.cloudflare.com/ajax/libs/Swiper/11.0.5/swiper-bundle.csscdnjs.cloudflare.com/ajax/libs/Swip... https://cdnjs.cloudflare.com/ajax/libs/Swiper/11.0.5/swiper-bundle.css — 200 — 0 B — 38 ms — h3https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.csscdnjs.cloudflare.com/ajax/libs/font... https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css — 200 — 0 B — 39 ms — h3https://www.mediatek.com/hubfs/hub_generated/template_assets/1/161694187382/1775829704296/template_theme-overrides.csswww.mediatek.com/hubfs/hub_generate... https://www.mediatek.com/hubfs/hub_generated/template_assets/1/161694187382/1775829704296/template_theme-overrides.css — 200 — 0 B — 57 ms — h2https://7052064.fs1.hubspotusercontent-na1.net/hubfs/7052064/hub_generated/module_assets/1/-2712622/1776271863351/module_search_input.min.css7052064.fs1.hubspotusercontent-na1.... https://7052064.fs1.hubspotusercontent-na1.net/hubfs/7052064/hub_generated/module_assets/1/-2712622/1776271863351/module_search_input.min.css — 200 — 0 B — 57 ms — h2https://www.mediatek.com/hs/hsstatic/cos-LanguageSwitcher/static-1.336/sass/LanguageSwitcher.csswww.mediatek.com/hs/hsstatic/cos-La... https://www.mediatek.com/hs/hsstatic/cos-LanguageSwitcher/static-1.336/sass/LanguageSwitcher.css — 200 — 0 B — 36 ms — h2https://www.mediatek.com/hubfs/hub_generated/module_assets/1/161695193420/1776319074766/module_home-page-banner.min.csswww.mediatek.com/hubfs/hub_generate... https://www.mediatek.com/hubfs/hub_generated/module_assets/1/161695193420/1776319074766/module_home-page-banner.min.css — 200 — 3.0 KiB — 88 ms — h2https://www.mediatek.com/hubfs/hub_generated/module_assets/1/165142814775/1770292640568/module_home-top-content.min.csswww.mediatek.com/hubfs/hub_generate... https://www.mediatek.com/hubfs/hub_generated/module_assets/1/165142814775/1770292640568/module_home-top-content.min.css — 200 — 1.4 KiB — 94 ms — h2https://www.mediatek.com/hubfs/hub_generated/module_assets/1/165157361438/1770290554854/module_tabber-slider.min.csswww.mediatek.com/hubfs/hub_generate... https://www.mediatek.com/hubfs/hub_generated/module_assets/1/165157361438/1770290554854/module_tabber-slider.min.css — 200 — 2.8 KiB — 97 ms — h2https://www.mediatek.com/hubfs/hub_generated/module_assets/1/165147197095/1770285336365/module_card_slider_items.min.csswww.mediatek.com/hubfs/hub_generate... https://www.mediatek.com/hubfs/hub_generated/module_assets/1/165147197095/1770285336365/module_card_slider_items.min.css — 200 — 2.1 KiB — 95 ms — h2https://www.mediatek.com/hubfs/hub_generated/module_assets/1/165155857010/1773298068712/module_card_slider_products.min.csswww.mediatek.com/hubfs/hub_generate... https://www.mediatek.com/hubfs/hub_generated/module_assets/1/165155857010/1773298068712/module_card_slider_products.min.css — 200 — 2.2 KiB — 62 ms — h2https://www.mediatek.com/hubfs/hub_generated/module_assets/1/162409801299/1770285544645/module_blog_cards.min.csswww.mediatek.com/hubfs/hub_generate... https://www.mediatek.com/hubfs/hub_generated/module_assets/1/162409801299/1770285544645/module_blog_cards.min.css — 200 — 2.1 KiB — 77 ms — h2https://code.jquery.com/jquery-3.7.1.min.jscode.jquery.com/jquery-3.7.1.min.js https://code.jquery.com/jquery-3.7.1.min.js — 200 — 29.7 KiB — 56 ms — h2https://code.jquery.com/jquery-migrate-3.4.1.min.jscode.jquery.com/jquery-migrate-3.4.... https://code.jquery.com/jquery-migrate-3.4.1.min.js — 200 — 5.1 KiB — 53 ms — h2https://www.mediatek.com/hubfs/hub_generated/template_assets/1/165139606848/1775829710495/template_home-page-edits.csswww.mediatek.com/hubfs/hub_generate... https://www.mediatek.com/hubfs/hub_generated/template_assets/1/165139606848/1775829710495/template_home-page-edits.css — 200 — 2.3 KiB — 81 ms — h2https://www.mediatek.com/hubfs/hub_generated/template_assets/1/172346689970/1775829709036/template_home-page-edits-v5.min.csswww.mediatek.com/hubfs/hub_generate... https://www.mediatek.com/hubfs/hub_generated/template_assets/1/172346689970/1775829709036/template_home-page-edits-v5.min.css — 200 — 1.5 KiB — 96 ms — h2https://728015.fs1.hubspotusercontent-na1.net/hubfs/728015/MediaTek%20Assets/Images/Home%20Page/Quarterly%20Investor.jpg728015.fs1.hubspotusercontent-na1.n... https://728015.fs1.hubspotusercontent-na1.net/hubfs/728015/MediaTek%20Assets/Images/Home%20Page/Quarterly%20Investor.jpg — 200 — 811.8 KiB — 832 ms — h2https://728015.fs1.hubspotusercontent-na1.net/hubfs/728015/MediaTek%20Assets/Images/Home%20Page/Home%20Page%20Hero%20Banner_Desktop_1920X850.png728015.fs1.hubspotusercontent-na1.n... https://728015.fs1.hubspotusercontent-na1.net/hubfs/728015/MediaTek%20Assets/Images/Home%20Page/Home%20Page%20Hero%20Banner_Desktop_1920X850.png — 200 — 1.5 MiB — 864 ms — h2https://728015.fs1.hubspotusercontent-na1.net/hubfs/728015/MediaTek%20Assets/Images/Home%20Page/D9500S_Home%20Page%20Hero%20Banner_Desktop_1920X850.png728015.fs1.hubspotusercontent-na1.n... https://728015.fs1.hubspotusercontent-na1.net/hubfs/728015/MediaTek%20Assets/Images/Home%20Page/D9500S_Home%20Page%20Hero%20Banner_Desktop_1920X850.png — 200 — 2.0 MiB — 940 ms — h2https://728015.fs1.hubspotusercontent-na1.net/hubfs/728015/MediaTek%20Assets/Images/Banners/Candice_Desktop.jpg728015.fs1.hubspotusercontent-na1.n... https://728015.fs1.hubspotusercontent-na1.net/hubfs/728015/MediaTek%20Assets/Images/Banners/Candice_Desktop.jpg — 200 — 360.1 KiB — 525 ms — h2https://728015.fs1.hubspotusercontent-na1.net/hubfs/728015/MediaTek%20Assets/Images/Banners/Desktop_Kompanio-Ultra-910-2.jpg728015.fs1.hubspotusercontent-na1.n... https://728015.fs1.hubspotusercontent-na1.net/hubfs/728015/MediaTek%20Assets/Images/Banners/Desktop_Kompanio-Ultra-910-2.jpg — 200 — 109.6 KiB — 215 ms — h2https://728015.fs1.hubspotusercontent-na1.net/hubfs/728015/MediaTek%20Assets/Images/Home%20Page/D8500_Home%20Page%20Hero%20Banner_Desktop_1920X850.png728015.fs1.hubspotusercontent-na1.n... https://728015.fs1.hubspotusercontent-na1.net/hubfs/728015/MediaTek%20Assets/Images/Home%20Page/D8500_Home%20Page%20Hero%20Banner_Desktop_1920X850.png — 200 — 2.1 MiB — 942 ms — h2https://728015.fs1.hubspotusercontent-na1.net/hubfs/728015/MediaTek%20Assets/Images/Banners/Home%20Page%20Hero%20Banner_Desktop_1920X850.png728015.fs1.hubspotusercontent-na1.n... https://728015.fs1.hubspotusercontent-na1.net/hubfs/728015/MediaTek%20Assets/Images/Banners/Home%20Page%20Hero%20Banner_Desktop_1920X850.png — 200 — 1.5 MiB — 908 ms — h2https://728015.fs1.hubspotusercontent-na1.net/hubfs/728015/MediaTek%20Assets/Images/Slider%20images/Desktop_AI.jpg728015.fs1.hubspotusercontent-na1.n... https://728015.fs1.hubspotusercontent-na1.net/hubfs/728015/MediaTek%20Assets/Images/Slider%20images/Desktop_AI.jpg — 200 — 257.4 KiB — 500 ms — h2https://www.mediatek.com/hubfs/MediaTek%20Assets/Images/Slider%20images/Product_homepage.jpgwww.mediatek.com/hubfs/MediaTek%20A... https://www.mediatek.com/hubfs/MediaTek%20Assets/Images/Slider%20images/Product_homepage.jpg — 200 — 27.1 KiB — 276 ms — h2https://www.mediatek.com/hubfs/MediaTek%20Assets/Images/Slider%20images/Smartphone_homepage.jpgwww.mediatek.com/hubfs/MediaTek%20A... https://www.mediatek.com/hubfs/MediaTek%20Assets/Images/Slider%20images/Smartphone_homepage.jpg — 200 — 43.1 KiB — 307 ms — h2https://www.mediatek.com/hubfs/MediaTek%20Assets/Images/Static%20Images/smart-home.jpgwww.mediatek.com/hubfs/MediaTek%20A... https://www.mediatek.com/hubfs/MediaTek%20Assets/Images/Static%20Images/smart-home.jpg — 200 — 19.0 KiB — 256 ms — h2https://www.mediatek.com/hubfs/MediaTek%20Assets/Images/Home%20Page/connectivity.jpgwww.mediatek.com/hubfs/MediaTek%20A... https://www.mediatek.com/hubfs/MediaTek%20Assets/Images/Home%20Page/connectivity.jpg — 200 — 255.3 KiB — 437 ms — h2https://www.mediatek.com/hubfs/MediaTek%20Assets/Images/Slider%20images/IoT_homepage.jpgwww.mediatek.com/hubfs/MediaTek%20A... https://www.mediatek.com/hubfs/MediaTek%20Assets/Images/Slider%20images/IoT_homepage.jpg — 200 — 31.6 KiB — 216 ms — h2https://www.mediatek.com/hubfs/MediaTek%20Assets/Images/Home%20Page/hromebook.jpgwww.mediatek.com/hubfs/MediaTek%20A... https://www.mediatek.com/hubfs/MediaTek%20Assets/Images/Home%20Page/hromebook.jpg — 200 — 168.9 KiB — 426 ms — h2https://www.mediatek.com/hubfs/MediaTek%20Assets/Images/Home%20Page/Auto.jpgwww.mediatek.com/hubfs/MediaTek%20A... https://www.mediatek.com/hubfs/MediaTek%20Assets/Images/Home%20Page/Auto.jpg — 200 — 210.1 KiB — 235 ms — h2https://www.mediatek.com/hubfs/MediaTek%20Assets/Images/Static%20Images/ASIC.jpgwww.mediatek.com/hubfs/MediaTek%20A... https://www.mediatek.com/hubfs/MediaTek%20Assets/Images/Static%20Images/ASIC.jpg — 200 — 61.2 KiB — 326 ms — h2https://www.mediatek.com/hubfs/MediaTek%20Assets/Images/Home%20Page/Technology_5Ghome_card.pngwww.mediatek.com/hubfs/MediaTek%20A... https://www.mediatek.com/hubfs/MediaTek%20Assets/Images/Home%20Page/Technology_5Ghome_card.png — 200 — 411.5 KiB — 382 ms — h2https://www.mediatek.com/hubfs/MediaTek%20Assets/Images/Static%20Images/Display-card.jpgwww.mediatek.com/hubfs/MediaTek%20A... https://www.mediatek.com/hubfs/MediaTek%20Assets/Images/Static%20Images/Display-card.jpg — 200 — 17.0 KiB — 257 ms — h2https://www.mediatek.com/hubfs/MediaTek_Mar_2024/images/Wifi.jpgwww.mediatek.com/hubfs/MediaTek_Mar... https://www.mediatek.com/hubfs/MediaTek_Mar_2024/images/Wifi.jpg — 200 — 71.3 KiB — 304 ms — h2https://www.mediatek.com/hubfs/MediaTek%20Assets/Images/Static%20Images/Camera-card.jpgwww.mediatek.com/hubfs/MediaTek%20A... https://www.mediatek.com/hubfs/MediaTek%20Assets/Images/Static%20Images/Camera-card.jpg — 200 — 29.0 KiB — 272 ms — h2https://www.mediatek.com/hubfs/MediaTek%20Assets/Images/Home%20Page/AI-1.jpgwww.mediatek.com/hubfs/MediaTek%20A... https://www.mediatek.com/hubfs/MediaTek%20Assets/Images/Home%20Page/AI-1.jpg — 200 — 334.5 KiB — 439 ms — h2https://www.mediatek.com/hubfs/MediaTek%20Assets/Images/Static%20Images/hyperengine-card.jpgwww.mediatek.com/hubfs/MediaTek%20A... https://www.mediatek.com/hubfs/MediaTek%20Assets/Images/Static%20Images/hyperengine-card.jpg — 200 — 40.8 KiB — 393 ms — h3https://www.mediatek.com/hubfs/MediaTek%20Assets/Images/Home%20Page/White-Paper_card.pngwww.mediatek.com/hubfs/MediaTek%20A... https://www.mediatek.com/hubfs/MediaTek%20Assets/Images/Home%20Page/White-Paper_card.png — 200 — 283.2 KiB — 628 ms — h3https://www.mediatek.com/hs-fs/hubfs/MediaTek%20Assets/Images/Static%20Images/One%20MediaTek%20Evolving%20Our%20Brand%20for%20the%20AI%20Edge%20to%20Cloud%20Future04_Blog.png?width=300&height=300&length=500&name=One%20MediaTek%20Evolving%20Our%20Brand%20for%20the%20AI%20Edge%20to%20Cloud%20Future04_Blog.pngwww.mediatek.com/hs-fs/hubfs/MediaT... https://www.mediatek.com/hs-fs/hubfs/MediaTek%20Assets/Images/Static%20Images/One%20MediaTek%20Evolving%20Our%20Brand%20for%20the%20AI%20Edge%20to%20Cloud%20Future04_Blog.png?width=300&height=300&length=500&name=One%20MediaTek%20Evolving%20Our%20Brand%20for%20the%20AI%20Edge%20to%20Cloud%20Future04_Blog.png — 200 — 8.6 KiB — 317 ms — h3https://www.mediatek.com/hs-fs/hubfs/LexisNexis0326_EN.jpg?width=300&height=300&length=500&name=LexisNexis0326_EN.jpgwww.mediatek.com/hs-fs/hubfs/LexisN... https://www.mediatek.com/hs-fs/hubfs/LexisNexis0326_EN.jpg?width=300&height=300&length=500&name=LexisNexis0326_EN.jpg — 200 — 16.0 KiB — 336 ms — h3https://www.mediatek.com/hs-fs/hubfs/MediaTek%20Assets/Images/Blog/MediaTek%20receives%20ISSCC%20Anantha%20P.%20Chandrakasan%20Distinguished%20Technical%20Paper%20Award_.jpg?width=300&height=300&length=500&name=MediaTek%20receives%20ISSCC%20Anantha%20P.%20Chandrakasan%20Distinguished%20Technical%20Paper%20Award_.jpgwww.mediatek.com/hs-fs/hubfs/MediaT... https://www.mediatek.com/hs-fs/hubfs/MediaTek%20Assets/Images/Blog/MediaTek%20receives%20ISSCC%20Anantha%20P.%20Chandrakasan%20Distinguished%20Technical%20Paper%20Award_.jpg?width=300&height=300&length=500&name=MediaTek%20receives%20ISSCC%20Anantha%20P.%20Chandrakasan%20Distinguished%20Technical%20Paper%20Award_.jpg — 200 — 8.6 KiB — 251 ms — h3https://www.mediatek.com/hs-fs/hubfs/MediaTek%20Assets/Images/Blog/Interbrand2025_Blog.png?width=300&height=300&length=500&name=Interbrand2025_Blog.pngwww.mediatek.com/hs-fs/hubfs/MediaT... https://www.mediatek.com/hs-fs/hubfs/MediaTek%20Assets/Images/Blog/Interbrand2025_Blog.png?width=300&height=300&length=500&name=Interbrand2025_Blog.png — 200 — 11.4 KiB — 293 ms — h3https://www.mediatek.com/hs-fs/hubfs/MediaTek%20Assets/Images/Home%20Page/Best%20company%20work%20for_Corporate%20news_section.jpg?width=300&height=300&length=500&name=Best%20company%20work%20for_Corporate%20news_section.jpgwww.mediatek.com/hs-fs/hubfs/MediaT... https://www.mediatek.com/hs-fs/hubfs/MediaTek%20Assets/Images/Home%20Page/Best%20company%20work%20for_Corporate%20news_section.jpg?width=300&height=300&length=500&name=Best%20company%20work%20for_Corporate%20news_section.jpg — 200 — 18.0 KiB — 290 ms — h3https://www.mediatek.com/hs-fs/hubfs/NVIDIA_AI_Factory.jpg?width=300&height=300&length=500&name=NVIDIA_AI_Factory.jpgwww.mediatek.com/hs-fs/hubfs/NVIDIA... https://www.mediatek.com/hs-fs/hubfs/NVIDIA_AI_Factory.jpg?width=300&height=300&length=500&name=NVIDIA_AI_Factory.jpg — 200 — 17.9 KiB — 291 ms — h3https://www.mediatek.com/hs-fs/hubfs/MediaTek%20Assets/Images/Home%20Page/ESA_NTN_blog.jpg?width=300&height=300&length=500&name=ESA_NTN_blog.jpgwww.mediatek.com/hs-fs/hubfs/MediaT... https://www.mediatek.com/hs-fs/hubfs/MediaTek%20Assets/Images/Home%20Page/ESA_NTN_blog.jpg?width=300&height=300&length=500&name=ESA_NTN_blog.jpg — 200 — 8.0 KiB — 307 ms — h3https://www.mediatek.com/hs-fs/hubfs/MediaTek%20Assets/Images/Blog/MediaTek%20successfully%20develops%20first%20chip%20using%20TSMC%203nm%20process.jpg?width=300&height=300&length=500&name=MediaTek%20successfully%20develops%20first%20chip%20using%20TSMC%203nm%20process.jpgwww.mediatek.com/hs-fs/hubfs/MediaT... https://www.mediatek.com/hs-fs/hubfs/MediaTek%20Assets/Images/Blog/MediaTek%20successfully%20develops%20first%20chip%20using%20TSMC%203nm%20process.jpg?width=300&height=300&length=500&name=MediaTek%20successfully%20develops%20first%20chip%20using%20TSMC%203nm%20process.jpg — 200 — 29.8 KiB — 353 ms — h3https://www.mediatek.com/hs-fs/hubfs/MediaTek%20Assets/Images/Home%20Page/NVFusion_Blog%200525.png?width=300&height=300&length=500&name=NVFusion_Blog%200525.pngwww.mediatek.com/hs-fs/hubfs/MediaT... https://www.mediatek.com/hs-fs/hubfs/MediaTek%20Assets/Images/Home%20Page/NVFusion_Blog%200525.png?width=300&height=300&length=500&name=NVFusion_Blog%200525.png — 200 — 11.6 KiB — 283 ms — h3https://www.mediatek.com/hubfs/2.%20Centre%20Aligned%20text-%20What%20it%20takes%20to%20design%20an%20AI%20superchip.pngwww.mediatek.com/hubfs/2.%20Centre%... https://www.mediatek.com/hubfs/2.%20Centre%20Aligned%20text-%20What%20it%20takes%20to%20design%20an%20AI%20superchip.png — 200 — 498.4 KiB — 729 ms — h3https://www.mediatek.com/hubfs/MediaTek%20Assets/Images/Blog/MTK_%20LiteRT.pngwww.mediatek.com/hubfs/MediaTek%20A... https://www.mediatek.com/hubfs/MediaTek%20Assets/Images/Blog/MTK_%20LiteRT.png — 200 — 374.4 KiB — 671 ms — h3https://www.mediatek.com/hubfs/Transforming%20the%20food%20%26%20beverage%20industry%20with%20MediaTek%20Genio.pngwww.mediatek.com/hubfs/Transforming... https://www.mediatek.com/hubfs/Transforming%20the%20food%20%26%20beverage%20industry%20with%20MediaTek%20Genio.png — 200 — 283.1 KiB — 630 ms — h3https://www.mediatek.com/hubfs/MediaTek%20Assets/Images/Blog/Expect%20Incredible%20Awards%202025.jpgwww.mediatek.com/hubfs/MediaTek%20A... https://www.mediatek.com/hubfs/MediaTek%20Assets/Images/Blog/Expect%20Incredible%20Awards%202025.jpg — 200 — 21.5 KiB — 109 ms — h3https://www.mediatek.com/hubfs/MediaTek%20Assets/Images/Blog/What%20are%20Multimodal%20Gen-AI%20Automotive%20Cockpit%20Platforms.jpgwww.mediatek.com/hubfs/MediaTek%20A... https://www.mediatek.com/hubfs/MediaTek%20Assets/Images/Blog/What%20are%20Multimodal%20Gen-AI%20Automotive%20Cockpit%20Platforms.jpg — 200 — 69.1 KiB — 438 ms — h3https://www.mediatek.com/hubfs/MediaTek%20Assets/Images/Static%20Images/genio%20card.jpgwww.mediatek.com/hubfs/MediaTek%20A... https://www.mediatek.com/hubfs/MediaTek%20Assets/Images/Static%20Images/genio%20card.jpg — 200 — 70.8 KiB — 439 ms — h3https://www.mediatek.com/hubfs/pd-rajput.pngwww.mediatek.com/hubfs/pd-rajput.pn... https://www.mediatek.com/hubfs/pd-rajput.png — 200 — 456.3 KiB — 713 ms — h3https://www.mediatek.com/hubfs/All-Day%20Power%20MediaTek%E2%80%99s%20Battery%20Life%20Advantage%20Across%20Every%20Segment.pngwww.mediatek.com/hubfs/All-Day%20Po... https://www.mediatek.com/hubfs/All-Day%20Power%20MediaTek%E2%80%99s%20Battery%20Life%20Advantage%20Across%20Every%20Segment.png — 200 — 285.2 KiB — 626 ms — h3https://www.mediatek.com/hubfs/MediaTek%20Assets/Images/Blog/9500s%20and%20Dimensity%208500%20launch_.pngwww.mediatek.com/hubfs/MediaTek%20A... https://www.mediatek.com/hubfs/MediaTek%20Assets/Images/Blog/9500s%20and%20Dimensity%208500%20launch_.png — 200 — 476.5 KiB — 724 ms — h3https://www.mediatek.com/hubfs/wi-fi-8%20filogic%20chip%20card.jpgwww.mediatek.com/hubfs/wi-fi-8%20fi... https://www.mediatek.com/hubfs/wi-fi-8%20filogic%20chip%20card.jpg — 200 — 65.9 KiB — 433 ms — h3https://www.mediatek.com/hubfs/Ask%20not%20what%20AI%20can%20do%20for%20Wi-Fi%2c%20but%20what%20Wi-Fi%20can%20do%20for%20AI-1.jpgwww.mediatek.com/hubfs/Ask%20not%20... https://www.mediatek.com/hubfs/Ask%20not%20what%20AI%20can%20do%20for%20Wi-Fi%2c%20but%20what%20Wi-Fi%20can%20do%20for%20AI-1.jpg — 200 — 55.5 KiB — 390 ms — h3https://www.mediatek.com/hubfs/Kompanio%20540%20-%20launch%20blog.webpwww.mediatek.com/hubfs/Kompanio%205... https://www.mediatek.com/hubfs/Kompanio%20540%20-%20launch%20blog.webp — 200 — 8.8 KiB — 340 ms — h3https://www.mediatek.com/hubfs/IAA%20Mobility%202025%20MediaTek%20Accelerates%20Automotive%20Experiences.jpgwww.mediatek.com/hubfs/IAA%20Mobili... https://www.mediatek.com/hubfs/IAA%20Mobility%202025%20MediaTek%20Accelerates%20Automotive%20Experiences.jpg — 200 — 18.8 KiB — 341 ms — h3https://www.mediatek.com/hubfs/15k-mini-RGB-LED.jpgwww.mediatek.com/hubfs/15k-mini-RGB... https://www.mediatek.com/hubfs/15k-mini-RGB-LED.jpg — 200 — 166.3 KiB — 536 ms — h3https://www.mediatek.com/hubfs/speedport-7-grey.pngwww.mediatek.com/hubfs/speedport-7-... https://www.mediatek.com/hubfs/speedport-7-grey.png — 200 — 74.2 KiB — 457 ms — h3https://www.mediatek.com/hubfs/11th%20NOV-%20Grinn%20GenioBoard%20Edge%20AI%20SBC%20Powered%20by%20MediaTek%20Genio%20700.jpgwww.mediatek.com/hubfs/11th%20NOV-%... https://www.mediatek.com/hubfs/11th%20NOV-%20Grinn%20GenioBoard%20Edge%20AI%20SBC%20Powered%20by%20MediaTek%20Genio%20700.jpg — 200 — 36.4 KiB — 252 ms — h3https://www.mediatek.com/hubfs/%23221%20-%20MediaTek%20and%20DENSO%20Collaborate%20on%20Auto%20SoCs.pngwww.mediatek.com/hubfs/%23221%20-%2... https://www.mediatek.com/hubfs/%23221%20-%20MediaTek%20and%20DENSO%20Collaborate%20on%20Auto%20SoCs.png — 200 — 560.3 KiB — 736 ms — h3https://www.mediatek.com/hubfs/%23222%20-%20MediaTek%20and%20NTE%20Advance%20Mobile%20Gaming%20Performance.pngwww.mediatek.com/hubfs/%23222%20-%2... https://www.mediatek.com/hubfs/%23222%20-%20MediaTek%20and%20NTE%20Advance%20Mobile%20Gaming%20Performance.png — 200 — 317.8 KiB — 649 ms — h3https://www.mediatek.com/hubfs/%23223%20-%20OPPO%20Find%20X9%20powered%20by%20MediaTek%20Dimensity%209500.pngwww.mediatek.com/hubfs/%23223%20-%2... https://www.mediatek.com/hubfs/%23223%20-%20OPPO%20Find%20X9%20powered%20by%20MediaTek%20Dimensity%209500.png — 200 — 62.5 KiB — 444 ms — h3https://www.mediatek.com/hubfs/%23224%20-%20vivo%20x300%20series%20powered%20by%20MediaTek%20Dimensity%209500.pngwww.mediatek.com/hubfs/%23224%20-%2... https://www.mediatek.com/hubfs/%23224%20-%20vivo%20x300%20series%20powered%20by%20MediaTek%20Dimensity%209500.png — 200 — 121.3 KiB — 464 ms — h3https://www.mediatek.com/hubfs/MediaTek%20Assets/Images/Home%20Page/PoweredByHomepage_Mediatek.pngwww.mediatek.com/hubfs/MediaTek%20A... https://www.mediatek.com/hubfs/MediaTek%20Assets/Images/Home%20Page/PoweredByHomepage_Mediatek.png — 200 — 564.6 KiB — 734 ms — h3https://www.mediatek.com/hs-fs/hubfs/MediaTek%20Assets/Images/Static%20Images/InsideTekHero_Card.png?width=350&height=260&length=300&name=InsideTekHero_Card.pngwww.mediatek.com/hs-fs/hubfs/MediaT... https://www.mediatek.com/hs-fs/hubfs/MediaTek%20Assets/Images/Static%20Images/InsideTekHero_Card.png?width=350&height=260&length=300&name=InsideTekHero_Card.png — 200 — 10.2 KiB — 344 ms — h3https://www.mediatek.com/hs-fs/hubfs/MediaTek%20Assets/Images/Home%20Page/Tek-Talk-1.jpg?width=350&height=260&length=300&name=Tek-Talk-1.jpgwww.mediatek.com/hs-fs/hubfs/MediaT... https://www.mediatek.com/hs-fs/hubfs/MediaTek%20Assets/Images/Home%20Page/Tek-Talk-1.jpg?width=350&height=260&length=300&name=Tek-Talk-1.jpg — 200 — 23.2 KiB — 448 ms — h3https://www.mediatek.com/hs-fs/hubfs/MediaTek%20Assets/Images/Home%20Page/11-3.jpg?width=350&height=260&length=300&name=11-3.jpgwww.mediatek.com/hs-fs/hubfs/MediaT... https://www.mediatek.com/hs-fs/hubfs/MediaTek%20Assets/Images/Home%20Page/11-3.jpg?width=350&height=260&length=300&name=11-3.jpg — 200 — 9.8 KiB — 335 ms — h3https://www.mediatek.com/hs-fs/hubfs/MediaTek%20Assets/Images/Home%20Page/22.jpg?width=350&height=260&length=300&name=22.jpgwww.mediatek.com/hs-fs/hubfs/MediaT... https://www.mediatek.com/hs-fs/hubfs/MediaTek%20Assets/Images/Home%20Page/22.jpg?width=350&height=260&length=300&name=22.jpg — 200 — 9.3 KiB — 335 ms — h3https://cdnjs.cloudflare.com/ajax/libs/Swiper/11.0.5/swiper-bundle.min.jscdnjs.cloudflare.com/ajax/libs/Swip... https://cdnjs.cloudflare.com/ajax/libs/Swiper/11.0.5/swiper-bundle.min.js — 200 — 35.7 KiB — 38 ms — h3https://www.mediatek.com/hubfs/hub_generated/template_assets/1/161694198838/1775829702468/template_magnific_popup.min.jswww.mediatek.com/hubfs/hub_generate... https://www.mediatek.com/hubfs/hub_generated/template_assets/1/161694198838/1775829702468/template_magnific_popup.min.js — 200 — 8.7 KiB — 742 ms — h3https://www.mediatek.com/hubfs/hub_generated/template_assets/1/161694198837/1775829704040/template_wow.min.jswww.mediatek.com/hubfs/hub_generate... https://www.mediatek.com/hubfs/hub_generated/template_assets/1/161694198837/1775829704040/template_wow.min.js — 200 — 3.6 KiB — 706 ms — h3https://www.mediatek.com/hubfs/hub_generated/template_assets/1/161692443007/1775829709364/template_slick.min.jswww.mediatek.com/hubfs/hub_generate... https://www.mediatek.com/hubfs/hub_generated/template_assets/1/161692443007/1775829709364/template_slick.min.js — 200 — 10.9 KiB — 651 ms — h3https://www.mediatek.com/hubfs/hub_generated/template_assets/1/161694187402/1776233330612/template_main.min.jswww.mediatek.com/hubfs/hub_generate... https://www.mediatek.com/hubfs/hub_generated/template_assets/1/161694187402/1776233330612/template_main.min.js — 200 — 5.1 KiB — 651 ms — h3https://www.mediatek.com/hs/hsstatic/cos-i18n/static-1.53/bundles/project.jswww.mediatek.com/hs/hsstatic/cos-i1... https://www.mediatek.com/hs/hsstatic/cos-i18n/static-1.53/bundles/project.js — 200 — 1.4 KiB — 654 ms — h3https://7052064.fs1.hubspotusercontent-na1.net/hubfs/7052064/hub_generated/module_assets/1/-2712622/1776271863351/module_search_input.min.js7052064.fs1.hubspotusercontent-na1.... https://7052064.fs1.hubspotusercontent-na1.net/hubfs/7052064/hub_generated/module_assets/1/-2712622/1776271863351/module_search_input.min.js — 200 — 2.1 KiB — 741 ms — h2https://www.mediatek.com/hubfs/hub_generated/module_assets/1/161695193420/1776319074766/module_home-page-banner.min.jswww.mediatek.com/hubfs/hub_generate... https://www.mediatek.com/hubfs/hub_generated/module_assets/1/161695193420/1776319074766/module_home-page-banner.min.js — 200 — 1.7 KiB — 653 ms — h3https://www.mediatek.com/_hcms/forms/v2.jswww.mediatek.com/_hcms/forms/v2.js https://www.mediatek.com/_hcms/forms/v2.js — 200 — 201.3 KiB — 703 ms — h3https://www.googletagmanager.com/gtag/js?id=AW-840382713www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-840382713 — 200 — 144.7 KiB — 407 ms — h2https://www.mediatek.com/hs-fs/hubfs/MediaTek%20Assets/Images/MediaTek-Logo.png?width=130&height=16&name=MediaTek-Logo.pngwww.mediatek.com/hs-fs/hubfs/MediaT... https://www.mediatek.com/hs-fs/hubfs/MediaTek%20Assets/Images/MediaTek-Logo.png?width=130&height=16&name=MediaTek-Logo.png — 200 — 2.9 KiB — 651 ms — h3https://www.mediatek.com/hubfs/raw_assets/public/MediaTek_Mar_2024/images/mediatek-logo.svgwww.mediatek.com/hubfs/raw_assets/p... https://www.mediatek.com/hubfs/raw_assets/public/MediaTek_Mar_2024/images/mediatek-logo.svg — 200 — 1.6 KiB — 650 ms — h3https://www.mediatek.com/hs/hsstatic/content-cwv-embed/static-1.1293/embed.jswww.mediatek.com/hs/hsstatic/conten... https://www.mediatek.com/hs/hsstatic/content-cwv-embed/static-1.1293/embed.js — 200 — 5.4 KiB — 649 ms — h3https://www.mediatek.com/hs/scriptloader/728015.jswww.mediatek.com/hs/scriptloader/72... https://www.mediatek.com/hs/scriptloader/728015.js — 200 — 1.4 KiB — 649 ms — h3https://www.mediatek.com/hs/hsstatic/HubspotToolsMenu/static-1.640/js/index.jswww.mediatek.com/hs/hsstatic/Hubspo... https://www.mediatek.com/hs/hsstatic/HubspotToolsMenu/static-1.640/js/index.js — 200 — 5.6 KiB — 649 ms — h3https://www.googletagmanager.com/gtm.js?id=GTM-T6ZB69WTwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-T6ZB69WT — 200 — 143.0 KiB — 424 ms — h2https://static.hsappstatic.net/cos-LanguageSwitcher/static-1.11/img/globe.pngstatic.hsappstatic.net/cos-Language... https://static.hsappstatic.net/cos-LanguageSwitcher/static-1.11/img/globe.png — 200 — 1.2 KiB — 389 ms — h2https://728015.fs1.hubspotusercontent-na1.net/hubfs/728015/MediaTek_Mar_2024/fonts/RionaSans-Light.woff728015.fs1.hubspotusercontent-na1.n... https://728015.fs1.hubspotusercontent-na1.net/hubfs/728015/MediaTek_Mar_2024/fonts/RionaSans-Light.woff — 200 — 29.4 KiB — 133 ms — h2https://728015.fs1.hubspotusercontent-na1.net/hubfs/728015/Summit%202023/fonts/RionaSans-Regular.woff728015.fs1.hubspotusercontent-na1.n... https://728015.fs1.hubspotusercontent-na1.net/hubfs/728015/Summit%202023/fonts/RionaSans-Regular.woff — 200 — 29.3 KiB — 138 ms — h2https://728015.fs1.hubspotusercontent-na1.net/hubfs/728015/MediaTek_Mar_2024/fonts/RionaSans-ExtraLight.woff728015.fs1.hubspotusercontent-na1.n... https://728015.fs1.hubspotusercontent-na1.net/hubfs/728015/MediaTek_Mar_2024/fonts/RionaSans-ExtraLight.woff — 200 — 28.1 KiB — 144 ms — h2https://728015.fs1.hubspotusercontent-na1.net/hubfs/728015/Summit%202023/fonts/RionaSans-Medium.woff728015.fs1.hubspotusercontent-na1.n... https://728015.fs1.hubspotusercontent-na1.net/hubfs/728015/Summit%202023/fonts/RionaSans-Medium.woff — 200 — 29.9 KiB — 142 ms — h2https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/webfonts/fa-solid-900.woff2cdnjs.cloudflare.com/ajax/libs/font... https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/webfonts/fa-solid-900.woff2 — 200 — 147.2 KiB — 69 ms — h3https://www.mediatek.com/hubfs/MediaTek%20Assets/Images/Static%20Images/hyperengine-card.jpgwww.mediatek.com/hubfs/MediaTek%20A... https://www.mediatek.com/hubfs/MediaTek%20Assets/Images/Static%20Images/hyperengine-card.jpg — 200 — 990 B — 613 ms — h3https://www.mediatek.com/hs-fs/hubfs/MediaTek%20Assets/Images/Blog/MediaTek%20receives%20ISSCC%20Anantha%20P.%20Chandrakasan%20Distinguished%20Technical%20Paper%20Award_.jpg?width=300&height=300&length=500&name=MediaTek%20receives%20ISSCC%20Anantha%20P.%20Chandrakasan%20Distinguished%20Technical%20Paper%20Award_.jpgwww.mediatek.com/hs-fs/hubfs/MediaT... https://www.mediatek.com/hs-fs/hubfs/MediaTek%20Assets/Images/Blog/MediaTek%20receives%20ISSCC%20Anantha%20P.%20Chandrakasan%20Distinguished%20Technical%20Paper%20Award_.jpg?width=300&height=300&length=500&name=MediaTek%20receives%20ISSCC%20Anantha%20P.%20Chandrakasan%20Distinguished%20Technical%20Paper%20Award_.jpg — 200 — 873 B — 615 ms — h3https://www.mediatek.com/hs-fs/hubfs/MediaTek%20Assets/Images/Home%20Page/Best%20company%20work%20for_Corporate%20news_section.jpg?width=300&height=300&length=500&name=Best%20company%20work%20for_Corporate%20news_section.jpgwww.mediatek.com/hs-fs/hubfs/MediaT... https://www.mediatek.com/hs-fs/hubfs/MediaTek%20Assets/Images/Home%20Page/Best%20company%20work%20for_Corporate%20news_section.jpg?width=300&height=300&length=500&name=Best%20company%20work%20for_Corporate%20news_section.jpg — 200 — 878 B — 612 ms — h3https://www.mediatek.com/hs-fs/hubfs/MediaTek%20Assets/Images/Home%20Page/ESA_NTN_blog.jpg?width=300&height=300&length=500&name=ESA_NTN_blog.jpgwww.mediatek.com/hs-fs/hubfs/MediaT... https://www.mediatek.com/hs-fs/hubfs/MediaTek%20Assets/Images/Home%20Page/ESA_NTN_blog.jpg?width=300&height=300&length=500&name=ESA_NTN_blog.jpg — 200 — 878 B — 612 ms — h3https://www.mediatek.com/hs-fs/hubfs/MediaTek%20Assets/Images/Blog/MediaTek%20successfully%20develops%20first%20chip%20using%20TSMC%203nm%20process.jpg?width=300&height=300&length=500&name=MediaTek%20successfully%20develops%20first%20chip%20using%20TSMC%203nm%20process.jpgwww.mediatek.com/hs-fs/hubfs/MediaT... https://www.mediatek.com/hs-fs/hubfs/MediaTek%20Assets/Images/Blog/MediaTek%20successfully%20develops%20first%20chip%20using%20TSMC%203nm%20process.jpg?width=300&height=300&length=500&name=MediaTek%20successfully%20develops%20first%20chip%20using%20TSMC%203nm%20process.jpg — 200 — 873 B — 612 ms — h3https://www.mediatek.com/hubfs/2.%20Centre%20Aligned%20text-%20What%20it%20takes%20to%20design%20an%20AI%20superchip.pngwww.mediatek.com/hubfs/2.%20Centre%... https://www.mediatek.com/hubfs/2.%20Centre%20Aligned%20text-%20What%20it%20takes%20to%20design%20an%20AI%20superchip.png — 200 — 951 B — 626 ms — h3https://www.mediatek.com/hubfs/MediaTek%20Assets/Images/Blog/What%20are%20Multimodal%20Gen-AI%20Automotive%20Cockpit%20Platforms.jpgwww.mediatek.com/hubfs/MediaTek%20A... https://www.mediatek.com/hubfs/MediaTek%20Assets/Images/Blog/What%20are%20Multimodal%20Gen-AI%20Automotive%20Cockpit%20Platforms.jpg — 200 — 1.0 KiB — 617 ms — h3https://www.mediatek.com/hubfs/MediaTek%20Assets/Images/Static%20Images/genio%20card.jpgwww.mediatek.com/hubfs/MediaTek%20A... https://www.mediatek.com/hubfs/MediaTek%20Assets/Images/Static%20Images/genio%20card.jpg — 200 — 986 B — 621 ms — h3https://www.mediatek.com/hubfs/Ask%20not%20what%20AI%20can%20do%20for%20Wi-Fi%2c%20but%20what%20Wi-Fi%20can%20do%20for%20AI-1.jpgwww.mediatek.com/hubfs/Ask%20not%20... https://www.mediatek.com/hubfs/Ask%20not%20what%20AI%20can%20do%20for%20Wi-Fi%2c%20but%20what%20Wi-Fi%20can%20do%20for%20AI-1.jpg — 200 — 929 B — 613 ms — h3https://www.mediatek.com/hubfs/11th%20NOV-%20Grinn%20GenioBoard%20Edge%20AI%20SBC%20Powered%20by%20MediaTek%20Genio%20700.jpgwww.mediatek.com/hubfs/11th%20NOV-%... https://www.mediatek.com/hubfs/11th%20NOV-%20Grinn%20GenioBoard%20Edge%20AI%20SBC%20Powered%20by%20MediaTek%20Genio%20700.jpg — 200 — 1.0 KiB — 613 ms — h3https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/webfonts/fa-brands-400.woff2cdnjs.cloudflare.com/ajax/libs/font... https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/webfonts/fa-brands-400.woff2 — 200 — 107.9 KiB — 28 ms — h3https://googleads.g.doubleclick.net/pagead/viewthroughconversion/840382713/?random=1776361025968&cv=11&fst=1776361025968&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64f1h2v889110472za200zd889110472xec&gcd=13l3l3l3l5l1&dma=0&tag_exp=0~115616985~115938465~115938468~117266400&u_w=800&u_h=600&url=https%3A%2F%2Fwww.mediatek.com%2F&rcb=17&frm=0&tiba=MediaTek%20%7C%20Home%20Page&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=445376731.1776361026&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&data=event%3Dgtag.config&rfmt=3&fmt=4googleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/viewthroughconversion/840382713/?random=1776361025968&cv=11&fst=1776361025968&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64f1h2v889110472za200zd889110472xec&gcd=13l3l3l3l5l1&dma=0&tag_exp=0~115616985~115938465~115938468~117266400&u_w=800&u_h=600&url=https%3A%2F%2Fwww.mediatek.com%2F&rcb=17&frm=0&tiba=MediaTek%20%7C%20Home%20Page&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=445376731.1776361026&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&data=event%3Dgtag.config&rfmt=3&fmt=4 — 200 — 2.1 KiB — 77 ms — h3https://www.google.com/rmkt/collect/840382713/?random=1776361025968&cv=11&fst=1776361025968&fmt=8&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64f1h2v889110472za200zd889110472xec&gcd=13l3l3l3l5l1&dma=0&tag_exp=0~115616985~115938465~115938468~117266400&u_w=800&u_h=600&url=https%3A%2F%2Fwww.mediatek.com%2F&rcb=17&frm=0&tiba=MediaTek%20%7C%20Home%20Page&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=445376731.1776361026&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&data=event%3Dgtag.config&gcp=5www.google.com/rmkt/collect/8403827... https://www.google.com/rmkt/collect/840382713/?random=1776361025968&cv=11&fst=1776361025968&fmt=8&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64f1h2v889110472za200zd889110472xec&gcd=13l3l3l3l5l1&dma=0&tag_exp=0~115616985~115938465~115938468~117266400&u_w=800&u_h=600&url=https%3A%2F%2Fwww.mediatek.com%2F&rcb=17&frm=0&tiba=MediaTek%20%7C%20Home%20Page&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=445376731.1776361026&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&data=event%3Dgtag.config&gcp=5 — 200 — 20 B — 133 ms — h3https://www.google.com/ccm/collect?rcb=17&frm=0&en=page_view&dl=https%3A%2F%2Fwww.mediatek.com%2F&scrsrc=www.googletagmanager.com&rnd=2132229686.1776361026&dt=MediaTek%20%7C%20Home%20Page&auid=445376731.1776361026&navt=n&npa=0&gtm=45be64f1h2v889110472za200zd889110472xec&gcs=G1--&gcd=13l3l3l3l5l1&dma=0&tag_exp=0~115616985~115938465~115938468~117266400&apve=1&apvf=f&apvc=1&tids=AW-840382713&tid=AW-840382713&tft=1776361026028&tfd=1765www.google.com/ccm/collect?rcb=17&f... https://www.google.com/ccm/collect?rcb=17&frm=0&en=page_view&dl=https%3A%2F%2Fwww.mediatek.com%2F&scrsrc=www.googletagmanager.com&rnd=2132229686.1776361026&dt=MediaTek%20%7C%20Home%20Page&auid=445376731.1776361026&navt=n&npa=0&gtm=45be64f1h2v889110472za200zd889110472xec&gcs=G1--&gcd=13l3l3l3l5l1&dma=0&tag_exp=0~115616985~115938465~115938468~117266400&apve=1&apvf=f&apvc=1&tids=AW-840382713&tid=AW-840382713&tft=1776361026028&tfd=1765 — 200 — 21 B — 131 ms — h3https://cdnjs.cloudflare.com/ajax/libs/lightbox2/2.11.3/images/loading.gifcdnjs.cloudflare.com/ajax/libs/ligh... https://cdnjs.cloudflare.com/ajax/libs/lightbox2/2.11.3/images/loading.gif — 200 — 8.1 KiB — 18 ms — h3https://728015.fs1.hubspotusercontent-na1.net/hubfs/728015/MediaTek%20Assets/Images/Slider%20images/Desktop_AI.jpg728015.fs1.hubspotusercontent-na1.n... https://728015.fs1.hubspotusercontent-na1.net/hubfs/728015/MediaTek%20Assets/Images/Slider%20images/Desktop_AI.jpg — 200 — 408 B — 38 ms — h2https://www.mediatek.com/hubfs/MediaTek%20Assets/Images/Slider%20images/Product_homepage.jpgwww.mediatek.com/hubfs/MediaTek%20A... https://www.mediatek.com/hubfs/MediaTek%20Assets/Images/Slider%20images/Product_homepage.jpg — 200 — 988 B — 30 ms — h2https://js.hsforms.net/forms/embed/v2.jsjs.hsforms.net/forms/embed/v2.js https://js.hsforms.net/forms/embed/v2.js — 200 — 1.1 KiB — 227 ms — h3https://www.mediatek.com/_hcms/forms/embed/v3/form/728015/afd29ec0-e531-4714-97fc-99bddc45f567/json?hs_static_app=forms-embed&hs_static_app_version=1.10842&X-HubSpot-Static-App-Info=forms-embed-1.10842www.mediatek.com/_hcms/forms/embed/... https://www.mediatek.com/_hcms/forms/embed/v3/form/728015/afd29ec0-e531-4714-97fc-99bddc45f567/json?hs_static_app=forms-embed&hs_static_app_version=1.10842&X-HubSpot-Static-App-Info=forms-embed-1.10842 — 200 — 3.8 KiB — 78 ms — h3https://js.hsadspixel.net/pixels.jsjs.hsadspixel.net/pixels.js https://js.hsadspixel.net/pixels.js — 200 — 4.0 KiB — 39 ms — h2https://js.hubspot.com/web-interactives-embed.jsjs.hubspot.com/web-interactives-emb... https://js.hubspot.com/web-interactives-embed.js — 200 — 28.2 KiB — 34 ms — h2https://js.hs-analytics.net/analytics/1776360900000/728015.jsjs.hs-analytics.net/analytics/17763... https://js.hs-analytics.net/analytics/1776360900000/728015.js — 200 — 42.7 KiB — 34 ms — h2https://js.hs-banner.com/v2/728015/banner.jsjs.hs-banner.com/v2/728015/banner.j... https://js.hs-banner.com/v2/728015/banner.js — 200 — 24.6 KiB — 40 ms — h2https://app.hubspot.com/content-tools-menu/api/v1/tools-menu/has-permission-json?portalId=728015app.hubspot.com/content-tools-menu/... https://app.hubspot.com/content-tools-menu/api/v1/tools-menu/has-permission-json?portalId=728015 — 204 — 907 B — 76 ms — h2https://forms-na1.hsforms.com/embed/v3/counters.gif?key=forms-embed-v2-DEFINITION_SUCCESS&count=1forms-na1.hsforms.com/embed/v3/coun... https://forms-na1.hsforms.com/embed/v3/counters.gif?key=forms-embed-v2-DEFINITION_SUCCESS&count=1 — 200 — 540 B — 109 ms — h3https://forms-na1.hsforms.com/embed/v3/counters.gif?key=forms-embed-v2-RENDER_SUCCESS&count=1forms-na1.hsforms.com/embed/v3/coun... https://forms-na1.hsforms.com/embed/v3/counters.gif?key=forms-embed-v2-RENDER_SUCCESS&count=1 — 200 — 504 B — 36 ms — h3https://www.googletagmanager.com/gtag/js?id=G-V4S2606G0C&cx=c&gtm=4e64f0www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-V4S2606G0C&cx=c&gtm=4e64f0 — 200 — 177.7 KiB — 56 ms — h2https://www.google.com/ccm/collect?rcb=7&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fwww.mediatek.com%2F&scrsrc=www.googletagmanager.com&rnd=2132229686.1776361026&dt=MediaTek%20%7C%20Home%20Page&auid=445376731.1776361026&navt=n&npa=0&ep.ads_data_redaction=0&gtm=45He64f0v9205900677za200zd9205900677xea&gcs=G1--&gcd=13l3l3l3l5l1&dma=0&tag_exp=0~115616985~115938465~115938469~117266401~117384405&apve=1&apvf=f&apvc=0&tft=1776361026767&tfd=2504www.google.com/ccm/collect?rcb=7&fr... https://www.google.com/ccm/collect?rcb=7&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fwww.mediatek.com%2F&scrsrc=www.googletagmanager.com&rnd=2132229686.1776361026&dt=MediaTek%20%7C%20Home%20Page&auid=445376731.1776361026&navt=n&npa=0&ep.ads_data_redaction=0&gtm=45He64f0v9205900677za200zd9205900677xea&gcs=G1--&gcd=13l3l3l3l5l1&dma=0&tag_exp=0~115616985~115938465~115938469~117266401~117384405&apve=1&apvf=f&apvc=0&tft=1776361026767&tfd=2504 — 200 — 21 B — 30 ms — h3https://googleads.g.doubleclick.net/pagead/viewthroughconversion/840382713/?random=1776361026773&cv=11&fst=1776361026773&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64f1h2v889110472z89205900677za200zd889110472xec&gcd=13l3l3l3l5l1&dma=0&tag_exp=0~115616985~115938465~115938468~117266400&u_w=800&u_h=600&url=https%3A%2F%2Fwww.mediatek.com%2F&rcb=17&frm=0&tiba=MediaTek%20%7C%20Home%20Page&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=445376731.1776361026&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&data=event%3Dgtag.config&rfmt=3&fmt=4googleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/viewthroughconversion/840382713/?random=1776361026773&cv=11&fst=1776361026773&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64f1h2v889110472z89205900677za200zd889110472xec&gcd=13l3l3l3l5l1&dma=0&tag_exp=0~115616985~115938465~115938468~117266400&u_w=800&u_h=600&url=https%3A%2F%2Fwww.mediatek.com%2F&rcb=17&frm=0&tiba=MediaTek%20%7C%20Home%20Page&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=445376731.1776361026&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&data=event%3Dgtag.config&rfmt=3&fmt=4 — 200 — 2.1 KiB — 36 ms — h3https://www.google.com/rmkt/collect/840382713/?random=1776361026773&cv=11&fst=1776361026773&fmt=8&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64f1h2v889110472z89205900677za200zd889110472xec&gcd=13l3l3l3l5l1&dma=0&tag_exp=0~115616985~115938465~115938468~117266400&u_w=800&u_h=600&url=https%3A%2F%2Fwww.mediatek.com%2F&rcb=17&frm=0&tiba=MediaTek%20%7C%20Home%20Page&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=445376731.1776361026&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&data=event%3Dgtag.config&gcp=5www.google.com/rmkt/collect/8403827... https://www.google.com/rmkt/collect/840382713/?random=1776361026773&cv=11&fst=1776361026773&fmt=8&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64f1h2v889110472z89205900677za200zd889110472xec&gcd=13l3l3l3l5l1&dma=0&tag_exp=0~115616985~115938465~115938468~117266400&u_w=800&u_h=600&url=https%3A%2F%2Fwww.mediatek.com%2F&rcb=17&frm=0&tiba=MediaTek%20%7C%20Home%20Page&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=445376731.1776361026&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&data=event%3Dgtag.config&gcp=5 — 200 — 20 B — 36 ms — h3https://www.google.com/ccm/collect?rcb=17&frm=0&en=page_view&dl=https%3A%2F%2Fwww.mediatek.com%2F&scrsrc=www.googletagmanager.com&rnd=2132229686.1776361026&dt=MediaTek%20%7C%20Home%20Page&auid=445376731.1776361026&navt=n&npa=0&gtm=45be64f1h2v889110472z89205900677za200zd889110472xec&gcs=G1--&gcd=13l3l3l3l5l1&dma=0&tag_exp=0~115616985~115938465~115938468~117266400&apve=1&apvf=f&apvc=0&tids=AW-840382713&tid=AW-840382713&tft=1776361026792&tfd=2529www.google.com/ccm/collect?rcb=17&f... https://www.google.com/ccm/collect?rcb=17&frm=0&en=page_view&dl=https%3A%2F%2Fwww.mediatek.com%2F&scrsrc=www.googletagmanager.com&rnd=2132229686.1776361026&dt=MediaTek%20%7C%20Home%20Page&auid=445376731.1776361026&navt=n&npa=0&gtm=45be64f1h2v889110472z89205900677za200zd889110472xec&gcs=G1--&gcd=13l3l3l3l5l1&dma=0&tag_exp=0~115616985~115938465~115938468~117266400&apve=1&apvf=f&apvc=0&tids=AW-840382713&tid=AW-840382713&tft=1776361026792&tfd=2529 — 200 — 21 B — 32 ms — h3https://www.google.com/pagead/1p-user-list/840382713/?random=1776361025968&cv=11&fst=1776358800000&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64f1h2v889110472za200zd889110472xec&gcd=13l3l3l3l5l1&dma=0&tag_exp=0~115616985~115938465~115938468~117266400&u_w=800&u_h=600&url=https%3A%2F%2Fwww.mediatek.com%2F&rcb=17&frm=0&tiba=MediaTek%20%7C%20Home%20Page&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=445376731.1776361026&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSyQEABaugfTZGLuDoGZvr0YkHPkfA0VvvVxxYIZdgGD-5YjgkoAG3zL4ORBaUahM-NGDNmEinMoH-q_79qrmSQJSqAL0jm_f9RTOUMP-3QOsWEYzEqFwLEsTh6HKH0J4oNHHaK6GJfPps2bD3M-z-cxBr3TIuoAtE1MFxM21uDmlaXSQvzJeIxSLm-jLjJY30tdf2nG34O47Fat2DIUfNuIGrP2RbPtM7jKcZnyun8sjzeG4maJ0MjFVAF6QflzTe1IZ2hEPcDMK8bI0&random=382350388&rmt_tld=0&ipr=ywww.google.com/pagead/1p-user-list/... https://www.google.com/pagead/1p-user-list/840382713/?random=1776361025968&cv=11&fst=1776358800000&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64f1h2v889110472za200zd889110472xec&gcd=13l3l3l3l5l1&dma=0&tag_exp=0~115616985~115938465~115938468~117266400&u_w=800&u_h=600&url=https%3A%2F%2Fwww.mediatek.com%2F&rcb=17&frm=0&tiba=MediaTek%20%7C%20Home%20Page&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=445376731.1776361026&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSyQEABaugfTZGLuDoGZvr0YkHPkfA0VvvVxxYIZdgGD-5YjgkoAG3zL4ORBaUahM-NGDNmEinMoH-q_79qrmSQJSqAL0jm_f9RTOUMP-3QOsWEYzEqFwLEsTh6HKH0J4oNHHaK6GJfPps2bD3M-z-cxBr3TIuoAtE1MFxM21uDmlaXSQvzJeIxSLm-jLjJY30tdf2nG34O47Fat2DIUfNuIGrP2RbPtM7jKcZnyun8sjzeG4maJ0MjFVAF6QflzTe1IZ2hEPcDMK8bI0&random=382350388&rmt_tld=0&ipr=y — 200 — 64 B — 29 ms — h3https://cta-service-cms2.hubspot.com/web-interactives/public/v1/embed/combinedConfigs?portalId=728015&currentUrl=https%3A%2F%2Fwww.mediatek.com%2F&contentId=172073457699cta-service-cms2.hubspot.com/web-in... https://cta-service-cms2.hubspot.com/web-interactives/public/v1/embed/combinedConfigs?portalId=728015&currentUrl=https%3A%2F%2Fwww.mediatek.com%2F&contentId=172073457699 — 200 — 1.0 KiB — 38 ms — h2https://js.hs-banner.com/v2/cf-locationjs.hs-banner.com/v2/cf-location https://js.hs-banner.com/v2/cf-location — 200 — 148 B — 23 ms — h2https://analytics.google.com/g/collect?v=2&tid=G-V4S2606G0C&gtm=45je64f0v9102964819z89205900677za20gzb9205900677zd9205900677&_p=1776361025418&_gaz=1&gcs=G1--&gcd=13l3l3l3l5l1&npa=0&dma=0&ecid=2133537756&_eu=AAAAAGA&are=1&cid=897781989.1776361027&ec_mode=a&frm=0&pscdl=noapi&rcb=10&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=0~115616986~115938465~115938468~117266400~118131808&sid=1776361026&sct=1&seg=0&dl=https%3A%2F%2Fwww.mediatek.com%2F&dt=MediaTek%20%7C%20Home%20Page&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=2671analytics.google.com/g/collect?v=2&... https://analytics.google.com/g/collect?v=2&tid=G-V4S2606G0C&gtm=45je64f0v9102964819z89205900677za20gzb9205900677zd9205900677&_p=1776361025418&_gaz=1&gcs=G1--&gcd=13l3l3l3l5l1&npa=0&dma=0&ecid=2133537756&_eu=AAAAAGA&are=1&cid=897781989.1776361027&ec_mode=a&frm=0&pscdl=noapi&rcb=10&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=0~115616986~115938465~115938468~117266400~118131808&sid=1776361026&sct=1&seg=0&dl=https%3A%2F%2Fwww.mediatek.com%2F&dt=MediaTek%20%7C%20Home%20Page&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=2671 — 204 — 550 B — 119 ms — h2https://stats.g.doubleclick.net/g/collect?v=2&tid=G-V4S2606G0C&cid=897781989.1776361027&gtm=45je64f0v9102964819z89205900677za20gzb9205900677zd9205900677&rcb=10&aip=1&dma=0&gcs=G1--&gcd=13l3l3l3l5l1&npa=0&frm=0&tag_exp=0~115616986~115938465~115938468~117266400~118131808stats.g.doubleclick.net/g/collect?v... https://stats.g.doubleclick.net/g/collect?v=2&tid=G-V4S2606G0C&cid=897781989.1776361027&gtm=45je64f0v9102964819z89205900677za20gzb9205900677zd9205900677&rcb=10&aip=1&dma=0&gcs=G1--&gcd=13l3l3l3l5l1&npa=0&frm=0&tag_exp=0~115616986~115938465~115938468~117266400~118131808 — 204 — 559 B — 42 ms — h2https://api.hubapi.com/hs-script-loader-public/v2/config/pixels-and-events/json?portalId=728015api.hubapi.com/hs-script-loader-pub... https://api.hubapi.com/hs-script-loader-public/v2/config/pixels-and-events/json?portalId=728015 — 200 — 1.1 KiB — 73 ms — h2https://perf-na1.hsforms.com/embed/v3/counters.gif?key=config-loaded-success&value=1perf-na1.hsforms.com/embed/v3/count... https://perf-na1.hsforms.com/embed/v3/counters.gif?key=config-loaded-success&value=1 — 200 — 521 B — 42 ms — h3https://www.googletagmanager.com/gtag/js?id=AW-10991109502www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-10991109502 — 200 — 141.5 KiB — 53 ms — h3https://www.googletagmanager.com/gtag/js?id=AW-10991109502&cx=c&gtm=4e64f1h2www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-10991109502&cx=c&gtm=4e64f1h2 — 200 — 141.5 KiB — 64 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 — 52 ms — h2https://www.google.com/pagead/1p-user-list/840382713/?random=1776361026773&cv=11&fst=1776358800000&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64f1h2v889110472z89205900677za200zd889110472xec&gcd=13l3l3l3l5l1&dma=0&tag_exp=0~115616985~115938465~115938468~117266400&u_w=800&u_h=600&url=https%3A%2F%2Fwww.mediatek.com%2F&rcb=17&frm=0&tiba=MediaTek%20%7C%20Home%20Page&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=445376731.1776361026&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSyQEABaugfbq_7E_DovocENRWM8NTUrXDJYwg28W-jTjFJY7fdVjM4Z_8rW4EaXLwdzDa2NXk1fpCYfuaEp9_J7Da7L5AMaRoIzTvYhGfec74Mo7mUEXJwnqTlB0nwgRDhHvVJNFPpvqf8qHmgYJkqBMPuPFGvUYSr2jj3tYTd8riCcezDfGZjZZxINf1c3uF0-P1A_iip06ku0x94AK4BqCaaIK90TiHlBkG3pEGRslmp-xulwztQo5TFW-dKuvXhedEVfQe5rRjaQw&random=854357810&rmt_tld=0&ipr=ywww.google.com/pagead/1p-user-list/... https://www.google.com/pagead/1p-user-list/840382713/?random=1776361026773&cv=11&fst=1776358800000&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64f1h2v889110472z89205900677za200zd889110472xec&gcd=13l3l3l3l5l1&dma=0&tag_exp=0~115616985~115938465~115938468~117266400&u_w=800&u_h=600&url=https%3A%2F%2Fwww.mediatek.com%2F&rcb=17&frm=0&tiba=MediaTek%20%7C%20Home%20Page&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=445376731.1776361026&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSyQEABaugfbq_7E_DovocENRWM8NTUrXDJYwg28W-jTjFJY7fdVjM4Z_8rW4EaXLwdzDa2NXk1fpCYfuaEp9_J7Da7L5AMaRoIzTvYhGfec74Mo7mUEXJwnqTlB0nwgRDhHvVJNFPpvqf8qHmgYJkqBMPuPFGvUYSr2jj3tYTd8riCcezDfGZjZZxINf1c3uF0-P1A_iip06ku0x94AK4BqCaaIK90TiHlBkG3pEGRslmp-xulwztQo5TFW-dKuvXhedEVfQe5rRjaQw&random=854357810&rmt_tld=0&ipr=y — 200 — 64 B — 27 ms — h3https://px.ads.linkedin.com/attribution_trigger?pid=4856618&time=1776361027188&url=https%3A%2F%2Fwww.mediatek.com%2Fpx.ads.linkedin.com/attribution_tri... https://px.ads.linkedin.com/attribution_trigger?pid=4856618&time=1776361027188&url=https%3A%2F%2Fwww.mediatek.com%2F — 200 — 812 B — 149 ms — h2https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=4856618&time=1776361027188&li_adsId=5be83384-21e0-44c3-91b1-fd1bcf08e8fa&url=https%3A%2F%2Fwww.mediatek.com%2Fpx.ads.linkedin.com/collect?v=2&fmt... https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=4856618&time=1776361027188&li_adsId=5be83384-21e0-44c3-91b1-fd1bcf08e8fa&url=https%3A%2F%2Fwww.mediatek.com%2F — 302 — 761 B — 100 ms — h2https://googleads.g.doubleclick.net/pagead/viewthroughconversion/10991109502/?random=1776361027242&cv=11&fst=1776361027242&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64f0v9181813616za200zb889110472zd889110472xec&gcd=13n3n3n3n5l1&dma=0&tag_exp=0~115938465~115938469~117266400&u_w=800&u_h=600&url=https%3A%2F%2Fwww.mediatek.com%2F&rcb=10&frm=0&tiba=MediaTek%20%7C%20Home%20Page&did=dZTQ1Zm&gdid=dZTQ1Zm&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=445376731.1776361026&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&data=event%3Dgtag.config&rfmt=3&fmt=4googleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/viewthroughconversion/10991109502/?random=1776361027242&cv=11&fst=1776361027242&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64f0v9181813616za200zb889110472zd889110472xec&gcd=13n3n3n3n5l1&dma=0&tag_exp=0~115938465~115938469~117266400&u_w=800&u_h=600&url=https%3A%2F%2Fwww.mediatek.com%2F&rcb=10&frm=0&tiba=MediaTek%20%7C%20Home%20Page&did=dZTQ1Zm&gdid=dZTQ1Zm&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=445376731.1776361026&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&data=event%3Dgtag.config&rfmt=3&fmt=4 — 200 — 2.1 KiB — 35 ms — h3https://www.google.com/rmkt/collect/10991109502/?random=1776361027242&cv=11&fst=1776361027242&fmt=8&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64f0v9181813616za200zb889110472zd889110472xec&gcd=13n3n3n3n5l1&dma=0&tag_exp=0~115938465~115938469~117266400&u_w=800&u_h=600&url=https%3A%2F%2Fwww.mediatek.com%2F&rcb=10&frm=0&tiba=MediaTek%20%7C%20Home%20Page&did=dZTQ1Zm&gdid=dZTQ1Zm&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=445376731.1776361026&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&data=event%3Dgtag.config&gcp=5www.google.com/rmkt/collect/1099110... https://www.google.com/rmkt/collect/10991109502/?random=1776361027242&cv=11&fst=1776361027242&fmt=8&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64f0v9181813616za200zb889110472zd889110472xec&gcd=13n3n3n3n5l1&dma=0&tag_exp=0~115938465~115938469~117266400&u_w=800&u_h=600&url=https%3A%2F%2Fwww.mediatek.com%2F&rcb=10&frm=0&tiba=MediaTek%20%7C%20Home%20Page&did=dZTQ1Zm&gdid=dZTQ1Zm&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=445376731.1776361026&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&data=event%3Dgtag.config&gcp=5 — 200 — 20 B — 28 ms — h3https://www.google.com/ccm/collect?rcb=10&frm=0&en=page_view&dl=https%3A%2F%2Fwww.mediatek.com%2F&scrsrc=www.googletagmanager.com&rnd=2132229686.1776361026&dt=MediaTek%20%7C%20Home%20Page&auid=445376731.1776361026&navt=n&npa=0&did=dZTQ1Zm&gdid=dZTQ1Zm&gtm=45be64f0v9181813616za200zb889110472zd889110472xec&gcs=G111&gcd=13n3n3n3n5l1&dma=0&tag_exp=0~115938465~115938469~117266400&apve=1&apvf=f&apvc=0&tids=AW-10991109502&tid=AW-10991109502&tft=1776361027270&tfd=3007www.google.com/ccm/collect?rcb=10&f... https://www.google.com/ccm/collect?rcb=10&frm=0&en=page_view&dl=https%3A%2F%2Fwww.mediatek.com%2F&scrsrc=www.googletagmanager.com&rnd=2132229686.1776361026&dt=MediaTek%20%7C%20Home%20Page&auid=445376731.1776361026&navt=n&npa=0&did=dZTQ1Zm&gdid=dZTQ1Zm&gtm=45be64f0v9181813616za200zb889110472zd889110472xec&gcs=G111&gcd=13n3n3n3n5l1&dma=0&tag_exp=0~115938465~115938469~117266400&apve=1&apvf=f&apvc=0&tids=AW-10991109502&tid=AW-10991109502&tft=1776361027270&tfd=3007 — 200 — 21 B — 27 ms — h3https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=4856618&time=1776361027188&li_adsId=5be83384-21e0-44c3-91b1-fd1bcf08e8fa&url=https%3A%2F%2Fwww.mediatek.com%2F&cookiesTest=truepx.ads.linkedin.com/collect?v=2&fmt... https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=4856618&time=1776361027188&li_adsId=5be83384-21e0-44c3-91b1-fd1bcf08e8fa&url=https%3A%2F%2Fwww.mediatek.com%2F&cookiesTest=true — 200 — 307 B — 93 ms — h2https://www.google.com/pagead/1p-user-list/10991109502/?random=1776361027242&cv=11&fst=1776358800000&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64f0v9181813616za200zb889110472zd889110472xec&gcd=13n3n3n3n5l1&dma=0&tag_exp=0~115938465~115938469~117266400&u_w=800&u_h=600&url=https%3A%2F%2Fwww.mediatek.com%2F&rcb=10&frm=0&tiba=MediaTek%20%7C%20Home%20Page&did=dZTQ1Zm&gdid=dZTQ1Zm&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=445376731.1776361026&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSyQEABaugfcEe5ZP4WGgbrV8f9gh-lYSLB1YN5ANaBCW8I0RWBakjYGaoHQzGCdac7sahQDXASkJbvZbqY20I5DZ3EKrxHAhMgCPjvoM26O1EXdHhf1UykW1E0b3u2sLytdGfknXZ4BPPHDrNmgamoPl6lW46fuz-HBCFb6AUHfdAos2KShCFHNFAJcgMnZUHbkCH0BHCfkPt4muyqNlyYr28uwpPzFixKC86sHxSh-fZWvRecvAQZWKEtR9vz67jBfJWn7OZSsAAIDs&random=449509510&rmt_tld=0&ipr=ywww.google.com/pagead/1p-user-list/... https://www.google.com/pagead/1p-user-list/10991109502/?random=1776361027242&cv=11&fst=1776358800000&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64f0v9181813616za200zb889110472zd889110472xec&gcd=13n3n3n3n5l1&dma=0&tag_exp=0~115938465~115938469~117266400&u_w=800&u_h=600&url=https%3A%2F%2Fwww.mediatek.com%2F&rcb=10&frm=0&tiba=MediaTek%20%7C%20Home%20Page&did=dZTQ1Zm&gdid=dZTQ1Zm&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=445376731.1776361026&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSyQEABaugfcEe5ZP4WGgbrV8f9gh-lYSLB1YN5ANaBCW8I0RWBakjYGaoHQzGCdac7sahQDXASkJbvZbqY20I5DZ3EKrxHAhMgCPjvoM26O1EXdHhf1UykW1E0b3u2sLytdGfknXZ4BPPHDrNmgamoPl6lW46fuz-HBCFb6AUHfdAos2KShCFHNFAJcgMnZUHbkCH0BHCfkPt4muyqNlyYr28uwpPzFixKC86sHxSh-fZWvRecvAQZWKEtR9vz67jBfJWn7OZSsAAIDs&random=449509510&rmt_tld=0&ipr=y — 200 — 64 B — 29 ms — h3https://track.hubspot.com/__ptq.gif?k=1&sd=800x600&cd=24-bit&cs=UTF-8&ln=en-us&bfp=2c17915e9fa30583ea021c54cd45ef40&v=1.1&a=728015&pi=172073457699&ct=standard-page&ccu=https%3A%2F%2Fwww.mediatek.com&cpi=172073457699&lpi=172073457699&lvi=172073457699&lvc=en&pu=https%3A%2F%2Fwww.mediatek.com%2F&t=MediaTek+%7C+Home+Page&cts=1776361027421&vi=64054851503e90535e77f84dc51e3772&nc=true&u=153516580.64054851503e90535e77f84dc51e3772.1776361027418.1776361027418.1776361027418.1&b=153516580.1.1776361027418&cc=15track.hubspot.com/__ptq.gif?k=1&sd=... https://track.hubspot.com/__ptq.gif?k=1&sd=800x600&cd=24-bit&cs=UTF-8&ln=en-us&bfp=2c17915e9fa30583ea021c54cd45ef40&v=1.1&a=728015&pi=172073457699&ct=standard-page&ccu=https%3A%2F%2Fwww.mediatek.com&cpi=172073457699&lpi=172073457699&lvi=172073457699&lvc=en&pu=https%3A%2F%2Fwww.mediatek.com%2F&t=MediaTek+%7C+Home+Page&cts=1776361027421&vi=64054851503e90535e77f84dc51e3772&nc=true&u=153516580.64054851503e90535e77f84dc51e3772.1776361027418.1776361027418.1776361027418.1&b=153516580.1.1776361027418&cc=15 — 200 — 928 B — 43 ms — h2https://track.hubspot.com/__ptq.gif?k=15&fi=afd29ec0-e531-4714-97fc-99bddc45f567&fci=b47752d7-218c-4258-8432-6ba8b270339a&ft=0&sd=800x600&cd=24-bit&cs=UTF-8&ln=en-us&bfp=2c17915e9fa30583ea021c54cd45ef40&v=1.1&a=728015&pi=172073457699&ct=standard-page&ccu=https%3A%2F%2Fwww.mediatek.com&cpi=172073457699&lpi=172073457699&lvi=172073457699&lvc=en&pu=https%3A%2F%2Fwww.mediatek.com%2F&t=MediaTek+%7C+Home+Page&cts=1776361027422&vi=64054851503e90535e77f84dc51e3772&nc=true&u=153516580.64054851503e90535e77f84dc51e3772.1776361027418.1776361027418.1776361027418.1&b=153516580.1.1776361027418&cc=15track.hubspot.com/__ptq.gif?k=15&fi... https://track.hubspot.com/__ptq.gif?k=15&fi=afd29ec0-e531-4714-97fc-99bddc45f567&fci=b47752d7-218c-4258-8432-6ba8b270339a&ft=0&sd=800x600&cd=24-bit&cs=UTF-8&ln=en-us&bfp=2c17915e9fa30583ea021c54cd45ef40&v=1.1&a=728015&pi=172073457699&ct=standard-page&ccu=https%3A%2F%2Fwww.mediatek.com&cpi=172073457699&lpi=172073457699&lvi=172073457699&lvc=en&pu=https%3A%2F%2Fwww.mediatek.com%2F&t=MediaTek+%7C+Home+Page&cts=1776361027422&vi=64054851503e90535e77f84dc51e3772&nc=true&u=153516580.64054851503e90535e77f84dc51e3772.1776361027418.1776361027418.1776361027418.1&b=153516580.1.1776361027418&cc=15 — 200 — 748 B — 54 ms — h2https://px.ads.linkedin.com/wa/?medium=fetch&fmt=gpx.ads.linkedin.com/wa/?medium=fetc... https://px.ads.linkedin.com/wa/?medium=fetch&fmt=g — 204 — 43 B — 41 ms — h3https://www.mediatek.com/hubfs/favicon.icowww.mediatek.com/hubfs/favicon.ico https://www.mediatek.com/hubfs/favicon.ico — 200 — 1.9 KiB — 189 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 1970ms · 912KB · NT$486/mo
www.mediatek.com
Other
Costly
Execution 654ms
Transfer 30 KB
Monthly Cost NT$161/mo
Unattributable
Other
Costly
Execution 409ms
Transfer 0 KB
Monthly Cost NT$101/mo
HubSpot Analytics
Analytics
Optional
Execution 175ms
Transfer 43 KB
Monthly Cost NT$43/mo
www.mediatek.com
Other
Optional
Execution 132ms
Transfer 2 KB
Monthly Cost NT$33/mo
code.jquery.com
Other
Optional
Execution 131ms
Transfer 30 KB
Monthly Cost NT$32/mo
Google Tag Manager
Tag Manager
Optional
Execution 128ms
Transfer 145 KB
Unused 35%
Monthly Cost NT$32/mo
Google Tag Manager
Tag Manager
Optional
Execution 99ms
Transfer 178 KB
Unused 37%
Monthly Cost NT$24/mo
www.mediatek.com
Other
Optional
Execution 89ms
Transfer 201 KB
Unused 40%
Monthly Cost NT$22/mo
Google Tag Manager
Tag Manager
Optional
Execution 79ms
Transfer 143 KB
Monthly Cost NT$19/mo
Google Tag Manager
Tag Manager
Optional
Execution 74ms
Transfer 142 KB
Unused 38%
Monthly Cost NT$18/mo

These scripts may cost more than they're worth

  • www.mediatek.com adds 654ms and costs ~NT$161/month
  • Unattributable adds 409ms and costs ~NT$101/month

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

Why this matters

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

Learn more

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

Source: web.dev

www.mediatek.com takes 654ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

Unattributable takes 409ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

How third-party costs are calculated

All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback