Lighthouse Mobile
· 0 checks — Mobile 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 | |
|---|---|---|---|
President Recep Tayyip Erdoğan shaking hands with NATO Secretary-General Mark R… div.image_holder > a > div.layout-ratio > img.lazy | /ly/uploads/images/2026/04/22/thumbs/840x356/437695.jpg?v... | 150.1 KiB | 122.3 KiB |
Relatives mourn the death of Jihad Marzouq Abu Naim during his funeral in Al-Mu… div.image_holder > a > div.layout-ratio > img.lazy | /ly/uploads/images/2026/04/22/thumbs/305x159/437706.jpg?v... | 57.2 KiB | 38.2 KiB |
Murat Yeşiltaş li > div.image_holder > a > img | idsb.tmgrup.com.tr/ly/uploads/authors/1711_1775569041.jpg | 39.3 KiB | 36.7 KiB |
Hakkı Öcal li > div.image_holder > a > img | idsb.tmgrup.com.tr/ly/uploads/authors/330_1771745247.jpg | 37.4 KiB | 34.8 KiB |
A United Nations Disengagement Observatory Force (UNDOF) vehicle drives past a … div.image_holder > a > div.layout-ratio > img.lazy | /ly/uploads/images/2026/04/22/thumbs/305x159/437702.jpg?v... | 52.5 KiB | 33.5 KiB |
Muhittin Ataman li > div.image_holder > a > img | idsb.tmgrup.com.tr/ly/uploads/authors/646_1699354980.jpg | 34.0 KiB | 31.4 KiB |
Iranians drive past a huge billboard carrying a sentence reading in Persian ’Th… div.image_holder > a > div.layout-ratio > img.lazy | /ly/uploads/images/2026/04/22/thumbs/160x83/437701.jpg?v=... | 20.7 KiB | 16.2 KiB |
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
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.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| ad01.tmgrup.com.tr/bd/reklam_test/js/prebid_guncel.js?v=1 | 900.0 s | 140.3 KiB |
| c.amazon-adsystem.com/aax2/apstag.js | 3600.0 s | 90.9 KiB |
| mc.yandex.ru/metrika/tag.js | 3600.0 s | 85.5 KiB |
| consent.cookiebot.com/uc.js?cbid=2b732220-b411-4c8b-a6eb-35be13d29c8d | 1126.0 s | 27.0 KiB |
| tr.hit.gemius.pl/xgemius.js | 43200.0 s | 19.4 KiB |
| pagead2.googlesyndication.com/pagead/show_companion_ad.js?fcd=true | 3600.0 s | 11.7 KiB |
| static.criteo.net/js/ld/publishertag.ids.js | 86400.0 s | 14.8 KiB |
| consent.cookiebot.com/f74ae572-b87f-4930-b828-cd8e8ed5cee9/cd.js | 992.0 s | 3.3 KiB |
| invstatic101.creativecdn.com/encrypted-signals/encrypted-tag-g.js | 0.0 ms | 2.9 KiB |
| ads.pubmatic.com/AdServer/js/google-esp.js | 77248.0 s | 3.4 KiB |
| config.aps.amazon-adsystem.com/configs/214e05c0-e041-4e85-8762-dbf70cbd8768 | 3600.0 s | 857 B |
| mc.yandex.com/metrika/advert.gif?t=gdpr(14)ti(4) | 3600.0 s | 375 B |
| /sync_cookie_image_decide_secondary?cid=96869704&scid=3a3... | 0.0 ms | 79 B |
| /sync_cookie_image_decide?cid=96869704&scid=bdfe4793-90a9... | 0.0 ms | 67 B |
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 |
|---|---|
| dailysabah.com/ | 1.1 s |
| www.dailysabah.com/ | 0.0 ms |
Keep the server response time for the main document short because all other requests depend on it. Learn more about the Time to First Byte metric.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| www.dailysabah.com/ | 3.5 s |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
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.
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 |
|---|---|---|
| idsb.tmgrup.com.tr/ly/theme_dailysabah/css/styles.min.css?v=2.42&1 | 22.6 KiB | 17.7 KiB |
| idsb.tmgrup.com.tr/ly/theme_dailysabah/css/fontawesome.min.css | 13.5 KiB | 13.4 KiB |
| 13.5 KiB | 10.7 KiB |
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
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 | 5.4 s |
| Other | 2.0 s |
| Style & Layout | 1.2 s |
| Parse HTML & CSS | 816 ms |
| Script Parsing & Compilation | 707 ms |
| Rendering | 454 ms |
| Garbage Collection | 184 ms |
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 |
|---|---|---|
| ad01.tmgrup.com.tr/bd/reklam_test/js/prebid_guncel.js?v=1 | 139.9 KiB | 108.5 KiB |
| yastatic.net/partner-code-bundles/1304651/00cc0164cd639ddf.js | 129.7 KiB | 104.7 KiB |
| /pagead/managed/js/gpt/m202604160201/pubads_impl.js | 187.7 KiB | 103.2 KiB |
| yandex.ru/ads/system/context.js | 103.9 KiB | 72.9 KiB |
| www.googletagmanager.com/gtag/js?id=G-YL2LDSR749 | 156.0 KiB | 66.2 KiB |
| c.amazon-adsystem.com/aax2/apstag.js | 90.5 KiB | 52.2 KiB |
| mc.yandex.ru/metrika/tag.js | 84.7 KiB | 43.1 KiB |
| fundingchoicesmessages.google.com/i/31110078?ers=3 | 68.5 KiB | 37.0 KiB |
| /2b732220-b411-4c8b-a6eb-35be13d29c8d/cc.js?renew=false&r... | 120.5 KiB | 25.4 KiB |
| yastatic.net/partner-code-bundles/1304651/22d10f9d8e892aab.js | 31.8 KiB | 25.2 KiB |
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 | |
|---|---|
USD Flag div.dropdown_parent > span.selected_from_currency > span.currency_flag > img | /ly/theme_dailysabah/images/flags/flag-of-United-States-o... |
TRY Flag div.dropdown_parent > span.selected_from_currency > span.currency_flag > img | idsb.tmgrup.com.tr/ly/theme_dailysabah/images/flags/flag-of-Turkey.png |
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.
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 |
|---|
These cookies work by identifying the browsers and devices of the user. div.CybotCookiebotScrollContainer > div#CybotCookiebotDialogBodyContent > div#CybotCookiebotDialogBodyContentText > p |
7 DAYS div.tabbed_numbered_widget > ul.tabs_links > li > a |
30 DAYS div.tabbed_numbered_widget > ul.tabs_links > li > a |
COMMODITIES div.markets_widget > ul.tabs_links > li > a |
CURRENCIES div.markets_widget > ul.tabs_links > li > a |
1 USD = 44.91 TRY div.from_main > div.dropdown_parent > span.selected_from_currency > span.conversion_rate |
1 TRY = 0.02 USD div.to_main > div.dropdown_parent > span.selected_from_currency > span.conversion_rate |
BY MUHITTIN ATAMAN li > div.widget_content > div.user_link > a |
BY MURAT YEŞILTAŞ li > div.widget_content > div.user_link > a |
BY HAKKI ÖCAL li > div.widget_content > div.user_link > a |
BETÜL TILMAÇ div.normal_item > div.widget_content > div.user_link > a |
HURIYE YILDIRIM ÇINAR div.normal_item > div.widget_content > div.user_link > a |
© Turkuvaz Haberleşme ve Yayıncılık 2021 div.container > div.row > div.col-md-3 > div.copyrights |
These are opportunities to improve the legibility of your content.
Names and labels
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.sabah-currency-converter > div.currency_converter > div.from_main > input#from_input div.sabah-currency-converter > div.currency_converter > div.from_main > input#from_input |
div.sabah-currency-converter > div.currency_converter > div.to_main > input#to_input div.sabah-currency-converter > div.currency_converter > div.to_main > input#to_input |
body.with_ad > input.copy_text body.with_ad > input.copy_text |
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.col-md-12 > div.top_menu_bar > div.search_parent > a.search_icon div.col-md-12 > div.top_menu_bar > div.search_parent > a.search_icon |
div.sabah-currency-converter > div.currency_converter > div.switch_currencies_parent > a.switch_currencies div.sabah-currency-converter > div.currency_converter > div.switch_currencies_parent > a.switch_currencies |
footer > div.top_footer_row > div.container-fluid > a.white_logo footer > div.top_footer_row > div.container-fluid > a.white_logo |
div.social_media_column > ul.social_media > li > a div.social_media_column > ul.social_media > li > a |
div.social_media_column > ul.social_media > li > a div.social_media_column > ul.social_media > li > a |
div.social_media_column > ul.social_media > li > a div.social_media_column > ul.social_media > li > a |
div.social_media_column > ul.social_media > li > a div.social_media_column > ul.social_media > li > a |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Best practices
Users do not expect a page to refresh automatically, and doing so will move focus back to the top of the page. This may create a frustrating or confusing experience. Learn more about the refresh meta tag.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
head > meta head > meta |
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.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
head > meta head > meta |
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 |
|---|
WEST-BANK div.col-lg-3 > div.widget_content > div.cat_link > a |
ISRAELI-SETTLERS div.col-lg-3 > div.widget_content > div.cat_link > a |
US-ISRAEL-IRAN-WAR li > div.widget_content > div.cat_link > a |
MONTENEGRO li > div.widget_content > div.cat_link > a |
TÜRKIYE-GERMANY-RELATIONS li > div.widget_content > div.cat_link > a |
BOOKING.COM div.col-lg-3 > div.widget_content > div.cat_link > a |
RUSSIA-UKRAINE-WAR div.col-lg-3 > div.widget_content > div.cat_link > a |
IRAN-CEASE-FIRE-TALKS div.col-lg-3 > div.widget_content > div.cat_link > a |
US-ISRAEL-IRAN-WAR div.col-lg-3 > div.widget_content > div.cat_link > a |
TÜRKIYE-EU-RELATIONS div.normal_item > div.widget_content > div.cat_link > a |
LEGISLATION div.normal_item > div.widget_content > div.cat_link > a |
STOCK-EXCHANGE div.normal_item > div.widget_content > div.cat_link > a |
AIR-TRANSPORTATION div.normal_item > div.widget_content > div.cat_link > a |
NATO div.normal_item > div.widget_content > div.cat_link > a |
TURKISH-DEFENSE-INDUSTRY div.normal_item > div.widget_content > div.cat_link > a |
GALLERY div.col-lg-3 > div.widget_content > div.cat_link > a |
GALLERY div.col-lg-3 > div.widget_content > div.cat_link > a |
DIYANET div.normal_item > div.widget_content > div.cat_link > a |
GÜLISTAN-DOKU div.normal_item > div.widget_content > div.cat_link > a |
BY MUHITTIN ATAMAN li > div.widget_content > div.user_link > a |
BY MURAT YEŞILTAŞ li > div.widget_content > div.user_link > a |
BY HAKKI ÖCAL li > div.widget_content > div.user_link > a |
BETÜL TILMAÇ div.normal_item > div.widget_content > div.user_link > a |
HURIYE YILDIRIM ÇINAR div.normal_item > div.widget_content > div.user_link > a |
TAIWAN-CHINA-RELATIONS div.normal_item > div.widget_content > div.cat_link > a |
GERMANY div.normal_item > div.widget_content > div.cat_link > a |
MUSLIMS-IN-US li > div.widget_content > div.cat_link > a |
AUSTRIA li > div.widget_content > div.cat_link > a |
ISLAMOPHOBIA li > div.widget_content > div.cat_link > a |
ANTISEMITISM div.col-lg-3 > div.widget_content > div.cat_link > a |
HAKAN-FİDAN div.col-lg-3 > div.widget_content > div.cat_link > a |
REFUGEES div.normal_item > div.widget_content > div.cat_link > a |
US-IRAN-WAR div.normal_item > div.widget_content > div.cat_link > a |
DIGITAL-ADDICTION div.normal_item > div.widget_content > div.cat_link > a |
ART div.normal_item > div.widget_content > div.cat_link > a |
IMEI-REGISTRATION-IN-TURKIYE li > div.widget_content > div.cat_link > a |
TRIP-TO-TÜRKIYE li > div.widget_content > div.cat_link > a |
ISTANBUL li > div.widget_content > div.cat_link > a |
CELINE-DION div.normal_item > div.widget_content > div.cat_link > a |
MARDIN div.normal_item > div.widget_content > div.cat_link > a |
GAZA div.normal_item > div.widget_content > div.cat_link > a |
STUTTGART-OPEN div.normal_item > div.widget_content > div.cat_link > a |
FIBA-HALL-OF-FAME-2026 div.normal_item > div.widget_content > div.cat_link > a |
OSCAR-PIASTRI li > div.widget_content > div.cat_link > a |
HAAS li > div.widget_content > div.cat_link > a |
TOPRAK-RAZGATLIOĞLU li > div.widget_content > div.cat_link > a |
TOURISM-IN-TÜRKIYE div.normal_item > div.widget_content > div.cat_link > a |
TÜRKIYE-SPAIN-RELATIONS div.normal_item > div.widget_content > div.cat_link > a |
AUTOMOTIVE-INDUSTRY div.normal_item > div.widget_content > div.cat_link > a |
YEDITEPE-UNIVERSITY li > div.widget_content > div.cat_link > a |
IMAM-HATIP-HIGH-SCHOOL li > div.widget_content > div.cat_link > a |
IBN-HALDUN-UNIVERSITY li > div.widget_content > div.cat_link > a |
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) | |
|---|---|---|---|
Murat Yeşiltaş li > div.image_holder > a > img | idsb.tmgrup.com.tr/ly/uploads/authors/1711_1775569041.jpg | 65 x 80 (0.81) | 200 x 210 (0.95) |
Muhittin Ataman li > div.image_holder > a > img | idsb.tmgrup.com.tr/ly/uploads/authors/646_1699354980.jpg | 65 x 80 (0.81) | 200 x 200 (1.00) |
Hakkı Öcal li > div.image_holder > a > img | idsb.tmgrup.com.tr/ly/uploads/authors/330_1771745247.jpg | 65 x 80 (0.81) | 200 x 200 (1.00) |
General
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 | ad01.tmgrup.com.tr/bd/reklam_test/js/prebid_guncel.js?v=1 line 50, col 1191 |
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.