Mobile 375 × 812

Desktop 1440 × 900

Score: 72 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
Well-optimized for search — your content is discoverable.
Solid infrastructure — fast server responses across the board.
Strong compliance posture across regulations.
Rich content metadata — your pages look great everywhere.
Heavier than average — reducing page weight saves energy and bandwidth.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
2 image(s) missing alt attribute
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
7 control(s) without accessible label
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
7 link(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/f2c489fb-21d8-403d-9d72-0dc07dfde0e3)<a href="https://beavercheck.com/results/f2c489fb-21d8-403d-9d72-0dc07dfde0e3"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fdailysabah.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fdailysabah.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 user trust.
9 barrier(s) likely increasing bounce by ~34%.
Page takes 6.4s to load
+12% bounceUsers abandon at ~3s — you're 3.9s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 3.3s
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
7 form field(s) without a label
+6% bounceScreen readers skip unlabeled fields; autofill can't identify them; checkout abandonment spikes
Fix: Associate every input with a visible <label for="…">; add autocomplete attributes
Content is hard to read
+2% bounceGraduate-level reading difficulty — limits the addressable audience for product or blog pages
Fix: Shorten sentences; replace jargon with plain language; target Flesch ease ≥60
7 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
5 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.
€468 investment → €3,930/month returns + EUR 20,500,000 risk avoided
€468
6h · 5 findings
€3,930 /mo
~€47,156 / year
EUR 20,500,000
if kept compliant
€85 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
5.5 developer hours at €85/hr
Based on European Union rates (€85/hr)
Start here for the best return on investment
€1,708,334 / month at risk
~€20,500,006 / year if left unfixed
€20,500,000
+5 more
€0.53 /mo
7216.1 MB/mo × 0.074 EUR/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 5 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
5.77 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
6.38 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
3.30 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.006
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
11.34 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
21.18 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 | |
|---|---|---|---|
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.
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.
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
| 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.
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 |
|---|
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.
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.
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.
Performance issues directly impact user engagement and conversion rates.
| 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.
Performance issues directly impact user engagement and conversion rates.
| 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.
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) |
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 |
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.
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.91 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
3.02 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
420 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.184
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
3.20 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.23 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.
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
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 | 112.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 | 49.3 KiB |
European Union flags flap in the wind outside EU headquarters in Brussels, Thur… div.image_holder > a > div.layout-ratio > img.lazy | /ly/uploads/images/2026/04/21/thumbs/305x159/437396.jpg?v... | 55.9 KiB | 48.0 KiB |
Palestinian men stand atop a heavily damaged building in Gaza City, central Gaz… div.image_holder > a > div.layout-ratio > img.lazy | /ly/uploads/images/2026/04/21/thumbs/305x159/437362.jpg?v... | 55.7 KiB | 47.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 | 44.6 KiB |
Murat Yeşiltaş li > div.image_holder > a > img | idsb.tmgrup.com.tr/ly/uploads/authors/1711_1775569041.jpg | 39.3 KiB | 38.3 KiB |
Hakkı Öcal li > div.image_holder > a > img | idsb.tmgrup.com.tr/ly/uploads/authors/330_1771745247.jpg | 37.4 KiB | 36.3 KiB |
Muhittin Ataman li > div.image_holder > a > img | idsb.tmgrup.com.tr/ly/uploads/authors/646_1699354980.jpg | 34.0 KiB | 33.0 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 | 18.5 KiB |
Jakov Milatovic, President of Montenegro, arrives for the EU-Western Balkans Su… div.image_holder > a > div.layout-ratio > img.lazy | /ly/uploads/images/2026/04/22/thumbs/160x83/437703.jpg?v=... | 12.4 KiB | 10.2 KiB |
President Recep Tayyip Erdoğan and German President Frank-Walter Steinmeier rev… div.image_holder > a > div.layout-ratio > img.lazy | /ly/uploads/images/2026/04/22/thumbs/160x83/437707.jpg?v=... | 10.5 KiB | 8.4 KiB |
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.4 KiB |
| consent.cookiebot.com/uc.js?cbid=2b732220-b411-4c8b-a6eb-35be13d29c8d | 1089.0 s | 27.0 KiB |
| pagead2.googlesyndication.com/pagead/js/rum.js?fcd=true | 3600.0 s | 25.1 KiB |
| tr.hit.gemius.pl/xgemius.js | 43200.0 s | 19.4 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 | 955.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 | 77211.0 s | 3.4 KiB |
| config.aps.amazon-adsystem.com/configs/214e05c0-e041-4e85-8762-dbf70cbd8768 | 3600.0 s | 859 B |
| mc.yandex.com/metrika/advert.gif?t=gdpr(14)ti(4) | 3600.0 s | 364 B |
| /sync_cookie_image_decide_secondary?cid=96869704&scid=e27... | 0.0 ms | 286 B |
| /sync_cookie_image_decide?cid=96869704&scid=8d24002a-7d03... | 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/ | 729 ms |
| www.dailysabah.com/ | 0.0 ms |
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
Erdoğan urges stronger NATO solidarity ahead of Ankara summit
TÜRKIYE-NATO-RELA… section > div.container > div.row > div.col-md-12 | 0.091 |
Erdoğan urges stronger NATO solidarity ahead of Ankara summit
TÜRKIYE-NATO-RELA… section > div.container > div.row > div.col-md-12 | 0.091 |
Erdoğan urges stronger NATO solidarity ahead of Ankara summit div.main_banner > div.widget_content > h3 > a | 0.001 |
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.
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.4 KiB |
| idsb.tmgrup.com.tr/ly/theme_dailysabah/css/fontawesome.min.css | 13.5 KiB | 13.4 KiB |
| 13.5 KiB | 10.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 reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| www.dailysabah.com/ | 581 ms | 31 ms | 4.7 ms |
| consent.cookiebot.com/uc.js?cbid=2b732220-b411-4c8b-a6eb-35be13d29c8d | 443 ms | 413 ms | 6.2 ms |
| /2b732220-b411-4c8b-a6eb-35be13d29c8d/cc.js?renew=false&r... | 285 ms | 112 ms | 13 ms |
| Unattributable | 255 ms | 26 ms | 0.0 ms |
| mc.yandex.ru/metrika/tag.js | 199 ms | 135 ms | 10 ms |
| /pagead/managed/js/gpt/m202604200101/pubads_impl.js?cb=31... | 180 ms | 121 ms | 19 ms |
| fundingchoicesmessages.google.com/i/31110078?ers=3 | 146 ms | 139 ms | 6.6 ms |
| idsb.tmgrup.com.tr/ly/theme_dailysabah/js/jquery-3.7.1.min.js | 111 ms | 66 ms | 11 ms |
| www.googletagmanager.com/gtag/js?id=G-YL2LDSR749 | 92 ms | 70 ms | 21 ms |
| yandex.ru/ads/system/context.js | 69 ms | 55 ms | 13 ms |
| c.amazon-adsystem.com/aax2/apstag.js | 63 ms | 47 ms | 11 ms |
| ad01.tmgrup.com.tr/bd/reklam_test/js/prebid_guncel.js?v=1 | 60 ms | 49 ms | 10 ms |
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 1.5 s |
| Other | 409 ms |
| Style & Layout | 337 ms |
| Parse HTML & CSS | 195 ms |
| Script Parsing & Compilation | 181 ms |
| Rendering | 148 ms |
| Garbage Collection | 32 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.
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
| 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 | 102.8 KiB |
| /pagead/managed/js/gpt/m202604200101/pubads_impl.js?cb=31... | 187.7 KiB | 101.8 KiB |
| yandex.ru/ads/system/context.js | 103.7 KiB | 72.6 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.6 KiB |
| mc.yandex.ru/metrika/tag.js | 84.7 KiB | 43.2 KiB |
| fundingchoicesmessages.google.com/i/31110078?ers=3 | 68.5 KiB | 37.0 KiB |
| yastatic.net/partner-code-bundles/1304651/22d10f9d8e892aab.js | 31.8 KiB | 27.1 KiB |
| /2b732220-b411-4c8b-a6eb-35be13d29c8d/cc.js?renew=false&r... | 120.6 KiB | 25.4 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 |
Daily Sabah - Latest & Breaking News from Turkey | Istanbul div.col-8 > h2.logo_holder > a > img.loading | idsb.tmgrup.com.tr/ly/theme_dailysabah/images/daily-sabah-logo.svg |
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 |
|---|
These cookies work by identifying the browsers and devices of the user. div.CybotCookiebotScrollContainer > div#CybotCookiebotDialogBodyContent > div#CybotCookiebotDialogBodyContentText > p |
These are opportunities to improve the legibility of your content.
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.
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.
Performance issues directly impact user engagement and conversion rates.
| 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.
Performance issues directly impact user engagement and conversion rates.
| 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 |
|---|
TÜRKIYE-EU-RELATIONS div.normal_item > div.widget_content > div.cat_link > a |
US-IRAN-TALKS div.normal_item > div.widget_content > div.cat_link > a |
TURKISH-ECONOMY div.normal_item > div.widget_content > div.cat_link > a |
STOCK-EXCHANGE 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 |
TURKISH-DEFENSE-INDUSTRY div.normal_item > div.widget_content > div.cat_link > a |
DIYANET div.normal_item > div.widget_content > div.cat_link > a |
APRIL-23 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 |
REFUGEES div.normal_item > div.widget_content > div.cat_link > a |
US-IRAN-WAR 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 |
REFUGEES div.normal_item > div.widget_content > div.cat_link > a |
US-IRAN-WAR div.normal_item > div.widget_content > div.cat_link > a |
US-ISRAEL-IRAN-WAR 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 |
SOUTH-KOREA div.normal_item > div.widget_content > div.cat_link > a |
GAZA div.normal_item > div.widget_content > div.cat_link > a |
ETERNAL-SUNSHINE-OF-THE-SPOTLESS-MIND div.normal_item > div.widget_content > div.cat_link > a |
ÜLKÜ-TAMER div.normal_item > div.widget_content > div.cat_link > a |
PREMIER-LEAGUE 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 |
CRUISE-TOURISM div.normal_item > div.widget_content > div.cat_link > a |
NUCLEAR-ENERGY div.normal_item > div.widget_content > div.cat_link > a |
CLIMATE-CHANGE 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.
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 | 80 x 80 (1.00) | 200 x 210 (0.95) |
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 |
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.
Send Feedback