Mobile 375 × 812

Desktop 1440 × 900

Score: 69 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Several missing protections leave your users and data exposed.
Major barriers for users with disabilities — up to 15% of your audience.
Well-optimized for search — your content is discoverable.
Good server performance with room for optimization.
Mostly compliant — a few items need attention.
Good content signals with minor gaps.
Heavier than average — reducing page weight saves energy and bandwidth.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
HSTS header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
Page weighs 17.6 MB (11.6 MB transferred)
Performance issues directly impact user engagement and conversion rates.
1 control(s) without accessible label
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/7314e206-313f-46d8-9d8e-0d45b7b297c9)<a href="https://beavercheck.com/results/7314e206-313f-46d8-9d8e-0d45b7b297c9"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fmediatek.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fmediatek.comThis badge auto-updates with your latest scan result.
Your site has several issues that may be affecting user experience and business outcomes. Your LCP of 66.4s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your user trust.
10 barrier(s) likely increasing bounce by ~31%.
Page takes 66.4s to load
+12% bounceUsers abandon at ~3s — you're 63.9s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 2.1s
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
1 form field(s) without a label
+2% bounceScreen readers skip unlabeled fields; autofill can't identify them; checkout abandonment spikes
Fix: Associate every input with a visible <label for="…">; add autocomplete attributes
No structured data
+2% bounceNo rich-result eligibility in Google — lower SERP CTR vs competitors with stars and prices
Fix: Add JSON-LD for your page type (Product, Article, FAQPage, LocalBusiness, …)
Content is hard to read
+2% bounceGraduate-level reading difficulty — limits the addressable audience for product or blog pages
Fix: Shorten sentences; replace jargon with plain language; target Flesch ease ≥60
52 link(s) with generic text ("click here", "read more")
+1% bounceScreen-reader users navigating by link list see no context — and search engines can't infer relevance
Fix: Rewrite with descriptive phrases that identify the destination
No skip-to-content link
+1% bounceKeyboard and screen-reader users must tab through the entire header on every page
Fix: Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element
1 broken link(s) on the page
+2% bounceClicks land on 404s — trust drops and the session often ends
Fix: Fix or remove the broken destinations surfaced on the Content tab
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
TWD 8,000 investment → TWD 94/month returns
TWD 8,000
5h · 5 findings
TWD 94 /mo
~TWD 1,134 / year
No applicable regulations in this jurisdiction
TWD 2,400 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
5.0 developer hours at NT$1600/hr
Based on Taiwan rates (NT$1600/hr)
Start here for the best return on investment
TWD 94 / month at risk
~TWD 1,134 / year if left unfixed
TWD 94 /mo
36615.3 MB/mo × 2.581 TWD/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 5 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
5.11 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
66.40 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
2.11 s
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.
15.99 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.
66.40 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
MediaTek Dimensity 8500 div.home-slide > div.home-slide_image > picture > img | /hubfs/728015/MediaTek Assets/Images/Home Page/D8500_Home... | 1.4 MiB | 1.3 MiB |
MediaTek Genio Pro div.home-slide > div.home-slide_image > picture > img | /hubfs/728015/MediaTek Assets/Images/Home Page/Home Page ... | 893.4 KiB | 711.0 KiB |
PoweredByHomepage_Mediatek div.card_item_inner > a > div.card_img > img | /hubfs/MediaTek Assets/Images/Home Page/PoweredByHomepage... | 563.1 KiB | 502.1 KiB |
#221 - MediaTek and DENSO Collaborate on Auto SoCs div.card_item_inner > a > div.card_img > img | /hubfs/#221 - MediaTek and DENSO Collaborate on Auto SoCs... | 558.8 KiB | 497.8 KiB |
2. Centre Aligned text- What it takes to design an AI superchip div.card_item_inner > a > div.card_img > img | /hubfs/2. Centre Aligned text- What it takes to design an... | 496.9 KiB | 438.1 KiB |
9500s and Dimensity 8500 launch_ div.card_item_inner > a > div.card_img > img | /hubfs/MediaTek Assets/Images/Blog/9500s and Dimensity 85... | 475.0 KiB | 416.2 KiB |
pd-rajput div.card_item_inner > a > div.card_img > img | www.mediatek.com/hubfs/pd-rajput.png | 454.8 KiB | 395.9 KiB |
Inside Tek div.home-slide > div.home-slide_image > picture > img | /hubfs/728015/MediaTek Assets/Images/Banners/Home Page He... | 522.6 KiB | 340.2 KiB |
MTK_ LiteRT div.card_item_inner > a > div.card_img > img | www.mediatek.com/hubfs/MediaTek%20Assets/Images/Blog/MTK_%20LiteRT.png | 372.9 KiB | 314.1 KiB |
#222 - MediaTek and NTE Advance Mobile Gaming Performance div.card_item_inner > a > div.card_img > img | /hubfs/#222 - MediaTek and NTE Advance Mobile Gaming Perf... | 316.4 KiB | 255.4 KiB |
connectivity div.main_tab_slide_item > div.main_tab_slide_inner > div.slide-right > img | www.mediatek.com/hubfs/MediaTek%20Assets/Images/Home%20Page/connectivity.jpg | 254.0 KiB | 239.6 KiB |
All-Day Power MediaTek’s Battery Life Advantage Across Every Segment div.card_item_inner > a > div.card_img > img | /hubfs/All-Day Power MediaTek’s Battery Life Advantage ... | 283.8 KiB | 224.9 KiB |
Transforming the food & beverage industry with MediaTek Genio div.card_item_inner > a > div.card_img > img | /hubfs/Transforming the food & beverage industry with Med... | 281.1 KiB | 222.2 KiB |
Auto div.main_tab_slide_item > div.main_tab_slide_inner > div.slide-right > img | www.mediatek.com/hubfs/MediaTek%20Assets/Images/Home%20Page/Auto.jpg | 208.7 KiB | 196.6 KiB |
cromebook div.main_tab_slide_item > div.main_tab_slide_inner > div.slide-right > img | www.mediatek.com/hubfs/MediaTek%20Assets/Images/Home%20Page/hromebook.jpg | 167.6 KiB | 157.8 KiB |
15k-mini-RGB-LED div.card_item_inner > a > div.card_img > img | www.mediatek.com/hubfs/15k-mini-RGB-LED.jpg | 165.0 KiB | 112.6 KiB |
#224 - vivo x300 series powered by MediaTek Dimensity 9500 div.card_item_inner > a > div.card_img > img | /hubfs/#224 - vivo x300 series powered by MediaTek Dimens... | 120.0 KiB | 59.0 KiB |
wi-fi-8 filogic chip card div.card_item_inner > a > div.card_img > img | www.mediatek.com/hubfs/wi-fi-8%20filogic%20chip%20card.jpg | 64.5 KiB | 44.7 KiB |
genio card div.card_item_inner > a > div.card_img > img | www.mediatek.com/hubfs/MediaTek%20Assets/Images/Static%20Images/genio%20card.jpg | 69.5 KiB | 31.5 KiB |
ASIC div.main_tab_slide_item > div.main_tab_slide_inner > div.slide-right > img | www.mediatek.com/hubfs/MediaTek%20Assets/Images/Static%20Images/ASIC.jpg | 60.0 KiB | 27.9 KiB |
Quarterly Investor div.home-slide > div.home-slide_image > picture > img | /hubfs/728015/MediaTek Assets/Images/Home Page/Quarterly ... | 200.6 KiB | 18.2 KiB |
Smartphone_homepage div.main_tab_slide_item > div.main_tab_slide_inner > div.slide-right > img | /hubfs/MediaTek Assets/Images/Slider images/Smartphone_ho... | 41.2 KiB | 15.2 KiB |
MediaTek successfully develops first chip using TSMC 2nm process div.card_item_inner > a > div.card_img > img | /hs-fs/hubfs/MediaTek Assets/Images/Blog/MediaTek success... | 28.6 KiB | 14.2 KiB |
speedport-7-grey div.card_item_inner > a > div.card_img > img | www.mediatek.com/hubfs/speedport-7-grey.png | 72.9 KiB | 11.9 KiB |
IoT_homepage div.main_tab_slide_item > div.main_tab_slide_inner > div.slide-right > img | www.mediatek.com/hubfs/MediaTek%20Assets/Images/Slider%20images/IoT_homepage.jpg | 30.5 KiB | 11.9 KiB |
Tek-Talk-1 div.blog-item > div.blog-item-inner > div.blog-img > img | /hs-fs/hubfs/MediaTek Assets/Images/Home Page/Tek-Talk-1.... | 22.0 KiB | 11.2 KiB |
What are Multimodal Gen-AI Automotive Cockpit Platforms div.card_item_inner > a > div.card_img > img | /hubfs/MediaTek Assets/Images/Blog/What are Multimodal Ge... | 67.7 KiB | 8.9 KiB |
Product_homepage div.main_tab_slide_item > div.main_tab_slide_inner > div.slide-right > img | /hubfs/MediaTek Assets/Images/Slider images/Product_homep... | 25.8 KiB | 8.6 KiB |
smart-home div.main_tab_slide_item > div.main_tab_slide_inner > div.slide-right > img | www.mediatek.com/hubfs/MediaTek%20Assets/Images/Static%20Images/smart-home.jpg | 17.9 KiB | 8.3 KiB |
Ask not what AI can do for Wi-Fi, but what Wi-Fi can do for AI div.card_item_inner > a > div.card_img > img | /hubfs/Ask not what AI can do for Wi-Fi, but what Wi-Fi c... | 54.2 KiB | 6.9 KiB |
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| mediatek.com/ | 1.3 s |
| www.mediatek.com/ | 0.0 ms |
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.googletagmanager.com/gtag/js?id=AW-10991109502 | 141.5 KiB | 104.1 KiB |
| www.mediatek.com/_hcms/forms/v2.js | 191.9 KiB | 76.4 KiB |
| www.googletagmanager.com/gtag/js?id=G-V4S2606G0C&cx=c>m=4e64f0 | 177.6 KiB | 66.2 KiB |
| www.googletagmanager.com/gtag/js?id=AW-10991109502&cx=c>m=4e64f0 | 141.5 KiB | 53.7 KiB |
| cdnjs.cloudflare.com/ajax/libs/Swiper/11.0.5/swiper-bundle.min.js | 35.1 KiB | 34.1 KiB |
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| www.mediatek.com/ | 1.6 s | 358 ms | 11 ms |
| Unattributable | 1.5 s | 26 ms | 0.0 ms |
| code.jquery.com/jquery-3.7.1.min.js | 1.1 s | 541 ms | 15 ms |
| js.hs-analytics.net/analytics/1776360900000/728015.js | 710 ms | 508 ms | 13 ms |
| /hubfs/hub_generated/module_assets/1/161695193420/1776319... | 555 ms | 446 ms | 0.5 ms |
| www.googletagmanager.com/gtag/js?id=AW-840382713 | 418 ms | 362 ms | 52 ms |
| www.googletagmanager.com/gtag/js?id=G-V4S2606G0C&cx=c>m=4e64f0 | 417 ms | 344 ms | 67 ms |
| www.mediatek.com/_hcms/forms/v2.js | 348 ms | 266 ms | 70 ms |
| www.googletagmanager.com/gtm.js?id=GTM-T6ZB69WT | 344 ms | 283 ms | 58 ms |
| www.googletagmanager.com/gtag/js?id=AW-10991109502&cx=c>m=4e64f0 | 307 ms | 252 ms | 52 ms |
| /hubfs/hub_generated/template_assets/1/161694187402/17762... | 143 ms | 125 ms | 2.2 ms |
| www.googletagmanager.com/gtag/js?id=AW-10991109502 | 75 ms | 26 ms | 49 ms |
| js.hubspot.com/web-interactives-embed.js | 68 ms | 54 ms | 12 ms |
| snap.licdn.com/li.lms-analytics/insight.min.js | 66 ms | 56 ms | 6.8 ms |
| js.hsadspixel.net/pixels.js | 54 ms | 47 ms | 1.2 ms |
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 3.9 s |
| Other | 1.9 s |
| Style & Layout | 1.4 s |
| Script Parsing & Compilation | 456 ms |
| Parse HTML & CSS | 210 ms |
| Rendering | 184 ms |
| Garbage Collection | 113 ms |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
wi-fi-8 filogic chip card div.card_item_inner > a > div.card_img > img | www.mediatek.com/hubfs/wi-fi-8%20filogic%20chip%20card.jpg |
15k-mini-RGB-LED div.card_item_inner > a > div.card_img > img | www.mediatek.com/hubfs/15k-mini-RGB-LED.jpg |
15k-mini-RGB-LED div.card_item_inner > a > div.card_img > img | www.mediatek.com/hubfs/15k-mini-RGB-LED.jpg |
Expect Incredible Awards 2025 div.card_item_inner > a > div.card_img > img | /hubfs/MediaTek Assets/Images/Blog/Expect Incredible Awar... |
What are Multimodal Gen-AI Automotive Cockpit Platforms div.card_item_inner > a > div.card_img > img | /hubfs/MediaTek Assets/Images/Blog/What are Multimodal Ge... |
2. Centre Aligned text- What it takes to design an AI superchip div.card_item_inner > a > div.card_img > img | /hubfs/2. Centre Aligned text- What it takes to design an... |
MTK_ LiteRT div.card_item_inner > a > div.card_img > img | www.mediatek.com/hubfs/MediaTek%20Assets/Images/Blog/MTK_%20LiteRT.png |
Transforming the food & beverage industry with MediaTek Genio div.card_item_inner > a > div.card_img > img | /hubfs/Transforming the food & beverage industry with Med... |
Expect Incredible Awards 2025 div.card_item_inner > a > div.card_img > img | /hubfs/MediaTek Assets/Images/Blog/Expect Incredible Awar... |
What are Multimodal Gen-AI Automotive Cockpit Platforms div.card_item_inner > a > div.card_img > img | /hubfs/MediaTek Assets/Images/Blog/What are Multimodal Ge... |
2. Centre Aligned text- What it takes to design an AI superchip div.card_item_inner > a > div.card_img > img | /hubfs/2. Centre Aligned text- What it takes to design an... |
MTK_ LiteRT div.card_item_inner > a > div.card_img > img | www.mediatek.com/hubfs/MediaTek%20Assets/Images/Blog/MTK_%20LiteRT.png |
Accelerates Automotive Experiences div.card_item_inner > a > div.card_img > img | /hubfs/IAA Mobility 2025 MediaTek Accelerates Automotive ... |
pd-rajput div.card_item_inner > a > div.card_img > img | www.mediatek.com/hubfs/pd-rajput.png |
All-Day Power MediaTek’s Battery Life Advantage Across Every Segment div.card_item_inner > a > div.card_img > img | /hubfs/All-Day Power MediaTek’s Battery Life Advantage ... |
9500s and Dimensity 8500 launch_ div.card_item_inner > a > div.card_img > img | /hubfs/MediaTek Assets/Images/Blog/9500s and Dimensity 85... |
pd-rajput div.card_item_inner > a > div.card_img > img | www.mediatek.com/hubfs/pd-rajput.png |
Ask not what AI can do for Wi-Fi, but what Wi-Fi can do for AI div.card_item_inner > a > div.card_img > img | /hubfs/Ask not what AI can do for Wi-Fi, but what Wi-Fi c... |
Kompanio 540 - launch blog div.card_item_inner > a > div.card_img > img | www.mediatek.com/hubfs/Kompanio%20540%20-%20launch%20blog.webp |
Accelerates Automotive Experiences div.card_item_inner > a > div.card_img > img | /hubfs/IAA Mobility 2025 MediaTek Accelerates Automotive ... |
pd-rajput div.card_item_inner > a > div.card_img > img | www.mediatek.com/hubfs/pd-rajput.png |
#224 - vivo x300 series powered by MediaTek Dimensity 9500 div.card_item_inner > a > div.card_img > img | /hubfs/#224 - vivo x300 series powered by MediaTek Dimens... |
PoweredByHomepage_Mediatek div.card_item_inner > a > div.card_img > img | /hubfs/MediaTek Assets/Images/Home Page/PoweredByHomepage... |
speedport-7-grey div.card_item_inner > a > div.card_img > img | www.mediatek.com/hubfs/speedport-7-grey.png |
11th NOV- Grinn GenioBoard Edge AI SBC Powered by MediaTek Genio 700 div.card_item_inner > a > div.card_img > img | /hubfs/11th NOV- Grinn GenioBoard Edge AI SBC Powered by ... |
#221 - MediaTek and DENSO Collaborate on Auto SoCs div.card_item_inner > a > div.card_img > img | /hubfs/#221 - MediaTek and DENSO Collaborate on Auto SoCs... |
#222 - MediaTek and NTE Advance Mobile Gaming Performance div.card_item_inner > a > div.card_img > img | /hubfs/#222 - MediaTek and NTE Advance Mobile Gaming Perf... |
#223 - OPPO Find X9 powered by MediaTek Dimensity 9500 div.card_item_inner > a > div.card_img > img | /hubfs/#223 - OPPO Find X9 powered by MediaTek Dimensity ... |
#224 - vivo x300 series powered by MediaTek Dimensity 9500 div.card_item_inner > a > div.card_img > img | /hubfs/#224 - vivo x300 series powered by MediaTek Dimens... |
PoweredByHomepage_Mediatek div.card_item_inner > a > div.card_img > img | /hubfs/MediaTek Assets/Images/Home Page/PoweredByHomepage... |
speedport-7-grey div.card_item_inner > a > div.card_img > img | www.mediatek.com/hubfs/speedport-7-grey.png |
11th NOV- Grinn GenioBoard Edge AI SBC Powered by MediaTek Genio 700 div.card_item_inner > a > div.card_img > img | /hubfs/11th NOV- Grinn GenioBoard Edge AI SBC Powered by ... |
genio card div.card_item_inner > a > div.card_img > img | www.mediatek.com/hubfs/MediaTek%20Assets/Images/Static%20Images/genio%20card.jpg |
genio card div.card_item_inner > a > div.card_img > img | www.mediatek.com/hubfs/MediaTek%20Assets/Images/Static%20Images/genio%20card.jpg |
Best company work for_Corporate news_section div.card_item_inner > a > div.card_img > img | /hs-fs/hubfs/MediaTek Assets/Images/Home Page/Best compan... |
LexisNexis0326_EN div.card_item_inner > a > div.card_img > img | /hs-fs/hubfs/LexisNexis0326_EN.jpg?width=300&height=300&l... |
LexisNexis0326_EN div.card_item_inner > a > div.card_img > img | /hs-fs/hubfs/LexisNexis0326_EN.jpg?width=300&height=300&l... |
MediaTek successfully develops first chip using TSMC 2nm process div.card_item_inner > a > div.card_img > img | /hs-fs/hubfs/MediaTek Assets/Images/Blog/MediaTek success... |
NVFusion_Blog 0525 div.card_item_inner > a > div.card_img > img | /hs-fs/hubfs/MediaTek Assets/Images/Home Page/NVFusion_Bl... |
One MediaTek Evolving Our Brand for the AI Edge to Cloud Future04_Blog div.card_item_inner > a > div.card_img > img | /hs-fs/hubfs/MediaTek Assets/Images/Static Images/One Med... |
MediaTek receives ISSCC Anantha P. Chandrakasan Distinguished Technical Paper A… div.card_item_inner > a > div.card_img > img | /hs-fs/hubfs/MediaTek Assets/Images/Blog/MediaTek receive... |
Interbrand2025_Blog div.card_item_inner > a > div.card_img > img | /hs-fs/hubfs/MediaTek Assets/Images/Blog/Interbrand2025_B... |
NVIDIA_AI_Factory div.card_item_inner > a > div.card_img > img | /hs-fs/hubfs/NVIDIA_AI_Factory.jpg?width=300&height=300&l... |
ESA_NTN_blog div.card_item_inner > a > div.card_img > img | /hs-fs/hubfs/MediaTek Assets/Images/Home Page/ESA_NTN_blo... |
MediaTek successfully develops first chip using TSMC 2nm process div.card_item_inner > a > div.card_img > img | /hs-fs/hubfs/MediaTek Assets/Images/Blog/MediaTek success... |
NVFusion_Blog 0525 div.card_item_inner > a > div.card_img > img | /hs-fs/hubfs/MediaTek Assets/Images/Home Page/NVFusion_Bl... |
One MediaTek Evolving Our Brand for the AI Edge to Cloud Future04_Blog div.card_item_inner > a > div.card_img > img | /hs-fs/hubfs/MediaTek Assets/Images/Static Images/One Med... |
11-3 div.blog-item > div.blog-item-inner > div.blog-img > img | /hs-fs/hubfs/MediaTek Assets/Images/Home Page/11-3.jpg?wi... |
22 div.blog-item > div.blog-item-inner > div.blog-img > img | /hs-fs/hubfs/MediaTek Assets/Images/Home Page/22.jpg?widt... |
InsideTek div.blog-item > div.blog-item-inner > div.blog-img > img | /hs-fs/hubfs/MediaTek Assets/Images/Static Images/InsideT... |
Tek-Talk-1 div.blog-item > div.blog-item-inner > div.blog-img > img | /hs-fs/hubfs/MediaTek Assets/Images/Home Page/Tek-Talk-1.... |
11-3 div.blog-item > div.blog-item-inner > div.blog-img > img | /hs-fs/hubfs/MediaTek Assets/Images/Home Page/11-3.jpg?wi... |
22 div.blog-item > div.blog-item-inner > div.blog-img > img | /hs-fs/hubfs/MediaTek Assets/Images/Home Page/22.jpg?widt... |
InsideTek div.blog-item > div.blog-item-inner > div.blog-img > img | /hs-fs/hubfs/MediaTek Assets/Images/Static Images/InsideT... |
Tek-Talk-1 div.blog-item > div.blog-item-inner > div.blog-img > img | /hs-fs/hubfs/MediaTek Assets/Images/Home Page/Tek-Talk-1.... |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Each ARIA `role` supports a specific subset of `aria-*` attributes. Mismatching these invalidates the `aria-*` attributes. Learn how to match ARIA attributes to their roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
1 div.home_page_banner > div.main_home_page_slider > ul.slick-dots > li#slick-slide00 |
1 div.cards_slider_items > div#widget_1713777392960 > ul.slick-dots > li#slick-slide40 |
1 div.cards_slider_prod > div#module_17189824563813 > ul.slick-dots > li#slick-slide50 |
1 div.cards_slider_prod > div#module_17568825929363 > ul.slick-dots > li#slick-slide60 |
1 div.cards_slider_prod > div#module_17189834323413 > ul.slick-dots > li#slick-slide70 |
1 div.blog_cards_wrapper > div.blog_cards > ul.slick-dots > li#slick-slide30 |
Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. Learn more about roles and required children elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
1
2
3
4
5
6
7
8 div.home_page_wrapper > div.home_page_banner > div.main_home_page_slider > ul.slick-dots |
1
2
3
4
5
6
7
8
9 div#hs_cos_wrapper_widget_1713777392960 > div.cards_slider_items > div#widget_1713777392960 > ul.slick-dots |
1
2
3
4
5 div#hs_cos_wrapper_module_17189824563813 > div.cards_slider_prod > div#module_17189824563813 > ul.slick-dots |
1
2
3
4
5
6
7
8
9
10 div#hs_cos_wrapper_module_17568825929363 > div.cards_slider_prod > div#module_17568825929363 > ul.slick-dots |
1
2
3
4
5
6
7 div#hs_cos_wrapper_module_17189834323413 > div.cards_slider_prod > div#module_17189834323413 > ul.slick-dots |
1
2
3
4 div.page-center > div.blog_cards_wrapper > div.blog_cards > ul.slick-dots |
Assistive technologies, like screen readers, can't interpret ARIA attributes with invalid values. Learn more about valid values for ARIA attributes.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
1 div.home_page_banner > div.main_home_page_slider > ul.slick-dots > li#slick-slide00 |
1 div.cards_slider_items > div#widget_1713777392960 > ul.slick-dots > li#slick-slide40 |
1 div.cards_slider_prod > div#module_17189824563813 > ul.slick-dots > li#slick-slide50 |
1 div.cards_slider_prod > div#module_17568825929363 > ul.slick-dots > li#slick-slide60 |
1 div.cards_slider_prod > div#module_17189834323413 > ul.slick-dots > li#slick-slide70 |
1 div.blog_cards_wrapper > div.blog_cards > ul.slick-dots > li#slick-slide30 |
When an input field doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn more about input field labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
GENERATIVE AI
Leading the next wave of edge AI
Faster, smarter generative AI c… div.home_page_banner > div.main_home_page_slider > div.slick-list > div.slick-track |
MediaTek Dimensity Auto
Enabling smart vehicle innovation.
Scalable, highly in… div.main_tab_slid_wrap > div.main_tab_slider > div.slick-list > div.slick-track |
HyperEngine Gaming
Because every millisecond matters.
Experience faster frame … div.main_tab_slid_wrap > div.main_tab_slider > div.slick-list > div.slick-track |
CORPORATE
MediaTek Develops Chip Utilizing TSMC’s 2nm Process
ASIC
MediaTek'… div.cards_slider_items > div#widget_1713777392960 > div.slick-list > div.slick-track |
AWARDS
2025's Best MediaTek-powered Devices
From smartphones to smart home de… div.cards_slider_prod > div#module_17189824563813 > div.slick-list > div.slick-track |
AUTOMOTIVE
Accelerating Automotive Experiences
At IAA Mobility 2025, MediaTek… div.cards_slider_prod > div#module_17568825929363 > div.slick-list > div.slick-track |
SMARTPHONES
vivo X300 Series powered by MediaTek Dimensity 9500
DIMENSITY
Sa… div.cards_slider_prod > div#module_17189834323413 > div.slick-list > div.slick-track |
Devices powered by MediaTek
Discover products and brands powered by MediaTek.
… div.blog_cards_wrapper > div.blog_cards > div.slick-list > div.slick-track |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Welcome to MediaTek. div.hm_tp_cont_wrap > div.page-center > div.hm_tp_main > h2 |
AI a > div.card_content > p.item_cat > span.AI |
AI, IOT a > div.card_content > p.item_cat > span.AI, |
AI, IOT a > div.card_content > p.item_cat > span.AI, |
AI a > div.card_content > p.item_cat > span.AI |
form#hsForm_afd29ec0-e531-4714-97fc-99bddc45f567_5730 > div.hs_submit > div.actions > input.hs-button form#hsForm_afd29ec0-e531-4714-97fc-99bddc45f567_5730 > div.hs_submit > div.actions > input.hs-button |
Cookie Statement div#hs_menu_wrapper_menu2_ > ul > li.hs-menu-item > a |
Terms of Use div#hs_menu_wrapper_menu2_ > ul > li.hs-menu-item > a |
Privacy Policy div#hs_menu_wrapper_menu2_ > ul > li.hs-menu-item > a |
Copyright © 2026 MediaTek. All rights reserved div.copyright_mobile > div#hs_cos_wrapper_rich_text > span#hs_cos_wrapper_rich_text_ > p |
These are opportunities to improve the legibility of your content.
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
One MediaTek: Evolving Our Brand for the AI Edge to Cloud Future div.card_content > div.title_wrapper > div.card_title > h3 |
These are opportunities to improve keyboard navigation in your application.
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.banner-container > div.home-slide_content > div.slid_btn > a div.banner-container > div.home-slide_content > div.slid_btn > a |
div.hm_tp_main > div.hm_tp_cont > p > a div.hm_tp_main > div.hm_tp_cont > p > a |
div.main_tab_slide_inner > div.slide-left > div.button_wrap > a div.main_tab_slide_inner > div.slide-left > div.button_wrap > a |
div.blog-item-inner > div.blog_btm_cont > div.blog-btn > a div.blog-item-inner > div.blog_btm_cont > div.blog-btn > a |
li.hs-form-booleancheckbox > label.hs-form-booleancheckbox-display > span > a li.hs-form-booleancheckbox > label.hs-form-booleancheckbox-display > span > a |
div.footer_social_links > ul.social_share > div.facebook_share > a div.footer_social_links > ul.social_share > div.facebook_share > a |
div.footer_social_links > ul.social_share > div.linkedin_share > a div.footer_social_links > ul.social_share > div.linkedin_share > a |
div.footer_social_links > ul.social_share > div.instagram_share > a div.footer_social_links > ul.social_share > div.instagram_share > a |
div.footer_social_links > ul.social_share > div.youtube_share > a div.footer_social_links > ul.social_share > div.youtube_share > a |
div.footer_social_links > ul.social_share > div.threads_share > a div.footer_social_links > ul.social_share > div.threads_share > a |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.social_links > div#hs_cos_wrapper_footer_social_links > div.footer_social_links > ul.social_share div.social_links > div#hs_cos_wrapper_footer_social_links > div.footer_social_links > ul.social_share |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
1 div#widget_1713777392960 > ul.slick-dots > li#slick-slide40 > button |
1 div.blog_cards > ul.slick-dots > li#slick-slide30 > button |
These items highlight common accessibility best practices.
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| AttributionReporting |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
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
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
MediaTek Dimensity 9500s div.home-slide > div.home-slide_image > picture > img | /hubfs/728015/MediaTek Assets/Images/Home Page/D9500S_Hom... | 2.0 MiB | 1.9 MiB |
MediaTek Genio Pro div.home-slide > div.home-slide_image > picture > img | /hubfs/728015/MediaTek Assets/Images/Home Page/Home Page ... | 1.5 MiB | 1.3 MiB |
Quarterly Investor div.home-slide > div.home-slide_image > picture > img | /hubfs/728015/MediaTek Assets/Images/Home Page/Quarterly ... | 810.5 KiB | 662.9 KiB |
2. Centre Aligned text- What it takes to design an AI superchip div.card_item_inner > a > div.card_img > img | /hubfs/2. Centre Aligned text- What it takes to design an... | 496.9 KiB | 477.7 KiB |
9500s and Dimensity 8500 launch_ div.card_item_inner > a > div.card_img > img | /hubfs/MediaTek Assets/Images/Blog/9500s and Dimensity 85... | 475.0 KiB | 455.8 KiB |
pd-rajput div.card_item_inner > a > div.card_img > img | www.mediatek.com/hubfs/pd-rajput.png | 454.8 KiB | 435.6 KiB |
MTK_ LiteRT div.card_item_inner > a > div.card_img > img | www.mediatek.com/hubfs/MediaTek%20Assets/Images/Blog/MTK_%20LiteRT.png | 372.9 KiB | 353.7 KiB |
This chip changes everything. div.home-slide > div.home-slide_image > picture > img | /hubfs/728015/MediaTek Assets/Images/Banners/Candice_Desk... | 359.3 KiB | 293.9 KiB |
All-Day Power MediaTek’s Battery Life Advantage Across Every Segment div.card_item_inner > a > div.card_img > img | /hubfs/All-Day Power MediaTek’s Battery Life Advantage ... | 283.8 KiB | 264.6 KiB |
Transforming the food & beverage industry with MediaTek Genio div.card_item_inner > a > div.card_img > img | /hubfs/Transforming the food & beverage industry with Med... | 281.1 KiB | 261.9 KiB |
connectivity div.main_tab_slide_item > div.main_tab_slide_inner > div.slide-right > img | www.mediatek.com/hubfs/MediaTek%20Assets/Images/Home%20Page/connectivity.jpg | 254.0 KiB | 238.0 KiB |
Gen AI: The next wave of innovation div.home-slide > div.home-slide_image > picture > img | /hubfs/728015/MediaTek Assets/Images/Slider images/Deskto... | 256.6 KiB | 209.9 KiB |
15k-mini-RGB-LED div.card_item_inner > a > div.card_img > img | www.mediatek.com/hubfs/15k-mini-RGB-LED.jpg | 165.0 KiB | 147.9 KiB |
wi-fi-8 filogic chip card div.card_item_inner > a > div.card_img > img | www.mediatek.com/hubfs/wi-fi-8%20filogic%20chip%20card.jpg | 64.5 KiB | 55.4 KiB |
genio card div.card_item_inner > a > div.card_img > img | www.mediatek.com/hubfs/MediaTek%20Assets/Images/Static%20Images/genio%20card.jpg | 69.5 KiB | 53.1 KiB |
What are Multimodal Gen-AI Automotive Cockpit Platforms div.card_item_inner > a > div.card_img > img | /hubfs/MediaTek Assets/Images/Blog/What are Multimodal Ge... | 67.7 KiB | 48.5 KiB |
Ask not what AI can do for Wi-Fi, but what Wi-Fi can do for AI div.card_item_inner > a > div.card_img > img | /hubfs/Ask not what AI can do for Wi-Fi, but what Wi-Fi c... | 54.2 KiB | 36.1 KiB |
ASIC div.main_tab_slide_item > div.main_tab_slide_inner > div.slide-right > img | www.mediatek.com/hubfs/MediaTek%20Assets/Images/Static%20Images/ASIC.jpg | 60.0 KiB | 28.4 KiB |
Smartphone_homepage div.main_tab_slide_item > div.main_tab_slide_inner > div.slide-right > img | /hubfs/MediaTek Assets/Images/Slider images/Smartphone_ho... | 41.2 KiB | 17.8 KiB |
MediaTek successfully develops first chip using TSMC 2nm process div.card_item_inner > a > div.card_img > img | /hs-fs/hubfs/MediaTek Assets/Images/Blog/MediaTek success... | 28.6 KiB | 15.1 KiB |
Expect Incredible Awards 2025 div.card_item_inner > a > div.card_img > img | /hubfs/MediaTek Assets/Images/Blog/Expect Incredible Awar... | 20.1 KiB | 13.3 KiB |
IoT_homepage div.main_tab_slide_item > div.main_tab_slide_inner > div.slide-right > img | www.mediatek.com/hubfs/MediaTek%20Assets/Images/Slider%20images/IoT_homepage.jpg | 30.5 KiB | 13.2 KiB |
Accelerates Automotive Experiences div.card_item_inner > a > div.card_img > img | /hubfs/IAA Mobility 2025 MediaTek Accelerates Automotive ... | 17.4 KiB | 11.6 KiB |
Product_homepage div.main_tab_slide_item > div.main_tab_slide_inner > div.slide-right > img | /hubfs/MediaTek Assets/Images/Slider images/Product_homep... | 25.8 KiB | 11.2 KiB |
smart-home div.main_tab_slide_item > div.main_tab_slide_inner > div.slide-right > img | www.mediatek.com/hubfs/MediaTek%20Assets/Images/Static%20Images/smart-home.jpg | 17.9 KiB | 7.7 KiB |
Kompanio 540 - launch blog div.card_item_inner > a > div.card_img > img | www.mediatek.com/hubfs/Kompanio%20540%20-%20launch%20blog.webp | 7.5 KiB | 5.0 KiB |
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| mediatek.com/ | 792 ms |
| www.mediatek.com/ | 0.0 ms |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.googletagmanager.com/gtag/js?id=AW-10991109502&cx=c>m=4e64f1h2 | 141.5 KiB | 104.1 KiB |
| www.mediatek.com/_hcms/forms/v2.js | 193.7 KiB | 77.2 KiB |
| www.googletagmanager.com/gtag/js?id=G-V4S2606G0C&cx=c>m=4e64f0 | 177.6 KiB | 66.2 KiB |
| www.googletagmanager.com/gtag/js?id=AW-10991109502 | 141.5 KiB | 53.5 KiB |
| www.googletagmanager.com/gtag/js?id=AW-840382713 | 144.7 KiB | 51.3 KiB |
| cdnjs.cloudflare.com/ajax/libs/Swiper/11.0.5/swiper-bundle.min.js | 35.1 KiB | 34.1 KiB |
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 859 ms |
| Other | 679 ms |
| Style & Layout | 347 ms |
| Script Parsing & Compilation | 122 ms |
| Rendering | 100 ms |
| Parse HTML & CSS | 43 ms |
| Garbage Collection | 15 ms |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
wi-fi-8 filogic chip card div.card_item_inner > a > div.card_img > img | www.mediatek.com/hubfs/wi-fi-8%20filogic%20chip%20card.jpg |
15k-mini-RGB-LED div.card_item_inner > a > div.card_img > img | www.mediatek.com/hubfs/15k-mini-RGB-LED.jpg |
2. Centre Aligned text- What it takes to design an AI superchip div.card_item_inner > a > div.card_img > img | /hubfs/2. Centre Aligned text- What it takes to design an... |
MTK_ LiteRT div.card_item_inner > a > div.card_img > img | www.mediatek.com/hubfs/MediaTek%20Assets/Images/Blog/MTK_%20LiteRT.png |
Transforming the food & beverage industry with MediaTek Genio div.card_item_inner > a > div.card_img > img | /hubfs/Transforming the food & beverage industry with Med... |
Expect Incredible Awards 2025 div.card_item_inner > a > div.card_img > img | /hubfs/MediaTek Assets/Images/Blog/Expect Incredible Awar... |
What are Multimodal Gen-AI Automotive Cockpit Platforms div.card_item_inner > a > div.card_img > img | /hubfs/MediaTek Assets/Images/Blog/What are Multimodal Ge... |
pd-rajput div.card_item_inner > a > div.card_img > img | www.mediatek.com/hubfs/pd-rajput.png |
All-Day Power MediaTek’s Battery Life Advantage Across Every Segment div.card_item_inner > a > div.card_img > img | /hubfs/All-Day Power MediaTek’s Battery Life Advantage ... |
9500s and Dimensity 8500 launch_ div.card_item_inner > a > div.card_img > img | /hubfs/MediaTek Assets/Images/Blog/9500s and Dimensity 85... |
pd-rajput div.card_item_inner > a > div.card_img > img | www.mediatek.com/hubfs/pd-rajput.png |
Ask not what AI can do for Wi-Fi, but what Wi-Fi can do for AI div.card_item_inner > a > div.card_img > img | /hubfs/Ask not what AI can do for Wi-Fi, but what Wi-Fi c... |
Kompanio 540 - launch blog div.card_item_inner > a > div.card_img > img | www.mediatek.com/hubfs/Kompanio%20540%20-%20launch%20blog.webp |
Accelerates Automotive Experiences div.card_item_inner > a > div.card_img > img | /hubfs/IAA Mobility 2025 MediaTek Accelerates Automotive ... |
speedport-7-grey div.card_item_inner > a > div.card_img > img | www.mediatek.com/hubfs/speedport-7-grey.png |
11th NOV- Grinn GenioBoard Edge AI SBC Powered by MediaTek Genio 700 div.card_item_inner > a > div.card_img > img | /hubfs/11th NOV- Grinn GenioBoard Edge AI SBC Powered by ... |
#221 - MediaTek and DENSO Collaborate on Auto SoCs div.card_item_inner > a > div.card_img > img | /hubfs/#221 - MediaTek and DENSO Collaborate on Auto SoCs... |
#222 - MediaTek and NTE Advance Mobile Gaming Performance div.card_item_inner > a > div.card_img > img | /hubfs/#222 - MediaTek and NTE Advance Mobile Gaming Perf... |
#223 - OPPO Find X9 powered by MediaTek Dimensity 9500 div.card_item_inner > a > div.card_img > img | /hubfs/#223 - OPPO Find X9 powered by MediaTek Dimensity ... |
#224 - vivo x300 series powered by MediaTek Dimensity 9500 div.card_item_inner > a > div.card_img > img | /hubfs/#224 - vivo x300 series powered by MediaTek Dimens... |
PoweredByHomepage_Mediatek div.card_item_inner > a > div.card_img > img | /hubfs/MediaTek Assets/Images/Home Page/PoweredByHomepage... |
genio card div.card_item_inner > a > div.card_img > img | www.mediatek.com/hubfs/MediaTek%20Assets/Images/Static%20Images/genio%20card.jpg |
Best company work for_Corporate news_section div.card_item_inner > a > div.card_img > img | /hs-fs/hubfs/MediaTek Assets/Images/Home Page/Best compan... |
LexisNexis0326_EN div.card_item_inner > a > div.card_img > img | /hs-fs/hubfs/LexisNexis0326_EN.jpg?width=300&height=300&l... |
One MediaTek Evolving Our Brand for the AI Edge to Cloud Future04_Blog div.card_item_inner > a > div.card_img > img | /hs-fs/hubfs/MediaTek Assets/Images/Static Images/One Med... |
MediaTek receives ISSCC Anantha P. Chandrakasan Distinguished Technical Paper A… div.card_item_inner > a > div.card_img > img | /hs-fs/hubfs/MediaTek Assets/Images/Blog/MediaTek receive... |
Interbrand2025_Blog div.card_item_inner > a > div.card_img > img | /hs-fs/hubfs/MediaTek Assets/Images/Blog/Interbrand2025_B... |
NVIDIA_AI_Factory div.card_item_inner > a > div.card_img > img | /hs-fs/hubfs/NVIDIA_AI_Factory.jpg?width=300&height=300&l... |
ESA_NTN_blog div.card_item_inner > a > div.card_img > img | /hs-fs/hubfs/MediaTek Assets/Images/Home Page/ESA_NTN_blo... |
MediaTek successfully develops first chip using TSMC 2nm process div.card_item_inner > a > div.card_img > img | /hs-fs/hubfs/MediaTek Assets/Images/Blog/MediaTek success... |
NVFusion_Blog 0525 div.card_item_inner > a > div.card_img > img | /hs-fs/hubfs/MediaTek Assets/Images/Home Page/NVFusion_Bl... |
InsideTek div.blog-item > div.blog-item-inner > div.blog-img > img | /hs-fs/hubfs/MediaTek Assets/Images/Static Images/InsideT... |
Tek-Talk-1 div.blog-item > div.blog-item-inner > div.blog-img > img | /hs-fs/hubfs/MediaTek Assets/Images/Home Page/Tek-Talk-1.... |
11-3 div.blog-item > div.blog-item-inner > div.blog-img > img | /hs-fs/hubfs/MediaTek Assets/Images/Home Page/11-3.jpg?wi... |
22 div.blog-item > div.blog-item-inner > div.blog-img > img | /hs-fs/hubfs/MediaTek Assets/Images/Home Page/22.jpg?widt... |
Media Tek Research div#hs_cos_wrapper_footer_logo > span#hs_cos_wrapper_footer_logo_ > a#hs-link-footer_logo_ > img.hs-image-widget | /hubfs/raw_assets/public/MediaTek_Mar_2024/images/mediate... |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. Learn more about roles and required children elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Discover
About MediaTek
Contact Us
Report Security Vulnerability
Careers div#hs_menu_wrapper_menu_ > ul > li.hs-menu-item > ul.hs-menu-children-wrapper |
When an input field doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn more about input field labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
GENERATIVE AI
Leading the next wave of edge AI
Faster, smarter generative AI c… div.home_page_banner > div.main_home_page_slider > div.slick-list > div.slick-track |
Custom Data Center
Cutting edge. Custom made.
A highly customizable solution t… div.main_tab_slid_wrap > div.main_tab_slider > div.slick-list > div.slick-track |
White Papers
Deep dive.
Insight into our latest industry-leading innovations t… div.main_tab_slid_wrap > div.main_tab_slider > div.slick-list > div.slick-track |
CORPORATE
One MediaTek: Evolving Our Brand for the AI Edge to Cloud Future
CO… div.cards_slider_items > div#widget_1713777392960 > div.slick-list > div.slick-track |
AI
How MediaTek and NVIDIA are Making AI More Accessible
MediaTek and NVIDIA … div.cards_slider_prod > div#module_17189824563813 > div.slick-list > div.slick-track |
AI, IOT
MediaTek Genio Pro 5100 Flagship-class AI & Computing Performance for … div.cards_slider_prod > div#module_17568825929363 > div.slick-list > div.slick-track |
WI-FI 7
Case Study: Developing the Speedport 7 Broadband Gateway
Deutsche Tel… div.cards_slider_prod > div#module_17189834323413 > div.slick-list > div.slick-track |
What's Next in Tech
Watch and deep dive into key business and technology topic… div.blog_cards_wrapper > div.blog_cards > div.slick-list > div.slick-track |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#hs_cos_wrapper_widget_1713777392960 > div.cards_slider_items > div#widget_1713777392960 > button.slick-next div#hs_cos_wrapper_widget_1713777392960 > div.cards_slider_items > div#widget_1713777392960 > button.slick-next |
div#hs_cos_wrapper_module_17189824563813 > div.cards_slider_prod > div#module_17189824563813 > button.slick-next div#hs_cos_wrapper_module_17189824563813 > div.cards_slider_prod > div#module_17189824563813 > button.slick-next |
div#hs_cos_wrapper_module_17568825929363 > div.cards_slider_prod > div#module_17568825929363 > button.slick-next div#hs_cos_wrapper_module_17568825929363 > div.cards_slider_prod > div#module_17568825929363 > button.slick-next |
div#hs_cos_wrapper_module_17189834323413 > div.cards_slider_prod > div#module_17189834323413 > button.slick-next div#hs_cos_wrapper_module_17189834323413 > div.cards_slider_prod > div#module_17189834323413 > button.slick-next |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.hm_tp_main > div.hm_tp_cont > p > a div.hm_tp_main > div.hm_tp_cont > p > a |
ul.hs-menu-children-wrapper > ul.social_share > div.facebook_share > a ul.hs-menu-children-wrapper > ul.social_share > div.facebook_share > a |
ul.hs-menu-children-wrapper > ul.social_share > div.linkedin_share > a ul.hs-menu-children-wrapper > ul.social_share > div.linkedin_share > a |
ul.hs-menu-children-wrapper > ul.social_share > div.instagram_share > a ul.hs-menu-children-wrapper > ul.social_share > div.instagram_share > a |
ul.hs-menu-children-wrapper > ul.social_share > div.youtube_share > a ul.hs-menu-children-wrapper > ul.social_share > div.youtube_share > a |
ul.hs-menu-children-wrapper > ul.social_share > div.threads_share > a ul.hs-menu-children-wrapper > ul.social_share > div.threads_share > a |
li.hs-form-booleancheckbox > label.hs-form-booleancheckbox-display > span > a li.hs-form-booleancheckbox > label.hs-form-booleancheckbox-display > span > a |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Learn More div.home-slide_content > div.slid_btn > a > span |
Welcome to MediaTek. div.hm_tp_cont_wrap > div.page-center > div.hm_tp_main > h2 |
AI a > div.card_content > p.item_cat > span.AI |
AI, IOT a > div.card_content > p.item_cat > span.AI, |
AI, IOT a > div.card_content > p.item_cat > span.AI, |
AWARDS a > div.card_content > p.item_cat > span.AWARDS |
AI, IOT a > div.card_content > p.item_cat > span.AI, |
AI a > div.card_content > p.item_cat > span.AI |
CHROMEBOOKS a > div.card_content > p.item_cat > span.CHROMEBOOKS |
SMARTPHONES a > div.card_content > p.item_cat > span.SMARTPHONES |
Learn more div.blog_btm_cont > div.blog-btn > a > span |
Learn more div.blog_btm_cont > div.blog-btn > a > span |
Learn more div.blog_btm_cont > div.blog-btn > a > span |
Learn more div.blog_btm_cont > div.blog-btn > a > span |
Smartphones li.hs-menu-item > ul.hs-menu-children-wrapper > li.hs-menu-item > a |
Smart Home li.hs-menu-item > ul.hs-menu-children-wrapper > li.hs-menu-item > a |
Networking and Connectivity li.hs-menu-item > ul.hs-menu-children-wrapper > li.hs-menu-item > a |
Internet of Things li.hs-menu-item > ul.hs-menu-children-wrapper > li.hs-menu-item > a |
Chromebooks & Tablets li.hs-menu-item > ul.hs-menu-children-wrapper > li.hs-menu-item > a |
Automotive li.hs-menu-item > ul.hs-menu-children-wrapper > li.hs-menu-item > a |
ASIC li.hs-menu-item > ul.hs-menu-children-wrapper > li.hs-menu-item > a |
5G li.hs-menu-item > ul.hs-menu-children-wrapper > li.hs-menu-item > a |
Artificial Intelligence li.hs-menu-item > ul.hs-menu-children-wrapper > li.hs-menu-item > a |
Wi-Fi li.hs-menu-item > ul.hs-menu-children-wrapper > li.hs-menu-item > a |
MediaTek HyperEngine li.hs-menu-item > ul.hs-menu-children-wrapper > li.hs-menu-item > a |
Display for Smartphones li.hs-menu-item > ul.hs-menu-children-wrapper > li.hs-menu-item > a |
Camera for Smartphones li.hs-menu-item > ul.hs-menu-children-wrapper > li.hs-menu-item > a |
MediaTek CorePilot li.hs-menu-item > ul.hs-menu-children-wrapper > li.hs-menu-item > a |
Discover li.hs-menu-item > ul.hs-menu-children-wrapper > li.hs-menu-item > a |
About MediaTek li.hs-menu-item > ul.hs-menu-children-wrapper > li.hs-menu-item > a |
Contact Us li.hs-menu-item > ul.hs-menu-children-wrapper > li.hs-menu-item > a |
Report Security Vulnerability li.hs-menu-item > ul.hs-menu-children-wrapper > li.hs-menu-item > a |
Careers li.hs-menu-item > ul.hs-menu-children-wrapper > li.hs-menu-item > a |
form#hsForm_afd29ec0-e531-4714-97fc-99bddc45f567_5730 > div.hs_submit > div.actions > input.hs-button form#hsForm_afd29ec0-e531-4714-97fc-99bddc45f567_5730 > div.hs_submit > div.actions > input.hs-button |
Cookie Statement div#hs_menu_wrapper_menu2_ > ul > li.hs-menu-item > a |
Terms of Use div#hs_menu_wrapper_menu2_ > ul > li.hs-menu-item > a |
Privacy Policy div#hs_menu_wrapper_menu2_ > ul > li.hs-menu-item > a |
Copyright © 2026 MediaTek. All rights reserved div.copyright_text > div#hs_cos_wrapper_rich_text > span#hs_cos_wrapper_rich_text_ > p |
These are opportunities to improve the legibility of your content.
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
MEDIATEK div.slider-navigation > div.slider_nav_slide > div.nav_inner > h5.slid_btm_cat |
One MediaTek: Evolving Our Brand for the AI Edge to Cloud Future div.card_content > div.title_wrapper > div.card_title > h3 |
These are opportunities to improve keyboard navigation in your application.
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
ul > li.hs-menu-item > ul.hs-menu-children-wrapper > ul.social_share ul > li.hs-menu-item > ul.hs-menu-children-wrapper > ul.social_share |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| AttributionReporting |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback