Mobile 375 × 812

Desktop 1440 × 900

Score: 68 / 100
Based on 8 categories, 0 sections
Room to improve — your 23.4s 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.
Solid SEO basics — a few optimizations could boost rankings.
Good server performance with room for optimization.
Several regulatory requirements are not yet met.
Missing metadata means poor previews on social media and search.
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.9 MB (6.8 MB transferred)
Performance issues directly impact user engagement and conversion rates.
No <main> landmark found
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/5d467172-af93-4c64-b61e-dbd1e9a77334)<a href="https://beavercheck.com/results/5d467172-af93-4c64-b61e-dbd1e9a77334"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fhktdc.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fhktdc.comThis badge auto-updates with your latest scan result.
Your site has several issues that may be affecting user experience and business outcomes. Your LCP of 23.4s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your user trust.
10 barrier(s) likely increasing bounce by ~40%.
Page takes 23.4s to load
+12% bounceUsers abandon at ~3s — you're 20.9s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 783ms
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
Severe layout shift during page load
+6% bounceUsers mis-click when content jumps — converting intent into frustration
Fix: Reserve space for images, ads, and embeds with explicit width/height
No viewport meta tag
+15% bounceMobile browsers render at desktop width and shrink — text unreadable, tap targets miniature
Fix: Add <meta name="viewport" content="width=device-width, initial-scale=1">
No Open Graph tags
+2% bounceLinks shared on LinkedIn / Slack / Facebook show bare URLs — referral clicks drop
Fix: Add og:title, og:description, og:image, og:url to the page head
No structured data
+2% bounceNo rich-result eligibility in Google — lower SERP CTR vs competitors with stars and prices
Fix: Add JSON-LD for your page type (Product, Article, FAQPage, LocalBusiness, …)
Thin content
+3% bounceUnder 300 words — visitors bounce looking for substance, search engines rank competitors first
Fix: Add a substantive FAQ, product detail, or case-study section
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
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
HKD 2,750 investment → HKD 13/month returns
HKD 2,750
5h · 5 findings
HKD 13 /mo
~HKD 160 / year
No applicable regulations in this jurisdiction
HKD 825 — 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 HK$550/hr
Based on Hong Kong rates (HK$550/hr)
Start here for the best return on investment
HKD 13 / month at risk
~HKD 160 / year if left unfixed
HKD 13 /mo
21352.9 MB/mo × 0.625 HKD/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.
10.28 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
23.37 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
783 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.866
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
14.07 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
31.53 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.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| /signals/config/3319464161599454?v=2.9.303&r=stable&domai... | 1200.0 s | 125.3 KiB |
| connect.facebook.net/en_US/fbevents.js | 1200.0 s | 96.6 KiB |
| accounts-res.hktdc.com/sso2/assets/javascripts/client/sso.js | 300.0 s | 43.9 KiB |
| /signals/config/495492748107443?v=2.9.303&r=stable&domain... | 1200.0 s | 16.4 KiB |
| portal.hktdc.com/resources/cookieconsent/js/cookieconsent.min.js | 3600.0 s | 15.0 KiB |
| scripts.clarity.ms/0.8.59/clarity.js | 86400.0 s | 26.2 KiB |
| static.zdassets.com/ekr/snippet.js?key=6c4d62bc-b9cd-49bf-964e-1affc69542bb | 3600.0 s | 4.6 KiB |
| portal.hktdc.com/resources/cookieconsent/css/cookieconsent.min.css | 3600.0 s | 2.4 KiB |
| fe-caas.hktdc.com/clientlib/img/chatbot-icon-en.gif | 604800.0 s | 11.3 KiB |
| portal.hktdc.com/resources/cookieconsent/js/cookieconsent.hktdc.js | 3600.0 s | 565 B |
| portal.hktdc.com/resources/cookieconsent/css/cookieconsent.hktdc.css | 3600.0 s | 564 B |
| fe-caas.hktdc.com/clientlib/general/llm-chatbot-en.js | 604800.0 s | 2.5 KiB |
| /tr/?id=3319464161599454&ev=PageView&dl=https%3A%2F%2Fwww... | 0.0 ms | 19 B |
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.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
International financial centre div.swiper-wrapper > div.hk-advantages__slide > div.hk-advantages__img > img.swiper-lazy | /resources/images/Portal-Home/Main-Page/HK-Advantage/igbb... | 447.4 KiB | 389.2 KiB |
A strategic hub for Asia growth div.success-stories__slide > div.success-stories__img > a > img.swiper-lazy | /resources/images/Portal-Home/Main-Page/Success-Stories/h... | 393.5 KiB | 378.5 KiB |
Gateway to the world div.swiper-wrapper > div.hk-advantages__slide > div.hk-advantages__img > img.swiper-lazy | /resources/images/Portal-Home/Main-Page/HK-Advantage/sgeq... | 324.9 KiB | 266.6 KiB |
Build your business div.content-wrapper > div.bottom-container > div.image-container > img | home.hktdc.com/resources/images/Portal-Home/Main-Page/HKTDC-Help/86bbdpzs-1.png | 210.8 KiB | 190.9 KiB |
div#main-banner-slider > div.swiper-wrapper > div.main-banner__slide > a.main-banner__img_mobile div#main-banner-slider > div.swiper-wrapper > div.main-banner__slide > a.main-banner__img_mobile | /resources/images/Portal-Home/Main-Page/Jumbotron/eq6vq7z... | 194.2 KiB | 170.8 KiB |
div#main-banner-slider > div.swiper-wrapper > div.main-banner__slide > a.main-banner__img_mobile div#main-banner-slider > div.swiper-wrapper > div.main-banner__slide > a.main-banner__img_mobile | /resources/images/Portal-Home/Main-Page/Jumbotron/8ie8eau... | 136.5 KiB | 113.0 KiB |
div#main-banner-slider > div.swiper-wrapper > div.main-banner__slide > a.main-banner__img_mobile div#main-banner-slider > div.swiper-wrapper > div.main-banner__slide > a.main-banner__img_mobile | /resources/images/Portal-Home/Main-Page/Jumbotron/pk801l9... | 134.7 KiB | 111.2 KiB |
div#main-banner-slider > div.swiper-wrapper > div.main-banner__slide > a.main-banner__img_mobile div#main-banner-slider > div.swiper-wrapper > div.main-banner__slide > a.main-banner__img_mobile | /resources/images/Portal-Home/Main-Page/Jumbotron/1ho8mtl... | 121.7 KiB | 98.3 KiB |
div#main-banner-slider > div.swiper-wrapper > div.main-banner__slide > a.main-banner__img_mobile div#main-banner-slider > div.swiper-wrapper > div.main-banner__slide > a.main-banner__img_mobile | /resources/images/Portal-Home/Main-Page/Jumbotron/fom8hf9... | 103.9 KiB | 80.4 KiB |
MyHKTDC
Your personalised all-in-one platform for business success!
Explore n… div.app > div.app__main > footer > div.footer-bar | home.hktdc.com/static/media/Footer-BG.37c98217.png | 148.4 KiB | 75.1 KiB |
div#main-banner-slider > div.swiper-wrapper > div.main-banner__slide > a.main-banner__img_mobile div#main-banner-slider > div.swiper-wrapper > div.main-banner__slide > a.main-banner__img_mobile | /resources/images/Portal-Home/Main-Page/Jumbotron/vty17oy... | 79.9 KiB | 56.5 KiB |
div#main-banner-slider > div.swiper-wrapper > div.main-banner__slide > a.main-banner__img_mobile div#main-banner-slider > div.swiper-wrapper > div.main-banner__slide > a.main-banner__img_mobile | /resources/images/Portal-Home/Main-Page/Jumbotron/s23x00a... | 61.0 KiB | 37.6 KiB |
div#main-banner-slider > div.swiper-wrapper > div.main-banner__slide > a.main-banner__img_mobile div#main-banner-slider > div.swiper-wrapper > div.main-banner__slide > a.main-banner__img_mobile | /resources/images/Portal-Home/Main-Page/Jumbotron/scpqg42... | 37.4 KiB | 13.9 KiB |
div#app > div > div#launcher-logo > img div#app > div > div#launcher-logo > img | fe-caas.hktdc.com/clientlib/img/chatbot-icon-en.gif | 10.9 KiB | 10.4 KiB |
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
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 |
|---|---|---|
| home.hktdc.com/static/js/2.729ad45a.chunk.js | 490.5 KiB | 7.2 s |
| home.hktdc.com/static/js/main.b1b50c33.chunk.js | 92.8 KiB | 2.8 s |
| home.hktdc.com/static/css/main.b06456ce.chunk.css | 48.3 KiB | 2.7 s |
| home.hktdc.com/js/lib/swiper.min.jm1cxjgd.js | 28.9 KiB | 2.4 s |
| portal.hktdc.com/resources/cookieconsent/js/cookieconsent.min.js | 15.0 KiB | 1.8 s |
| home.hktdc.com/js/browsernotsupported.min.jm1cxjgd.js | 589 B | 1.4 s |
| home.hktdc.com/static/css/2.f70772c8.chunk.css | 5.8 KiB | 1.5 s |
| portal.hktdc.com/resources/cookieconsent/css/cookieconsent.min.css | 2.4 KiB | 1.3 s |
| portal.hktdc.com/resources/cookieconsent/js/cookieconsent.hktdc.js | 565 B | 1.3 s |
| portal.hktdc.com/resources/cookieconsent/css/cookieconsent.hktdc.css | 564 B | 1.3 s |
| cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css | 3.9 KiB | 984 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 |
|---|---|
| hktdc.com/ | 1.4 s |
| www.hktdc.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 |
|---|---|
HKTDC Events
More than Asia's business hub, Hong Kong is the region's trade fa… div.app > div.app__main > main > div#hktdc-events-section | 0.832 |
HKTDC Events
More than Asia's business hub, Hong Kong is the region's trade fa… div.app > div.app__main > main > div#hktdc-events-section | 0.033 |
Hong Kong Advantages
As the gateway to the Chinese Mainland and the most intern… main > div#hktdc-advantages-section > section.side-tabs > div.content-wrapper | 0.001 |
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.
| URL | Transfer Size | Est Savings |
|---|---|---|
| home.hktdc.com/static/css/main.b06456ce.chunk.css | 47.9 KiB | 37.1 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 |
|---|---|---|
| home.hktdc.com/static/js/2.729ad45a.chunk.js | 490.1 KiB | 167.7 KiB |
| static.zdassets.com/web_widget/messenger/latest/web-widget-main-22a6ed7.js | 217.1 KiB | 137.6 KiB |
| my.hktdc.com/corporate-header/v1/main.js | 181.4 KiB | 101.4 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-K2KXD8 | 163.6 KiB | 87.4 KiB |
| home.hktdc.com/static/js/main.b1b50c33.chunk.js | 92.4 KiB | 38.5 KiB |
| /signals/config/3319464161599454?v=2.9.303&r=stable&domai... | 125.2 KiB | 35.9 KiB |
| connect.facebook.net/en_US/fbevents.js | 96.5 KiB | 34.8 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.hktdc.com/ | 2.7 s | 31 ms | 5.9 ms |
| home.hktdc.com/static/js/main.b1b50c33.chunk.js | 2.2 s | 1.7 s | 40 ms |
| Unattributable | 897 ms | 59 ms | 0.0 ms |
| home.hktdc.com/static/js/2.729ad45a.chunk.js | 525 ms | 179 ms | 196 ms |
| /signals/config/3319464161599454?v=2.9.303&r=stable&domai... | 218 ms | 186 ms | 31 ms |
| static.zdassets.com/web_widget/messenger/latest/web-widget-main-22a6ed7.js | 209 ms | 158 ms | 49 ms |
| www.googletagmanager.com/gtm.js?id=GTM-K2KXD8 | 179 ms | 128 ms | 38 ms |
| my.hktdc.com/corporate-header/v1/main.js | 165 ms | 108 ms | 57 ms |
| connect.facebook.net/en_US/fbevents.js | 113 ms | 85 ms | 28 ms |
| scripts.clarity.ms/0.8.59/clarity.js | 100 ms | 83 ms | 6.4 ms |
| /web_widget/messenger/latest/web-widget-locales/messenger... | 79 ms | 63 ms | 2.6 ms |
| accounts-res.hktdc.com/sso2/assets/javascripts/client/sso.js | 73 ms | 59 ms | 14 ms |
| portal.hktdc.com/resources/cookieconsent/js/cookieconsent.min.js | 61 ms | 43 ms | 3.6 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.0 s |
| Other | 1.9 s |
| Style & Layout | 1.4 s |
| Rendering | 729 ms |
| Script Parsing & Compilation | 491 ms |
| Garbage Collection | 106 ms |
| Parse HTML & CSS | 54 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 strategic hub for Asia growth div.success-stories__slide > div.success-stories__img > a > img.swiper-lazy | /resources/images/Portal-Home/Main-Page/Success-Stories/h... |
Opening global avenues for Philippine cinema div.success-stories__slide > div.success-stories__img > a > img.swiper-lazy | /resources/images/Portal-Home/Main-Page/Success-Stories/l... |
A strategic hub for Asia growth div.success-stories__slide > div.success-stories__img > a > img.swiper-lazy | /resources/images/Portal-Home/Main-Page/Success-Stories/h... |
Gateway to the world div.swiper-wrapper > div.hk-advantages__slide > div.hk-advantages__img > img.swiper-lazy | /resources/images/Portal-Home/Main-Page/HK-Advantage/sgeq... |
International financial centre div.swiper-wrapper > div.hk-advantages__slide > div.hk-advantages__img > img.swiper-lazy | /resources/images/Portal-Home/Main-Page/HK-Advantage/igbb... |
Gateway to the world div.swiper-wrapper > div.hk-advantages__slide > div.hk-advantages__img > img.swiper-lazy | /resources/images/Portal-Home/Main-Page/HK-Advantage/sgeq... |
Build your business div.content-wrapper > div.bottom-container > div.image-container > img | home.hktdc.com/resources/images/Portal-Home/Main-Page/HKTDC-Help/86bbdpzs-1.png |
Hong Kong Development Council logo div.header__main > div.header__wrapper > a.header-logo > img.header-logo__img | home.hktdc.com/static/media/logo-60y.af12c374.svg |
Preeminent convention and exhibition hub div.swiper-wrapper > div.hk-advantages__slide > div.hk-advantages__img > img.swiper-lazy | |
Top logistics hub div.swiper-wrapper > div.hk-advantages__slide > div.hk-advantages__img > img.swiper-lazy | |
Ideal base for professional services div.swiper-wrapper > div.hk-advantages__slide > div.hk-advantages__img > img.swiper-lazy | |
Gamechanger in innovation and technology (I&T) div.swiper-wrapper > div.hk-advantages__slide > div.hk-advantages__img > img.swiper-lazy | |
Renowned sustainability centre div.swiper-wrapper > div.hk-advantages__slide > div.hk-advantages__img > img.swiper-lazy | |
Leading wellness hub div.swiper-wrapper > div.hk-advantages__slide > div.hk-advantages__img > img.swiper-lazy | |
International hub for high-calibre talents div.swiper-wrapper > div.hk-advantages__slide > div.hk-advantages__img > img.swiper-lazy | |
Preeminent convention and exhibition hub div.swiper-wrapper > div.hk-advantages__slide > div.hk-advantages__img > img.swiper-lazy | |
Building a Sustainable Future with More Cheers | HKTDC Research div.success-stories__slide > div.success-stories__img > a > img.swiper-lazy | |
Sustainable Magic: Hong Kong Disneyland’s Enchanting ESG Adventure div.success-stories__slide > div.success-stories__img > a > img.swiper-lazy | |
Liver health firm taps into rising demand overseas div.success-stories__slide > div.success-stories__img > a > img.swiper-lazy | |
Shaping Online Fashion Platform Towards Sustainability div.success-stories__slide > div.success-stories__img > a > img.swiper-lazy | |
Building a Sustainable Future with More Cheers | HKTDC Research div.success-stories__slide > div.success-stories__img > a > img.swiper-lazy |
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 roles have required attributes that describe the state of the element to screen readers. Learn more about roles and required attributes.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
APR 2026 div.DayPicker-wrapper > div.DayPicker-Months > div.DayPicker-Month > div.DayPicker-Caption |
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 |
|---|
APR 2026
Sun Mon Tue Wed Thu Fri Sat
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 … div.DayPicker > div.DayPicker-wrapper > div.DayPicker-Months > div.DayPicker-Month |
1 2 3 4 div.DayPicker-Months > div.DayPicker-Month > div.DayPicker-Body > div.DayPicker-Week |
26 27 28 29 30 div.DayPicker-Months > div.DayPicker-Month > div.DayPicker-Body > div.DayPicker-Week |
Using ARIA attributes in roles where they are prohibited can mean that important information is not communicated to users of assistive technologies. Learn more about prohibited ARIA roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
dismiss cookie message body.homepage > div.cc-window > div.cc-compliance > span#closebtn |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
All div.hktdc-events__col > div.home-hktdc-events__filters > div.home-hktdc-events__filters-cat-container > div.home-hktdc-events__filters-cat__title |
Sun div.DayPicker-Weekdays > div.DayPicker-WeekdaysRow > div.DayPicker-Weekday > abbr |
Mon div.DayPicker-Weekdays > div.DayPicker-WeekdaysRow > div.DayPicker-Weekday > abbr |
Tue div.DayPicker-Weekdays > div.DayPicker-WeekdaysRow > div.DayPicker-Weekday > abbr |
Wed div.DayPicker-Weekdays > div.DayPicker-WeekdaysRow > div.DayPicker-Weekday > abbr |
Thu div.DayPicker-Weekdays > div.DayPicker-WeekdaysRow > div.DayPicker-Weekday > abbr |
Fri div.DayPicker-Weekdays > div.DayPicker-WeekdaysRow > div.DayPicker-Weekday > abbr |
Sat div.DayPicker-Weekdays > div.DayPicker-WeekdaysRow > div.DayPicker-Weekday > abbr |
20-23 a#hktdc-events-item--009-260001-000 > div.hktdc-events__date > div.hktdc-events__date-holder > div.hktdc-events__days |
APR a#hktdc-events-item--009-260001-000 > div.hktdc-events__date > div.hktdc-events__date-holder > div.hktdc-events__month |
Hong Kong a#hktdc-events-item--009-260001-000 > div.hktdc-events__details > div.hktdc-events__info > div.hktdc-events__info-loc |
20-23 a#hktdc-events-item--049-260001-000 > div.hktdc-events__date > div.hktdc-events__date-holder > div.hktdc-events__days |
APR a#hktdc-events-item--049-260001-000 > div.hktdc-events__date > div.hktdc-events__date-holder > div.hktdc-events__month |
Hong Kong a#hktdc-events-item--049-260001-000 > div.hktdc-events__details > div.hktdc-events__info > div.hktdc-events__info-loc |
27-30 a#hktdc-events-item--037-260001-000 > div.hktdc-events__date > div.hktdc-events__date-holder > div.hktdc-events__days |
APR a#hktdc-events-item--037-260001-000 > div.hktdc-events__date > div.hktdc-events__date-holder > div.hktdc-events__month |
Hong Kong a#hktdc-events-item--037-260001-000 > div.hktdc-events__details > div.hktdc-events__info > div.hktdc-events__info-loc |
27-30 a#hktdc-events-item--004-260001-000 > div.hktdc-events__date > div.hktdc-events__date-holder > div.hktdc-events__days |
APR a#hktdc-events-item--004-260001-000 > div.hktdc-events__date > div.hktdc-events__date-holder > div.hktdc-events__month |
Hong Kong a#hktdc-events-item--004-260001-000 > div.hktdc-events__details > div.hktdc-events__info > div.hktdc-events__info-loc |
27-30 a#hktdc-events-item--014-260001-000 > div.hktdc-events__date > div.hktdc-events__date-holder > div.hktdc-events__days |
APR a#hktdc-events-item--014-260001-000 > div.hktdc-events__date > div.hktdc-events__date-holder > div.hktdc-events__month |
Hong Kong a#hktdc-events-item--014-260001-000 > div.hktdc-events__details > div.hktdc-events__info > div.hktdc-events__info-loc |
27-29 a#hktdc-events-item--201-260001-000 > div.hktdc-events__date > div.hktdc-events__date-holder > div.hktdc-events__days |
APR a#hktdc-events-item--201-260001-000 > div.hktdc-events__date > div.hktdc-events__date-holder > div.hktdc-events__month |
Hong Kong a#hktdc-events-item--201-260001-000 > div.hktdc-events__details > div.hktdc-events__info > div.hktdc-events__info-loc |
27-30 a#hktdc-events-item--012-260001-000 > div.hktdc-events__date > div.hktdc-events__date-holder > div.hktdc-events__days |
APR a#hktdc-events-item--012-260001-000 > div.hktdc-events__date > div.hktdc-events__date-holder > div.hktdc-events__month |
Hong Kong a#hktdc-events-item--012-260001-000 > div.hktdc-events__details > div.hktdc-events__info > div.hktdc-events__info-loc |
27-30 a#hktdc-events-item--015-260001-000 > div.hktdc-events__date > div.hktdc-events__date-holder > div.hktdc-events__days |
APR a#hktdc-events-item--015-260001-000 > div.hktdc-events__date > div.hktdc-events__date-holder > div.hktdc-events__month |
Hong Kong a#hktdc-events-item--015-260001-000 > div.hktdc-events__details > div.hktdc-events__info > div.hktdc-events__info-loc |
MAY a#hktdc-events-item--804-260022-000 > div.hktdc-events__date > div.hktdc-events__date-holder > div.hktdc-events__month |
Hong Kong a#hktdc-events-item--804-260022-000 > div.hktdc-events__details > div.hktdc-events__info > div.hktdc-events__info-loc |
11-12 a#hktdc-events-item--210-260001-000 > div.hktdc-events__date > div.hktdc-events__date-holder > div.hktdc-events__days |
MAY a#hktdc-events-item--210-260001-000 > div.hktdc-events__date > div.hktdc-events__date-holder > div.hktdc-events__month |
Hong Kong a#hktdc-events-item--210-260001-000 > div.hktdc-events__details > div.hktdc-events__info > div.hktdc-events__info-loc |
11-13 a#hktdc-events-item--016-260001-000 > div.hktdc-events__date > div.hktdc-events__date-holder > div.hktdc-events__days |
MAY a#hktdc-events-item--016-260001-000 > div.hktdc-events__date > div.hktdc-events__date-holder > div.hktdc-events__month |
Hong Kong a#hktdc-events-item--016-260001-000 > div.hktdc-events__details > div.hktdc-events__info > div.hktdc-events__info-loc |
20 a#hktdc-events-item--801-260003-000 > div.hktdc-events__date > div.hktdc-events__date-holder > div.hktdc-events__days |
MAY a#hktdc-events-item--801-260003-000 > div.hktdc-events__date > div.hktdc-events__date-holder > div.hktdc-events__month |
Hong Kong a#hktdc-events-item--801-260003-000 > div.hktdc-events__details > div.hktdc-events__info > div.hktdc-events__info-loc |
21 a#hktdc-events-item--804-260020-000 > div.hktdc-events__date > div.hktdc-events__date-holder > div.hktdc-events__days |
MAY a#hktdc-events-item--804-260020-000 > div.hktdc-events__date > div.hktdc-events__date-holder > div.hktdc-events__month |
Hong Kong a#hktdc-events-item--804-260020-000 > div.hktdc-events__details > div.hktdc-events__info > div.hktdc-events__info-loc |
15-21 a#hktdc-events-item--018-260001-000 > div.hktdc-events__date > div.hktdc-events__date-holder > div.hktdc-events__days |
JUL a#hktdc-events-item--018-260001-000 > div.hktdc-events__date > div.hktdc-events__date-holder > div.hktdc-events__month |
Hong Kong a#hktdc-events-item--018-260001-000 > div.hktdc-events__details > div.hktdc-events__info > div.hktdc-events__info-loc |
15-21 a#hktdc-events-item--035-260001-000 > div.hktdc-events__date > div.hktdc-events__date-holder > div.hktdc-events__days |
JUL a#hktdc-events-item--035-260001-000 > div.hktdc-events__date > div.hktdc-events__date-holder > div.hktdc-events__month |
Hong Kong a#hktdc-events-item--035-260001-000 > div.hktdc-events__details > div.hktdc-events__info > div.hktdc-events__info-loc |
15-21 a#hktdc-events-item--044-260001-000 > div.hktdc-events__date > div.hktdc-events__date-holder > div.hktdc-events__days |
JUL a#hktdc-events-item--044-260001-000 > div.hktdc-events__date > div.hktdc-events__date-holder > div.hktdc-events__month |
Hong Kong a#hktdc-events-item--044-260001-000 > div.hktdc-events__details > div.hktdc-events__info > div.hktdc-events__info-loc |
13-17 a#hktdc-events-item--034-260001-000 > div.hktdc-events__date > div.hktdc-events__date-holder > div.hktdc-events__days |
AUG a#hktdc-events-item--034-260001-000 > div.hktdc-events__date > div.hktdc-events__date-holder > div.hktdc-events__month |
Hong Kong a#hktdc-events-item--034-260001-000 > div.hktdc-events__details > div.hktdc-events__info > div.hktdc-events__info-loc |
13-17 a#hktdc-events-item--047-260001-000 > div.hktdc-events__date > div.hktdc-events__date-holder > div.hktdc-events__days |
AUG a#hktdc-events-item--047-260001-000 > div.hktdc-events__date > div.hktdc-events__date-holder > div.hktdc-events__month |
Hong Kong a#hktdc-events-item--047-260001-000 > div.hktdc-events__details > div.hktdc-events__info > div.hktdc-events__info-loc |
13-15 a#hktdc-events-item--019-260001-000 > div.hktdc-events__date > div.hktdc-events__date-holder > div.hktdc-events__days |
AUG a#hktdc-events-item--019-260001-000 > div.hktdc-events__date > div.hktdc-events__date-holder > div.hktdc-events__month |
Hong Kong a#hktdc-events-item--019-260001-000 > div.hktdc-events__details > div.hktdc-events__info > div.hktdc-events__info-loc |
13-17 a#hktdc-events-item--022-260001-000 > div.hktdc-events__date > div.hktdc-events__date-holder > div.hktdc-events__days |
AUG a#hktdc-events-item--022-260001-000 > div.hktdc-events__date > div.hktdc-events__date-holder > div.hktdc-events__month |
Hong Kong a#hktdc-events-item--022-260001-000 > div.hktdc-events__details > div.hktdc-events__info > div.hktdc-events__info-loc |
13-15 a#hktdc-events-item--020-260001-000 > div.hktdc-events__date > div.hktdc-events__date-holder > div.hktdc-events__days |
AUG a#hktdc-events-item--020-260001-000 > div.hktdc-events__date > div.hktdc-events__date-holder > div.hktdc-events__month |
Hong Kong a#hktdc-events-item--020-260001-000 > div.hktdc-events__details > div.hktdc-events__info > div.hktdc-events__info-loc |
See more events div.hktdc-events__row > div.button-row > a.button > span |
These are opportunities to improve the legibility of your content.
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 |
|---|
div#app > div > div#launcher-logo > img div#app > div > div#launcher-logo > img |
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#main-banner-slider > div.swiper-wrapper > div.main-banner__slide > a.main-banner__img_mobile div#main-banner-slider > div.swiper-wrapper > div.main-banner__slide > a.main-banner__img_mobile |
div#main-banner-slider > div.swiper-wrapper > div.main-banner__slide > a.main-banner__img_mobile div#main-banner-slider > div.swiper-wrapper > div.main-banner__slide > a.main-banner__img_mobile |
div#main-banner-slider > div.swiper-wrapper > div.main-banner__slide > a.main-banner__img_mobile div#main-banner-slider > div.swiper-wrapper > div.main-banner__slide > a.main-banner__img_mobile |
div#main-banner-slider > div.swiper-wrapper > div.main-banner__slide > a.main-banner__img_mobile div#main-banner-slider > div.swiper-wrapper > div.main-banner__slide > a.main-banner__img_mobile |
div#main-banner-slider > div.swiper-wrapper > div.main-banner__slide > a.main-banner__img_mobile div#main-banner-slider > div.swiper-wrapper > div.main-banner__slide > a.main-banner__img_mobile |
div#main-banner-slider > div.swiper-wrapper > div.main-banner__slide > a.main-banner__img_mobile div#main-banner-slider > div.swiper-wrapper > div.main-banner__slide > a.main-banner__img_mobile |
div#main-banner-slider > div.swiper-wrapper > div.main-banner__slide > a.main-banner__img_mobile div#main-banner-slider > div.swiper-wrapper > div.main-banner__slide > a.main-banner__img_mobile |
div#main-banner-slider > div.swiper-wrapper > div.main-banner__slide > a.main-banner__img_mobile div#main-banner-slider > div.swiper-wrapper > div.main-banner__slide > a.main-banner__img_mobile |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Screen readers require list items (`<li>`) to be contained within a parent `<ul>`, `<ol>` or `<menu>` to be announced properly. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Business-friendly environment, free economy div.content-wrapper > div.adv-items > div.adv-item > li |
Robust and efficient financial ecosystem div.content-wrapper > div.adv-items > div.adv-item > li |
Proximity to the Chinese Mainland and wider Asia region div.content-wrapper > div.adv-items > div.adv-item > li |
Low and simple tax system, one of the most taxfriendly systems globally div.content-wrapper > div.adv-items > div.adv-item > li |
Free flow of information, goods, capital and people div.content-wrapper > div.adv-items > div.adv-item > li |
Robust legal and IP infrastructure, the only Chinese city practicing common law div.content-wrapper > div.adv-items > div.adv-item > li |
Rule of law and level-playing field div.content-wrapper > div.adv-items > div.adv-item > li |
World-class professional services with broad knowledge on global markets div.content-wrapper > div.adv-items > div.adv-item > li |
T-box Programme
A free 3-month support programme for SMEs to achieve their tra… div.content-wrapper > div.bottom-container > div.sub-items > li.sub-item |
SME Funding information
Information on accessing Government funding schemes th… div.content-wrapper > div.bottom-container > div.sub-items > li.sub-item |
HKStartup Society
A community platform for start-ups to connect, collaborate a… div.content-wrapper > div.bottom-container > div.sub-items > li.sub-item |
Start-up Express
A flagship entrepreneurship development programme offering ex… div.content-wrapper > div.bottom-container > div.sub-items > li.sub-item |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
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 |
|---|
More details body.homepage > div.cc-window > span#cookieconsent:desc > a.cc-link |
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 | connect.facebook.net/en_US/fbevents.js line 279, col 769 |
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.
| Link destination | Link Text |
|---|---|
| sourcing.hktdc.com/en/Categories | More |
| /en/Categories/ed5d7561e3a011ea883f06c82c63b760/Professio... | More |
| home.hktdc.com/en/success-stories | More |
| home.hktdc.com/en/mobile-apps | More |
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 |
|---|
div#app > div > div#launcher-logo > img div#app > div > div#launcher-logo > img |
hreflang links tell search engines what version of a page they should list in search results for a given language or region. Learn more about `hreflang`.
Performance issues directly impact user engagement and conversion rates.
head > link |
head > link |
head > link |
head > link |
Format your HTML in a way that enables crawlers to better understand your app’s content.
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 |
|---|
SME Support div.submenu__items > div.submenu__col > div.menuContainer > a.submenu__headlink |
div.submenu__items > div.submenu__col > div.menuContainer > a.submenu__headlink_noLink div.submenu__items > div.submenu__col > div.menuContainer > a.submenu__headlink_noLink |
Start-up Support div.submenu__items > div.submenu__col > div.menuContainer > a.submenu__headlink |
div.submenu__items > div.submenu__col > div.menuContainer > a.submenu__headlink_noLink div.submenu__items > div.submenu__col > div.menuContainer > a.submenu__headlink_noLink |
Design Gallery div.submenu__items > div.submenu__col > div.menuContainer > a.submenu__headlink |
div.submenu__items > div.submenu__col > div.menuContainer > a.submenu__headlink_noLink div.submenu__items > div.submenu__col > div.menuContainer > a.submenu__headlink_noLink |
Get Connected div.submenu__items > div.submenu__col > div.menuContainer > a.submenu__headlink |
div.submenu__items > div.submenu__col > div.menuContainer > a.submenu__headlink_noLink div.submenu__items > div.submenu__col > div.menuContainer > a.submenu__headlink_noLink |
div.submenu__items > div.submenu__col > div.menuContainer > a.submenu__headlink_noLink div.submenu__items > div.submenu__col > div.menuContainer > a.submenu__headlink_noLink |
div.submenu__items > div.submenu__col > div.menuContainer > a.submenu__headlink_noLink div.submenu__items > div.submenu__col > div.menuContainer > a.submenu__headlink_noLink |
Resources div.submenu__items > div.submenu__col > div.menuContainer > a.submenu__headlink |
div.submenu__items > div.submenu__col > div.menuContainer > a.submenu__headlink_noLink div.submenu__items > div.submenu__col > div.menuContainer > a.submenu__headlink_noLink |
HKTDC Marketplace App div.submenu__items > div.submenu__col > div.menuContainer > a.submenu__headlink |
div.submenu__items > div.submenu__col > div.menuContainer > a.submenu__headlink_noLink div.submenu__items > div.submenu__col > div.menuContainer > a.submenu__headlink_noLink |
div.submenu__items > div.submenu__col > div.menuContainer > a.submenu__headlink_noLink div.submenu__items > div.submenu__col > div.menuContainer > a.submenu__headlink_noLink |
div.submenu__items > div.submenu__col > div.menuContainer > a.submenu__headlink_noLink div.submenu__items > div.submenu__col > div.menuContainer > a.submenu__headlink_noLink |
Market Insights div.submenu__items > div.submenu__col > div.menuContainer > a.submenu__headlink |
div.submenu__items > div.submenu__col > div.menuContainer > a.submenu__headlink_noLink div.submenu__items > div.submenu__col > div.menuContainer > a.submenu__headlink_noLink |
Key Market Portals div.submenu__items > div.submenu__col > div.menuContainer > a.submenu__headlink |
div.submenu__items > div.submenu__col > div.menuContainer > a.submenu__headlink_noLink div.submenu__items > div.submenu__col > div.menuContainer > a.submenu__headlink_noLink |
HKTDC Events div.toc-menu > div.toc-menu__container > div.toc-menu__tab > a.toc-menu__link-item |
Hong Kong Advantages div.toc-menu > div.toc-menu__container > div.toc-menu__tab > a.toc-menu__link-item |
How HKTDC Can Help div.toc-menu > div.toc-menu__container > div.toc-menu__tab > a.toc-menu__link-item |
Our Success Stories div.toc-menu > div.toc-menu__container > div.toc-menu__tab > a.toc-menu__link-item |
HKTDC Events div.toc-mobile-menu > div.toc-mobile-menu__container > div.toc-mobile-menu__tab > a.toc-mobile-menu__link-item |
Hong Kong Advantages div.toc-mobile-menu > div.toc-mobile-menu__container > div.toc-mobile-menu__tab > a.toc-mobile-menu__link-item |
How HKTDC Can Help div.toc-mobile-menu > div.toc-mobile-menu__container > div.toc-mobile-menu__tab > a.toc-mobile-menu__link-item |
Our Success Stories div.toc-mobile-menu > div.toc-mobile-menu__container > div.toc-mobile-menu__tab > a.toc-mobile-menu__link-item |
SME Support div.content-wrapper > div.sitemap__row > div.sitemap__col > a.sitemap__link |
Start-up Support div.content-wrapper > div.sitemap__row > div.sitemap__col > a.sitemap__link |
Design Gallery div.content-wrapper > div.sitemap__row > div.sitemap__col > a.sitemap__link |
Get Connected div.content-wrapper > div.sitemap__row > div.sitemap__col > a.sitemap__link |
Resources div.content-wrapper > div.sitemap__row > div.sitemap__col > a.sitemap__link |
HKTDC Marketplace App div.content-wrapper > div.sitemap__row > div.sitemap__col > a.sitemap__link |
Market Insights div.content-wrapper > div.sitemap__row > div.sitemap__col > a.sitemap__link |
Key Market Portals div.content-wrapper > div.sitemap__row > div.sitemap__col > a.sitemap__link |
To appear in search results, crawlers need access to your app.
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.92 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
8.54 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
90 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.296
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
4.28 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.
8.58 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.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| /signals/config/3319464161599454?v=2.9.303&r=stable&domai... | 1200.0 s | 125.2 KiB |
| connect.facebook.net/en_US/fbevents.js | 1200.0 s | 96.6 KiB |
| accounts-res.hktdc.com/sso2/assets/javascripts/client/sso.js | 300.0 s | 44.0 KiB |
| /signals/config/495492748107443?v=2.9.303&r=stable&domain... | 1200.0 s | 16.4 KiB |
| portal.hktdc.com/resources/cookieconsent/js/cookieconsent.min.js | 3600.0 s | 15.0 KiB |
| scripts.clarity.ms/0.8.59/clarity.js | 86400.0 s | 26.2 KiB |
| static.zdassets.com/ekr/snippet.js?key=6c4d62bc-b9cd-49bf-964e-1affc69542bb | 3600.0 s | 4.6 KiB |
| portal.hktdc.com/resources/cookieconsent/css/cookieconsent.min.css | 3600.0 s | 2.4 KiB |
| fe-caas.hktdc.com/clientlib/img/chatbot-icon-en.gif | 604800.0 s | 11.3 KiB |
| portal.hktdc.com/resources/cookieconsent/js/cookieconsent.hktdc.js | 3600.0 s | 585 B |
| portal.hktdc.com/resources/cookieconsent/css/cookieconsent.hktdc.css | 3600.0 s | 581 B |
| fe-caas.hktdc.com/clientlib/general/llm-chatbot-en.js | 604800.0 s | 2.5 KiB |
| /tr/?id=3319464161599454&ev=PageView&dl=https%3A%2F%2Fwww... | 0.0 ms | 19 B |
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.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
div#main-banner-slider > div.swiper-wrapper > div.main-banner__slide > a.main-banner__img div#main-banner-slider > div.swiper-wrapper > div.main-banner__slide > a.main-banner__img | /resources/images/Portal-Home/Main-Page/Jumbotron/6kh5xzf... | 794.9 KiB | 677.8 KiB |
Top logistics hub div.swiper-wrapper > div.hk-advantages__slide > div.hk-advantages__img > img.swiper-lazy | /resources/images/Portal-Home/Main-Page/HK-Advantage/to1s... | 510.8 KiB | 483.5 KiB |
Opening global avenues for Philippine cinema div.success-stories__slide > div.success-stories__img > a > img.swiper-lazy | /resources/images/Portal-Home/Main-Page/Success-Stories/l... | 450.0 KiB | 440.1 KiB |
International financial centre div.swiper-wrapper > div.hk-advantages__slide > div.hk-advantages__img > img.swiper-lazy | /resources/images/Portal-Home/Main-Page/HK-Advantage/igbb... | 447.4 KiB | 420.1 KiB |
Sustainable Magic: Hong Kong Disneyland’s Enchanting ESG Adventure div.success-stories__slide > div.success-stories__img > a > img.swiper-lazy | /resources/images/Portal-Home/Main-Page/Success-Stories/5... | 400.8 KiB | 391.1 KiB |
A strategic hub for Asia growth div.success-stories__slide > div.success-stories__img > a > img.swiper-lazy | /resources/images/Portal-Home/Main-Page/Success-Stories/h... | 393.5 KiB | 384.0 KiB |
Gateway to the world div.swiper-wrapper > div.hk-advantages__slide > div.hk-advantages__img > img.swiper-lazy | /resources/images/Portal-Home/Main-Page/HK-Advantage/sgeq... | 324.9 KiB | 297.6 KiB |
div#main-banner-slider > div.swiper-wrapper > div.main-banner__slide > a.main-banner__img div#main-banner-slider > div.swiper-wrapper > div.main-banner__slide > a.main-banner__img | /resources/images/Portal-Home/Main-Page/Jumbotron/prcxmy2... | 395.2 KiB | 278.0 KiB |
Build your business div.content-wrapper > div.bottom-container > div.image-container > img | home.hktdc.com/resources/images/Portal-Home/Main-Page/HKTDC-Help/86bbdpzs-1.png | 210.8 KiB | 176.4 KiB |
MyHKTDC
Your personalised all-in-one platform for business success!
Explore n… div.app > div.app__main > footer > div.footer-bar | home.hktdc.com/static/media/Footer-BG.37c98217.png | 148.4 KiB | 75.1 KiB |
div#main-banner-slider > div.swiper-wrapper > div.main-banner__slide > a.main-banner__img div#main-banner-slider > div.swiper-wrapper > div.main-banner__slide > a.main-banner__img | /resources/images/Portal-Home/Main-Page/Jumbotron/lndjd9p... | 173.7 KiB | 56.5 KiB |
div#app > div > div#launcher-logo > img div#app > div > div#launcher-logo > img | fe-caas.hktdc.com/clientlib/img/chatbot-icon-en.gif | 10.9 KiB | 10.8 KiB |
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
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 |
|---|---|---|
| home.hktdc.com/static/js/main.b1b50c33.chunk.js | 92.8 KiB | |
| home.hktdc.com/static/css/main.b06456ce.chunk.css | 48.3 KiB | 839 ms |
| home.hktdc.com/js/lib/swiper.min.jm1cxjgd.js | 28.9 KiB | 839 ms |
| home.hktdc.com/static/css/2.f70772c8.chunk.css | 5.8 KiB | 660 ms |
| home.hktdc.com/js/browsernotsupported.min.jm1cxjgd.js | 588 B | 660 ms |
| portal.hktdc.com/resources/cookieconsent/js/cookieconsent.min.js | 15.0 KiB | 796 ms |
| portal.hktdc.com/resources/cookieconsent/css/cookieconsent.hktdc.css | 581 B | 736 ms |
| portal.hktdc.com/resources/cookieconsent/css/cookieconsent.min.css | 2.4 KiB | 736 ms |
| portal.hktdc.com/resources/cookieconsent/js/cookieconsent.hktdc.js | 585 B | 736 ms |
| cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css | 3.9 KiB | 267 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 |
|---|---|
| hktdc.com/ | 802 ms |
| www.hktdc.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 |
|---|---|
HKTDC Events
HKTDC Events
More than Asia's business hub, Hong Kong is the regi… div.app > div.app__main > main > div#hktdc-events-section | 0.285 |
HKTDC Events
HKTDC Events
More than Asia's business hub, Hong Kong is the regi… div.app > div.app__main > main > div#hktdc-events-section | 0.006 |
HKTDC’s 60th Anniversary div.swiper-wrapper > div.main-banner__slide > div.main-banner__txt > a | 0.003 |
HKTDC.com
About HKTDC
Media Room
FAQ
MyHKTDC
English
Login div#hktdc-corporate-header > div.css-17uyvkx > div#hktdc-corporate-header-container > div#hktdc-corporate-header-desktop-main | 0.001 |
HKTDC.com
About HKTDC
Media Room
FAQ
MyHKTDC
English
Login div#hktdc-corporate-header > div.css-17uyvkx > div#hktdc-corporate-header-container > div#hktdc-corporate-header-desktop-main | 0.001 |
HKTDC’s 60th Anniversary div.swiper-wrapper > div.main-banner__slide > div.main-banner__txt > a | 0.000 |
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.
| URL | Transfer Size | Est Savings |
|---|---|---|
| home.hktdc.com/static/css/main.b06456ce.chunk.css | 47.9 KiB | 40.1 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 |
|---|---|---|
| home.hktdc.com/static/js/2.729ad45a.chunk.js | 490.0 KiB | 168.0 KiB |
| static.zdassets.com/web_widget/messenger/latest/web-widget-main-22a6ed7.js | 216.9 KiB | 137.5 KiB |
| my.hktdc.com/corporate-header/v1/main.js | 181.4 KiB | 101.4 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-K2KXD8 | 163.6 KiB | 87.4 KiB |
| home.hktdc.com/static/js/main.b1b50c33.chunk.js | 92.4 KiB | 38.6 KiB |
| /signals/config/3319464161599454?v=2.9.303&r=stable&domai... | 125.1 KiB | 36.1 KiB |
| connect.facebook.net/en_US/fbevents.js | 96.5 KiB | 35.2 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 | 787 ms |
| Other | 503 ms |
| Style & Layout | 419 ms |
| Rendering | 206 ms |
| Script Parsing & Compilation | 124 ms |
| Garbage Collection | 26 ms |
| Parse HTML & CSS | 13 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 | |
|---|---|
Liver health firm taps into rising demand overseas div.success-stories__slide > div.success-stories__img > a > img.swiper-lazy | /resources/images/Portal-Home/Main-Page/Success-Stories/m... |
Shaping Online Fashion Platform Towards Sustainability div.success-stories__slide > div.success-stories__img > a > img.swiper-lazy | /resources/images/Portal-Home/Main-Page/Success-Stories/3... |
Building a Sustainable Future with More Cheers | HKTDC Research div.success-stories__slide > div.success-stories__img > a > img.swiper-lazy | /resources/images/Portal-Home/Main-Page/Success-Stories/r... |
A strategic hub for Asia growth div.success-stories__slide > div.success-stories__img > a > img.swiper-lazy | /resources/images/Portal-Home/Main-Page/Success-Stories/h... |
Opening global avenues for Philippine cinema div.success-stories__slide > div.success-stories__img > a > img.swiper-lazy | /resources/images/Portal-Home/Main-Page/Success-Stories/l... |
Sustainable Magic: Hong Kong Disneyland’s Enchanting ESG Adventure div.success-stories__slide > div.success-stories__img > a > img.swiper-lazy | /resources/images/Portal-Home/Main-Page/Success-Stories/5... |
Liver health firm taps into rising demand overseas div.success-stories__slide > div.success-stories__img > a > img.swiper-lazy | /resources/images/Portal-Home/Main-Page/Success-Stories/m... |
Shaping Online Fashion Platform Towards Sustainability div.success-stories__slide > div.success-stories__img > a > img.swiper-lazy | /resources/images/Portal-Home/Main-Page/Success-Stories/3... |
Building a Sustainable Future with More Cheers | HKTDC Research div.success-stories__slide > div.success-stories__img > a > img.swiper-lazy | /resources/images/Portal-Home/Main-Page/Success-Stories/r... |
A strategic hub for Asia growth div.success-stories__slide > div.success-stories__img > a > img.swiper-lazy | /resources/images/Portal-Home/Main-Page/Success-Stories/h... |
Opening global avenues for Philippine cinema div.success-stories__slide > div.success-stories__img > a > img.swiper-lazy | /resources/images/Portal-Home/Main-Page/Success-Stories/l... |
Sustainable Magic: Hong Kong Disneyland’s Enchanting ESG Adventure div.success-stories__slide > div.success-stories__img > a > img.swiper-lazy | /resources/images/Portal-Home/Main-Page/Success-Stories/5... |
HKTDC’s 60th Anniversary div.main-banner__slide > a.main-banner__img > div > img.image--loaded | /resources/images/Portal-Home/Main-Page/Jumbotron/lndjd9p... |
Go smart • Live green div.main-banner__slide > a.main-banner__img > div > img.image--loaded | /resources/images/Portal-Home/Main-Page/Jumbotron/qdh6sur... |
Flagship licensing event in asia div.main-banner__slide > a.main-banner__img > div > img.image--loaded | /resources/images/Portal-Home/Main-Page/Jumbotron/6mvsjvx... |
One stop gifts & premium solutions div.main-banner__slide > a.main-banner__img > div > img.image--loaded | /resources/images/Portal-Home/Main-Page/Jumbotron/z92itat... |
Scale your business in one stop div.main-banner__slide > a.main-banner__img > div > img.image--loaded | /resources/images/Portal-Home/Main-Page/Jumbotron/prcxmy2... |
Printing and packaging solutions div.main-banner__slide > a.main-banner__img > div > img.image--loaded | /resources/images/Portal-Home/Main-Page/Jumbotron/awtbza9... |
Fuelling healthcare breakthroughs div.main-banner__slide > a.main-banner__img > div > img.image--loaded | /resources/images/Portal-Home/Main-Page/Jumbotron/422sxku... |
Radiate elegance div.main-banner__slide > a.main-banner__img > div > img.image--loaded | /resources/images/Portal-Home/Main-Page/Jumbotron/6kh5xzf... |
Gateway to the world div.swiper-wrapper > div.hk-advantages__slide > div.hk-advantages__img > img.swiper-lazy | /resources/images/Portal-Home/Main-Page/HK-Advantage/sgeq... |
International financial centre div.swiper-wrapper > div.hk-advantages__slide > div.hk-advantages__img > img.swiper-lazy | /resources/images/Portal-Home/Main-Page/HK-Advantage/igbb... |
Top logistics hub div.swiper-wrapper > div.hk-advantages__slide > div.hk-advantages__img > img.swiper-lazy | /resources/images/Portal-Home/Main-Page/HK-Advantage/to1s... |
Gateway to the world div.swiper-wrapper > div.hk-advantages__slide > div.hk-advantages__img > img.swiper-lazy | /resources/images/Portal-Home/Main-Page/HK-Advantage/sgeq... |
International financial centre div.swiper-wrapper > div.hk-advantages__slide > div.hk-advantages__img > img.swiper-lazy | /resources/images/Portal-Home/Main-Page/HK-Advantage/igbb... |
Top logistics hub div.swiper-wrapper > div.hk-advantages__slide > div.hk-advantages__img > img.swiper-lazy | /resources/images/Portal-Home/Main-Page/HK-Advantage/to1s... |
Close div.toc-menu > div.toc-menu__container > button.toc-menu__collapse-button > img.toc-menu__collapse-icon | home.hktdc.com/static/media/icon-close.799f9660.svg |
Build your business div.content-wrapper > div.bottom-container > div.image-container > img | home.hktdc.com/resources/images/Portal-Home/Main-Page/HKTDC-Help/86bbdpzs-1.png |
UPGRADED PLATFORM. GREATER SUCCESS. div.submenu__body > div.submenu__intro > a > img.submenu__intro-img | /resources/images/Portal-Home/Common-Sections/Header-and-... |
START & GROW YOUR BUSINESS div.submenu__body > div.submenu__intro > div > img.submenu__intro-img | /resources/images/Portal-Home/Common-Sections/Header-and-... |
EXPLORE INDUSTRY & MARKET INSIGHTS div.submenu__body > div.submenu__intro > div > img.submenu__intro-img | /resources/images/Portal-Home/Common-Sections/Header-and-... |
EXHIBITION+ div.submenu__body > div.submenu__intro > a > img.submenu__intro-img | /resources/images/Portal-Home/Common-Sections/Header-and-... |
Hong Kong Development Council logo div.header__main > div.header__wrapper > a.header-logo > img.header-logo__img | home.hktdc.com/static/media/logo-60y.af12c374.svg |
Leading wellness hub div.swiper-wrapper > div.hk-advantages__slide > div.hk-advantages__img > img.swiper-lazy | |
International hub for high-calibre talents div.swiper-wrapper > div.hk-advantages__slide > div.hk-advantages__img > img.swiper-lazy | |
Preeminent convention and exhibition hub div.swiper-wrapper > div.hk-advantages__slide > div.hk-advantages__img > img.swiper-lazy | |
Ideal base for professional services div.swiper-wrapper > div.hk-advantages__slide > div.hk-advantages__img > img.swiper-lazy | |
Gamechanger in innovation and technology (I&T) div.swiper-wrapper > div.hk-advantages__slide > div.hk-advantages__img > img.swiper-lazy | |
Renowned sustainability centre div.swiper-wrapper > div.hk-advantages__slide > div.hk-advantages__img > img.swiper-lazy | |
Leading wellness hub div.swiper-wrapper > div.hk-advantages__slide > div.hk-advantages__img > img.swiper-lazy | |
International hub for high-calibre talents div.swiper-wrapper > div.hk-advantages__slide > div.hk-advantages__img > img.swiper-lazy | |
Preeminent convention and exhibition hub div.swiper-wrapper > div.hk-advantages__slide > div.hk-advantages__img > img.swiper-lazy |
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 roles have required attributes that describe the state of the element to screen readers. Learn more about roles and required attributes.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
APR 2026 div.DayPicker-wrapper > div.DayPicker-Months > div.DayPicker-Month > div.DayPicker-Caption |
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 |
|---|
APR 2026
Sun Mon Tue Wed Thu Fri Sat
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 … div.DayPicker > div.DayPicker-wrapper > div.DayPicker-Months > div.DayPicker-Month |
1 2 3 4 div.DayPicker-Months > div.DayPicker-Month > div.DayPicker-Body > div.DayPicker-Week |
26 27 28 29 30 div.DayPicker-Months > div.DayPicker-Month > div.DayPicker-Body > div.DayPicker-Week |
Using ARIA attributes in roles where they are prohibited can mean that important information is not communicated to users of assistive technologies. Learn more about prohibited ARIA roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
dismiss cookie message body.homepage > div.cc-window > div.cc-compliance > span#closebtn |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
MyHKTDC div#hktdc-corporate-header-container > div#hktdc-corporate-header-desktop-main > div.css-19mcgn9 > a |
Login div#hktdc-corporate-header-container > div#hktdc-corporate-header-desktop-main > div.css-19mcgn9 > button |
Search div.header__right > div.header-search > span.header-search__btn > span.header-search__txt-open |
All div.hktdc-events__row > div.hktdc-events__col > div.home-hktdc-events__filters > span#home-hktdc-events-filter-all |
Sun div.DayPicker-Weekdays > div.DayPicker-WeekdaysRow > div.DayPicker-Weekday > abbr |
Mon div.DayPicker-Weekdays > div.DayPicker-WeekdaysRow > div.DayPicker-Weekday > abbr |
Tue div.DayPicker-Weekdays > div.DayPicker-WeekdaysRow > div.DayPicker-Weekday > abbr |
Wed div.DayPicker-Weekdays > div.DayPicker-WeekdaysRow > div.DayPicker-Weekday > abbr |
Thu div.DayPicker-Weekdays > div.DayPicker-WeekdaysRow > div.DayPicker-Weekday > abbr |
Fri div.DayPicker-Weekdays > div.DayPicker-WeekdaysRow > div.DayPicker-Weekday > abbr |
Sat div.DayPicker-Weekdays > div.DayPicker-WeekdaysRow > div.DayPicker-Weekday > abbr |
20-23 a#hktdc-events-item--009-260001-000 > div.hktdc-events__date > div.hktdc-events__date-holder > div.hktdc-events__days |
APR a#hktdc-events-item--009-260001-000 > div.hktdc-events__date > div.hktdc-events__date-holder > div.hktdc-events__month |
Hong Kong a#hktdc-events-item--009-260001-000 > div.hktdc-events__details > div.hktdc-events__info > div.hktdc-events__info-loc |
20-23 a#hktdc-events-item--049-260001-000 > div.hktdc-events__date > div.hktdc-events__date-holder > div.hktdc-events__days |
APR a#hktdc-events-item--049-260001-000 > div.hktdc-events__date > div.hktdc-events__date-holder > div.hktdc-events__month |
Hong Kong a#hktdc-events-item--049-260001-000 > div.hktdc-events__details > div.hktdc-events__info > div.hktdc-events__info-loc |
27-30 a#hktdc-events-item--037-260001-000 > div.hktdc-events__date > div.hktdc-events__date-holder > div.hktdc-events__days |
APR a#hktdc-events-item--037-260001-000 > div.hktdc-events__date > div.hktdc-events__date-holder > div.hktdc-events__month |
Hong Kong a#hktdc-events-item--037-260001-000 > div.hktdc-events__details > div.hktdc-events__info > div.hktdc-events__info-loc |
27-30 a#hktdc-events-item--004-260001-000 > div.hktdc-events__date > div.hktdc-events__date-holder > div.hktdc-events__days |
APR a#hktdc-events-item--004-260001-000 > div.hktdc-events__date > div.hktdc-events__date-holder > div.hktdc-events__month |
Hong Kong a#hktdc-events-item--004-260001-000 > div.hktdc-events__details > div.hktdc-events__info > div.hktdc-events__info-loc |
27-30 a#hktdc-events-item--014-260001-000 > div.hktdc-events__date > div.hktdc-events__date-holder > div.hktdc-events__days |
APR a#hktdc-events-item--014-260001-000 > div.hktdc-events__date > div.hktdc-events__date-holder > div.hktdc-events__month |
Hong Kong a#hktdc-events-item--014-260001-000 > div.hktdc-events__details > div.hktdc-events__info > div.hktdc-events__info-loc |
27-29 a#hktdc-events-item--201-260001-000 > div.hktdc-events__date > div.hktdc-events__date-holder > div.hktdc-events__days |
APR a#hktdc-events-item--201-260001-000 > div.hktdc-events__date > div.hktdc-events__date-holder > div.hktdc-events__month |
Hong Kong a#hktdc-events-item--201-260001-000 > div.hktdc-events__details > div.hktdc-events__info > div.hktdc-events__info-loc |
27-30 a#hktdc-events-item--012-260001-000 > div.hktdc-events__date > div.hktdc-events__date-holder > div.hktdc-events__days |
APR a#hktdc-events-item--012-260001-000 > div.hktdc-events__date > div.hktdc-events__date-holder > div.hktdc-events__month |
Hong Kong a#hktdc-events-item--012-260001-000 > div.hktdc-events__details > div.hktdc-events__info > div.hktdc-events__info-loc |
27-30 a#hktdc-events-item--015-260001-000 > div.hktdc-events__date > div.hktdc-events__date-holder > div.hktdc-events__days |
APR a#hktdc-events-item--015-260001-000 > div.hktdc-events__date > div.hktdc-events__date-holder > div.hktdc-events__month |
Hong Kong a#hktdc-events-item--015-260001-000 > div.hktdc-events__details > div.hktdc-events__info > div.hktdc-events__info-loc |
MAY a#hktdc-events-item--804-260022-000 > div.hktdc-events__date > div.hktdc-events__date-holder > div.hktdc-events__month |
Hong Kong a#hktdc-events-item--804-260022-000 > div.hktdc-events__details > div.hktdc-events__info > div.hktdc-events__info-loc |
11-12 a#hktdc-events-item--210-260001-000 > div.hktdc-events__date > div.hktdc-events__date-holder > div.hktdc-events__days |
MAY a#hktdc-events-item--210-260001-000 > div.hktdc-events__date > div.hktdc-events__date-holder > div.hktdc-events__month |
Hong Kong a#hktdc-events-item--210-260001-000 > div.hktdc-events__details > div.hktdc-events__info > div.hktdc-events__info-loc |
11-13 a#hktdc-events-item--016-260001-000 > div.hktdc-events__date > div.hktdc-events__date-holder > div.hktdc-events__days |
MAY a#hktdc-events-item--016-260001-000 > div.hktdc-events__date > div.hktdc-events__date-holder > div.hktdc-events__month |
Hong Kong a#hktdc-events-item--016-260001-000 > div.hktdc-events__details > div.hktdc-events__info > div.hktdc-events__info-loc |
20 a#hktdc-events-item--801-260003-000 > div.hktdc-events__date > div.hktdc-events__date-holder > div.hktdc-events__days |
MAY a#hktdc-events-item--801-260003-000 > div.hktdc-events__date > div.hktdc-events__date-holder > div.hktdc-events__month |
Hong Kong a#hktdc-events-item--801-260003-000 > div.hktdc-events__details > div.hktdc-events__info > div.hktdc-events__info-loc |
21 a#hktdc-events-item--804-260020-000 > div.hktdc-events__date > div.hktdc-events__date-holder > div.hktdc-events__days |
MAY a#hktdc-events-item--804-260020-000 > div.hktdc-events__date > div.hktdc-events__date-holder > div.hktdc-events__month |
Hong Kong a#hktdc-events-item--804-260020-000 > div.hktdc-events__details > div.hktdc-events__info > div.hktdc-events__info-loc |
15-21 a#hktdc-events-item--018-260001-000 > div.hktdc-events__date > div.hktdc-events__date-holder > div.hktdc-events__days |
JUL a#hktdc-events-item--018-260001-000 > div.hktdc-events__date > div.hktdc-events__date-holder > div.hktdc-events__month |
Hong Kong a#hktdc-events-item--018-260001-000 > div.hktdc-events__details > div.hktdc-events__info > div.hktdc-events__info-loc |
15-21 a#hktdc-events-item--035-260001-000 > div.hktdc-events__date > div.hktdc-events__date-holder > div.hktdc-events__days |
JUL a#hktdc-events-item--035-260001-000 > div.hktdc-events__date > div.hktdc-events__date-holder > div.hktdc-events__month |
Hong Kong a#hktdc-events-item--035-260001-000 > div.hktdc-events__details > div.hktdc-events__info > div.hktdc-events__info-loc |
15-21 a#hktdc-events-item--044-260001-000 > div.hktdc-events__date > div.hktdc-events__date-holder > div.hktdc-events__days |
JUL a#hktdc-events-item--044-260001-000 > div.hktdc-events__date > div.hktdc-events__date-holder > div.hktdc-events__month |
Hong Kong a#hktdc-events-item--044-260001-000 > div.hktdc-events__details > div.hktdc-events__info > div.hktdc-events__info-loc |
13-17 a#hktdc-events-item--034-260001-000 > div.hktdc-events__date > div.hktdc-events__date-holder > div.hktdc-events__days |
AUG a#hktdc-events-item--034-260001-000 > div.hktdc-events__date > div.hktdc-events__date-holder > div.hktdc-events__month |
Hong Kong a#hktdc-events-item--034-260001-000 > div.hktdc-events__details > div.hktdc-events__info > div.hktdc-events__info-loc |
13-17 a#hktdc-events-item--047-260001-000 > div.hktdc-events__date > div.hktdc-events__date-holder > div.hktdc-events__days |
AUG a#hktdc-events-item--047-260001-000 > div.hktdc-events__date > div.hktdc-events__date-holder > div.hktdc-events__month |
Hong Kong a#hktdc-events-item--047-260001-000 > div.hktdc-events__details > div.hktdc-events__info > div.hktdc-events__info-loc |
13-15 a#hktdc-events-item--019-260001-000 > div.hktdc-events__date > div.hktdc-events__date-holder > div.hktdc-events__days |
AUG a#hktdc-events-item--019-260001-000 > div.hktdc-events__date > div.hktdc-events__date-holder > div.hktdc-events__month |
Hong Kong a#hktdc-events-item--019-260001-000 > div.hktdc-events__details > div.hktdc-events__info > div.hktdc-events__info-loc |
13-17 a#hktdc-events-item--022-260001-000 > div.hktdc-events__date > div.hktdc-events__date-holder > div.hktdc-events__days |
AUG a#hktdc-events-item--022-260001-000 > div.hktdc-events__date > div.hktdc-events__date-holder > div.hktdc-events__month |
Hong Kong a#hktdc-events-item--022-260001-000 > div.hktdc-events__details > div.hktdc-events__info > div.hktdc-events__info-loc |
13-15 a#hktdc-events-item--020-260001-000 > div.hktdc-events__date > div.hktdc-events__date-holder > div.hktdc-events__days |
AUG a#hktdc-events-item--020-260001-000 > div.hktdc-events__date > div.hktdc-events__date-holder > div.hktdc-events__month |
Hong Kong a#hktdc-events-item--020-260001-000 > div.hktdc-events__details > div.hktdc-events__info > div.hktdc-events__info-loc |
See more events div.hktdc-events__row > div.button-row > a.button > span |
These are opportunities to improve the legibility of your content.
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 |
|---|
div#app > div > div#launcher-logo > img div#app > div > div#launcher-logo > img |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Screen readers require list items (`<li>`) to be contained within a parent `<ul>`, `<ol>` or `<menu>` to be announced properly. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Business-friendly environment, free economy div.content-wrapper > div.adv-items > div.adv-item > li |
Robust and efficient financial ecosystem div.content-wrapper > div.adv-items > div.adv-item > li |
Proximity to the Chinese Mainland and wider Asia region div.content-wrapper > div.adv-items > div.adv-item > li |
Low and simple tax system, one of the most taxfriendly systems globally div.content-wrapper > div.adv-items > div.adv-item > li |
Free flow of information, goods, capital and people div.content-wrapper > div.adv-items > div.adv-item > li |
Robust legal and IP infrastructure, the only Chinese city practicing common law div.content-wrapper > div.adv-items > div.adv-item > li |
Rule of law and level-playing field div.content-wrapper > div.adv-items > div.adv-item > li |
World-class professional services with broad knowledge on global markets div.content-wrapper > div.adv-items > div.adv-item > li |
T-box Programme
A free 3-month support programme for SMEs to achieve their tra… div.content-wrapper > div.bottom-container > div.sub-items > li.sub-item |
SME Funding information
Information on accessing Government funding schemes th… div.content-wrapper > div.bottom-container > div.sub-items > li.sub-item |
HKStartup Society
A community platform for start-ups to connect, collaborate a… div.content-wrapper > div.bottom-container > div.sub-items > li.sub-item |
Start-up Express
A flagship entrepreneurship development programme offering ex… div.content-wrapper > div.bottom-container > div.sub-items > li.sub-item |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
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 |
|---|
More details body.homepage > div.cc-window > span#cookieconsent:desc > a.cc-link |
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 | connect.facebook.net/en_US/fbevents.js line 279, col 769 |
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.
| Link destination | Link Text |
|---|---|
| sourcing.hktdc.com/en/Categories | More |
| /en/Categories/ed5d7561e3a011ea883f06c82c63b760/Professio... | More |
| home.hktdc.com/en/success-stories | More |
| home.hktdc.com/en/mobile-apps | More |
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 |
|---|
div#app > div > div#launcher-logo > img div#app > div > div#launcher-logo > img |
hreflang links tell search engines what version of a page they should list in search results for a given language or region. Learn more about `hreflang`.
Performance issues directly impact user engagement and conversion rates.
head > link |
head > link |
head > link |
head > link |
Format your HTML in a way that enables crawlers to better understand your app’s content.
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 |
|---|
SME Support div.submenu__items > div.submenu__col > div.menuContainer > a.submenu__headlink |
div.submenu__items > div.submenu__col > div.menuContainer > a.submenu__headlink_noLink div.submenu__items > div.submenu__col > div.menuContainer > a.submenu__headlink_noLink |
Start-up Support div.submenu__items > div.submenu__col > div.menuContainer > a.submenu__headlink |
div.submenu__items > div.submenu__col > div.menuContainer > a.submenu__headlink_noLink div.submenu__items > div.submenu__col > div.menuContainer > a.submenu__headlink_noLink |
Design Gallery div.submenu__items > div.submenu__col > div.menuContainer > a.submenu__headlink |
div.submenu__items > div.submenu__col > div.menuContainer > a.submenu__headlink_noLink div.submenu__items > div.submenu__col > div.menuContainer > a.submenu__headlink_noLink |
Get Connected div.submenu__items > div.submenu__col > div.menuContainer > a.submenu__headlink |
div.submenu__items > div.submenu__col > div.menuContainer > a.submenu__headlink_noLink div.submenu__items > div.submenu__col > div.menuContainer > a.submenu__headlink_noLink |
div.submenu__items > div.submenu__col > div.menuContainer > a.submenu__headlink_noLink div.submenu__items > div.submenu__col > div.menuContainer > a.submenu__headlink_noLink |
div.submenu__items > div.submenu__col > div.menuContainer > a.submenu__headlink_noLink div.submenu__items > div.submenu__col > div.menuContainer > a.submenu__headlink_noLink |
Resources div.submenu__items > div.submenu__col > div.menuContainer > a.submenu__headlink |
div.submenu__items > div.submenu__col > div.menuContainer > a.submenu__headlink_noLink div.submenu__items > div.submenu__col > div.menuContainer > a.submenu__headlink_noLink |
HKTDC Marketplace App div.submenu__items > div.submenu__col > div.menuContainer > a.submenu__headlink |
div.submenu__items > div.submenu__col > div.menuContainer > a.submenu__headlink_noLink div.submenu__items > div.submenu__col > div.menuContainer > a.submenu__headlink_noLink |
div.submenu__items > div.submenu__col > div.menuContainer > a.submenu__headlink_noLink div.submenu__items > div.submenu__col > div.menuContainer > a.submenu__headlink_noLink |
div.submenu__items > div.submenu__col > div.menuContainer > a.submenu__headlink_noLink div.submenu__items > div.submenu__col > div.menuContainer > a.submenu__headlink_noLink |
Market Insights div.submenu__items > div.submenu__col > div.menuContainer > a.submenu__headlink |
div.submenu__items > div.submenu__col > div.menuContainer > a.submenu__headlink_noLink div.submenu__items > div.submenu__col > div.menuContainer > a.submenu__headlink_noLink |
Key Market Portals div.submenu__items > div.submenu__col > div.menuContainer > a.submenu__headlink |
div.submenu__items > div.submenu__col > div.menuContainer > a.submenu__headlink_noLink div.submenu__items > div.submenu__col > div.menuContainer > a.submenu__headlink_noLink |
HKTDC Events div.toc-menu > div.toc-menu__container > div.toc-menu__tab > a.toc-menu__link-item |
Hong Kong Advantages div.toc-menu > div.toc-menu__container > div.toc-menu__tab > a.toc-menu__link-item |
How HKTDC Can Help div.toc-menu > div.toc-menu__container > div.toc-menu__tab > a.toc-menu__link-item |
Our Success Stories div.toc-menu > div.toc-menu__container > div.toc-menu__tab > a.toc-menu__link-item |
HKTDC Events div.toc-mobile-menu > div.toc-mobile-menu__container > div.toc-mobile-menu__tab > a.toc-mobile-menu__link-item |
Hong Kong Advantages div.toc-mobile-menu > div.toc-mobile-menu__container > div.toc-mobile-menu__tab > a.toc-mobile-menu__link-item |
How HKTDC Can Help div.toc-mobile-menu > div.toc-mobile-menu__container > div.toc-mobile-menu__tab > a.toc-mobile-menu__link-item |
Our Success Stories div.toc-mobile-menu > div.toc-mobile-menu__container > div.toc-mobile-menu__tab > a.toc-mobile-menu__link-item |
SME Support div.content-wrapper > div.sitemap__row > div.sitemap__col > a.sitemap__link |
Start-up Support div.content-wrapper > div.sitemap__row > div.sitemap__col > a.sitemap__link |
Design Gallery div.content-wrapper > div.sitemap__row > div.sitemap__col > a.sitemap__link |
Get Connected div.content-wrapper > div.sitemap__row > div.sitemap__col > a.sitemap__link |
Resources div.content-wrapper > div.sitemap__row > div.sitemap__col > a.sitemap__link |
HKTDC Marketplace App div.content-wrapper > div.sitemap__row > div.sitemap__col > a.sitemap__link |
Market Insights div.content-wrapper > div.sitemap__row > div.sitemap__col > a.sitemap__link |
Key Market Portals div.content-wrapper > div.sitemap__row > div.sitemap__col > a.sitemap__link |
To appear in search results, crawlers need access to your app.
Send Feedback