Mobile 375 × 812

Desktop 1440 × 900

Score: 71 / 100
Based on 8 categories, 0 sections
Room to improve — your 20.0s load time is above Google's 2.5s 'Good' threshold.
Several missing protections leave your users and data exposed.
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.
Mostly compliant — a few items need attention.
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.
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 11.8 MB (4.7 MB transferred)
Performance issues directly impact user engagement and conversion rates.
10 image(s) missing alt attribute
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/a290d10f-09fa-467e-a9a9-af05fb9140bb)<a href="https://beavercheck.com/results/a290d10f-09fa-467e-a9a9-af05fb9140bb"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Ftechinasia.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Ftechinasia.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 20.0s 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.
7 barrier(s) likely increasing bounce by ~32%.
Page takes 20.0s to load
+12% bounceUsers abandon at ~3s — you're 17.5s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 4.6s
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
Mixed content on HTTPS page
+8% bounceBrowsers block insecure subresources — broken images, missing scripts, warning badge
Fix: Change http:// URLs inside the page to https:// (or protocol-relative)
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
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
2 broken link(s) on the page
+3% 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.
$500 investment → $1.18/month returns + USD 157,500 risk avoided
$500
5h · 5 findings
$1.18 /mo
~$14 / year
USD 157,500
if kept compliant
$150 — 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 $100/hr
Based on United States rates ($100/hr)
Start here for the best return on investment
$13,126 / month at risk
~$157,514 / year if left unfixed
$157,500
+6 more
$1.18 /mo
14700.1 MB/mo × 0.080 USD/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.
3.98 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
20.04 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
4.56 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.093
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
8.36 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.
26.56 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.
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 | |
|---|---|---|---|
Daily SEA Deals figure.jsx-1597708682 > div.jsx-1597708682 > div.jsx-1597708682 > img.jsx-1597708682 | /stg.techinasia.com/wp-content/uploads/2026/04/1775721288... | 574.8 KiB | 571.0 KiB |
a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 | cdn.techinasia.com/data/images/MrhfRolYWPsj8e3xGRwZaLy6ughOwH5WekZAW2Lz.png | 244.2 KiB | 243.7 KiB |
Daily Newsletter figure.jsx-1597708682 > div.jsx-1597708682 > div.jsx-1597708682 > img.jsx-1597708682 | /wp-content/uploads/2025/05/1747720122_30a635e9dadb4e5724... | 207.0 KiB | 204.4 KiB |
AI trading agents are only as trustworthy as their data div.jsx-3162291533 > div.lazyload-wrapper > picture > img | /wp-content/uploads/2026/03/1773745031_1764819769_Ylo-sch... | 196.0 KiB | 187.8 KiB |
a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 | cdn.techinasia.com/data/images/WzHO85ye2fy1A8XVf8SnIIC9P2LI30081ltbT1E2.jpeg | 140.0 KiB | 139.7 KiB |
a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 | cdn.techinasia.com/data/images/s24tcW3Uj7D3oG4iFCOzYto11rINmch484xyTdFK.jpeg | 129.1 KiB | 129.0 KiB |
Inside India’s $650m AI city bet div.jsx-3162291533 > div.lazyload-wrapper > picture > img | /cloudinary/transformations/wp-content/uploads/2026/04/17... | 82.0 KiB | 70.8 KiB |
Sunday Newsletter figure.jsx-1597708682 > div.jsx-1597708682 > div.jsx-1597708682 > img.jsx-1597708682 | /wp-content/uploads/2025/05/1747720191_566ae7012fa70eba8d... | 65.0 KiB | 61.2 KiB |
body.jar > div#google_image_div > a#aw0 > img.img_ad body.jar > div#google_image_div > a#aw0 > img.img_ad | tpc.googlesyndication.com/simgad/4820868815551405922 | 43.7 KiB | 38.5 KiB |
FOMO Saturday figure.jsx-1597708682 > div.jsx-1597708682 > div.jsx-1597708682 > img.jsx-1597708682 | /wp-content/uploads/2025/05/1747720171_3c962ec95022c2bd08... | 37.4 KiB | 35.1 KiB |
The Prompt figure.jsx-1597708682 > div.jsx-1597708682 > div.jsx-1597708682 > img.jsx-1597708682 | /wp-content/uploads/2025/05/1747720211_4d6a25ac8ac497c493... | 18.0 KiB | 14.3 KiB |
a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 | cdn.techinasia.com/data/images/ORVeatbieD94KPpsFf9yrDebRMgqXGqfymZiNaNd.png | 12.7 KiB | 12.6 KiB |
Can the Philippines avoid a second-tier tech board trap? div.jsx-3162291533 > div.lazyload-wrapper > picture > img | /cloudinary/transformations/wp-content/uploads/2025/11/17... | 12.4 KiB | 6.1 KiB |
article.jsx-631665399 > span.jsx-631665399 > a > img.jsx-3156042923 article.jsx-631665399 > span.jsx-631665399 > a > img.jsx-3156042923 | cdn.techinasia.com/data/images/cQVb5P0L1pmuV5wgMDUrgZpPyrBK5uQTV26EEFAF.jpg | 6.5 KiB | 5.8 KiB |
article.jsx-631665399 > span.jsx-631665399 > a > img.jsx-3156042923 article.jsx-631665399 > span.jsx-631665399 > a > img.jsx-3156042923 | cdn.techinasia.com/data/images/6bXhQ3wHjCOVj7lneCY3VRz1zgadZls7LKpcEriA.jpg | 6.0 KiB | 5.4 KiB |
article.jsx-631665399 > span.jsx-631665399 > a > img.jsx-3156042923 article.jsx-631665399 > span.jsx-631665399 > a > img.jsx-3156042923 | cdn.techinasia.com/data/images/XQBpB5tSJMZtPdeMe1Ufr2o6XYy0GQZbBCjaDOKm.jpg | 4.9 KiB | 4.4 KiB |
article.jsx-631665399 > span.jsx-631665399 > a > img.jsx-3156042923 article.jsx-631665399 > span.jsx-631665399 > a > img.jsx-3156042923 | cdn.techinasia.com/data/images/91rfsauFG0xqwMmXDyfWRQpbOVQYjbRfCtJby0o4.jpeg | 4.8 KiB | 4.3 KiB |
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 |
|---|---|---|
| use.typekit.net/nwa5wkm.css | 1.5 KiB | 754 ms |
| /p.css?s=1&k=nwa5wkm&ht=tk&f=137.138.139.140.169.170.171.... | 172 B | 754 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.
| URL | Est Savings |
|---|---|
| /af/5be242/00000000000000007735e603/31/l?primer=7cdcb44be... | 15 ms |
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 |
|---|---|
| techinasia.com/ | 756 ms |
| www.techinasia.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.
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| cdn.jsdelivr.net/npm/@growthbook/growthbook/dist/bundles/index.js | 26.2 KiB | 9.0 KiB |
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 |
|---|---|---|
| static.techinasia.com/assets/v5/app.cc80685e.js | 658.3 KiB | 345.8 KiB |
| static.techinasia.com/assets/v5/vendors.2deb85b1.js | 169.9 KiB | 151.6 KiB |
| static.techinasia.com/assets/v5/57.8ed14182.js | 296.2 KiB | 149.5 KiB |
| /pagead/managed/js/gpt/m202604200101/pubads_impl.js?cb=31... | 187.7 KiB | 101.5 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-T5ZP5SH | 153.4 KiB | 65.5 KiB |
| www.googletagmanager.com/gtag/js?id=G-TN9Z9MNFBD&l=ga4DataLayer | 176.2 KiB | 59.4 KiB |
| www.googletagmanager.com/gtag/js?id=AW-848628399&cx=c>m=4e64k0 | 146.2 KiB | 54.7 KiB |
| static.techinasia.com/assets/v5/3.1c51ad42.js | 40.4 KiB | 37.1 KiB |
| pagead2.googlesyndication.com/pagead/js/adsbygoogle.js | 54.9 KiB | 35.8 KiB |
| /pagead/managed/js/activeview/current/ufs_web_display.js | 73.1 KiB | 30.3 KiB |
| connect.facebook.net/en_US/fbevents.js | 96.5 KiB | 28.9 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.
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 | 6.8 s |
| Other | 1.5 s |
| Script Parsing & Compilation | 1.2 s |
| Style & Layout | 675 ms |
| Rendering | 466 ms |
| Garbage Collection | 197 ms |
| Parse HTML & CSS | 115 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
| Pages whose main resource has cache-control:no-store cannot enter back/forward cache. | Not actionable |
| Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header. | Not actionable |
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /home/travis/build/techinasia/techinasia-web-frontend/pac... | 6.9 KiB | 5.9 KiB |
| /home/travis/build/techinasia/techinasia-web-frontend/pac... | 6.4 KiB | 4.2 KiB |
| /home/travis/build/techinasia/techinasia-web-frontend/pac... | 4.9 KiB | 3.9 KiB |
| /home/travis/build/techinasia/techinasia-web-frontend/pac... | 2.4 KiB | 2.4 KiB |
| /home/travis/build/techinasia/techinasia-web-frontend/pac... | 2.5 KiB | 2.3 KiB |
| /home/travis/build/techinasia/techinasia-web-frontend/pac... | 2.4 KiB | 2.2 KiB |
| /home/travis/build/techinasia/techinasia-web-frontend/pac... | 2.7 KiB | 2.1 KiB |
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 > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 | cdn.techinasia.com/data/images/s24tcW3Uj7D3oG4iFCOzYto11rINmch484xyTdFK.jpeg |
a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 | cdn.techinasia.com/data/images/s24tcW3Uj7D3oG4iFCOzYto11rINmch484xyTdFK.jpeg |
a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 | cdn.techinasia.com/data/images/s24tcW3Uj7D3oG4iFCOzYto11rINmch484xyTdFK.jpeg |
a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 | cdn.techinasia.com/data/images/s24tcW3Uj7D3oG4iFCOzYto11rINmch484xyTdFK.jpeg |
a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 | cdn.techinasia.com/data/images/630dfae1e5c3d8f5f7d6d8fb5bcb5d68.png |
a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 | cdn.techinasia.com/data/images/WzHO85ye2fy1A8XVf8SnIIC9P2LI30081ltbT1E2.jpeg |
a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 | cdn.techinasia.com/data/images/WzHO85ye2fy1A8XVf8SnIIC9P2LI30081ltbT1E2.jpeg |
a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 | cdn.techinasia.com/data/images/ORVeatbieD94KPpsFf9yrDebRMgqXGqfymZiNaNd.png |
a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 | cdn.techinasia.com/data/images/MrhfRolYWPsj8e3xGRwZaLy6ughOwH5WekZAW2Lz.png |
a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 | cdn.techinasia.com/data/images/ai6lqHeWsKZ56s9DFMZ7Mp7vhFa0kHWH9XjcfPRq.png |
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.
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 |
|---|
figure.jsx-1597708682 > div.jsx-1597708682 > div.jsx-1597708682 > button.jsx-1597708682 figure.jsx-1597708682 > div.jsx-1597708682 > div.jsx-1597708682 > button.jsx-1597708682 |
figure.jsx-1597708682 > div.jsx-1597708682 > div.jsx-1597708682 > button.jsx-1597708682 figure.jsx-1597708682 > div.jsx-1597708682 > div.jsx-1597708682 > button.jsx-1597708682 |
figure.jsx-1597708682 > div.jsx-1597708682 > div.jsx-1597708682 > button.jsx-1597708682 figure.jsx-1597708682 > div.jsx-1597708682 > div.jsx-1597708682 > button.jsx-1597708682 |
figure.jsx-1597708682 > div.jsx-1597708682 > div.jsx-1597708682 > button.jsx-1597708682 figure.jsx-1597708682 > div.jsx-1597708682 > div.jsx-1597708682 > button.jsx-1597708682 |
figure.jsx-1597708682 > div.jsx-1597708682 > div.jsx-1597708682 > button.jsx-1597708682 figure.jsx-1597708682 > div.jsx-1597708682 > div.jsx-1597708682 > button.jsx-1597708682 |
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 |
a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 |
a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 |
a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 |
a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 |
a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 |
a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 |
a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 |
a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 |
a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 |
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.jsx-4127362603 > article.jsx-631665399 > span.jsx-631665399 > a div.jsx-4127362603 > article.jsx-631665399 > span.jsx-631665399 > a |
div.jsx-4127362603 > article.jsx-631665399 > span.jsx-631665399 > a div.jsx-4127362603 > article.jsx-631665399 > span.jsx-631665399 > a |
div.jsx-4127362603 > article.jsx-631665399 > span.jsx-631665399 > a div.jsx-4127362603 > article.jsx-631665399 > span.jsx-631665399 > a |
div.jsx-4127362603 > article.jsx-631665399 > span.jsx-631665399 > a div.jsx-4127362603 > article.jsx-631665399 > span.jsx-631665399 > 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 |
|---|
11h ago a > div.jsx-812886993 > div.jsx-812886993 > time.jsx-812886993 |
12h ago a > div.jsx-812886993 > div.jsx-812886993 > time.jsx-812886993 |
12h ago a > div.jsx-812886993 > div.jsx-812886993 > time.jsx-812886993 |
17 Apr 2026 a > div.jsx-812886993 > div.jsx-812886993 > time.jsx-812886993 |
13h ago a > div.jsx-812886993 > div.jsx-812886993 > time.jsx-812886993 |
13h ago a > div.jsx-812886993 > div.jsx-812886993 > time.jsx-812886993 |
13h ago a > div.jsx-812886993 > div.jsx-812886993 > time.jsx-812886993 |
14h ago a > div.jsx-812886993 > div.jsx-812886993 > time.jsx-812886993 |
16 Apr 2026 a > div.jsx-812886993 > div.jsx-812886993 > time.jsx-812886993 |
14h ago a > div.jsx-812886993 > div.jsx-812886993 > time.jsx-812886993 |
14h ago a > div.jsx-812886993 > div.jsx-812886993 > time.jsx-812886993 |
14h ago a > div.jsx-812886993 > div.jsx-812886993 > time.jsx-812886993 |
IDR 4M – 5M a > div.jsx-3264218206 > div.jsx-3264218206 > div.jsx-3264218206 |
WEEKDAYS div.jsx-1597708682 > div.jsx-1597708682 > div.jsx-1597708682 > span.jsx-1597708682 |
250k+ people div.jsx-1597708682 > div.jsx-1597708682 > div.jsx-1597708682 > span.jsx-1597708682 |
SATURDAYS div.jsx-1597708682 > div.jsx-1597708682 > div.jsx-1597708682 > span.jsx-1597708682 |
250k+ people div.jsx-1597708682 > div.jsx-1597708682 > div.jsx-1597708682 > span.jsx-1597708682 |
SUNDAYS div.jsx-1597708682 > div.jsx-1597708682 > div.jsx-1597708682 > span.jsx-1597708682 |
250k+ people div.jsx-1597708682 > div.jsx-1597708682 > div.jsx-1597708682 > span.jsx-1597708682 |
MONDAYS div.jsx-1597708682 > div.jsx-1597708682 > div.jsx-1597708682 > span.jsx-1597708682 |
50k+ people div.jsx-1597708682 > div.jsx-1597708682 > div.jsx-1597708682 > span.jsx-1597708682 |
WEEKDAYS div.jsx-1597708682 > div.jsx-1597708682 > div.jsx-1597708682 > span.jsx-1597708682 |
0+ people div.jsx-1597708682 > div.jsx-1597708682 > div.jsx-1597708682 > span.jsx-1597708682 |
By signing up, I agree to Tech in Asia's Terms of Service and Privacy Policy. div.jsx-787083001 > div.jsx-787083001 > div.jsx-3001825961 > p.jsx-3001825961 |
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 |
|---|
UPCOMING EVENTS div.jsx-1171842727 > header.jsx-1408069278 > a > h3.jsx-1408069278 |
Executive Learning Consultant (HQ Tangerang) a > div.jsx-3264218206 > div.jsx-3264218206 > h3.jsx-3264218206 |
These are opportunities to improve keyboard navigation in your application.
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 | |
| SharedStorage | /pagead/managed/js/activeview/current/ufs_web_display.js line 252, col 234 |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
Failed to load resource: the server responded with a status of 401 () | |
Failed to load resource: the server responded with a status of 422 () |
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.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
Jamille Tran div.jsx-812886993 > div.jsx-812886993 > span.jsx-812886993 > a.author |
Tomas Skoumal div.jsx-812886993 > div.jsx-812886993 > span.jsx-812886993 > a.author |
Adinda Pryanka div.jsx-812886993 > div.jsx-812886993 > span.jsx-812886993 > a.author |
Jofie Yordan div.jsx-812886993 > div.jsx-812886993 > span.jsx-812886993 > a.author |
To appear in search results, crawlers need access to your app.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 |
a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 |
a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 |
a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 |
a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 |
a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 |
a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 |
a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 |
a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 |
a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 |
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.06 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
5.00 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
566 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.121
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.52 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.
5.16 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.
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
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.
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 | |
|---|---|---|---|
Daily SEA Deals figure.jsx-1597708682 > div.jsx-1597708682 > div.jsx-1597708682 > img.jsx-1597708682 | /stg.techinasia.com/wp-content/uploads/2026/04/1775721288... | 574.8 KiB | 574.1 KiB |
Inside India’s $650m AI city bet div.jsx-3162291533 > div.lazyload-wrapper > picture > img | /cloudinary/transformations/wp-content/uploads/2026/04/17... | 551.9 KiB | 525.6 KiB |
a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 | cdn.techinasia.com/data/images/MrhfRolYWPsj8e3xGRwZaLy6ughOwH5WekZAW2Lz.png | 244.2 KiB | 244.1 KiB |
Daily Newsletter figure.jsx-1597708682 > div.jsx-1597708682 > div.jsx-1597708682 > img.jsx-1597708682 | /wp-content/uploads/2025/05/1747720122_30a635e9dadb4e5724... | 207.0 KiB | 206.5 KiB |
AI trading agents are only as trustworthy as their data div.jsx-3162291533 > div.lazyload-wrapper > picture > img | /wp-content/uploads/2026/03/1773745031_1764819769_Ylo-sch... | 196.0 KiB | 192.7 KiB |
body.jar > div#google_image_div > a#aw0 > img.img_ad body.jar > div#google_image_div > a#aw0 > img.img_ad | tpc.googlesyndication.com/simgad/3411170461252288059 | 195.3 KiB | 163.7 KiB |
a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 | cdn.techinasia.com/data/images/WzHO85ye2fy1A8XVf8SnIIC9P2LI30081ltbT1E2.jpeg | 140.0 KiB | 139.9 KiB |
a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 | cdn.techinasia.com/data/images/s24tcW3Uj7D3oG4iFCOzYto11rINmch484xyTdFK.jpeg | 129.1 KiB | 129.1 KiB |
VinFast targets 5x EV sales in international markets div.jsx-3162291533 > div.lazyload-wrapper > picture > img | /cloudinary/transformations/wp-content/uploads/2026/04/17... | 75.1 KiB | 67.7 KiB |
Sunday Newsletter figure.jsx-1597708682 > div.jsx-1597708682 > div.jsx-1597708682 > img.jsx-1597708682 | /wp-content/uploads/2025/05/1747720191_566ae7012fa70eba8d... | 65.0 KiB | 64.3 KiB |
SK Telecom, Nvidia team up on South Korea AI model div.jsx-3162291533 > div.lazyload-wrapper > picture > img | /cloudinary/transformations/wp-content/uploads/2026/04/17... | 50.6 KiB | 43.3 KiB |
Can the Philippines avoid a second-tier tech board trap? div.jsx-3162291533 > div.lazyload-wrapper > picture > img | /cloudinary/transformations/wp-content/uploads/2025/11/17... | 47.6 KiB | 42.0 KiB |
FOMO Saturday figure.jsx-1597708682 > div.jsx-1597708682 > div.jsx-1597708682 > img.jsx-1597708682 | /wp-content/uploads/2025/05/1747720171_3c962ec95022c2bd08... | 37.4 KiB | 37.0 KiB |
a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 | cdn.techinasia.com/data/images/630dfae1e5c3d8f5f7d6d8fb5bcb5d68.png | 29.6 KiB | 29.6 KiB |
The Prompt figure.jsx-1597708682 > div.jsx-1597708682 > div.jsx-1597708682 > img.jsx-1597708682 | /wp-content/uploads/2025/05/1747720211_4d6a25ac8ac497c493... | 18.0 KiB | 17.3 KiB |
a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 | cdn.techinasia.com/data/images/ORVeatbieD94KPpsFf9yrDebRMgqXGqfymZiNaNd.png | 12.7 KiB | 12.7 KiB |
article.jsx-631665399 > span.jsx-631665399 > a > img.jsx-3156042923 article.jsx-631665399 > span.jsx-631665399 > a > img.jsx-3156042923 | cdn.techinasia.com/data/images/cQVb5P0L1pmuV5wgMDUrgZpPyrBK5uQTV26EEFAF.jpg | 6.5 KiB | 6.3 KiB |
article.jsx-631665399 > span.jsx-631665399 > a > img.jsx-3156042923 article.jsx-631665399 > span.jsx-631665399 > a > img.jsx-3156042923 | cdn.techinasia.com/data/images/6bXhQ3wHjCOVj7lneCY3VRz1zgadZls7LKpcEriA.jpg | 6.0 KiB | 5.8 KiB |
a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 | cdn.techinasia.com/data/images/ai6lqHeWsKZ56s9DFMZ7Mp7vhFa0kHWH9XjcfPRq.png | 5.2 KiB | 5.0 KiB |
article.jsx-631665399 > span.jsx-631665399 > a > img.jsx-3156042923 article.jsx-631665399 > span.jsx-631665399 > a > img.jsx-3156042923 | cdn.techinasia.com/data/images/XQBpB5tSJMZtPdeMe1Ufr2o6XYy0GQZbBCjaDOKm.jpg | 4.9 KiB | 4.8 KiB |
article.jsx-631665399 > span.jsx-631665399 > a > img.jsx-3156042923 article.jsx-631665399 > span.jsx-631665399 > a > img.jsx-3156042923 | cdn.techinasia.com/data/images/91rfsauFG0xqwMmXDyfWRQpbOVQYjbRfCtJby0o4.jpeg | 4.8 KiB | 4.6 KiB |
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 |
|---|---|---|
| use.typekit.net/nwa5wkm.css | 1.5 KiB | 208 ms |
| /p.css?s=1&k=nwa5wkm&ht=tk&f=137.138.139.140.169.170.171.... | 172 B | 204 ms |
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 |
|---|---|
| techinasia.com/ | 205 ms |
| www.techinasia.com/ | 0.0 ms |
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
LATEST
8h ago
CoinGecko adds AI insights, portfolio tools for users
11h ago
… div.site-container > div.site-main-content > div.jsx-76431542 > div.jsx-76431542 | 0.121 |
RECENT DEALS
Companies
Investors
Fascano
Oman
Enterprise AI
Seed
Affordable Inn… div.jsx-1813047532 > div.jsx-3331816570 > div.jsx-2648345359 > div.jsx-2315847604 | 0.018 |
PREMIUM
Can the Philippines avoid a second-tier tech board trap?
By Miguel Cord… div.jsx-3331816570 > div.jsx-2648345359 > div.jsx-4073016262 > div.jsx-4073016262 | 0.011 |
FREE NEWSLETTER
SUBSCRIBE div#secondary-nav > div.jsx-3599630822 > div.jsx-4106716433 > div.jsx-4106716433 | 0.002 |
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 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 |
|---|---|---|
| static.techinasia.com/assets/v5/app.cc80685e.js | 658.3 KiB | 347.1 KiB |
| static.techinasia.com/assets/v5/vendors.2deb85b1.js | 169.9 KiB | 151.6 KiB |
| static.techinasia.com/assets/v5/57.8ed14182.js | 296.1 KiB | 149.5 KiB |
| /pagead/managed/js/gpt/m202604210101/pubads_impl.js?cb=31... | 187.5 KiB | 100.0 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-T5ZP5SH | 153.4 KiB | 65.5 KiB |
| www.googletagmanager.com/gtag/js?id=G-TN9Z9MNFBD&l=ga4DataLayer | 176.2 KiB | 59.5 KiB |
| www.googletagmanager.com/gtag/js?id=AW-848628399&cx=c>m=4e64k0 | 146.2 KiB | 54.1 KiB |
| static.techinasia.com/assets/v5/3.1c51ad42.js | 40.4 KiB | 37.1 KiB |
| pagead2.googlesyndication.com/pagead/js/adsbygoogle.js | 54.9 KiB | 32.9 KiB |
| /pagead/managed/js/activeview/current/ufs_web_display.js | 73.1 KiB | 30.3 KiB |
| connect.facebook.net/en_US/fbevents.js | 96.5 KiB | 29.6 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 |
|---|---|---|---|
| static.techinasia.com/assets/v5/app.cc80685e.js | 999 ms | 750 ms | 87 ms |
| /pagead/managed/js/gpt/m202604210101/pubads_impl.js?cb=31... | 349 ms | 308 ms | 25 ms |
| Unattributable | 259 ms | 78 ms | 0.0 ms |
| www.techinasia.com/ | 160 ms | 2.9 ms | 0.8 ms |
| www.googletagmanager.com/gtm.js?id=GTM-T5ZP5SH | 126 ms | 96 ms | 27 ms |
| www.googletagmanager.com/gtag/js?id=AW-848628399&cx=c>m=4e64k0 | 100 ms | 85 ms | 14 ms |
| /pagead/managed/js/activeview/current/ufs_web_display.js | 83 ms | 72 ms | 8.2 ms |
| /signals/config/876489789048935?v=2.9.303&r=stable&domain... | 83 ms | 71 ms | 11 ms |
| static.techinasia.com/assets/v5/57.8ed14182.js | 80 ms | 33 ms | 47 ms |
| www.googletagmanager.com/gtag/js?id=G-TN9Z9MNFBD&l=ga4DataLayer | 57 ms | 37 ms | 20 ms |
| connect.facebook.net/en_US/fbevents.js | 52 ms | 37 ms | 14 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 | 1.7 s |
| Script Parsing & Compilation | 317 ms |
| Other | 265 ms |
| Style & Layout | 140 ms |
| Rendering | 52 ms |
| Garbage Collection | 50 ms |
| Parse HTML & CSS | 29 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
| Pages whose main resource has cache-control:no-store cannot enter back/forward cache. | Not actionable |
| Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header. | Not actionable |
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /home/travis/build/techinasia/techinasia-web-frontend/pac... | 6.9 KiB | 5.9 KiB |
| /home/travis/build/techinasia/techinasia-web-frontend/pac... | 6.4 KiB | 4.2 KiB |
| /home/travis/build/techinasia/techinasia-web-frontend/pac... | 4.9 KiB | 3.9 KiB |
| /home/travis/build/techinasia/techinasia-web-frontend/pac... | 2.4 KiB | 2.4 KiB |
| /home/travis/build/techinasia/techinasia-web-frontend/pac... | 2.5 KiB | 2.3 KiB |
| /home/travis/build/techinasia/techinasia-web-frontend/pac... | 2.4 KiB | 2.2 KiB |
| /home/travis/build/techinasia/techinasia-web-frontend/pac... | 2.7 KiB | 2.1 KiB |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| cdn.jsdelivr.net/npm/@growthbook/growthbook/dist/bundles/index.js | 26.2 KiB | 9.0 KiB |
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 > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 | cdn.techinasia.com/data/images/s24tcW3Uj7D3oG4iFCOzYto11rINmch484xyTdFK.jpeg |
a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 | cdn.techinasia.com/data/images/s24tcW3Uj7D3oG4iFCOzYto11rINmch484xyTdFK.jpeg |
a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 | cdn.techinasia.com/data/images/s24tcW3Uj7D3oG4iFCOzYto11rINmch484xyTdFK.jpeg |
a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 | cdn.techinasia.com/data/images/s24tcW3Uj7D3oG4iFCOzYto11rINmch484xyTdFK.jpeg |
a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 | cdn.techinasia.com/data/images/630dfae1e5c3d8f5f7d6d8fb5bcb5d68.png |
a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 | cdn.techinasia.com/data/images/WzHO85ye2fy1A8XVf8SnIIC9P2LI30081ltbT1E2.jpeg |
a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 | cdn.techinasia.com/data/images/WzHO85ye2fy1A8XVf8SnIIC9P2LI30081ltbT1E2.jpeg |
a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 | cdn.techinasia.com/data/images/ORVeatbieD94KPpsFf9yrDebRMgqXGqfymZiNaNd.png |
a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 | cdn.techinasia.com/data/images/MrhfRolYWPsj8e3xGRwZaLy6ughOwH5WekZAW2Lz.png |
a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 | cdn.techinasia.com/data/images/ai6lqHeWsKZ56s9DFMZ7Mp7vhFa0kHWH9XjcfPRq.png |
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.
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 |
|---|
figure.jsx-1597708682 > div.jsx-1597708682 > div.jsx-1597708682 > button.jsx-1597708682 figure.jsx-1597708682 > div.jsx-1597708682 > div.jsx-1597708682 > button.jsx-1597708682 |
figure.jsx-1597708682 > div.jsx-1597708682 > div.jsx-1597708682 > button.jsx-1597708682 figure.jsx-1597708682 > div.jsx-1597708682 > div.jsx-1597708682 > button.jsx-1597708682 |
figure.jsx-1597708682 > div.jsx-1597708682 > div.jsx-1597708682 > button.jsx-1597708682 figure.jsx-1597708682 > div.jsx-1597708682 > div.jsx-1597708682 > button.jsx-1597708682 |
figure.jsx-1597708682 > div.jsx-1597708682 > div.jsx-1597708682 > button.jsx-1597708682 figure.jsx-1597708682 > div.jsx-1597708682 > div.jsx-1597708682 > button.jsx-1597708682 |
figure.jsx-1597708682 > div.jsx-1597708682 > div.jsx-1597708682 > button.jsx-1597708682 figure.jsx-1597708682 > div.jsx-1597708682 > div.jsx-1597708682 > button.jsx-1597708682 |
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 |
a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 |
a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 |
a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 |
a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 |
a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 |
a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 |
a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 |
a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 |
a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 |
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.jsx-4127362603 > article.jsx-631665399 > span.jsx-631665399 > a div.jsx-4127362603 > article.jsx-631665399 > span.jsx-631665399 > a |
div.jsx-4127362603 > article.jsx-631665399 > span.jsx-631665399 > a div.jsx-4127362603 > article.jsx-631665399 > span.jsx-631665399 > a |
div.jsx-4127362603 > article.jsx-631665399 > span.jsx-631665399 > a div.jsx-4127362603 > article.jsx-631665399 > span.jsx-631665399 > a |
div.jsx-4127362603 > article.jsx-631665399 > span.jsx-631665399 > a div.jsx-4127362603 > article.jsx-631665399 > span.jsx-631665399 > 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 |
|---|
JOBS nav.jsx-211402729 > ul.jsx-3942607315 > li.jsx-3942607315 > a |
COMPANIES nav.jsx-211402729 > ul.jsx-3942607315 > li.jsx-3942607315 > a |
EVENTS nav.jsx-211402729 > ul.jsx-3942607315 > li.jsx-3942607315 > a |
ABOUT nav.jsx-211402729 > ul.jsx-3942607315 > li.jsx-3942607315 > a |
ADVERTISE nav.jsx-211402729 > ul.jsx-3942607315 > li.jsx-3942607315 > a |
ASIA ECONOMIC SUMMIT nav.jsx-211402729 > ul.jsx-3942607315 > li.jsx-3942607315 > a.jsx-3942607315 |
11h ago a > div.jsx-812886993 > div.jsx-812886993 > time.jsx-812886993 |
12h ago a > div.jsx-812886993 > div.jsx-812886993 > time.jsx-812886993 |
12h ago a > div.jsx-812886993 > div.jsx-812886993 > time.jsx-812886993 |
17 Apr 2026 a > div.jsx-812886993 > div.jsx-812886993 > time.jsx-812886993 |
13h ago a > div.jsx-812886993 > div.jsx-812886993 > time.jsx-812886993 |
13h ago a > div.jsx-812886993 > div.jsx-812886993 > time.jsx-812886993 |
13h ago a > div.jsx-812886993 > div.jsx-812886993 > time.jsx-812886993 |
14h ago a > div.jsx-812886993 > div.jsx-812886993 > time.jsx-812886993 |
16 Apr 2026 a > div.jsx-812886993 > div.jsx-812886993 > time.jsx-812886993 |
14h ago a > div.jsx-812886993 > div.jsx-812886993 > time.jsx-812886993 |
14h ago a > div.jsx-812886993 > div.jsx-812886993 > time.jsx-812886993 |
14h ago a > div.jsx-812886993 > div.jsx-812886993 > time.jsx-812886993 |
IDR 4M – 5M a > div.jsx-3264218206 > div.jsx-3264218206 > div.jsx-3264218206 |
IDR 2.4M – 2.5M a > div.jsx-3264218206 > div.jsx-3264218206 > div.jsx-3264218206 |
IDR 6M a > div.jsx-3264218206 > div.jsx-3264218206 > div.jsx-3264218206 |
IDR 8M – 14M a > div.jsx-3264218206 > div.jsx-3264218206 > div.jsx-3264218206 |
WEEKDAYS div.jsx-1597708682 > div.jsx-1597708682 > div.jsx-1597708682 > span.jsx-1597708682 |
250k+ people div.jsx-1597708682 > div.jsx-1597708682 > div.jsx-1597708682 > span.jsx-1597708682 |
SATURDAYS div.jsx-1597708682 > div.jsx-1597708682 > div.jsx-1597708682 > span.jsx-1597708682 |
250k+ people div.jsx-1597708682 > div.jsx-1597708682 > div.jsx-1597708682 > span.jsx-1597708682 |
SUNDAYS div.jsx-1597708682 > div.jsx-1597708682 > div.jsx-1597708682 > span.jsx-1597708682 |
250k+ people div.jsx-1597708682 > div.jsx-1597708682 > div.jsx-1597708682 > span.jsx-1597708682 |
MONDAYS div.jsx-1597708682 > div.jsx-1597708682 > div.jsx-1597708682 > span.jsx-1597708682 |
50k+ people div.jsx-1597708682 > div.jsx-1597708682 > div.jsx-1597708682 > span.jsx-1597708682 |
WEEKDAYS div.jsx-1597708682 > div.jsx-1597708682 > div.jsx-1597708682 > span.jsx-1597708682 |
0+ people div.jsx-1597708682 > div.jsx-1597708682 > div.jsx-1597708682 > span.jsx-1597708682 |
By signing up, I agree to Tech in Asia's Terms of Service and Privacy Policy. div.jsx-787083001 > div.jsx-787083001 > div.jsx-3001825961 > p.jsx-3001825961 |
A member of The Business Times. Copyright © 2026 Tech in Asia. All Rights Reser… footer.jsx-3949714908 > section.jsx-3949714908 > div.jsx-1813047532 > p.jsx-3949714908 |
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 |
|---|
Executive Learning Consultant (HQ Tangerang) a > div.jsx-3264218206 > div.jsx-3264218206 > h3.jsx-3264218206 |
These are opportunities to improve keyboard navigation in your application.
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 |
|---|
FREE NEWSLETTER div.jsx-3599630822 > div.jsx-4106716433 > div.jsx-4106716433 > a |
SUBSCRIBE div.jsx-3599630822 > div.jsx-4106716433 > div.jsx-4106716433 > a |
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 | |
| SharedStorage | /pagead/managed/js/activeview/current/ufs_web_display.js line 252, col 234 |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
Failed to load resource: the server responded with a status of 401 () | |
Failed to load resource: the server responded with a status of 422 () |
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.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
Jamille Tran div.jsx-812886993 > div.jsx-812886993 > span.jsx-812886993 > a.author |
Tomas Skoumal div.jsx-812886993 > div.jsx-812886993 > span.jsx-812886993 > a.author |
Adinda Pryanka div.jsx-812886993 > div.jsx-812886993 > span.jsx-812886993 > a.author |
Jofie Yordan div.jsx-812886993 > div.jsx-812886993 > span.jsx-812886993 > a.author |
To appear in search results, crawlers need access to your app.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 |
a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 |
a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 |
a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 |
a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 |
a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 |
a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 |
a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 |
a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 |
a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback