Mobile 375 × 812

Desktop 1440 × 900

Score: 68 / 100
Based on 8 categories, 0 sections
Room to improve — your 6.4s load time is above Google's 2.5s 'Good' threshold.
Several missing protections leave your users and data exposed.
Major barriers for users with disabilities — up to 15% of your audience.
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.
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 15.0 MB (8.4 MB transferred)
Performance issues directly impact user engagement and conversion rates.
27 image-in-link without alt text
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/f8944571-936e-4c9b-b619-9207236e4d6b)<a href="https://beavercheck.com/results/f8944571-936e-4c9b-b619-9207236e4d6b"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fthestar.com.my" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fthestar.com.myThis 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 6.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.
9 barrier(s) likely increasing bounce by ~34%.
Page takes 6.4s to load
+12% bounceUsers abandon at ~3s — you're 3.9s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 2.1s
+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
4 form field(s) without a label
+6% bounceScreen readers skip unlabeled fields; autofill can't identify them; checkout abandonment spikes
Fix: Associate every input with a visible <label for="…">; add autocomplete attributes
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
201 link(s) with generic text ("click here", "read more")
+1% bounceScreen-reader users navigating by link list see no context — and search engines can't infer relevance
Fix: Rewrite with descriptive phrases that identify the destination
No skip-to-content link
+1% bounceKeyboard and screen-reader users must tab through the entire header on every page
Fix: Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
MYR 750 investment → MYR 7,144/month returns + MYR 500,000 risk avoided
MYR 750
5h · 5 findings
MYR 7,144 /mo
~MYR 85,723 / year
MYR 500,000
if kept compliant
MYR 225 — 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 RM150/hr
Based on Malaysia rates (RM150/hr)
Start here for the best return on investment
MYR 41,676 / month at risk
~MYR 500,116 / year if left unfixed
MYR 500,000
+1 more
MYR 9.64 /mo
26511.1 MB/mo × 0.364 MYR/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.
4.46 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
6.37 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
2.05 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.338
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
11.01 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.
34.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.
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 | |
|---|---|---|---|
card__image div.card--video-vertical > a > div.card__image2 > img | /Components/BrandSpotlight/2026/4/3/VerticalImageThumbnai... | 345.6 KiB | 314.9 KiB |
card__image div.card--video-vertical > a > div.card__image2 > img | /Components/BrandSpotlight/2025/12/1/VerticalImageThumbna... | 279.5 KiB | 248.8 KiB |
card__image div.card--video-vertical > a > div.card__image2 > img | /Components/BrandSpotlight/2025/12/1/VerticalImageThumbna... | 238.4 KiB | 207.7 KiB |
div.col-xs-5 > div.img-sticker > a > img div.col-xs-5 > div.img-sticker > a > img | apicms.thestar.com.my/uploads/images/2026/04/21/thumbs/550/3870271.webp | 165.6 KiB | 157.1 KiB |
card__image div.card--video-vertical > a > div.card__image2 > img | /Components/BrandSpotlight/2025/11/26/VerticalImageThumbn... | 155.1 KiB | 124.4 KiB |
Gold Award body.has-smg55-globalbar > div#award-container > a.award-highlight > img.award-icon | cdn.thestar.com.my/Components/AwardHighlight/mpi.png | 63.3 KiB | 63.0 KiB |
div.col-xs-5 > div.img-sticker > a > img div.col-xs-5 > div.img-sticker > a > img | apicms.thestar.com.my/uploads/images/2026/04/21/thumbs/300/3870271.webp | 65.7 KiB | 57.2 KiB |
card__image div.card--video-vertical > a > div.card__image > img | media.thestartv.com/thumbnails/69e777f29e28d_vs.jpg | 72.4 KiB | 41.7 KiB |
card__image div.card--video-vertical > a > div.card__image > img | media.thestartv.com/thumbnails/69e77f71bded7_vs.jpg | 68.9 KiB | 38.3 KiB |
card__image div.card--video-vertical > a > div.card__image > img | media.thestartv.com/thumbnails/69e778ff480d2_vs.jpg | 65.3 KiB | 34.7 KiB |
Asean 2025: Stories of impact from across the region
Dive In div.row > div.col-md-8 > div#widget-4610 > a.event-banner-strap | cdn.thestar.com.my/Themes/img/Asean2025Homem.png | 46.7 KiB | 31.2 KiB |
card__image div.card--video-vertical > a > div.card__image > img | media.thestartv.com/thumbnails/69e78080295cf_vs.jpg | 61.7 KiB | 31.0 KiB |
div.col-xs-5 > div.img-sticker > a > img div.col-xs-5 > div.img-sticker > a > img | apicms.thestar.com.my/uploads/images/2026/04/21/thumbs/550/3871099.webp | 33.3 KiB | 24.7 KiB |
div.col-xs-5 > div.img-sticker > a > img div.col-xs-5 > div.img-sticker > a > img | apicms.thestar.com.my/uploads/images/2026/04/21/thumbs/550/3871174.webp | 31.6 KiB | 24.1 KiB |
div.col-xs-5 > div.img-sticker > a > img div.col-xs-5 > div.img-sticker > a > img | apicms.thestar.com.my/uploads/images/2026/04/21/thumbs/550/3871138.webp | 25.8 KiB | 19.7 KiB |
div.col-xs-5 > div.img-sticker > a > img div.col-xs-5 > div.img-sticker > a > img | apicms.thestar.com.my/uploads/images/2026/04/21/thumbs/550/3870982.webp | 26.8 KiB | 18.8 KiB |
div.col-xs-5 > div.img-sticker > a > img div.col-xs-5 > div.img-sticker > a > img | apicms.thestar.com.my/uploads/images/2026/04/21/thumbs/550/3871145.webp | 24.5 KiB | 18.7 KiB |
div.col-xs-5 > div.img-sticker > a > img div.col-xs-5 > div.img-sticker > a > img | apicms.thestar.com.my/uploads/images/2026/04/21/thumbs/300/3871070.webp | 24.9 KiB | 17.2 KiB |
div.col-xs-5 > div.img-sticker > a > img div.col-xs-5 > div.img-sticker > a > img | apicms.thestar.com.my/uploads/images/2026/04/21/thumbs/550/3870885.webp | 20.9 KiB | 16.0 KiB |
div.col-xs-5 > div.img-sticker > a > img div.col-xs-5 > div.img-sticker > a > img | apicms.thestar.com.my/uploads/images/2026/04/21/thumbs/550/3870978.webp | 20.2 KiB | 15.4 KiB |
div.col-xs-5 > div.img-sticker > a > img div.col-xs-5 > div.img-sticker > a > img | apicms.thestar.com.my/uploads/images/2026/04/21/thumbs/550/3870977.webp | 19.0 KiB | 14.4 KiB |
FW1 div.col-xs-5 > div.img-sticker > a > img | apicms.thestar.com.my/uploads/images/2026/04/21/thumbs/550/3871096.webp | 18.5 KiB | 14.1 KiB |
div.col-xs-5 > div.img-sticker > a > img div.col-xs-5 > div.img-sticker > a > img | apicms.thestar.com.my/uploads/images/2026/04/21/thumbs/550/3871158.webp | 19.6 KiB | 14.0 KiB |
div.col-xs-5 > div.img-sticker > a > img div.col-xs-5 > div.img-sticker > a > img | apicms.thestar.com.my/uploads/images/2026/04/21/thumbs/550/3870847.webp | 16.7 KiB | 12.7 KiB |
div.col-xs-5 > div.img-sticker > a > img div.col-xs-5 > div.img-sticker > a > img | apicms.thestar.com.my/uploads/images/2026/03/02/thumbs/550/3793920.webp | 16.4 KiB | 12.5 KiB |
div.col-wrap > div.col-byline > a > img.col-xs-offset-9 div.col-wrap > div.col-byline > a > img.col-xs-offset-9 | cdn.thestar.com.my/Themes/img/col_Letters.webp | 13.9 KiB | 11.7 KiB |
div.col-xs-5 > div.img-sticker > a > img div.col-xs-5 > div.img-sticker > a > img | apicms.thestar.com.my/uploads/images/2026/04/07/thumbs/300/3848000.webp | 17.5 KiB | 9.7 KiB |
div.col-xs-5 > div.img-sticker > a > img div.col-xs-5 > div.img-sticker > a > img | apicms.thestar.com.my/uploads/images/2026/04/17/thumbs/300/3865273.webp | 16.5 KiB | 8.7 KiB |
| apicms.thestar.com.my/uploads/images/2026/04/22/thumbs/small/3871333.jpg | 15.1 KiB | 8.4 KiB | |
div.col-xs-5 > div.img-sticker > a > img div.col-xs-5 > div.img-sticker > a > img | apicms.thestar.com.my/uploads/images/2026/04/21/thumbs/300/3871317.webp | 15.2 KiB | 7.5 KiB |
div.col-xs-5 > div.img-sticker > a > img div.col-xs-5 > div.img-sticker > a > img | apicms.thestar.com.my/uploads/images/2026/04/21/thumbs/300/3871314.webp | 14.2 KiB | 6.4 KiB |
| apicms.thestar.com.my/uploads/images/2026/04/22/thumbs/small/3871343.jpg | 12.1 KiB | 5.4 KiB | |
| apicms.thestar.com.my/uploads/images/2026/04/22/thumbs/small/3871331.jpg | 12.1 KiB | 5.2 KiB | |
div.col-wrap > div.col-byline > a > img.col-xs-3 div.col-wrap > div.col-byline > a > img.col-xs-3 | apicms.thestar.com.my/uploads/authors/423.webp | 6.2 KiB | 4.6 KiB |
| apicms.thestar.com.my/uploads/images/2026/04/22/thumbs/small/3871336.jpg | 11.0 KiB | 4.3 KiB |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|
| thestar.com.my/ | 782 ms |
| www.thestar.com.my/ | 0.0 ms |
Keep the server response time for the main document short because all other requests depend on it. Learn more about the Time to First Byte metric.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| www.thestar.com.my/ | 1.1 s |
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 |
|---|---|
NATION
MACC detains NGO leader and two others over RM230mil zakat fund probe
NA… div.col-md-8 > div#widget-4559 > div > div.row | 0.135 |
TOPICS:
Middle East Conflict
Heatwave
Tariff Wars
Connecting Communities
True o… body.has-smg55-globalbar > div#wrapper | 0.067 |
PAKISTAN
Pakistan urges US and Iran to consider extending the 14-day ceasefire … div.container > div.container > div.row > div.col-md-8 | 0.051 |
TOPICS:
Middle East Conflict
Heatwave
Tariff Wars
Connecting Communities
True o… body.has-smg55-globalbar > div#wrapper | 0.044 |
Welcome
This site asks for consent to use your data
Personalised advertising a… body.has-smg55-globalbar > div.fc-consent-root > div.fc-dialog-container | 0.042 |
Welcome
This site asks for consent to use your data
Personalised advertising a… body.has-smg55-globalbar > div.fc-consent-root > div.fc-dialog-container | 0.027 |
Welcome
This site asks for consent to use your data
Personalised advertising a… body.has-smg55-globalbar > div.fc-consent-root > div.fc-dialog-container | 0.027 |
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 |
|---|---|---|
| st-media-template.antsomi.com/css/fonts.css | 296.6 KiB | 296.6 KiB |
| cdn.thestar.com.my/Themes/css/main.css?v=202602231 | 16.1 KiB | 14.1 KiB |
| .fc-consent-root .fc-dialog-container.fc-fullscreen { height: 100% !important; … } … | 16.3 KiB | 14.1 KiB |
| cdn.thestar.com.my/Themes/css/tsol2019_pw.min.css?v=20251201 | 16.4 KiB | 12.6 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
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 7.1 s |
| Style & Layout | 2.1 s |
| Other | 2.0 s |
| Script Parsing & Compilation | 640 ms |
| Rendering | 453 ms |
| Parse HTML & CSS | 390 ms |
| Garbage Collection | 132 ms |
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| st-media-template.antsomi.com/css/fonts.css | 296.9 KiB | 44.8 KiB |
| cdn.thestar.com.my/Themes/css/main.css?v=202602231 | 16.6 KiB | 3.4 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 |
|---|---|---|
| platform-api.sharethis.com/js/sharethis.js | 46.4 KiB | 13.9 KiB |
| st-e.cdp.asia/delivery/delivery.js?f=1&portal_id=564891087&v=202632122 | 16.2 KiB | 6.2 KiB |
| www.queryly.com/js/queryly.v4.js | 10.1 KiB | 4.1 KiB |
| www.thestar.com.my/theme_metro/js/script.js?v=20260209 | 8.6 KiB | 4.1 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
Gold Award body.has-smg55-globalbar > div#award-container > a.award-highlight > img.award-icon | cdn.thestar.com.my/Components/AwardHighlight/mpi.png |
div.row > div.col-xs-12 > a > img div.row > div.col-xs-12 > a > img | apicms.thestar.com.my/uploads/images/2026/04/21/thumbs/550/3871317.webp |
div.row > div.col-xs-12 > a > img div.row > div.col-xs-12 > a > img | apicms.thestar.com.my/uploads/images/2026/04/17/thumbs/medium/3863895.jpg |
div.col-wrap > div.col-byline > a > img.col-xs-3 div.col-wrap > div.col-byline > a > img.col-xs-3 | apicms.thestar.com.my/uploads/authors/517.webp |
div.col-wrap > div.col-byline > a > img.col-xs-3 div.col-wrap > div.col-byline > a > img.col-xs-3 | apicms.thestar.com.my/uploads/authors/683.webp |
div.col-wrap > div.col-byline > a > img.col-xs-3 div.col-wrap > div.col-byline > a > img.col-xs-3 | apicms.thestar.com.my/uploads/authors/414.webp |
Star55: Inspiring Progress, Shaping Tomorrow div.smg55-global-bar__inner > div.smg55-global-bar__center > a.smg55-brandbar-link > img.smg55-brandbar-img | cdn.thestar.com.my/GlobalBar/image/star55-brandbar.svg |
div.col-wrap > div.col-byline > a > img.col-xs-3 div.col-wrap > div.col-byline > a > img.col-xs-3 | apicms.thestar.com.my/uploads/authors/423.webp |
play div.card--video-vertical > a > div.thumb__icon > img | cdn.thestar.com.my/Themes/img/play-icon.png |
play div.card--video-vertical > a > div.thumb__icon > img | cdn.thestar.com.my/Themes/img/play-icon.png |
play div.card--video-vertical > a > div.thumb__icon > img | cdn.thestar.com.my/Themes/img/play-icon.png |
play div.card--video-vertical > a > div.thumb__icon > img | cdn.thestar.com.my/Themes/img/play-icon.png |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
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 |
|---|
ZHANG YANQIU, WU DI div.col-xs-12 > div.col-wrap > div.col-byline > a.col-xs-9 |
Prof Dr Mohd Tajuddin Mohd Rasdi div.col-xs-12 > div.col-wrap > div.col-byline > a.col-xs-9 |
Efny Johan div.col-xs-12 > div.col-wrap > div.col-byline > a.col-xs-9 |
The Star Says div.col-xs-12 > div.col-wrap > div.col-byline > a.col-xs-9 |
Joceline Tan div.col-xs-12 > div.col-wrap > div.col-byline > a.col-xs-9 |
The Star Digital Access div.footer-n__links > ul > li > a#tsolFooter_home_sitemap_hyperlink |
Newsstand div.footer-n__links > ul > li > a#tsolFooter_home_sitemap_hyperlink |
Our Rate Card div.footer-n__links > ul > li > a#tsolFooter_home_sitemap_hyperlink |
Classifieds div.footer-n__links > ul > li > a#tsolFooter_home_sitemap_hyperlink |
About Us div.footer-n__links > ul > li > a#tsolFooter_home_sitemap_hyperlink |
Job Opportunities div.footer-n__links > ul > li > a#tsolFooter_home_sitemap_hyperlink |
Investor Relations div.footer-n__links > ul > li > a#tsolFooter_home_sitemap_hyperlink |
Contact Us div.footer-n__links > ul > li > a#tsolFooter_home_sitemap_hyperlink |
FAQs div.footer-n__links > ul > li > a#tsolFooter_home_sitemap_hyperlink |
Privacy Statement div.footer-n__links > ul > li > a#tsolFooter_home_sitemap_hyperlink |
Terms & Conditions div.footer-n__links > ul > li > a#tsolFooter_home_sitemap_hyperlink |
For You nav > ul > li#sticky-foryou > a |
Bookmark nav > ul > li#sticky-saved-articles > a |
Audio nav > ul > li#podcast > div.audionav__toggle |
Search ul > li#searchnav > label > div.searchnav__toggle |
Learn more div.fc-dialog-content > div.fc-dialog-scrollable-content > button.fc-faq-header > span.fc-faq-label |
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.col-wrap > div.col-byline > a > img.col-xs-3 div.col-wrap > div.col-byline > a > img.col-xs-3 |
div.col-wrap > div.col-byline > a > img.col-xs-3 div.col-wrap > div.col-byline > a > img.col-xs-3 |
div.col-wrap > div.col-byline > a > img.col-xs-3 div.col-wrap > div.col-byline > a > img.col-xs-3 |
div.col-wrap > div.col-byline > a > img.col-xs-3 div.col-wrap > div.col-byline > a > img.col-xs-3 |
div.col-wrap > div.col-byline > a > img.col-xs-offset-9 div.col-wrap > div.col-byline > a > img.col-xs-offset-9 |
div.col-wrap > div.col-byline > a > img.col-xs-offset-9 div.col-wrap > div.col-byline > a > img.col-xs-offset-9 |
div.col-wrap > div.col-byline > a > img.col-xs-offset-9 div.col-wrap > div.col-byline > a > img.col-xs-offset-9 |
div.col-xs-5 > div.img-sticker > a > img.lazyload div.col-xs-5 > div.img-sticker > a > img.lazyload |
div.row > div.col-xs-12 > a > img div.row > div.col-xs-12 > a > img |
div.col-xs-5 > div.img-sticker > a > img.lazyload div.col-xs-5 > div.img-sticker > a > img.lazyload |
div.col-xs-5 > div.img-sticker > a > img.lazyload div.col-xs-5 > div.img-sticker > a > img.lazyload |
div.col-xs-5 > div.img-sticker > a > img.lazyload div.col-xs-5 > div.img-sticker > a > img.lazyload |
div.col-xs-5 > div.img-sticker > a > img.lazyload div.col-xs-5 > div.img-sticker > a > img.lazyload |
div.col-xs-5 > div.img-sticker > a > img.lazyload div.col-xs-5 > div.img-sticker > a > img.lazyload |
div.col-xs-5 > div.img-sticker > a > img.lazyload div.col-xs-5 > div.img-sticker > a > img.lazyload |
div.col-xs-5 > div.img-sticker > a > img.lazyload div.col-xs-5 > div.img-sticker > a > img.lazyload |
div.col-xs-5 > div.img-sticker > a > img.lazyload div.col-xs-5 > div.img-sticker > a > img.lazyload |
div.col-xs-5 > div.img-sticker > a > img.lazyload div.col-xs-5 > div.img-sticker > a > img.lazyload |
div.col-xs-5 > div.img-sticker > a > img.lazyload div.col-xs-5 > div.img-sticker > a > img.lazyload |
div.col-xs-5 > div.img-sticker > a > img.lazyload div.col-xs-5 > div.img-sticker > a > img.lazyload |
div.col-xs-5 > div.img-sticker > a > img.lazyload div.col-xs-5 > div.img-sticker > a > img.lazyload |
div.col-xs-5 > div.img-sticker > a > img.lazyload div.col-xs-5 > div.img-sticker > a > img.lazyload |
div > div.img-sticker > a > img.lazyload div > div.img-sticker > a > img.lazyload |
div > div.img-sticker > a > img.lazyload div > div.img-sticker > a > img.lazyload |
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.col-md-4 > div#widget-3169 > div#dailyalertbox > iframe div.col-md-4 > div#widget-3169 > div#dailyalertbox > iframe |
div#wrapperFooter > footer.footer-n > div.footer-n__inner > iframe div#wrapperFooter > footer.footer-n > div.footer-n__inner > iframe |
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.focus-story > div.row > div.col-xs-12 > a div.focus-story > div.row > div.col-xs-12 > a |
div.row > div.col-xs-5 > div.img-sticker > a div.row > div.col-xs-5 > div.img-sticker > a |
div.row > div.col-xs-5 > div.img-sticker > a div.row > div.col-xs-5 > div.img-sticker > a |
div.row > div.col-xs-5 > div.img-sticker > a div.row > div.col-xs-5 > div.img-sticker > a |
div.row > div.col-xs-5 > div.img-sticker > a div.row > div.col-xs-5 > div.img-sticker > a |
div.row > div.col-xs-5 > div.img-sticker > a div.row > div.col-xs-5 > div.img-sticker > a |
div.row > div.col-xs-5 > div.img-sticker > a div.row > div.col-xs-5 > div.img-sticker > a |
div.row > div.col-xs-5 > div.img-sticker > a div.row > div.col-xs-5 > div.img-sticker > a |
div.row > div.col-xs-5 > div.img-sticker > a div.row > div.col-xs-5 > div.img-sticker > a |
div.row > div.col-xs-5 > div.img-sticker > a div.row > div.col-xs-5 > div.img-sticker > a |
div.row > div.col-xs-5 > div.img-sticker > a div.row > div.col-xs-5 > div.img-sticker > a |
div.row > div.col-xs-5 > div.img-sticker > a div.row > div.col-xs-5 > div.img-sticker > a |
div.row > div.col-xs-5 > div.img-sticker > a div.row > div.col-xs-5 > div.img-sticker > a |
div.row > div.col-xs-5 > div.img-sticker > a div.row > div.col-xs-5 > div.img-sticker > a |
div.row > div.col-xs-5 > div.img-sticker > a div.row > div.col-xs-5 > div.img-sticker > a |
div.row > div.col-xs-5 > div.img-sticker > a div.row > div.col-xs-5 > div.img-sticker > a |
div.col-xs-12 > div.col-wrap > div.col-byline > a div.col-xs-12 > div.col-wrap > div.col-byline > a |
div.col-xs-12 > div.col-wrap > div.col-byline > a div.col-xs-12 > div.col-wrap > div.col-byline > a |
div.col-xs-12 > div.col-wrap > div.col-byline > a div.col-xs-12 > div.col-wrap > div.col-byline > a |
div.col-xs-12 > div.col-wrap > div.col-byline > a div.col-xs-12 > div.col-wrap > div.col-byline > a |
div.col-xs-12 > div.col-wrap > div.col-byline > a div.col-xs-12 > div.col-wrap > div.col-byline > a |
div.col-xs-12 > div.col-wrap > div.col-byline > a div.col-xs-12 > div.col-wrap > div.col-byline > a |
div.col-xs-12 > div.col-wrap > div.col-byline > a div.col-xs-12 > div.col-wrap > div.col-byline > a |
div.row > div.col-xs-5 > div.img-sticker > a div.row > div.col-xs-5 > div.img-sticker > a |
div.row > div.col-xs-5 > div.img-sticker > a div.row > div.col-xs-5 > div.img-sticker > a |
div.row > div.col-xs-5 > div.img-sticker > a div.row > div.col-xs-5 > div.img-sticker > a |
div.row > div.col-xs-5 > div.img-sticker > a div.row > div.col-xs-5 > div.img-sticker > a |
div.row > div.col-xs-5 > div.img-sticker > a div.row > div.col-xs-5 > div.img-sticker > a |
div.row > div.col-xs-5 > div.img-sticker > a div.row > div.col-xs-5 > div.img-sticker > a |
div.row > div.col-xs-5 > div.img-sticker > a div.row > div.col-xs-5 > div.img-sticker > a |
div#template-ImageElement--wrapper--bkjocpe6oebo87qjs9f1 > div.styled__ImageBlockWrapper-sc-360zd1-0 > div.styled__ImagesContainer-sc-360zd1-1 > a.cdp365-element-link div#template-ImageElement--wrapper--bkjocpe6oebo87qjs9f1 > div.styled__ImageBlockWrapper-sc-360zd1-0 > div.styled__ImagesContainer-sc-360zd1-1 > a.cdp365-element-link |
div#template-ImageElement--wrapper--6nf1lbty5p67qeph6ast > div.styled__ImageBlockWrapper-sc-360zd1-0 > div.styled__ImagesContainer-sc-360zd1-1 > a.cdp365-element-link div#template-ImageElement--wrapper--6nf1lbty5p67qeph6ast > div.styled__ImageBlockWrapper-sc-360zd1-0 > div.styled__ImagesContainer-sc-360zd1-1 > a.cdp365-element-link |
div#template-ImageElement--wrapper--smvkc22bevsbjf6wq8v6 > div.styled__ImageBlockWrapper-sc-360zd1-0 > div.styled__ImagesContainer-sc-360zd1-1 > a.cdp365-element-link div#template-ImageElement--wrapper--smvkc22bevsbjf6wq8v6 > div.styled__ImageBlockWrapper-sc-360zd1-0 > div.styled__ImagesContainer-sc-360zd1-1 > a.cdp365-element-link |
div#template-ImageElement--wrapper--lee4f266uzmg67h47vxw > div.styled__ImageBlockWrapper-sc-360zd1-0 > div.styled__ImagesContainer-sc-360zd1-1 > a.cdp365-element-link div#template-ImageElement--wrapper--lee4f266uzmg67h47vxw > div.styled__ImageBlockWrapper-sc-360zd1-0 > div.styled__ImagesContainer-sc-360zd1-1 > a.cdp365-element-link |
div#template-ImageElement--wrapper--dp9w5cjas9g35b7urv97 > div.styled__ImageBlockWrapper-sc-360zd1-0 > div.styled__ImagesContainer-sc-360zd1-1 > a.cdp365-element-link div#template-ImageElement--wrapper--dp9w5cjas9g35b7urv97 > div.styled__ImageBlockWrapper-sc-360zd1-0 > div.styled__ImagesContainer-sc-360zd1-1 > a.cdp365-element-link |
div.BrandBox > div.row > div.col-xs-12 > a div.BrandBox > div.row > div.col-xs-12 > a |
div.section__content > div.card--hero > div.card__image > a div.section__content > div.card--hero > div.card__image > a |
div.row > div.col-xs-5 > div.img-sticker > a div.row > div.col-xs-5 > div.img-sticker > a |
div.row > div.col-xs-5 > div.img-sticker > a div.row > div.col-xs-5 > div.img-sticker > a |
div.row > div.col-xs-5 > div.img-sticker > a div.row > div.col-xs-5 > div.img-sticker > a |
div.row > div.col-xs-5 > div.img-sticker > a div.row > div.col-xs-5 > div.img-sticker > a |
li.row > div.col-xs-5 > div.img-sticker > a li.row > div.col-xs-5 > div.img-sticker > a |
li.row > div.col-xs-5 > div.img-sticker > a li.row > div.col-xs-5 > div.img-sticker > a |
li.row > div.col-xs-5 > div.img-sticker > a li.row > div.col-xs-5 > div.img-sticker > a |
li.row > div.col-xs-5 > div.img-sticker > a li.row > div.col-xs-5 > div.img-sticker > a |
li.row > div.col-xs-5 > div.img-sticker > a li.row > div.col-xs-5 > div.img-sticker > a |
div.row > div.col-xs-5 > div.img-sticker > a div.row > div.col-xs-5 > div.img-sticker > a |
div.row > div.col-xs-5 > div.img-sticker > a div.row > div.col-xs-5 > div.img-sticker > a |
div.row > div.col-xs-5 > div.img-sticker > a div.row > div.col-xs-5 > div.img-sticker > a |
div.row > div.col-xs-5 > div.img-sticker > a div.row > div.col-xs-5 > div.img-sticker > a |
div.col-xs-5 > div > div.img-sticker > a div.col-xs-5 > div > div.img-sticker > a |
div.col-xs-5 > div > div.img-sticker > a div.col-xs-5 > div > div.img-sticker > a |
div.row > div.col-xs-5 > div.img-sticker > a div.row > div.col-xs-5 > div.img-sticker > a |
div.row > div.col-xs-5 > div.img-sticker > a div.row > div.col-xs-5 > div.img-sticker > a |
div.row > div.col-xs-5 > div.img-sticker > a div.row > div.col-xs-5 > div.img-sticker > a |
div.row > div.col-xs-5 > div.img-sticker > a div.row > div.col-xs-5 > div.img-sticker > a |
div.row > div.col-xs-5 > div.img-sticker > a div.row > div.col-xs-5 > div.img-sticker > a |
div.row > div.col-xs-5 > div.img-sticker > a div.row > div.col-xs-5 > div.img-sticker > a |
div.row > div.col-xs-5 > div.img-sticker > a div.row > div.col-xs-5 > div.img-sticker > a |
div.row > div.col-xs-5 > div.img-sticker > a div.row > div.col-xs-5 > div.img-sticker > a |
div.row > div.col-xs-5 > div.img-sticker > a div.row > div.col-xs-5 > div.img-sticker > a |
div.row > div.col-xs-5 > div.img-sticker > a div.row > div.col-xs-5 > div.img-sticker > a |
div.row > div.col-xs-5 > div.img-sticker > a div.row > div.col-xs-5 > div.img-sticker > a |
div.footer-n__inner > ul.footer-n__socials > li > a.youtube div.footer-n__inner > ul.footer-n__socials > li > a.youtube |
div.footer-n__inner > ul.footer-n__socials > li > a.instagram-white div.footer-n__inner > ul.footer-n__socials > li > a.instagram-white |
div.footer-n__inner > ul.footer-n__socials > li > a.twitter-white div.footer-n__inner > ul.footer-n__socials > li > a.twitter-white |
div.footer-n__inner > ul.footer-n__socials > li > a.facebook-white div.footer-n__inner > ul.footer-n__socials > li > a.facebook-white |
div.footer-n__inner > ul.footer-n__socials > li > a.telegram div.footer-n__inner > ul.footer-n__socials > li > a.telegram |
div.footer-n__inner > ul.footer-n__downloads > li > a.playstore-large div.footer-n__inner > ul.footer-n__downloads > li > a.playstore-large |
div.footer-n__inner > ul.footer-n__downloads > li > a.appstore-large div.footer-n__inner > ul.footer-n__downloads > li > a.appstore-large |
div.footer-n__inner > ul.footer-n__downloads > li > a.huawei div.footer-n__inner > ul.footer-n__downloads > li > a.huawei |
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.
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 |
|---|
NATION div.col-sm-3 > div.row > div.col-xs-7 > a.kicker |
NATION div.col-sm-3 > div.row > div.col-xs-7 > a.kicker |
BUSINESS div.col-sm-3 > div.row > div.col-xs-7 > a.kicker |
ASEANPLUS NEWS div.col-sm-3 > div.row > div.col-xs-7 > a.kicker |
TRUE OR NOT div.col-sm-3 > div.row > div.col-xs-7 > a.kicker |
SINGAPORE div.col-sm-3 > div.row > div.col-xs-7 > a.kicker |
NATION div.col-sm-3 > div.row > div.col-xs-7 > a.kicker |
ENTERTAINMENT div.col-sm-3 > div.row > div.col-xs-7 > a.kicker |
BUSINESS div.col-sm-3 > div.row > div.col-xs-7 > a.kicker |
NATION div.col-sm-3 > div.row > div.col-xs-7 > a.kicker |
NATION div.col-sm-3 > div.row > div.col-xs-7 > a.kicker |
ASEANPLUS NEWS div.col-sm-3 > div.row > div.col-xs-7 > a.kicker |
NATION div.col-sm-3 > div.row > div.col-xs-7 > a.kicker |
ASEANPLUS NEWS div.col-sm-3 > div.row > div.col-xs-7 > a.kicker |
NATION div.col-sm-3 > div.row > div.col-xs-7 > a.kicker |
BANKING div.col-sm-3 > div.row > div.col-xs-7 > a.kicker |
WORLD li#start > div.col-xs-9 > div.timeline-content > a.kicker |
FOOTBALL li#1858377 > div.col-xs-9 > div.timeline-content > a.kicker |
FOOTBALL li#1858375 > div.col-xs-9 > div.timeline-content > a.kicker |
WORLD li#1858374 > div.col-xs-9 > div.timeline-content > a.kicker |
FOOTBALL li#end > div.col-xs-9 > div.timeline-content > a.kicker |
Read Now div#divWPBrandSpotlightWidget > div.brand-widget > div.card--video-vertical > button.button |
Read Now div.brand-widget > div.card--video-vertical > button.button > a |
Read Now div#divWPBrandSpotlightWidget > div.brand-widget > div.card--video-vertical > button.button |
Read Now div.brand-widget > div.card--video-vertical > button.button > a |
Read Now div#divWPBrandSpotlightWidget > div.brand-widget > div.card--video-vertical > button.button |
Read Now div.brand-widget > div.card--video-vertical > button.button > a |
Read Now div#divWPBrandSpotlightWidget > div.brand-widget > div.card--video-vertical > button.button |
Read Now div.brand-widget > div.card--video-vertical > button.button > a |
On A Shared Future div.col-xs-12 > div.col-wrap > div.col-content > a.kicker-2 |
Over The Top div.col-xs-12 > div.col-wrap > div.col-content > a.kicker-2 |
A Winning Factor div.col-xs-12 > div.col-wrap > div.col-content > a.kicker-2 |
The Star Says div.col-xs-12 > div.col-wrap > div.col-content > a.kicker-2 |
Analysis div.col-xs-12 > div.col-wrap > div.col-content > a.kicker-2 |
Letters To The Editor div.col-xs-12 > div.col-wrap > div.col-content > a.kicker-2 |
Letters To The Editor div.col-xs-12 > div.col-wrap > div.col-content > a.kicker-2 |
Letters To The Editor div.col-xs-12 > div.col-wrap > div.col-content > a.kicker-2 |
PAKISTAN div.col-sm-3 > div.row > div.col-xs-7 > a.kicker |
NATION div.col-sm-3 > div.row > div.col-xs-7 > a.kicker |
ASEANPLUS NEWS div.col-sm-3 > div.row > div.col-xs-7 > a.kicker |
THESTARTV div.col-sm-3 > div.row > div.col-xs-7 > a.kicker |
ENTERTAINMENT div.col-sm-3 > div.row > div.col-xs-7 > a.kicker |
CLIMATE div.col-sm-3 > div.row > div.col-xs-7 > a.kicker |
WELLNESS div.col-sm-3 > div.row > div.col-xs-7 > a.kicker |
ASIA & OCEANIA div.col-sm-3 > div.row > div.col-xs-7 > a.kicker |
TECHNOLOGY div.col-sm-6 > div.row > div.col-xs-7 > a.kicker |
NATION div.col-sm-6 > div.row > div.col-xs-7 > a.kicker |
NATION div.col-sm-6 > div.row > div.col-xs-7 > a.kicker |
METRO NEWS div.col-sm-6 > div.row > div.col-xs-7 > a.kicker |
NATION ul#MoreNews-Second > li.row > div.col-xs-7 > a.kicker |
BANKING ul#MoreNews-Second > li.row > div.col-xs-7 > a.kicker |
CORPORATE NEWS ul#MoreNews-Second > li.row > div.col-xs-7 > a.kicker |
NATION ul#MoreNews-Second > li.row > div.col-xs-7 > a.kicker |
NATION ul#MoreNews-Second > li.row > div.col-xs-7 > a.kicker |
NATION div.col-sm-3 > div.row > div.col-xs-7 > a.kicker |
BADMINTON div.col-sm-3 > div.row > div.col-xs-7 > a.kicker |
METRO NEWS div.col-sm-3 > div.row > div.col-xs-7 > a.kicker |
BADMINTON div.col-sm-3 > div.row > div.col-xs-7 > a.kicker |
SMARTPHONES div#MoreNews-Fourth > div.row > div.col-xs-7 > a.kicker |
STAR BIZ7 div#MoreNews-Fourth > div.row > div.col-xs-7 > a.kicker |
CARSIFU div.col-sm-2 > div.row > div.col-xs-7 > a.kicker |
KUALI div.col-sm-2 > div.row > div.col-xs-7 > a.kicker |
MSTAR ONLINE div.col-sm-2 > div.row > div.col-xs-7 > a.kicker |
STARPROPERTY div.col-sm-2 > div.row > div.col-xs-7 > a.kicker |
STAR ESG div.col-sm-2 > div.row > div.col-xs-7 > a.kicker |
R.AGE div.col-sm-2 > div.row > div.col-xs-7 > a.kicker |
These items highlight common accessibility best practices.
Users are mistrustful of or confused by sites that request to send notifications without context. Consider tying the request to user gestures instead. Learn more about responsibly getting permission for notifications.
Performance issues directly impact user engagement and conversion rates.
| Source |
|---|
/v1/js-versioning?clientkey=ADGMOT35CHFLVDHBJNIG50K968P0V... line 1, col 312001 |
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
div.card--hero > div.card__image > a > img div.card--hero > div.card__image > a > img | apicms.thestar.com.my/uploads/images/2026/04/13/thumbs/550/3857268.webp | 332 x 221 (1.50) | 550 x 397 (1.39) |
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 |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
Access to manifest at 'https://wdc.netcoresmartech.com/manifest.json' from origin 'https://www.thestar.com.my' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Failed to load resource: net::ERR_FAILED | |
SyntaxError: Failed to execute 'write' on 'Document': missing ) after argument list
at https://www.thestar.com.my/:3276:10 |
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 |
|---|---|
| /starpicks/2026/04/17/is-admission-to-oxbridge-and-the-iv... | Read More |
| /starpicks/2026/04/21/more-than-rm18bil-in-fdi-unlocked-a... | Read 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.col-wrap > div.col-byline > a > img.col-xs-3 div.col-wrap > div.col-byline > a > img.col-xs-3 |
div.col-wrap > div.col-byline > a > img.col-xs-3 div.col-wrap > div.col-byline > a > img.col-xs-3 |
div.col-wrap > div.col-byline > a > img.col-xs-3 div.col-wrap > div.col-byline > a > img.col-xs-3 |
div.col-wrap > div.col-byline > a > img.col-xs-3 div.col-wrap > div.col-byline > a > img.col-xs-3 |
div.col-wrap > div.col-byline > a > img.col-xs-offset-9 div.col-wrap > div.col-byline > a > img.col-xs-offset-9 |
div.col-wrap > div.col-byline > a > img.col-xs-offset-9 div.col-wrap > div.col-byline > a > img.col-xs-offset-9 |
div.col-wrap > div.col-byline > a > img.col-xs-offset-9 div.col-wrap > div.col-byline > a > img.col-xs-offset-9 |
div.col-xs-5 > div.img-sticker > a > img.lazyload div.col-xs-5 > div.img-sticker > a > img.lazyload |
div.row > div.col-xs-12 > a > img div.row > div.col-xs-12 > a > img |
div.col-xs-5 > div.img-sticker > a > img.lazyload div.col-xs-5 > div.img-sticker > a > img.lazyload |
div.col-xs-5 > div.img-sticker > a > img.lazyload div.col-xs-5 > div.img-sticker > a > img.lazyload |
div.col-xs-5 > div.img-sticker > a > img.lazyload div.col-xs-5 > div.img-sticker > a > img.lazyload |
div.col-xs-5 > div.img-sticker > a > img.lazyload div.col-xs-5 > div.img-sticker > a > img.lazyload |
div.col-xs-5 > div.img-sticker > a > img.lazyload div.col-xs-5 > div.img-sticker > a > img.lazyload |
div.col-xs-5 > div.img-sticker > a > img.lazyload div.col-xs-5 > div.img-sticker > a > img.lazyload |
div.col-xs-5 > div.img-sticker > a > img.lazyload div.col-xs-5 > div.img-sticker > a > img.lazyload |
div.col-xs-5 > div.img-sticker > a > img.lazyload div.col-xs-5 > div.img-sticker > a > img.lazyload |
div.col-xs-5 > div.img-sticker > a > img.lazyload div.col-xs-5 > div.img-sticker > a > img.lazyload |
div.col-xs-5 > div.img-sticker > a > img.lazyload div.col-xs-5 > div.img-sticker > a > img.lazyload |
div.col-xs-5 > div.img-sticker > a > img.lazyload div.col-xs-5 > div.img-sticker > a > img.lazyload |
div.col-xs-5 > div.img-sticker > a > img.lazyload div.col-xs-5 > div.img-sticker > a > img.lazyload |
div.col-xs-5 > div.img-sticker > a > img.lazyload div.col-xs-5 > div.img-sticker > a > img.lazyload |
div > div.img-sticker > a > img.lazyload div > div.img-sticker > a > img.lazyload |
div > div.img-sticker > a > img.lazyload div > div.img-sticker > a > img.lazyload |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
1.22 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.78 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
116 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.087
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
3.95 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.
6.94 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
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 | |
|---|---|---|---|
card__image div.card--video-vertical > a > div.card__image2 > img | /Components/BrandSpotlight/2026/4/3/VerticalImageThumbnai... | 345.6 KiB | 335.1 KiB |
card__image div.card--video-vertical > a > div.card__image2 > img | /Components/BrandSpotlight/2025/12/1/VerticalImageThumbna... | 279.5 KiB | 269.0 KiB |
card__image div.card--video-vertical > a > div.card__image2 > img | /Components/BrandSpotlight/2025/12/1/VerticalImageThumbna... | 238.4 KiB | 227.9 KiB |
div.col-xs-5 > div.img-sticker > a > img div.col-xs-5 > div.img-sticker > a > img | apicms.thestar.com.my/uploads/images/2026/04/21/thumbs/550/3870271.webp | 165.6 KiB | 161.2 KiB |
card__image div.card--video-vertical > a > div.card__image2 > img | /Components/BrandSpotlight/2025/11/26/VerticalImageThumbn... | 155.1 KiB | 144.6 KiB |
card__image div.card--video-vertical > a > div.card__image > img | media.thestartv.com/thumbnails/69e777f29e28d_vs.jpg | 72.4 KiB | 61.9 KiB |
div.col-xs-5 > div.img-sticker > a > img div.col-xs-5 > div.img-sticker > a > img | apicms.thestar.com.my/uploads/images/2026/04/21/thumbs/300/3870271.webp | 65.7 KiB | 61.4 KiB |
card__image div.card--video-vertical > a > div.card__image > img | media.thestartv.com/thumbnails/69e77f71bded7_vs.jpg | 68.9 KiB | 58.5 KiB |
card__image div.card--video-vertical > a > div.card__image > img | media.thestartv.com/thumbnails/69e778ff480d2_vs.jpg | 65.3 KiB | 54.9 KiB |
card__image div.card--video-vertical > a > div.card__image > img | media.thestartv.com/thumbnails/69e78080295cf_vs.jpg | 61.7 KiB | 51.3 KiB |
div.col-xs-5 > div.img-sticker > a > img div.col-xs-5 > div.img-sticker > a > img | apicms.thestar.com.my/uploads/images/2026/04/21/thumbs/550/3871099.webp | 33.3 KiB | 28.9 KiB |
div.col-xs-5 > div.img-sticker > a > img div.col-xs-5 > div.img-sticker > a > img | apicms.thestar.com.my/uploads/images/2026/04/21/thumbs/550/3871174.webp | 31.6 KiB | 27.7 KiB |
Silver Award body.has-smg55-globalbar > div#award-container > a.award-highlight > img.award-icon | cdn.thestar.com.my/Components/AwardHighlight/wan-ifra-best-cover-design-2025.png | 24.1 KiB | 24.0 KiB |
div.col-xs-5 > div.img-sticker > a > img div.col-xs-5 > div.img-sticker > a > img | apicms.thestar.com.my/uploads/images/2026/04/21/thumbs/550/3870982.webp | 26.8 KiB | 22.7 KiB |
div.col-xs-5 > div.img-sticker > a > img div.col-xs-5 > div.img-sticker > a > img | apicms.thestar.com.my/uploads/images/2026/04/21/thumbs/550/3871138.webp | 25.8 KiB | 22.7 KiB |
div.col-xs-5 > div.img-sticker > a > img div.col-xs-5 > div.img-sticker > a > img | apicms.thestar.com.my/uploads/images/2026/04/21/thumbs/550/3871145.webp | 24.5 KiB | 21.5 KiB |
div.col-xs-5 > div.img-sticker > a > img div.col-xs-5 > div.img-sticker > a > img | apicms.thestar.com.my/uploads/images/2026/04/21/thumbs/300/3871070.webp | 24.9 KiB | 20.9 KiB |
div.col-xs-5 > div.img-sticker > a > img div.col-xs-5 > div.img-sticker > a > img | apicms.thestar.com.my/uploads/images/2026/04/21/thumbs/550/3870885.webp | 20.9 KiB | 18.4 KiB |
div.col-xs-5 > div.img-sticker > a > img div.col-xs-5 > div.img-sticker > a > img | apicms.thestar.com.my/uploads/images/2026/04/21/thumbs/550/3870978.webp | 20.2 KiB | 17.8 KiB |
div.col-xs-5 > div.img-sticker > a > img div.col-xs-5 > div.img-sticker > a > img | apicms.thestar.com.my/uploads/images/2026/04/21/thumbs/550/3871158.webp | 19.6 KiB | 16.7 KiB |
div.col-xs-5 > div.img-sticker > a > img div.col-xs-5 > div.img-sticker > a > img | apicms.thestar.com.my/uploads/images/2026/04/21/thumbs/550/3870977.webp | 19.0 KiB | 16.6 KiB |
FW1 div.col-xs-5 > div.img-sticker > a > img | apicms.thestar.com.my/uploads/images/2026/04/21/thumbs/550/3871096.webp | 18.5 KiB | 16.3 KiB |
div.row > div.col-xs-12 > a > img div.row > div.col-xs-12 > a > img | apicms.thestar.com.my/uploads/images/2026/04/17/thumbs/medium/3863895.jpg | 28.5 KiB | 16.1 KiB |
div.row > div.col-xs-12 > a > img div.row > div.col-xs-12 > a > img | apicms.thestar.com.my/uploads/images/2026/04/21/thumbs/700/3871317.webp | 37.3 KiB | 15.1 KiB |
div.col-xs-5 > div.img-sticker > a > img div.col-xs-5 > div.img-sticker > a > img | apicms.thestar.com.my/uploads/images/2026/04/21/thumbs/550/3870847.webp | 16.7 KiB | 14.6 KiB |
div.col-xs-5 > div.img-sticker > a > img div.col-xs-5 > div.img-sticker > a > img | apicms.thestar.com.my/uploads/images/2026/03/02/thumbs/550/3793920.webp | 16.4 KiB | 14.4 KiB |
div.col-wrap > div.col-byline > a > img.col-xs-offset-9 div.col-wrap > div.col-byline > a > img.col-xs-offset-9 | cdn.thestar.com.my/Themes/img/col_Letters.webp | 13.9 KiB | 13.6 KiB |
div.col-xs-5 > div.img-sticker > a > img div.col-xs-5 > div.img-sticker > a > img | apicms.thestar.com.my/uploads/images/2026/04/21/thumbs/550/3871140.webp | 15.4 KiB | 13.5 KiB |
div.col-xs-5 > div.img-sticker > a > img div.col-xs-5 > div.img-sticker > a > img | apicms.thestar.com.my/uploads/images/2026/04/07/thumbs/300/3848000.webp | 17.5 KiB | 13.5 KiB |
Asean 2025: Stories of impact from across the region
Dive In div.row > div.col-md-8 > div#widget-4610 > a.event-banner-strap | cdn.thestar.com.my/Themes/img/Asean2025Home.png | 20.1 KiB | 13.5 KiB |
| apicms.thestar.com.my/uploads/images/2026/04/22/thumbs/small/3871333.jpg | 15.1 KiB | 12.8 KiB | |
div.col-xs-5 > div.img-sticker > a > img div.col-xs-5 > div.img-sticker > a > img | apicms.thestar.com.my/uploads/images/2026/04/17/thumbs/300/3865273.webp | 16.5 KiB | 12.0 KiB |
div.col-xs-5 > div.img-sticker > a > img.lazyload div.col-xs-5 > div.img-sticker > a > img.lazyload | apicms.thestar.com.my/uploads/images/2026/04/22/thumbs/550/3871331.webp | 22.0 KiB | 10.6 KiB |
div.col-xs-5 > div.img-sticker > a > img div.col-xs-5 > div.img-sticker > a > img | apicms.thestar.com.my/uploads/images/2026/04/21/thumbs/300/3871317.webp | 15.2 KiB | 10.1 KiB |
| apicms.thestar.com.my/uploads/images/2026/04/22/thumbs/small/3871343.jpg | 12.1 KiB | 9.8 KiB | |
| apicms.thestar.com.my/uploads/images/2026/04/22/thumbs/small/3871331.jpg | 12.1 KiB | 9.7 KiB | |
div.col-xs-5 > div.img-sticker > a > img div.col-xs-5 > div.img-sticker > a > img | apicms.thestar.com.my/uploads/images/2026/04/21/thumbs/300/3871314.webp | 14.2 KiB | 9.2 KiB |
| apicms.thestar.com.my/uploads/images/2026/04/22/thumbs/small/3871336.jpg | 11.0 KiB | 8.7 KiB | |
div.col-xs-5 > div.img-sticker > a > img.lazyload div.col-xs-5 > div.img-sticker > a > img.lazyload | apicms.thestar.com.my/uploads/images/2026/04/21/thumbs/550/3871175.webp | 19.3 KiB | 7.9 KiB |
| apicms.thestar.com.my/uploads/images/2026/04/22/thumbs/small/3871318.jpg | 10.2 KiB | 7.9 KiB | |
div.col-wrap > div.col-byline > a > img.col-xs-3 div.col-wrap > div.col-byline > a > img.col-xs-3 | apicms.thestar.com.my/uploads/authors/423.webp | 6.2 KiB | 5.8 KiB |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|
| thestar.com.my/ | 413 ms |
| www.thestar.com.my/ | 0.0 ms |
Keep the server response time for the main document short because all other requests depend on it. Learn more about the Time to First Byte metric.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| www.thestar.com.my/ | 1.1 s |
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 |
|---|---|---|
| st-media-template.antsomi.com/css/fonts.css | 296.6 KiB | 296.6 KiB |
| cdn.thestar.com.my/Themes/css/main.css?v=202602231 | 16.1 KiB | 14.4 KiB |
| .fc-consent-root .fc-dialog-container.fc-fullscreen { height: 100% !important; … } … | 16.3 KiB | 14.1 KiB |
| cdn.thestar.com.my/Themes/css/tsol2019_pw.min.css?v=20251201 | 16.4 KiB | 12.4 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
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 1.7 s |
| Other | 605 ms |
| Style & Layout | 552 ms |
| Script Parsing & Compilation | 166 ms |
| Rendering | 135 ms |
| Parse HTML & CSS | 95 ms |
| Garbage Collection | 55 ms |
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| st-media-template.antsomi.com/css/fonts.css | 296.9 KiB | 44.8 KiB |
| cdn.thestar.com.my/Themes/css/main.css?v=202602231 | 16.6 KiB | 3.4 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 |
|---|---|---|
| platform-api.sharethis.com/js/sharethis.js | 46.4 KiB | 13.9 KiB |
| st-e.cdp.asia/delivery/delivery.js?f=1&portal_id=564891087&v=202632122 | 16.2 KiB | 6.2 KiB |
| www.queryly.com/js/queryly.v4.js | 10.1 KiB | 4.1 KiB |
| www.thestar.com.my/theme_metro/js/script.js?v=20260209 | 8.6 KiB | 4.1 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
div.row > div.col-xs-12 > a > img div.row > div.col-xs-12 > a > img | apicms.thestar.com.my/uploads/images/2026/04/21/thumbs/700/3871317.webp |
div.row > div.col-xs-12 > a > img div.row > div.col-xs-12 > a > img | apicms.thestar.com.my/uploads/images/2026/04/17/thumbs/medium/3863895.jpg |
div.col-wrap > div.col-byline > a > img.col-xs-3 div.col-wrap > div.col-byline > a > img.col-xs-3 | apicms.thestar.com.my/uploads/authors/517.webp |
div.col-wrap > div.col-byline > a > img.col-xs-3 div.col-wrap > div.col-byline > a > img.col-xs-3 | apicms.thestar.com.my/uploads/authors/683.webp |
div.col-wrap > div.col-byline > a > img.col-xs-3 div.col-wrap > div.col-byline > a > img.col-xs-3 | apicms.thestar.com.my/uploads/authors/414.webp |
Silver Award body.has-smg55-globalbar > div#award-container > a.award-highlight > img.award-icon | cdn.thestar.com.my/Components/AwardHighlight/wan-ifra-best-cover-design-2025.png |
Star55: Inspiring Progress, Shaping Tomorrow div.smg55-global-bar__inner > div.smg55-global-bar__right > a.smg55-brandbar-link > img.smg55-brandbar | cdn.thestar.com.my/GlobalBar/image/star55-brandbar.svg |
div.col-wrap > div.col-byline > a > img.col-xs-3 div.col-wrap > div.col-byline > a > img.col-xs-3 | apicms.thestar.com.my/uploads/authors/423.webp |
play div.card--video-vertical > a > div.thumb__icon > img | cdn.thestar.com.my/Themes/img/play-icon.png |
play div.card--video-vertical > a > div.thumb__icon > img | cdn.thestar.com.my/Themes/img/play-icon.png |
play div.card--video-vertical > a > div.thumb__icon > img | cdn.thestar.com.my/Themes/img/play-icon.png |
play div.card--video-vertical > a > div.thumb__icon > img | cdn.thestar.com.my/Themes/img/play-icon.png |
Powered by Star Media Group div#smg55-global-bar > div.smg55-global-bar__inner > div.smg55-global-bar__right > img.smg55-poweredby | cdn.thestar.com.my/Themes/img/PoweredbySMG.png |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
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 |
|---|
ZHANG YANQIU, WU DI div.col-xs-12 > div.col-wrap > div.col-byline > a.col-xs-9 |
Prof Dr Mohd Tajuddin Mohd Rasdi div.col-xs-12 > div.col-wrap > div.col-byline > a.col-xs-9 |
Efny Johan div.col-xs-12 > div.col-wrap > div.col-byline > a.col-xs-9 |
The Star Says div.col-xs-12 > div.col-wrap > div.col-byline > a.col-xs-9 |
Joceline Tan div.col-xs-12 > div.col-wrap > div.col-byline > a.col-xs-9 |
The Star Digital Access div.footer-n__links > ul > li > a#tsolFooter_home_sitemap_hyperlink |
Newsstand div.footer-n__links > ul > li > a#tsolFooter_home_sitemap_hyperlink |
Our Rate Card div.footer-n__links > ul > li > a#tsolFooter_home_sitemap_hyperlink |
Classifieds div.footer-n__links > ul > li > a#tsolFooter_home_sitemap_hyperlink |
About Us div.footer-n__links > ul > li > a#tsolFooter_home_sitemap_hyperlink |
Job Opportunities div.footer-n__links > ul > li > a#tsolFooter_home_sitemap_hyperlink |
Investor Relations div.footer-n__links > ul > li > a#tsolFooter_home_sitemap_hyperlink |
Contact Us div.footer-n__links > ul > li > a#tsolFooter_home_sitemap_hyperlink |
FAQs div.footer-n__links > ul > li > a#tsolFooter_home_sitemap_hyperlink |
Privacy Statement div.footer-n__links > ul > li > a#tsolFooter_home_sitemap_hyperlink |
Terms & Conditions div.footer-n__links > ul > li > a#tsolFooter_home_sitemap_hyperlink |
For You nav > ul > li#sticky-foryou > a |
Bookmark nav > ul > li#sticky-saved-articles > a |
Audio nav > ul > li#podcast > div.audionav__toggle |
Search ul > li#searchnav > label > div.searchnav__toggle |
Learn more div.fc-dialog-content > div.fc-dialog-scrollable-content > button.fc-faq-header > span.fc-faq-label |
List of partners. div.fc-dialog-scrollable-content > div.fc-footer > p > a.fc-vendors-list-dialog |
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.col-wrap > div.col-byline > a > img.col-xs-3 div.col-wrap > div.col-byline > a > img.col-xs-3 |
div.col-wrap > div.col-byline > a > img.col-xs-3 div.col-wrap > div.col-byline > a > img.col-xs-3 |
div.col-wrap > div.col-byline > a > img.col-xs-3 div.col-wrap > div.col-byline > a > img.col-xs-3 |
div.col-wrap > div.col-byline > a > img.col-xs-3 div.col-wrap > div.col-byline > a > img.col-xs-3 |
div.col-wrap > div.col-byline > a > img.col-xs-offset-9 div.col-wrap > div.col-byline > a > img.col-xs-offset-9 |
div.col-wrap > div.col-byline > a > img.col-xs-offset-9 div.col-wrap > div.col-byline > a > img.col-xs-offset-9 |
div.col-wrap > div.col-byline > a > img.col-xs-offset-9 div.col-wrap > div.col-byline > a > img.col-xs-offset-9 |
div.col-xs-5 > div.img-sticker > a > img.lazyload div.col-xs-5 > div.img-sticker > a > img.lazyload |
div.row > div.col-xs-12 > a > img div.row > div.col-xs-12 > a > img |
div.col-xs-5 > div.img-sticker > a > img.lazyload div.col-xs-5 > div.img-sticker > a > img.lazyload |
div.col-xs-5 > div.img-sticker > a > img.lazyload div.col-xs-5 > div.img-sticker > a > img.lazyload |
div.col-xs-5 > div.img-sticker > a > img.lazyload div.col-xs-5 > div.img-sticker > a > img.lazyload |
div.col-xs-5 > div.img-sticker > a > img.lazyload div.col-xs-5 > div.img-sticker > a > img.lazyload |
div.col-xs-5 > div.img-sticker > a > img.lazyload div.col-xs-5 > div.img-sticker > a > img.lazyload |
div.col-xs-5 > div.img-sticker > a > img.lazyload div.col-xs-5 > div.img-sticker > a > img.lazyload |
div.col-xs-5 > div.img-sticker > a > img.lazyload div.col-xs-5 > div.img-sticker > a > img.lazyload |
div.col-xs-5 > div.img-sticker > a > img.lazyload div.col-xs-5 > div.img-sticker > a > img.lazyload |
div > div.img-sticker > a > img.lazyload div > div.img-sticker > a > img.lazyload |
div > div.img-sticker > a > img.lazyload div > div.img-sticker > a > img.lazyload |
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.col-md-4 > div#widget-3169 > div#dailyalertbox > iframe div.col-md-4 > div#widget-3169 > div#dailyalertbox > iframe |
div#wrapperFooter > footer.footer-n > div.footer-n__inner > iframe div#wrapperFooter > footer.footer-n > div.footer-n__inner > iframe |
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#tsolnavbar > ul.nav > li > a#navi-home div#tsolnavbar > ul.nav > li > a#navi-home |
div.focus-story > div.row > div.col-xs-12 > a div.focus-story > div.row > div.col-xs-12 > a |
div.row > div.col-xs-5 > div.img-sticker > a div.row > div.col-xs-5 > div.img-sticker > a |
div.row > div.col-xs-5 > div.img-sticker > a div.row > div.col-xs-5 > div.img-sticker > a |
div.row > div.col-xs-5 > div.img-sticker > a div.row > div.col-xs-5 > div.img-sticker > a |
div.row > div.col-xs-5 > div.img-sticker > a div.row > div.col-xs-5 > div.img-sticker > a |
div.row > div.col-xs-5 > div.img-sticker > a div.row > div.col-xs-5 > div.img-sticker > a |
div.row > div.col-xs-5 > div.img-sticker > a div.row > div.col-xs-5 > div.img-sticker > a |
div.row > div.col-xs-5 > div.img-sticker > a div.row > div.col-xs-5 > div.img-sticker > a |
div.row > div.col-xs-5 > div.img-sticker > a div.row > div.col-xs-5 > div.img-sticker > a |
div.row > div.col-xs-5 > div.img-sticker > a div.row > div.col-xs-5 > div.img-sticker > a |
div.row > div.col-xs-5 > div.img-sticker > a div.row > div.col-xs-5 > div.img-sticker > a |
div.row > div.col-xs-5 > div.img-sticker > a div.row > div.col-xs-5 > div.img-sticker > a |
div.row > div.col-xs-5 > div.img-sticker > a div.row > div.col-xs-5 > div.img-sticker > a |
div.row > div.col-xs-5 > div.img-sticker > a div.row > div.col-xs-5 > div.img-sticker > a |
div.row > div.col-xs-5 > div.img-sticker > a div.row > div.col-xs-5 > div.img-sticker > a |
div.row > div.col-xs-5 > div.img-sticker > a div.row > div.col-xs-5 > div.img-sticker > a |
div.col-xs-12 > div.col-wrap > div.col-byline > a div.col-xs-12 > div.col-wrap > div.col-byline > a |
div.col-xs-12 > div.col-wrap > div.col-byline > a div.col-xs-12 > div.col-wrap > div.col-byline > a |
div.col-xs-12 > div.col-wrap > div.col-byline > a div.col-xs-12 > div.col-wrap > div.col-byline > a |
div.col-xs-12 > div.col-wrap > div.col-byline > a div.col-xs-12 > div.col-wrap > div.col-byline > a |
div.col-xs-12 > div.col-wrap > div.col-byline > a div.col-xs-12 > div.col-wrap > div.col-byline > a |
div.col-xs-12 > div.col-wrap > div.col-byline > a div.col-xs-12 > div.col-wrap > div.col-byline > a |
div.col-xs-12 > div.col-wrap > div.col-byline > a div.col-xs-12 > div.col-wrap > div.col-byline > a |
div.row > div.col-xs-5 > div.img-sticker > a div.row > div.col-xs-5 > div.img-sticker > a |
div.row > div.col-xs-5 > div.img-sticker > a div.row > div.col-xs-5 > div.img-sticker > a |
div.row > div.col-xs-5 > div.img-sticker > a div.row > div.col-xs-5 > div.img-sticker > a |
div.row > div.col-xs-5 > div.img-sticker > a div.row > div.col-xs-5 > div.img-sticker > a |
div.row > div.col-xs-5 > div.img-sticker > a div.row > div.col-xs-5 > div.img-sticker > a |
div.row > div.col-xs-5 > div.img-sticker > a div.row > div.col-xs-5 > div.img-sticker > a |
div.row > div.col-xs-5 > div.img-sticker > a div.row > div.col-xs-5 > div.img-sticker > a |
div#template-ImageElement--wrapper--bkjocpe6oebo87qjs9f1 > div.styled__ImageBlockWrapper-sc-360zd1-0 > div.styled__ImagesContainer-sc-360zd1-1 > a.cdp365-element-link div#template-ImageElement--wrapper--bkjocpe6oebo87qjs9f1 > div.styled__ImageBlockWrapper-sc-360zd1-0 > div.styled__ImagesContainer-sc-360zd1-1 > a.cdp365-element-link |
div#template-ImageElement--wrapper--6nf1lbty5p67qeph6ast > div.styled__ImageBlockWrapper-sc-360zd1-0 > div.styled__ImagesContainer-sc-360zd1-1 > a.cdp365-element-link div#template-ImageElement--wrapper--6nf1lbty5p67qeph6ast > div.styled__ImageBlockWrapper-sc-360zd1-0 > div.styled__ImagesContainer-sc-360zd1-1 > a.cdp365-element-link |
div#template-ImageElement--wrapper--smvkc22bevsbjf6wq8v6 > div.styled__ImageBlockWrapper-sc-360zd1-0 > div.styled__ImagesContainer-sc-360zd1-1 > a.cdp365-element-link div#template-ImageElement--wrapper--smvkc22bevsbjf6wq8v6 > div.styled__ImageBlockWrapper-sc-360zd1-0 > div.styled__ImagesContainer-sc-360zd1-1 > a.cdp365-element-link |
div#template-ImageElement--wrapper--lee4f266uzmg67h47vxw > div.styled__ImageBlockWrapper-sc-360zd1-0 > div.styled__ImagesContainer-sc-360zd1-1 > a.cdp365-element-link div#template-ImageElement--wrapper--lee4f266uzmg67h47vxw > div.styled__ImageBlockWrapper-sc-360zd1-0 > div.styled__ImagesContainer-sc-360zd1-1 > a.cdp365-element-link |
div#template-ImageElement--wrapper--dp9w5cjas9g35b7urv97 > div.styled__ImageBlockWrapper-sc-360zd1-0 > div.styled__ImagesContainer-sc-360zd1-1 > a.cdp365-element-link div#template-ImageElement--wrapper--dp9w5cjas9g35b7urv97 > div.styled__ImageBlockWrapper-sc-360zd1-0 > div.styled__ImagesContainer-sc-360zd1-1 > a.cdp365-element-link |
div.BrandBox > div.row > div.col-xs-12 > a div.BrandBox > div.row > div.col-xs-12 > a |
div.section__content > div.card--hero > div.card__image > a div.section__content > div.card--hero > div.card__image > a |
div.row > div.col-xs-5 > div.img-sticker > a div.row > div.col-xs-5 > div.img-sticker > a |
div.row > div.col-xs-5 > div.img-sticker > a div.row > div.col-xs-5 > div.img-sticker > a |
div.row > div.col-xs-5 > div.img-sticker > a div.row > div.col-xs-5 > div.img-sticker > a |
div.row > div.col-xs-5 > div.img-sticker > a div.row > div.col-xs-5 > div.img-sticker > a |
div.row > div.col-xs-5 > div.img-sticker > a div.row > div.col-xs-5 > div.img-sticker > a |
div.row > div.col-xs-5 > div.img-sticker > a div.row > div.col-xs-5 > div.img-sticker > a |
div.row > div.col-xs-5 > div.img-sticker > a div.row > div.col-xs-5 > div.img-sticker > a |
div.row > div.col-xs-5 > div.img-sticker > a div.row > div.col-xs-5 > div.img-sticker > a |
div.col-xs-5 > div > div.img-sticker > a div.col-xs-5 > div > div.img-sticker > a |
div.col-xs-5 > div > div.img-sticker > a div.col-xs-5 > div > div.img-sticker > a |
div.row > div.col-xs-5 > div.img-sticker > a div.row > div.col-xs-5 > div.img-sticker > a |
div.row > div.col-xs-5 > div.img-sticker > a div.row > div.col-xs-5 > div.img-sticker > a |
div.row > div.col-xs-5 > div.img-sticker > a div.row > div.col-xs-5 > div.img-sticker > a |
div.row > div.col-xs-5 > div.img-sticker > a div.row > div.col-xs-5 > div.img-sticker > a |
div.row > div.col-xs-5 > div.img-sticker > a div.row > div.col-xs-5 > div.img-sticker > a |
div.row > div.col-xs-5 > div.img-sticker > a div.row > div.col-xs-5 > div.img-sticker > a |
div.row > div.col-xs-5 > div.img-sticker > a div.row > div.col-xs-5 > div.img-sticker > a |
div.row > div.col-xs-5 > div.img-sticker > a div.row > div.col-xs-5 > div.img-sticker > a |
div.row > div.col-xs-5 > div.img-sticker > a div.row > div.col-xs-5 > div.img-sticker > a |
div.row > div.col-xs-5 > div.img-sticker > a div.row > div.col-xs-5 > div.img-sticker > a |
div.row > div.col-xs-5 > div.img-sticker > a div.row > div.col-xs-5 > div.img-sticker > a |
div.footer-n__inner > ul.footer-n__socials > li > a.youtube div.footer-n__inner > ul.footer-n__socials > li > a.youtube |
div.footer-n__inner > ul.footer-n__socials > li > a.instagram-white div.footer-n__inner > ul.footer-n__socials > li > a.instagram-white |
div.footer-n__inner > ul.footer-n__socials > li > a.twitter-white div.footer-n__inner > ul.footer-n__socials > li > a.twitter-white |
div.footer-n__inner > ul.footer-n__socials > li > a.facebook-white div.footer-n__inner > ul.footer-n__socials > li > a.facebook-white |
div.footer-n__inner > ul.footer-n__socials > li > a.telegram div.footer-n__inner > ul.footer-n__socials > li > a.telegram |
div.footer-n__inner > ul.footer-n__downloads > li > a.playstore-large div.footer-n__inner > ul.footer-n__downloads > li > a.playstore-large |
div.footer-n__inner > ul.footer-n__downloads > li > a.appstore-large div.footer-n__inner > ul.footer-n__downloads > li > a.appstore-large |
div.footer-n__inner > ul.footer-n__downloads > li > a.huawei div.footer-n__inner > ul.footer-n__downloads > li > a.huawei |
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.
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 |
|---|
Toggle navigation div#tsolnavbar > ul.nav > li.show-sd > button.mega-nav-toggle |
NATION div.col-sm-3 > div.row > div.col-xs-7 > a.kicker |
NATION div.col-sm-3 > div.row > div.col-xs-7 > a.kicker |
BUSINESS div.col-sm-3 > div.row > div.col-xs-7 > a.kicker |
ASEANPLUS NEWS div.col-sm-3 > div.row > div.col-xs-7 > a.kicker |
TRUE OR NOT div.col-sm-3 > div.row > div.col-xs-7 > a.kicker |
SINGAPORE div.col-sm-3 > div.row > div.col-xs-7 > a.kicker |
NATION div.col-sm-3 > div.row > div.col-xs-7 > a.kicker |
ENTERTAINMENT div.col-sm-3 > div.row > div.col-xs-7 > a.kicker |
BUSINESS div.col-sm-3 > div.row > div.col-xs-7 > a.kicker |
NATION div.col-sm-3 > div.row > div.col-xs-7 > a.kicker |
NATION div.col-sm-3 > div.row > div.col-xs-7 > a.kicker |
ASEANPLUS NEWS div.col-sm-3 > div.row > div.col-xs-7 > a.kicker |
NATION div.col-sm-3 > div.row > div.col-xs-7 > a.kicker |
ASEANPLUS NEWS div.col-sm-3 > div.row > div.col-xs-7 > a.kicker |
NATION div.col-sm-3 > div.row > div.col-xs-7 > a.kicker |
BANKING div.col-sm-3 > div.row > div.col-xs-7 > a.kicker |
WORLD li#start > div.col-xs-9 > div.timeline-content > a.kicker |
FOOTBALL li#1858377 > div.col-xs-9 > div.timeline-content > a.kicker |
FOOTBALL li#1858375 > div.col-xs-9 > div.timeline-content > a.kicker |
WORLD li#1858374 > div.col-xs-9 > div.timeline-content > a.kicker |
FOOTBALL li#end > div.col-xs-9 > div.timeline-content > a.kicker |
Read Now div#divWPBrandSpotlightWidget > div.brand-widget > div.card--video-vertical > button.button |
Read Now div.brand-widget > div.card--video-vertical > button.button > a |
Read Now div#divWPBrandSpotlightWidget > div.brand-widget > div.card--video-vertical > button.button |
Read Now div.brand-widget > div.card--video-vertical > button.button > a |
Read Now div#divWPBrandSpotlightWidget > div.brand-widget > div.card--video-vertical > button.button |
Read Now div.brand-widget > div.card--video-vertical > button.button > a |
Read Now div#divWPBrandSpotlightWidget > div.brand-widget > div.card--video-vertical > button.button |
Read Now div.brand-widget > div.card--video-vertical > button.button > a |
On A Shared Future div.col-xs-12 > div.col-wrap > div.col-content > a.kicker-2 |
Over The Top div.col-xs-12 > div.col-wrap > div.col-content > a.kicker-2 |
A Winning Factor div.col-xs-12 > div.col-wrap > div.col-content > a.kicker-2 |
The Star Says div.col-xs-12 > div.col-wrap > div.col-content > a.kicker-2 |
Analysis div.col-xs-12 > div.col-wrap > div.col-content > a.kicker-2 |
Letters To The Editor div.col-xs-12 > div.col-wrap > div.col-content > a.kicker-2 |
Letters To The Editor div.col-xs-12 > div.col-wrap > div.col-content > a.kicker-2 |
Letters To The Editor div.col-xs-12 > div.col-wrap > div.col-content > a.kicker-2 |
PAKISTAN div.col-sm-3 > div.row > div.col-xs-7 > a.kicker |
NATION div.col-sm-3 > div.row > div.col-xs-7 > a.kicker |
ASEANPLUS NEWS div.col-sm-3 > div.row > div.col-xs-7 > a.kicker |
THESTARTV div.col-sm-3 > div.row > div.col-xs-7 > a.kicker |
ENTERTAINMENT div.col-sm-3 > div.row > div.col-xs-7 > a.kicker |
CLIMATE div.col-sm-3 > div.row > div.col-xs-7 > a.kicker |
WELLNESS div.col-sm-3 > div.row > div.col-xs-7 > a.kicker |
ASIA & OCEANIA div.col-sm-3 > div.row > div.col-xs-7 > a.kicker |
TECHNOLOGY div.col-sm-6 > div.row > div.col-xs-7 > a.kicker |
NATION div.col-sm-6 > div.row > div.col-xs-7 > a.kicker |
NATION div.col-sm-6 > div.row > div.col-xs-7 > a.kicker |
METRO NEWS div.col-sm-6 > div.row > div.col-xs-7 > a.kicker |
NATION ul#MoreNews-Second > li.row > div.col-xs-7 > a.kicker |
BANKING ul#MoreNews-Second > li.row > div.col-xs-7 > a.kicker |
CORPORATE NEWS ul#MoreNews-Second > li.row > div.col-xs-7 > a.kicker |
NATION ul#MoreNews-Second > li.row > div.col-xs-7 > a.kicker |
NATION ul#MoreNews-Second > li.row > div.col-xs-7 > a.kicker |
NATION div.col-sm-3 > div.row > div.col-xs-7 > a.kicker |
BADMINTON div.col-sm-3 > div.row > div.col-xs-7 > a.kicker |
METRO NEWS div.col-sm-3 > div.row > div.col-xs-7 > a.kicker |
BADMINTON div.col-sm-3 > div.row > div.col-xs-7 > a.kicker |
SMARTPHONES div#MoreNews-Fourth > div.row > div.col-xs-7 > a.kicker |
STAR BIZ7 div#MoreNews-Fourth > div.row > div.col-xs-7 > a.kicker |
CARSIFU div.col-sm-2 > div.row > div.col-xs-7 > a.kicker |
KUALI div.col-sm-2 > div.row > div.col-xs-7 > a.kicker |
MSTAR ONLINE div.col-sm-2 > div.row > div.col-xs-7 > a.kicker |
STARPROPERTY div.col-sm-2 > div.row > div.col-xs-7 > a.kicker |
STAR ESG div.col-sm-2 > div.row > div.col-xs-7 > a.kicker |
R.AGE div.col-sm-2 > div.row > div.col-xs-7 > a.kicker |
These items highlight common accessibility best practices.
Users are mistrustful of or confused by sites that request to send notifications without context. Consider tying the request to user gestures instead. Learn more about responsibly getting permission for notifications.
Performance issues directly impact user engagement and conversion rates.
| Source |
|---|
/v1/js-versioning?clientkey=ADGMOT35CHFLVDHBJNIG50K968P0V... line 1, col 312001 |
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
div.card--hero > div.card__image > a > img div.card--hero > div.card__image > a > img | apicms.thestar.com.my/uploads/images/2026/04/13/thumbs/550/3857268.webp | 460 x 307 (1.50) | 550 x 397 (1.39) |
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 |
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 |
|---|---|
| /starpicks/2026/04/17/is-admission-to-oxbridge-and-the-iv... | Read More |
| /starpicks/2026/04/21/more-than-rm18bil-in-fdi-unlocked-a... | Read 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.col-wrap > div.col-byline > a > img.col-xs-3 div.col-wrap > div.col-byline > a > img.col-xs-3 |
div.col-wrap > div.col-byline > a > img.col-xs-3 div.col-wrap > div.col-byline > a > img.col-xs-3 |
div.col-wrap > div.col-byline > a > img.col-xs-3 div.col-wrap > div.col-byline > a > img.col-xs-3 |
div.col-wrap > div.col-byline > a > img.col-xs-3 div.col-wrap > div.col-byline > a > img.col-xs-3 |
div.col-wrap > div.col-byline > a > img.col-xs-offset-9 div.col-wrap > div.col-byline > a > img.col-xs-offset-9 |
div.col-wrap > div.col-byline > a > img.col-xs-offset-9 div.col-wrap > div.col-byline > a > img.col-xs-offset-9 |
div.col-wrap > div.col-byline > a > img.col-xs-offset-9 div.col-wrap > div.col-byline > a > img.col-xs-offset-9 |
div.col-xs-5 > div.img-sticker > a > img.lazyload div.col-xs-5 > div.img-sticker > a > img.lazyload |
div.row > div.col-xs-12 > a > img div.row > div.col-xs-12 > a > img |
div.col-xs-5 > div.img-sticker > a > img.lazyload div.col-xs-5 > div.img-sticker > a > img.lazyload |
div.col-xs-5 > div.img-sticker > a > img.lazyload div.col-xs-5 > div.img-sticker > a > img.lazyload |
div.col-xs-5 > div.img-sticker > a > img.lazyload div.col-xs-5 > div.img-sticker > a > img.lazyload |
div.col-xs-5 > div.img-sticker > a > img.lazyload div.col-xs-5 > div.img-sticker > a > img.lazyload |
div.col-xs-5 > div.img-sticker > a > img.lazyload div.col-xs-5 > div.img-sticker > a > img.lazyload |
div.col-xs-5 > div.img-sticker > a > img.lazyload div.col-xs-5 > div.img-sticker > a > img.lazyload |
div.col-xs-5 > div.img-sticker > a > img.lazyload div.col-xs-5 > div.img-sticker > a > img.lazyload |
div.col-xs-5 > div.img-sticker > a > img.lazyload div.col-xs-5 > div.img-sticker > a > img.lazyload |
div > div.img-sticker > a > img.lazyload div > div.img-sticker > a > img.lazyload |
div > div.img-sticker > a > img.lazyload div > div.img-sticker > a > img.lazyload |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback