Mobile 375 × 812

Desktop 1440 × 900

Score: 71 / 100
Based on 8 categories, 0 sections
Room to improve — your 7.6s load time is above Google's 2.5s 'Good' threshold.
Good foundation, but a few gaps could be exploited.
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.
1 control(s) without accessible label
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
10 image(s) missing alt attribute
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
3 image-in-link without alt text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
4 button(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
72 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.
Nothing in this quadrant — good news.
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/f3d66301-ec45-4bd5-a195-f1e6d7d89919)<a href="https://beavercheck.com/results/f3d66301-ec45-4bd5-a195-f1e6d7d89919"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fdetik.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fdetik.comThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your audience reach.
9 barrier(s) likely increasing bounce by ~32%.
Page takes 7.6s to load
+12% bounceUsers abandon at ~3s — you're 5.1s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 7.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 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
1 form field(s) without a label
+2% 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
Viewport disables user zoom
+2% bounceVisitors with low vision can't read the page — and some jurisdictions treat this as a legal risk
Fix: Remove user-scalable=no; drop maximum-scale if it's below 2
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
217 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
8 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.
IDR 3,750,000 investment → IDR 10,596,106/month returns + IDR 60,000,000,000 risk avoided
IDR 3,750,000
8h · 5 findings
IDR 10,596,106 /mo
~IDR 127,153,268 / year
IDR 60,000,000,000
if kept compliant
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.
7.5 developer hours at Rp500000/hr
Based on Indonesia rates (Rp500000/hr)
IDR 5,000,012,246 / month at risk
~IDR 60,000,146,950 / year if left unfixed
IDR 60,000,000,000
+1 more
IDR 12,246 /mo
9490.5 MB/mo × 1290.323 IDR/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.98 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
7.56 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
7.06 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.025
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
9.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.
24.06 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 |
|---|---|
| /s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu... | 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.
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
Performance issues directly impact user engagement and conversion rates.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
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 | |
|---|---|---|---|
Dubes RI Abdul Aziz Ahmad Pastikan Pelayanan Jemaah Haji di Madinah Lancar article.media > div.media__image > a.media__link > span.ratiobox | /community/media/visual/2026/04/22/dubes-ri-untuk-arab-sa... | 75.7 KiB | 37.0 KiB |
Bayern Munich lolos ke final DFB Pokal. article.media > div.media__image > a.media__link > span.ratiobox | /community/media/visual/2026/04/23/soccer-germany-lev-fcb... | 54.6 KiB | 24.2 KiB |
sponsorkabarhaji div.cb-kabar-haji-2026__header > div.cb-kabar-haji-2026__sponsor > a > img | awscdn.detik.net.id/pdf/Hikmah/Kabar%20Haji%202026/GL%20Mobile%20Herbal.png | 17.6 KiB | 15.9 KiB |
Kementerian PU Percepat Penanganan Bencana Sumatera hingga ke Pelosok div.media > div.media__image > a.media__link > span.ratiobox | /community/media/visual/2026/04/19/kementerian-pu-percepa... | 14.8 KiB | 9.1 KiB |
detikcom div.column-auto > div.header__brand > a > img.logo | /community/media/visual/2019/06/28/a934c205-c4f9-40ff-b51... | 9.0 KiB | 7.5 KiB |
Menteri PU: Jalan Berlubang di Pantura Hampir Tuntas, Sisa 1-2 Persen div.media > div.media__image > a.media__link > span.ratiobox | /community/media/visual/2026/04/21/menteri-pu-jalan-berlu... | 12.5 KiB | 6.8 KiB |
Karya Merah Putih div.pos-relative > div.cb-kmp__logo > a > img.cb-kmp__logo | awscdn.detik.net.id/detikcom/m/images/logo-kmp.webp?v=202604230379 | 11.2 KiB | 6.2 KiB |
Tangani Bendung Jamuan, Kementerian PU Susun Desain Penanganan Permanen div.media > div.media__image > a.media__link > span.ratiobox | /community/media/visual/2026/04/20/bendung-jamuan-aceh-ut... | 11.8 KiB | 6.1 KiB |
Video: Lika-liku Perjalanan Studi Ashanty Studi hingga Raih Gelar S3 div.media > div.media__image > a.media__link > span.ratiobox | /videoservice/AdminTV/2026/04/22/4f2fe0b663734151a873a259... | 23.9 KiB | 5.9 KiB |
Video: Cara Ayu Dewi Jaga Keluarga Tetap Harmonis di Tengah Kesibukan div.media > div.media__image > a.media__link > span.ratiobox | /videoservice/AdminTV/2026/04/22/abafa53b77a041babb580db8... | 23.6 KiB | 5.6 KiB |
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| awscdnstatic.detik.net.id/revive/targeting.js | 3.0 KiB | 1.6 s |
| iat.detiknetwork.com/ip-information.js | 442 B | 1.6 s |
| fonts.googleapis.com/css2?family=Montserrat:wght@100..900&display=swap | 661 B | |
| /css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,... | 1.0 KiB | 822 ms |
| /css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9... | 904 B | 172 ms |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| detik.com/ | 1.6 s |
| www.detik.com/ | 0.0 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 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 | 12.6 s |
| Other | 5.5 s |
| Style & Layout | 3.1 s |
| Rendering | 1.9 s |
| Script Parsing & Compilation | 1.6 s |
| Garbage Collection | 426 ms |
| Parse HTML & CSS | 282 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 |
|---|---|
| Pages with WebSocket cannot enter back/forward cache. | Pending browser support |
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 |
|---|---|---|
| www.gstatic.com/firebasejs/10.13.0/firebase-app.js | 22.2 KiB | 13.1 KiB |
| /libs/livecounter/detikLiveUserCounterResponse.js?v=20260... | 9.4 KiB | 2.9 KiB |
| inline: var gptadslots = []; window.googletag … | 4.2 KiB | 2.5 KiB |
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| awscdn.detik.net.id/detikcom/m/css/style.css?v=202604230379 | 24.3 KiB | 16.8 KiB |
| .fc-consent-root .fc-dialog-container.fc-fullscreen { height: 100% !important; … } … | 16.2 KiB | 14.0 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 | |
|---|---|
sponsorkabarhaji div.cb-kabar-haji-2026__header > div.cb-kabar-haji-2026__sponsor > a > img | awscdn.detik.net.id/pdf/Hikmah/Kabar%20Haji%202026/GL%20Mobile%20Herbal.png |
logokabarhaji div.cb-kabar-haji-2026__title > div.cb-kabar-haji-2026__header-sub > a > img | /assets/images/m/giant-headline-haji/logo-kabarhaji.webp?... |
Karya Merah Putih div.pos-relative > div.cb-kmp__logo > a > img.cb-kmp__logo | awscdn.detik.net.id/detikcom/m/images/logo-kmp.webp?v=202604230379 |
icon div.cb-kabar-haji-2026__feature-header > a > div > img | awscdn.detik.net.id/assets/images/m/giant-headline-haji/rusa.webp?v=202604230379 |
icon div > a > div > img | awscdn.detik.net.id/assets/images/m/giant-headline-haji/rusa.webp?v=202604230379 |
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 |
|---|
Sepakbola article#rec_loop_0 > div.media > div.media__text > div.media__subtitle |
Wolipop article#rec_loop_1 > div.media > div.media__text > div.media__subtitle |
detikSumut article#rec_loop_2 > div.media > div.media__text > div.media__subtitle |
detikHot article#rec_loop_3 > div.media > div.media__text > div.media__subtitle |
Selengkapnya div > div.box > div.text-center > a.btn |
Olahraga div#swiper-wrapper-a10210d48fe714851e > div.swiper-slide > a.cb-rekomendit__item > span |
Pakaian Wanita div#swiper-wrapper-a10210d48fe714851e > div.swiper-slide > a.cb-rekomendit__item > span |
Ke Halaman Video div.list-content > div.box > div.text-center > a.btn |
Kabar Haji Bersama Promag Herbal article.ph_newsfeed_m > div.media > div.media__text > h2.media__subtitle |
#1 article.list-content__item > div.media > div.media__text > span.text-list__data |
#2 article.list-content__item > div.media > div.media__text > span.text-list__data |
#3 article.list-content__item > div.media > div.media__text > span.text-list__data |
#4 article.list-content__item > div.media > div.media__text > span.text-list__data |
#5 article.list-content__item > div.media > div.media__text > span.text-list__data |
Lihat Selengkapnya div.list-content > div.box > div.text-center > a.btn |
6 Foto div.ph_newsfeed_m > div.media > div.media__image > div.media__icon |
Foto Travel div.ph_newsfeed_m > div.media > div.media__text > h2.media__subtitle |
576 div.media > div.media__text > div.text-list__data > div.font-md |
Komentar div.media > div.media__text > div.text-list__data > div.font-xs |
219 div.media > div.media__text > div.text-list__data > div.font-md |
Komentar div.media > div.media__text > div.text-list__data > div.font-xs |
206 div.media > div.media__text > div.text-list__data > div.font-md |
Komentar div.media > div.media__text > div.text-list__data > div.font-xs |
6 Foto article.ph_newsfeed_m > div.media > div.media__image > div.media__icon |
Foto News article.ph_newsfeed_m > div.media > div.media__text > h2.media__subtitle |
Round Up article.ph_newsfeed_m > div.media > div.media__text > h2.media__subtitle |
4 Foto article.ph_newsfeed_m > div.media > div.media__image > div.media__icon |
Hot Photo article.ph_newsfeed_m > div.media > div.media__text > h2.media__subtitle |
5 Foto article.ph_newsfeed_m > div.media > div.media__image > div.media__icon |
Foto Sport article.ph_newsfeed_m > div.media > div.media__text > h2.media__subtitle |
10 Foto article.ph_newsfeed_m > div.media > div.media__image > div.media__icon |
8 Foto article.ph_newsfeed_m > div.media > div.media__image > div.media__icon |
Galeri Foto article.ph_newsfeed_m > div.media > div.media__text > h2.media__subtitle |
Indeks Berita div.container > div.section > div.bottom_morenews > a.loading |
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 |
|---|
body > img body > img |
body > img body > 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.section > div.list-content > div.frame-cb-bb > iframe#iFrameResizer0 div.section > div.list-content > div.frame-cb-bb > iframe#iFrameResizer0 |
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.container > div.grid-row > div.column-auto > a#searchClick div.container > div.grid-row > div.column-auto > a#searchClick |
div.container > div.grid-row > div.column-auto > a.header__icon div.container > div.grid-row > div.column-auto > a.header__icon |
Dubes RI Abdul Aziz Ahmad Pastikan Pelayanan Jemaah Haji di Madinah Lancar div.cb-kabar-haji-2026__headline > article.media > div.media__image > a.media__link |
div.col-wrap > div#terbaru > div > a div.col-wrap > div#terbaru > div > a |
Video: ABK Kapal Ocean Galaxy Tewas Usai Alami Serangan Jantung di Perairan Mam… article.slider-snap__item > div.media > div.media__image > a.media__link |
Video: Lika-liku Perjalanan Studi Ashanty Studi hingga Raih Gelar S3 article.slider-snap__item > div.media > div.media__image > a.media__link |
Video: Chelsea Pecat Liam Rosenior! article.slider-snap__item > div.media > div.media__image > a.media__link |
Video: Cara Ayu Dewi Jaga Keluarga Tetap Harmonis di Tengah Kesibukan article.slider-snap__item > div.media > div.media__image > a.media__link |
Video: Terancam Diblokir, Wikimedia Bakal Bertemu Komdigi Besok article.slider-snap__item > div.media > div.media__image > a.media__link |
Video Heboh Penumpang KA Masak Mi Telur, Begini Respons KAI article.slider-snap__item > div.media > div.media__image > a.media__link |
Video: Respons Ashanty soal Mantan Asisten Divonis 2 Tahun Penjara di Kasus Pen… article.slider-snap__item > div.media > div.media__image > a.media__link |
Video: Komisi VI DPR Terima Audiensi Konsumen Konser DAY6 article.slider-snap__item > div.media > div.media__image > a.media__link |
Video: Imbas Topan Kalmaegi, Bangkai Kapal Abad ke-14 Muncul di Pantai Vietnam article.slider-snap__item > div.media > div.media__image > a.media__link |
Video: Kenapa Orang Pintar Kadang Melakukan Hal Bodoh? article.slider-snap__item > div.media > div.media__image > a.media__link |
Video: Penggerebekan Besar-besaran Markas Scam di Myanmar, 1.600 WNA Dibekuk article.slider-snap__item > div.media > div.media__image > a.media__link |
Video: 10 Tahun Menikah, Fardhan Khan-Mikaila Patritz Beri Tips Jaga Keharmonis… article.slider-snap__item > div.media > div.media__image > a.media__link |
Video: Massa Ojol Kawal Ambulans Bawa Jenazah Driver Tewas Dilindas Rantis article.slider-snap__item > div.media > div.media__image > a.media__link |
Video: Istimewa! Cokelat Rendang-Bika Ambon Terinspirasi Kekayaan Indonesia article.slider-snap__item > div.media > div.media__image > a.media__link |
Video: Paslon Kalah Sama Kotak Kosong Boleh Nyalon Lagi di Pilkada Ulang! article.slider-snap__item > div.media > div.media__image > a.media__link |
Video: New Delhi Dikepung Kabut Asap Tebal article.slider-snap__item > div.media > div.media__image > a.media__link |
Video Ridwan Kamil Tiba di KPK: Ini yang Saya Tunggu-tunggu article.slider-snap__item > div.media > div.media__image > a.media__link |
Video: Gen Z Tebak Singkatan-singkatan bareng detikproperti article.slider-snap__item > div.media > div.media__image > a.media__link |
Video Mitos atau Fakta: Bolehkah Minum Obat yang Ada Alkoholnya? article.slider-snap__item > div.media > div.media__image > a.media__link |
Video: 25 Orang di Kalbar Keracunan MBG Seusai Santap Ikan Hiu Goreng article.slider-snap__item > div.media > div.media__image > a.media__link |
Video: Viral Dugaan Soal TKA Bocor, Kemendikdasmen Bakal Tindak Tegas article.slider-snap__item > div.media > div.media__image > a.media__link |
Video: 6 Santri di Bangkalan Tewas Tenggelam di Kolam Bekas Galian C article.slider-snap__item > div.media > div.media__image > a.media__link |
Video: Hujan-hujanan Bareng The Adams di Joyland Jakarta 2024 article.slider-snap__item > div.media > div.media__image > a.media__link |
Video: Sinopsis 'The Voice of Hind Rajab' yang Bakal Tayang Perdana di Venice article.slider-snap__item > div.media > div.media__image > a.media__link |
Video Viral Kakak-Adik di Boogor Gantian Seragam Pramuka untuk Sekolah article.slider-snap__item > div.media > div.media__image > a.media__link |
Video Friday Film Review: Karate Kid Legends article.slider-snap__item > div.media > div.media__image > a.media__link |
Video: Tok! PBB Setujui Pengerahan Pasukan Internasional di Gaza article.slider-snap__item > div.media > div.media__image > a.media__link |
Video KuTips: 2 Langkah Awal Penanganan Alergi di Kulit, Harus Apa? article.slider-snap__item > div.media > div.media__image > a.media__link |
Video: Keluarga Remaja yang Tewas di Mobil D4vd Buka Suara article.slider-snap__item > div.media > div.media__image > a.media__link |
Video: Cuan Gede dari Panen Melon di Lumajang! article.slider-snap__item > div.media > div.media__image > a.media__link |
Bayern Munich lolos ke final DFB Pokal. div.headline > article.media > div.media__image > a.media__link |
div.ph_newsfeed_m > div.media > div.media__image > a.ai_link div.ph_newsfeed_m > div.media > div.media__image > a.ai_link |
article.ph_newsfeed_m > div.media > div.media__image > a.ai_link article.ph_newsfeed_m > div.media > div.media__image > a.ai_link |
article.ph_newsfeed_m > div.media > div.media__image > a.ai_link article.ph_newsfeed_m > div.media > div.media__image > a.ai_link |
Chelsea Pecat Liam Rosenior! article#rec_loop_0 > div.media > div.media__image > a.media__link |
Gaya Stylish Shandy Aulia Nonton Coachella, Boots Tinggi & Mini Outfit article#rec_loop_1 > div.media > div.media__image > a.media__link |
Cara Aman Usir Kucing Liar yang Datang ke Rumah Tanpa Menyakiti, Yuk Dicoba! article#rec_loop_2 > div.media > div.media__image > a.media__link |
EL Rumi Makan Malam Bareng Groomsmen Jelang Nikah, Ucapkan Ini article#rec_loop_3 > div.media > div.media__image > a.media__link |
div.list-content > div.cb > div.box__header > a.font-xxs div.list-content > div.cb > div.box__header > a.font-xxs |
Menteri PU: Jalan Berlubang di Pantura Hampir Tuntas, Sisa 1-2 Persen article.list-content__item > div.media > div.media__image > a.media__link |
Tangani Bendung Jamuan, Kementerian PU Susun Desain Penanganan Permanen article.list-content__item > div.media > div.media__image > a.media__link |
Kementerian PU Tuntaskan 2 Dapur MBG di Perbatasan RI-Timor Leste article.list-content__item > div.media > div.media__image > a.media__link |
Kementerian PU Percepat Penanganan Bencana Sumatera hingga ke Pelosok article.list-content__item > div.media > div.media__image > a.media__link |
Menteri PU Kebut Aturan Asbuton, Target Kurangi Impor Aspal 30% article.list-content__item > div.media > div.media__image > a.media__link |
Menteri PU Minta Pembangunan Sekolah Rakyat di Sampang Dikebut article.list-content__item > div.media > div.media__image > a.media__link |
Chelsea Pecat Liam Rosenior! article.list-content__item > div.media > div.media__image > a.media__link |
Perang Timur Tengah Tak Kunjung Usai, RI Bidik Minyak dari Nigeria-Gabon article.list-content__item > div.media > div.media__image > a.media__link |
Video: Resmi Patuhi PP Tunas, YouTube Akan Hapus Iklan yang Targetkan Anak-anak article.list-content__item > div.media > div.media__image > a.media__link |
RI Punya Uranium & Torium, Pembangkit Listrik Tenaga Nuklir Diputuskan 2027 article.list-content__item > div.media > div.media__image > a.media__link |
article.ph_newsfeed_m > div.media > div.media__image > a.ai_link article.ph_newsfeed_m > div.media > div.media__image > a.ai_link |
div.ph_newsfeed_m > div.media > div.media__image > a.ai_link div.ph_newsfeed_m > div.media > div.media__image > a.ai_link |
Video: RS Muhammadiyah Sumatera Utara Bantah Angkat Rahim Pasien Tanpa Izin article.list-content__item > div.media > div.media__image > a.media__link |
Video: 4 WN China Dideportasi gegara Bawa Sampel Tanah Tambang article.list-content__item > div.media > div.media__image > a.media__link |
Video: Momen Kakorlantas Buka Rakor Samsat 2026 dengan Pantun article.list-content__item > div.media > div.media__image > a.media__link |
Video: Momen Polisi Gerebek Lokasi Penyutikan Gas Subsidi ke Nonsubsidi di Jambi article.list-content__item > div.media > div.media__image > a.media__link |
article.ph_newsfeed_m > div.media > div.media__image > a.ai_link article.ph_newsfeed_m > div.media > div.media__image > a.ai_link |
article.ph_newsfeed_m > div.media > div.media__image > a.ai_link article.ph_newsfeed_m > div.media > div.media__image > a.ai_link |
article#rec_loop_4 > div.media > div.media__image > a.media__link article#rec_loop_4 > div.media > div.media__image > a.media__link |
article.ph_newsfeed_m > div.media > div.media__image > a.ai_link article.ph_newsfeed_m > div.media > div.media__image > a.ai_link |
article.ph_newsfeed_m > div.media > div.media__image > a.ai_link article.ph_newsfeed_m > div.media > div.media__image > a.ai_link |
article#rec_loop_5 > div.media > div.media__image > a.media__link article#rec_loop_5 > div.media > div.media__image > a.media__link |
article.ph_newsfeed_m > div.media > div.media__image > a.ai_link article.ph_newsfeed_m > div.media > div.media__image > a.ai_link |
div.ph_newsfeed_m > div.media > div.media__image > a.ai_link div.ph_newsfeed_m > div.media > div.media__image > a.ai_link |
article#rec_loop_6 > div.media > div.media__image > a.media__link article#rec_loop_6 > div.media > div.media__image > a.media__link |
article.ph_newsfeed_m > div.media > div.media__image > a.ai_link article.ph_newsfeed_m > div.media > div.media__image > a.ai_link |
article.ph_newsfeed_m > div.media > div.media__image > a.ai_link article.ph_newsfeed_m > div.media > div.media__image > a.ai_link |
article.ph_newsfeed_m > div.media > div.media__image > a.ai_link article.ph_newsfeed_m > div.media > div.media__image > a.ai_link |
article.ph_newsfeed_m > div.media > div.media__image > a.ai_link article.ph_newsfeed_m > div.media > div.media__image > a.ai_link |
article.ph_newsfeed_m > div.media > div.media__image > a.ai_link article.ph_newsfeed_m > div.media > div.media__image > a.ai_link |
article.ph_newsfeed_m > div.media > div.media__image > a.ai_link article.ph_newsfeed_m > div.media > div.media__image > a.ai_link |
article.ph_newsfeed_m > div.media > div.media__image > a.ai_link article.ph_newsfeed_m > div.media > div.media__image > a.ai_link |
div.ph_newsfeed_m > div.media > div.media__image > a.ai_link div.ph_newsfeed_m > div.media > div.media__image > a.ai_link |
article.ph_newsfeed_m > div.media > div.media__image > a.ai_link article.ph_newsfeed_m > div.media > div.media__image > a.ai_link |
article.ph_newsfeed_m > div.media > div.media__image > a.ai_link article.ph_newsfeed_m > div.media > div.media__image > a.ai_link |
article.ph_newsfeed_m > div.media > div.media__image > a.ai_link article.ph_newsfeed_m > div.media > div.media__image > a.ai_link |
article.ph_newsfeed_m > div.media > div.media__image > a.ai_link article.ph_newsfeed_m > div.media > div.media__image > a.ai_link |
article.ph_newsfeed_m > div.media > div.media__image > a.ai_link article.ph_newsfeed_m > div.media > div.media__image > a.ai_link |
article.ph_newsfeed_m > div.media > div.media__image > a.ai_link article.ph_newsfeed_m > div.media > div.media__image > a.ai_link |
article.ph_newsfeed_m > div.media > div.media__image > a.ai_link article.ph_newsfeed_m > div.media > div.media__image > a.ai_link |
article.ph_newsfeed_m > div.media > div.media__image > a.ai_link article.ph_newsfeed_m > div.media > div.media__image > a.ai_link |
article.ph_newsfeed_m > div.media > div.media__image > a.ai_link article.ph_newsfeed_m > div.media > div.media__image > a.ai_link |
article.ph_newsfeed_m > div.media > div.media__image > a.ai_link article.ph_newsfeed_m > div.media > div.media__image > a.ai_link |
article.ph_newsfeed_m > div.media > div.media__image > a.ai_link article.ph_newsfeed_m > div.media > div.media__image > a.ai_link |
article.ph_newsfeed_m > div.media > div.media__image > a.ai_link article.ph_newsfeed_m > div.media > div.media__image > a.ai_link |
article.ph_newsfeed_m > div.media > div.media__image > a.ai_link article.ph_newsfeed_m > div.media > div.media__image > a.ai_link |
article.ph_newsfeed_m > div.media > div.media__image > a.ai_link article.ph_newsfeed_m > div.media > div.media__image > a.ai_link |
article.ph_newsfeed_m > div.media > div.media__image > a.ai_link article.ph_newsfeed_m > div.media > div.media__image > a.ai_link |
article.ph_newsfeed_m > div.media > div.media__image > a.ai_link article.ph_newsfeed_m > div.media > div.media__image > a.ai_link |
article.ph_newsfeed_m > div.media > div.media__image > a.ai_link article.ph_newsfeed_m > div.media > div.media__image > a.ai_link |
article.ph_newsfeed_m > div.media > div.media__image > a.ai_link article.ph_newsfeed_m > div.media > div.media__image > a.ai_link |
article.ph_newsfeed_m > div.media > div.media__image > a.ai_link article.ph_newsfeed_m > div.media > div.media__image > a.ai_link |
article.ph_newsfeed_m > div.media > div.media__image > a.ai_link article.ph_newsfeed_m > div.media > div.media__image > a.ai_link |
article.ph_newsfeed_m > div.media > div.media__image > a.ai_link article.ph_newsfeed_m > div.media > div.media__image > a.ai_link |
article.ph_newsfeed_m > div.media > div.media__image > a.ai_link article.ph_newsfeed_m > div.media > div.media__image > a.ai_link |
article.ph_newsfeed_m > div.media > div.media__image > a.ai_link article.ph_newsfeed_m > div.media > div.media__image > a.ai_link |
article.ph_newsfeed_m > div.media > div.media__image > a.ai_link article.ph_newsfeed_m > div.media > div.media__image > a.ai_link |
article.ph_newsfeed_m > div.media > div.media__image > a.ai_link article.ph_newsfeed_m > div.media > div.media__image > a.ai_link |
article.ph_newsfeed_m > div.media > div.media__image > a.ai_link article.ph_newsfeed_m > div.media > div.media__image > a.ai_link |
article.ph_newsfeed_m > div.media > div.media__image > a.ai_link article.ph_newsfeed_m > div.media > div.media__image > a.ai_link |
article.ph_newsfeed_m > div.media > div.media__image > a.ai_link article.ph_newsfeed_m > div.media > div.media__image > a.ai_link |
article.ph_newsfeed_m > div.media > div.media__image > a.ai_link article.ph_newsfeed_m > div.media > div.media__image > a.ai_link |
article.ph_newsfeed_m > div.media > div.media__image > a.ai_link article.ph_newsfeed_m > div.media > div.media__image > a.ai_link |
article.ph_newsfeed_m > div.media > div.media__image > a.ai_link article.ph_newsfeed_m > div.media > div.media__image > a.ai_link |
footer#footer > div.container > div.footer__social > a.icon-item footer#footer > div.container > div.footer__social > a.icon-item |
footer#footer > div.container > div.footer__social > a.icon-item footer#footer > div.container > div.footer__social > a.icon-item |
footer#footer > div.container > div.footer__social > a.icon-item footer#footer > div.container > div.footer__social > a.icon-item |
footer#footer > div.container > div.footer__social > a.icon-item footer#footer > div.container > div.footer__social > a.icon-item |
footer#footer > div.container > div.footer__social > a.icon-item footer#footer > div.container > div.footer__social > a.icon-item |
footer#footer > div.container > div.footer__social > a.icon-item footer#footer > div.container > div.footer__social > a.icon-item |
footer#footer > div.container > div.footer__social > a.icon-item footer#footer > div.container > div.footer__social > a.icon-item |
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.
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 |
head > meta head > meta |
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 |
|---|
awscdn.detik.net.id/assets/js/firebase-msg.js?v=202604230379 line 12, col 82 |
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) | |
|---|---|---|---|
images body > div.container > div.cb-kabar-haji-2026 > img.cb-kabar-haji-2026__bg-mobile | /assets/images/m/giant-headline-haji/bg-kabarhaji-mobile.... | 412 x 379 (1.09) | 540 x 318 (1.70) |
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 | |
|---|---|---|---|---|
images body > div.container > div.cb-kabar-haji-2026 > img.cb-kabar-haji-2026__bg-mobile | /assets/images/m/giant-headline-haji/bg-kabarhaji-mobile.... | 412 x 379 | 540 x 318 | 618 x 569 |
A character encoding declaration is required. It can be done with a `<meta>` tag in the first 1024 bytes of the HTML or in the Content-Type HTTP response header. Learn more about declaring the character encoding.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|
newpolong.detik.com/frontend_polong/detail-polling/detail-polling.js line 1, col 208289 | TypeError: Cannot read properties of null (reading 'id')
at U (https://newpolong.detik.com/frontend_polong/detail-polling/detail-polling.js:2:204471)
at Ta (https://newpolong.detik.com/frontend_polong/detail-polling/detail-polling.js:2:47714)
at Di (https://newpolong.detik.com/frontend_polong/detail-polling/detail-polling.js:2:74268)
at Yi (https://newpolong.detik.com/frontend_polong/detail-polling/detail-polling.js:2:84680)
at Ys (https://newpolong.detik.com/frontend_polong/detail-polling/detail-polling.js:2:121873)
at Gs (https://newpolong.detik.com/frontend_polong/detail-polling/detail-polling.js:2:121802)
at Ws (https://newpolong.detik.com/frontend_polong/detail-polling/detail-polling.js:2:121644)
at Fs (https://newpolong.detik.com/frontend_polong/detail-polling/detail-polling.js:2:118133)
at _c (https://newpolong.detik.com/frontend_polong/detail-polling/detail-polling.js:2:132889)
at Sc (https://newpolong.detik.com/frontend_polong/detail-polling/detail-polling.js:2:131415) |
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 |
|---|
sponsorkabarhaji div.cb-kabar-haji-2026 > div.cb-kabar-haji-2026__header > div.cb-kabar-haji-2026__sponsor > a |
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 |
|---|
body > img body > img |
body > img body > img |
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.
2.86 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
3.34 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
360 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.002
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
4.97 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
7.15 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.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
div.skin3 > ins#revive-0-1 > a > img div.skin3 > ins#revive-0-1 > a > img | newrevive.detik.com/images/02c676c810146488b70b970b1554d683.jpg | 156.3 KiB | 140.7 KiB |
images div.grid-row > div.column-12 > div.cb-kabar-haji-2026 > img.cb-kabar-haji-2026__bg-mobile | /assets/images/giant-headline-haji/bg-kabarhaji.webp?v=20... | 196.2 KiB | 104.7 KiB |
Bayern Munich lolos ke final DFB Pokal. article.media > div.media__image > a.media__link > span.ratiobox | /community/media/visual/2026/04/23/soccer-germany-lev-fcb... | 73.6 KiB | 28.6 KiB |
sponsorkabarhaji div.cb-kabar-haji-2026__title-sponsor > ins > a > img | /pdf/Hikmah/Kabar Haji 2026/GL Desktop Hide Herbal.png | 24.6 KiB | 24.0 KiB |
Dubes RI Abdul Aziz Ahmad Pastikan Pelayanan Jemaah Haji di Madinah Lancar div.media > div.media__image > a.media__link > span.ratiobox | /community/media/visual/2026/04/22/dubes-ri-untuk-arab-sa... | 23.5 KiB | 12.5 KiB |
detikcom div.grid-row > div.column-auto > a > img.logodetik | /community/media/visual/2019/06/28/2846568b-3057-49c6-812... | 12.7 KiB | 10.5 KiB |
Karya Merah Putih div.pos-relative > div.cb-kmp__logo > a > img.cb-kmp__logo | awscdn.detik.net.id/detikcom/images/logo-kmp.webp?v=202604230379 | 11.2 KiB | 9.5 KiB |
Video: Momen Kakorlantas Buka Rakor Samsat 2026 dengan Pantun div.media > div.media__image > a.media__link > span.ratiobox | /videoservice/AdminTV/2026/04/22/6f242b967c8b401ca7cb93c1... | 15.1 KiB | 9.4 KiB |
Kementerian PU Percepat Penanganan Bencana Sumatera hingga ke Pelosok div.media > div.media__image > a.media__link > span.ratiobox | /community/media/visual/2026/04/19/kementerian-pu-percepa... | 14.8 KiB | 9.1 KiB |
Video: Tawa Kecil Kepala BPOM Anggarannya Disebut Lebih Kecil dari Pengadaan Ka… div.media > div.media__image > a.media__link > span.ratiobox | /visual/2026/04/22/kecil-kepala-bpom-1776858776324_169.pn... | 14.7 KiB | 8.9 KiB |
Video: RS Muhammadiyah Sumatera Utara Bantah Angkat Rahim Pasien Tanpa Izin div.media > div.media__image > a.media__link > span.ratiobox | /videoservice/AdminTV/2026/04/22/dc35b0e19f20464ba9a99c93... | 14.4 KiB | 8.6 KiB |
Video: 4 WN China Dideportasi gegara Bawa Sampel Tanah Tambang div.media > div.media__image > a.media__link > span.ratiobox | /videoservice/AdminTV/2026/04/22/0e0d230f5c5e4dc6a80bc055... | 13.7 KiB | 8.0 KiB |
Menteri PU Minta Pembangunan Sekolah Rakyat di Sampang Dikebut div.media > div.media__image > a.media__link > span.ratiobox | /community/media/visual/2026/04/13/menteri-pu-minta-pemba... | 12.9 KiB | 7.2 KiB |
Menteri PU: Jalan Berlubang di Pantura Hampir Tuntas, Sisa 1-2 Persen div.media > div.media__image > a.media__link > span.ratiobox | /community/media/visual/2026/04/21/menteri-pu-jalan-berlu... | 12.5 KiB | 6.8 KiB |
Video: Resmi Patuhi PP Tunas, YouTube Akan Hapus Iklan yang Targetkan Anak-anak div.media > div.media__image > a.media__link > span.ratiobox | /visual/2026/04/14/menkomdigi-meutya-hafid-1776153798281_... | 12.5 KiB | 6.8 KiB |
logokabarhaji div.cb-kabar-haji-2026__title > div > a > img | /assets/images/giant-headline-haji/logo-kabarhaji.webp?v=... | 7.5 KiB | 6.5 KiB |
Tangani Bendung Jamuan, Kementerian PU Susun Desain Penanganan Permanen div.media > div.media__image > a.media__link > span.ratiobox | /community/media/visual/2026/04/20/bendung-jamuan-aceh-ut... | 11.8 KiB | 6.1 KiB |
Menteri PU Kebut Aturan Asbuton, Target Kurangi Impor Aspal 30% div.media > div.media__image > a.media__link > span.ratiobox | /community/media/visual/2026/04/18/menteri-pekerjaan-umum... | 10.6 KiB | 4.9 KiB |
RI Punya Uranium & Torium, Pembangkit Listrik Tenaga Nuklir Diputuskan 2027 div.media > div.media__image > a.media__link > span.ratiobox | /visual/2025/07/01/7-negara-asia-yang-punya-pltn-indonesi... | 10.5 KiB | 4.8 KiB |
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
Performance issues directly impact user engagement and conversion rates.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
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.
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 |
|---|---|
| detik.com/ | 1.0 s |
| www.detik.com/ | 0.0 ms |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
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 | 3.2 s |
| Other | 784 ms |
| Style & Layout | 670 ms |
| Script Parsing & Compilation | 418 ms |
| Rendering | 338 ms |
| Parse HTML & CSS | 84 ms |
| Garbage Collection | 64 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 |
|---|---|
| Pages with WebSocket cannot enter back/forward cache. | Pending browser support |
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 |
|---|---|---|
| www.gstatic.com/firebasejs/10.13.0/firebase-app.js | 22.2 KiB | 13.1 KiB |
| /libs/livecounter/detikLiveUserCounterResponse.js?v=20260... | 9.4 KiB | 2.9 KiB |
| inline: var gptadslots = []; window.googletag … | 4.2 KiB | 2.9 KiB |
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| awscdn.detik.net.id/detikcom/css/style.css?v=202604230379 | 32.3 KiB | 25.5 KiB |
| .fc-consent-root .fc-dialog-container.fc-fullscreen { height: 100% !important; … } … | 16.2 KiB | 14.0 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
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 | |
|---|---|
img-alt div.grid-row > div.column-3 > div.footer-title > img | awscdn.detik.net.id/assets/images/webp/logo_detiknetwork.webp?v=202604230379 |
sponsorkabarhaji div.cb-kabar-haji-2026__title-sponsor > ins > a > img | /pdf/Hikmah/Kabar Haji 2026/GL Desktop Hide Herbal.png |
Logo detikcom div.column-3 > div.footer__logo > a > img | awscdn.detik.net.id/assets/images/webp/logo_detikcom.webp?v=202604230379 |
logokabarhaji div.cb-kabar-haji-2026__title > div > a > img | /assets/images/giant-headline-haji/logo-kabarhaji.webp?v=... |
img-alt div > a > span > img | /community/retail/images/banner/2026/04/50fe0528-b6f8-49f... |
Karya Merah Putih div.pos-relative > div.cb-kmp__logo > a > img.cb-kmp__logo | awscdn.detik.net.id/detikcom/images/logo-kmp.webp?v=202604230379 |
detikcom div.grid-row > div.column-auto > a > img.logodetik | /community/media/visual/2019/06/28/2846568b-3057-49c6-812... |
icon div > a > div > img | awscdn.detik.net.id/assets/images/giant-headline-haji/rusa.webp?v=202604230379 |
icon div > a > div > img | awscdn.detik.net.id/assets/images/giant-headline-haji/rusa.webp?v=202604230379 |
li.pb10 > a > span.dtkframebar__menu__kanal__icon > img li.pb10 > a > span.dtkframebar__menu__kanal__icon > img | |
li.sub_list > a > span.dtkframebar__menu__kanal__icon > img li.sub_list > a > span.dtkframebar__menu__kanal__icon > img | |
li.sub_list > a > span.dtkframebar__menu__kanal__icon > img li.sub_list > a > span.dtkframebar__menu__kanal__icon > img | |
li.sub_list > a > span.dtkframebar__menu__kanal__icon > img li.sub_list > a > span.dtkframebar__menu__kanal__icon > img | |
li > a > span.dtkframebar__menu__kanal__icon > img li > a > span.dtkframebar__menu__kanal__icon > img | |
li > a > span.dtkframebar__menu__kanal__icon > img li > a > span.dtkframebar__menu__kanal__icon > img | |
li > a > span.dtkframebar__menu__kanal__icon > img li > a > span.dtkframebar__menu__kanal__icon > img | |
li > a > span.dtkframebar__menu__kanal__icon > img li > a > span.dtkframebar__menu__kanal__icon > img | |
li > a > span.dtkframebar__menu__kanal__icon > img li > a > span.dtkframebar__menu__kanal__icon > img | |
li > a > span.dtkframebar__menu__kanal__icon > img li > a > span.dtkframebar__menu__kanal__icon > img | |
li > a > span.dtkframebar__menu__kanal__icon > img li > a > span.dtkframebar__menu__kanal__icon > img | |
li > a > span.dtkframebar__menu__kanal__icon > img li > a > span.dtkframebar__menu__kanal__icon > img | |
li > a > span.dtkframebar__menu__kanal__icon > img li > a > span.dtkframebar__menu__kanal__icon > img | |
li > a > span.dtkframebar__menu__kanal__icon > img li > a > span.dtkframebar__menu__kanal__icon > img | |
li > a > span.dtkframebar__menu__kanal__icon > img li > a > span.dtkframebar__menu__kanal__icon > img | |
li > a > span.dtkframebar__menu__kanal__icon > img li > a > span.dtkframebar__menu__kanal__icon > img | |
li > a > span.dtkframebar__menu__kanal__icon > img li > a > span.dtkframebar__menu__kanal__icon > img | |
li > a > span.dtkframebar__menu__kanal__icon > img li > a > span.dtkframebar__menu__kanal__icon > img | |
li > a > span.dtkframebar__menu__kanal__icon > img li > a > span.dtkframebar__menu__kanal__icon > img | |
li > a > span.dtkframebar__menu__kanal__icon > img li > a > span.dtkframebar__menu__kanal__icon > img | |
li > a > span.dtkframebar__menu__kanal__icon > img li > a > span.dtkframebar__menu__kanal__icon > img | |
li > a > span.dtkframebar__menu__kanal__icon > img li > a > span.dtkframebar__menu__kanal__icon > img | |
li > a > span.dtkframebar__menu__kanal__icon > img li > a > span.dtkframebar__menu__kanal__icon > img | |
li > a > span.dtkframebar__menu__kanal__icon > img li > a > span.dtkframebar__menu__kanal__icon > img | |
li > a > span.dtkframebar__menu__kanal__icon > img li > a > span.dtkframebar__menu__kanal__icon > img | |
li > a > span.dtkframebar__menu__kanal__icon > img li > a > span.dtkframebar__menu__kanal__icon > img | |
li > a > span.dtkframebar__menu__kanal__icon > img li > a > span.dtkframebar__menu__kanal__icon > img | |
li > a > span.dtkframebar__menu__kanal__icon > img li > a > span.dtkframebar__menu__kanal__icon > img | |
li > a > span.dtkframebar__menu__kanal__icon > img li > a > span.dtkframebar__menu__kanal__icon > img | |
li > a > span.dtkframebar__menu__kanal__icon > img li > a > span.dtkframebar__menu__kanal__icon > img | |
li > a > span.dtkframebar__menu__kanal__icon > img li > a > span.dtkframebar__menu__kanal__icon > img | |
li > a > span.dtkframebar__menu__kanal__icon > img li > a > span.dtkframebar__menu__kanal__icon > img | |
li > a > span.dtkframebar__menu__kanal__icon > img li > a > span.dtkframebar__menu__kanal__icon > img | |
li > a > span.dtkframebar__menu__kanal__icon > img li > a > span.dtkframebar__menu__kanal__icon > img | |
li > a > span.dtkframebar__menu__kanal__icon > img li > a > span.dtkframebar__menu__kanal__icon > img | |
li > a > span.dtkframebar__menu__kanal__icon > img li > a > span.dtkframebar__menu__kanal__icon > img | |
li > a > span.dtkframebar__menu__kanal__icon > img li > a > span.dtkframebar__menu__kanal__icon > img | |
li > a > span.dtkframebar__menu__kanal__icon > img li > a > span.dtkframebar__menu__kanal__icon > img | |
li > a > span.dtkframebar__menu__kanal__icon > img li > a > span.dtkframebar__menu__kanal__icon > img | |
li > a > span.dtkframebar__menu__kanal__icon > img li > a > span.dtkframebar__menu__kanal__icon > img | |
li > a > span.dtkframebar__menu__kanal__icon > img li > a > span.dtkframebar__menu__kanal__icon > img | |
li > a > span.dtkframebar__menu__kanal__icon > img li > a > span.dtkframebar__menu__kanal__icon > img | |
li > a > span.dtkframebar__menu__kanal__icon > img li > a > span.dtkframebar__menu__kanal__icon > img | |
li > a > span.dtkframebar__menu__kanal__icon > img li > a > span.dtkframebar__menu__kanal__icon > img | |
li > a > span.dtkframebar__menu__kanal__icon > img li > a > span.dtkframebar__menu__kanal__icon > img | |
li > a > span.dtkframebar__menu__kanal__icon > img li > a > span.dtkframebar__menu__kanal__icon > img | |
li > a > span.dtkframebar__menu__kanal__icon > img li > a > span.dtkframebar__menu__kanal__icon > img | |
li > a > span.dtkframebar__menu__kanal__icon > img li > a > span.dtkframebar__menu__kanal__icon > img | |
li > a > span.dtkframebar__menu__kanal__icon > img li > a > span.dtkframebar__menu__kanal__icon > img | |
li > a > span.dtkframebar__menu__kanal__icon > img li > a > span.dtkframebar__menu__kanal__icon > img | |
li > a > span.dtkframebar__menu__kanal__icon > img li > a > span.dtkframebar__menu__kanal__icon > img | |
li > a > span.dtkframebar__menu__kanal__icon > img li > a > span.dtkframebar__menu__kanal__icon > img | |
li > a > span.dtkframebar__menu__kanal__icon > img li > a > span.dtkframebar__menu__kanal__icon > img | |
li > a > span.dtkframebar__menu__kanal__icon > img li > a > span.dtkframebar__menu__kanal__icon > img | |
li > a > span.dtkframebar__menu__kanal__icon > img li > a > span.dtkframebar__menu__kanal__icon > img | |
li > a > span.dtkframebar__menu__kanal__icon > img li > a > span.dtkframebar__menu__kanal__icon > img | |
li > a > span.dtkframebar__menu__kanal__icon > img li > a > span.dtkframebar__menu__kanal__icon > img | |
li > a > span.dtkframebar__menu__kanal__icon > img li > a > span.dtkframebar__menu__kanal__icon > img | |
li > a > span.dtkframebar__menu__kanal__icon > img li > a > span.dtkframebar__menu__kanal__icon > img | |
li > a > span.dtkframebar__menu__kanal__icon > img li > a > span.dtkframebar__menu__kanal__icon > img | |
li > a > span.dtkframebar__menu__kanal__icon > img li > a > span.dtkframebar__menu__kanal__icon > img | |
li > a > span.dtkframebar__menu__kanal__icon > img li > a > span.dtkframebar__menu__kanal__icon > img |
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.dtkframebar__search > div.dtkframebar__search__input > div#dropdown-search > button.dtkframebar__search-icon-blue div.dtkframebar__search > div.dtkframebar__search__input > div#dropdown-search > button.dtkframebar__search-icon-blue |
div.grid-row > div.column > form > button.dtkframebar__search-icon-blue div.grid-row > div.column > form > button.dtkframebar__search-icon-blue |
div.column-8 > div.box > div.pos-relative > button.slider-snap__btn div.column-8 > div.box > div.pos-relative > button.slider-snap__btn |
div.column-8 > div.box > div.pos-relative > button.slider-snap__btn div.column-8 > div.box > div.pos-relative > button.slider-snap__btn |
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.search-content > div.search-section > div.search-section__title > img.mgl-8 div.search-content > div.search-section > div.search-section__title > img.mgl-8 |
Labels ensure that form controls are announced properly by assistive technologies, like screen readers. Learn more about form element labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.grid-row > div.column > form > input#search-text div.grid-row > div.column > form > input#search-text |
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.grid-row > div.column-4 > div.mgb-16 > iframe#iFrameResizer0 div.grid-row > div.column-4 > div.mgb-16 > iframe#iFrameResizer0 |
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.dtkframebar__bg > div.dtkframebar__wrapper > div.dtkframebar__menu > a#dtkframebar-menu div.dtkframebar__bg > div.dtkframebar__wrapper > div.dtkframebar__menu > a#dtkframebar-menu |
div.bn_skin > div.skin3 > ins#revive-0-0 > a div.bn_skin > div.skin3 > ins#revive-0-0 > a |
div.bn_skin > div.skin3 > ins#revive-0-1 > a div.bn_skin > div.skin3 > ins#revive-0-1 > a |
Dubes RI Abdul Aziz Ahmad Pastikan Pelayanan Jemaah Haji di Madinah Lancar article.list-content__item > div.media > div.media__image > a.media__link |
Dubes RI Abdul Aziz Ahmad Pastikan Pelayanan Jemaah Haji di Madinah Lancar div.cb-kabar-haji-2026__headline > article.media > div.media__image > a.media__link |
Chelsea Pecat Liam Rosenior! article.list-content__item > div.media > div.media__image > a.media__link |
Perang Timur Tengah Tak Kunjung Usai, RI Bidik Minyak dari Nigeria-Gabon article.list-content__item > div.media > div.media__image > a.media__link |
Video: Resmi Patuhi PP Tunas, YouTube Akan Hapus Iklan yang Targetkan Anak-anak article.list-content__item > div.media > div.media__image > a.media__link |
RI Punya Uranium & Torium, Pembangkit Listrik Tenaga Nuklir Diputuskan 2027 article.list-content__item > div.media > div.media__image > a.media__link |
Video: Tawa Kecil Kepala BPOM Anggarannya Disebut Lebih Kecil dari Pengadaan Ka… article.list-content__item > div.media > div.media__image > a.media__link |
Bayern Munich lolos ke final DFB Pokal. div.headline > article.media > div.media__image > a.media__link |
div.ph_newsfeed_m > div.media > div.media__image > a.media__link div.ph_newsfeed_m > div.media > div.media__image > a.media__link |
article.ph_newsfeed_d > div.media > div.media__image > a.ai_link article.ph_newsfeed_d > div.media > div.media__image > a.ai_link |
Chelsea Pecat Liam Rosenior! article#rec_loop_0 > div.media > div.media__image > a.media__link |
Gaya Stylish Shandy Aulia Nonton Coachella, Boots Tinggi & Mini Outfit article#rec_loop_1 > div.media > div.media__image > a.media__link |
Cara Aman Usir Kucing Liar yang Datang ke Rumah Tanpa Menyakiti, Yuk Dicoba! article#rec_loop_2 > div.media > div.media__image > a.media__link |
EL Rumi Makan Malam Bareng Groomsmen Jelang Nikah, Ucapkan Ini article#rec_loop_3 > div.media > div.media__image > a.media__link |
Menu 'MBG' ala Super Indo Makin Diminati, Praktis dan Terjangkau! article#rec_loop_4 > div.media > div.media__image > a.media__link |
Eks Wakapolda Metro Jaya Tewas Kecelakaan di Medan article#rec_loop_5 > div.media > div.media__image > a.media__link |
div.list-content > div.cb > div.box__header > a.font-xxs div.list-content > div.cb > div.box__header > a.font-xxs |
article.ph_newsfeed_d > div.media > div.media__image > a.ai_link article.ph_newsfeed_d > div.media > div.media__image > a.ai_link |
Video: RS Muhammadiyah Sumatera Utara Bantah Angkat Rahim Pasien Tanpa Izin article.list-content__item > div.media > div.media__image > a.media__link |
Video: 4 WN China Dideportasi gegara Bawa Sampel Tanah Tambang article.list-content__item > div.media > div.media__image > a.media__link |
Video: Momen Kakorlantas Buka Rakor Samsat 2026 dengan Pantun article.list-content__item > div.media > div.media__image > a.media__link |
article.ph_newsfeed_d > div.media > div.media__image > a.ai_link article.ph_newsfeed_d > div.media > div.media__image > a.ai_link |
div.ph_newsfeed_m > div.media > div.media__image > a.ai_link div.ph_newsfeed_m > div.media > div.media__image > a.ai_link |
article.ph_newsfeed_d > div.media > div.media__image > a.ai_link article.ph_newsfeed_d > div.media > div.media__image > a.ai_link |
article.ph_newsfeed_d > div.media > div.media__image > a.ai_link article.ph_newsfeed_d > div.media > div.media__image > a.ai_link |
article#rec_loop_6 > div.media > div.media__image > a.media__link article#rec_loop_6 > div.media > div.media__image > a.media__link |
article.ph_newsfeed_d > div.media > div.media__image > a.ai_link article.ph_newsfeed_d > div.media > div.media__image > a.ai_link |
article.ph_newsfeed_d > div.media > div.media__image > a.ai_link article.ph_newsfeed_d > div.media > div.media__image > a.ai_link |
article#rec_loop_7 > div.media > div.media__image > a.media__link article#rec_loop_7 > div.media > div.media__image > a.media__link |
article.ph_newsfeed_d > div.media > div.media__image > a.ai_link article.ph_newsfeed_d > div.media > div.media__image > a.ai_link |
div.ph_newsfeed_m > div.media > div.media__image > a.ai_link div.ph_newsfeed_m > div.media > div.media__image > a.ai_link |
article#rec_loop_8 > div.media > div.media__image > a.media__link article#rec_loop_8 > div.media > div.media__image > a.media__link |
article.ph_newsfeed_d > div.media > div.media__image > a.ai_link article.ph_newsfeed_d > div.media > div.media__image > a.ai_link |
article.ph_newsfeed_d > div.media > div.media__image > a.ai_link article.ph_newsfeed_d > div.media > div.media__image > a.ai_link |
article.ph_newsfeed_d > div.media > div.media__image > a.ai_link article.ph_newsfeed_d > div.media > div.media__image > a.ai_link |
article.ph_newsfeed_d > div.media > div.media__image > a.ai_link article.ph_newsfeed_d > div.media > div.media__image > a.ai_link |
article.ph_newsfeed_d > div.media > div.media__image > a.ai_link article.ph_newsfeed_d > div.media > div.media__image > a.ai_link |
article.ph_newsfeed_d > div.media > div.media__image > a.ai_link article.ph_newsfeed_d > div.media > div.media__image > a.ai_link |
article.ph_newsfeed_d > div.media > div.media__image > a.ai_link article.ph_newsfeed_d > div.media > div.media__image > a.ai_link |
div.ph_newsfeed_m > div.media > div.media__image > a.ai_link div.ph_newsfeed_m > div.media > div.media__image > a.ai_link |
article.ph_newsfeed_d > div.media > div.media__image > a.ai_link article.ph_newsfeed_d > div.media > div.media__image > a.ai_link |
article.ph_newsfeed_d > div.media > div.media__image > a.ai_link article.ph_newsfeed_d > div.media > div.media__image > a.ai_link |
article.ph_newsfeed_d > div.media > div.media__image > a.ai_link article.ph_newsfeed_d > div.media > div.media__image > a.ai_link |
article.ph_newsfeed_d > div.media > div.media__image > a.ai_link article.ph_newsfeed_d > div.media > div.media__image > a.ai_link |
article.ph_newsfeed_d > div.media > div.media__image > a.ai_link article.ph_newsfeed_d > div.media > div.media__image > a.ai_link |
article.ph_newsfeed_d > div.media > div.media__image > a.ai_link article.ph_newsfeed_d > div.media > div.media__image > a.ai_link |
article.ph_newsfeed_d > div.media > div.media__image > a.ai_link article.ph_newsfeed_d > div.media > div.media__image > a.ai_link |
article.ph_newsfeed_d > div.media > div.media__image > a.ai_link article.ph_newsfeed_d > div.media > div.media__image > a.ai_link |
article.ph_newsfeed_d > div.media > div.media__image > a.ai_link article.ph_newsfeed_d > div.media > div.media__image > a.ai_link |
article.ph_newsfeed_d > div.media > div.media__image > a.ai_link article.ph_newsfeed_d > div.media > div.media__image > a.ai_link |
article.ph_newsfeed_d > div.media > div.media__image > a.ai_link article.ph_newsfeed_d > div.media > div.media__image > a.ai_link |
article.ph_newsfeed_d > div.media > div.media__image > a.ai_link article.ph_newsfeed_d > div.media > div.media__image > a.ai_link |
article.ph_newsfeed_d > div.media > div.media__image > a.ai_link article.ph_newsfeed_d > div.media > div.media__image > a.ai_link |
article.ph_newsfeed_d > div.media > div.media__image > a.ai_link article.ph_newsfeed_d > div.media > div.media__image > a.ai_link |
article.ph_newsfeed_d > div.media > div.media__image > a.ai_link article.ph_newsfeed_d > div.media > div.media__image > a.ai_link |
article.ph_newsfeed_d > div.media > div.media__image > a.ai_link article.ph_newsfeed_d > div.media > div.media__image > a.ai_link |
article.ph_newsfeed_d > div.media > div.media__image > a.ai_link article.ph_newsfeed_d > div.media > div.media__image > a.ai_link |
article.ph_newsfeed_d > div.media > div.media__image > a.ai_link article.ph_newsfeed_d > div.media > div.media__image > a.ai_link |
article.ph_newsfeed_d > div.media > div.media__image > a.ai_link article.ph_newsfeed_d > div.media > div.media__image > a.ai_link |
article.ph_newsfeed_d > div.media > div.media__image > a.ai_link article.ph_newsfeed_d > div.media > div.media__image > a.ai_link |
article.ph_newsfeed_d > div.media > div.media__image > a.ai_link article.ph_newsfeed_d > div.media > div.media__image > a.ai_link |
article.ph_newsfeed_d > div.media > div.media__image > a.ai_link article.ph_newsfeed_d > div.media > div.media__image > a.ai_link |
article.ph_newsfeed_d > div.media > div.media__image > a.ai_link article.ph_newsfeed_d > div.media > div.media__image > a.ai_link |
article.ph_newsfeed_d > div.media > div.media__image > a.ai_link article.ph_newsfeed_d > div.media > div.media__image > a.ai_link |
article.ph_newsfeed_d > div.media > div.media__image > a.ai_link article.ph_newsfeed_d > div.media > div.media__image > a.ai_link |
article.ph_newsfeed_d > div.media > div.media__image > a.ai_link article.ph_newsfeed_d > div.media > div.media__image > a.ai_link |
article.ph_newsfeed_d > div.media > div.media__image > a.ai_link article.ph_newsfeed_d > div.media > div.media__image > a.ai_link |
article.ph_newsfeed_d > div.media > div.media__image > a.ai_link article.ph_newsfeed_d > div.media > div.media__image > a.ai_link |
article.ph_newsfeed_d > div.media > div.media__image > a.ai_link article.ph_newsfeed_d > div.media > div.media__image > a.ai_link |
article.ph_newsfeed_d > div.media > div.media__image > a.ai_link article.ph_newsfeed_d > div.media > div.media__image > a.ai_link |
article.ph_newsfeed_d > div.media > div.media__image > a.ai_link article.ph_newsfeed_d > div.media > div.media__image > a.ai_link |
Menteri PU: Jalan Berlubang di Pantura Hampir Tuntas, Sisa 1-2 Persen article#slick-slide00 > div.media > div.media__image > a.media__link |
Tangani Bendung Jamuan, Kementerian PU Susun Desain Penanganan Permanen article#slick-slide01 > div.media > div.media__image > a.media__link |
Chelsea Pecat Liam Rosenior! article#rec_loop_0 > div.media > div.media__image > a.media__link |
Gaya Stylish Shandy Aulia Nonton Coachella, Boots Tinggi & Mini Outfit article#rec_loop_1 > div.media > div.media__image > a.media__link |
Cara Aman Usir Kucing Liar yang Datang ke Rumah Tanpa Menyakiti, Yuk Dicoba! article#rec_loop_2 > div.media > div.media__image > a.media__link |
EL Rumi Makan Malam Bareng Groomsmen Jelang Nikah, Ucapkan Ini article#rec_loop_3 > div.media > div.media__image > a.media__link |
Menu 'MBG' ala Super Indo Makin Diminati, Praktis dan Terjangkau! article#rec_loop_4 > div.media > div.media__image > a.media__link |
div.grid-row > div.column-3 > div.footer__social > a.icon_footer-itp div.grid-row > div.column-3 > div.footer__social > a.icon_footer-itp |
div.grid-row > div.column-3 > div.footer__social > a.icon_footer-itp div.grid-row > div.column-3 > div.footer__social > a.icon_footer-itp |
div.grid-row > div.column-3 > div.footer__social > a.icon_footer-itp div.grid-row > div.column-3 > div.footer__social > a.icon_footer-itp |
div.grid-row > div.column-3 > div.footer__social > a.icon_footer-itp div.grid-row > div.column-3 > div.footer__social > a.icon_footer-itp |
div.grid-row > div.column-3 > div.footer__social > a.icon_footer-itp div.grid-row > div.column-3 > div.footer__social > a.icon_footer-itp |
div.grid-row > div.column-3 > div.footer__social > a.icon_footer-itp div.grid-row > div.column-3 > div.footer__social > a.icon_footer-itp |
div.grid-row > div.column-3 > div.footer__social > a.icon-item div.grid-row > div.column-3 > div.footer__social > a.icon-item |
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 |
|---|
Kabar Haji Bersama Promag Herbal article.list-content__item > div.media > div.media__text > h2.media__subtitle |
Sepakbola article#rec_loop_0 > div.media > div.media__text > div.media__subtitle |
Wolipop article#rec_loop_1 > div.media > div.media__text > div.media__subtitle |
detikSumut article#rec_loop_2 > div.media > div.media__text > div.media__subtitle |
detikHot article#rec_loop_3 > div.media > div.media__text > div.media__subtitle |
detikFood article#rec_loop_4 > div.media > div.media__text > div.media__subtitle |
detikSumut article#rec_loop_5 > div.media > div.media__text > div.media__subtitle |
Foto Travel div.ph_newsfeed_m > div.media > div.media__text > h2.media__subtitle |
Indeks Berita div.column-8 > div.section > div.bottom_morenews > a.loading |
Olahraga div#swiper-wrapper-d26eb108d11021109f2 > div.swiper-slide > a.cb-rekomendit__item > span |
Pakaian Wanita div#swiper-wrapper-d26eb108d11021109f2 > div.swiper-slide > a.cb-rekomendit__item > span |
#1 article.list-content__item > div.media > div.media__text > span.text-list__data |
#2 article.list-content__item > div.media > div.media__text > span.text-list__data |
#3 article.list-content__item > div.media > div.media__text > span.text-list__data |
#4 article.list-content__item > div.media > div.media__text > span.text-list__data |
Lihat Selengkapnya div.box > div.list-content > div.text-center > a.btn |
206 div.media > div.media__text > div.text-list__data > div.font-sm |
Komentar div.media > div.media__text > div.text-list__data > div |
Sepakbola article#rec_loop_0 > div.media > div.media__text > div.media__subtitle |
Wolipop article#rec_loop_1 > div.media > div.media__text > div.media__subtitle |
detikSumut article#rec_loop_2 > div.media > div.media__text > div.media__subtitle |
detikHot article#rec_loop_3 > div.media > div.media__text > div.media__subtitle |
Promoted article > div > div > div |
detikFood article#rec_loop_4 > div.media > div.media__text > div.media__subtitle |
Lihat Selengkapnya div.box > div > div.text-center > a.btn |
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.
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
detikcom
Terpopuler
Live TV
Kirim Tulisan div.dtkframebar__bg > div.dtkframebar__wrapper > div.dtkframebar__menu__kanal > ul.newlist |
Loading... div.dropdown-menu > div.search-content > div.search-section > ol#last-search |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
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 |
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 |
|---|
awscdn.detik.net.id/assets/js/firebase-msg.js?v=202604230379 line 12, col 82 |
A character encoding declaration is required. It can be done with a `<meta>` tag in the first 1024 bytes of the HTML or in the Content-Type HTTP response header. Learn more about declaring the character encoding.
Performance issues directly impact user engagement and conversion rates.
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 | micro.rubiconproject.com/prebid/dynamic/11530.js line 20, col 40956 |
| 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 |
|---|---|
newpolong.detik.com/frontend_polong/detail-polling/detail-polling.js line 1, col 208289 | TypeError: Cannot read properties of null (reading 'id')
at U (https://newpolong.detik.com/frontend_polong/detail-polling/detail-polling.js:2:204471)
at Ta (https://newpolong.detik.com/frontend_polong/detail-polling/detail-polling.js:2:47714)
at Di (https://newpolong.detik.com/frontend_polong/detail-polling/detail-polling.js:2:74268)
at Yi (https://newpolong.detik.com/frontend_polong/detail-polling/detail-polling.js:2:84680)
at Ys (https://newpolong.detik.com/frontend_polong/detail-polling/detail-polling.js:2:121873)
at Gs (https://newpolong.detik.com/frontend_polong/detail-polling/detail-polling.js:2:121802)
at Ws (https://newpolong.detik.com/frontend_polong/detail-polling/detail-polling.js:2:121644)
at Fs (https://newpolong.detik.com/frontend_polong/detail-polling/detail-polling.js:2:118133)
at _c (https://newpolong.detik.com/frontend_polong/detail-polling/detail-polling.js:2:132889)
at Sc (https://newpolong.detik.com/frontend_polong/detail-polling/detail-polling.js:2:131415) |
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 |
|---|
sponsorkabarhaji div > div.cb-kabar-haji-2026__title-sponsor > ins > a |
div.cb-kabar-haji-2026__sponsor > div.cb-kabar-haji-2026__sponsor-item > ins > a |
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.search-content > div.search-section > div.search-section__title > img.mgl-8 div.search-content > div.search-section > div.search-section__title > img.mgl-8 |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback