Mobile 375 × 812

Desktop 1440 × 900

Score: 67 / 100
Based on 8 categories, 0 sections
Room to improve — your 10.5s 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.
Solid infrastructure — fast server responses across the board.
Mostly compliant — a few items need attention.
Rich content metadata — your pages look great everywhere.
Heavier than average — reducing page weight saves energy and bandwidth.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
HSTS header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
Page weighs 23.1 MB (7.1 MB transferred)
Performance issues directly impact user engagement and conversion rates.
12 link(s) with no accessible 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/4a89b407-5396-416a-9cad-ef1f227d2280)<a href="https://beavercheck.com/results/4a89b407-5396-416a-9cad-ef1f227d2280"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fkompas.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fkompas.comThis badge auto-updates with your latest scan result.
Your site has several issues that may be affecting user experience and business outcomes. Your LCP of 10.5s 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 ~33%.
Page takes 10.5s to load
+12% bounceUsers abandon at ~3s — you're 8.0s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 3.7s
+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
2 form field(s) without a label
+4% 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
155 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
6 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.
$500 investment → $5,002/month returns + USD 157,500 risk avoided
$500
5h · 5 findings
$5,002 /mo
~$60,022 / year
USD 157,500
if kept compliant
$150 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
5.0 developer hours at $100/hr
Based on United States rates ($100/hr)
Start here for the best return on investment
$13,127 / month at risk
~$157,521 / year if left unfixed
$157,500
+11 more
$1.78 /mo
22201.3 MB/mo × 0.080 USD/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 5 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
5.78 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
10.46 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
3.66 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.007
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
18.54 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.
43.20 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
| URL | Est Savings |
|---|---|
| fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fBBc4AMP6lQ.woff2 | 40 ms |
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 | |
|---|---|---|---|
SEPATU AJAN SHOP LIVE div#tns1-item3 > div > div.product-img > img | cf.shopee.co.id/file/id-11134207-82252-mgzdu5pkudjfaf | 1.1 MiB | 1.1 MiB |
6 pasang kaos kaki anak sekolah putih telapak hitam div#tns1-item4 > div > div.product-img > img | cf.shopee.co.id/file/id-11134207-7ra0p-mbuyxea8iw8d91 | 349.7 KiB | 346.1 KiB |
Goojodoq 4000mAh High-speed kipas Mini Portable kipas angin 100 Gear Wind dapa… div#tns1-item2 > div > div.product-img > img | cf.shopee.co.id/file/id-11134207-7ra0n-mbf4szsng1qe34 | 346.1 KiB | 342.5 KiB |
Kompas.com header.header-block > div.header-logo > a > img | asset.kompas.com/kartini-gif.gif | 256.8 KiB | 228.8 KiB |
Closeup Pasta Gigi Menthol Fresh Valuepack 2x160gr div#tns1-item1 > div > div.product-img > img | cf.shopee.co.id/file/sg-11134201-81zvx-mn3u8dxrwef73c | 199.4 KiB | 195.8 KiB |
ANTING SPECIAL PROMO E - EMAS 17K - BUNGA TANJUNG GOLD div.product-item > div > div.product-img > img | cf.shopee.co.id/file/id-11134207-822ws-mld0ae7hvj7k82 | 85.9 KiB | 83.4 KiB |
div.GoogleActiveViewElement > div.canvas > a > img div.GoogleActiveViewElement > div.canvas > a > img | tpc.googlesyndication.com/simgad/13370050334329416270? | 96.4 KiB | 59.1 KiB |
Icon Kompascom+ div.menu-item > a#menu-plus > span.icon-svg > img | asset.kompas.com/data/2025/03/05/1535/icon-kplus.gif | 62.5 KiB | 42.9 KiB |
| tpc.googlesyndication.com/simgad/15252080390452115736 | 47.3 KiB | 42.1 KiB | |
Joki UTBK 2026 Terungkap: Unesa Amankan Pelaku, Unair dan UPNVJT Temukan Modus … a.wBox-content-link > div.wBox-content > div.wBox-content-img > img | /crops/EMMqYBi3qyp1kNVb2Mq0ltx8ICM=/0x0:1748x1165/160x106... | 38.2 KiB | 35.4 KiB |
div.widgetBox-col > div.widgetBox-body > div.widgetBox-icon > img div.widgetBox-col > div.widgetBox-body > div.widgetBox-icon > img | asset.kompas.com/data/2026/living_assistance/images/logo-bsi.png | 31.5 KiB | 31.1 KiB |
Hero Banner div#wBox > div.wBox-title > picture > img | asset.kompas.com/data/2025/breakinglipsusgenerik/images/lipsus/bg-mobile.jpg | 35.5 KiB | 25.2 KiB |
div.GoogleActiveViewElement > div.canvas > a > img div.GoogleActiveViewElement > div.canvas > a > img | tpc.googlesyndication.com/simgad/1829565902676037245? | 62.5 KiB | 25.1 KiB |
body > div > a > img body > div > a > img | adsimg.kompas.com/html5/assets_ads/pushdown/images/A-320x480_1.jpg | 59.7 KiB | 14.0 KiB |
| tpc.googlesyndication.com/simgad/861043301036117866? | 14.3 KiB | 14.0 KiB | |
| tpc.googlesyndication.com/simgad/7072040610508772318? | 39.5 KiB | 10.2 KiB | |
Kompas.com Plus ul > li > div.navItem > img | asset.kompas.com/data/2025/living_assistance/images/icn-kompascomplus.png | 10.2 KiB | 10.1 KiB |
div.GoogleActiveViewElement > div.container > div.bg-ad > img div.GoogleActiveViewElement > div.container > div.bg-ad > img | tpc.googlesyndication.com/simgad/13705287408040840524? | 11.7 KiB | 6.4 KiB |
JK Angkat Bicara soal Ceramahnya yang Viral di Medsos... a.wBox-content-link > div.wBox-content > div.wBox-content-img > img | /crops/AEQl18C43IPupXldnaC52OPj9wc=/0x0:5000x3333/160x106... | 8.8 KiB | 6.1 KiB |
Klasemen Olahraga ul > li > div.navItem > img | asset.kompas.com/data/2025/living_assistance/images/icn-klasemen-olahraga.png | 5.3 KiB | 5.2 KiB |
Atur Keuangan ul > li > div.navItem > img | asset.kompas.com/data/2025/living_assistance/images/icn-atur-keuangan.png | 5.1 KiB | 4.9 KiB |
Saat Noel Ebenezer dan Sultan Kemnaker Saling Bantah soal Minta Duit Miliaran h… a.wBox-content-link > div.wBox-content > div.wBox-content-img > img | /crops/jE8FYD4bpgsz5BnVkYd2hur2_HU=/0x0:0x0/160x106/data/... | 7.2 KiB | 4.4 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.
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.
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 |
|---|---|
| kompas.com/ | 967 ms |
| www.kompas.com/ | 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.kompas.com/ | 735 ms |
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|---|
| asset.kompas.com/data/2026/04/15/kompascom/mobile/css/kcm-m-foundation.min.css | 175.7 KiB | 172.5 KiB |
| asset.kompas.com/data/2025/12/24/kompascom/mobile/css/kcm-m-foundation.min.css | 60.4 KiB | 56.9 KiB |
| asset.kompas.com/data/2026/04/21/1037/style-wp.min.css | 69.0 KiB | 56.7 KiB |
| asset.kompas.com/data/2025/11/17/kompascom/mobile/css/style-wp.min.css | 53.9 KiB | 52.2 KiB |
| asset.kompas.com/data/2026/03/27/1436/style-revamp.min.css | 49.1 KiB | 43.3 KiB |
| asset.kompas.com/data/2025/11/25/kompascom/mobile/css/style-revamp.min.css | 41.9 KiB | 40.6 KiB |
| /data/2026/02/25/kompascom/mobile/css/style-living-assist... | 18.4 KiB | 13.9 KiB |
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 15.1 s |
| Other | 14.4 s |
| Rendering | 8.0 s |
| Style & Layout | 2.4 s |
| Script Parsing & Compilation | 1.1 s |
| Garbage Collection | 642 ms |
| Parse HTML & CSS | 568 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| The page has an unload handler in a sub frame. | Actionable |
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
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 | |
|---|---|
btn close ads div#sticky-mobile-r > div > a#tombolclosehorad > img | adsimg.kompas.com/html5/assets_ads/horads_mobile/images/closet-update.png |
li > a > span.icon-vik > img.lozad li > a > span.icon-vik > img.lozad | |
appstore li > a > div.menu-apps-img > img.lozad | |
playstore li > a > div.menu-apps-img > img.lozad | |
div.highlight__stories > div.highlight__stories__head > h4.highlight__stories__title > img.lozad div.highlight__stories > div.highlight__stories__head > h4.highlight__stories__title > img.lozad | |
ul.highlight__stories__ul > li > a > img.lozad ul.highlight__stories__ul > li > a > img.lozad | |
li > a > div.stories__title > img.stories__title__logo li > a > div.stories__title > img.stories__title__logo | |
ul.highlight__stories__ul > li > a > img.lozad ul.highlight__stories__ul > li > a > img.lozad | |
ul.highlight__stories__ul > li > a > img.lozad ul.highlight__stories__ul > li > a > img.lozad | |
ul.highlight__stories__ul > li > a > img.lozad ul.highlight__stories__ul > li > a > img.lozad | |
ul.highlight__stories__ul > li > a > img.lozad ul.highlight__stories__ul > li > a > img.lozad | |
ul.highlight__stories__ul > li > a > img.lozad ul.highlight__stories__ul > li > a > img.lozad | |
ul.highlight__stories__ul > li > a > img.lozad ul.highlight__stories__ul > li > a > img.lozad | |
ul.highlight__stories__ul > li > a > img.lozad ul.highlight__stories__ul > li > a > img.lozad | |
ul.highlight__stories__ul > li > a > img.lozad ul.highlight__stories__ul > li > a > img.lozad | |
ul.highlight__stories__ul > li > a > img.lozad ul.highlight__stories__ul > li > a > img.lozad | |
ul.highlight__stories__ul > li > a > img.lozad ul.highlight__stories__ul > li > a > img.lozad | |
ul.highlight__stories__ul > li > a > img.lozad ul.highlight__stories__ul > li > a > img.lozad | |
ul.highlight__stories__ul > li > a > img.lozad ul.highlight__stories__ul > li > a > img.lozad | |
ul.highlight__stories__ul > li > a > img.lozad ul.highlight__stories__ul > li > a > img.lozad | |
ul.highlight__stories__ul > li > a > img.lozad ul.highlight__stories__ul > li > a > img.lozad | |
ul.highlight__stories__ul > li > a > img.lozad ul.highlight__stories__ul > li > a > img.lozad | |
ul.highlight__stories__ul > li > a > img.lozad ul.highlight__stories__ul > li > a > img.lozad | |
ul.highlight__stories__ul > li > a > img.lozad ul.highlight__stories__ul > li > a > img.lozad | |
ul.highlight__stories__ul > li > a > img.lozad ul.highlight__stories__ul > li > a > img.lozad | |
ul.highlight__stories__ul > li > a > img.lozad ul.highlight__stories__ul > li > a > img.lozad | |
ul.highlight__stories__ul > li > a > img.lozad ul.highlight__stories__ul > li > a > img.lozad | |
ul.highlight__stories__ul > li > a > img.lozad ul.highlight__stories__ul > li > a > img.lozad | |
div#bttButton > a > span.icon-back-top > img.lozad div#bttButton > a > span.icon-back-top > img.lozad | |
WOW Brand Indonesia 2019 div.logo__achieve__item > a.logo__achieve__link > div.logo__achieve__img > img.lozad | |
Superbrand Indonesia 2019 - Trusted Online News div.logo__achieve__item > a.logo__achieve__link > div.logo__achieve__img > img.lozad | |
International Fact-Checking Network div.logo__achieve__item > a.logo__achieve__link > div.logo__achieve__img > img.lozad | |
apple store div.footer-download > a > div.footer-download--app > img.lozad | |
google store div.footer-download > a > div.footer-download--google > img.lozad |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#modalsSearch > div.modalsSearch-inner > div.searchBox-inner > button.searchBox-close div#modalsSearch > div.modalsSearch-inner > div.searchBox-inner > button.searchBox-close |
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 |
|---|
Aplikasi Kompas.com div.ol_big > div.ol_big_inner > div.ol_promo > iframe |
div.content_article > div.row > div.text-center > iframe div.content_article > div.row > div.text-center > 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 |
|---|
body.revamp1 > div#smartbanner > div.bapps__wrap > a.bapps__link body.revamp1 > div#smartbanner > div.bapps__wrap > a.bapps__link |
div.root > header.header-block > div.header-logo > a.header-logo-campaign div.root > header.header-block > div.header-logo > a.header-logo-campaign |
div.highlight__stories__post > ul.highlight__stories__ul > li > a div.highlight__stories__post > ul.highlight__stories__ul > li > a |
div.highlight__stories__post > ul.highlight__stories__ul > li > a div.highlight__stories__post > ul.highlight__stories__ul > li > a |
div.highlight__stories__post > ul.highlight__stories__ul > li > a div.highlight__stories__post > ul.highlight__stories__ul > li > a |
div.highlight__stories__post > ul.highlight__stories__ul > li > a div.highlight__stories__post > ul.highlight__stories__ul > li > a |
div.highlight__stories__post > ul.highlight__stories__ul > li > a div.highlight__stories__post > ul.highlight__stories__ul > li > a |
div.highlight__stories__post > ul.highlight__stories__ul > li > a div.highlight__stories__post > ul.highlight__stories__ul > li > a |
div.highlight__stories__post > ul.highlight__stories__ul > li > a div.highlight__stories__post > ul.highlight__stories__ul > li > a |
div.highlight__stories__post > ul.highlight__stories__ul > li > a div.highlight__stories__post > ul.highlight__stories__ul > li > a |
div.highlight__stories__post > ul.highlight__stories__ul > li > a div.highlight__stories__post > ul.highlight__stories__ul > li > a |
div.highlight__stories__post > ul.highlight__stories__ul > li > a div.highlight__stories__post > ul.highlight__stories__ul > li > a |
div.highlight__stories__post > ul.highlight__stories__ul > li > a div.highlight__stories__post > ul.highlight__stories__ul > li > a |
div.highlight__stories__post > ul.highlight__stories__ul > li > a div.highlight__stories__post > ul.highlight__stories__ul > li > a |
div.highlight__stories__post > ul.highlight__stories__ul > li > a div.highlight__stories__post > ul.highlight__stories__ul > li > a |
div.highlight__stories__post > ul.highlight__stories__ul > li > a div.highlight__stories__post > ul.highlight__stories__ul > li > a |
div.highlight__stories__post > ul.highlight__stories__ul > li > a div.highlight__stories__post > ul.highlight__stories__ul > li > a |
div.highlight__stories__post > ul.highlight__stories__ul > li > a div.highlight__stories__post > ul.highlight__stories__ul > li > a |
div.highlight__stories__post > ul.highlight__stories__ul > li > a div.highlight__stories__post > ul.highlight__stories__ul > li > a |
div.highlight__stories__post > ul.highlight__stories__ul > li > a div.highlight__stories__post > ul.highlight__stories__ul > li > a |
div.highlight__stories__post > ul.highlight__stories__ul > li > a div.highlight__stories__post > ul.highlight__stories__ul > li > a |
div.highlight__stories__post > ul.highlight__stories__ul > li > a div.highlight__stories__post > ul.highlight__stories__ul > li > a |
div.highlight__stories__post > ul.highlight__stories__ul > li > a div.highlight__stories__post > ul.highlight__stories__ul > li > a |
div.content_article > div.footer > div.logo__kcm > a div.content_article > div.footer > div.logo__kcm > a |
WOW Brand Indonesia 2019 div.footer > div.logo__achieve > div.logo__achieve__item > a.logo__achieve__link |
Superbrand Indonesia 2019 - Trusted Online News div.footer > div.logo__achieve > div.logo__achieve__item > a.logo__achieve__link |
International Fact-Checking Network div.footer > div.logo__achieve > div.logo__achieve__item > a.logo__achieve__link |
apple store div.content_article > div.footer > div.footer-download > a |
google store div.content_article > div.footer > div.footer-download > a |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
TRENDING: div.row > div.layoutWrap > div.trendWrap > div.trendName |
Headline div.hlScroll > div.slideshow > a > div.hlSubtitle |
Gabung Kompas.com+ div.layoutWrap > div.gate-kgplus > span > a |
Gabung Kompas.com+ div.layoutWrap > div.gate-kgplus > span > a |
Gabung Kompas.com+ div.layoutWrap > div.gate-kgplus > span > a |
Andang Subaharianto div.opinionItem > div.opinionItem-content > a.opinionItem-author > div.opinionItem-name |
Dosen div.opinionItem > div.opinionItem-content > a.opinionItem-author > div.opinionItem-namesub |
Mohammad Aliman Shahmi div.opinionItem > div.opinionItem-content > a.opinionItem-author > div.opinionItem-name |
Dosen div.opinionItem > div.opinionItem-content > a.opinionItem-author > div.opinionItem-namesub |
Udin Suchaini div.opinionItem > div.opinionItem-content > a.opinionItem-author > div.opinionItem-name |
ASN di Badan Pusat Statistik div.opinionItem > div.opinionItem-content > a.opinionItem-author > div.opinionItem-namesub |
Emerson Yuntho div.opinionItem > div.opinionItem-content > a.opinionItem-author > div.opinionItem-name |
Wakil Direktur Visi Integritas, Advokat div.opinionItem > div.opinionItem-content > a.opinionItem-author > div.opinionItem-namesub |
WT. Daniealdi div.opinionItem > div.opinionItem-content > a.opinionItem-author > div.opinionItem-name |
Dosen UNIKOM Bandung div.opinionItem > div.opinionItem-content > a.opinionItem-author > div.opinionItem-namesub |
Low-contrast text is difficult or impossible for many users to read. Link text that is discernible improves the experience for users with low vision. Learn how to make links distinguishable.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Gabung Kompas.com+ div.layoutWrap > div.gate-kgplus > span > a |
Gabung Kompas.com+ div.layoutWrap > div.gate-kgplus > span > a |
Gabung Kompas.com+ div.layoutWrap > div.gate-kgplus > span > a |
These are opportunities to improve the legibility of your content.
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Song Min Ho WINNER Terancam 1,5 Tahun Penjara, Akui Pelanggaran Wajib Militer a > div.wSpec-wrap > div.wSpec-box > h4.wSpec-title |
These are opportunities to improve keyboard navigation in your application.
If a page doesn't specify a `lang` attribute, a screen reader assumes that the page is in the default language that the user chose when setting up the screen reader. If the page isn't actually in the default language, then the screen reader might not announce the page's text correctly. Learn more about the `lang` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These are opportunities to improve the interpretation of your content by users in different locales.
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
head > meta head > meta |
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These items highlight common accessibility best practices.
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 |
|---|
asset.kompas.com/kgnotif/2024/11/06/kompascom.js line 1, col 45667 |
Image natural dimensions should be proportional to the display size and the pixel ratio to maximize image clarity. Learn how to provide responsive images.
Performance issues directly impact user engagement and conversion rates.
| URL | Displayed size | Actual size | Expected size | |
|---|---|---|---|---|
btn close ads div#sticky-mobile-r > div > a#tombolclosehorad > img | adsimg.kompas.com/html5/assets_ads/horads_mobile/images/closet-update.png | 24 x 24 | 24 x 24 | 36 x 36 |
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 |
|---|---|
| Unload event listeners are deprecated and will be removed. | |
| Topics | /html5/prebid/kompas/prebid11.6.0-kompascom-17042026.js?v... line 11, col 92366 |
| AttributionReporting | connect.facebook.net/en_US/fbevents.js line 279, col 769 |
| Specifying overflow: visible on img, video and canvas tags may cause them to produce visual content outside of the element bounds. See https://github.com/WICG/shared-element-transitions/blob/main/debugging_overflow_on_images.md. |
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 |
|---|---|
accounts.google.com/gsi/client line 85, col 88 | [GSI_LOGGER]: FedCM get() rejects with NetworkError: Error retrieving a token. |
Access to fetch at 'https://aladdin.genieesspv.jp/yie/ld/api/ad_call/v2?zoneid=1611106&cb=2432430221&charset=UTF-8&loc=https%3A%2F%2Fwww.kompas.com%2F&ct0=undefined&referer=undefined&topframe=1&cur=JPY&requestid=52260308-55d6-4de9-b176-b6db5f640e81&ua=Mozilla%2F5.0%20(Linux%3B%20Android%2011%3B%20moto%20g%20power%20(2022))%20AppleWebKit%2F537.36%20(KHTML%2C%20like%20Gecko)%20Chrome%2F147.0.0.0%20Mobile%20Safari%2F537.36&tpaf=1&cks=1&schain=&gpid=1000008-V6ttRlrwQl&title=Berita%2520Terkini%2520Hari%2520Ini%252C%2520Kabar%2520Akurat%2520Terpercaya%2520-%2520Kompas.com&sw=412&sh=823&ucmbl=%3F0' from origin 'https://www.kompas.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Access to fetch at 'https://aladdin.genieesspv.jp/yie/ld/api/ad_call/v2?zoneid=1611107&cb=98923879407&charset=UTF-8&loc=https%3A%2F%2Fwww.kompas.com%2F&ct0=undefined&referer=undefined&topframe=1&cur=JPY&requestid=ce0dbb48-fdc2-43d0-8146-915a09d661a7&ua=Mozilla%2F5.0%20(Linux%3B%20Android%2011%3B%20moto%20g%20power%20(2022))%20AppleWebKit%2F537.36%20(KHTML%2C%20like%20Gecko)%20Chrome%2F147.0.0.0%20Mobile%20Safari%2F537.36&tpaf=1&cks=1&schain=&gpid=1000008-EBRYvbrnta&title=Berita%2520Terkini%2520Hari%2520Ini%252C%2520Kabar%2520Akurat%2520Terpercaya%2520-%2520Kompas.com&sw=412&sh=823&ucmbl=%3F0' from origin 'https://www.kompas.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Access to fetch at 'https://aladdin.genieesspv.jp/yie/ld/api/ad_call/v2?zoneid=1611108&cb=56158726929&charset=UTF-8&loc=https%3A%2F%2Fwww.kompas.com%2F&ct0=undefined&referer=undefined&topframe=1&cur=JPY&requestid=cff87da6-1085-4130-ae0c-f807b960275a&ua=Mozilla%2F5.0%20(Linux%3B%20Android%2011%3B%20moto%20g%20power%20(2022))%20AppleWebKit%2F537.36%20(KHTML%2C%20like%20Gecko)%20Chrome%2F147.0.0.0%20Mobile%20Safari%2F537.36&tpaf=1&cks=1&schain=&gpid=1000008-WDaeMk7IXx&title=Berita%2520Terkini%2520Hari%2520Ini%252C%2520Kabar%2520Akurat%2520Terpercaya%2520-%2520Kompas.com&sw=412&sh=823&ucmbl=%3F0' from origin 'https://www.kompas.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Access to fetch at 'https://aladdin.genieesspv.jp/yie/ld/api/ad_call/v2?zoneid=1611109&cb=91062230364&charset=UTF-8&loc=https%3A%2F%2Fwww.kompas.com%2F&ct0=undefined&referer=undefined&topframe=1&cur=JPY&requestid=1e3728bb-3b1f-4cd3-87c0-708413ba482d&ua=Mozilla%2F5.0%20(Linux%3B%20Android%2011%3B%20moto%20g%20power%20(2022))%20AppleWebKit%2F537.36%20(KHTML%2C%20like%20Gecko)%20Chrome%2F147.0.0.0%20Mobile%20Safari%2F537.36&tpaf=1&cks=1&schain=&gpid=1000004-5VM0xTRFyw&title=Berita%2520Terkini%2520Hari%2520Ini%252C%2520Kabar%2520Akurat%2520Terpercaya%2520-%2520Kompas.com&sw=412&sh=823&ucmbl=%3F0' from origin 'https://www.kompas.com' 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 | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Not signed in with the identity provider. | |
Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'usermail') | |
Uncaught TypeError: Cannot read properties of undefined (reading 'other') |
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
× div#smartbanner > div.bapps__wrap > div.bapps__left > a.bapps__close |
Peristiwa di Jakarta
Lihat Semua Peristiwa div.widgetBox-inner > div.widgetBox-scroll > div#w_la_peta_public > a.widgetBox-box |
1 div.paging > ul > li.active > a |
Daftarkan Email div.content_article > div.footer > div.footer-newsletter > a.footer-newsletter-link |
To appear in search results, crawlers need access to your app.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
1.84 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
19.86 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
241 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.006
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
8.34 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.
21.79 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 | |
|---|---|---|---|
Posko Mudik Lebaran div.swiper-slide > div.itemCard > div.itemCard-thumb > img | asset.kompas.com/data/photo/2026/04/02/69ce4e82e3c8f.jpg | 10.1 MiB | 10.1 MiB |
Menata Hati Cirebon div.swiper-slide > div.itemCard > div.itemCard-thumb > img | asset.kompas.com/data/photo/2026/04/07/69d4a45ce14c7.jpg | 8.2 MiB | 8.2 MiB |
BSI Fest Ramadan div.swiper-slide > div.itemCard > div.itemCard-thumb > img | asset.kgmedia.id/photo/2026/04/02/69ce4cd36f4a9.jpg | 6.8 MiB | 6.8 MiB |
Menata Hati Semarang div.swiper-slide > div.itemCard > div.itemCard-thumb > img | asset.kompas.com/data/photo/2026/04/09/69d7b07a94bc8.jpg | 4.0 MiB | 4.0 MiB |
Kompas.com div.col-bs10-5 > div.logo > a > img | asset.kompas.com/kartini-gif.gif | 256.8 KiB | 239.5 KiB |
Run For Humanity Bandung div.swiper-slide > div.itemCard > div.itemCard-thumb > img | asset.kompas.com/data/photo/2026/04/13/69dc9f229ec8e.jpg | 212.6 KiB | 205.8 KiB |
Hero Banner div#wBox > div.wBox-title > picture > img | asset.kompas.com/data/2025/breakinglipsusgenerik/images/lipsus/bg-desktop.jpg | 92.7 KiB | 57.9 KiB |
Icon Kompascom+ div.menu-item > a#menu-plus > span.icon-svg > img | asset.kompas.com/data/2025/03/05/1535/icon-kplus.gif | 62.5 KiB | 56.1 KiB |
Joki UTBK 2026 Terungkap: Unesa Amankan Pelaku, Unair dan UPNVJT Temukan Modus … a.wBox-content-link > div.wBox-content > div.wBox-content-img > img | /crops/EMMqYBi3qyp1kNVb2Mq0ltx8ICM=/0x0:1748x1165/160x106... | 38.2 KiB | 35.4 KiB |
div.layoutFull > div.sectionBox > div.sectionHead > img div.layoutFull > div.sectionBox > div.sectionHead > img | asset.kompas.com/data/2026/03/27/1359/logo-bsi.png | 33.6 KiB | 33.2 KiB |
div.widgetBox-col > div.widgetBox-body > div.widgetBox-icon > img div.widgetBox-col > div.widgetBox-body > div.widgetBox-icon > img | asset.kompas.com/data/2026/living_assistance/images/logo-bsi.png | 31.5 KiB | 31.4 KiB |
Dedi Mulyadi Tinjau Siswa Purwakarta yang Olok Guru, Kini Bersih-bersih, Juni k… div.hlItem > a > div.hlImg > img | /crops/7lzpVZNhtFRHLBEsOCGA2uG7Dvs=/0x0:0x0/740x500/data/... | 44.8 KiB | 21.7 KiB |
div.sectionHead-wrap > div.sectionHead-inner > h2.sectionHead-title > img div.sectionHead-wrap > div.sectionHead-inner > h2.sectionHead-title > img | asset.kompas.com/data/2026/03/27/1359/LANGKAH-EMAS.png | 12.2 KiB | 11.8 KiB |
Kompascom+ div#w_la_kompascom_plus > a.widgetBox-box > div.widgetBox-col > img | asset.kompas.com/data/2025/05/14/cuaca/desktop/images/icn-kompascomplus.png | 10.2 KiB | 10.1 KiB |
google store div.wBox > div.flex-justify-center > a > img | asset.kompas.com/data/2017/mobile/images/id-badge-playstore.png | 10.1 KiB | 9.4 KiB |
Baca Cepat div.widgetBox-item > a.widgetBox-box > div.widgetBox-col > img | asset.kompas.com/data/2025/05/14/cuaca/desktop/images/icn-baca-cepat.png | 8.2 KiB | 8.0 KiB |
QR Code Kompas.com div.wBox > div.wBox-content > div.wBox-img > img | asset.kompas.com/data/2025/10/02/kompascom/desktop/images/qr-code-logo.png | 8.2 KiB | 6.2 KiB |
JK Angkat Bicara soal Ceramahnya yang Viral di Medsos... a.wBox-content-link > div.wBox-content > div.wBox-content-img > img | /crops/AEQl18C43IPupXldnaC52OPj9wc=/0x0:5000x3333/160x106... | 8.8 KiB | 6.1 KiB |
Klasemen Olahraga div#w_la_klasemen > a.widgetBox-box > div.widgetBox-col > img | asset.kompas.com/data/2025/05/14/cuaca/desktop/images/icn-klasemen-olahraga.png | 5.3 KiB | 5.2 KiB |
QR Kompascom App div#wBox > div.wBox-qr > div.wBox-qr-img > img | asset.kompas.com/data/2025/breakinglipsusgenerik/images/img-qr.png | 6.8 KiB | 5.2 KiB |
Atur Keuangan ul > li > div.navItem > img | asset.kompas.com/data/2025/05/14/cuaca/desktop/images/icn-atur-keuangan.png | 5.1 KiB | 5.0 KiB |
| /video2019/73f614858444241bddf143/a769e4556f3062bb000b762... | 23.2 KiB | 4.6 KiB | |
Saat Noel Ebenezer dan Sultan Kemnaker Saling Bantah soal Minta Duit Miliaran h… a.wBox-content-link > div.wBox-content > div.wBox-content-img > img | /crops/jE8FYD4bpgsz5BnVkYd2hur2_HU=/0x0:0x0/160x106/data/... | 7.2 KiB | 4.4 KiB |
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|
| kompas.com/ | 288 ms |
| www.kompas.com/ | 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.kompas.com/ | 721 ms |
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|---|
| asset.kompas.com/data/2026/04/15/kompascom/desktop/css/kcm-d-foundation.min.css | 179.6 KiB | 174.6 KiB |
| asset.kompas.com/data/2026/04/20/1042/kcm2017-wp.min.css | 129.3 KiB | 106.2 KiB |
| .fc-consent-root .fc-dialog-container.fc-fullscreen { height: 100% !important; … } … | 16.3 KiB | 14.1 KiB |
| /data/2026/02/25/kompascom/desktop/css/style-living-assis... | 16.1 KiB | 11.7 KiB |
| asset.kompas.com/data/2025/09/22/sso/css/kgm-verify.min.css | 11.4 KiB | 11.1 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| www.kompas.com/ | 880 ms | 67 ms | 9.5 ms |
| asset.kompas.com/data/2025/breakinglipsusgenerik/js/swiper.min.js | 726 ms | 49 ms | 3.7 ms |
| 4fcc269481bc.edge.sdk.awswaf.com/4fcc269481bc/9759018ffabd/challenge.js | 637 ms | 504 ms | 56 ms |
| Unattributable | 616 ms | 123 ms | 0.0 ms |
| www.googletagmanager.com/gtm.js?id=GTM-PT7PC4 | 403 ms | 340 ms | 24 ms |
| /html5/prebid/kompas/prebid11.6.0-kompascom-17042026.js?v... | 300 ms | 277 ms | 10 ms |
| www.googletagmanager.com/gtag/js?id=G-7KGEC8EBBM&cx=c>m=4e64h1 | 128 ms | 102 ms | 24 ms |
| asset.kompas.com/data/2017/wp/js/jquery-1.12.0.min.js | 103 ms | 65 ms | 2.0 ms |
| www.googletagmanager.com/gtag/js?id=G-9TZYVFXGRP&cx=c>m=4e64h1 | 89 ms | 76 ms | 12 ms |
| /pagead/managed/js/gpt/m202604170101/pubads_impl.js?cb=31... | 79 ms | 59 ms | 13 ms |
| www.googletagmanager.com/gtag/js?id=G-77DJNQ0227&cx=c>m=4e64h1 | 78 ms | 69 ms | 7.8 ms |
| kompasindonesia.api.useinsider.com/ins.js?id=10006673 | 69 ms | 53 ms | 11 ms |
| fundingchoicesmessages.google.com/i/pub-9012468469771973?ers=1 | 61 ms | 56 ms | 3.7 ms |
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 2.1 s |
| Other | 1.3 s |
| Style & Layout | 554 ms |
| Rendering | 354 ms |
| Script Parsing & Compilation | 235 ms |
| Parse HTML & CSS | 73 ms |
| Garbage Collection | 43 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| The page has an unload handler in a sub frame. | Actionable |
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 | |
|---|---|
QR Code Kompas.com div.wBox > div.wBox-content > div.wBox-img > img | asset.kompas.com/data/2025/10/02/kompascom/desktop/images/qr-code-logo.png |
Kompas.com div.col-bs10-5 > div.logo > a > img | asset.kompas.com/kartini-gif.gif |
div.layoutFull > div.sectionBox > div.sectionHead > img div.layoutFull > div.sectionBox > div.sectionHead > img | asset.kompas.com/data/2026/03/27/1359/logo-bsi.png |
Jurnalisme Berkebangsaan ul.navSub-inner > li > a.navLestariProgram > img | /data/2023/06/07/kompascom/desktop/lestari/images/logo_ga... |
Jurnalisme Berkebangsaan ul.navSub-inner > li > a.navLestariProgram > img | /data/2023/06/07/kompascom/desktop/lestari/images/logo_ga... |
Festival Ceban ul.navSub-inner > li > a.navLestariProgram > img | /data/2023/02/2109/kompascom/desktop/images/lestari/logo-... |
Festival Ceban ul.navSub-inner > li > a.navLestariProgram > img | /data/2023/02/2109/kompascom/desktop/images/lestari/logo-... |
Cantikpreneurship ul.navSub-inner > li > a.navLestariProgram > img | /data/2023/02/2109/kompascom/desktop/images/lestari/logo-... |
Cantikpreneurship ul.navSub-inner > li > a.navLestariProgram > img | /data/2023/02/2109/kompascom/desktop/images/lestari/logo-... |
div.sectionHead-wrap > div.sectionHead-inner > h2.sectionHead-title > img div.sectionHead-wrap > div.sectionHead-inner > h2.sectionHead-title > img | asset.kompas.com/data/2026/03/27/1359/LANGKAH-EMAS.png |
google store div.wBox > div.flex-justify-center > a > img | asset.kompas.com/data/2017/mobile/images/id-badge-playstore.png |
Generasi Bangkit ul.navSub-inner > li > a.navLestariProgram > img | /data/2023/06/22/kompascom/mobile/lestari/images/logo-gen... |
Generasi Bangkit ul.navSub-inner > li > a.navLestariProgram > img | /data/2023/06/22/kompascom/mobile/lestari/images/logo-gen... |
Jernihkan Bumi ul.navSub-inner > li > a.navLestariProgram > img | /data/2023/02/2109/kompascom/desktop/images/lestari/logo-... |
Jernihkan Bumi ul.navSub-inner > li > a.navLestariProgram > img | /data/2023/02/2109/kompascom/desktop/images/lestari/logo-... |
apple store div.wBox > div.flex-justify-center > a > img | asset.kompas.com/data/2017/mobile/images/id-badge-appstore.png |
Jernihkan Harapan ul.navSub-inner > li > a.navLestariProgram > img | /data/2023/02/2109/kompascom/desktop/images/lestari/logo-... |
Jernihkan Harapan ul.navSub-inner > li > a.navLestariProgram > img | /data/2023/02/2109/kompascom/desktop/images/lestari/logo-... |
div#payment-options > label#payment-qris > span > img.asset--light div#payment-options > label#payment-qris > span > img.asset--light | asset.kompas.com/data/2025/apresiasi/icon/icn-qris.svg?v=1 |
div#payment-options > label#payment-gopay > span > img.asset--light div#payment-options > label#payment-gopay > span > img.asset--light | asset.kompas.com/data/2025/apresiasi/icon/icn-gopay.svg?v=1 |
div#payment-options > label#payment-ovo > span > img.asset--light div#payment-options > label#payment-ovo > span > img.asset--light | asset.kompas.com/data/2025/apresiasi/icon/icn-ovo.svg?v=1 |
div#payment-options > label#payment-shopeepay > span > img.asset--light div#payment-options > label#payment-shopeepay > span > img.asset--light | asset.kompas.com/data/2025/apresiasi/icon/icn-shopeepay.svg?v=1 |
div#payment-options > label#payment-dana > span > img.asset--light div#payment-options > label#payment-dana > span > img.asset--light | asset.kompas.com/data/2025/apresiasi/icon/icn-dana.svg?v=1 |
div#payment-options > label#payment-astrapay > span > img.asset--light div#payment-options > label#payment-astrapay > span > img.asset--light | asset.kompas.com/data/2025/apresiasi/icon/icn-astrapay.svg?v=1 |
vik div.sectionHeader > div.title > a > img.lozad |
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.article__photo__wrap > div.row > ul.slick-dots > li#slick-slide01 |
Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. Learn more about roles and required children elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
1
2
3
4
5 div.lensa--photo--wp > div.article__photo__wrap > div.row > ul.slick-dots |
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 |
|---|
03:20
Hari Ini Berakhir, Bagaimana Nasib Gencatan Senjata AS-Iran?
Video
2 jam … div.videoKGSlider > div.videoKGSlider-wrap > div.slick-list > div.slick-track |
BERITA FOTO: Ikuti Google Maps Niat Hindari Macet ke Tol Purwomartani, Pemudik … div.article__photo__wrap > div.row > div.slick-list > div.slick-track |
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 |
|---|
Gabung Kompas.com+ div#general-container > div.gate-kgplus > span > a |
TRENDING: div.trendWrap > div.trendContent-wrap > div#swiper-wrapper-1316dfb10698f610bc > div.trendName |
Headline div#hlLayout-slider > div.hlItem > a > div.hlSubtitle |
Gabung Kompas.com+ div.mt1 > div.gate-kgplus > span > a |
Andang Subaharianto div.opinionItem > div.opinionItem-content > a.opinionItem-author > div.opinionItem-name |
Dosen div.opinionItem > div.opinionItem-content > a.opinionItem-author > div.opinionItem-namesub |
Mohammad Aliman Shahmi div.opinionItem > div.opinionItem-content > a.opinionItem-author > div.opinionItem-name |
Dosen div.opinionItem > div.opinionItem-content > a.opinionItem-author > div.opinionItem-namesub |
Udin Suchaini div.opinionItem > div.opinionItem-content > a.opinionItem-author > div.opinionItem-name |
ASN di Badan Pusat Statistik div.opinionItem > div.opinionItem-content > a.opinionItem-author > div.opinionItem-namesub |
Emerson Yuntho div.opinionItem > div.opinionItem-content > a.opinionItem-author > div.opinionItem-name |
Wakil Direktur Visi Integritas, Advokat div.opinionItem > div.opinionItem-content > a.opinionItem-author > div.opinionItem-namesub |
WT. Daniealdi div.opinionItem > div.opinionItem-content > a.opinionItem-author > div.opinionItem-name |
Dosen UNIKOM Bandung div.opinionItem > div.opinionItem-content > a.opinionItem-author > div.opinionItem-namesub |
24/12/2025, 17:41 WIB div.col-bs12-3 > div.article__grid > div.article__box > div.article__date |
27/11/2025, 12:35 WIB div.col-bs12-3 > div.article__grid > div.article__box > div.article__date |
02/10/2025, 07:45 WIB div.col-bs12-3 > div.article__grid > div.article__box > div.article__date |
23/01/2026, 08:20 WIB div.col-bs12-3 > div.article__grid > div.article__box > div.article__date |
Close Ads div.wrap > div#general-container > div.kcm > a.kcm__close |
Gabung Kompas.com+ div.col-bs10-10 > div.gate-kgplus > span > a |
Ekonomi RI Kuartal I 2026 Diproyeksi Tumbuh, Kuatkah Bertahan? div.topicCol > div.topicItem > a > div.topicName |
Inspirasi Renjana Kartini div.topicCol > div.topicItem > a > div.topicName |
ASEAN Futsal Championship 2026 div.topicCol > div.topicItem > a > div.topicName |
Gabung Kompas.com+ div.row > div.gate-kgplus > span > a |
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 |
Low-contrast text is difficult or impossible for many users to read. Link text that is discernible improves the experience for users with low vision. Learn how to make links distinguishable.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Gabung Kompas.com+ div#general-container > div.gate-kgplus > span > a |
Gabung Kompas.com+ div.kcm > div.gate-kgplus > span > a |
Kompas One div.kompas > div.article__grid > div.article__footnote > a |
Gabung Kompas.com+ div.mt1 > div.gate-kgplus > span > a |
Gabung Kompas.com+ div.col-bs10-10 > div.gate-kgplus > span > a |
Gabung Kompas.com+ div.row > div.gate-kgplus > span > a |
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.layoutFull > div.sectionBox > div.sectionHead > img div.layoutFull > div.sectionBox > div.sectionHead > img |
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.wrap > div#general-container > div.row > iframe div.wrap > div#general-container > div.row > iframe |
div.row > div.col-bs10-3 > div.row > iframe div.row > div.col-bs10-3 > div.row > 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.row > div.col-bs10-5 > div.logo > a.header-logo-campaign div.row > div.col-bs10-5 > div.logo > a.header-logo-campaign |
div.sso__header > ul.sso__wrap > li.sso__item > a.sso__link div.sso__header > ul.sso__wrap > li.sso__item > a.sso__link |
div.kgnowGate > div.videoKGSlider > div.videoKGSlider-wrap > a.icon-photo-slider div.kgnowGate > div.videoKGSlider > div.videoKGSlider-wrap > a.icon-photo-slider |
div.kgnowGate > div.videoKGSlider > div.videoKGSlider-wrap > a.icon-photo-slider div.kgnowGate > div.videoKGSlider > div.videoKGSlider-wrap > a.icon-photo-slider |
Prospek: Saham Komoditas dan Berkapitalisasi Besar Jadi Penopang Pasar Modal pa… div.kompas > div.article__grid > div.article__asset > a.article__link |
Menko Perekonomian Airlangga Hartarto dalam acara National Seminar on Indonesia… div.topic__wrap > div.article__grid > div.article__asset > a |
vik div.col-bs10-10 > div.sectionHeader > div.title > a |
Indonesia Bebas Kemiskinan Ekstrem div.col-bs12-3 > div.article__grid > div.article__asset > a |
Mangrove div.col-bs12-3 > div.article__grid > div.article__asset > a |
TIRTA DAN EMILIANA div.col-bs12-3 > div.article__grid > div.article__asset > a |
Jaga Ekonomi Tetap Tangguh div.col-bs12-3 > div.article__grid > div.article__asset > a |
kompasiana div.col-bs12-3 > div.article__grid > div.article__partner > a |
div.article__wrap__grid--fixed > div.col-bs12-3 > div.article__grid > a div.article__wrap__grid--fixed > div.col-bs12-3 > div.article__grid > a |
ohayo div.col-bs12-3 > div.article__grid > div.article__partner > a |
div.article__wrap__grid--fixed > div.col-bs12-3 > div.article__grid > a div.article__wrap__grid--fixed > div.col-bs12-3 > div.article__grid > a |
jagat literasi div.col-bs12-3 > div.article__grid > div.article__partner > a |
div.article__wrap__grid--fixed > div.col-bs12-3 > div.article__grid > a div.article__wrap__grid--fixed > div.col-bs12-3 > div.article__grid > a |
jeo div.col-bs12-3 > div.article__grid > div.article__partner > a |
div.article__wrap__grid--fixed > div.col-bs12-3 > div.article__grid > a div.article__wrap__grid--fixed > div.col-bs12-3 > div.article__grid > a |
div.lensa--photo--wp > div.article__photo__wrap > div.row > a.icon-photo-slider div.lensa--photo--wp > div.article__photo__wrap > div.row > a.icon-photo-slider |
BERITA FOTO: Penampakan Langka Bumi dan Bulan yang Dipotret Kru Artemis II NASA div.slick-track > div.article__grid > div.article__asset > a |
div.lensa--photo--wp > div.article__photo__wrap > div.row > a.icon-photo-slider div.lensa--photo--wp > div.article__photo__wrap > div.row > a.icon-photo-slider |
www.kompas.com div.footerWrap > div.footerCol-column > div.footerLogo > a |
apple store div.footerDownload > ul.footerDownload-wrap > li > a |
google store div.footerDownload > ul.footerDownload-wrap > li > a |
WOW Brand Indonesia 2019 div.footerAchievement > div.footerAchievement-wrap > div.footerAchievement-item > a.footerAchievement-link |
Superbrand Indonesia 2019 - Trusted Online News div.footerAchievement-wrap > div.footerAchievement-item > div.footerAchievement-link > a.footerAchievement-link |
International Fact-Checking Network div.footerAchievement > div.footerAchievement-wrap > div.footerAchievement-item > a.footerAchievement-link |
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.
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Jangan Salah, Besaran Dana Darurat yang Harus Dimiliki Jomblo, Sandwich Generat… a > div.wSpec-wrap > div.wSpec-box > h4.wSpec-title |
These are opportunities to improve keyboard navigation in your application.
If a page doesn't specify a `lang` attribute, a screen reader assumes that the page is in the default language that the user chose when setting up the screen reader. If the page isn't actually in the default language, then the screen reader might not announce the page's text correctly. Learn more about the `lang` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html.js html.js |
These are opportunities to improve the interpretation of your content by users in different locales.
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 |
|---|
asset.kompas.com/kgnotif/2024/11/06/kompascom.js line 1, col 45667 |
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 |
|---|---|
| Topics | /html5/prebid/kompas/prebid11.6.0-kompascom-17042026.js?v... line 11, col 92366 |
| Unload event listeners are deprecated and will be removed. | |
| 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 |
|---|---|
accounts.google.com/gsi/client line 85, col 88 | [GSI_LOGGER]: FedCM get() rejects with NetworkError: Error retrieving a token. |
Access to fetch at 'https://aladdin.genieesspv.jp/yie/ld/api/ad_call/v2?zoneid=1611091&cb=92281498534&charset=UTF-8&loc=https%3A%2F%2Fwww.kompas.com%2F&ct0=undefined&referer=undefined&topframe=1&cur=JPY&requestid=9cb7b28b-6a5c-4377-bbee-b1d2a1cdedae&ua=Mozilla%2F5.0%20(Macintosh%3B%20Intel%20Mac%20OS%20X%2010_15_7)%20AppleWebKit%2F537.36%20(KHTML%2C%20like%20Gecko)%20Chrome%2F147.0.0.0%20Safari%2F537.36&tpaf=1&cks=1&schain=&gpid=1000008-EIftKYAWdx&title=Berita%2520Terkini%2520Hari%2520Ini%252C%2520Kabar%2520Akurat%2520Terpercaya%2520-%2520Kompas.com&sw=600&sh=800&ucmbl=%3F0' from origin 'https://www.kompas.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Access to fetch at 'https://aladdin.genieesspv.jp/yie/ld/api/ad_call/v2?zoneid=1611092&cb=10907094344&charset=UTF-8&loc=https%3A%2F%2Fwww.kompas.com%2F&ct0=undefined&referer=undefined&topframe=1&cur=JPY&requestid=fa3e7a1f-4c09-4d8b-abf0-ecb747f692ac&ua=Mozilla%2F5.0%20(Macintosh%3B%20Intel%20Mac%20OS%20X%2010_15_7)%20AppleWebKit%2F537.36%20(KHTML%2C%20like%20Gecko)%20Chrome%2F147.0.0.0%20Safari%2F537.36&tpaf=1&cks=1&schain=&gpid=1000008-eLIsfXaJKT&title=Berita%2520Terkini%2520Hari%2520Ini%252C%2520Kabar%2520Akurat%2520Terpercaya%2520-%2520Kompas.com&sw=600&sh=800&ucmbl=%3F0' from origin 'https://www.kompas.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Access to fetch at 'https://aladdin.genieesspv.jp/yie/ld/api/ad_call/v2?zoneid=1611093&cb=34447480349&charset=UTF-8&loc=https%3A%2F%2Fwww.kompas.com%2F&ct0=undefined&referer=undefined&topframe=1&cur=JPY&requestid=0a1de086-7472-48ed-b9e7-b930805f370b&ua=Mozilla%2F5.0%20(Macintosh%3B%20Intel%20Mac%20OS%20X%2010_15_7)%20AppleWebKit%2F537.36%20(KHTML%2C%20like%20Gecko)%20Chrome%2F147.0.0.0%20Safari%2F537.36&tpaf=1&cks=1&schain=&gpid=1000008-xcBkzfm9sk&title=Berita%2520Terkini%2520Hari%2520Ini%252C%2520Kabar%2520Akurat%2520Terpercaya%2520-%2520Kompas.com&sw=600&sh=800&ucmbl=%3F0' from origin 'https://www.kompas.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Access to fetch at 'https://aladdin.genieesspv.jp/yie/ld/api/ad_call/v2?zoneid=1611094&cb=78776221796&charset=UTF-8&loc=https%3A%2F%2Fwww.kompas.com%2F&ct0=undefined&referer=undefined&topframe=1&cur=JPY&requestid=13990cdd-f6ee-4ba7-832f-7346ae0b2918&ua=Mozilla%2F5.0%20(Macintosh%3B%20Intel%20Mac%20OS%20X%2010_15_7)%20AppleWebKit%2F537.36%20(KHTML%2C%20like%20Gecko)%20Chrome%2F147.0.0.0%20Safari%2F537.36&tpaf=1&cks=1&schain=&gpid=1000008-O3cqWflq2S&title=Berita%2520Terkini%2520Hari%2520Ini%252C%2520Kabar%2520Akurat%2520Terpercaya%2520-%2520Kompas.com&sw=600&sh=800&ucmbl=%3F0' from origin 'https://www.kompas.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Access to fetch at 'https://aladdin.genieesspv.jp/yie/ld/api/ad_call/v2?zoneid=1611095&cb=16422184874&charset=UTF-8&loc=https%3A%2F%2Fwww.kompas.com%2F&ct0=undefined&referer=undefined&topframe=1&cur=JPY&requestid=f51816e0-d559-41ea-8599-a3ddffa271cc&ua=Mozilla%2F5.0%20(Macintosh%3B%20Intel%20Mac%20OS%20X%2010_15_7)%20AppleWebKit%2F537.36%20(KHTML%2C%20like%20Gecko)%20Chrome%2F147.0.0.0%20Safari%2F537.36&tpaf=1&cks=1&schain=&gpid=1000008-olHKAR4nCE&title=Berita%2520Terkini%2520Hari%2520Ini%252C%2520Kabar%2520Akurat%2520Terpercaya%2520-%2520Kompas.com&sw=600&sh=800&ucmbl=%3F0' from origin 'https://www.kompas.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Access to fetch at 'https://aladdin.genieesspv.jp/yie/ld/api/ad_call/v2?zoneid=1611096&cb=57833727528&charset=UTF-8&loc=https%3A%2F%2Fwww.kompas.com%2F&ct0=undefined&referer=undefined&topframe=1&cur=JPY&requestid=a374076c-01d7-4e01-9b49-5c93b41b4fe6&ua=Mozilla%2F5.0%20(Macintosh%3B%20Intel%20Mac%20OS%20X%2010_15_7)%20AppleWebKit%2F537.36%20(KHTML%2C%20like%20Gecko)%20Chrome%2F147.0.0.0%20Safari%2F537.36&tpaf=1&cks=1&schain=&gpid=1000008-gPQXfLjNet&title=Berita%2520Terkini%2520Hari%2520Ini%252C%2520Kabar%2520Akurat%2520Terpercaya%2520-%2520Kompas.com&sw=600&sh=800&ucmbl=%3F0' from origin 'https://www.kompas.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Access to fetch at 'https://aladdin.genieesspv.jp/yie/ld/api/ad_call/v2?zoneid=1611097&cb=48925859614&charset=UTF-8&loc=https%3A%2F%2Fwww.kompas.com%2F&ct0=undefined&referer=undefined&topframe=1&cur=JPY&requestid=7225b77f-035b-4085-8781-6b94950f5bc3&ua=Mozilla%2F5.0%20(Macintosh%3B%20Intel%20Mac%20OS%20X%2010_15_7)%20AppleWebKit%2F537.36%20(KHTML%2C%20like%20Gecko)%20Chrome%2F147.0.0.0%20Safari%2F537.36&tpaf=1&cks=1&schain=&gpid=1000008-z5ebaX9aVC&title=Berita%2520Terkini%2520Hari%2520Ini%252C%2520Kabar%2520Akurat%2520Terpercaya%2520-%2520Kompas.com&sw=600&sh=800&ucmbl=%3F0' from origin 'https://www.kompas.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Access to fetch at 'https://aladdin.genieesspv.jp/yie/ld/api/ad_call/v2?zoneid=1611098&cb=25808406580&charset=UTF-8&loc=https%3A%2F%2Fwww.kompas.com%2F&ct0=undefined&referer=undefined&topframe=1&cur=JPY&requestid=29761146-c0f7-4b8c-9ecd-ac0a77200035&ua=Mozilla%2F5.0%20(Macintosh%3B%20Intel%20Mac%20OS%20X%2010_15_7)%20AppleWebKit%2F537.36%20(KHTML%2C%20like%20Gecko)%20Chrome%2F147.0.0.0%20Safari%2F537.36&tpaf=1&cks=1&schain=&gpid=1000008-jL7PEcvKLc&title=Berita%2520Terkini%2520Hari%2520Ini%252C%2520Kabar%2520Akurat%2520Terpercaya%2520-%2520Kompas.com&sw=600&sh=800&ucmbl=%3F0' from origin 'https://www.kompas.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Access to fetch at 'https://aladdin.genieesspv.jp/yie/ld/api/ad_call/v2?zoneid=1611099&cb=51719185728&charset=UTF-8&loc=https%3A%2F%2Fwww.kompas.com%2F&ct0=undefined&referer=undefined&topframe=1&cur=JPY&requestid=2b6785a5-58c7-43db-a301-1ce506f7685e&ua=Mozilla%2F5.0%20(Macintosh%3B%20Intel%20Mac%20OS%20X%2010_15_7)%20AppleWebKit%2F537.36%20(KHTML%2C%20like%20Gecko)%20Chrome%2F147.0.0.0%20Safari%2F537.36&tpaf=1&cks=1&schain=&gpid=1000008-9gpvwZPpkd&title=Berita%2520Terkini%2520Hari%2520Ini%252C%2520Kabar%2520Akurat%2520Terpercaya%2520-%2520Kompas.com&sw=600&sh=800&ucmbl=%3F0' from origin 'https://www.kompas.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Access to fetch at 'https://aladdin.genieesspv.jp/yie/ld/api/ad_call/v2?zoneid=1611100&cb=50149482081&charset=UTF-8&loc=https%3A%2F%2Fwww.kompas.com%2F&ct0=undefined&referer=undefined&topframe=1&cur=JPY&requestid=e35daaa7-30b0-4641-aab8-04087bd3916d&ua=Mozilla%2F5.0%20(Macintosh%3B%20Intel%20Mac%20OS%20X%2010_15_7)%20AppleWebKit%2F537.36%20(KHTML%2C%20like%20Gecko)%20Chrome%2F147.0.0.0%20Safari%2F537.36&tpaf=1&cks=1&schain=&title=Berita%2520Terkini%2520Hari%2520Ini%252C%2520Kabar%2520Akurat%2520Terpercaya%2520-%2520Kompas.com&sw=600&sh=800&ucmbl=%3F0' from origin 'https://www.kompas.com' 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 | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Not signed in with the identity provider. | |
www.kompas.com/ line 5613, col 30 | Terjadi kesalahan: TypeError: Cannot set properties of undefined (setting 'innerText')
at https://www.kompas.com/:5601:37 |
Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'usermail') | |
Uncaught TypeError: Cannot read properties of undefined (reading 'other') |
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
div.sso__header > ul.sso__wrap > li.sso__item > a.sso__link div.sso__header > ul.sso__wrap > li.sso__item > a.sso__link |
Jakarta
28°C div#swiper-wrapper-ed83e9926c93c190 > div.swiper-slide > div#w_la_cuaca > a.widgetBox-box |
Peristiwa di Jakarta
Lihat Semua Peristiwa div#swiper-wrapper-ed83e9926c93c190 > div.swiper-slide > div#w_la_peta_public > a.widgetBox-box |
Kualitas Udara
168
Tidak Sehat div#swiper-wrapper-ed83e9926c93c190 > div.swiper-slide > div#w_la_aqi > a.widgetBox-box |
Jadwal Sholat Jakarta
Dzuhur
11:55 div#swiper-wrapper-ed83e9926c93c190 > div.swiper-slide > div#w_la_jadwal_sholat > a.widgetBox-box |
1 div.text-center > div.paging__wrap > div.paging__item > a.paging__link |
Daftarkan Email div.footerCol-column > div.footerNewsletter > div.footerNewsletter-cta > a.footerNewsletter-link |
div.modalBody > div.modalBody-inner > div.w-100 > a.btn-secondary div.modalBody > div.modalBody-inner > div.w-100 > a.btn-secondary |
div.modalBody > div.modalBody-inner > div.w-100 > a.btn-main div.modalBody > div.modalBody-inner > div.w-100 > a.btn-main |
div.modalBody > div.modalBody-inner > div.w-100 > a.btn-main div.modalBody > div.modalBody-inner > div.w-100 > a.btn-main |
To appear in search results, crawlers need access to your app.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.layoutFull > div.sectionBox > div.sectionHead > img div.layoutFull > div.sectionBox > div.sectionHead > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback