Mobile 375 × 812

Desktop 1440 × 900

Score: 75 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Good foundation, but a few gaps could be exploited.
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.
Good content signals with minor gaps.
Heavier than average — reducing page weight saves energy and bandwidth.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Page weighs 41.3 MB (40.6 MB transferred)
Performance issues directly impact user engagement and conversion rates.
6 image-only link(s) without alt text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
114 HTTP requests — consider bundling or reducing
Performance issues directly impact user engagement and conversion rates.
Cross-Origin-Embedder-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
Cross-Origin-Opener-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/45fad812-23a1-458b-ab35-8f2c92b3a997)<a href="https://beavercheck.com/results/45fad812-23a1-458b-ab35-8f2c92b3a997"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fhku.hk" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fhku.hkThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Your LCP of 84.4s exceeds Google's 2.5s 'Good' threshold and the 2 performance issues below directly contribute to it. Addressing the critical issues below would have the most immediate impact on your conversion rate.
8 barrier(s) likely increasing bounce by ~33%.
Page takes 84.4s to load
+12% bounceUsers abandon at ~3s — you're 81.9s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 872ms
+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 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, …)
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
12 broken link(s) on the page
+5% bounceClicks land on 404s — trust drops and the session often ends
Fix: Fix or remove the broken destinations surfaced on the Content tab
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
HKD 3,575 investment → HKD 80/month returns
HKD 3,575
6h · 5 findings
HKD 80 /mo
~HKD 958 / year
No applicable regulations in this jurisdiction
HKD 550 — 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.
6.5 developer hours at HK$550/hr
Based on Hong Kong rates (HK$550/hr)
Start here for the best return on investment
HKD 80 / month at risk
~HKD 958 / year if left unfixed
HKD 80 /mo
127675.5 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 2 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
5.42 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
84.40 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
872 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.266
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
15.57 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.
84.42 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
Performance issues directly impact user engagement and conversion rates.
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.slider__item > a > div.placeholder > img.placeholder__item div.slider__item > a > div.placeholder > img.placeholder__item | hku.hk/f/frontpage/29052/3840c2160/260119_THE_Subject_Ranking_2026-07.jpg | 4.5 MiB | 4.5 MiB |
div.slider__item > a > div.placeholder > img.placeholder__item div.slider__item > a > div.placeholder > img.placeholder__item | hku.hk/f/frontpage/29052/3840c2160/260119_THE_Subject_Ranking_2026-08.jpg | 4.1 MiB | 4.1 MiB |
div.slider__item > a > div.placeholder > img.placeholder__item div.slider__item > a > div.placeholder > img.placeholder__item | hku.hk/f/frontpage/29052/3840c2160/SGP%20Inaugural%20Week%201.png | 4.1 MiB | 4.0 MiB |
Building conservation careers while saving historical sites div.caphoto__item > a.caphoto__img-w > div.caphoto__img-c > img.caphoto__img | /f/photo/29049/864p0/TeachingAndLearning2_Training Guardi... | 1.8 MiB | 1.8 MiB |
30th Hong Kong Medical Forum div.slick-track > a.flippy__inner > div.flippy__img-w > img.flippy__poster | hku.hk/f/poster/28940/527p0/30thHKMF1000x1382@1054.png | 1.4 MiB | 1.4 MiB |
Restoring health and quality of life through safe swallowing innovations div.caphoto__item > a.caphoto__img-w > div.caphoto__img-c > img.caphoto__img | /f/photo/29009/864p0/KnowledgeExchange3_Safe to Swallow_h... | 1.4 MiB | 1.3 MiB |
Events div.flippy > a.flippy__inner > div.flippy__img-w > img.placeholder__item | hku.hk/f/flipboard/21473/1054c690/flipboard-events.jpg | 1.3 MiB | 1.2 MiB |
Careers div.flippy > a.flippy__inner > div.flippy__img-w > img.placeholder__item | hku.hk/f/flipboard/21501/1054c690/career.JPG | 1023.0 KiB | 1012.3 KiB |
div.slider__item > a > div.placeholder > img.placeholder__item div.slider__item > a > div.placeholder > img.placeholder__item | hku.hk/f/frontpage/29052/3840c2160/260318_Website_3_Banner_CurrentV_3_EN.jpg | 1.0 MiB | 1005.3 KiB |
Libraries div.flippy > a.flippy__inner > div.flippy__img-w > img.placeholder__item | hku.hk/f/flipboard/21472/1054c690/flipboard-libraries.jpg | 995.8 KiB | 985.1 KiB |
Giving to HKU div.flippy > a.flippy__inner > div.flippy__img-w > img.placeholder__item | hku.hk/f/flipboard/7633/1054c690/GivingtoHKU2022_updated.PNG | 938.4 KiB | 927.7 KiB |
Prospective Students div.flippy > a.flippy__inner > div.flippy__img-w > img.placeholder__item | hku.hk/f/flipboard/21471/1054c690/ProspectiveStudents.JPG | 926.9 KiB | 916.2 KiB |
div.section-adm__pic > div.section-adm__img-w > div.placeholder > img.placeholder__item div.section-adm__pic > div.section-adm__img-w > div.placeholder > img.placeholder__item | hku.hk/f/frontpage/29052/1648c1112/221018_AdmissionOnHKUHomeBanner_4.jpeg | 862.6 KiB | 815.0 KiB |
Publications div.flippy > a.flippy__inner > div.flippy__img-w > img.placeholder__item | hku.hk/f/flipboard/21483/1054c690/PubDec2025.png | 813.5 KiB | 802.8 KiB |
News Centre div.flippy > a.flippy__inner > div.flippy__img-w > img.placeholder__item | hku.hk/f/flipboard/7740/1054c690/IMG_5829a.jpg | 789.4 KiB | 778.7 KiB |
Current Students div.flippy > a.flippy__inner > div.flippy__img-w > img.placeholder__item | hku.hk/f/flipboard/21470/1054c690/currentstudent.JPG | 784.3 KiB | 773.6 KiB |
HKU Summer Institute Summer Programmes 2026 Application opens now div.slick-track > a.flippy__inner > div.flippy__img-w > img.flippy__poster | hku.hk/f/poster/28842/527p0/HKUbannerRoll@1054.jpg | 695.7 KiB | 673.1 KiB |
HKU in the Media div.flippy > a.flippy__inner > div.flippy__img-w > img.placeholder__item | hku.hk/f/flipboard/21504/1054c690/flipboard-hkuinthemedia.jpg | 644.3 KiB | 633.6 KiB |
Teaching & Learning div.flippy > a.flippy__inner > div.flippy__img-w > img.placeholder__item | hku.hk/f/flipboard/7738/1054c690/tnl2024.jpg | 634.6 KiB | 623.9 KiB |
Publicity on hku.hk div.flippy > a.flippy__inner > div.flippy__img-w > img.placeholder__item | hku.hk/f/flipboard/10567/1054c690/publicity.jpg | 598.6 KiB | 588.0 KiB |
Could AI one day develop a mind? HKU professor examines the philosophical impli… div.caphoto__item > a.caphoto__img-w > div.caphoto__img-c > img.caphoto__img | hku.hk/f/photo/29010/864p0/Research5_Does%20AI%20Have%20a%20Mind@1728.jpg | 498.9 KiB | 450.4 KiB |
div.slider__item > a > div.placeholder > img.placeholder__item div.slider__item > a > div.placeholder > img.placeholder__item | hku.hk/f/frontpage/29052/3840c2160/QS-Asia-University-Ranking-2026.jpg | 483.3 KiB | 435.7 KiB |
Decentralising data collection for safer machine learning div.caphoto__item > a.caphoto__img-w > div.caphoto__img-c > img.caphoto__img | hku.hk/f/photo/29050/864p0/CoverStory4_A-Better-Way-to-Share@1728.jpg | 479.0 KiB | 430.5 KiB |
Multimedia div.flippy > a.flippy__inner > div.flippy__img-w > img.placeholder__item | hku.hk/f/flipboard/7916/1054c690/flipboard-multimedia.jpg | 385.5 KiB | 374.8 KiB |
Master of Arts in the field of Hong Kong Cultural Studies div.slick-track > a.flippy__inner > div.flippy__img-w > img.flippy__poster | hku.hk/f/poster/28943/527p0/mahkcs-in-hku-website-1000x1382@1054.jpg | 393.6 KiB | 371.1 KiB |
Research div.flippy > a.flippy__inner > div.flippy__img-w > img.placeholder__item | hku.hk/f/flipboard/7739/1054c690/Research_2x_1054x694.jpg | 300.1 KiB | 289.4 KiB |
div.slider__item > a > div.placeholder > img.placeholder__item div.slider__item > a > div.placeholder > img.placeholder__item | hku.hk/f/frontpage/29052/3840c2160/251104_HKU-Highly-Cited-Research_banner.jpg | 333.7 KiB | 286.7 KiB |
U-Vision Online ul > li#banner_06 > a > img | hku.hk/f/banner/331/258c90/uv_banner_350x123.gif | 207.0 KiB | 129.0 KiB |
U-Vision Online ul > li#banner_06 > a > img | hku.hk/f/banner/331/258c90/uv_banner_350x123@750.gif | 207.0 KiB | 129.0 KiB |
30th Hong Kong Medical Forum ul > li#banner_03 > a > img | hku.hk/f/banner/28939/258c90/30th%20HKMF_W350xH123@750.png | 84.4 KiB | 78.6 KiB |
HKU Summer Institute Summer Programmes 2026 Application opens now ul > li#banner_05 > a > img | hku.hk/f/banner/28843/258c90/HKUsmallBanner@750.jpg | 59.4 KiB | 53.7 KiB |
DeepTech100 cohort 7 ul > li#banner_04 > a > img | /f/banner/29062/258c90/For HKU Web banner 350 x 123 px@75... | 58.6 KiB | 52.8 KiB |
30th Hong Kong Medical Forum ul > li#banner_03 > a > img | hku.hk/f/banner/28939/258c90/30th%20HKMF_W350xH123.png | 43.8 KiB | 40.0 KiB |
HKU Summer Institute Summer Programmes 2026 Application opens now ul > li#banner_05 > a > img | hku.hk/f/banner/28843/258c90/HKUsmallBanner.jpg | 40.0 KiB | 36.2 KiB |
HKUSPACE ul > li#banner_01 > a > img | hku.hk/f/banner/14717/258c90/bannerSPACE@750.jpg | 38.3 KiB | 32.6 KiB |
DeepTech100 cohort 7 ul > li#banner_04 > a > img | hku.hk/f/banner/29062/258c90/For%20HKU%20Web%20banner%20350%20x%20123%20px.png | 36.1 KiB | 32.3 KiB |
Best .hk Website Awards 2016 div.page-foot__right > div.foot-award > a.foot-award__item > img.foot-award__logo | hku.hk/assets/img/besthk-logo-2016.png?t=20170511 | 34.5 KiB | 31.0 KiB |
HKU CEDARS - Centre of Development and Resources for Students ul > li#banner_02 > a > img | hku.hk/f/banner/27503/258c90/Untitled%20design.jpg | 22.8 KiB | 19.0 KiB |
HKUSPACE ul > li#banner_01 > a > img | hku.hk/f/banner/14717/258c90/bannerSPACE.jpg | 21.2 KiB | 17.4 KiB |
University Standard of Excellence in the WebAward 2014 div.page-foot__right > div.foot-award > a.foot-award__item > img.foot-award__logo | hku.hk/assets/img/2014_Standard_Winner.png?t=20160921 | 16.0 KiB | 14.1 KiB |
Master of Arts in the field of Hong Kong Cultural Studies ul > li#banner_04 > a > img | hku.hk/f/banner/28942/258c90/mahkcs-hku-banner-350x123px@750.gif | 25.7 KiB | 4.7 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.
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
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 |
|---|---|---|
| hku.hk/assets/css/index.css?t=20230414 | 320.3 KiB | 3.1 s |
| hku.hk/assets/js/high-contrast.js?t=20230414 | 1.9 KiB | 1.2 s |
| hku.hk/assets/js/device.min.js?t=20230414 | 3.9 KiB | 1.2 s |
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.
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.
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 |
|---|---|
Teaching & Learning
News Centre
Previous
Next
HKU in the Media
Prospective Stud… div.content-container > main.page-content > div#main > div.flipboard | 0.265 |
Teaching & Learning
News Centre
Previous
Next
HKU in the Media
Prospective Stud… div.content-container > main.page-content > div#main > div.flipboard | 0.001 |
中
Toggle menu panel div.page-head > div.container-wide > div.page-head__inner > div.page-head__inner-right | 0.000 |
中
Toggle menu panel div.page-head > div.container-wide > div.page-head__inner > div.page-head__inner-right | 0.000 |
中
Toggle menu panel div.page-head > div.container-wide > div.page-head__inner > div.page-head__inner-right | 0.000 |
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| hku.hk/assets/js/slide/banner.js?t=20230414 | 17.5 KiB | 7.3 KiB |
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 |
|---|---|---|
| hku.hk/assets/css/index.css?t=20230414 | 319.7 KiB | 258.7 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 |
|---|---|---|
| hku.hk/assets/js/index.js?t=20230414 | 354.7 KiB | 171.8 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-M9F2TJ6 | 135.0 KiB | 68.8 KiB |
| www.googletagmanager.com/gtag/js?id=G-ZHLLDTLTMG&cx=c>m=4e64h1 | 157.3 KiB | 65.9 KiB |
| script.hotjar.com/modules.6a0f3932cb1341a35c18.js | 56.1 KiB | 37.7 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 |
|---|---|---|---|
| hku.hk/ | 4.5 s | 17 ms | 5.5 ms |
| hku.hk/assets/js/index.js?t=20230414 | 2.2 s | 1.1 s | 30 ms |
| Unattributable | 1.8 s | 71 ms | 0.0 ms |
| www.googletagmanager.com/gtm.js?id=GTM-M9F2TJ6 | 233 ms | 170 ms | 49 ms |
| www.googletagmanager.com/gtag/js?id=G-ZHLLDTLTMG&cx=c>m=4e64h1 | 172 ms | 128 ms | 41 ms |
| script.hotjar.com/modules.6a0f3932cb1341a35c18.js | 152 ms | 125 ms | 21 ms |
| hku.hk/assets/js/slide/banner.js?t=20230414 | 140 ms | 104 ms | 2.2 ms |
| hku.hk/assets/js/main.min.js?t=20230414 | 115 ms | 56 ms | 4.2 ms |
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Other | 4.1 s |
| Style & Layout | 1.9 s |
| Script Evaluation | 1.8 s |
| Rendering | 1.2 s |
| Parse HTML & CSS | 303 ms |
| Script Parsing & Compilation | 170 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 | |
|---|---|
HKUSPACE ul > li#banner_01 > a > img | hku.hk/f/banner/14717/258c90/bannerSPACE@750.jpg |
HKU CEDARS - Centre of Development and Resources for Students ul > li#banner_02 > a > img | hku.hk/f/banner/27503/258c90/Untitled%20design@750.jpg |
30th Hong Kong Medical Forum ul > li#banner_03 > a > img | hku.hk/f/banner/28939/258c90/30th%20HKMF_W350xH123@750.png |
Master of Arts in the field of Hong Kong Cultural Studies ul > li#banner_04 > a > img | hku.hk/f/banner/28942/258c90/mahkcs-hku-banner-350x123px@750.gif |
HKU Summer Institute Summer Programmes 2026 Application opens now ul > li#banner_05 > a > img | hku.hk/f/banner/28843/258c90/HKUsmallBanner@750.jpg |
U-Vision Online ul > li#banner_06 > a > img | hku.hk/f/banner/331/258c90/uv_banner_350x123@750.gif |
Best .hk Website Awards 2016 div.page-foot__right > div.foot-award > a.foot-award__item > img.foot-award__logo | hku.hk/assets/img/besthk-logo-2016.png?t=20170511 |
Triple Gold Award of the Web Accessibility Recognition Scheme 2022/23 div.page-foot__right > div.foot-award > a.foot-award__item > img.foot-award__logo | hku.hk/assets/img/WARS-Triple-Gold-hku-color.png?t=20230901 |
University Standard of Excellence in the WebAward 2014 div.page-foot__right > div.foot-award > a.foot-award__item > img.foot-award__logo | hku.hk/assets/img/2014_Standard_Winner.png?t=20160921 |
The 27th Annual Communicator Awards of Distinction div.page-foot__right > div.foot-award > a.foot-award__item > img.foot-award__logo | hku.hk/assets/img/cad-27th.png?t=20210628 |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Each ARIA `role` supports a specific subset of `aria-*` attributes. Mismatching these invalidates the `aria-*` attributes. Learn how to match ARIA attributes to their roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
2 div.section-hero__slider > div.slick-dots-container > ul.slick-dots > li#slick-slide01 |
2 div.caphoto__slider > div.slick-dots-container > ul.slick-dots > li#slick-slide11 |
1 div.flipboard__slider > div.slick-dots-container > ul.slick-dots > li#slick-slide20 |
Assistive technologies, like screen readers, can't interpret ARIA attributes with invalid values. Learn more about valid values for ARIA attributes.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
1 div.flipboard__slider > div.slick-dots-container > ul.slick-dots > li#slick-slide20 |
Focusable descendents within an `[aria-hidden="true"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. Learn how `aria-hidden` affects focusable elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
1 div.section-hero__slider > div.slick-dots-container > ul.slick-dots > li#slick-slide00 |
3 div.section-hero__slider > div.slick-dots-container > ul.slick-dots > li#slick-slide02 |
4 div.section-hero__slider > div.slick-dots-container > ul.slick-dots > li#slick-slide03 |
5 div.section-hero__slider > div.slick-dots-container > ul.slick-dots > li#slick-slide04 |
6 div.section-hero__slider > div.slick-dots-container > ul.slick-dots > li#slick-slide05 |
1 div.caphoto__slider > div.slick-dots-container > ul.slick-dots > li#slick-slide10 |
3 div.caphoto__slider > div.slick-dots-container > ul.slick-dots > li#slick-slide12 |
4 div.caphoto__slider > div.slick-dots-container > ul.slick-dots > li#slick-slide13 |
2 div.flipboard__slider > div.slick-dots-container > ul.slick-dots > li#slick-slide21 |
3 div.flipboard__slider > div.slick-dots-container > ul.slick-dots > li#slick-slide22 |
When an input field doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn more about input field labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.section-hero__cont > div.section-hero__slider > div.slick-list > div.slick-track div.section-hero__cont > div.section-hero__slider > div.slick-list > div.slick-track |
A Better Way To Share
Decentralising data collection for safer machine learning… div.caphoto__cont > div.caphoto__slider > div.slick-list > div.slick-track |
Teaching & Learning
News Centre
Previous
Next
HKU in the Media
Prospective Stud… div.container-wide > div.flipboard__slider > div.slick-list > div.slick-track |
Master of Arts in the field of Hong Kong Cultural Studies div.flippy > div.slider--poster > div.slick-list > div.slick-track |
When a toggle field doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn more about toggle fields.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.section-hero__slider > div.slick-list > div.slick-track > div.slider__item div.section-hero__slider > div.slick-list > div.slick-track > div.slider__item |
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 |
|---|
Facebook div.page-foot__left > ul.page-foot__list > li.page-foot__item > a.page-foot__link |
HKU IOS App div.page-foot__left > ul.page-foot__list > li.page-foot__item > a.page-foot__link |
HKU Android App div.page-foot__left > ul.page-foot__list > li.page-foot__item > a.page-foot__link |
Social Media and Apps div.page-foot__left > ul.page-foot__list > li.page-foot__item > a.page-foot__link |
Careers div.page-foot__left > ul.page-foot__list > li.page-foot__item > a.page-foot__link |
High Contrast div.page-foot__left > ul.page-foot__list > li.page-foot__item > a#switch-contrast-1 |
Maps & Facilities div.page-foot__left > ul.page-foot__list > li.page-foot__item > a.page-foot__link |
Web Policies & Guidelines div.page-foot__left > ul.page-foot__list > li.page-foot__item > a.page-foot__link |
Contact Us div.page-foot__left > ul.page-foot__list > li.page-foot__item > a.page-foot__link |
Site Map div.page-foot__left > ul.page-foot__list > li.page-foot__item > a.page-foot__link |
Privacy div.page-foot__left > ul.page-foot__list > li.page-foot__item > a.page-foot__link |
Web Accessibility Statement div.page-foot__left > ul.page-foot__list > li.page-foot__item > a.page-foot__link |
Copyright © 2026 The University of Hong Kong. All Rights Reserved. div.container-wide > div.page-foot__inner > div.page-foot__right > p.foot-copyright |
These are opportunities to improve the legibility of your content.
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
1
2
3
4
5
6 div.section-hero__cont > div.section-hero__slider > div.slick-dots-container > ul.slick-dots |
1
2
3
4 div.caphoto__cont > div.caphoto__slider > div.slick-dots-container > ul.slick-dots |
1
2
3 div.container-wide > div.flipboard__slider > div.slick-dots-container > ul.slick-dots |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
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.
2.61 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
6.24 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
24 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.031
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
4.84 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.
7.14 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.
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.slider__item > a > div.placeholder > img.placeholder__item div.slider__item > a > div.placeholder > img.placeholder__item | hku.hk/f/frontpage/29052/1920c1080/260119_THE_Subject_Ranking_2026-07.jpg | 1.4 MiB | 1.2 MiB |
div.slider__item > a > div.placeholder > img.placeholder__item div.slider__item > a > div.placeholder > img.placeholder__item | hku.hk/f/frontpage/29052/1920c1080/SGP%20Inaugural%20Week%201.png | 1.4 MiB | 1.2 MiB |
div.slider__item > a > div.placeholder > img.placeholder__item div.slider__item > a > div.placeholder > img.placeholder__item | hku.hk/f/frontpage/29052/1920c1080/260119_THE_Subject_Ranking_2026-08.jpg | 1.3 MiB | 1.1 MiB |
div.slider__item > a > div.placeholder > img.placeholder__item div.slider__item > a > div.placeholder > img.placeholder__item | hku.hk/f/frontpage/29052/1920c1080/260318_Website_3_Banner_CurrentV_3_EN.jpg | 1.0 MiB | 886.0 KiB |
Building conservation careers while saving historical sites div.caphoto__item > a.caphoto__img-w > div.caphoto__img-c > img.caphoto__img | /f/photo/29049/864p0/TeachingAndLearning2_Training Guardi... | 872.7 KiB | 839.1 KiB |
Restoring health and quality of life through safe swallowing innovations div.caphoto__item > a.caphoto__img-w > div.caphoto__img-c > img.caphoto__img | hku.hk/f/photo/29009/864p0/KnowledgeExchange3_Safe%20to%20Swallow_hero%202.jpg | 830.3 KiB | 796.7 KiB |
30th Hong Kong Medical Forum div.slick-track > a.flippy__inner > div.flippy__img-w > img.flippy__poster | hku.hk/f/poster/28940/527p0/30thHKMF1000x1382.png | 574.9 KiB | 547.0 KiB |
div.section-adm__pic > div.section-adm__img-w > div.placeholder > img.placeholder__item div.section-adm__pic > div.section-adm__img-w > div.placeholder > img.placeholder__item | hku.hk/f/frontpage/29052/824c556/221018_AdmissionOnHKUHomeBanner_4.jpeg | 450.5 KiB | 418.1 KiB |
HKU Summer Institute Summer Programmes 2026 Application opens now div.slick-track > a.flippy__inner > div.flippy__img-w > img.flippy__poster | hku.hk/f/poster/28842/527p0/HKUbannerRoll.jpg | 437.5 KiB | 409.7 KiB |
Master of Arts in the field of Hong Kong Cultural Studies div.slick-track > a.flippy__inner > div.flippy__img-w > img.flippy__poster | hku.hk/f/poster/28943/527p0/mahkcs-in-hku-website-1000x1382.jpg | 388.5 KiB | 360.6 KiB |
Events div.flippy > a.flippy__inner > div.flippy__img-w > img.placeholder__item | hku.hk/f/flipboard/21473/527c345/flipboard-events.jpg | 358.6 KiB | 345.5 KiB |
div.slider__item > a > div.placeholder > img.placeholder__item div.slider__item > a > div.placeholder > img.placeholder__item | hku.hk/f/frontpage/29052/1920c1080/QS-Asia-University-Ranking-2026.jpg | 483.3 KiB | 316.4 KiB |
Careers div.flippy > a.flippy__inner > div.flippy__img-w > img.placeholder__item | hku.hk/f/flipboard/21501/527c345/career.JPG | 307.4 KiB | 294.2 KiB |
Prospective Students div.flippy > a.flippy__inner > div.flippy__img-w > img.placeholder__item | hku.hk/f/flipboard/21471/527c345/ProspectiveStudents.JPG | 303.7 KiB | 290.5 KiB |
Libraries div.flippy > a.flippy__inner > div.flippy__img-w > img.placeholder__item | hku.hk/f/flipboard/21472/527c345/flipboard-libraries.jpg | 280.5 KiB | 267.3 KiB |
Decentralising data collection for safer machine learning div.caphoto__item > a.caphoto__img-w > div.caphoto__img-c > img.caphoto__img | hku.hk/f/photo/29050/864p0/CoverStory4_A-Better-Way-to-Share.jpg | 300.3 KiB | 266.7 KiB |
Giving to HKU div.flippy > a.flippy__inner > div.flippy__img-w > img.placeholder__item | hku.hk/f/flipboard/7633/527c345/GivingtoHKU2022_updated.PNG | 278.6 KiB | 265.4 KiB |
Current Students div.flippy > a.flippy__inner > div.flippy__img-w > img.placeholder__item | hku.hk/f/flipboard/21470/527c345/currentstudent.JPG | 260.0 KiB | 246.8 KiB |
Could AI one day develop a mind? HKU professor examines the philosophical impli… div.caphoto__item > a.caphoto__img-w > div.caphoto__img-c > img.caphoto__img | hku.hk/f/photo/29010/864p0/Research5_Does%20AI%20Have%20a%20Mind.jpg | 260.6 KiB | 227.0 KiB |
News Centre div.flippy > a.flippy__inner > div.flippy__img-w > img.placeholder__item | hku.hk/f/flipboard/7740/527c345/IMG_5829a.jpg | 238.0 KiB | 224.8 KiB |
Publications div.flippy > a.flippy__inner > div.flippy__img-w > img.placeholder__item | hku.hk/f/flipboard/21483/527c345/PubDec2025.png | 218.6 KiB | 205.4 KiB |
Teaching & Learning div.flippy > a.flippy__inner > div.flippy__img-w > img.placeholder__item | hku.hk/f/flipboard/7738/527c345/tnl2024.jpg | 214.6 KiB | 201.4 KiB |
U-Vision Online ul > li#banner_06 > a > img | hku.hk/f/banner/331/258c90/uv_banner_350x123.gif | 207.0 KiB | 175.9 KiB |
HKU in the Media div.flippy > a.flippy__inner > div.flippy__img-w > img.placeholder__item | hku.hk/f/flipboard/21504/527c345/flipboard-hkuinthemedia.jpg | 186.6 KiB | 173.4 KiB |
div.slider__item > a > div.placeholder > img.placeholder__item div.slider__item > a > div.placeholder > img.placeholder__item | hku.hk/f/frontpage/29052/1920c1080/251104_HKU-Highly-Cited-Research_banner.jpg | 333.7 KiB | 168.7 KiB |
Publicity on hku.hk div.flippy > a.flippy__inner > div.flippy__img-w > img.placeholder__item | hku.hk/f/flipboard/10567/527c345/publicity.jpg | 180.7 KiB | 167.5 KiB |
Research div.flippy > a.flippy__inner > div.flippy__img-w > img.placeholder__item | hku.hk/f/flipboard/7739/527c345/Research_2x_1054x694.jpg | 108.7 KiB | 95.5 KiB |
Multimedia div.flippy > a.flippy__inner > div.flippy__img-w > img.placeholder__item | hku.hk/f/flipboard/7916/527c345/flipboard-multimedia.jpg | 108.5 KiB | 95.3 KiB |
30th Hong Kong Medical Forum ul > li#banner_03 > a > img | hku.hk/f/banner/28939/258c90/30th%20HKMF_W350xH123.png | 43.8 KiB | 41.5 KiB |
HKU Summer Institute Summer Programmes 2026 Application opens now ul > li#banner_05 > a > img | hku.hk/f/banner/28843/258c90/HKUsmallBanner.jpg | 40.0 KiB | 37.7 KiB |
DeepTech100 cohort 7 ul > li#banner_04 > a > img | hku.hk/f/banner/29062/258c90/For%20HKU%20Web%20banner%20350%20x%20123%20px.png | 36.1 KiB | 33.8 KiB |
Best .hk Website Awards 2016 div.page-foot__right > div.foot-award > a.foot-award__item > img.foot-award__logo | hku.hk/assets/img/besthk-logo-2016.png?t=20170511 | 34.5 KiB | 32.3 KiB |
HKU CEDARS - Centre of Development and Resources for Students ul > li#banner_02 > a > img | hku.hk/f/banner/27503/258c90/Untitled%20design.jpg | 22.8 KiB | 20.5 KiB |
HKUSPACE ul > li#banner_01 > a > img | hku.hk/f/banner/14717/258c90/bannerSPACE.jpg | 21.2 KiB | 18.9 KiB |
University Standard of Excellence in the WebAward 2014 div.page-foot__right > div.foot-award > a.foot-award__item > img.foot-award__logo | hku.hk/assets/img/2014_Standard_Winner.png?t=20160921 | 16.0 KiB | 14.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.
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
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 |
|---|---|---|
| hku.hk/assets/css/index.css?t=20230414 | 320.3 KiB | 1.1 s |
| hku.hk/assets/js/high-contrast.js?t=20230414 | 1.9 KiB | 849 ms |
| hku.hk/assets/js/device.min.js?t=20230414 | 3.9 KiB | 849 ms |
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.
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.
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 |
|---|---|---|
| hku.hk/assets/css/index.css?t=20230414 | 319.7 KiB | 274.6 KiB |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| hku.hk/assets/js/slide/banner.js?t=20230414 | 17.5 KiB | 7.3 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 |
|---|---|---|
| hku.hk/assets/js/index.js?t=20230414 | 354.7 KiB | 169.7 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-M9F2TJ6 | 135.0 KiB | 68.8 KiB |
| www.googletagmanager.com/gtag/js?id=G-ZHLLDTLTMG&cx=c>m=4e64h1h1 | 157.3 KiB | 66.2 KiB |
| script.hotjar.com/modules.6a0f3932cb1341a35c18.js | 56.1 KiB | 37.7 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
Master of Arts in the field of Hong Kong Cultural Studies ul > li#banner_04 > a > img | hku.hk/f/banner/28942/258c90/mahkcs-hku-banner-350x123px.gif |
U-Vision Online ul > li#banner_06 > a > img | hku.hk/f/banner/331/258c90/uv_banner_350x123.gif |
Best .hk Website Awards 2016 div.page-foot__right > div.foot-award > a.foot-award__item > img.foot-award__logo | hku.hk/assets/img/besthk-logo-2016.png?t=20170511 |
Triple Gold Award of the Web Accessibility Recognition Scheme 2022/23 div.page-foot__right > div.foot-award > a.foot-award__item > img.foot-award__logo | hku.hk/assets/img/WARS-Triple-Gold-hku-color.png?t=20230901 |
HKUSPACE ul > li#banner_01 > a > img | hku.hk/f/banner/14717/258c90/bannerSPACE.jpg |
HKU CEDARS - Centre of Development and Resources for Students ul > li#banner_02 > a > img | hku.hk/f/banner/27503/258c90/Untitled%20design.jpg |
30th Hong Kong Medical Forum ul > li#banner_03 > a > img | hku.hk/f/banner/28939/258c90/30th%20HKMF_W350xH123.png |
HKU Summer Institute Summer Programmes 2026 Application opens now ul > li#banner_05 > a > img | hku.hk/f/banner/28843/258c90/HKUsmallBanner.jpg |
University Standard of Excellence in the WebAward 2014 div.page-foot__right > div.foot-award > a.foot-award__item > img.foot-award__logo | hku.hk/assets/img/2014_Standard_Winner.png?t=20160921 |
The 27th Annual Communicator Awards of Distinction div.page-foot__right > div.foot-award > a.foot-award__item > img.foot-award__logo | hku.hk/assets/img/cad-27th.png?t=20210628 |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Each ARIA `role` supports a specific subset of `aria-*` attributes. Mismatching these invalidates the `aria-*` attributes. Learn how to match ARIA attributes to their roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
2 div.section-hero__slider > div.slick-dots-container > ul.slick-dots > li#slick-slide01 |
1 div.caphoto__slider > div.slick-dots-container > ul.slick-dots > li#slick-slide10 |
Assistive technologies, like screen readers, can't interpret ARIA attributes with invalid values. Learn more about valid values for ARIA attributes.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
1 div.caphoto__slider > div.slick-dots-container > ul.slick-dots > li#slick-slide10 |
Focusable descendents within an `[aria-hidden="true"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. Learn how `aria-hidden` affects focusable elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
1 div.section-hero__slider > div.slick-dots-container > ul.slick-dots > li#slick-slide00 |
3 div.section-hero__slider > div.slick-dots-container > ul.slick-dots > li#slick-slide02 |
4 div.section-hero__slider > div.slick-dots-container > ul.slick-dots > li#slick-slide03 |
5 div.section-hero__slider > div.slick-dots-container > ul.slick-dots > li#slick-slide04 |
6 div.section-hero__slider > div.slick-dots-container > ul.slick-dots > li#slick-slide05 |
2 div.caphoto__slider > div.slick-dots-container > ul.slick-dots > li#slick-slide11 |
3 div.caphoto__slider > div.slick-dots-container > ul.slick-dots > li#slick-slide12 |
4 div.caphoto__slider > div.slick-dots-container > ul.slick-dots > li#slick-slide13 |
When an input field doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn more about input field labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.section-hero__cont > div.section-hero__slider > div.slick-list > div.slick-track div.section-hero__cont > div.section-hero__slider > div.slick-list > div.slick-track |
A Better Way To Share
Decentralising data collection for safer machine learning… div.caphoto__cont > div.caphoto__slider > div.slick-list > div.slick-track |
Teaching & Learning
News Centre
HKU in the Media
Prospective Students
Research
… div.container-wide > div.flipboard__slider > div.slick-list > div.slick-track |
Master of Arts in the field of Hong Kong Cultural Studies div.flippy > div.slider--poster > div.slick-list > div.slick-track |
When a toggle field doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn more about toggle fields.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.section-hero__slider > div.slick-list > div.slick-track > div.slider__item div.section-hero__slider > div.slick-list > div.slick-track > div.slider__item |
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 |
|---|
Facebook div.page-foot__left > ul.page-foot__list > li.page-foot__item > a.page-foot__link |
HKU IOS App div.page-foot__left > ul.page-foot__list > li.page-foot__item > a.page-foot__link |
HKU Android App div.page-foot__left > ul.page-foot__list > li.page-foot__item > a.page-foot__link |
Social Media and Apps div.page-foot__left > ul.page-foot__list > li.page-foot__item > a.page-foot__link |
Careers div.page-foot__left > ul.page-foot__list > li.page-foot__item > a.page-foot__link |
High Contrast div.page-foot__left > ul.page-foot__list > li.page-foot__item > a#switch-contrast-1 |
Maps & Facilities div.page-foot__left > ul.page-foot__list > li.page-foot__item > a.page-foot__link |
Web Policies & Guidelines div.page-foot__left > ul.page-foot__list > li.page-foot__item > a.page-foot__link |
Contact Us div.page-foot__left > ul.page-foot__list > li.page-foot__item > a.page-foot__link |
Site Map div.page-foot__left > ul.page-foot__list > li.page-foot__item > a.page-foot__link |
Privacy div.page-foot__left > ul.page-foot__list > li.page-foot__item > a.page-foot__link |
Web Accessibility Statement div.page-foot__left > ul.page-foot__list > li.page-foot__item > a.page-foot__link |
Copyright © 2026 The University of Hong Kong. All Rights Reserved. div.container-wide > div.page-foot__inner > div.page-foot__right > p.foot-copyright |
These are opportunities to improve the legibility of your content.
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
1
2
3
4
5
6 div.section-hero__cont > div.section-hero__slider > div.slick-dots-container > ul.slick-dots |
1
2
3
4 div.caphoto__cont > div.caphoto__slider > div.slick-dots-container > ul.slick-dots |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
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