Mobile 375 × 812

Desktop 1440 × 900

Score: 78 / 100
Based on 8 categories, 0 sections
Room to improve — your 11.3s load time is above Google's 2.5s 'Good' threshold.
Strong security — your users are well protected.
Several issues make your site difficult for assistive technology users.
Well-optimized for search — your content is discoverable.
Solid infrastructure — fast server responses across the board.
Strong compliance posture across regulations.
Rich content metadata — your pages look great everywhere.
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.
No H1 heading found
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
is missing width/height — may cause layout shift
Performance issues directly impact user engagement and conversion rates.
153 third-party resources (100% of weight)
Performance issues directly impact user engagement and conversion rates.
154 HTTP requests — consider bundling or reducing
Performance issues directly impact user engagement and conversion rates.
Cross-Origin-Embedder-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
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/597e2823-933e-4ab4-89e8-319fa2a8f56e)<a href="https://beavercheck.com/results/597e2823-933e-4ab4-89e8-319fa2a8f56e"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fasus.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fasus.comThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Your LCP of 11.3s exceeds Google's 2.5s 'Good' threshold and the 3 performance issues below directly contribute 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 audience reach.
6 barrier(s) likely increasing bounce by ~26%.
Page takes 11.3s to load
+12% bounceUsers abandon at ~3s — you're 8.8s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 1.3s
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
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
10 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 12,800 investment → TWD 20,889/month returns
TWD 12,800
8h · 5 findings
TWD 20,889 /mo
~TWD 250,672 / year
No applicable regulations in this jurisdiction
TWD 800 — 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.
8.0 developer hours at NT$1600/hr
Based on Taiwan rates (NT$1600/hr)
Start here for the best return on investment
TWD 30 / month at risk
~TWD 364 / year if left unfixed
TWD 30 /mo
11756.9 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 1 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.
4.73 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
11.26 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.28 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.049
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
8.46 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.
23.55 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.
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.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
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.
| URL | Transfer Size | Duration |
|---|---|---|
| www.asus.com/nuxtStatic/js/jquery.min.js | 31.0 KiB | 208 ms |
| www.asus.com/_nuxt/efb340413.css | 18.7 KiB | 208 ms |
| www.asus.com/_nuxt/69a220413.css | 13.2 KiB | |
| www.asus.com/_nuxt/82c0b0413.css | 32.0 KiB | |
| www.asus.com/_nuxt/e976d0413.css | 25.3 KiB | 208 ms |
| www.asus.com/_nuxt/023e40413.css | 30.3 KiB | 208 ms |
| www.asus.com/_nuxt/88c6d0413.css | 11.5 KiB | |
| www.asus.com/_nuxt/502050413.css | 27.5 KiB | 416 ms |
| www.asus.com/_nuxt/379390413.css | 17.1 KiB | 208 ms |
| www.asus.com/_nuxt/b6b210413.css | 12.3 KiB | |
| www.asus.com/_nuxt/f74450413.css | 10.6 KiB | 208 ms |
| www.asus.com/_nuxt/e37300413.css | 18.9 KiB | 208 ms |
| www.asus.com/_nuxt/481560413.css | 11.0 KiB | |
| www.asus.com/_nuxt/d03fa0413.css | 805 B | |
| dlcdnimgs.asus.com/vendor/subscribe-form/js/subscribeform.min.js | 6.2 KiB | 758 ms |
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.
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 | |
|---|---|---|---|
ASUS AI PCs a > div.ColumnBanner__imgBackground__1je-8 > picture > img | /WebsitesBanner/global/banners/mri8qhzaptgy6k1s/mri8qhzap... | 290.8 KiB | 91.4 KiB |
ASUS ExpertBook B5 G2 div.HeroBanner__item__3nU6C > a > picture > img.HeroBanner__itemBackgroudImage__2lBz_ | /WebsitesBanner/global/banners/pphqv03piauuaejv/pphqv03pi... | 207.1 KiB | 60.1 KiB |
Shape the Future of ProArt Masters Talks a > div.ColumnBanner__imgBackground__1je-8 > picture > img | /WebsitesBanner/global/banners/mri8qhzaptgy6k1s/mri8qhzap... | 73.8 KiB | 17.3 KiB |
Image of ProArt GoPro Edition laptop with full co-branded design collection, in… a > div.ColumnBanner__imgBackground__1je-8 > picture > img | /WebsitesBanner/global/banners/mri8qhzaptgy6k1s/mri8qhzap... | 69.2 KiB | 16.2 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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 |
|---|---|
| asus.com/ | 1.4 s |
| www.asus.com/ | 0.0 ms |
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.
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 rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
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 |
|---|---|---|
| asus-brand-assistant.asus.com/brand-assistant.js | 523.8 KiB | 390.7 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-NJRLM8 | 207.7 KiB | 71.7 KiB |
| www.asus.com/_nuxt/173970413.js | 71.0 KiB | 41.0 KiB |
| www.asus.com/_nuxt/077270413.js | 38.4 KiB | 35.5 KiB |
| www.asus.com/_nuxt/2bd4a0413.js | 75.0 KiB | 35.3 KiB |
| www.asus.com/_nuxt/32a760413.js | 36.0 KiB | 34.7 KiB |
| www.asus.com/_nuxt/1d7b20413.js | 30.5 KiB | 30.5 KiB |
| www.asus.com/_nuxt/b631b0413.js | 30.4 KiB | 30.4 KiB |
| www.asus.com/_nuxt/f82690413.js | 46.0 KiB | 27.8 KiB |
| s.go-mpulse.net/boomerang/RQQXY-PWR8Y-FJH4F-ZT6TK-8WW94 | 57.5 KiB | 25.5 KiB |
| www.asus.com/nuxtStatic/js/jquery.min.js | 30.4 KiB | 21.3 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.asus.com/ | 3.0 s | 35 ms | 69 ms |
| www.asus.com/_nuxt/173970413.js | 1.9 s | 1.5 s | 30 ms |
| Unattributable | 1.2 s | 26 ms | 0.0 ms |
| www.googletagmanager.com/gtm.js?id=GTM-NJRLM8 | 911 ms | 747 ms | 124 ms |
| www.asus.com/_nuxt/65fbd0413.js | 351 ms | 324 ms | 19 ms |
| s.go-mpulse.net/boomerang/RQQXY-PWR8Y-FJH4F-ZT6TK-8WW94 | 292 ms | 75 ms | 22 ms |
| dlcdnimgs.asus.com/vendor/promotion-banner/js/promotionbanner.min.js | 277 ms | 272 ms | 3.2 ms |
| www.asus.com/_nuxt/2bd4a0413.js | 157 ms | 120 ms | 29 ms |
| asus-brand-assistant.asus.com/brand-assistant.js | 124 ms | 30 ms | 7.2 ms |
| apps.bazaarvoice.com/deployments/asustek/global_asus/production/en_US/bv.js | 109 ms | 94 ms | 11 ms |
| www.asus.com/_nuxt/f82690413.js | 53 ms | 2.7 ms | 17 ms |
| www.asus.com/nuxtStatic/js/jquery.min.js | 53 ms | 37 ms | 11 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.5 s |
| Other | 2.3 s |
| Style & Layout | 1.7 s |
| Script Parsing & Compilation | 591 ms |
| Rendering | 457 ms |
| Parse HTML & CSS | 313 ms |
| Garbage Collection | 131 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 | |
|---|---|
A banner with ASUS ExpertBook P3 G2 in an angled view a > div.ColumnBanner__imgBackground__1je-8 > picture > img | /WebsitesBanner/global/banners/mri8qhzaptgy6k1s/mri8qhzap... |
ASUS ExpertCenter P600 AiO a > div.ColumnBanner__imgBackground__1je-8 > picture > img | /WebsitesBanner/global/banners/mri8qhzaptgy6k1s/mri8qhzap... |
Image of ProArt GoPro Edition laptop with full co-branded design collection, in… a > div.ColumnBanner__imgBackground__1je-8 > picture > img | /WebsitesBanner/global/banners/mri8qhzaptgy6k1s/mri8qhzap... |
ASUS AI PCs a > div.ColumnBanner__imgBackground__1je-8 > picture > img | /WebsitesBanner/global/banners/mri8qhzaptgy6k1s/mri8qhzap... |
Shape the Future of ProArt Masters Talks a > div.ColumnBanner__imgBackground__1je-8 > picture > img | /WebsitesBanner/global/banners/mri8qhzaptgy6k1s/mri8qhzap... |
ASUS ExpertCenter PN55 Mini PC a > div.ColumnBanner__imgBackground__1je-8 > picture > img |
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 |
|---|
Create an ASUS account today to register your product for better support.
Lear… div#skipContentFocus > div.PromotionBanner__wrapper__boR2j > div.PromotionBanner__sliderSection__3ZS_w > div.swiper-wrapper |
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.
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 |
|---|
Brilliance in Motion div.HeroBanner__item__3nU6C > div.HeroBanner__bannerInfo__djQPV > div.HeroBanner__infoTag__2jbKP > a |
These items highlight common accessibility best practices.
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.
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.43 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.86 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
161 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.078
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.93 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.
3.60 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.
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.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
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.
| URL | Transfer Size | Duration |
|---|---|---|
| dlcdnimgs.asus.com/vendor/subscribe-form/js/subscribeform.min.js | 6.2 KiB | |
| www.asus.com/_nuxt/82c0b0413.css | 32.0 KiB | 83 ms |
| www.asus.com/nuxtStatic/js/jquery.min.js | 31.0 KiB | |
| www.asus.com/_nuxt/e976d0413.css | 25.3 KiB | |
| www.asus.com/_nuxt/efb340413.css | 18.7 KiB | |
| www.asus.com/_nuxt/69a220413.css | 13.2 KiB | |
| www.asus.com/_nuxt/023e40413.css | 30.3 KiB | |
| www.asus.com/_nuxt/502050413.css | 27.5 KiB | |
| www.asus.com/_nuxt/88c6d0413.css | 11.5 KiB | |
| www.asus.com/_nuxt/379390413.css | 17.1 KiB | |
| www.asus.com/_nuxt/b6b210413.css | 12.3 KiB | |
| www.asus.com/_nuxt/f74450413.css | 10.6 KiB | |
| www.asus.com/_nuxt/e37300413.css | 18.9 KiB | 83 ms |
| www.asus.com/_nuxt/481560413.css | 11.0 KiB | |
| www.asus.com/_nuxt/d03fa0413.css | 803 B |
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.
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 | |
|---|---|---|---|
Upgrade What Matters Giveaway div > div.HotCampaignsEvents__imgWrap__m7CCJ > picture > img | www.asus.com/media/Odin/Websites/global/SiteSetting/20260309091855.jpg?webp | 80.3 KiB | 63.8 KiB |
Shape the Future of ProArt Masters Talks div > div.HotCampaignsEvents__imgWrap__m7CCJ > picture > img | www.asus.com/media/Odin/Websites/global/SiteSetting/20260416022240.jpg?webp | 56.4 KiB | 44.8 KiB |
Dream Your Travel WiFi - Join ASUS Mini Router Giveaway! div > div.HotCampaignsEvents__imgWrap__m7CCJ > picture > img | www.asus.com/media/Odin/Websites/global/SiteSetting/20260407095646.jpg?webp | 51.6 KiB | 41.0 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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 |
|---|---|
| asus.com/ | 729 ms |
| www.asus.com/ | 0.0 ms |
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.
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
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 |
|---|---|---|
| asus-brand-assistant.asus.com/brand-assistant.js | 523.8 KiB | 390.7 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-NJRLM8 | 207.7 KiB | 71.8 KiB |
| www.asus.com/_nuxt/173970413.js | 71.0 KiB | 41.0 KiB |
| www.asus.com/_nuxt/077270413.js | 38.4 KiB | 35.5 KiB |
| www.asus.com/_nuxt/2bd4a0413.js | 75.0 KiB | 35.3 KiB |
| www.asus.com/_nuxt/32a760413.js | 36.0 KiB | 34.7 KiB |
| www.asus.com/_nuxt/1d7b20413.js | 30.5 KiB | 30.5 KiB |
| www.asus.com/_nuxt/b631b0413.js | 30.4 KiB | 30.4 KiB |
| www.asus.com/_nuxt/f82690413.js | 46.0 KiB | 27.8 KiB |
| s.go-mpulse.net/boomerang/RQQXY-PWR8Y-FJH4F-ZT6TK-8WW94 | 57.5 KiB | 25.3 KiB |
| www.asus.com/nuxtStatic/js/jquery.min.js | 30.4 KiB | 21.4 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 | 897 ms |
| Other | 606 ms |
| Style & Layout | 473 ms |
| Script Parsing & Compilation | 155 ms |
| Rendering | 118 ms |
| Parse HTML & CSS | 89 ms |
| Garbage Collection | 43 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 | |
|---|---|
A banner with ASUS ExpertBook P3 G2 in an angled view a > div.ColumnBanner__imgBackground__1je-8 > picture > img | /WebsitesBanner/global/banners/mri8qhzaptgy6k1s/mri8qhzap... |
ASUS ExpertCenter P600 AiO a > div.ColumnBanner__imgBackground__1je-8 > picture > img | /WebsitesBanner/global/banners/mri8qhzaptgy6k1s/mri8qhzap... |
Image of ProArt GoPro Edition laptop with full co-branded design collection, in… a > div.ColumnBanner__imgBackground__1je-8 > picture > img | /WebsitesBanner/global/banners/mri8qhzaptgy6k1s/mri8qhzap... |
ASUS AI PCs a > div.ColumnBanner__imgBackground__1je-8 > picture > img | /WebsitesBanner/global/banners/mri8qhzaptgy6k1s/mri8qhzap... |
Shape the Future of ProArt Masters Talks a > div.ColumnBanner__imgBackground__1je-8 > picture > img | /WebsitesBanner/global/banners/mri8qhzaptgy6k1s/mri8qhzap... |
ASUS ExpertCenter PN55 Mini PC a > div.ColumnBanner__imgBackground__1je-8 > picture > img | /WebsitesBanner/global/banners/mri8qhzaptgy6k1s/mri8qhzap... |
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 |
|---|
Create an ASUS account today to register your product for better support.
Lear… div#skipContentFocus > div.PromotionBanner__wrapper__boR2j > div.PromotionBanner__sliderSection__3ZS_w > div.swiper-wrapper |
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.
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 |
|---|
Workstations div.Footer__themeWhite__wXGyx > dl > dd.Footer__linkItem__1OACj > a |
Accessories div.Footer__themeWhite__wXGyx > dl > dd.Footer__linkItem__1OACj > a |
Check Repair Status div > ul.Footer__productShowList__UTbrh > li.Footer__linkItem__1OACj > a |
Find Service Locations div > ul.Footer__productShowList__UTbrh > li.Footer__linkItem__1OACj > a |
These items highlight common accessibility best practices.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
AI div.Header__navContainer__beKIL > nav.mainNavigationList > div.Header__menuOuter__xBkro > div#aiMenu |
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