Mobile 375 × 812

Desktop 1440 × 900

Score: 68 / 100
Based on 8 categories, 0 sections
Room to improve — your 9.7s load time is above Google's 2.5s 'Good' threshold.
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.
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.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
HSTS header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
Page weighs 26.0 MB (10.8 MB transferred)
Performance issues directly impact user engagement and conversion rates.
122 button(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/4668c20d-4fae-4f58-80ad-dcc367b0a0d5)<a href="https://beavercheck.com/results/4668c20d-4fae-4f58-80ad-dcc367b0a0d5"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fynetnews.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fynetnews.comThis badge auto-updates with your latest scan result.
Your site has several issues that may be affecting user experience and business outcomes. Your LCP of 9.7s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your user trust.
7 barrier(s) likely increasing bounce by ~28%.
Page takes 9.7s to load
+12% bounceUsers abandon at ~3s — you're 7.2s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 4.4s
+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
174 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
2 broken link(s) on the page
+3% 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.
₪1,500 investment → ₪17,360/month returns + ILS 500,000 risk avoided
₪1,500
5h · 5 findings
₪17,360 /mo
~₪208,322 / year
ILS 500,000
if kept compliant
₪450 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
5.0 developer hours at ₪300/hr
Based on Israel rates (₪300/hr)
Start here for the best return on investment
₪41,677 / month at risk
~₪500,121 / year if left unfixed
ILS 500,000
+1 more
₪10 /mo
34112.2 MB/mo × 0.296 ILS/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.
8.66 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
9.72 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
4.44 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.022
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
13.63 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.
48.25 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
| URL | Est Savings |
|---|---|
| /s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu... | 35 ms |
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
div.mediaItems > span > a#BJjLLfwl28T11l > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/04... | 155.9 KiB | 154.2 KiB |
Artem Dolgopyat div.mediaItems > span > a#HkPQUMvx28pWx > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/04... | 72.8 KiB | 60.7 KiB |
גל- הד - סהר מידני ז"ל - יד לבנים div > a.slotView > div.imageArea > img | /cdn-cgi/image/format=auto/picserver6/crop_images/2025/12... | 52.7 KiB | 51.5 KiB |
גל- הד, יד לבנים, חיים סבח div > a.slotView > div.imageArea > img | /cdn-cgi/image/format=auto/picserver6/crop_images/2025/12... | 47.9 KiB | 47.0 KiB |
אלון ועידית אהל div.mediaItems > span > a#SyaLIGDg2IpWl > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/04... | 44.7 KiB | 43.9 KiB |
יד לבנים, גל- הד, אושר שימחה ברזילי ז"ל div > a.slotView > div.imageArea > img | /cdn-cgi/image/format=auto/picserver6/crop_images/2025/12... | 43.8 KiB | 42.4 KiB |
div > div.GalhedHomepageAutoComponenta > div.bottomLogos > a.yadlabanim div > div.GalhedHomepageAutoComponenta > div.bottomLogos > a.yadlabanim | /picserver6/wcm_upload/2026/02/25/H12cxQhO11x/yadlabanim_... | 60.1 KiB | 41.9 KiB |
גל הד - יד לבנים - נוי שוש ז"ל div > a.slotView > div.imageArea > img | /cdn-cgi/image/format=auto/picserver6/crop_images/2025/12... | 35.4 KiB | 34.1 KiB |
אורן מצוינים, הדגלנית מטקס המשואות ששיגעה את המדינה div.mediaItems > span > a#BkD8Lfve38611e > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/04... | 33.0 KiB | 32.4 KiB |
גל - הד, יד לבנים , טל גרושקה ז"ל div > a.slotView > div.imageArea > img | /cdn-cgi/image/format=auto/picserver6/crop_images/2025/10... | 30.2 KiB | 29.5 KiB |
Page Logo div#YnetMutamHeader > div.logo > a#rJ11Zoox2Uabe > img | /picserver6/wcm_upload/2025/08/28/BkLy3jaKlg/global_heade... | 29.0 KiB | 28.9 KiB |
פרידריך מרץ גרמניה חץ 3 span > span#B1R11Lfvx3UaWg > a#rJj7ose2LTbx > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2025/12... | 31.0 KiB | 28.2 KiB |
גל- הד, יד לבנים, עומרי ניב פיירשטיין ז"ל div > a.slotView > div.imageArea > img | /cdn-cgi/image/format=auto/picserver6/crop_images/2025/12... | 27.3 KiB | 26.7 KiB |
יד לבנים, גל- הד, אדיר פורטוגל ז"ל div > a.slotView > div.imageArea > img | /cdn-cgi/image/format=auto/picserver6/crop_images/2025/12... | 27.5 KiB | 26.5 KiB |
div.slotListWrapper > div#newYnetTvVerticalItem_9 > div.mediaWrapper > img.poster div.slotListWrapper > div#newYnetTvVerticalItem_9 > div.mediaWrapper > img.poster | /cdn-cgi/image/format=auto/picserver6/videos_pic/2026/04/... | 27.6 KiB | 25.8 KiB |
div.mediaItems > span > a#rkF8Ifwl2LT11l > img.SiteImageMedia div.mediaItems > span > a#rkF8Ifwl2LT11l > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2017/11... | 25.9 KiB | 25.4 KiB |
יד לבנים, גל- הד, בר רוזנשטיין ז"ל div > a.slotView > div.imageArea > img | /cdn-cgi/image/format=auto/picserver6/crop_images/2025/12... | 25.9 KiB | 24.6 KiB |
גל- הד - ליאור רביב ז"ל - יד לבנים div > a.slotView > div.imageArea > img | /cdn-cgi/image/format=auto/picserver6/crop_images/2025/12... | 24.6 KiB | 23.9 KiB |
גל- הד, יד לבנים, יוסי טהר ז"ל div > a.slotView > div.imageArea > img | /cdn-cgi/image/format=auto/picserver6/crop_images/2025/10... | 24.6 KiB | 23.2 KiB |
All Caps episode 4 span > span#SJa5UMDxn86bx > a#r1GrjolhIpWx > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/04... | 23.5 KiB | 21.8 KiB |
The ‘Orange Garden’ is a national therapeutic garden, the first of its kind in … span > span#r1VNIGDgh8p11x > a#SJ7Vise2Lp11x > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/04... | 22.5 KiB | 20.7 KiB |
יד לבנים, גל- הד, ברק חיים בן ואליד div > a.slotView > div.imageArea > img | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/02... | 21.5 KiB | 20.7 KiB |
גל-הד - תומר ליבוביץ' ז"ל - יד לבנים div > a.slotView > div.imageArea > img | /cdn-cgi/image/format=auto/picserver6/crop_images/2025/12... | 21.1 KiB | 19.7 KiB |
יד לבנים, גל - הד, אופק ארביב ז"ל div > a.slotView > div.imageArea > img | /cdn-cgi/image/format=auto/picserver6/crop_images/2025/12... | 20.5 KiB | 19.4 KiB |
גל- הד, יד לבנים, עדי דנן ז"ל div > a.slotView > div.imageArea > img | /cdn-cgi/image/format=auto/picserver6/crop_images/2025/12... | 19.6 KiB | 18.2 KiB |
div.slotListWrapper > div#newYnetTvVerticalItem_6 > div.mediaWrapper > img.poster div.slotListWrapper > div#newYnetTvVerticalItem_6 > div.mediaWrapper > img.poster | /cdn-cgi/image/format=auto/picserver6/videos_pic/2026/04/... | 24.5 KiB | 17.7 KiB |
יד לבנים, גל- הד, סהר ציון מחלוף div > a.slotView > div.imageArea > img | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/01... | 18.9 KiB | 17.5 KiB |
div.slotListWrapper > div#newYnetTvVerticalItem_3 > div.mediaWrapper > img.poster div.slotListWrapper > div#newYnetTvVerticalItem_3 > div.mediaWrapper > img.poster | /cdn-cgi/image/format=auto/picserver6/videos_pic/2026/04/... | 23.4 KiB | 16.6 KiB |
The streets of the Old City of Jerusalem are empty on Easter Sunday span > span#rJZt8GPg286Wx > a#B10EiolhIT11x > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/04... | 18.9 KiB | 16.0 KiB |
בתים של האדריכל האמריקאי פרנק לויד רייט span > span#HkwVLfwenIabl > a#rkN4iog2La11x > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2023/04... | 17.0 KiB | 15.2 KiB |
Gadi and Gal Eisenkot span > span#r1WzUGPx3U6Zl > a#rknQioxn8pZl > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/04... | 17.5 KiB | 14.5 KiB |
יד לבנים, גל- הד, בצלאל דוד שעשוע ז"ל div > a.slotView > div.imageArea > img | /cdn-cgi/image/format=auto/picserver6/crop_images/2025/12... | 15.9 KiB | 14.5 KiB |
גל- הד - שיראל חיים פור ז"ל - יד לבנים div > a.slotView > div.imageArea > img | /cdn-cgi/image/format=auto/picserver6/crop_images/2025/12... | 15.8 KiB | 14.5 KiB |
מסוקים של צבא ארה"ב חגים מעל ספינות במצר הורמוז div.mediaItems > span > a#BJSJLfDen8aZl > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/04... | 16.0 KiB | 13.0 KiB |
יד לבנים, גל- הד, איתן קרלסברון ז"ל div > a.slotView > div.imageArea > img | /cdn-cgi/image/format=auto/picserver6/crop_images/2025/12... | 14.2 KiB | 12.9 KiB |
יד לבנים, גל - הד, אור מזרחי ז"ל div > a.slotView > div.imageArea > img | /cdn-cgi/image/format=auto/picserver6/crop_images/2025/10... | 14.1 KiB | 12.8 KiB |
Israeli MMA fighter Natan Levy span > span#Hk5cIzwlhUpWe > a#HkWSsixnIpWg > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/04... | 13.3 KiB | 12.7 KiB |
יד לבנים, איתי יהודה ז"ל, גל- הד div > a.slotView > div.imageArea > img | /cdn-cgi/image/format=auto/picserver6/crop_images/2025/12... | 13.6 KiB | 12.7 KiB |
אלכסנדר פדורנקו ז"ל, גל הד, יד לבנים div > a.slotView > div.imageArea > img | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/03... | 13.7 KiB | 12.6 KiB |
All Caps span > span#BkLsUMvlnUTbe > a#HkHrojxnL6Zl > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/03... | 14.1 KiB | 12.3 KiB |
דדאון, קנטור, יסעור, לניר, דולגופיאט div.mediaItems > span > a#S1AtIMwg2IaWg > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/04... | 14.0 KiB | 12.3 KiB |
הרוכבים span > span#Sk9e8fvgh8pZe > a#S1HmojxnI6bx > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/04... | 15.2 KiB | 12.2 KiB |
span > span#ryvYLzDe3LTbg > a#BJerijx3UT11g > img.SiteImageMedia span > span#ryvYLzDe3LTbg > a#BJerijx3UT11g > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2016/12... | 15.1 KiB | 12.1 KiB |
גל-הד, יד לבנים, מידן ישראל ז"ל div > a.slotView > div.imageArea > img | /cdn-cgi/image/format=auto/picserver6/crop_images/2025/12... | 12.6 KiB | 11.4 KiB |
Terra span > span#r1nzIzPx38TWx > a#BJkEojxnI6bg > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/04... | 13.1 KiB | 11.4 KiB |
נבחרת ישראל בהתעמלות אמנותית div.mediaItems > span > a#r1lc8GwlhLTWl > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/04... | 13.1 KiB | 11.3 KiB |
יד לבנים, גל- הד, דוד דיגמי ז"ל div > a.slotView > div.imageArea > img | /cdn-cgi/image/format=auto/picserver6/crop_images/2025/12... | 12.2 KiB | 11.1 KiB |
Volunteers with Sword of Iron Israel Volunteer Corp packing goods span > span#rkYiUMPxnL611l > a#S1UBoog38a11x > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/03... | 12.9 KiB | 11.1 KiB |
div.slotListWrapper > div#newYnetTvVerticalItem_7 > div.mediaWrapper > img.poster div.slotListWrapper > div#newYnetTvVerticalItem_7 > div.mediaWrapper > img.poster | /cdn-cgi/image/format=auto/picserver6/videos_pic/2026/04/... | 16.3 KiB | 11.0 KiB |
הר אבן עם האסטרונאוטים אילן רמון ז"ל ויצחק מאיו div.mediaItems > span > a#SylOLfDg2LTWe > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2021/06... | 12.7 KiB | 10.9 KiB |
גדעון חי דירוא, יד לבנים, גל הד div > a.slotView > div.imageArea > img | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/02... | 11.7 KiB | 10.6 KiB |
גל- הד - יד לבנים - שי ארווס ז"ל div > a.slotView > div.imageArea > img | /cdn-cgi/image/format=auto/picserver6/crop_images/2025/12... | 11.6 KiB | 10.6 KiB |
div.slotListWrapper > div#newYnetTvVerticalItem_12 > div.mediaWrapper > img.poster div.slotListWrapper > div#newYnetTvVerticalItem_12 > div.mediaWrapper > img.poster | /cdn-cgi/image/format=auto/picserver6/videos_pic/2026/04/... | 15.2 KiB | 10.3 KiB |
div.slotListWrapper > div#newYnetTvVerticalItem_4 > div.mediaWrapper > img.poster div.slotListWrapper > div#newYnetTvVerticalItem_4 > div.mediaWrapper > img.poster | /cdn-cgi/image/format=auto/picserver6/videos_pic/2026/04/... | 15.1 KiB | 10.2 KiB |
ALL CAPS Ep. 3 span > span#B1liUGvx2LpWx > a#Hk7HojehL6bl > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/04... | 12.2 KiB | 10.1 KiB |
גל- הד - מיכאל בן חמו ז"ל - יד לבנים div > a.slotView > div.imageArea > img | /cdn-cgi/image/format=auto/picserver6/crop_images/2025/12... | 11.3 KiB | 10.1 KiB |
חזרת תושבים לדרום לבנון div.mediaItems > span > a#rkYSLGwxhIaZl > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/04... | 11.5 KiB | 9.8 KiB |
div.slotListWrapper > div#newYnetTvVerticalItem_8 > div.mediaWrapper > img.poster div.slotListWrapper > div#newYnetTvVerticalItem_8 > div.mediaWrapper > img.poster | /cdn-cgi/image/format=auto/picserver6/videos_pic/2026/04/... | 14.3 KiB | 9.7 KiB |
מתוך "קופצים בראש" span > span#B17118fPlhUabl > a#SJOXoixhUpWg > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/04... | 12.6 KiB | 9.6 KiB |
Pope Leo XIV presides over the Easter vigil as part of the Holy Week celebratio… span > span#HJ4Y8GDe28a11g > a#SJJBjil38TZl > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/04... | 12.5 KiB | 9.5 KiB |
ד"ר גילעד חן, מנהל מלר"ד ילדים בבית החולים העמק בעפולה div.mediaItems > span > a#H1GuUGwe3UaZg > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/04... | 11.2 KiB | 9.4 KiB |
פעילות של חטיבה 769 בכפר דבין דרום לבנון div.mediaItems > span > a#rkqJ8zDg2I6We > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/04... | 11.5 KiB | 9.2 KiB |
פילה div.mediaItems > span > a#Sk0yIfwl2U611e > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/04... | 11.2 KiB | 9.0 KiB |
div.mediaItems > span > a#Hyf9LfwehU611e > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/04... | 10.6 KiB | 8.9 KiB |
div.slotListWrapper > div#newYnetTvVerticalItem_13 > div.mediaWrapper > img.poster div.slotListWrapper > div#newYnetTvVerticalItem_13 > div.mediaWrapper > img.poster | /cdn-cgi/image/format=auto/picserver6/videos_pic/2026/04/... | 13.1 KiB | 8.9 KiB |
חדשנות ישראלית בחקלאות div.mediaItems > span > a#S1ggLMvlh8pbg > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/04... | 11.1 KiB | 8.9 KiB |
יד לבנים, גל - הד, סהר סודאי div > a.slotView > div.imageArea > img | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/01... | 9.7 KiB | 8.8 KiB |
div.slotListWrapper > div#newYnetTvVerticalItem_5 > div.mediaWrapper > img.poster div.slotListWrapper > div#newYnetTvVerticalItem_5 > div.mediaWrapper > img.poster | /cdn-cgi/image/format=auto/picserver6/videos_pic/2026/04/... | 12.9 KiB | 8.7 KiB |
מייסדיי חברת סייבור, מימין לשמאל: המנכ"ל אורי סגל והאחים יפתח, אלה, אסף ויואב ר… span > span#ryGXIGvl3IT11e > a#H1WEosehU611l > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/04... | 10.5 KiB | 8.7 KiB |
דונלד טראמפ div.mediaItems > span > a#r1wS8MDe38aZx > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/04... | 10.4 KiB | 8.6 KiB |
div.mediaItems > span > a#rJpSLMDgh8abe > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/04... | 10.3 KiB | 8.5 KiB |
משמאל למעלה בכיוון השעון: יצחק תשובה, מיקי פדרמן, צחי נחמיאס, עידן עופר, ראסל א… span > span#SkyHIfDl38aWg > a#S1U4ijg3U6Wx > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/04... | 10.2 KiB | 8.5 KiB |
div.slotListWrapper > div#newYnetTvVerticalItem_11 > div.mediaWrapper > img.poster div.slotListWrapper > div#newYnetTvVerticalItem_11 > div.mediaWrapper > img.poster | /cdn-cgi/image/format=auto/picserver6/videos_pic/2026/04/... | 12.5 KiB | 8.4 KiB |
div.slotListWrapper > div#newYnetTvVerticalItem_2 > div.mediaWrapper > img.poster div.slotListWrapper > div#newYnetTvVerticalItem_2 > div.mediaWrapper > img.poster | /cdn-cgi/image/format=auto/picserver6/videos_pic/2026/04/... | 12.5 KiB | 8.4 KiB |
הספינה "אלמה" בנמל תוניס span > span#HkVxUzvgh8p11g > a#r17Qsol2IaZg > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2025/09... | 11.4 KiB | 8.4 KiB |
All Caps with Beni span > span#B17oLfDg3Iabg > a#SJNBiog2IpZg > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/03... | 10.1 KiB | 8.3 KiB |
Donald Trump and Iran’s leader Mojtaba Khamenei; Trump forced the Iranians to s… span > span#rydZIMPx386Zx > a#ryt7ijx386Ze > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/03... | 11.2 KiB | 8.2 KiB |
גל- הד - יד לבנים- יאיר כץ ז"ל div > a.slotView > div.imageArea > img | /cdn-cgi/image/format=auto/picserver6/crop_images/2025/12... | 9.6 KiB | 8.2 KiB |
סגן ס' רופא צבאי דובר צה"ל יום העצמאות div.mediaItems > span > a#ry0w8Mvgh8pbg > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/04... | 9.9 KiB | 8.1 KiB |
span > span#rJDwIMvl2IpZl > a#B19Viie2U6Zg > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/02... | 9.7 KiB | 8.0 KiB |
div.slotListWrapper > div#newYnetTvVerticalItem_1 > div.mediaWrapper > img.poster div.slotListWrapper > div#newYnetTvVerticalItem_1 > div.mediaWrapper > img.poster | /cdn-cgi/image/format=auto/picserver6/videos_pic/2026/04/... | 11.6 KiB | 7.8 KiB |
בית בנווה צדק, תכנון ועיצוב: סמי קטן, נוי כהן span > span#S1WV8Mweh8pWe > a#r1zNisgh86Zl > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/04... | 9.5 KiB | 7.7 KiB |
div.mediaItems > span > a#BkUcIfwgh8T11x > img.SiteImageMedia div.mediaItems > span > a#BkUcIfwgh8T11x > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/04... | 9.4 KiB | 7.7 KiB |
יד לבנים, גל- הד, אמיר פישר ז"ל div > a.slotView > div.imageArea > img | /cdn-cgi/image/format=auto/picserver6/crop_images/2025/12... | 9.0 KiB | 7.6 KiB |
הטכניון div.mediaItems > span > a#SkhvLfvl2I6We > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/03... | 8.9 KiB | 7.5 KiB |
שיחות המו"מ לסיום המלחמה באסלאמאבאד span > span#rkbPUMPlhL6Wx > a#BkO4sjlhUa11g > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/04... | 9.1 KiB | 7.4 KiB |
יד לבנים, גל- הד, אורי כרמי ז"ל div > a.slotView > div.imageArea > img | /cdn-cgi/image/format=auto/picserver6/crop_images/2025/12... | 8.6 KiB | 7.2 KiB |
סופר מריו span > span#rynEUGvxnLTWl > a#ByrVsjg2UT11x > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2024/05... | 8.8 KiB | 7.1 KiB |
div.slotListWrapper > div#newYnetTvVerticalItem_10 > div.mediaWrapper > img.poster div.slotListWrapper > div#newYnetTvVerticalItem_10 > div.mediaWrapper > img.poster | /cdn-cgi/image/format=auto/picserver6/videos_pic/2026/04/... | 10.5 KiB | 7.1 KiB |
רז הרשקו div.mediaItems > span > a#SJN5UfDe38TZl > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/04... | 8.7 KiB | 7.0 KiB |
"Garlic, Pepper and Olive Oil" div.mediaItems > span > a#HJiQIzDe386Zx > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/04... | 11.9 KiB | 7.0 KiB |
שר החוץ גדעון סער בטקס יום הזיכרון לנופלים בשירות משרד החוץ div.mediaItems > span > a#HybU8zwx2L6Wx > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/04... | 8.6 KiB | 7.0 KiB |
כנס חדשנות אסם נסטלה חדשנות ביונד מיט בשר טבעוני חקלאות חכמה סיכונים סיכון אוטו… span > span#Bks00UzwlhITZx > a#rk2EojxhITZg > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2021/08... | 9.7 KiB | 6.7 KiB |
מנשה חסקין span > span#BkDxUGve2L611g > a#Sk4Qjix2UpZx > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/04... | 9.6 KiB | 6.6 KiB |
ארכיון 2015 תרגיל של הצי צי של משמרות המהפכה של איראן עם סירה מהירה סירות ב מצר… span > span#ryPGIGvx2UT11l > a#H1Amssg2L611x > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/04... | 9.3 KiB | 6.3 KiB |
איימי שומר מילה קוניס והלן מירן span > span#HyalIMwx28pZe > a#rJ8QioxnLaZl > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/04... | 9.2 KiB | 6.3 KiB |
טקס הצדעה לנופלי מערכות ישראל בהר הרצל span > span#rkNf8fwx28pWx > a#H167ojghLpWg > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/04... | 9.2 KiB | 6.3 KiB |
young voices 850 span > span#r1AuUfve2ITWe > a#BkaEisg2IpZe > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/04... | 8.4 KiB | 6.0 KiB |
לוגו אפל span > span#H1yQ8zwgnIpWx > a#SklEooe2UaZg > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2022/11... | 7.1 KiB | 5.8 KiB |
הכרזת העצמאות 1948 div.mediaItems > span > a#SJFXIzvlh86Zl > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2022/05... | 9.8 KiB | 5.8 KiB |
משפחת מוזס span > span#ByMS8zve2U6Ze > a#HJDNjsgnL611e > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/04... | 7.0 KiB | 5.7 KiB |
יד לבנים, גל- הד, רונאל בן משה ז"ל div > a.slotView > div.imageArea > img | /cdn-cgi/image/format=auto/picserver6/crop_images/2025/12... | 6.2 KiB | 5.6 KiB |
div.slotListWrapper > div#newYnetTvVerticalItem_0 > div.mediaWrapper > img.poster div.slotListWrapper > div#newYnetTvVerticalItem_0 > div.mediaWrapper > img.poster | /cdn-cgi/image/format=auto/picserver6/videos_pic/2026/04/... | 8.3 KiB | 5.6 KiB |
ח' ו-י', שני לוחמי צה"ל במילואים שנפצעו בלבנון ומאושפזים באיכילוב div.mediaItems > span > a#S1NdIzPx28aZx > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/04... | 6.7 KiB | 5.5 KiB |
Artem Dolgopyat div.mediaItems > span > a#BknY8MPl2Lp11l > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/04... | 6.5 KiB | 5.3 KiB |
ילדים עם דגל ישראל, באר שבע, שנות החמישים span > span#BysZLfDx3IpZg > a#HJqmssg38pZx > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/04... | 7.5 KiB | 5.1 KiB |
הכרזת העצמאות 1948 span > span#HkdO8Gvx3Ia11g > a#Hko4ool2LTbl > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2022/05... | 7.4 KiB | 5.0 KiB |
סירה קטנה שטה ליד מכלית ספינה סמוך לאי האיראני קשם מצר הורמוז שנחסם על ידי איר… div.mediaItems > span > a#Hk1LLGPe3U611g > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/04... | 5.7 KiB | 4.7 KiB |
רייצ'ל גולדברג-פולין div.mediaItems > span > a#Sya7UGwlh8aZg > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/04... | 7.5 KiB | 4.4 KiB |
דף הבית div > div.GalhedHomepageAutoComponenta > div.bottomLogos > a.ynetLogo | /picserver6/wcm_upload/2026/02/24/r1cqYMs00bg/global_logo... | 11.2 KiB | 4.2 KiB |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
Performance issues directly impact user engagement and conversion rates.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| ynetnews.com/ | 1.1 s |
| www.ynetnews.com/ | 810 ms |
| www.ynetnews.com/category/3083 | 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.
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 |
|---|---|---|
| /Common/frontend/site/prod/m-ynetnews.5b1f6941f78bf5b7615... | 227.1 KiB | 17.0 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 |
|---|---|---|
| /Common/frontend/site/prod/m-ynetnews.5b1f6941f78bf5b7615... | 226.9 KiB | 183.4 KiB |
| .trc_rbox_container { direction: ltr; text-align: left; } … | 45.4 KiB | 35.6 KiB |
| .fc-consent-root .fc-dialog-container.fc-fullscreen { height: 100% !important; … } … | 16.2 KiB | 13.9 KiB |
| cdn.flowplayer.com/releases/native/3/stable/style/flowplayer.css | 13.0 KiB | 10.2 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
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 | 7.3 s |
| Other | 2.8 s |
| Script Parsing & Compilation | 2.1 s |
| Style & Layout | 1.9 s |
| Rendering | 577 ms |
| Parse HTML & CSS | 256 ms |
| Garbage Collection | 159 ms |
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 |
|---|---|---|
| /Common/frontend/site/prod/vendors-widgets.517f9e40f1da85... | 778.2 KiB | 317.5 KiB |
| ynet-pic1.yit.co.il/Common/frontend/site/prod/widgets.ce1eacd843df1022013e.js | 1.4 MiB | 287.0 KiB |
| ynet-pic1.yit.co.il/Common/Api/Scripts/GA4/ga4-ynetnews-mutam-28.10.js | 9.0 KiB | 3.2 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 | |
|---|---|
Page Logo div#YnetMutamHeader > div.logo > a#rJ11Zoox2Uabe > img | /picserver6/wcm_upload/2025/08/28/BkLy3jaKlg/global_heade... |
div.WeatherView > div.weatherimage > a > img div.WeatherView > div.weatherimage > a > img | www.ynetnews.com/images/weather-new-icons/newWeatherSvgs/1250.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.
Access keys let users quickly focus a part of the page. For proper navigation, each access key must be unique. Learn more about access keys.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#YnetMutamHeader > div.bottomHeaderArea > div.ynet-share-buttons > a.accessability-btn div#YnetMutamHeader > div.bottomHeaderArea > div.ynet-share-buttons > a.accessability-btn |
These are opportunities to improve keyboard navigation in your application.
ARIA roles must have valid values in order to perform their intended accessibility functions. Learn more about valid ARIA roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
YnetGlobal Channels
Opinions & Analysis
Magazine
Food
Sports
Weather
Podcasts
S… span > span#HkMarfwxhLT11x > div#YnetMutamHeader > div.HeaderScrolledMenu |
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.
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 |
|---|
span#HkMarfwxhLT11x > div#YnetMutamHeader > div.mainNav > button.menuHamburger span#HkMarfwxhLT11x > div#YnetMutamHeader > div.mainNav > button.menuHamburger |
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.mediaItems > span > a#HJhyIMDghIp11e > img.SiteImageMedia |
div.mediaItems > span > a#HJSXLzPln86be > img.SiteImageMedia |
div.mediaItems > span > a#SkoSUzPenLaWx > img.SiteImageMedia |
div.mediaItems > span > a#rJpSLMDgh8abe > img.SiteImageMedia |
div.mediaItems > span > a#BJjLLfwl28T11l > img.SiteImageMedia |
span > span#rJDwIMvl2IpZl > a#B19Viie2U6Zg > img.SiteImageMedia |
div.mediaItems > span > a#Hyf9LfwehU611e > img.SiteImageMedia |
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#YnetMutamHeader > div.bottomHeaderArea > div.ynet-share-buttons > a div#YnetMutamHeader > div.bottomHeaderArea > div.ynet-share-buttons > a |
div#YnetMutamHeader > div.bottomHeaderArea > div.ynet-share-buttons > a div#YnetMutamHeader > div.bottomHeaderArea > div.ynet-share-buttons > a |
div.MediaCarousel > div.mediaItems > span > a#HJhyIMDghIp11e |
div > div.gallery > div.multiImagesTab > a#Hkw11UMPe3LpZe div > div.gallery > div.multiImagesTab > a#Hkw11UMPe3LpZe |
div > div.basic > div.multiImagesTab > a#HkiGIfDlh8aZl div > div.basic > div.multiImagesTab > a#HkiGIfDlh8aZl |
div.MediaCarousel > div.mediaItems > span > a#HJSXLzPln86be |
div > div.basic > div.multiImagesTab > a#S1xVLzven8aZx div > div.basic > div.multiImagesTab > a#S1xVLzven8aZx |
div > div.basic > div.multiImagesTab > a#ryj4UGPx2I6bx div > div.basic > div.multiImagesTab > a#ryj4UGPx2I6bx |
div.MediaCarousel > div.mediaItems > span > a#SkoSUzPenLaWx |
div.MediaCarousel > div.mediaItems > span > a#rJpSLMDgh8abe |
div > div.MultiArticleTopMobile > div.multiArticleTopTab > a#HJILLzwlnL6bx div > div.MultiArticleTopMobile > div.multiArticleTopTab > a#HJILLzwlnL6bx |
div.MediaCarousel > div.mediaItems > span > a#BJjLLfwl28T11l |
div > div.basic > div.multiImagesTab > a#H1lwLfDx286bx div > div.basic > div.multiImagesTab > a#H1lwLfDx286bx |
div.MediaCarousel > span > span#rJDwIMvl2IpZl > a#B19Viie2U6Zg |
div > div.MultiArticleTopMobile > div.multiArticleTopTab > a#Byov8zwxh86Zl div > div.MultiArticleTopMobile > div.multiArticleTopTab > a#Byov8zwxh86Zl |
div > div.gallery > div.multiImagesTab > a#SkDO8fPxhIpWe div > div.gallery > div.multiImagesTab > a#SkDO8fPxhIpWe |
div > div.MultiArticleTopMobile > div.multiArticleTopTab > a#B1iYLzvx2U6Zg div > div.MultiArticleTopMobile > div.multiArticleTopTab > a#B1iYLzvx2U6Zg |
div.MediaCarousel > div.mediaItems > span > a#Hyf9LfwehU611e |
div > div.basic > div.multiImagesTab > a#rJtcIzwehLaWx div > div.basic > div.multiImagesTab > a#rJtcIzwehLaWx |
div > div.MultiArticleTopMobile > div.multiArticleTopTab > a#Syy68MDe3Ip11e div > div.MultiArticleTopMobile > div.multiArticleTopTab > a#Syy68MDe3Ip11e |
div > div.MultiArticleTopMobile > div.multiArticleTopTab > a#Hyj6UGvlnIaZg div > div.MultiArticleTopMobile > div.multiArticleTopTab > a#Hyj6UGvlnIaZg |
div > div.MultiArticleTopMobile > div.multiArticleTopTab > a#S1vR8fvl2ITZx div > div.MultiArticleTopMobile > div.multiArticleTopTab > a#S1vR8fvl2ITZx |
div > div.MultiArticleTopMobile > div.multiArticleTopTab > a#S11kvfvl3U6Zl div > div.MultiArticleTopMobile > div.multiArticleTopTab > a#S11kvfvl3U6Zl |
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 |
|---|
ynet div.slotView > div.textDiv > a#ByI1IfDlh86We > span.author |
9 minutes ago div.slotView > div.moreDetails > div.dateView > time.DateDisplay |
23 minutes ago div.slotView > div.moreDetails > div.dateView > time.DateDisplay |
33 minutes ago div.slotView > div.moreDetails > div.dateView > time.DateDisplay |
50 minutes ago div.slotView > div.moreDetails > div.dateView > time.DateDisplay |
ynet Global div.slotView > div.textArea > div.moreDetails > span.authorInfo |
09:11 div.slotView > div.textArea > div.moreDetails > time.DateDisplay |
Reuters div.slotView > div.textArea > div.moreDetails > span.authorInfo |
04.20.26 div.slotView > div.textArea > div.moreDetails > time.DateDisplay |
Tal Shahaf div.slotView > div.textArea > div.moreDetails > span.authorInfo |
04.19.26 div.slotView > div.textArea > div.moreDetails > time.DateDisplay |
Noam Ron div.slotView > div.textArea > div.moreDetails > span.authorInfo |
04.20.26 div.slotView > div.textArea > div.moreDetails > time.DateDisplay |
Alexandra Lukash div.slotView > div.textArea > div.moreDetails > span.authorInfo |
04.19.26 div.slotView > div.textArea > div.moreDetails > time.DateDisplay |
Amnon Direktor div.slotView > div.textArea > div.moreDetails > span.authorInfo |
04.19.26 div.slotView > div.textArea > div.moreDetails > time.DateDisplay |
Anat Lev Adler div.slotView > div.textArea > div.moreDetails > span.authorInfo |
11:27 div.slotView > div.textArea > div.moreDetails > time.DateDisplay |
Navit Zomer div.slotView > div.textArea > div.moreDetails > span.authorInfo |
07:44 div.slotView > div.textArea > div.moreDetails > time.DateDisplay |
Assi Haim div.slotView > div.textArea > div.moreDetails > span.authorInfo |
01:04 div.slotView > div.textArea > div.moreDetails > time.DateDisplay |
Ron Crissy div.textArea > div.moreDetails > span.moreInfoRow > span.authorInfo |
16:44 div.slotView > div.textArea > div.moreDetails > time.DateDisplay |
15:05 div.slotView > div.textArea > div.moreDetails > time.DateDisplay |
ynet Global div.textArea > div.moreDetails > span.moreInfoRow > span.authorInfo |
13:34 div.slotView > div.textArea > div.moreDetails > time.DateDisplay |
ynet div.textArea > div.moreDetails > span.moreInfoRow > span.authorInfo |
13:18 div.slotView > div.textArea > div.moreDetails > time.DateDisplay |
Lior Ben Ari, News Agencies div.textArea > div.moreDetails > span.moreInfoRow > span.authorInfo |
12:25 div.slotView > div.textArea > div.moreDetails > time.DateDisplay |
Itamar Eichner div.textArea > div.moreDetails > span.moreInfoRow > span.authorInfo |
10:40 div.slotView > div.textArea > div.moreDetails > time.DateDisplay |
Yesterday | 15:09 div.slotView > div.textArea > div.moreDetails > time.DateDisplay |
Yesterday | 23:21 div.slotView > div.textArea > div.moreDetails > time.DateDisplay |
Yesterday | 12:09 div.slotView > div.textArea > div.moreDetails > time.DateDisplay |
Yesterday | 09:11 div.slotView > div.textArea > div.moreDetails > time.DateDisplay |
Yesterday | 07:30 div.slotView > div.textArea > div.moreDetails > time.DateDisplay |
BMW a.item-label-href > span.video-label-box > span.branding > span.branding-inner |
sponsored span.branding > div.logoDiv > a.trc_mobile_disclosure_link > span |
Decathlon a.item-label-href > span.video-label-box > span.branding > span.branding-inner |
sponsored span.branding > div.logoDiv > a.trc_mobile_disclosure_link > span |
Air Transat a.item-label-href > span.video-label-box > span.branding > span.branding-inner |
sponsored span.branding > div.logoDiv > a.trc_mobile_disclosure_link > span |
FDJ a.item-label-href > span.video-label-box > span.branding > span.branding-inner |
sponsored span.branding > div.logoDiv > a.trc_mobile_disclosure_link > span |
10:35 div.slotView > div.textArea > div.moreDetails > time.DateDisplay |
Yesterday | 20:00 div.slotView > div.textArea > div.moreDetails > time.DateDisplay |
04.19.26 div.slotView > div.textArea > div.moreDetails > time.DateDisplay |
04.19.26 div.slotView > div.textArea > div.moreDetails > time.DateDisplay |
Alexandra Lukash div.slotView > div.textArea > div.moreDetails > span.authorInfo |
04.15.26 div.slotView > div.textArea > div.moreDetails > time.DateDisplay |
ynet Global div.slotView > div.textArea > div.moreDetails > span.authorInfo |
04.12.26 div.slotView > div.textArea > div.moreDetails > time.DateDisplay |
ynet Global div.slotView > div.textArea > div.moreDetails > span.authorInfo |
04.12.26 div.slotView > div.textArea > div.moreDetails > time.DateDisplay |
ynet Global div.slotView > div.textArea > div.moreDetails > span.authorInfo |
04.09.26 div.slotView > div.textArea > div.moreDetails > time.DateDisplay |
ynet Global div.slotView > div.textArea > div.moreDetails > span.authorInfo |
03.29.26 div.slotView > div.textArea > div.moreDetails > time.DateDisplay |
ynet Global div.slotView > div.textArea > div.moreDetails > span.authorInfo |
03.19.26 div.slotView > div.textArea > div.moreDetails > time.DateDisplay |
Sharon Kidon div.slotView > div.textArea > div.moreDetails > span.authorInfo |
02.24.26 div.slotView > div.textArea > div.moreDetails > time.DateDisplay |
Sharon Kidon div.slotView > div.textArea > div.moreDetails > span.authorInfo |
02.26.26 div.slotView > div.textArea > div.moreDetails > time.DateDisplay |
Alexandra Lukash div.slotView > div.textArea > div.moreDetails > span.authorInfo |
02.22.26 div.slotView > div.textArea > div.moreDetails > time.DateDisplay |
Alexandra Lukash div.slotView > div.textArea > div.moreDetails > span.authorInfo |
02.16.26 div.slotView > div.textArea > div.moreDetails > time.DateDisplay |
Sharon Kidon div.slotView > div.textArea > div.moreDetails > span.authorInfo |
01.27.26 div.slotView > div.textArea > div.moreDetails > time.DateDisplay |
Alexandra Lukash div.slotView > div.textArea > div.moreDetails > span.authorInfo |
01.08.26 div.slotView > div.textArea > div.moreDetails > time.DateDisplay |
14:00 div.slotView > div.textArea > div.moreDetails > time.DateDisplay |
06:30 div.slotView > div.textArea > div.moreDetails > time.DateDisplay |
04.18.26 div.slotView > div.textArea > div.moreDetails > time.DateDisplay |
04.18.26 div.slotView > div.textArea > div.moreDetails > time.DateDisplay |
04.03.26 div.slotView > div.textArea > div.moreDetails > time.DateDisplay |
14:54 div.slotView > div.textArea > div.moreDetails > time.DateDisplay |
Yesterday | 14:26 div.slotView > div.textArea > div.moreDetails > time.DateDisplay |
Yesterday | 13:15 div.slotView > div.textArea > div.moreDetails > time.DateDisplay |
Yesterday | 07:45 div.slotView > div.textArea > div.moreDetails > time.DateDisplay |
Yesterday | 07:25 div.slotView > div.textArea > div.moreDetails > time.DateDisplay |
04.20.26 div.slotView > div.textArea > div.moreDetails > time.DateDisplay |
04.16.26 div.slotView > div.textArea > div.moreDetails > time.DateDisplay |
02:59 div.slotView > div.textArea > div.moreDetails > time.DateDisplay |
Yesterday | 03:25 div.slotView > div.textArea > div.moreDetails > time.DateDisplay |
BMW a.item-label-href > span.video-label-box > span.branding > span.branding-inner |
sponsored span.branding > div.logoDiv > a.trc_mobile_disclosure_link > span |
FDJ a.item-label-href > span.video-label-box > span.branding > span.branding-inner |
sponsored span.branding > div.logoDiv > a.trc_mobile_disclosure_link > span |
sponsored span.branding > div.logoDiv > a.trc_mobile_disclosure_link > span |
patolo a.item-label-href > span.video-label-box > span.branding > span.branding-inner |
sponsored span.branding > div.logoDiv > a.trc_mobile_disclosure_link > span |
TEMU a.item-label-href > span.video-label-box > span.branding > span.branding-inner |
sponsored span.branding > div.logoDiv > a.trc_mobile_disclosure_link > span |
opinion a.item-label-href > span.video-label-box > span.video-label > span.tbl-data-field |
Decathlon a.item-label-href > span.video-label-box > span.branding > span.branding-inner |
sponsored span.branding > div.logoDiv > a.trc_mobile_disclosure_link > span |
Allianz Auto a.item-label-href > span.video-label-box > span.branding > span.branding-inner |
sponsored span.branding > div.logoDiv > a.trc_mobile_disclosure_link > span |
lesfurets.com a.item-label-href > span.video-label-box > span.branding > span.branding-inner |
sponsored span.branding > div.logoDiv > a.trc_mobile_disclosure_link > span |
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.
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 |
|---|
div > div.gallery > div.multiImagesTab > a#Hkw11UMPe3LpZe div > div.gallery > div.multiImagesTab > a#Hkw11UMPe3LpZe |
div > div.basic > div.multiImagesTab > a#HkiGIfDlh8aZl div > div.basic > div.multiImagesTab > a#HkiGIfDlh8aZl |
div > div.basic > div.multiImagesTab > a#S1xVLzven8aZx div > div.basic > div.multiImagesTab > a#S1xVLzven8aZx |
div > div.basic > div.multiImagesTab > a#ryj4UGPx2I6bx div > div.basic > div.multiImagesTab > a#ryj4UGPx2I6bx |
div > div.basic > div.multiImagesTab > a#H1lwLfDx286bx div > div.basic > div.multiImagesTab > a#H1lwLfDx286bx |
sponsored span.video-label-box > span.branding > div.logoDiv > a.trc_mobile_disclosure_link |
div > div.gallery > div.multiImagesTab > a#SkDO8fPxhIpWe div > div.gallery > div.multiImagesTab > a#SkDO8fPxhIpWe |
div > div.basic > div.multiImagesTab > a#rJtcIzwehLaWx div > div.basic > div.multiImagesTab > a#rJtcIzwehLaWx |
sponsored span.video-label-box > span.branding > div.logoDiv > a.trc_mobile_disclosure_link |
sponsored span.video-label-box > span.branding > div.logoDiv > a.trc_mobile_disclosure_link |
sponsored span.video-label-box > span.branding > div.logoDiv > a.trc_mobile_disclosure_link |
sponsored span.video-label-box > span.branding > div.logoDiv > a.trc_mobile_disclosure_link |
sponsored span.video-label-box > span.branding > div.logoDiv > a.trc_mobile_disclosure_link |
These items highlight common accessibility best practices.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
main div.mainNav > div.navList > div > a#SyG11ooe3LTbl |
Israel News div.mainNav > div.navList > div > a#HymbioxhLabl |
17° div.bottomHeaderArea > div.WeatherView > div.weathertempsdiv > a.weatherLink |
Weather div.bottomHeaderArea > div.WeatherView > div.headerWeatherSelect > a.selectedCity |
Apple names insider John Ternus as CEO div.slotView > div.textArea > div.slotTitle > a#S1WmIzPgn8TWe |
Weather div.MultiArticleSpecialWeekendComponenta > div.slotList > div.promotionItems > a.promItem |
The plumber worth $60 billion: how Super Mario became a global empire beyond vi… div.slotView > div.textArea > div.slotTitle > a#SyANUGPxn86We |
War and AI helped them surge: five veteran Israeli tycoons who thrived in a tur… div.slotView > div.textArea > div.slotTitle > a#B1WHUGwx2ITZl |
He’s Jewish, she’s Hindu — together they're building a new life in Israel div.slotView > div.textArea > div.slotTitle > a#HyEH8MvghLp11e |
by Taboola div#trc_header_9031011786 > div.trc_header_ext > div.logoDiv > a.trc_mobile_attribution_link |
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) | |
|---|---|---|---|
פרידריך מרץ גרמניה חץ 3 span > span#B1R11Lfvx3UaWg > a#rJj7ose2LTbx > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2025/12... | 178 x 103 (1.73) | 601 x 339 (1.77) |
Gadi and Gal Eisenkot span > span#r1WzUGPx3U6Zl > a#rknQioxn8pZl > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/04... | 178 x 103 (1.73) | 429 x 242 (1.77) |
The streets of the Old City of Jerusalem are empty on Easter Sunday span > span#rJZt8GPg286Wx > a#B10EiolhIT11x > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/04... | 178 x 103 (1.73) | 390 x 220 (1.77) |
הטכניון div.mediaItems > span > a#SkhvLfvl2I6We > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/03... | 138 x 78 (1.77) | 320 x 213 (1.50) |
young voices 850 span > span#r1AuUfve2ITWe > a#BkaEisg2IpZe > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/04... | 178 x 103 (1.73) | 338 x 189 (1.79) |
הספינה "אלמה" בנמל תוניס span > span#HkVxUzvgh8p11g > a#r17Qsol2IaZg > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2025/09... | 178 x 103 (1.73) | 320 x 180 (1.78) |
מנשה חסקין span > span#BkDxUGve2L611g > a#Sk4Qjix2UpZx > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/04... | 178 x 103 (1.73) | 320 x 180 (1.78) |
הרוכבים span > span#Sk9e8fvgh8pZe > a#S1HmojxnI6bx > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/04... | 178 x 103 (1.73) | 320 x 180 (1.78) |
איימי שומר מילה קוניס והלן מירן span > span#HyalIMwx28pZe > a#rJ8QioxnLaZl > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/04... | 178 x 103 (1.73) | 320 x 180 (1.78) |
יסכה חג'ג' span > span#SJgW8zvehITWg > a#rJv7ijehL6bl > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/04... | 178 x 103 (1.73) | 320 x 180 (1.78) |
מתוך "קופצים בראש" span > span#B17118fPlhUabl > a#SJOXoixhUpWg > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/04... | 178 x 103 (1.73) | 320 x 180 (1.78) |
Donald Trump and Iran’s leader Mojtaba Khamenei; Trump forced the Iranians to s… span > span#rydZIMPx386Zx > a#ryt7ijx386Ze > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/03... | 178 x 103 (1.73) | 320 x 180 (1.78) |
ילדים עם דגל ישראל, באר שבע, שנות החמישים span > span#BysZLfDx3IpZg > a#HJqmssg38pZx > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/04... | 178 x 103 (1.73) | 320 x 180 (1.78) |
טקס הצדעה לנופלי מערכות ישראל בהר הרצל span > span#rkNf8fwx28pWx > a#H167ojghLpWg > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/04... | 178 x 103 (1.73) | 320 x 180 (1.78) |
ארכיון 2015 תרגיל של הצי צי של משמרות המהפכה של איראן עם סירה מהירה סירות ב מצר… span > span#ryPGIGvx2UT11l > a#H1Amssg2L611x > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/04... | 178 x 103 (1.73) | 320 x 180 (1.78) |
הכרזת העצמאות 1948 span > span#HkdO8Gvx3Ia11g > a#Hko4ool2LTbl > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2022/05... | 178 x 103 (1.73) | 320 x 180 (1.78) |
כנס חדשנות אסם נסטלה חדשנות ביונד מיט בשר טבעוני חקלאות חכמה סיכונים סיכון אוטו… span > span#Bks00UzwlhITZx > a#rk2EojxhITZg > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2021/08... | 178 x 103 (1.73) | 320 x 180 (1.78) |
Pope Leo XIV presides over the Easter vigil as part of the Holy Week celebratio… span > span#HJ4Y8GDe28a11g > a#SJJBjil38TZl > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/04... | 178 x 103 (1.73) | 320 x 180 (1.78) |
span > span#ryvYLzDe3LTbg > a#BJerijx3UT11g > img.SiteImageMedia span > span#ryvYLzDe3LTbg > a#BJerijx3UT11g > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2016/12... | 178 x 103 (1.73) | 320 x 180 (1.78) |
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 |
|---|---|
| Specifying overflow: visible on img, video and canvas tags may cause them to produce visual content outside of the element bounds. See https://github.com/WICG/shared-element-transitions/blob/main/debugging_overflow_on_images.md. | /_/mss/boq-content-ads-contributor/_/js/k=boq-content-ads... line 19, col 449 |
| AttributionReporting | www.ynetnews.com/18f5227b-e27b-445a-a53f-f845fbe69b40/stormcaster.js line 7, col 338431 |
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 |
|---|---|
Access to fetch at 'https://ads.google.com/' from origin 'https://www.ynetnews.com' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Failed to load resource: net::ERR_FAILED | |
www.ynetnews.com/category/3083 line 645, col 11 | TypeError: Cannot read properties of undefined (reading 'parentNode')
at https://www.ynetnews.com/category/3083:646:12
at https://www.ynetnews.com/category/3083:648:2 |
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 |
|---|
Image for Taboola Advertising Unit div#rbox-h2m > div#internal_trc_9031011786 > div.videoCube > a.item-thumbnail-href |
La chaussure qui ne panique pas sous la pluie
Decathlon
-
sponsored
Découvrez div#rbox-h2m > div#internal_trc_9031011786 > div.videoCube > a.item-label-href |
Image for Taboola Advertising Unit div#rbox-h2m > div#internal_trc_9031011786 > div.videoCube > a.item-thumbnail-href |
Promo Canada
Air Transat
-
sponsored
Réservez div#rbox-h2m > div#internal_trc_9031011786 > div.videoCube > a.item-label-href |
Image for Taboola Advertising Unit div#rbox-h2m > div#internal_trc_9031011786 > div.videoCube > a.item-thumbnail-href |
Jouez en ligne à Astro et gagnez jusqu'à 25000€
FDJ
-
sponsored
Jouer Maintenant div#rbox-h2m > div#internal_trc_9031011786 > div.videoCube > a.item-label-href |
Image for Taboola Advertising Unit div#rbox-h2v > div#internal_trc_6053352222 > div.videoCube > a.item-thumbnail-href |
Jouez en ligne à Astro et gagnez jusqu'à 25000€
FDJ
|
sponsored
Jouer Maintenant div#rbox-h2v > div#internal_trc_6053352222 > div.videoCube > a.item-label-href |
Image for Taboola Advertising Unit div#rbox-h2v > div#internal_trc_5176053494 > div.videoCube > a.item-thumbnail-href |
La chaussure qui ne panique pas sous la pluie
Decathlon
|
sponsored
Découvrez div#rbox-h2v > div#internal_trc_5176053494 > div.videoCube > a.item-label-href |
Image for Taboola Advertising Unit div#rbox-h2v > div#internal_trc_3894373124 > div.videoCube > a.item-thumbnail-href |
Petits rouleurs : les 3 formules d'Allianz pour ne plus payer trop cher
Allianz… div#rbox-h2v > div#internal_trc_3894373124 > div.videoCube > a.item-label-href |
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.mediaItems > span > a#HJhyIMDghIp11e > img.SiteImageMedia |
div.mediaItems > span > a#HJSXLzPln86be > img.SiteImageMedia |
div.mediaItems > span > a#SkoSUzPenLaWx > img.SiteImageMedia |
div.mediaItems > span > a#rJpSLMDgh8abe > img.SiteImageMedia |
div.mediaItems > span > a#BJjLLfwl28T11l > img.SiteImageMedia |
span > span#rJDwIMvl2IpZl > a#B19Viie2U6Zg > img.SiteImageMedia |
div.mediaItems > span > a#Hyf9LfwehU611e > img.SiteImageMedia |
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.38 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.52 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
467 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.001
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
4.76 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.
10.28 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
div.imageArea > div.MediaCarousel > a#HkDEFpl3U611x > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/04... | 155.9 KiB | 129.9 KiB |
| www.ynet.co.il/images/NewsFlash/NF_Desktop_Loader.gif | 122.5 KiB | 121.3 KiB | |
גל- הד - סהר מידני ז"ל - יד לבנים div > a.slotView > div.imageArea > img | /cdn-cgi/image/format=auto/picserver6/crop_images/2025/12... | 52.7 KiB | 50.7 KiB |
גל- הד, יד לבנים, חיים סבח div > a.slotView > div.imageArea > img | /cdn-cgi/image/format=auto/picserver6/crop_images/2025/12... | 47.9 KiB | 46.4 KiB |
מבזק גלובל עדכונים מלחמה איראן.04.26 14 div.slotListWrapper > div#newYnetTvVerticalItem_15 > div.media-container > img | /cdn-cgi/image/format=auto/picserver6/videos_pic/2026/04/... | 49.3 KiB | 42.9 KiB |
מבזק גלובל עדכונים מלחמה איראן.04.26 12 div.slotListWrapper > div#newYnetTvVerticalItem_19 > div.media-container > img | /cdn-cgi/image/format=auto/picserver6/videos_pic/2026/04/... | 48.4 KiB | 42.1 KiB |
יד לבנים, גל- הד, אושר שימחה ברזילי ז"ל div > a.slotView > div.imageArea > img | /cdn-cgi/image/format=auto/picserver6/crop_images/2025/12... | 43.8 KiB | 41.2 KiB |
גל הד - יד לבנים - נוי שוש ז"ל div > a.slotView > div.imageArea > img | /cdn-cgi/image/format=auto/picserver6/crop_images/2025/12... | 35.4 KiB | 33.3 KiB |
אלון ועידית אהל div.imageArea > div.MediaCarousel > a#SyYVFTl2IpZx > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/04... | 44.7 KiB | 32.6 KiB |
ליסה קודרו div.imageArea > div.MediaCarousel > a#S1sVYal3Ip11g > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/04... | 40.9 KiB | 29.8 KiB |
גל - הד, יד לבנים , טל גרושקה ז"ל div > a.slotView > div.imageArea > img | /cdn-cgi/image/format=auto/picserver6/crop_images/2025/10... | 30.2 KiB | 29.1 KiB |
Page Logo div.headerTop > div.logo > a#rJZKpg386Wx > img | /picserver6/wcm_upload/2025/08/28/BkLy3jaKlg/global_heade... | 29.0 KiB | 28.7 KiB |
פרידריך מרץ גרמניה חץ 3 div.imageArea > div.MediaCarousel > a#ry611YTx3La11l > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2025/12... | 31.0 KiB | 27.9 KiB |
גל- הד, יד לבנים, עומרי ניב פיירשטיין ז"ל div > a.slotView > div.imageArea > img | /cdn-cgi/image/format=auto/picserver6/crop_images/2025/12... | 27.3 KiB | 26.3 KiB |
יד לבנים, גל- הד, אדיר פורטוגל ז"ל div > a.slotView > div.imageArea > img | /cdn-cgi/image/format=auto/picserver6/crop_images/2025/12... | 27.5 KiB | 25.8 KiB |
Artem Dolgopyat div.mediaItems > span > a#SydMUQqe2IT11g > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/04... | 72.8 KiB | 24.4 KiB |
Javier Milei steals the spotlight div.slotListWrapper > div#newYnetTvVerticalItem_9 > div.media-container > img | /cdn-cgi/image/format=auto/picserver6/videos_pic/2026/04/... | 27.6 KiB | 24.0 KiB |
גל- הד - ליאור רביב ז"ל - יד לבנים div > a.slotView > div.imageArea > img | /cdn-cgi/image/format=auto/picserver6/crop_images/2025/12... | 24.6 KiB | 23.4 KiB |
יד לבנים, גל- הד, בר רוזנשטיין ז"ל div > a.slotView > div.imageArea > img | /cdn-cgi/image/format=auto/picserver6/crop_images/2025/12... | 25.9 KiB | 23.4 KiB |
גל- הד, יד לבנים, יוסי טהר ז"ל div > a.slotView > div.imageArea > img | /cdn-cgi/image/format=auto/picserver6/crop_images/2025/10... | 24.6 KiB | 22.0 KiB |
יד לבנים, גל- הד, ברק חיים בן ואליד div > a.slotView > div.imageArea > img | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/02... | 21.5 KiB | 20.1 KiB |
אורן מצוינים, הדגלנית מטקס המשואות ששיגעה את המדינה div.imageArea > div.MediaCarousel > a#H1mVK6g3L6Wg > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/04... | 33.0 KiB | 19.6 KiB |
The ‘Orange Garden’ is a national therapeutic garden, the first of its kind in … div.imageArea > div.MediaCarousel > a#HkpzK6x3Up11g > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/04... | 22.5 KiB | 19.2 KiB |
NATAN LEVY div.slotListWrapper > div#newYnetTvVerticalItem_14 > div.media-container > img | /cdn-cgi/image/format=auto/picserver6/videos_pic/2026/04/... | 21.8 KiB | 19.0 KiB |
יד לבנים, גל - הד, אופק ארביב ז"ל div > a.slotView > div.imageArea > img | /cdn-cgi/image/format=auto/picserver6/crop_images/2025/12... | 20.5 KiB | 18.7 KiB |
גל-הד - תומר ליבוביץ' ז"ל - יד לבנים div > a.slotView > div.imageArea > img | /cdn-cgi/image/format=auto/picserver6/crop_images/2025/12... | 21.1 KiB | 18.5 KiB |
div.imageArea > div.MediaCarousel > a#SkBEYpe28abx > img.SiteImageMedia div.imageArea > div.MediaCarousel > a#SkBEYpe28abx > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2017/11... | 25.9 KiB | 18.2 KiB |
גל- הד, יד לבנים, עדי דנן ז"ל div > a.slotView > div.imageArea > img | /cdn-cgi/image/format=auto/picserver6/crop_images/2025/12... | 19.6 KiB | 17.0 KiB |
יד לבנים, גל- הד, סהר ציון מחלוף div > a.slotView > div.imageArea > img | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/01... | 18.9 KiB | 16.3 KiB |
The streets of the Old City of Jerusalem are empty on Easter Sunday div.imageArea > div.MediaCarousel > a#r1TmYpxnLaWe > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/04... | 18.9 KiB | 15.6 KiB |
בתים של האדריכל האמריקאי פרנק לויד רייט div.imageArea > div.MediaCarousel > a#B11QK6x3LpWg > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2023/04... | 17.0 KiB | 13.7 KiB |
יד לבנים, גל- הד, בצלאל דוד שעשוע ז"ל div > a.slotView > div.imageArea > img | /cdn-cgi/image/format=auto/picserver6/crop_images/2025/12... | 15.9 KiB | 13.5 KiB |
גל- הד - שיראל חיים פור ז"ל - יד לבנים div > a.slotView > div.imageArea > img | /cdn-cgi/image/format=auto/picserver6/crop_images/2025/12... | 15.8 KiB | 13.5 KiB |
יד לבנים, גל- הד, איתן קרלסברון ז"ל div > a.slotView > div.imageArea > img | /cdn-cgi/image/format=auto/picserver6/crop_images/2025/12... | 14.2 KiB | 12.1 KiB |
יד לבנים, איתי יהודה ז"ל, גל- הד div > a.slotView > div.imageArea > img | /cdn-cgi/image/format=auto/picserver6/crop_images/2025/12... | 13.6 KiB | 12.1 KiB |
יד לבנים, גל - הד, אור מזרחי ז"ל div > a.slotView > div.imageArea > img | /cdn-cgi/image/format=auto/picserver6/crop_images/2025/10... | 14.1 KiB | 12.0 KiB |
הרוכבים img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/04... | 15.2 KiB | 11.9 KiB |
אלכסנדר פדורנקו ז"ל, גל הד, יד לבנים div > a.slotView > div.imageArea > img | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/03... | 13.7 KiB | 11.8 KiB |
div.imageArea > div.MediaCarousel > a#HJZ4Y6xhLT11x > img.SiteImageMedia div.imageArea > div.MediaCarousel > a#HJZ4Y6xhLT11x > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2016/12... | 15.1 KiB | 11.8 KiB |
גל-הד, יד לבנים, מידן ישראל ז"ל div > a.slotView > div.imageArea > img | /cdn-cgi/image/format=auto/picserver6/crop_images/2025/12... | 12.6 KiB | 10.7 KiB |
MEMORIAL DAY – FALLING DREAMS PROJECT VERT AI div.slotListWrapper > div#newYnetTvVerticalItem_6 > div.media-container > img | /cdn-cgi/image/format=auto/picserver6/videos_pic/2026/04/... | 24.5 KiB | 10.6 KiB |
יד לבנים, גל- הד, דוד דיגמי ז"ל div > a.slotView > div.imageArea > img | /cdn-cgi/image/format=auto/picserver6/crop_images/2025/12... | 12.2 KiB | 10.4 KiB |
גדעון חי דירוא, יד לבנים, גל הד div > a.slotView > div.imageArea > img | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/02... | 11.7 KiB | 9.9 KiB |
גל- הד - יד לבנים - שי ארווס ז"ל div > a.slotView > div.imageArea > img | /cdn-cgi/image/format=auto/picserver6/crop_images/2025/12... | 11.6 KiB | 9.9 KiB |
Terra div.imageArea > div.MediaCarousel > a#BJBfYpe2L611x > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/04... | 13.1 KiB | 9.8 KiB |
cheffe_matan_zaken.mp4 div.slotListWrapper > div#newYnetTvVerticalItem_3 > div.media-container > img | /cdn-cgi/image/format=auto/picserver6/videos_pic/2026/04/... | 23.4 KiB | 9.5 KiB |
מתוך "קופצים בראש" img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/04... | 12.6 KiB | 9.3 KiB |
גל- הד - מיכאל בן חמו ז"ל - יד לבנים div > a.slotView > div.imageArea > img | /cdn-cgi/image/format=auto/picserver6/crop_images/2025/12... | 11.3 KiB | 9.3 KiB |
Pope Leo XIV presides over the Easter vigil as part of the Holy Week celebratio… div.imageArea > div.MediaCarousel > a#By1Vt6eh8pZx > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/04... | 12.5 KiB | 9.1 KiB |
יד לבנים, גל - הד, סהר סודאי div > a.slotView > div.imageArea > img | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/01... | 9.7 KiB | 8.2 KiB |
הספינה "אלמה" בנמל תוניס img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2025/09... | 11.4 KiB | 8.1 KiB |
Donald Trump and Iran’s leader Mojtaba Khamenei; Trump forced the Iranians to s… div.imageArea > div.MediaCarousel > a#HyKbt6x28pbe > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/03... | 11.2 KiB | 7.9 KiB |
פעילות של חטיבה 769 בכפר דבין דרום לבנון div.mediaItems > span > a#HyP18XqgnUp11g > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/04... | 11.5 KiB | 7.8 KiB |
פילה div.mediaItems > span > a#rJsyUm5xnL6bx > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/04... | 11.2 KiB | 7.6 KiB |
חדשנות ישראלית בחקלאות div.mediaItems > span > a#r1TJLX5xn8TZx > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/04... | 11.1 KiB | 7.5 KiB |
Hezbollah rocket strikes a school div.slotListWrapper > div#newYnetTvVerticalItem_22 > div.media-container > img | /cdn-cgi/image/format=auto/picserver6/videos_pic/2026/04/... | 21.3 KiB | 7.4 KiB |
The man who helped launch Israel into space — and was killed in the Acre terror… div.imageArea > div.MediaCarousel > a#H1bbFTgnIpWl > img.SiteImageMedia | /taboola/image/fetch/f_jpg,q_auto,h_134,w_240,c_fill,g_fa... | 10.7 KiB | 7.4 KiB |
מייסדיי חברת סייבור, מימין לשמאל: המנכ"ל אורי סגל והאחים יפתח, אלה, אסף ויואב ר… div.imageArea > div.MediaCarousel > a#rkFzKpxnUpWg > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/04... | 10.5 KiB | 7.2 KiB |
דונלד טראמפ div.mediaItems > span > a#r1B4IXcx28T11x > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/04... | 10.4 KiB | 7.0 KiB |
גל- הד - יד לבנים- יאיר כץ ז"ל div > a.slotView > div.imageArea > img | /cdn-cgi/image/format=auto/picserver6/crop_images/2025/12... | 9.6 KiB | 7.0 KiB |
"Garlic, Pepper and Olive Oil" div.mediaItems > span > a#ry2zLQqgnLpbx > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/04... | 11.9 KiB | 6.9 KiB |
משמאל למעלה בכיוון השעון: יצחק תשובה, מיקי פדרמן, צחי נחמיאס, עידן עופר, ראסל א… div.imageArea > div.MediaCarousel > a#rJXXt6e2U6bl > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/04... | 10.2 KiB | 6.9 KiB |
div.imageArea > div.MediaCarousel > a#rybSYpxh8TWx > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/02... | 9.7 KiB | 6.4 KiB |
כנס חדשנות אסם נסטלה חדשנות ביונד מיט בשר טבעוני חקלאות חכמה סיכונים סיכון אוטו… div.imageArea > div.MediaCarousel > a#SyFXK6xhI6Wg > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2021/08... | 9.7 KiB | 6.4 KiB |
יד לבנים, גל- הד, אמיר פישר ז"ל div > a.slotView > div.imageArea > img | /cdn-cgi/image/format=auto/picserver6/crop_images/2025/12... | 9.0 KiB | 6.4 KiB |
מנשה חסקין img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/04... | 9.6 KiB | 6.3 KiB |
יד לבנים, גל- הד, אורי כרמי ז"ל div > a.slotView > div.imageArea > img | /cdn-cgi/image/format=auto/picserver6/crop_images/2025/12... | 8.6 KiB | 6.3 KiB |
בית בנווה צדק, תכנון ועיצוב: סמי קטן, נוי כהן div.imageArea > div.MediaCarousel > a#HyozK6x286Wl > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/04... | 9.5 KiB | 6.2 KiB |
Mood booster and more: 5 surprising health benefits from hummus div.imageArea > div.MediaCarousel > a#SJHWYae2IpZg > img.SiteImageMedia | /taboola/image/fetch/f_jpg,q_auto,h_134,w_240,c_fill,g_fa... | 9.4 KiB | 6.1 KiB |
How Germans view the Jewish state: a moral reckoning over war, settlements and … div.imageArea > div.MediaCarousel > a#Sk7bYTghU611l > img.SiteImageMedia | /taboola/image/fetch/f_jpg,q_auto,h_134,w_240,c_fill,g_fa... | 9.4 KiB | 6.1 KiB |
Israel pauses as nationwide holocaust remembrance day siren sounds div.slotListWrapper > div#newYnetTvVerticalItem_16 > div.media-container > img | /cdn-cgi/image/format=auto/picserver6/videos_pic/2026/04/... | 17.8 KiB | 6.1 KiB |
איימי שומר מילה קוניס והלן מירן img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/04... | 9.2 KiB | 6.0 KiB |
שיחות המו"מ לסיום המלחמה באסלאמאבאד div.imageArea > div.MediaCarousel > a#SyaVKalnLpWx > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/04... | 9.1 KiB | 5.9 KiB |
הכרזת העצמאות 1948 div.mediaItems > span > a#HkqM87qe2Ua11l > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2022/05... | 9.8 KiB | 5.7 KiB |
young voices 850 div.imageArea > div.MediaCarousel > a#rJs7Kae38pbg > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/04... | 8.4 KiB | 5.7 KiB |
סופר מריו div.imageArea > div.MediaCarousel > a#BJZmKpx2UaWe > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2024/05... | 8.8 KiB | 5.7 KiB |
div.slotListWrapper > div#newYnetTvVerticalItem_7 > div.media-container > img | /cdn-cgi/image/format=auto/picserver6/videos_pic/2026/04/... | 16.3 KiB | 5.6 KiB |
יד לבנים, גל- הד, רונאל בן משה ז"ל div > a.slotView > div.imageArea > img | /cdn-cgi/image/format=auto/picserver6/crop_images/2025/12... | 6.2 KiB | 5.3 KiB |
Swarm of bees arrives in Netivot div.slotListWrapper > div#newYnetTvVerticalItem_12 > div.media-container > img | /cdn-cgi/image/format=auto/picserver6/videos_pic/2026/04/... | 15.2 KiB | 5.2 KiB |
news flash independence day 2 future div.slotListWrapper > div#newYnetTvVerticalItem_4 > div.media-container > img | /cdn-cgi/image/format=auto/picserver6/videos_pic/2026/04/... | 15.1 KiB | 5.2 KiB |
מסוקים של צבא ארה"ב חגים מעל ספינות במצר הורמוז div.mediaItems > span > a#rkLyLX5e2UpZg > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/04... | 16.0 KiB | 5.0 KiB |
ילדים עם דגל ישראל, באר שבע, שנות החמישים div.imageArea > div.MediaCarousel > a#SkiZKpl2Ua11g > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/04... | 7.5 KiB | 4.9 KiB |
Eliya Cohen on ALL CAPS div.slotListWrapper > div#newYnetTvVerticalItem_8 > div.media-container > img | /cdn-cgi/image/format=auto/picserver6/videos_pic/2026/04/... | 14.3 KiB | 4.9 KiB |
הכרזת העצמאות 1948 div.imageArea > div.MediaCarousel > a#HkPmF6ehUpWl > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2022/05... | 7.4 KiB | 4.8 KiB |
Sardine viral hype div.slotListWrapper > div#newYnetTvVerticalItem_18 > div.media-container > img | /cdn-cgi/image/format=auto/picserver6/videos_pic/2026/04/... | 13.6 KiB | 4.6 KiB |
לוגו אפל div.imageArea > div.MediaCarousel > a#rJwzFTxhUabg > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2022/11... | 7.1 KiB | 4.6 KiB |
משפחת מוזס div.imageArea > div.MediaCarousel > a#HJBmKTlnLT11g > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/04... | 7.0 KiB | 4.5 KiB |
Hezbollah operatives surrendering div.slotListWrapper > div#newYnetTvVerticalItem_13 > div.media-container > img | /cdn-cgi/image/format=auto/picserver6/videos_pic/2026/04/... | 13.1 KiB | 4.5 KiB |
Wheat harvest for silage in the Hula Valley fields div.slotListWrapper > div#newYnetTvVerticalItem_5 > div.media-container > img | /cdn-cgi/image/format=auto/picserver6/videos_pic/2026/04/... | 12.9 KiB | 4.4 KiB |
רייצ'ל גולדברג-פולין div.mediaItems > span > a#HJRzUQ5enL6bl > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/04... | 7.5 KiB | 4.4 KiB |
Image for Taboola Advertising Unit div.videoCube > a.item-thumbnail-href > div.thumbBlock_holder > span.thumbBlock | /taboola/image/fetch/f_jpg,q_auto,h_142,w_240,c_fill,g_fa... | 9.5 KiB | 4.3 KiB |
160426_Yoseph_Haddad_subtitles_rest div.slotListWrapper > div#newYnetTvVerticalItem_11 > div.media-container > img | /cdn-cgi/image/format=auto/picserver6/videos_pic/2026/04/... | 12.5 KiB | 4.3 KiB |
tecniyon_vert_1.mp4 div.slotListWrapper > div#newYnetTvVerticalItem_2 > div.media-container > img | /cdn-cgi/image/format=auto/picserver6/videos_pic/2026/04/... | 12.5 KiB | 4.3 KiB |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|
| ynetnews.com/ | 535 ms |
| www.ynetnews.com/ | 263 ms |
| www.ynetnews.com/category/3083 | 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.
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.
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 |
|---|---|---|
| /Common/frontend/site/prod/ynetnews.f0c80f171ba907e302c7b... | 303.7 KiB | 30.6 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 |
|---|---|---|
| /Common/frontend/site/prod/ynetnews.f0c80f171ba907e302c7b... | 303.6 KiB | 261.7 KiB |
| .trc_rbox_container { direction: ltr; text-align: left; } … | 21.9 KiB | 17.8 KiB |
| .fc-consent-root .fc-dialog-container.fc-fullscreen { height: 100% !important; … } … | 16.2 KiB | 14.0 KiB |
| cdn.flowplayer.com/releases/native/3/stable/style/flowplayer.css | 13.0 KiB | 10.2 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 2.4 s |
| Style & Layout | 792 ms |
| Other | 654 ms |
| Script Parsing & Compilation | 471 ms |
| Rendering | 214 ms |
| Parse HTML & CSS | 91 ms |
| Garbage Collection | 46 ms |
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 |
|---|---|---|
| /Common/frontend/site/prod/vendors-widgets.517f9e40f1da85... | 778.2 KiB | 317.5 KiB |
| ynet-pic1.yit.co.il/Common/frontend/site/prod/widgets.ce1eacd843df1022013e.js | 1.4 MiB | 287.0 KiB |
| ynet-pic1.yit.co.il/Common/Api/Scripts/GA4/ga4-ynetnews-28.10.js | 10.2 KiB | 3.9 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 | |
|---|---|
Page Logo div.headerTop > div.logo > a#rJZKpg386Wx > img | /picserver6/wcm_upload/2025/08/28/BkLy3jaKlg/global_heade... |
מסוקים של צבא ארה"ב חגים מעל ספינות במצר הורמוז div.mediaItems > span > a#rkLyLX5e2UpZg > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/04... |
Israeli MMA fighter Natan Levy div.imageArea > div.MediaCarousel > a#BJmrKTx286Zx > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/04... |
פרידריך מרץ גרמניה חץ 3 div.imageArea > div.MediaCarousel > a#ry611YTx3La11l > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2025/12... |
Gadi and Gal Eisenkot div.imageArea > div.MediaCarousel > a#B1kzKalhU6We > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/04... |
All Caps episode 4 div.imageArea > div.MediaCarousel > a#HJBrYpenITZx > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/04... |
The streets of the Old City of Jerusalem are empty on Easter Sunday div.imageArea > div.MediaCarousel > a#r1TmYpxnLaWe > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/04... |
Emily Schrader div.imageArea > div.MediaCarousel > a#rk1BKax2I6bl > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2024/05... |
young voices 850 div.imageArea > div.MediaCarousel > a#rJs7Kae38pbg > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/04... |
new_pas div.mediaItems > span > span > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2025/09... |
Donald Trump and Iran’s leader Mojtaba Khamenei; Trump forced the Iranians to s… div.imageArea > div.MediaCarousel > a#HyKbt6x28pbe > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/03... |
ילדים עם דגל ישראל, באר שבע, שנות החמישים div.imageArea > div.MediaCarousel > a#SkiZKpl2Ua11g > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/04... |
טקס הצדעה לנופלי מערכות ישראל בהר הרצל div.imageArea > div.MediaCarousel > a#ry11MYagh8pZe > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/04... |
ארכיון 2015 תרגיל של הצי צי של משמרות המהפכה של איראן עם סירה מהירה סירות ב מצר… div.imageArea > div.MediaCarousel > a#BymztTlh8Tbl > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/04... |
Terra div.imageArea > div.MediaCarousel > a#BJBfYpe2L611x > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/04... |
לוגו אפל div.imageArea > div.MediaCarousel > a#rJwzFTxhUabg > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2022/11... |
מייסדיי חברת סייבור, מימין לשמאל: המנכ"ל אורי סגל והאחים יפתח, אלה, אסף ויואב ר… div.imageArea > div.MediaCarousel > a#rkFzKpxnUpWg > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/04... |
בית בנווה צדק, תכנון ועיצוב: סמי קטן, נוי כהן div.imageArea > div.MediaCarousel > a#HyozK6x286Wl > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/04... |
The ‘Orange Garden’ is a national therapeutic garden, the first of its kind in … div.imageArea > div.MediaCarousel > a#HkpzK6x3Up11g > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/04... |
בתים של האדריכל האמריקאי פרנק לויד רייט div.imageArea > div.MediaCarousel > a#B11QK6x3LpWg > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2023/04... |
סופר מריו div.imageArea > div.MediaCarousel > a#BJZmKpx2UaWe > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2024/05... |
משמאל למעלה בכיוון השעון: יצחק תשובה, מיקי פדרמן, צחי נחמיאס, עידן עופר, ראסל א… div.imageArea > div.MediaCarousel > a#rJXXt6e2U6bl > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/04... |
משפחת מוזס div.imageArea > div.MediaCarousel > a#HJBmKTlnLT11g > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/04... |
הכרזת העצמאות 1948 div.imageArea > div.MediaCarousel > a#HkPmF6ehUpWl > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2022/05... |
כנס חדשנות אסם נסטלה חדשנות ביונד מיט בשר טבעוני חקלאות חכמה סיכונים סיכון אוטו… div.imageArea > div.MediaCarousel > a#SyFXK6xhI6Wg > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2021/08... |
Pope Leo XIV presides over the Easter vigil as part of the Holy Week celebratio… div.imageArea > div.MediaCarousel > a#By1Vt6eh8pZx > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/04... |
div.imageArea > div.MediaCarousel > a#HJZ4Y6xhLT11x > img.SiteImageMedia div.imageArea > div.MediaCarousel > a#HJZ4Y6xhLT11x > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2016/12... |
שיחות המו"מ לסיום המלחמה באסלאמאבאד div.imageArea > div.MediaCarousel > a#SyaVKalnLpWx > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/04... |
div.imageArea > div.MediaCarousel > a#rybSYpxh8TWx > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/02... |
All Caps with Beni div.imageArea > div.MediaCarousel > a#ByFrtTghLpWe > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/03... |
All Caps div.imageArea > div.MediaCarousel > a#B1jHtpg2LaZx > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/03... |
Volunteers with Sword of Iron Israel Volunteer Corp packing goods div.imageArea > div.MediaCarousel > a#H16rtTe28aWx > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/03... |
ראיון עם מייק האקבי div.imageArea > div.MediaCarousel > a#SyWIKplnIp11l > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2025/12... |
מחאה באוניברסיטת שריף באיראן div.imageArea > div.MediaCarousel > a#HkQItTghLpbg > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/02... |
Haddassah div.imageArea > div.MediaCarousel > a#HkBUK6lnLTWx > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/02... |
בנימין נתניהו מארק סוויארדס div.imageArea > div.MediaCarousel > a#S1wUKTg3L611e > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/01... |
Interview with President Trump at the FIFA Club World Cup Finals div.imageArea > div.MediaCarousel > a#H1F8tTe2Upbx > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/01... |
Goldie Ghamari div.imageArea > div.MediaCarousel > a#SyJUFalhIpbe > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/02... |
ALL CAPS Ep. 3 div.imageArea > div.MediaCarousel > a#HyvrKTl2L6Zx > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/04... |
Who is the lone soldier who stole the show at Independence Day ceremony? div.imageArea > div.MediaCarousel > a#Bkaltax386Wl > img.SiteImageMedia | /taboola/image/fetch/f_jpg,q_auto,h_134,w_240,c_fill,g_fa... |
He’s Jewish, she’s Hindu — together they're building a new life in Israel div.imageArea > div.MediaCarousel > a#SyyZF6g2Upbe > img.SiteImageMedia | /taboola/image/fetch/f_jpg,q_auto,h_134,w_240,c_fill,g_fa... |
The man who helped launch Israel into space — and was killed in the Acre terror… div.imageArea > div.MediaCarousel > a#H1bbFTgnIpWl > img.SiteImageMedia | /taboola/image/fetch/f_jpg,q_auto,h_134,w_240,c_fill,g_fa... |
How Germans view the Jewish state: a moral reckoning over war, settlements and … div.imageArea > div.MediaCarousel > a#Sk7bYTghU611l > img.SiteImageMedia | /taboola/image/fetch/f_jpg,q_auto,h_134,w_240,c_fill,g_fa... |
Mood booster and more: 5 surprising health benefits from hummus div.imageArea > div.MediaCarousel > a#SJHWYae2IpZg > img.SiteImageMedia | /taboola/image/fetch/f_jpg,q_auto,h_134,w_240,c_fill,g_fa... |
Uzbek-born doctor leaves quiet life behind to serve as IDF combat medic div.imageArea > div.MediaCarousel > a#H1PZYTehLabl > img.SiteImageMedia | /taboola/image/fetch/f_jpg,q_auto,h_134,w_240,c_fill,g_fa... |
div#weatherInMultiArticle > div.weatherimage > a > img div#weatherInMultiArticle > div.weatherimage > a > img | www.ynet.co.il/Cnt/Images/Weather/1250.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 |
|---|
ynet div.slotView > div.textDiv > a#BJf1LXql2Labx > span.author |
ynet div.slotView > div.slotTextArea > div.moreDetails > span.authorField |
17:00 div.slotView > div.slotTextArea > div.moreDetails > time.DateDisplay |
Assi Haim div.slotView > div.slotTextArea > div.moreDetails > span.authorField |
01:04 div.slotView > div.slotTextArea > div.moreDetails > time.DateDisplay |
Ettay Nevo/Davidson Institute of Science div.slotView > div.slotTextArea > div.moreDetails > span.authorField |
Yesterday | 12:09 div.slotView > div.slotTextArea > div.moreDetails > time.DateDisplay |
Werner Sonne div.slotView > div.slotTextArea > div.moreDetails > span.authorField |
05:49 div.slotView > div.slotTextArea > div.moreDetails > time.DateDisplay |
Dr. Yael Benvenisti div.slotView > div.slotTextArea > div.moreDetails > span.authorField |
14:00 div.slotView > div.slotTextArea > div.moreDetails > time.DateDisplay |
Eitan Gefen div.slotView > div.slotTextArea > div.moreDetails > span.authorField |
Yesterday | 23:21 div.slotView > div.slotTextArea > div.moreDetails > time.DateDisplay |
Ron Ben-Yishai div.slotView > div.slotTextArea > div.moreDetails > span.authorField |
09:48 div.slotView > div.slotTextArea > div.moreDetails > time.DateDisplay |
Hanoch Daum div.slotView > div.slotTextArea > div.moreDetails > span.authorField |
07:57 div.slotView > div.slotTextArea > div.moreDetails > time.DateDisplay |
Werner Sonne div.slotView > div.slotTextArea > div.moreDetails > span.authorField |
05:49 div.slotView > div.slotTextArea > div.moreDetails > time.DateDisplay |
ynet Global div.slotView > div.slotTextArea > div.moreDetails > span.authorField |
09:11 div.slotView > div.slotTextArea > div.moreDetails > time.DateDisplay |
Reuters div.slotView > div.slotTextArea > div.moreDetails > span.authorField |
04.20.26 div.slotView > div.slotTextArea > div.moreDetails > time.DateDisplay |
Tal Shahaf div.slotView > div.slotTextArea > div.moreDetails > span.authorField |
04.19.26 div.slotView > div.slotTextArea > div.moreDetails > time.DateDisplay |
Guide de la maison a.item-label-href > span.video-label-box > span.branding > span.branding-inner |
sponsored span.branding > div.logoDiv > a.trc_desktop_disclosure_link > span |
Guns of Glory Lost Island a.item-label-href > span.video-label-box > span.branding > span.branding-inner |
sponsored span.branding > div.logoDiv > a.trc_desktop_disclosure_link > span |
opinion a.item-label-href > span.video-label-box > span.video-label > span.tbl-data-field |
Forge Of Empires a.item-label-href > span.video-label-box > span.branding > span.branding-inner |
sponsored span.branding > div.logoDiv > a.trc_desktop_disclosure_link > span |
The Business Leads a.item-label-href > span.video-label-box > span.branding > span.branding-inner |
sponsored span.branding > div.logoDiv > a.trc_desktop_disclosure_link > span |
news a.item-label-href > span.video-label-box > span.video-label > span.tbl-data-field |
Noam Ron div.slotView > div.slotTextArea > div.moreDetails > span.authorField |
04.20.26 div.slotView > div.slotTextArea > div.moreDetails > time.DateDisplay |
Alexandra Lukash div.slotView > div.slotTextArea > div.moreDetails > span.authorField |
04.19.26 div.slotView > div.slotTextArea > div.moreDetails > time.DateDisplay |
Amnon Direktor div.slotView > div.slotTextArea > div.moreDetails > span.authorField |
04.19.26 div.slotView > div.slotTextArea > div.moreDetails > time.DateDisplay |
Anat Lev Adler div.slotView > div.slotTextArea > div.moreDetails > span.authorField |
11:27 div.slotView > div.slotTextArea > div.moreDetails > time.DateDisplay |
Navit Zomer div.slotView > div.slotTextArea > div.moreDetails > span.authorField |
07:44 div.slotView > div.slotTextArea > div.moreDetails > time.DateDisplay |
Assi Haim div.slotView > div.slotTextArea > div.moreDetails > span.authorField |
01:04 div.slotView > div.slotTextArea > div.moreDetails > time.DateDisplay |
ynet div.slotView > div.moreDetails > span.moreInfoRow > span.authorInfo |
15:05 div > div.slotView > div.moreDetails > time.DateDisplay |
ynet Global div.slotView > div.moreDetails > span.moreInfoRow > span.authorInfo |
13:34 div > div.slotView > div.moreDetails > time.DateDisplay |
ynet div.slotView > div.moreDetails > span.moreInfoRow > span.authorInfo |
13:18 div > div.slotView > div.moreDetails > time.DateDisplay |
Lior Ben Ari, News Agencies div.slotView > div.moreDetails > span.moreInfoRow > span.authorInfo |
12:25 div > div.slotView > div.moreDetails > time.DateDisplay |
Itamar Eichner div.slotView > div.moreDetails > span.moreInfoRow > span.authorInfo |
10:40 div > div.slotView > div.moreDetails > time.DateDisplay |
Lior Ben Ari div.slotView > div.moreDetails > span.moreInfoRow > span.authorInfo |
05:18 div > div.slotView > div.moreDetails > time.DateDisplay |
Associated Press div.slotView > div.moreDetails > span.moreInfoRow > span.authorInfo |
01:47 div > div.slotView > div.moreDetails > time.DateDisplay |
Liran Friedmann div.slotView > div.slotTextArea > div.moreDetails > span.authorField |
15:19 div.slotView > div.slotTextArea > div.moreDetails > time.DateDisplay |
ynet Global div.slotView > div.slotTextArea > div.moreDetails > span.authorField |
Yesterday | 14:45 div.slotView > div.slotTextArea > div.moreDetails > time.DateDisplay |
ynet Global div.slotView > div.slotTextArea > div.moreDetails > span.authorField |
Maayan Hoffman/The Media Line div.slotView > div.slotTextArea > div.moreDetails > span.authorField |
04.05.26 div.slotView > div.slotTextArea > div.moreDetails > time.DateDisplay |
News Agencies div.slotView > div.slotTextArea > div.moreDetails > span.authorField |
04.04.26 div.slotView > div.slotTextArea > div.moreDetails > time.DateDisplay |
Giorgia Valente / The Media Line div.slotView > div.slotTextArea > div.moreDetails > span.authorField |
03.19.26 div.slotView > div.slotTextArea > div.moreDetails > time.DateDisplay |
17:00 div.slotView > div.slotTextArea > a.moreDetails > time.DateDisplay |
04.20.26 div.slotView > div.slotTextArea > a.moreDetails > time.DateDisplay |
04.20.26 div.slotView > div.slotTextArea > a.moreDetails > time.DateDisplay |
04.20.26 div.slotView > div.slotTextArea > a.moreDetails > time.DateDisplay |
04.20.26 div.slotView > div.slotTextArea > a.moreDetails > time.DateDisplay |
Yesterday | 23:21 div > div.slotView > div.moreDetails > time.DateDisplay |
Yesterday | 12:09 div > div.slotView > div.moreDetails > time.DateDisplay |
Yesterday | 09:11 div > div.slotView > div.moreDetails > time.DateDisplay |
Yesterday | 07:30 div > div.slotView > div.moreDetails > time.DateDisplay |
Yesterday | 20:00 div > div.slotView > div.moreDetails > time.DateDisplay |
04.19.26 div > div.slotView > div.moreDetails > time.DateDisplay |
04.19.26 div > div.slotView > div.moreDetails > time.DateDisplay |
04.19.26 div > div.slotView > div.moreDetails > time.DateDisplay |
04.19.26 div > div.slotView > div.moreDetails > time.DateDisplay |
Alexandra Lukash div.slotView > div.slotTextArea > div.moreDetails > span.authorField |
04.15.26 div.slotView > div.slotTextArea > div.moreDetails > time.DateDisplay |
ynet Global div.slotView > div.slotTextArea > div.moreDetails > span.authorField |
04.12.26 div.slotView > div.slotTextArea > div.moreDetails > time.DateDisplay |
ynet Global div.slotView > div.slotTextArea > div.moreDetails > span.authorField |
04.12.26 div.slotView > div.slotTextArea > div.moreDetails > time.DateDisplay |
ynet Global div.slotView > div.slotTextArea > div.moreDetails > span.authorField |
04.09.26 div.slotView > div.slotTextArea > div.moreDetails > time.DateDisplay |
ynet Global div.slotView > div.slotTextArea > div.moreDetails > span.authorField |
03.29.26 div.slotView > div.slotTextArea > div.moreDetails > time.DateDisplay |
ynet Global div.slotView > div.slotTextArea > div.moreDetails > span.authorField |
03.19.26 div.slotView > div.slotTextArea > div.moreDetails > time.DateDisplay |
Yesterday | 14:26 div > div.slotView > div.moreDetails > time.DateDisplay |
Yesterday | 13:15 div > div.slotView > div.moreDetails > time.DateDisplay |
Yesterday | 07:45 div > div.slotView > div.moreDetails > time.DateDisplay |
Yesterday | 07:25 div > div.slotView > div.moreDetails > time.DateDisplay |
06:30 div > div.slotView > div.moreDetails > time.DateDisplay |
04.18.26 div > div.slotView > div.moreDetails > time.DateDisplay |
04.18.26 div > div.slotView > div.moreDetails > time.DateDisplay |
04.03.26 div > div.slotView > div.moreDetails > time.DateDisplay |
04.20.26 div > div.slotView > div.moreDetails > time.DateDisplay |
04.16.26 div > div.slotView > div.moreDetails > time.DateDisplay |
02:59 div > div.slotView > div.moreDetails > time.DateDisplay |
Yesterday | 03:25 div > div.slotView > div.moreDetails > time.DateDisplay |
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 |
|---|
div.mediaItems > span > a#SyFJIQ5x3L6Wl > img.SiteImageMedia |
div.mediaItems > span > a#SkUz8Q9ln8TWe > img.SiteImageMedia |
div.imageArea > div.MediaCarousel > a#HkDEFpl3U611x > img.SiteImageMedia |
div.imageArea > div.MediaCarousel > a#rybSYpxh8TWx > img.SiteImageMedia |
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.MediaCarousel > div.mediaItems > span > a#SyFJIQ5x3L6Wl |
div.layoutItem > div > div.MultiArticleSpecialWeekendComponenta > a#HJHzIXcehL611x div.layoutItem > div > div.MultiArticleSpecialWeekendComponenta > a#HJHzIXcehL611x |
div.MediaCarousel > div.mediaItems > span > a#SkUz8Q9ln8TWe |
div.slotView > div.imageArea > div.MediaCarousel > a#HkDEFpl3U611x |
div.slotView > div.imageArea > div.MediaCarousel > a#rybSYpxh8TWx |
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.
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 |
|---|
17° div.leftSideLinks > div#main_header_weather > div.weathertempsdiv > a.weatherLink |
sponsored span.video-label-box > span.branding > div.logoDiv > a.trc_desktop_disclosure_link |
sponsored span.video-label-box > span.branding > div.logoDiv > a.trc_desktop_disclosure_link |
sponsored span.video-label-box > span.branding > div.logoDiv > a.trc_desktop_disclosure_link |
sponsored span.video-label-box > span.branding > div.logoDiv > a.trc_desktop_disclosure_link |
תפריט div.weatherItem > div#weatherInMultiArticle > div#weatherInMultiArticle_weatherselect > div.menuToggler |
full forecast span > span#Byv48Q5gnLabl > div.weatherItem > a.goToWeather |
These items highlight common accessibility best practices.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
17° div.leftSideLinks > div#main_header_weather > div.weathertempsdiv > a.weatherLink |
Tel Aviv-Jaffa div.leftSideLinks > div#main_header_weather > div#headerWeatherSelect > a.selectedCity |
Main div.mainNav > div.navList > div > a#BkGFpeh8pWg |
Israel News div.mainNav > div.navList > div > a#rkmtpghIT11e |
18:10 div.slick-slide > div > div.slotView > div.buttonsArea |
He’s Jewish, she’s Hindu — together they're building a new life in Israel div.slotView > div.slotTextArea > div.slotTitle > a#Bkebtae3L611x |
Apple names insider John Ternus as CEO div.slotView > div.slotTextArea > div.slotTitle > a#BJOfKpgh8pbe |
by Taboola div#trc_header_1289321740 > div.trc_header_ext > div.logoDiv > a.trc_desktop_attribution_link |
Weather div.MultiArticleSpecialWeekendComponenta > div.slotList > div.promotionItems > a.promItem |
The plumber worth $60 billion: how Super Mario became a global empire beyond vi… div.slotView > div.slotTextArea > div.slotTitle > a#HyzXFTlhIpZx |
War and AI helped them surge: five veteran Israeli tycoons who thrived in a tur… div.slotView > div.slotTextArea > div.slotTitle > a#S1NXK6l2Uabe |
He’s Jewish, she’s Hindu — together they're building a new life in Israel div.slotView > div.slotTextArea > div.slotTitle > a#rkUQtpe28aWg |
More News div > div.MultiArticleEngComponenta1280 > div.multiArticleTab > a#SkNE8m9e3Ua11x |
18° div.weatherItem > div#weatherInMultiArticle > div.weathertempsdiv > a.weatherLink |
Tel Aviv-Jaffa div.weatherItem > div#weatherInMultiArticle > div#weatherInMultiArticle_weatherselect > a.selectedCity |
full forecast span > span#Byv48Q5gnLabl > div.weatherItem > a.goToWeather |
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) | |
|---|---|---|---|
ראש ה-MI6 לשעבר מסביר איך האיראנים יצאו יותר חכמים מטראמפ div.slotListWrapper > div#newYnetTvVerticalItem_57 > div.media-container > img | /cdn-cgi/image/format=auto/picserver6/videos_pic/2026/03/... | 219 x 390 (0.56) | 262 x 480 (0.55) |
הטכניון div.mediaItems > span > a#HytD875gnITbx > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/03... | 190 x 107 (1.78) | 320 x 213 (1.50) |
ALL CAPS Ep. 3 div.imageArea > div.MediaCarousel > a#HyvrKTl2L6Zx > img.SiteImageMedia | /cdn-cgi/image/format=auto/picserver6/crop_images/2026/04... | 190 x 107 (1.78) | 320 x 151 (2.12) |
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 |
| Specifying overflow: visible on img, video and canvas tags may cause them to produce visual content outside of the element bounds. See https://github.com/WICG/shared-element-transitions/blob/main/debugging_overflow_on_images.md. | /_/mss/boq-content-ads-contributor/_/js/k=boq-content-ads... line 19, col 449 |
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 |
|---|---|
Access to fetch at 'https://ads.google.com/' from origin 'https://www.ynetnews.com' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Access to font at 'https://fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-Bold.ttf' from origin 'https://www.ynetnews.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Access to font at 'https://fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-Bold.woff' from origin 'https://www.ynetnews.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Access to font at 'https://fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-Bold.woff2' from origin 'https://www.ynetnews.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Access to font at 'https://fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-Regular.ttf' from origin 'https://www.ynetnews.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Access to font at 'https://fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-Regular.woff' from origin 'https://www.ynetnews.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Access to font at 'https://fonts.gstatic.com/ea/opensanshebrew/v3/OpenSansHebrew-Regular.woff2' from origin 'https://www.ynetnews.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
www.ynetnews.com/category/3083 line 217, col 16 | SyntaxError: missing ) after argument list |
/pagead/js/adsbygoogle.js?client=ca-pub-4207657971126930 line 161, col 323 | TagError: adsbygoogle.push() error: No slot size for availableWidth=0
at Ro (https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-4207657971126930:162:324)
at Qo (https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-4207657971126930:161:146)
at Yo (https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-4207657971126930:165:172)
at fp (https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-4207657971126930:181:15)
at hp (https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-4207657971126930:182:342)
at ur (https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-4207657971126930:231:66)
at g.client (https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-4207657971126930:221:47)
at Xj.g (https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-4207657971126930:79:555)
at ek (https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-4207657971126930:80:706)
at pr (https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-4207657971126930:221:35) |
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 |
|---|
Image for Taboola Advertising Unit div#rbox-h2v > div#internal_trc_2639793061 > div.videoCube > a.item-thumbnail-href |
[Assurance Habitation 2026] Ces contrats à la carte permettent des économies
Al… div#rbox-h2v > div#internal_trc_2639793061 > div.videoCube > a.item-label-href |
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.mediaItems > span > a#SyFJIQ5x3L6Wl > img.SiteImageMedia |
div.mediaItems > span > a#SkUz8Q9ln8TWe > img.SiteImageMedia |
div.imageArea > div.MediaCarousel > a#HkDEFpl3U611x > img.SiteImageMedia |
div.imageArea > div.MediaCarousel > a#rybSYpxh8TWx > img.SiteImageMedia |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback