Mobile 375 × 812

Desktop 1440 × 900

Score: 69 / 100
Based on 8 categories, 0 sections
Room to improve — your 62.2s load time is above Google's 2.5s 'Good' threshold.
Several missing protections leave your users and data exposed.
Major barriers for users with disabilities — up to 15% of your audience.
Well-optimized for search — your content is discoverable.
Solid infrastructure — fast server responses across the board.
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 38.3 MB (18.9 MB transferred)
Performance issues directly impact user engagement and conversion rates.
2 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/28d626c5-b56e-4308-bcf2-dc7856436e6e)<a href="https://beavercheck.com/results/28d626c5-b56e-4308-bcf2-dc7856436e6e"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Findex.hu" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Findex.huThis 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 62.2s 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.
8 barrier(s) likely increasing bounce by ~30%.
Page takes 62.2s to load
+12% bounceUsers abandon at ~3s — you're 59.7s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 1.1s
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
No 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
Layout shifts during page load
+3% bounceContent movement causes mis-clicks on CTAs and form fields
Fix: Add width/height to images; reserve space for late-loading embeds
53 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.
HUF 70,000 investment → HUF 1,760/month returns + EUR 120,500,000 risk avoided
HUF 70,000
5h · 5 findings
HUF 1,760 /mo
~HUF 21,120 / year
EUR 120,500,000
if kept compliant
HUF 21,000 — 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 Ft14000/hr
Based on Hungary rates (Ft14000/hr)
Start here for the best return on investment
HUF 10,043,427 / month at risk
~HUF 120,521,120 / year if left unfixed
€120,500,000
+11 more
HUF 1,760 /mo
59398.9 MB/mo × 29.630 HUF/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.
24.41 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
62.17 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.07 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.224
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
24.41 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.
69.68 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.
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
Performance issues directly impact user engagement and conversion rates.
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 | |
|---|---|---|---|
Több évtized után fény derülhet az igazságra, ezzel az intézkedéssel kezdi munk… div.article-container > div.img-container > a > img.cikkep | /1/0/6900/69009/690090/69009007_5093365_40b4b2f65101e838c... | 516.7 KiB | 503.5 KiB |
SWNS MAJORCA MOVE 06 li#p6199445 > div.mindenkozben_post-content > a > img#kep_szerkfoto_image_68997333 | /1/0/6899/68997/689973/68997333_601e7424746a64e5a028449d1... | 206.2 KiB | 193.9 KiB |
Ezért nem tudtuk eddig, kicsoda Banksy div.article-container > div.img-container > a > img.cikkep | /1/0/6898/68986/689868/68986837_5091837_87f8926e21732f5b3... | 155.6 KiB | 142.3 KiB |
div#ado-UdxcfR7unRtf3bRePJO2liVAbYD9dWenXH_o8wF0zAz.Q78 > div > div#bbb.creativeblufdjgpjsuhloooigrmrfgs > img div#ado-UdxcfR7unRtf3bRePJO2liVAbYD9dWenXH_o8wF0zAz.Q78 > div > div#bbb.creativeblufdjgpjsuhloooigrmrfgs > img | /files/x/zhi/gniktlv/phrnpolovp/DOGZ_Fesztival_2026_banne... | 152.6 KiB | 140.4 KiB |
div#adoceanindexhuminobmoncy3 > div > div#bbb.creativeejxldphwxepmvmlmknghkioj > img div#adoceanindexhuminobmoncy3 > div > div#bbb.creativeejxldphwxepmvmlmknghkioj > img | /files/x/skm/hexlffk/xajkevmjdv/300x250-tavaszi-akcio-big... | 228.8 KiB | 128.1 KiB |
Álló ovációval fogadták Magyar Pétert az Európai Néppárt ülésén div.article-container > div.img-container > a > img.cikkep | /1/0/6892/68926/689263/68926335_5087415_ccf4c6586abd34549... | 121.8 KiB | 108.6 KiB |
SWNS NESSUM DORMA 006 li#p6199189 > div.mindenkozben_post-content > a > img#kep_szerkfoto_image_68993895 | /1/0/6899/68993/689938/68993895_489da61d12b1c40f09b7aa291... | 119.3 KiB | 107.1 KiB |
Véget ért Gáspár Evelin karrierje a Külügyminisztériumnál, üzent a károgóknak is div.article-container > div.img-container > a > img.cikkep | /1/0/6900/69003/690037/69003725_5093025_1478b84c25f1c2a37... | 119.1 KiB | 105.9 KiB |
84196058 li#p6199719 > div.mindenkozben_post-content > a > img#kep_szerkfoto_image_69008697 | /1/0/6900/69008/690086/69008697_aef6b174a4e9769ea70aec406... | 116.5 KiB | 104.3 KiB |
mpiWG 110325 CFDA 27 li#p6199697 > div.mindenkozben_post-content > a > img#kep_szerkfoto_image_69004535 | /1/0/6900/69004/690045/69004535_071b48c43cbfc1c57919e1e73... | 115.3 KiB | 103.1 KiB |
PAP 1681 li#p6199637 > div.mindenkozben_post-content > a > img#kep_szerkfoto_image_69001397 | /1/0/6900/69001/690013/69001397_ec0e5ad20ae2d641c74df63f1... | 100.2 KiB | 87.9 KiB |
Robban a művészet: Orbán Viktor hattyúként táncol, Magyar Péter vadnyugati hősm… div.article-container > div.img-container > a > img.cikkep | /1/0/6900/69004/690040/69004015_5093049_8d66829bdfb9943cd... | 91.2 KiB | 77.9 KiB |
„Ne féljetek” – Szimpátiatüntetést tartanak Sulyok Tamás és az állami intézmény… div.article-container > div.img-container > a > img.cikkep | /1/0/6157/61577/615779/61577961_4555269_2646c79eb76238621... | 87.0 KiB | 73.7 KiB |
Eltemetett jelentés került felszínre, Brüsszel újranyitotta a dohányvitát div.article-container > div.img-container > a > img.cikkep | /1/0/6899/68991/689913/68991315_5092165_75c9a5af1826fb4d4... | 79.4 KiB | 63.7 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.
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.
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.
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.
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
Szijjártó Péter: Nagyon sokan, a kelleténél jóval többen visszaéltek a hatalmuk… body.device_mobile > section.blokk > div.blokk-hasab > div.cimlap-anyag | 0.224 |
Lőrincz Viktória: kadarkúti polgármesterjelöltből miniszter div.article-container > div.img-container > a > img.cikkep | 0.000 |
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 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 |
|---|---|---|
| index.hu//assets/js/es6/index-weather-widget-nomin.js | 81.3 KiB | 8.5 KiB |
| /files/emitter_global_files/d596a0/inda_prebid_gao_lib_ne... | 14.0 KiB | 4.7 KiB |
| /_1776898623180/ad.js?id=.THxBmLsDODhJQGYmktbytn14bv7E8bz... | 14.9 KiB | 2.5 KiB |
| index.hu/assets/js/gallery2.min.js?v=1776779088 | 13.6 KiB | 2.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 |
|---|---|---|
| index.hu/assets/static/indexnew_css/public/cimlap.css?v=1776779040 | 454.6 KiB | 392.2 KiB |
| index.hu/assets/static/indexnew_css/public/index-global.css?v=1776779040 | 163.7 KiB | 157.5 KiB |
| /jsfejlec2/css/passportHeader.css?version=0db5ad1faad25ad... | 36.0 KiB | 34.5 KiB |
| index.hu/assets/static/pepe/pepe.css | 32.6 KiB | 32.5 KiB |
| index.hu/assets/static/indexnew_css/public/index-ogyv2026.css?v=1776779040 | 23.2 KiB | 23.1 KiB |
| index.hu/assets/static/indexnew_css/public/index-vote.css?v=1776779040 | 20.2 KiB | 20.2 KiB |
| index.hu/assets/static/indexnew_css/public/fixed_header.css?v=1776779040 | 18.8 KiB | 17.2 KiB |
| onesignal.com/sdks/OneSignalSDKStyles.css?v=2 | 16.4 KiB | 13.4 KiB |
| index.hu/assets/static/indexnew_css/public/global.css?v=1776779040 | 13.7 KiB | 12.2 KiB |
| index.hu/assets/static/indexnew_css/public/galeria.css?v=20211009 | 12.0 KiB | 11.9 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
| URL | Transfer Size | Est Savings |
|---|---|---|
| /pagead/managed/js/gpt/m202604160201/pubads_impl.js | 187.7 KiB | 127.2 KiB |
| www.googletagmanager.com/gtag/js?id=G-NLV4TTVW69&cx=c&_slc=1 | 147.6 KiB | 63.2 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-PPDGL3DR | 122.0 KiB | 62.9 KiB |
| www.googletagmanager.com/gtag/js?id=G-7GR3T85C96 | 170.9 KiB | 62.5 KiB |
| cmp.inmobi.com/tcfv2/61/cmp2ui-hu.js | 127.7 KiB | 58.9 KiB |
| /files/js/prebid/10.20.0/gAAAAAAAAAAAAAAAAAAAAAABAAAAAAAA... | 97.6 KiB | 57.5 KiB |
| cmp.inmobi.com/tcfv2/cmp2.js?referer=index.hu | 115.9 KiB | 56.7 KiB |
| connect.facebook.net/hu_HU/bundle/sdk.js/ | 77.8 KiB | 53.7 KiB |
| index.hu/assets/static/js/public/index_base.ugly.js?v=1776779041 | 70.1 KiB | 51.7 KiB |
| cdn.onesignal.com/sdks/OneSignalPageSDKES6.js?v=151607 | 68.0 KiB | 44.4 KiB |
| index.hu/assets/static/js/public/index_election.ugly.js?v=1776779041 | 46.8 KiB | 39.6 KiB |
| matomo.index.hu/matomo.js | 66.4 KiB | 36.3 KiB |
| securepubads.g.doubleclick.net/tag/js/gpt.js | 34.0 KiB | 24.0 KiB |
| index.hu/assets/static/js/public/index_vendor.ugly.js?v=1776779041 | 49.2 KiB | 21.8 KiB |
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 3.7 s |
| Other | 2.4 s |
| Style & Layout | 1.5 s |
| Script Parsing & Compilation | 601 ms |
| Rendering | 401 ms |
| Parse HTML & CSS | 286 ms |
| Garbage Collection | 147 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| The page has an unload handler in a sub frame. | Actionable |
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 | |
|---|---|
Eltemetett jelentés került felszínre, Brüsszel újranyitotta a dohányvitát div.article-container > div.img-container > a > img.cikkep | /1/0/6899/68991/689913/68991315_5092165_75c9a5af1826fb4d4... |
Véget ért Gáspár Evelin karrierje a Külügyminisztériumnál, üzent a károgóknak is div.article-container > div.img-container > a > img.cikkep | /1/0/6900/69003/690037/69003725_5093025_1478b84c25f1c2a37... |
Ezért nem tudtuk eddig, kicsoda Banksy div.article-container > div.img-container > a > img.cikkep | /1/0/6898/68986/689868/68986837_5091837_87f8926e21732f5b3... |
„Ne féljetek” – Szimpátiatüntetést tartanak Sulyok Tamás és az állami intézmény… div.article-container > div.img-container > a > img.cikkep | /1/0/6157/61577/615779/61577961_4555269_2646c79eb76238621... |
Álló ovációval fogadták Magyar Pétert az Európai Néppárt ülésén div.article-container > div.img-container > a > img.cikkep | /1/0/6892/68926/689263/68926335_5087415_ccf4c6586abd34549... |
Több évtized után fény derülhet az igazságra, ezzel az intézkedéssel kezdi munk… div.article-container > div.img-container > a > img.cikkep | /1/0/6900/69009/690090/69009007_5093365_40b4b2f65101e838c... |
Robban a művészet: Orbán Viktor hattyúként táncol, Magyar Péter vadnyugati hősm… div.article-container > div.img-container > a > img.cikkep | /1/0/6900/69004/690040/69004015_5093049_8d66829bdfb9943cd... |
header.bloghu-header > section.bloghu-header-brand > a.logo > img header.bloghu-header > section.bloghu-header-brand > a.logo > img | index.hu/assets/images/common/logo/bloghu.svg |
Matolcsy György úgy érzi, megvádolták, közleményt adott ki, ismerteti a szerint… div.article-container > div.img-container > a > img.cikkep | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Forradalmi újítást vezettek be a budapesti tömegközlekedésben div.article-container > div.img-container > a > img.cikkep | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Mészáros Árpád Zsolt szerint lehallgatják az Operettszínház dolgozóit div.article-container > div.img-container > a > img.cikkep | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Dénes Ferenc: Tízezer forintos jegyárak vagy összeomlás – merre megy a magyar s… div.article-container > div.img-container > a > img.cikkep | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Lőrincz Viktória: kadarkúti polgármesterjelöltből miniszter div.article-container > div.img-container > a > img.cikkep | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Világsztárokkal és legendás magyar rendezővel készül A gyertyák csonkig égnek f… div.article-container > div.img-container > a > img.cikkep | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Lindsey Vonn döntött a jövőjéről, exkluzív interjúban árulta el, látjuk-e még s… div.article-container > div.img-container > a > img.cikkep | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Elfogyott a türelem, három hónap után kirúgták a Chelsea vezetőedzőjét div.article-container > div.img-container > a > img.cikkep | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Ismét bíróság elé állt Curtis testvére: Nem követtem el bűncselekményt! div.article-container > div.img-container > a > img.cikkep | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Ismét átalakult a Budapest Park, ilyen újításokkal készülnek a szezonra div.article-container > div.img-container > a > img.cikkep | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Elfogták a legkeresettebb magyar drogbárót, aki álnéven élt Mexikóban taxisként div.article-container > div.img-container > a > img.cikkep | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Ruff Bálint lesz a Miniszterelnökséget vezető miniszter, Lőrincz Viktória pedig… div.article-container > div.img-container > a > img.cikkep | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Másokat elfogadásra tanított, saját lányai életét azonban megkeserítette div.article-container > div.img-container > a > img.cikkep | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Demeter Szilárd ismét nekiment L. Simon Lászlónak és a sajtónak, de egy hiba mi… div.article-container > div.img-container > a > img.cikkep | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Magyar Péter vagy Orbán Viktor esett-e nagyobb elánnal a közjogi méltóságo… div.article-container > div.img-container > a > img.cikkep | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Még mindig sokan sodorják veszélybe háziállataikat, de van biztos megoldás div.article-container > div.img-container > a > img.cikkep | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Így menthet meg Magyar Péter 10,4 milliárd eurónyi uniós forrást div.article-container > div.img-container > a > img.cikkep | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Megszólalt az iváncsai akkumulátorgyár üzemeltetője, kiderült, mi okozta a tüzet div.article-container > div.img-container > a > img.cikkep | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
A színházban sem menekülhet a bűnös, lakolnia kell div.article-container > div.img-container > a > img.cikkep | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Percek alatt feltölthető akkumulátort jelentett be egy Magyarországon is gyártó… div.article-container > div.img-container > a > img.cikkep | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Miért alakulhat ki tüdőrák nem dohányzó fiataloknál? Meglepő választ találtak a… div.article-container > div.img-container > a > img.cikkep | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Így dolgozik a világ legrosszabb terelőkutyája (videó) div.article-container > div.img-container > a > img.cikkep | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Új készpénzlimitet vezetnek be: meglepetés érhet fizetéskor div.article-container > div.img-container > a > img.cikkep | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Kiderült, hogy több gyógyszert visszatart ez a patika: nem adják ki a nőknek div.article-container > div.img-container > a > img.cikkep | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
5 meghatározó film, ami teljesen megváltoztatta a mozi jövőjét div.article-container > div.img-container > a > img.cikkep | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Megcáfolták az Agymenők népszerű Indiana Jones-elméletét, ez mindent megváltozt… div.article-container > div.img-container > a > img.cikkep | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Bakony: egy hajó, ami nem akar nyugdíjba menni div.article-container > div.img-container > a > img.cikkep | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Alig lehet ráismerni Budapest ikonikus szállodájára: szinte semmi sem maradt be… div.article-container > div.img-container > a > img.cikkep | |
7 friss budapesti kiállítás, amely felpezsdíti a tavaszt div.article-container > div.img-container > a > img.cikkep | |
„Oké, de mit mutatok fel az ellenőrnek?” – Elindult az érintésmentes jegyvásárl… div.article-container > div.img-container > a > img.cikkep | |
Csak diákhitelét akarta törleszteni, végül egymillió dollárt keresett div.article-container > div.img-container > a > img.cikkep | |
Hatalmas kockázat volt, mégis bejött: így csinált a Pamkutya hétszeres telt ház… div.article-container > div.img-container > a > img.cikkep | |
Üzentek Magyar Péternek a Money Talks ’26-ról: Lépni kell! div.article-container > div.img-container > a > img.cikkep | |
Romulusz, a római ember, aki már a csata előtt háborúba keveredett div.article-container > div.img-container > a > img.cikkep | |
Kerékcsere emelő nélkül – vajon sikerülhet? div.article-container > div.img-container > a > img.cikkep | |
Tényleg erősíti az immunrendszert a kutyatartás? – A mikrobiom szerepe div.article-container > div.img-container > a > img.cikkep | |
Szicíliától Velencéig: egész Olaszország a feljutó helyek sorsát figyeli div.article-container > div.img-container > a > img.cikkep | |
Gwyneth Paltrow elárulta, hogy Brad Pitt vagy Ben Affleck jobb az ágyban div.article-container > div.img-container > a > img.cikkep |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.m-cf-fejlec_container_wrapper > ul.m-cf-fejlec_container_links > li.m-cf-fejlec_container_links_item > button.m-cf-fejlec_container_links_item_link div.m-cf-fejlec_container_wrapper > ul.m-cf-fejlec_container_links > li.m-cf-fejlec_container_links_item > button.m-cf-fejlec_container_links_item_link |
div.m-cf-fejlec_container_inda > ul.m-cf-fejlec_container_inda_actions > li.m-cf-fejlec_container_inda_actions_item > button.m-cf-fejlec_container_inda_actions_item_button div.m-cf-fejlec_container_inda > ul.m-cf-fejlec_container_inda_actions > li.m-cf-fejlec_container_inda_actions_item > button.m-cf-fejlec_container_inda_actions_item_button |
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.fixed-header-container > ul._iph_rgt > li > img div.fixed-header-container > ul._iph_rgt > li > img |
div#adoceanindexhuminobmoncy3 > div > div#bbb.creativeejxldphwxepmvmlmknghkioj > img div#adoceanindexhuminobmoncy3 > div > div#bbb.creativeejxldphwxepmvmlmknghkioj > img |
div#ado-UdxcfR7unRtf3bRePJO2liVAbYD9dWenXH_o8wF0zAz.Q78 > div > div#bbb.creativeblufdjgpjsuhloooigrmrfgs > img div#ado-UdxcfR7unRtf3bRePJO2liVAbYD9dWenXH_o8wF0zAz.Q78 > div > div#bbb.creativeblufdjgpjsuhloooigrmrfgs > img |
div.item > div.content > a > img div.item > div.content > a > img |
div.item > div.content > a > img div.item > div.content > a > img |
div.item > div.content > a > img div.item > div.content > a > img |
div.item > div.content > a > img div.item > div.content > a > img |
div.item > div.content > a > img div.item > div.content > a > img |
div.item > div.content > a > img div.item > div.content > a > img |
div.item > div.content > a > img div.item > div.content > a > img |
div.item > div.content > a > img div.item > div.content > a > img |
div.item > div.content > a > img div.item > div.content > a > img |
div.item > div.content > a > img div.item > div.content > a > img |
div.item > div.content > a > img div.item > div.content > a > img |
div.item > div.content > a > img div.item > div.content > a > img |
div.item > div.content > a > img div.item > div.content > a > img |
div.item > div.content > a > img div.item > div.content > a > img |
div.item > div.content > a > img div.item > div.content > a > img |
div.item > div.content > a > img div.item > div.content > a > img |
div.item > div.content > a > img div.item > div.content > a > img |
div.item > div.content > a > img div.item > div.content > a > img |
div.item > div.content > a > img div.item > div.content > a > img |
div.item > div.content > a > img div.item > div.content > a > img |
div.item > div.content > a > img div.item > div.content > a > img |
div.item > div.content > a > img div.item > div.content > a > img |
div.item > div.content > a > img div.item > div.content > a > img |
header.bloghu-header > section.bloghu-header-brand > a.logo > img header.bloghu-header > section.bloghu-header-brand > a.logo > img |
body.device_mobile > img body.device_mobile > img |
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
body.device_mobile > iframe body.device_mobile > iframe |
div.pipContainer > div.pip > div.video > iframe#indaplay-tarjanyi-peter-elfogadhatatlan-hogy-egy-magyar-kulugyminiszter-beszelgeteseit-ilyen-konnyen-lehallgatjak div.pipContainer > div.pip > div.video > iframe#indaplay-tarjanyi-peter-elfogadhatatlan-hogy-egy-magyar-kulugyminiszter-beszelgeteseit-ilyen-konnyen-lehallgatjak |
section.blokk > div.blokk-hasab > div#adoceanindexhunbiommgnux7 > iframe section.blokk > div.blokk-hasab > div#adoceanindexhunbiommgnux7 > iframe |
div.article-container > div.img-container > div.embed-container > iframe#indaplay-kialakultak-az-egyennok-akiket-a-ferfiak-sem-szeretnek-igazan div.article-container > div.img-container > div.embed-container > iframe#indaplay-kialakultak-az-egyennok-akiket-a-ferfiak-sem-szeretnek-igazan |
body.device_mobile > section.indaplay > iframe body.device_mobile > section.indaplay > iframe |
body.device_mobile > section.blokk > div.porthu-footer-wrapper > iframe#porthu-current-tv-events body.device_mobile > section.blokk > div.porthu-footer-wrapper > iframe#porthu-current-tv-events |
body.device_mobile > iframe body.device_mobile > iframe |
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.m-cf-fejlec_container_wrapper > ul.m-cf-fejlec_container_links > li.m-cf-fejlec_container_links_item > a.m-cf-fejlec_container_links_item_link div.m-cf-fejlec_container_wrapper > ul.m-cf-fejlec_container_links > li.m-cf-fejlec_container_links_item > a.m-cf-fejlec_container_links_item_link |
div.m-cf-fejlec_container_wrapper > ul.m-cf-fejlec_container_links > li.m-cf-fejlec_container_links_item > a.m-cf-fejlec_container_links_item_link div.m-cf-fejlec_container_wrapper > ul.m-cf-fejlec_container_links > li.m-cf-fejlec_container_links_item > a.m-cf-fejlec_container_links_item_link |
div.fixed-header-container > ul._iph_rgt > li > a#icon-harang div.fixed-header-container > ul._iph_rgt > li > a#icon-harang |
div.fixed-header-container > ul._iph_rgt > li > a#icon-user div.fixed-header-container > ul._iph_rgt > li > a#icon-user |
body.device_mobile > section#index > div.index-header-wrapper > a.logo body.device_mobile > section#index > div.index-header-wrapper > a.logo |
div.indaplay-ajanlo > header > h3 > a.logo div.indaplay-ajanlo > header > h3 > a.logo |
section.blokk > div.indaplay-ajanlo > header > a.more section.blokk > div.indaplay-ajanlo > header > a.more |
ul#pp-posts-container > li#p6199445 > div.pp-avatar > a ul#pp-posts-container > li#p6199445 > div.pp-avatar > a |
ul#pp-posts-container > li#p6199719 > div.pp-avatar > a ul#pp-posts-container > li#p6199719 > div.pp-avatar > a |
ul#pp-posts-container > li#p6199189 > div.pp-avatar > a ul#pp-posts-container > li#p6199189 > div.pp-avatar > a |
ul#pp-posts-container > li#p6199697 > div.pp-avatar > a ul#pp-posts-container > li#p6199697 > div.pp-avatar > a |
ul#pp-posts-container > li#p6199637 > div.pp-avatar > a ul#pp-posts-container > li#p6199637 > div.pp-avatar > a |
ul#pp-posts-container > li#p6199467 > div.pp-avatar > a ul#pp-posts-container > li#p6199467 > div.pp-avatar > a |
ul#pp-posts-container > li#p6199499 > div.pp-avatar > a ul#pp-posts-container > li#p6199499 > div.pp-avatar > a |
ul#pp-posts-container > li#p6199513 > div.pp-avatar > a ul#pp-posts-container > li#p6199513 > div.pp-avatar > a |
ul#pp-posts-container > li#p6199131 > div.pp-avatar > a ul#pp-posts-container > li#p6199131 > div.pp-avatar > a |
ul#pp-posts-container > li#p6199419 > div.pp-avatar > a ul#pp-posts-container > li#p6199419 > div.pp-avatar > a |
ul#pp-posts-container > li#p6199393 > div.pp-avatar > a ul#pp-posts-container > li#p6199393 > div.pp-avatar > a |
ul#pp-posts-container > li#p6199217 > div.pp-avatar > a ul#pp-posts-container > li#p6199217 > div.pp-avatar > a |
ul#pp-posts-container > li#p6199197 > div.pp-avatar > a ul#pp-posts-container > li#p6199197 > div.pp-avatar > a |
ul#pp-posts-container > li#p6198877 > div.pp-avatar > a ul#pp-posts-container > li#p6198877 > div.pp-avatar > a |
ul#pp-posts-container > li#p6199047 > div.pp-avatar > a ul#pp-posts-container > li#p6199047 > div.pp-avatar > a |
ul#pp-posts-container > li#p6198873 > div.pp-avatar > a ul#pp-posts-container > li#p6198873 > div.pp-avatar > a |
ul#pp-posts-container > li#p6198931 > div.pp-avatar > a ul#pp-posts-container > li#p6198931 > div.pp-avatar > a |
div.follower-knobs > div.follower-knobs-outer > div.follower-knobs-inner > a.follower-knob div.follower-knobs > div.follower-knobs-outer > div.follower-knobs-inner > a.follower-knob |
div.follower-knobs > div.follower-knobs-outer > div.follower-knobs-inner > a.follower-knob div.follower-knobs > div.follower-knobs-outer > div.follower-knobs-inner > a.follower-knob |
div.follower-knobs > div.follower-knobs-outer > div.follower-knobs-inner > a.follower-knob div.follower-knobs > div.follower-knobs-outer > div.follower-knobs-inner > a.follower-knob |
div.follower-knobs > div.follower-knobs-outer > div.follower-knobs-inner > a.follower-knob div.follower-knobs > div.follower-knobs-outer > div.follower-knobs-inner > a.follower-knob |
div.follower-knobs > div.follower-knobs-outer > div.follower-knobs-inner > a.follower-knob div.follower-knobs > div.follower-knobs-outer > div.follower-knobs-inner > a.follower-knob |
div.follower-knobs > div.follower-knobs-outer > div.follower-knobs-inner > a.follower-knob div.follower-knobs > div.follower-knobs-outer > div.follower-knobs-inner > a.follower-knob |
div.follower-knobs > div.follower-knobs-outer > div.follower-knobs-inner > a.follower-knob div.follower-knobs > div.follower-knobs-outer > div.follower-knobs-inner > a.follower-knob |
div.follower-knobs > div.follower-knobs-outer > div.follower-knobs-inner > a.follower-knob div.follower-knobs > div.follower-knobs-outer > div.follower-knobs-inner > a.follower-knob |
div.follower-knobs > div.follower-knobs-outer > div.follower-knobs-inner > a.follower-knob div.follower-knobs > div.follower-knobs-outer > div.follower-knobs-inner > a.follower-knob |
div.follower-knobs > div.follower-knobs-outer > div.follower-knobs-inner > a.follower-knob div.follower-knobs > div.follower-knobs-outer > div.follower-knobs-inner > a.follower-knob |
div.follower-knobs > div.follower-knobs-outer > div.follower-knobs-inner > a.follower-knob div.follower-knobs > div.follower-knobs-outer > div.follower-knobs-inner > a.follower-knob |
div.follower-knobs > div.follower-knobs-outer > div.follower-knobs-inner > a.follower-knob div.follower-knobs > div.follower-knobs-outer > div.follower-knobs-inner > a.follower-knob |
div.follower-knobs > div.follower-knobs-outer > div.follower-knobs-inner > a.follower-knob div.follower-knobs > div.follower-knobs-outer > div.follower-knobs-inner > a.follower-knob |
div.follower-knobs > div.follower-knobs-outer > div.follower-knobs-inner > a.follower-knob div.follower-knobs > div.follower-knobs-outer > div.follower-knobs-inner > a.follower-knob |
div.follower-knobs > div.follower-knobs-outer > div.follower-knobs-inner > a.follower-knob div.follower-knobs > div.follower-knobs-outer > div.follower-knobs-inner > a.follower-knob |
div.follower-knobs > div.follower-knobs-outer > div.follower-knobs-inner > a.follower-knob div.follower-knobs > div.follower-knobs-outer > div.follower-knobs-inner > a.follower-knob |
div.follower-knobs > div.follower-knobs-outer > div.follower-knobs-inner > a.follower-knob div.follower-knobs > div.follower-knobs-outer > div.follower-knobs-inner > a.follower-knob |
article > div.article-container > div.img-container > a.cimke article > div.article-container > div.img-container > a.cimke |
div.welove-header-wrapper > div.header-hasab-1 > h3 > a.logo div.welove-header-wrapper > div.header-hasab-1 > h3 > a.logo |
div.mediafuture-header-wrapper > div.header-hasab-1 > h3 > a.logo div.mediafuture-header-wrapper > div.header-hasab-1 > h3 > a.logo |
div.economx-header-wrapper > div.header-hasab-1 > h3 > a.logo div.economx-header-wrapper > div.header-hasab-1 > h3 > a.logo |
div.divany-header-wrapper > div.header-hasab-1 > h3 > a.logo div.divany-header-wrapper > div.header-hasab-1 > h3 > a.logo |
div.totalcar-header-wrapper > div.header-hasab-1 > h3 > a.logo div.totalcar-header-wrapper > div.header-hasab-1 > h3 > a.logo |
div.femina-header-wrapper > div.header-hasab-1 > h3 > a.logo div.femina-header-wrapper > div.header-hasab-1 > h3 > a.logo |
div.porthu-header-wrapper > div.header-hasab-1 > h3 > a.logo div.porthu-header-wrapper > div.header-hasab-1 > h3 > a.logo |
div.weborvos-header-wrapper > div.header-hasab-1 > h3 > a.logo div.weborvos-header-wrapper > div.header-hasab-1 > h3 > a.logo |
div.bunteto-header-wrapper > div.header-hasab-1 > h3 > a.logo div.bunteto-header-wrapper > div.header-hasab-1 > h3 > a.logo |
div.velvet-header-wrapper > div.header-hasab-1 > h3 > a.logo div.velvet-header-wrapper > div.header-hasab-1 > h3 > a.logo |
section#blogketrec > header.bloghu-header > section.bloghu-header-brand > a.logo section#blogketrec > header.bloghu-header > section.bloghu-header-brand > a.logo |
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 |
|---|
TISZA-KORMÁNY 2026 div.index-header-wrapper > ul.trending-topics > li > a.cimke |
3 °C div.header-parts > a.weather > div.temperature > div.night |
21 °C div.header-parts > a.weather > div.temperature > div.day |
PERCRŐL PERCRE div.cim > ul.img-labels > li > span.cimke |
VIDEÓ div.cim > ul.img-labels > li > span.cimke |
VIDEÓ div.cim > ul.img-labels > li > span.cimke |
Mindeközben div#pp-box > header#pp-box-header > div.cell > a |
3 ÓRÁJA div.pp-post-header > div.pp-time > a.permalink > span.ido |
4 ÓRÁJA div.pp-post-header > div.pp-time > a.permalink > span.ido |
5 ÓRÁJA div.pp-post-header > div.pp-time > a.permalink > span.ido |
6 ÓRÁJA div.pp-post-header > div.pp-time > a.permalink > span.ido |
7 ÓRÁJA div.pp-post-header > div.pp-time > a.permalink > span.ido |
9 ÓRÁJA div.pp-post-header > div.pp-time > a.permalink > span.ido |
10 ÓRÁJA div.pp-post-header > div.pp-time > a.permalink > span.ido |
12 ÓRÁJA div.pp-post-header > div.pp-time > a.permalink > span.ido |
12 ÓRÁJA div.pp-post-header > div.pp-time > a.permalink > span.ido |
14 ÓRÁJA div.pp-post-header > div.pp-time > a.permalink > span.ido |
15 ÓRÁJA div.pp-post-header > div.pp-time > a.permalink > span.ido |
16 ÓRÁJA div.pp-post-header > div.pp-time > a.permalink > span.ido |
17 ÓRÁJA div.pp-post-header > div.pp-time > a.permalink > span.ido |
18 ÓRÁJA div.pp-post-header > div.pp-time > a.permalink > span.ido |
19 ÓRÁJA div.pp-post-header > div.pp-time > a.permalink > span.ido |
ÁPRILIS 21., 21:26 div.pp-post-header > div.pp-time > a.permalink > span.ido |
ÁPRILIS 21., 20:01 div.pp-post-header > div.pp-time > a.permalink > span.ido |
BLIKK div.cim > ul.img-labels > li > span.cimke |
GALÉRIA div.cim > ul.img-labels > li > span.cimke |
VIDEÓ div.cim > ul.img-labels > li > a.cimke |
WE LOVE DOGZ div.cim > ul.img-labels > li > a.cimke |
WE LOVE DOGZ div.cim > ul.img-labels > li > a.cimke |
VIDEÓ div.cim > ul.img-labels > li > a.cimke |
ÉLMÉNY div.cim > ul.img-labels > li > span.cimke |
BKK div.cim > ul.img-labels > li > span.cimke |
MONEY TALKS '26 div.cim > ul.img-labels > li > span.cimke |
MINISZTER div.cim > ul.img-labels > li > span.cimke |
ÁHT div.cim > ul.img-labels > li > a.cimke |
RÉSZVÉNY div.cim > ul.img-labels > li > span.cimke |
DRÁGULÁS div.cim > ul.img-labels > li > a.cimke |
TESZT div.cim > ul.img-labels > li > a.cimke |
VOLKSWAGEN T-ROC div.cim > ul.img-labels > li > span.cimke |
GYÓGYULÁS div.cim > ul.img-labels > li > a.cimke |
PSZICHÉ div.cim > ul.img-labels > li > a.cimke |
These are opportunities to improve the legibility of your content.
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.follower-knobs > div.follower-knobs-outer > div.follower-knobs-inner > a.follower-knob div.follower-knobs > div.follower-knobs-outer > div.follower-knobs-inner > a.follower-knob |
div.follower-knobs > div.follower-knobs-outer > div.follower-knobs-inner > a.follower-knob div.follower-knobs > div.follower-knobs-outer > div.follower-knobs-inner > a.follower-knob |
div.follower-knobs > div.follower-knobs-outer > div.follower-knobs-inner > a.follower-knob div.follower-knobs > div.follower-knobs-outer > div.follower-knobs-inner > a.follower-knob |
div.follower-knobs > div.follower-knobs-outer > div.follower-knobs-inner > a.follower-knob div.follower-knobs > div.follower-knobs-outer > div.follower-knobs-inner > a.follower-knob |
div.follower-knobs > div.follower-knobs-outer > div.follower-knobs-inner > a.follower-knob div.follower-knobs > div.follower-knobs-outer > div.follower-knobs-inner > a.follower-knob |
VELVET div.cim > ul.img-labels > li > a.cimke |
Ezért nem tudtuk eddig, kicsoda Banksy div.item > div.content > div.text > a |
VIDEÓ div.cim > ul.img-labels > li > a.cimke |
WE LOVE DOGZ div.cim > ul.img-labels > li > a.cimke |
ÁHT div.cim > ul.img-labels > li > a.cimke |
DRÁGULÁS div.cim > ul.img-labels > li > a.cimke |
FIZETÉS div.cim > ul.img-labels > li > a.cimke |
ÍTÉLET div.cim > ul.img-labels > li > a.cimke |
ÜDÍTŐ div.cim > ul.img-labels > li > a.cimke |
PSZICHÉ div.cim > ul.img-labels > li > a.cimke |
PIAC div.cim > ul.img-labels > li > a.cimke |
ÚJDONSÁG div.cim > ul.img-labels > li > a.cimke |
CSALÁS div.cim > ul.img-labels > li > a.cimke |
DOGZ div.cim > ul.img-labels > li > a.cimke |
TESZT div.cim > ul.img-labels > li > a.cimke |
SÓBORS div.cim > ul.img-labels > li > a.cimke |
TUDTAD? div.cim > ul.img-labels > li > a.cimke |
GYÓGYULÁS div.cim > ul.img-labels > li > a.cimke |
PSZICHÉ div.cim > ul.img-labels > li > a.cimke |
PIKÁNS div.cim > ul.img-labels > li > a.cimke |
NAGY A SZERELEM div.cim > ul.img-labels > li > a.cimke |
JÓ TUDNI div.cim > ul.img-labels > li > a.cimke |
NAHÁT, NAHÁT div.cim > ul.img-labels > li > a.cimke |
HAMPLÓ div.cim > ul.img-labels > li > a.cimke |
BEAT div.cim > ul.img-labels > li > a.cimke |
FÉM div.cim > ul.img-labels > li > a.cimke |
GYÓGYTUDOR div.cim > ul.img-labels > li > a.cimke |
WE LOVE DOGZ div.cim > ul.img-labels > li > a.cimke |
These items highlight common accessibility best practices.
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. | cmp.inmobi.com/tcfv2/61/cmp2ui-hu.js line 1, col 472522 |
| Topics | /files/js/prebid/10.20.0/gAAAAAAAAAAAAAAAAAAAAAABAAAAAAAA... line 11, col 77385 |
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 |
|---|
Süti beállítások div.container > ul.m-page-footer_container_list > li.m-page-footer_container_list_item > a.change-consent |
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.fixed-header-container > ul._iph_rgt > li > img div.fixed-header-container > ul._iph_rgt > li > img |
div#adoceanindexhuminobmoncy3 > div > div#bbb.creativeejxldphwxepmvmlmknghkioj > img div#adoceanindexhuminobmoncy3 > div > div#bbb.creativeejxldphwxepmvmlmknghkioj > img |
div#ado-UdxcfR7unRtf3bRePJO2liVAbYD9dWenXH_o8wF0zAz.Q78 > div > div#bbb.creativeblufdjgpjsuhloooigrmrfgs > img div#ado-UdxcfR7unRtf3bRePJO2liVAbYD9dWenXH_o8wF0zAz.Q78 > div > div#bbb.creativeblufdjgpjsuhloooigrmrfgs > img |
div.item > div.content > a > img div.item > div.content > a > img |
div.item > div.content > a > img div.item > div.content > a > img |
div.item > div.content > a > img div.item > div.content > a > img |
div.item > div.content > a > img div.item > div.content > a > img |
div.item > div.content > a > img div.item > div.content > a > img |
div.item > div.content > a > img div.item > div.content > a > img |
div.item > div.content > a > img div.item > div.content > a > img |
div.item > div.content > a > img div.item > div.content > a > img |
div.item > div.content > a > img div.item > div.content > a > img |
div.item > div.content > a > img div.item > div.content > a > img |
div.item > div.content > a > img div.item > div.content > a > img |
div.item > div.content > a > img div.item > div.content > a > img |
div.item > div.content > a > img div.item > div.content > a > img |
div.item > div.content > a > img div.item > div.content > a > img |
div.item > div.content > a > img div.item > div.content > a > img |
div.item > div.content > a > img div.item > div.content > a > img |
div.item > div.content > a > img div.item > div.content > a > img |
div.item > div.content > a > img div.item > div.content > a > img |
div.item > div.content > a > img div.item > div.content > a > img |
div.item > div.content > a > img div.item > div.content > a > img |
div.item > div.content > a > img div.item > div.content > a > img |
div.item > div.content > a > img div.item > div.content > a > img |
div.item > div.content > a > img div.item > div.content > a > img |
header.bloghu-header > section.bloghu-header-brand > a.logo > img header.bloghu-header > section.bloghu-header-brand > a.logo > img |
body.device_mobile > img body.device_mobile > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
2.10 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
3.03 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
43 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.188
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
3.25 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.
13.00 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.
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
Performance issues directly impact user engagement and conversion rates.
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 | |
|---|---|---|---|
Több évtized után fény derülhet az igazságra, ezzel az intézkedéssel kezdi munk… div.article-container > div.img-container > a > img.cikkep | /1/0/6900/69009/690090/69009007_5093365_40b4b2f65101e838c... | 516.7 KiB | 505.6 KiB |
SWNS MAJORCA MOVE 06 li#p6199445 > div.mindenkozben_post-content > a > img#kep_szerkfoto_image_68997333 | /1/0/6899/68997/689973/68997333_601e7424746a64e5a028449d1... | 206.2 KiB | 196.1 KiB |
div#adoceanindexhusngkkjhlze6 > div > div#bbb.creativecmvhdjtqrqlwxpfqlefukmmw > img div#adoceanindexhusngkkjhlze6 > div > div#bbb.creativecmvhdjtqrqlwxpfqlefukmmw > img | indexhu.adocean.pl/files/x/sdp/poigico/vfdriuhfbz/wlb_piknik_970x250.jpg | 198.3 KiB | 158.9 KiB |
Ezért nem tudtuk eddig, kicsoda Banksy div.article-container > div.img-container > a > img.cikkep | /1/0/6898/68986/689868/68986837_5091837_87f8926e21732f5b3... | 155.6 KiB | 144.5 KiB |
Álló ovációval fogadták Magyar Pétert az Európai Néppárt ülésén div.article-container > div.img-container > a > img.cikkep | /1/0/6892/68926/689263/68926335_5087415_ccf4c6586abd34549... | 121.8 KiB | 110.7 KiB |
SWNS NESSUM DORMA 006 li#p6199189 > div.mindenkozben_post-content > a > img#kep_szerkfoto_image_68993895 | /1/0/6899/68993/689938/68993895_489da61d12b1c40f09b7aa291... | 119.3 KiB | 109.3 KiB |
Véget ért Gáspár Evelin karrierje a Külügyminisztériumnál, üzent a károgóknak is div.article-container > div.img-container > a > img.cikkep | /1/0/6900/69003/690037/69003725_5093025_1478b84c25f1c2a37... | 119.1 KiB | 108.0 KiB |
84196058 li#p6199719 > div.mindenkozben_post-content > a > img#kep_szerkfoto_image_69008697 | /1/0/6900/69008/690086/69008697_aef6b174a4e9769ea70aec406... | 116.5 KiB | 106.5 KiB |
mpiWG 110325 CFDA 27 li#p6199697 > div.mindenkozben_post-content > a > img#kep_szerkfoto_image_69004535 | /1/0/6900/69004/690045/69004535_071b48c43cbfc1c57919e1e73... | 115.3 KiB | 105.3 KiB |
PAP 1681 li#p6199637 > div.mindenkozben_post-content > a > img#kep_szerkfoto_image_69001397 | /1/0/6900/69001/690013/69001397_ec0e5ad20ae2d641c74df63f1... | 100.2 KiB | 90.2 KiB |
DSC 7680 li#p6199467 > div.mindenkozben_post-content > a > img#kep_szerkfoto_image_68997597 | /1/0/6899/68997/689975/68997597_cd9285a859f6038bcd9f447b9... | 94.3 KiB | 84.2 KiB |
Robban a művészet: Orbán Viktor hattyúként táncol, Magyar Péter vadnyugati hősm… div.article-container > div.img-container > a > img.cikkep | /1/0/6900/69004/690040/69004015_5093049_8d66829bdfb9943cd... | 91.2 KiB | 80.1 KiB |
div#ado-UdxcfR7unRtf3bRePJO2liVAbYD9dWenXH_o8wF0zAz.Q79 > div > div#bbb.creativeanyqnhesqooprwijmfrjtcpu > img div#ado-UdxcfR7unRtf3bRePJO2liVAbYD9dWenXH_o8wF0zAz.Q79 > div > div#bbb.creativeanyqnhesqooprwijmfrjtcpu > img | indexhu.adocean.pl/files/x/sdp/poigico/miiedmftmk/wlb_piknik_300x250.jpg | 90.0 KiB | 77.8 KiB |
„Ne féljetek” – Szimpátiatüntetést tartanak Sulyok Tamás és az állami intézmény… div.article-container > div.img-container > a > img.cikkep | /1/0/6157/61577/615779/61577961_4555269_2646c79eb76238621... | 87.0 KiB | 75.8 KiB |
Eltemetett jelentés került felszínre, Brüsszel újranyitotta a dohányvitát div.article-container > div.img-container > a > img.cikkep | /1/0/6899/68991/689913/68991315_5092165_75c9a5af1826fb4d4... | 79.4 KiB | 35.9 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.
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.
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.
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
Eltemetett jelentés került felszínre, Brüsszel újranyitotta a dohányvitát article.kep-ala-irt-cim > div.article-container > div.img-container > div.cim | 0.120 |
Eltemetett jelentés került felszínre, Brüsszel újranyitotta a dohányvitát
Ford… body.device_desktop > section.blokk | 0.064 |
EUR 364,79 Ft div.header-parts > section#exchange-e3f3ee14970d6ef54260f648e11d00dc > a.exchange-ticker > span.currency-item | 0.002 |
Economx
Dívány
Totalcar
Femina
Port
We ❤︎ Budapest
Velvet
Inda body.device_desktop > div.m-cf-fejlec > div.m-cf-fejlec_container > div.m-cf-fejlec_container_inda | 0.001 |
| 0.000 | |
section.blokk > div.indaplay-ajanlo > header > a.more section.blokk > div.indaplay-ajanlo > header > a.more | 0.000 |
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.
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 |
|---|---|---|
| index.hu/assets/static/indexnew_css/public/cimlap.css?v=1776779040 | 454.6 KiB | 393.8 KiB |
| index.hu/assets/static/indexnew_css/public/index-global.css?v=1776779040 | 163.7 KiB | 156.8 KiB |
| /jsfejlec2/css/passportHeader.css?version=0db5ad1faad25ad... | 36.0 KiB | 34.7 KiB |
| index.hu/assets/static/pepe/pepe.css | 32.6 KiB | 32.5 KiB |
| index.hu/assets/static/indexnew_css/public/index-ogyv2026.css?v=1776779040 | 23.2 KiB | 23.1 KiB |
| index.hu/assets/static/indexnew_css/public/index-vote.css?v=1776779040 | 20.2 KiB | 20.2 KiB |
| index.hu/assets/static/indexnew_css/public/fixed_header.css?v=1776779040 | 18.8 KiB | 17.4 KiB |
| index.hu/assets/static/indexnew_css/public/global.css?v=1776779040 | 13.7 KiB | 12.2 KiB |
| index.hu/assets/static/indexnew_css/public/galeria.css?v=20211009 | 12.0 KiB | 11.9 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
| URL | Transfer Size | Est Savings |
|---|---|---|
| /pagead/managed/js/gpt/m202604160201/pubads_impl.js | 187.7 KiB | 141.1 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-PPDGL3DR | 122.0 KiB | 62.9 KiB |
| cmp.inmobi.com/tcfv2/61/cmp2ui-hu.js | 127.6 KiB | 58.9 KiB |
| cmp.inmobi.com/tcfv2/cmp2.js?referer=index.hu | 115.9 KiB | 56.7 KiB |
| /files/js/prebid/10.20.0/gAAAAAAAAAAAAAAAAAAAAAABAAAAAAAA... | 94.5 KiB | 54.5 KiB |
| www.googletagmanager.com/gtag/js?id=G-7GR3T85C96 | 170.9 KiB | 53.8 KiB |
| connect.facebook.net/hu_HU/bundle/sdk.js/ | 77.8 KiB | 53.7 KiB |
| index.hu/assets/static/js/public/index_base.ugly.js?v=1776779041 | 70.1 KiB | 53.3 KiB |
| /files/js/prebid/10.20.0/gAAAAAAAAAAAAAAAAAAAAAABAAAAAAAA... | 94.5 KiB | 48.6 KiB |
| cdn.onesignal.com/sdks/OneSignalPageSDKES6.js?v=151607 | 68.1 KiB | 44.5 KiB |
| index.hu/assets/static/js/public/index_election.ugly.js?v=1776779041 | 46.8 KiB | 39.6 KiB |
| matomo.index.hu/matomo.js | 66.4 KiB | 36.3 KiB |
| /files/js/prebid/9.29.0/IAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAA... | 65.9 KiB | 34.7 KiB |
| index.hu/assets/static/js/public/index_vendor.ugly.js?v=1776779041 | 49.2 KiB | 22.0 KiB |
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 1.3 s |
| Other | 1.0 s |
| Style & Layout | 528 ms |
| Rendering | 247 ms |
| Script Parsing & Compilation | 162 ms |
| Parse HTML & CSS | 90 ms |
| Garbage Collection | 81 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| The page has an unload handler in a sub frame. | Actionable |
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 |
|---|---|---|
| index.hu//assets/js/es6/index-weather-widget-nomin.js | 81.3 KiB | 8.5 KiB |
| /files/emitter_global_files/d596a0/inda_prebid_gao_lib_ne... | 14.0 KiB | 4.7 KiB |
| index.hu/assets/js/gallery2.min.js?v=1776779088 | 13.6 KiB | 2.0 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
Eltemetett jelentés került felszínre, Brüsszel újranyitotta a dohányvitát div.article-container > div.img-container > a > img.cikkep | /1/0/6899/68991/689913/68991315_5092165_75c9a5af1826fb4d4... |
Véget ért Gáspár Evelin karrierje a Külügyminisztériumnál, üzent a károgóknak is div.article-container > div.img-container > a > img.cikkep | /1/0/6900/69003/690037/69003725_5093025_1478b84c25f1c2a37... |
Ezért nem tudtuk eddig, kicsoda Banksy div.article-container > div.img-container > a > img.cikkep | /1/0/6898/68986/689868/68986837_5091837_87f8926e21732f5b3... |
„Ne féljetek” – Szimpátiatüntetést tartanak Sulyok Tamás és az állami intézmény… div.article-container > div.img-container > a > img.cikkep | /1/0/6157/61577/615779/61577961_4555269_2646c79eb76238621... |
Álló ovációval fogadták Magyar Pétert az Európai Néppárt ülésén div.article-container > div.img-container > a > img.cikkep | /1/0/6892/68926/689263/68926335_5087415_ccf4c6586abd34549... |
Több évtized után fény derülhet az igazságra, ezzel az intézkedéssel kezdi munk… div.article-container > div.img-container > a > img.cikkep | /1/0/6900/69009/690090/69009007_5093365_40b4b2f65101e838c... |
Robban a művészet: Orbán Viktor hattyúként táncol, Magyar Péter vadnyugati hősm… div.article-container > div.img-container > a > img.cikkep | /1/0/6900/69004/690040/69004015_5093049_8d66829bdfb9943cd... |
header.bloghu-header > section.bloghu-header-brand > a.logo > img header.bloghu-header > section.bloghu-header-brand > a.logo > img | index.hu/assets/images/common/logo/bloghu.svg |
Matolcsy György úgy érzi, megvádolták, közleményt adott ki, ismerteti a szerint… div.article-container > div.img-container > a > img.cikkep | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Forradalmi újítást vezettek be a budapesti tömegközlekedésben div.article-container > div.img-container > a > img.cikkep | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Mészáros Árpád Zsolt szerint lehallgatják az Operettszínház dolgozóit div.article-container > div.img-container > a > img.cikkep | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Dénes Ferenc: Tízezer forintos jegyárak vagy összeomlás – merre megy a magyar s… div.article-container > div.img-container > a > img.cikkep | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Lőrincz Viktória: kadarkúti polgármesterjelöltből miniszter div.article-container > div.img-container > a > img.cikkep | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Világsztárokkal és legendás magyar rendezővel készül A gyertyák csonkig égnek f… div.article-container > div.img-container > a > img.cikkep | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Lindsey Vonn döntött a jövőjéről, exkluzív interjúban árulta el, látjuk-e még s… div.article-container > div.img-container > a > img.cikkep | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Elfogyott a türelem, három hónap után kirúgták a Chelsea vezetőedzőjét div.article-container > div.img-container > a > img.cikkep | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Ismét bíróság elé állt Curtis testvére: Nem követtem el bűncselekményt! div.article-container > div.img-container > a > img.cikkep | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Ismét átalakult a Budapest Park, ilyen újításokkal készülnek a szezonra div.article-container > div.img-container > a > img.cikkep | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Elfogták a legkeresettebb magyar drogbárót, aki álnéven élt Mexikóban taxisként div.article-container > div.img-container > a > img.cikkep | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Ruff Bálint lesz a Miniszterelnökséget vezető miniszter, Lőrincz Viktória pedig… div.article-container > div.img-container > a > img.cikkep | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Másokat elfogadásra tanított, saját lányai életét azonban megkeserítette div.article-container > div.img-container > a > img.cikkep | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Demeter Szilárd ismét nekiment L. Simon Lászlónak és a sajtónak, de egy hiba mi… div.article-container > div.img-container > a > img.cikkep | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Magyar Péter vagy Orbán Viktor esett-e nagyobb elánnal a közjogi méltóságo… div.article-container > div.img-container > a > img.cikkep | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Még mindig sokan sodorják veszélybe háziállataikat, de van biztos megoldás div.article-container > div.img-container > a > img.cikkep | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Így menthet meg Magyar Péter 10,4 milliárd eurónyi uniós forrást div.article-container > div.img-container > a > img.cikkep | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Megszólalt az iváncsai akkumulátorgyár üzemeltetője, kiderült, mi okozta a tüzet div.article-container > div.img-container > a > img.cikkep | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
A színházban sem menekülhet a bűnös, lakolnia kell div.article-container > div.img-container > a > img.cikkep | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Percek alatt feltölthető akkumulátort jelentett be egy Magyarországon is gyártó… div.article-container > div.img-container > a > img.cikkep | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Miért alakulhat ki tüdőrák nem dohányzó fiataloknál? Meglepő választ találtak a… div.article-container > div.img-container > a > img.cikkep | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Így dolgozik a világ legrosszabb terelőkutyája (videó) div.article-container > div.img-container > a > img.cikkep | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Ilyen testrészük csak a macskáknak van: te láttad már? div.article-container > div.img-container > a > img.cikkep | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Így vedd ki erőszakmentesen a kutyád szájába került tárgyakat (videó) div.article-container > div.img-container > a > img.cikkep | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Új készpénzlimitet vezetnek be: meglepetés érhet fizetéskor div.article-container > div.img-container > a > img.cikkep | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Nem azért jár a víz a kávé mellé, mint gondolod div.article-container > div.img-container > a > img.cikkep | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Tudod, ki alkotta a leghíresebb festményeket? div.article-container > div.img-container > a > img.cikkep | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Ezzel a japán módszerrel sosem felejted el, kihúztad-e a vasalót div.article-container > div.img-container > a > img.cikkep | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Júniusig felejtsd el ezt a kerti munkát div.article-container > div.img-container > a > img.cikkep | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Trópusi élőlény terjed: már a Balatont is veszélyezteti div.article-container > div.img-container > a > img.cikkep | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Kiderült, hogy több gyógyszert visszatart ez a patika: nem adják ki a nőknek div.article-container > div.img-container > a > img.cikkep | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Íme Emilio és Tina újszülött unokája: a 40-es éveikben lettek nagyszülők div.article-container > div.img-container > a > img.cikkep | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Az 51 éves Zséda dekoltázsa a melle alá ért: brutál kihívó ruhát vállalt be div.article-container > div.img-container > a > img.cikkep | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Szabados Ági férjével és kerekedő pocakkal: Péter ennyire helyes pasi div.article-container > div.img-container > a > img.cikkep | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
3 összetevős zabsüti banánnal és mogyoróvajjal div.article-container > div.img-container > a > img.cikkep | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Lengyel Tamás felesége: így ismerkedtek meg a Tinderen 8 éve div.article-container > div.img-container > a > img.cikkep | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
5 meghatározó film, ami teljesen megváltoztatta a mozi jövőjét div.article-container > div.img-container > a > img.cikkep | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Megcáfolták az Agymenők népszerű Indiana Jones-elméletét, ez mindent megváltozt… div.article-container > div.img-container > a > img.cikkep | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
8 film, ami nyáron kerül a mozikba, és már nagyon várjuk div.article-container > div.img-container > a > img.cikkep | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Igazi világsztárokkal forog Szabó István új filmje, A gyertyák csonkig égnek div.article-container > div.img-container > a > img.cikkep | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
10 meglepő érdekesség, amit te sem tudtál a ma 89 éves Jack Nicholsonról - KÉPG… div.article-container > div.img-container > a > img.cikkep | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Russell Crowe kőkeményen kigyúrta magát a Henry Cavill-féle Hegylakóhoz - FOTÓ! div.article-container > div.img-container > a > img.cikkep | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Bakony: egy hajó, ami nem akar nyugdíjba menni div.article-container > div.img-container > a > img.cikkep | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Befolyásolják-e az államformát a nemzetközi viszonyok? div.article-container > div.img-container > a > img.cikkep | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
A ciklonból született ország div.article-container > div.img-container > a > img.cikkep | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Trolltunga - Norvégia legikonikusabb túrája div.article-container > div.img-container > a > img.cikkep | data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== |
Alig lehet ráismerni Budapest ikonikus szállodájára: szinte semmi sem maradt be… div.article-container > div.img-container > a > img.cikkep | |
7 friss budapesti kiállítás, amely felpezsdíti a tavaszt div.article-container > div.img-container > a > img.cikkep | |
„Oké, de mit mutatok fel az ellenőrnek?” – Elindult az érintésmentes jegyvásárl… div.article-container > div.img-container > a > img.cikkep | |
Csak diákhitelét akarta törleszteni, végül egymillió dollárt keresett div.article-container > div.img-container > a > img.cikkep | |
A Coca-Cola Magyarországon is limitált dizájnokkal készül a futball-vb-re div.article-container > div.img-container > a > img.cikkep | |
14 éves a valaha készült legjobb autóreklám div.article-container > div.img-container > a > img.cikkep | |
Ezért tűnik el Marsi Anikó és Gönczi Gábor a képernyőről div.article-container > div.img-container > a > img.cikkep | |
Hatalmas kockázat volt, mégis bejött: így csinált a Pamkutya hétszeres telt ház… div.article-container > div.img-container > a > img.cikkep | |
Üzentek Magyar Péternek a Money Talks ’26-ról: Lépni kell! div.article-container > div.img-container > a > img.cikkep | |
Romulusz, a római ember, aki már a csata előtt háborúba keveredett div.article-container > div.img-container > a > img.cikkep | |
Kerékcsere emelő nélkül – vajon sikerülhet? div.article-container > div.img-container > a > img.cikkep | |
Ilyen az, amikor túlélőshow-ba megy át az autózás a magyar utakon div.article-container > div.img-container > a > img.cikkep | |
Neue Klasse technikával frissül a 7-es BMW div.article-container > div.img-container > a > img.cikkep | |
Beárazták az új Audi RS 5-öst, hunyorítva nézd az árcéduláját! div.article-container > div.img-container > a > img.cikkep | |
Álcázott BYD kamiont szúrtak ki Debrecenben div.article-container > div.img-container > a > img.cikkep | |
Tényleg erősíti az immunrendszert a kutyatartás? – A mikrobiom szerepe div.article-container > div.img-container > a > img.cikkep | |
Szicíliától Velencéig: egész Olaszország a feljutó helyek sorsát figyeli div.article-container > div.img-container > a > img.cikkep | |
Gwyneth Paltrow elárulta, hogy Brad Pitt vagy Ben Affleck jobb az ágyban div.article-container > div.img-container > a > img.cikkep | |
Új álompár? Jacob Elordi és Kendall Jenner hónapok óta randiznak – így jöttek ö… div.article-container > div.img-container > a > img.cikkep | |
Brutális áremelkedés jöhet ezeknél az alapélelmiszereknél: rendkívüli ok áll a … div.article-container > div.img-container > a > img.cikkep | |
Sydney Sweeney megszólalt az Eufória vitatott meztelen jeleneteiről div.article-container > div.img-container > a > img.cikkep | |
6 alkalom, amikor a királyi családok tagjai hirtelen iskolát váltottak meglepő … div.article-container > div.img-container > a > img.cikkep | |
A Nobel-díjas fizikus állítja, megjósolta az emberiség pusztulásának dátumát div.article-container > div.img-container > a > img.cikkep | |
Miért alakulhat ki tüdőrák nem dohányzó fiataloknál? Meglepő választ találtak a… div.article-container > div.img-container > a > img.cikkep |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.m-cf-fejlec_container_inda > ul.m-cf-fejlec_container_inda_actions > li.m-cf-fejlec_container_inda_actions_item > button.m-cf-fejlec_container_inda_actions_item_button div.m-cf-fejlec_container_inda > ul.m-cf-fejlec_container_inda_actions > li.m-cf-fejlec_container_inda_actions_item > button.m-cf-fejlec_container_inda_actions_item_button |
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.fixed-header-container > ul._iph_rgt > li > img div.fixed-header-container > ul._iph_rgt > li > img |
div#adoceanindexhusngkkjhlze6 > div > div#bbb.creativecmvhdjtqrqlwxpfqlefukmmw > img div#adoceanindexhusngkkjhlze6 > div > div#bbb.creativecmvhdjtqrqlwxpfqlefukmmw > img |
div#ado-UdxcfR7unRtf3bRePJO2liVAbYD9dWenXH_o8wF0zAz.Q79 > div > div#bbb.creativeanyqnhesqooprwijmfrjtcpu > img div#ado-UdxcfR7unRtf3bRePJO2liVAbYD9dWenXH_o8wF0zAz.Q79 > div > div#bbb.creativeanyqnhesqooprwijmfrjtcpu > img |
div.item > div.content > a > img div.item > div.content > a > img |
div.item > div.content > a > img div.item > div.content > a > img |
div.item > div.content > a > img div.item > div.content > a > img |
div.item > div.content > a > img div.item > div.content > a > img |
div.item > div.content > a > img div.item > div.content > a > img |
div.item > div.content > a > img div.item > div.content > a > img |
div.item > div.content > a > img div.item > div.content > a > img |
div.item > div.content > a > img div.item > div.content > a > img |
div.item > div.content > a > img div.item > div.content > a > img |
div.item > div.content > a > img div.item > div.content > a > img |
div.item > div.content > a > img div.item > div.content > a > img |
div.item > div.content > a > img div.item > div.content > a > img |
div.item > div.content > a > img div.item > div.content > a > img |
div.item > div.content > a > img div.item > div.content > a > img |
div.item > div.content > a > img div.item > div.content > a > img |
div.item > div.content > a > img div.item > div.content > a > img |
div.item > div.content > a > img div.item > div.content > a > img |
div.item > div.content > a > img div.item > div.content > a > img |
div.item > div.content > a > img div.item > div.content > a > img |
div.item > div.content > a > img div.item > div.content > a > img |
div.item > div.content > a > img div.item > div.content > a > img |
div.item > div.content > a > img div.item > div.content > a > img |
div.item > div.content > a > img div.item > div.content > a > img |
header.bloghu-header > section.bloghu-header-brand > a.logo > img header.bloghu-header > section.bloghu-header-brand > a.logo > img |
div.hasab-1 > div.banner > div > img div.hasab-1 > div.banner > div > img |
body.device_desktop > img body.device_desktop > img |
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
body.device_desktop > iframe body.device_desktop > iframe |
div.pipContainer > div.pip > div.video > iframe#indaplay-tarjanyi-peter-elfogadhatatlan-hogy-egy-magyar-kulugyminiszter-beszelgeteseit-ilyen-konnyen-lehallgatjak div.pipContainer > div.pip > div.video > iframe#indaplay-tarjanyi-peter-elfogadhatatlan-hogy-egy-magyar-kulugyminiszter-beszelgeteseit-ilyen-konnyen-lehallgatjak |
div.pp-hasab > div.reklam > div#adoceanindexhurcregnogub7 > iframe div.pp-hasab > div.reklam > div#adoceanindexhurcregnogub7 > iframe |
div.article-container > div.img-container > div.embed-container > iframe#indaplay-kialakultak-az-egyennok-akiket-a-ferfiak-sem-szeretnek-igazan div.article-container > div.img-container > div.embed-container > iframe#indaplay-kialakultak-az-egyennok-akiket-a-ferfiak-sem-szeretnek-igazan |
ul#pp-posts-container > li.pp-post > div#adoceanindexhumpehbukueu11 > iframe ul#pp-posts-container > li.pp-post > div#adoceanindexhumpehbukueu11 > iframe |
body.device_desktop > section.indaplay > iframe body.device_desktop > section.indaplay > iframe |
body.device_desktop > section.blokk > div.porthu-footer-wrapper > iframe#porthu-current-tv-events body.device_desktop > section.blokk > div.porthu-footer-wrapper > iframe#porthu-current-tv-events |
body.device_desktop > div.footer-floor > div#ado-bKWQv5.pN37VuT0lyotIJCSn3yzinS7_j6RERe7XWj..7722 > iframe body.device_desktop > div.footer-floor > div#ado-bKWQv5.pN37VuT0lyotIJCSn3yzinS7_j6RERe7XWj..7722 > iframe |
body.device_desktop > iframe body.device_desktop > iframe |
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.fixed-header-container > ul._iph_rgt > li > a#icon-harang div.fixed-header-container > ul._iph_rgt > li > a#icon-harang |
div.fixed-header-container > ul._iph_rgt > li > a#icon-user div.fixed-header-container > ul._iph_rgt > li > a#icon-user |
body.device_desktop > section#index > div.index-header-wrapper > a.logo body.device_desktop > section#index > div.index-header-wrapper > a.logo |
section#index > div.index-header-wrapper > nav#index-rovatok > a#twitter section#index > div.index-header-wrapper > nav#index-rovatok > a#twitter |
section#index > div.index-header-wrapper > nav#index-rovatok > a#socials section#index > div.index-header-wrapper > nav#index-rovatok > a#socials |
div.indaplay-ajanlo > header > h3 > a.logo div.indaplay-ajanlo > header > h3 > a.logo |
section.blokk > div.indaplay-ajanlo > header > a.more section.blokk > div.indaplay-ajanlo > header > a.more |
ul#pp-posts-container > li#p6199445 > div.pp-avatar > a ul#pp-posts-container > li#p6199445 > div.pp-avatar > a |
ul#pp-posts-container > li#p6199719 > div.pp-avatar > a ul#pp-posts-container > li#p6199719 > div.pp-avatar > a |
ul#pp-posts-container > li#p6199189 > div.pp-avatar > a ul#pp-posts-container > li#p6199189 > div.pp-avatar > a |
ul#pp-posts-container > li#p6199697 > div.pp-avatar > a ul#pp-posts-container > li#p6199697 > div.pp-avatar > a |
ul#pp-posts-container > li#p6199637 > div.pp-avatar > a ul#pp-posts-container > li#p6199637 > div.pp-avatar > a |
ul#pp-posts-container > li#p6199467 > div.pp-avatar > a ul#pp-posts-container > li#p6199467 > div.pp-avatar > a |
ul#pp-posts-container > li#p6199499 > div.pp-avatar > a ul#pp-posts-container > li#p6199499 > div.pp-avatar > a |
ul#pp-posts-container > li#p6199513 > div.pp-avatar > a ul#pp-posts-container > li#p6199513 > div.pp-avatar > a |
ul#pp-posts-container > li#p6199131 > div.pp-avatar > a ul#pp-posts-container > li#p6199131 > div.pp-avatar > a |
ul#pp-posts-container > li#p6199419 > div.pp-avatar > a ul#pp-posts-container > li#p6199419 > div.pp-avatar > a |
ul#pp-posts-container > li#p6199393 > div.pp-avatar > a ul#pp-posts-container > li#p6199393 > div.pp-avatar > a |
ul#pp-posts-container > li#p6199217 > div.pp-avatar > a ul#pp-posts-container > li#p6199217 > div.pp-avatar > a |
ul#pp-posts-container > li#p6199197 > div.pp-avatar > a ul#pp-posts-container > li#p6199197 > div.pp-avatar > a |
ul#pp-posts-container > li#p6198877 > div.pp-avatar > a ul#pp-posts-container > li#p6198877 > div.pp-avatar > a |
ul#pp-posts-container > li#p6199047 > div.pp-avatar > a ul#pp-posts-container > li#p6199047 > div.pp-avatar > a |
ul#pp-posts-container > li#p6198873 > div.pp-avatar > a ul#pp-posts-container > li#p6198873 > div.pp-avatar > a |
ul#pp-posts-container > li#p6198931 > div.pp-avatar > a ul#pp-posts-container > li#p6198931 > div.pp-avatar > a |
article > div.article-container > div.img-container > a.cimke article > div.article-container > div.img-container > a.cimke |
article > div.article-container > div.img-container > a.cimke article > div.article-container > div.img-container > a.cimke |
article > div.article-container > div.img-container > a.cimke article > div.article-container > div.img-container > a.cimke |
div.welove-header-wrapper > div.header-hasab-1 > h3 > a.logo div.welove-header-wrapper > div.header-hasab-1 > h3 > a.logo |
div.mediafuture-header-wrapper > div.header-hasab-1 > h3 > a.logo div.mediafuture-header-wrapper > div.header-hasab-1 > h3 > a.logo |
div.economx-header-wrapper > div.header-hasab-1 > h3 > a.logo div.economx-header-wrapper > div.header-hasab-1 > h3 > a.logo |
div.divany-header-wrapper > div.header-hasab-1 > h3 > a.logo div.divany-header-wrapper > div.header-hasab-1 > h3 > a.logo |
div.totalcar-header-wrapper > div.header-hasab-1 > h3 > a.logo div.totalcar-header-wrapper > div.header-hasab-1 > h3 > a.logo |
div.femina-header-wrapper > div.header-hasab-1 > h3 > a.logo div.femina-header-wrapper > div.header-hasab-1 > h3 > a.logo |
div.porthu-header-wrapper > div.header-hasab-1 > h3 > a.logo div.porthu-header-wrapper > div.header-hasab-1 > h3 > a.logo |
div.weborvos-header-wrapper > div.header-hasab-1 > h3 > a.logo div.weborvos-header-wrapper > div.header-hasab-1 > h3 > a.logo |
div.bunteto-header-wrapper > div.header-hasab-1 > h3 > a.logo div.bunteto-header-wrapper > div.header-hasab-1 > h3 > a.logo |
div.velvet-header-wrapper > div.header-hasab-1 > h3 > a.logo div.velvet-header-wrapper > div.header-hasab-1 > h3 > a.logo |
section#blogketrec > header.bloghu-header > section.bloghu-header-brand > a.logo section#blogketrec > header.bloghu-header > section.bloghu-header-brand > a.logo |
div.hasab-2 > div.banner > div > a div.hasab-2 > div.banner > div > a |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
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 |
|---|
TOVÁBBI LEHETŐSÉGEK div.qc-cmp2-footer > div.qc-cmp2-summary-buttons > button#more-options-btn > span |
ELFOGADOM div.qc-cmp2-footer > div.qc-cmp2-summary-buttons > button#accept-btn > span |
ROVATOK li.m-cf-fejlec_container_links_item > a.m-cf-fejlec_container_links_item_link > span.m-cf-fejlec_container_links_item_link_container > span.m-cf-fejlec_container_links_item_link_container_label |
FRISS HÍREK li.m-cf-fejlec_container_links_item > a.m-cf-fejlec_container_links_item_link > span.m-cf-fejlec_container_links_item_link_container > span.m-cf-fejlec_container_links_item_link_container_label |
Economx div.m-cf-fejlec_container_inda > ul.m-cf-fejlec_container_inda_kiadvanyok > li.m-cf-fejlec_container_inda_kiadvanyok_item > a.m-cf-fejlec_container_inda_kiadvanyok_item_link |
Dívány div.m-cf-fejlec_container_inda > ul.m-cf-fejlec_container_inda_kiadvanyok > li.m-cf-fejlec_container_inda_kiadvanyok_item > a.m-cf-fejlec_container_inda_kiadvanyok_item_link |
Totalcar div.m-cf-fejlec_container_inda > ul.m-cf-fejlec_container_inda_kiadvanyok > li.m-cf-fejlec_container_inda_kiadvanyok_item > a.m-cf-fejlec_container_inda_kiadvanyok_item_link |
Femina div.m-cf-fejlec_container_inda > ul.m-cf-fejlec_container_inda_kiadvanyok > li.m-cf-fejlec_container_inda_kiadvanyok_item > a.m-cf-fejlec_container_inda_kiadvanyok_item_link |
Port div.m-cf-fejlec_container_inda > ul.m-cf-fejlec_container_inda_kiadvanyok > li.m-cf-fejlec_container_inda_kiadvanyok_item > a.m-cf-fejlec_container_inda_kiadvanyok_item_link |
We ❤︎ Budapest div.m-cf-fejlec_container_inda > ul.m-cf-fejlec_container_inda_kiadvanyok > li.m-cf-fejlec_container_inda_kiadvanyok_item > a.m-cf-fejlec_container_inda_kiadvanyok_item_link |
Velvet div.m-cf-fejlec_container_inda > ul.m-cf-fejlec_container_inda_kiadvanyok > li.m-cf-fejlec_container_inda_kiadvanyok_item > a.m-cf-fejlec_container_inda_kiadvanyok_item_link |
Inda li.m-cf-fejlec_container_inda_kiadvanyok_item > button.m-cf-fejlec_container_inda_kiadvanyok_item_inda > span.m-cf-fejlec_container_inda_kiadvanyok_item_inda_container > span.m-cf-fejlec_container_inda_kiadvanyok_item_inda_container_label |
TISZA-KORMÁNY 2026 div.index-header-wrapper > ul.trending-topics > li > a.cimke |
2026. 04. 23. csütörtök div.index-header-wrapper > div.header-parts > div.calendar > time |
Béla div.index-header-wrapper > div.header-parts > div.calendar > div#name-day |
3 °C div.header-parts > a.weather > div.temperature > div.night |
21 °C div.header-parts > a.weather > div.temperature > div.day |
PERCRŐL PERCRE div.cim > ul.img-labels > li > span.cimke |
VIDEÓ div.cim > ul.img-labels > li > span.cimke |
VIDEÓ div.cim > ul.img-labels > li > span.cimke |
3 ÓRÁJA div.pp-post-header > div.pp-time > a.permalink > span.ido |
4 ÓRÁJA div.pp-post-header > div.pp-time > a.permalink > span.ido |
5 ÓRÁJA div.pp-post-header > div.pp-time > a.permalink > span.ido |
6 ÓRÁJA div.pp-post-header > div.pp-time > a.permalink > span.ido |
7 ÓRÁJA div.pp-post-header > div.pp-time > a.permalink > span.ido |
9 ÓRÁJA div.pp-post-header > div.pp-time > a.permalink > span.ido |
10 ÓRÁJA div.pp-post-header > div.pp-time > a.permalink > span.ido |
BLIKK div.cim > ul.img-labels > li > span.cimke |
GALÉRIA div.cim > ul.img-labels > li > span.cimke |
VIDEÓ div.cim > ul.img-labels > li > a.cimke |
WE LOVE DOGZ div.cim > ul.img-labels > li > a.cimke |
WE LOVE DOGZ div.cim > ul.img-labels > li > a.cimke |
VIDEÓ div.cim > ul.img-labels > li > a.cimke |
SPORTMAGAZIN div.header-hasab-1 > ul.trending-topics > li > a.cimke |
TOVÁBB A BÜNTETŐ.COM-RA div.header-hasab-2 > div.uj-cikkek-link > a > span.uj-cikkek-text |
These are opportunities to improve the legibility of your content.
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 |
|---|
VELVET div.cim > ul.img-labels > li > a.cimke |
Ezért nem tudtuk eddig, kicsoda Banksy div.item > div.content > div.text > a |
VIDEÓ div.cim > ul.img-labels > li > a.cimke |
WE LOVE DOGZ div.cim > ul.img-labels > li > a.cimke |
WE LOVE CATZ div.cim > ul.img-labels > li > a.cimke |
WE LOVE DOGZ div.cim > ul.img-labels > li > a.cimke |
VIDEÓ div.cim > ul.img-labels > li > a.cimke |
ÁHT div.cim > ul.img-labels > li > a.cimke |
DRÁGULÁS div.cim > ul.img-labels > li > a.cimke |
DRUZSBA div.cim > ul.img-labels > li > a.cimke |
KORMÁNYVÁLTÁS div.cim > ul.img-labels > li > a.cimke |
FIZETÉS div.cim > ul.img-labels > li > a.cimke |
KÁR div.cim > ul.img-labels > li > a.cimke |
ÜZEMANYAG div.cim > ul.img-labels > li > a.cimke |
BÍRSÁG div.cim > ul.img-labels > li > a.cimke |
TIPP div.cim > ul.img-labels > li > a.cimke |
JÓ TUDNI div.cim > ul.img-labels > li > a.cimke |
HÉVÍZ div.cim > ul.img-labels > li > a.cimke |
TESZT div.cim > ul.img-labels > li > a.cimke |
TESZT div.cim > ul.img-labels > li > a.cimke |
SÓBORS div.cim > ul.img-labels > li > a.cimke |
TUDTAD? div.cim > ul.img-labels > li > a.cimke |
:) div.cim > ul.img-labels > li > a.cimke |
SÓBORS div.cim > ul.img-labels > li > a.cimke |
SÓBORS div.cim > ul.img-labels > li > a.cimke |
TÉVÉ div.cim > ul.img-labels > li > a.cimke |
TÉVÉ div.cim > ul.img-labels > li > a.cimke |
TÉVÉ div.cim > ul.img-labels > li > a.cimke |
GYÓGYULÁS div.cim > ul.img-labels > li > a.cimke |
PSZICHÉ div.cim > ul.img-labels > li > a.cimke |
EGÉSZSÉG div.cim > ul.img-labels > li > a.cimke |
EGÉSZSÉG div.cim > ul.img-labels > li > a.cimke |
EGÉSZSÉG div.cim > ul.img-labels > li > a.cimke |
EGÉSZSÉG div.cim > ul.img-labels > li > a.cimke |
EGÉSZSÉGKALAUZ div.cim > ul.img-labels > li > a.cimke |
PSZICHÉ div.cim > ul.img-labels > li > a.cimke |
EGÉSZSÉG div.cim > ul.img-labels > li > a.cimke |
GYÓGYULÁS div.cim > ul.img-labels > li > a.cimke |
PSZICHÉ div.cim > ul.img-labels > li > a.cimke |
SPORTMAGAZIN div.header-hasab-1 > ul.trending-topics > li > a.cimke |
PIKÁNS div.cim > ul.img-labels > li > a.cimke |
NAHÁT, NAHÁT div.cim > ul.img-labels > li > a.cimke |
HOPPÁ div.cim > ul.img-labels > li > a.cimke |
HOGY MI? div.cim > ul.img-labels > li > a.cimke |
ÚJ KUTATÁSI EREDMÉNY div.cim > ul.img-labels > li > a.cimke |
HAMPLÓ div.cim > ul.img-labels > li > a.cimke |
BEAT div.cim > ul.img-labels > li > a.cimke |
FÉM div.cim > ul.img-labels > li > a.cimke |
GYÓGYTUDOR div.cim > ul.img-labels > li > a.cimke |
WE LOVE DOGZ div.cim > ul.img-labels > li > a.cimke |
REAKTOR div.cim > ul.img-labels > li > a.cimke |
PANGEA div.cim > ul.img-labels > li > a.cimke |
A ciklonból született ország div.img-container > div.cim > h2.cikkcim > a |
GYAKORLÓ UTAZÓ div.cim > ul.img-labels > li > a.cimke |
These items highlight common accessibility best practices.
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. | cmp.inmobi.com/tcfv2/61/cmp2ui-hu.js line 1, col 472522 |
| Topics | /files/js/prebid/10.20.0/gAAAAAAAAAAAAAAAAAAAAAABAAAAAAAA... line 11, col 77385 |
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 |
|---|
Süti beállítások div.container > ul.m-page-footer_container_list > li.m-page-footer_container_list_item > a.change-consent |
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.fixed-header-container > ul._iph_rgt > li > img div.fixed-header-container > ul._iph_rgt > li > img |
div#adoceanindexhusngkkjhlze6 > div > div#bbb.creativecmvhdjtqrqlwxpfqlefukmmw > img div#adoceanindexhusngkkjhlze6 > div > div#bbb.creativecmvhdjtqrqlwxpfqlefukmmw > img |
div#ado-UdxcfR7unRtf3bRePJO2liVAbYD9dWenXH_o8wF0zAz.Q79 > div > div#bbb.creativeanyqnhesqooprwijmfrjtcpu > img div#ado-UdxcfR7unRtf3bRePJO2liVAbYD9dWenXH_o8wF0zAz.Q79 > div > div#bbb.creativeanyqnhesqooprwijmfrjtcpu > img |
div.item > div.content > a > img div.item > div.content > a > img |
div.item > div.content > a > img div.item > div.content > a > img |
div.item > div.content > a > img div.item > div.content > a > img |
div.item > div.content > a > img div.item > div.content > a > img |
div.item > div.content > a > img div.item > div.content > a > img |
div.item > div.content > a > img div.item > div.content > a > img |
div.item > div.content > a > img div.item > div.content > a > img |
div.item > div.content > a > img div.item > div.content > a > img |
div.item > div.content > a > img div.item > div.content > a > img |
div.item > div.content > a > img div.item > div.content > a > img |
div.item > div.content > a > img div.item > div.content > a > img |
div.item > div.content > a > img div.item > div.content > a > img |
div.item > div.content > a > img div.item > div.content > a > img |
div.item > div.content > a > img div.item > div.content > a > img |
div.item > div.content > a > img div.item > div.content > a > img |
div.item > div.content > a > img div.item > div.content > a > img |
div.item > div.content > a > img div.item > div.content > a > img |
div.item > div.content > a > img div.item > div.content > a > img |
div.item > div.content > a > img div.item > div.content > a > img |
div.item > div.content > a > img div.item > div.content > a > img |
div.item > div.content > a > img div.item > div.content > a > img |
div.item > div.content > a > img div.item > div.content > a > img |
div.item > div.content > a > img div.item > div.content > a > img |
header.bloghu-header > section.bloghu-header-brand > a.logo > img header.bloghu-header > section.bloghu-header-brand > a.logo > img |
div.hasab-1 > div.banner > div > img div.hasab-1 > div.banner > div > img |
body.device_desktop > img body.device_desktop > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback