Lighthouse Desktop
· 0 checks — Desktop Lighthouse audit -- Performance, Accessibility, Best Practices, and SEO category breakdown.Detailed Report
Audit breakdown by category with detailed findings.
Performance
Insights
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
Performance issues directly impact user engagement and conversion rates.
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 > ins#revive-0-11 > a > img div > ins#revive-0-11 > a > img | ads.antaranews.com/www/images/98a29ca75a14eb96d13d13b9441bbb85.gif | 280.1 KiB | 162.5 KiB |
div.row > div.ads_1110x137 > a > img div.row > div.ads_1110x137 > a > img | ads.antaranews.com/www/images/6ed61ddc66394cadbb3890aa288e0bd7.gif | 265.0 KiB | 151.1 KiB |
div > ins#revive-0-9 > a > img div > ins#revive-0-9 > a > img | ads.antaranews.com/www/images/035fe8872929492b918b92653a0a1383.gif | 256.2 KiB | 146.0 KiB |
div.row > div.ads_728x90 > a > img div.row > div.ads_728x90 > a > img | ads.antaranews.com/www/images/091390e5c9905646e77eb217760d3a2d.gif | 249.0 KiB | 141.9 KiB |
div.row > div.ads_1110x120 > a > img div.row > div.ads_1110x120 > a > img | ads.antaranews.com/www/images/1e34a3f700869677f5ccb33131a76f61.gif | 115.4 KiB | 65.8 KiB |
Pemerintah kaji penambahan kuota PBI JKN hingga 120 juta jiwa div.card__post__body > a > picture > img.img-fluid | img.antaranews.com/cache/800x533/2026/04/22/saifullah-yusuf.jpg.webp | 78.6 KiB | 20.8 KiB |
HUT ANTARA nav.navbar > div.container > figure.mb-0 > img.ml-2 | static.antaranews.com/assets/img/HUT-ANTARA-88-OK.jpg | 10.4 KiB | 9.9 KiB |
Soal penanganan sampah, Legislator: Jakarta harus transformasi total div.article__image > a > picture > img.img-fluid | img.antaranews.com/cache/370x246/2026/04/22/IMG_20260422_201731.jpg.webp | 18.8 KiB | 4.6 KiB |
Menyapu ikan sapu-sapu, dilema sang hama bernilai ekonomi div.image-sm > a > picture > img.img-fluid | img.antaranews.com/cache/180x120/2026/04/22/1000863457.jpg.webp | 7.4 KiB | 4.5 KiB |
Mendorong kedaulatan digital dan pelindungan data pribadi div.article__image > a > picture > img.img-fluid | img.antaranews.com/cache/370x246/2026/04/22/1000746573.jpg.webp | 18.5 KiB | 4.3 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.
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 |
|---|---|
| antaranews.com/ | 1.2 s |
| www.antaranews.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.
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.
Diagnostics
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 |
|---|---|---|
| static.antaranews.com/assets/css/style.css?v=1.137 | 36.0 KiB | 33.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.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /pagead/managed/js/gpt/m202604200101/pubads_impl.js?cb=31... | 187.7 KiB | 135.8 KiB |
| www.googletagmanager.com/gtag/js?id=G-TY84S7ZSJC&cx=c>m=4e64k1 | 157.1 KiB | 66.7 KiB |
| www.googletagmanager.com/gtag/js?id=G-18W9NKGV2L | 161.9 KiB | 61.1 KiB |
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 |
|---|---|
| Style & Layout | 1.3 s |
| Script Evaluation | 1.2 s |
| Rendering | 681 ms |
| Other | 675 ms |
| Script Parsing & Compilation | 65 ms |
| Parse HTML & CSS | 64 ms |
| Garbage Collection | 28 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 did not finish loading before navigating away. | Not actionable |
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| static.antaranews.com/assets/css/style.css?v=1.137 | 36.4 KiB | 6.3 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.
More information about the performance of your application. These numbers don't directly affect the Performance score.
Accessibility
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.
ARIA
Focusable descendents within an `[aria-hidden="true"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. Learn how `aria-hidden` affects focusable elements.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
Soal penanganan sampah, Legislator: Jakarta harus transformasi total
Metro div#editor_picks > div.slick-list > div.slick-track > div.item |
Komisaris Pertamina cek distribusi BBM dan LPG di Papua Barat Daya
Ekonomi div#editor_picks > div.slick-list > div.slick-track > div.item |
SPPG Polri Pejaten laksanakan MBG dengan sistem prasmanan
Metro div#editor_picks > div.slick-list > div.slick-track > div.item |
Ombudsman pastikan layanan haji kloter perdana 2026 berjalan baik
Hukum div#editor_picks > div.slick-list > div.slick-track > div.item |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
Contrast
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 |
|---|
Indeks div.container > div.wrapper__list__article > h4 > a.btn |
Fajar Satriyo div.card__post__author-info > ul.list-inline > li.list-inline-item > span.text-danger |
Fajar Satriyo div.card__post__author-info > ul.list-inline > li.list-inline-item > span.text-danger |
Martha Herlinawati Simanjuntak div.card__post__author-info > ul.list-inline > li.list-inline-item > span.text-danger |
Luthfia Miranda Putri div.card__post__author-info > ul.list-inline > li.list-inline-item > span.text-danger |
M Riezko Bima Elko Prasetyo div.card__post__author-info > ul.list-inline > li.list-inline-item > span.text-danger |
Indeks div.container > div.wrapper__list__article > h4 > a.btn |
6 jam lalu div.card__post__author-info > ul.list-inline > li.list-inline-item > span.text-secondary |
6 jam lalu div.card__post__author-info > ul.list-inline > li.list-inline-item > span.text-secondary |
Indeks div.container > div.wrapper__list__article > h4.mb-4 > a.btn |
These are opportunities to improve the legibility of your content.
Navigation
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 |
|---|
Ditjen Pajak pastikan belum kenakan PPN untuk jasa layanan jalan tol div.card__post__body > div.card__post__content > div.card__post__title > h6 |
Humaniora
Indeks div.row > div.col-md-12 > div.wrapper__list__article > h4.border_section |
These are opportunities to improve keyboard navigation in your application.
Names and labels
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#main_nav99 > ul.navbar-nav > li.nav-item > a.nav-link div#main_nav99 > ul.navbar-nav > li.nav-item > a.nav-link |
div.container > div.row > div.ads_728x90 > a div.container > div.row > div.ads_728x90 > a |
div.container > div.row > div.ads_1110x137 > a div.container > div.row > div.ads_1110x137 > a |
div.container > div.row > div.ads_1110x120 > a div.container > div.row > div.ads_1110x120 > a |
div#skinad-left > div > ins#revive-0-9 > a div#skinad-left > div > ins#revive-0-9 > a |
div#skinad-right > div > ins#revive-0-11 > a div#skinad-right > div > ins#revive-0-11 > a |
div.social__media > ul.list-inline > li.list-inline-item > a.btn div.social__media > ul.list-inline > li.list-inline-item > a.btn |
div.social__media > ul.list-inline > li.list-inline-item > a.btn div.social__media > ul.list-inline > li.list-inline-item > a.btn |
div.social__media > ul.list-inline > li.list-inline-item > a.btn div.social__media > ul.list-inline > li.list-inline-item > a.btn |
div.social__media > ul.list-inline > li.list-inline-item > a.btn div.social__media > ul.list-inline > li.list-inline-item > a.btn |
div.social__media > ul.list-inline > li.list-inline-item > a.btn div.social__media > ul.list-inline > li.list-inline-item > a.btn |
div.social__media > ul.list-inline > li.list-inline-item > a.btn div.social__media > ul.list-inline > li.list-inline-item > a.btn |
div.social__media > ul.list-inline > li.list-inline-item > a.btn div.social__media > ul.list-inline > li.list-inline-item > a.btn |
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.
Best practices
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Piala Italia div.card__post__body > div.card__post__content > h4.slug > a |
Piala Prancis div.card__post__body > div.card__post__content > h4.slug > a |
Liga Spanyol div.card__post__body > div.card__post__content > h4.slug > a |
Liga Prancis div.card__post__body > div.card__post__content > h4.slug > a |
Artikel div.card__post__body > div.card__post__content > h4.slug > a |
Foto div.card__post__body > div.card__post__content > h4.slug > a |
Anti Hoax div.article__entry > div.article__content > h4.slug > a |
Anti Hoax div.card__post__body > div.card__post__content > h4.slug > a |
Anti Hoax div.card__post__body > div.card__post__content > h4.slug > a |
Anti Hoax div.card__post__body > div.card__post__content > h4.slug > a |
Anti Hoax div.card__post__body > div.card__post__content > h4.slug > a |
Anti Hoax div.card__post__body > div.card__post__content > h4.slug > a |
Papua Tengah div.card__post__body > div.card__post__content > h4.slug > a |
Kalimantan Utara div.card__post__body > div.card__post__content > h4.slug > a |
Yogyakarta div.card__post__body > div.card__post__content > h4.slug > a |
Kepulauan Riau div.card__post__body > div.card__post__content > h4.slug > a |
Video div.card__post__body > div.card__post__content > h4.slug > a |
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These items highlight common accessibility best practices.
Best Practices
User Experience
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
div.row > div.ads_1110x120 > a > img div.row > div.ads_1110x120 > a > img | ads.antaranews.com/www/images/1e34a3f700869677f5ccb33131a76f61.gif | 1110 x 120 (9.25) | 1370 x 120 (11.42) |
SEO
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.