Mobile 375 × 812

Desktop 1440 × 900

Score: 76 / 100
Based on 8 categories, 0 sections
Fast site — your users get a smooth experience.
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.
Good server performance with room for optimization.
Mostly compliant — a few items need attention.
Rich content metadata — your pages look great everywhere.
Reasonable footprint with room for optimization.
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.
No <main> landmark found
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
Soft 404: server returns HTTP 200 for non-existent pages
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/4e01ae50-c398-4853-a696-b222948f8ba5)<a href="https://beavercheck.com/results/4e01ae50-c398-4853-a696-b222948f8ba5"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Ftriplinkintl.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Ftriplinkintl.comThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. 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 ~26%.
Page takes 10.0s to load
+12% bounceUsers abandon at ~3s — you're 7.5s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
High main-thread blocking time
+2% bouncePage is non-interactive for 233ms after first paint
Fix: Defer third-party scripts and split large bundles
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
Layout shifts during page load
+3% bounceContent movement causes mis-clicks on CTAs and form fields
Fix: Add width/height to images; reserve space for late-loading embeds
Content is hard to read
+2% bounceGraduate-level reading difficulty — limits the addressable audience for product or blog pages
Fix: Shorten sentences; replace jargon with plain language; target Flesch ease ≥60
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.
SGD 405 investment → SGD 7,171/month returns + SGD 1,000,000 risk avoided
SGD 405
4h · 5 findings
SGD 7,171 /mo
~SGD 86,050 / year
SGD 1,000,000
if kept compliant
SGD 135 — 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.
4.5 developer hours at S$90/hr
Based on Singapore rates (S$90/hr)
Start here for the best return on investment
SGD 83,334 / month at risk
~SGD 1,000,003 / year if left unfixed
SGD 1,000,000
SGD 0.27 /mo
2499.4 MB/mo × 0.108 SGD/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.77 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
10.00 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
233 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.155
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
5.61 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.
10.03 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.
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.
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 |
|---|---|---|
| /locale/v3/100031248/en-US.js?etagc=17a63344b256aefaffe72... | 10.6 KiB | 910 ms |
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 |
|---|---|---|
| dimg04.tripcdn.com/images/1vf4v12000n6i0oi41A13.webp | 1612322.0 s | 23.3 KiB |
| dimg04.tripcdn.com/images/1vf1912000n85sazeE518.svg | 1612321.0 s | 15.3 KiB |
| dimg04.tripcdn.com/images/1vf5h12000n85slnuD8D7.svg | 2362489.0 s | 2.5 KiB |
| dimg04.tripcdn.com/images/1vf2712000n6i15ykF27E.webp | 1301208.0 s | 2.4 KiB |
| dimg04.tripcdn.com/images/1vf4512000nplra28D759.svg | 2310362.0 s | 2.0 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| triplinkintl.com/ | 1.5 s |
| www.triplinkintl.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 |
|---|---|
Global Leading Industry Solutions, bringing a brand new payment experience just… div#__next > div > div.floor-hash__wrapper > section.tl-card-type__wrap | 0.136 |
Global Leading Industry Solutions, bringing a brand new payment experience just… div#__next > div > div.floor-hash__wrapper > section.tl-card-type__wrap | 0.019 |
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 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 |
|---|---|---|
| /ares/NFES/100031248/1762236779672/_next/static/chunks/co... | 206.8 KiB | 180.9 KiB |
| /ares/NFES/100031248/1762236779672/_next/static/chunks/nf... | 60.5 KiB | 32.9 KiB |
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 |
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 | |
|---|---|
Our Awards 2x2 div.floor-hash__wrapper > section.tl-honor__wrap > picture > img.wow | dimg04.tripcdn.com/images/1vf0m12000f6g5uuqB97C.webp |
TripLik cards div.floor-hash__wrapper > section.tl-home-bannerv2__wrap > picture > img.wow | dimg04.tripcdn.com/images/1vf6112000ndkw4qq181C.webp |
TripLink card Global section.tl-card-type__wrap > div.tl-card-type__content > picture > img.wow | dimg04.tripcdn.com/images/1vf4v12000n6i0oi41A13.webp |
TripLink office div.floor-hash__wrapper > section.tl-business__wrap > picture > img.wow | dimg04.tripcdn.com/images/1vf1p12000nscipj6D108.webp |
TripLink Partners section.tl-home-bannerv2__wrap > div.tl-home-bannerv2__content > picture > img.wow | dimg04.tripcdn.com/images/1vf1p12000n6i148e3A8E.webp |
Employee Expense div.tl-card-type__content > div.wow > picture > img.tl-card-type__card__img | dimg04.tripcdn.com/images/1vf2712000n6i15ykF27E.webp |
Travel div.tl-card-type__content > div.wow > picture > img.tl-card-type__card__img | dimg04.tripcdn.com/images/1vf1e12000n6i1cuy6A64.webp |
Study Abroad div.tl-card-type__content > div.wow > picture > img.tl-card-type__card__img | dimg04.tripcdn.com/images/1vf1n12000n6i0w9pBE45.webp |
Amazon Ads div.tl-card-type__content > div.wow > picture > img.tl-card-type__card__img | dimg04.tripcdn.com/images/1vf4e12000n6i0p4bD6DE.webp |
TripLink light logo section.tl-footer__floor > div.tl-footer__item > picture > img.tl-footer__logo | dimg04.tripcdn.com/images/1vf0o12000djyrrtw8FA1.webp |
by Trip.com div.tl-header__wrapper > div.tl-header__content > a.tl-header__logo-wrapper > img.tl-header__logo-suffix | dimg04.tripcdn.com/images/1vf5h12000n85slnuD8D7.svg |
LinkedIn ul > li.tl-footer__desc-content > a.tl-footer__desc-icon > img | dimg04.tripcdn.com/images/1vf5z12000ndi3qrjCA45.svg |
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 an element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn how to make command elements more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.cookie-banner-container > section.cookie-banner-words > div.cookie-banner-title > span.cookie-banner-expand div.cookie-banner-container > section.cookie-banner-words > div.cookie-banner-title > span.cookie-banner-expand |
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 |
|---|
Sign In div.tl-header__wrapper > div.tl-header__content > div.tl-header__right > a.tl-login-btn |
Global div.Dropdown-control > div.Dropdown-placeholder > div.siteAndLocale_item__R4JHA > span.siteAndLocale_text___w2yb |
English div.Dropdown-control > div.Dropdown-placeholder > div.siteAndLocale_item__R4JHA > span.siteAndLocale_text___w2yb |
Links div.floor-hash__wrapper > section.tl-footer__floor > div.tl-footer__item > h2.tl-footer__desc-title |
Home div.tl-footer__item > ul > li.tl-footer__desc-content > a |
Products div.tl-footer__item > ul > li.tl-footer__desc-content > a |
Solutions div.tl-footer__item > ul > li.tl-footer__desc-content > a |
About Us div.floor-hash__wrapper > section.tl-footer__floor > div.tl-footer__item > h2.tl-footer__desc-title |
About Us div.tl-footer__item > ul > li.tl-footer__desc-content > a |
Our Honour div.tl-footer__item > ul > li.tl-footer__desc-content > a |
Privacy Policy div.tl-footer__item > ul > li.tl-footer__desc-content > a |
Developers div.floor-hash__wrapper > section.tl-footer__floor > div.tl-footer__item > h2.tl-footer__desc-title |
API div.tl-footer__item > ul > li.tl-footer__desc-content > a |
SDK div.tl-footer__item > ul > li.tl-footer__desc-content > a |
Contact us div.floor-hash__wrapper > section.tl-footer__floor > div.tl-footer__item > h2.tl-footer__desc-title |
E-mail: div.tl-footer__item > ul > li.tl-footer__desc-content > span |
contact@triplinkintl.com div.tl-footer__item > ul > li.tl-footer__desc-content > span |
Questions Feedback: div.tl-footer__item > ul > li.tl-footer__desc-content > span |
triplinkceo@triplinkintl.com div.tl-footer__item > ul > li.tl-footer__desc-content > span |
Shanghai: div.tl-footer__item > ul > li.tl-footer__desc-content > span |
+86-21-34064880 div.tl-footer__item > ul > li.tl-footer__desc-content > span |
Hong Kong: div.tl-footer__item > ul > li.tl-footer__desc-content > span |
+852 58075570 div.tl-footer__item > ul > li.tl-footer__desc-content > span |
These are opportunities to improve the legibility of your content.
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 |
|---|
Products div.tl-footer__item > ul > li.tl-footer__desc-content > a |
Solutions div.tl-footer__item > ul > li.tl-footer__desc-content > a |
About Us div.tl-footer__item > ul > li.tl-footer__desc-content > a |
Our Honour div.tl-footer__item > ul > li.tl-footer__desc-content > a |
Privacy Policy div.tl-footer__item > ul > li.tl-footer__desc-content > a |
API div.tl-footer__item > ul > li.tl-footer__desc-content > a |
SDK div.tl-footer__item > ul > li.tl-footer__desc-content > a |
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These items highlight common accessibility best practices.
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
1.84 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.99 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
0 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.005
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.50 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.
2.99 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.
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.
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.
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 |
|---|---|---|
| dimg04.tripcdn.com/images/1vf1p12000nscipj6D108.webp | 1073550.0 s | 81.9 KiB |
| dimg04.tripcdn.com/images/1vf3j12000ndkvycvB517.webp | 1978242.0 s | 32.6 KiB |
| dimg04.tripcdn.com/images/1vf3w12000qf0e93q41B5.webp | 1710743.0 s | 9.6 KiB |
| dimg04.tripcdn.com/images/1vf1p12000n6i148e3A8E.webp | 1001719.0 s | 3.6 KiB |
| dimg04.tripcdn.com/images/1vf1e12000n6i1cuy6A64.webp | 1001720.0 s | 2.5 KiB |
| dimg04.tripcdn.com/images/1vf1n12000n6i0w9pBE45.webp | 2578741.0 s | 2.3 KiB |
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 |
|---|---|---|
| /locale/v3/100031248/en-US.js?etagc=17a63344b256aefaffe72... | 10.6 KiB | 217 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 |
|---|---|
| triplinkintl.com/ | 1.1 s |
| www.triplinkintl.com/ | 0.0 ms |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
Reduce unused 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 |
|---|---|---|
| /ares/NFES/100031248/1762236779672/_next/static/chunks/co... | 206.8 KiB | 180.9 KiB |
| /ares/NFES/100031248/1762236779672/_next/static/chunks/nf... | 60.5 KiB | 32.9 KiB |
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 |
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 | |
|---|---|
Our Awards 4x1 div.floor-hash__wrapper > section.tl-honor__wrap > picture > img.wow | dimg04.tripcdn.com/images/1vf1c12000f6fadmu7EBA.webp |
TripLink card Global section.tl-card-type__wrap > div.tl-card-type__content > picture > img.wow | dimg04.tripcdn.com/images/1vf4v12000n6i0oi41A13.webp |
TripLink office div.floor-hash__wrapper > section.tl-business__wrap > picture > img.wow | dimg04.tripcdn.com/images/1vf1p12000nscipj6D108.webp |
TripLink VISA Card section.tl-home-bannerv2__wrap > div.tl-home-bannerv2__bg > picture > img.wow | dimg04.tripcdn.com/images/1vf3w12000qf0e93q41B5.webp |
TripLink MasterCard Card section.tl-home-bannerv2__wrap > div.tl-home-bannerv2__bg > picture > img.wow | dimg04.tripcdn.com/images/1vf5l12000ndkwlpa6E36.webp |
TripLink Partners section.tl-home-bannerv2__wrap > div.tl-home-bannerv2__content > picture > img.wow | dimg04.tripcdn.com/images/1vf1p12000n6i148e3A8E.webp |
TripLink light logo section.tl-footer__floor > div.tl-footer__item > picture > img.tl-footer__logo | dimg04.tripcdn.com/images/1vf0o12000djyrrtw8FA1.webp |
Employee Expense div.tl-card-type__content > div.wow > picture > img.tl-card-type__card__img | dimg04.tripcdn.com/images/1vf2712000n6i15ykF27E.webp |
Travel div.tl-card-type__content > div.wow > picture > img.tl-card-type__card__img | dimg04.tripcdn.com/images/1vf1e12000n6i1cuy6A64.webp |
Study Abroad div.tl-card-type__content > div.wow > picture > img.tl-card-type__card__img | dimg04.tripcdn.com/images/1vf1n12000n6i0w9pBE45.webp |
Amazon Ads div.tl-card-type__content > div.wow > picture > img.tl-card-type__card__img | dimg04.tripcdn.com/images/1vf4e12000n6i0p4bD6DE.webp |
by Trip.com div.tl-header__wrapper > div.tl-header__content > a.tl-header__logo-wrapper > img.tl-header__logo-suffix | dimg04.tripcdn.com/images/1vf5h12000n85slnuD8D7.svg |
LinkedIn ul > li.tl-footer__desc-content > a.tl-footer__desc-icon > img | dimg04.tripcdn.com/images/1vf5z12000ndi3qrjCA45.svg |
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 an element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn how to make command elements more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.cookie-banner-container > section.cookie-banner-words > div.cookie-banner-title > span.cookie-banner-expand div.cookie-banner-container > section.cookie-banner-words > div.cookie-banner-title > span.cookie-banner-expand |
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 |
|---|
Home div.tl-nav__wrapper > ul.tl-nav__content > li.tl-nav__item > a.tl-nav__item-content |
Sign In div.tl-header__wrapper > div.tl-header__content > div.tl-header__right > a.tl-login-btn |
Global div.Dropdown-control > div.Dropdown-placeholder > div.siteAndLocale_item__R4JHA > span.siteAndLocale_text___w2yb |
English div.Dropdown-control > div.Dropdown-placeholder > div.siteAndLocale_item__R4JHA > span.siteAndLocale_text___w2yb |
Links div.floor-hash__wrapper > section.tl-footer__floor > div.tl-footer__item > h2.tl-footer__desc-title |
Home div.tl-footer__item > ul > li.tl-footer__desc-content > a |
Products div.tl-footer__item > ul > li.tl-footer__desc-content > a |
Solutions div.tl-footer__item > ul > li.tl-footer__desc-content > a |
About Us div.floor-hash__wrapper > section.tl-footer__floor > div.tl-footer__item > h2.tl-footer__desc-title |
About Us div.tl-footer__item > ul > li.tl-footer__desc-content > a |
Our Honour div.tl-footer__item > ul > li.tl-footer__desc-content > a |
Privacy Policy div.tl-footer__item > ul > li.tl-footer__desc-content > a |
Developers div.floor-hash__wrapper > section.tl-footer__floor > div.tl-footer__item > h2.tl-footer__desc-title |
API div.tl-footer__item > ul > li.tl-footer__desc-content > a |
SDK div.tl-footer__item > ul > li.tl-footer__desc-content > a |
Contact us div.floor-hash__wrapper > section.tl-footer__floor > div.tl-footer__item > h2.tl-footer__desc-title |
E-mail: div.tl-footer__item > ul > li.tl-footer__desc-content > span |
contact@triplinkintl.com div.tl-footer__item > ul > li.tl-footer__desc-content > span |
Questions Feedback: div.tl-footer__item > ul > li.tl-footer__desc-content > span |
triplinkceo@triplinkintl.com div.tl-footer__item > ul > li.tl-footer__desc-content > span |
Shanghai: div.tl-footer__item > ul > li.tl-footer__desc-content > span |
+86-21-34064880 div.tl-footer__item > ul > li.tl-footer__desc-content > span |
Hong Kong: div.tl-footer__item > ul > li.tl-footer__desc-content > span |
+852 58075570 div.tl-footer__item > ul > li.tl-footer__desc-content > span |
These are opportunities to improve the legibility of your content.
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These items highlight common accessibility best practices.
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.
Send Feedback