Mobile 375 × 812

Desktop 1440 × 900

Score: 70 / 100
Based on 8 categories, 0 sections
Room to improve — your 11.7s load time is above Google's 2.5s 'Good' threshold.
Good foundation, but a few gaps could be exploited.
Several issues make your site difficult for assistive technology users.
Solid SEO basics — a few optimizations could boost rankings.
Solid infrastructure — fast server responses across the board.
Mostly compliant — a few items need attention.
Missing metadata means poor previews on social media and search.
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 19.6 MB (11.0 MB transferred)
Performance issues directly impact user engagement and conversion rates.
No <main> landmark found
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/613a9856-6f21-460f-b4c0-3caf519a3c1b)<a href="https://beavercheck.com/results/613a9856-6f21-460f-b4c0-3caf519a3c1b"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Ftelegraaf.nl" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Ftelegraaf.nlThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Your LCP of 11.7s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your user trust.
8 barrier(s) likely increasing bounce by ~30%.
Page takes 11.7s to load
+12% bounceUsers abandon at ~3s — you're 9.2s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 3.5s
+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
No Open Graph tags
+2% bounceLinks shared on LinkedIn / Slack / Facebook show bare URLs — referral clicks drop
Fix: Add og:title, og:description, og:image, og:url to the page head
No structured data
+2% bounceNo rich-result eligibility in Google — lower SERP CTR vs competitors with stars and prices
Fix: Add JSON-LD for your page type (Product, Article, FAQPage, LocalBusiness, …)
Thin content
+3% bounceUnder 300 words — visitors bounce looking for substance, search engines rank competitors first
Fix: Add a substantive FAQ, product detail, or case-study section
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
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
€425 investment → €2,925/month returns + EUR 120,500,000 risk avoided
€425
5h · 5 findings
€2,925 /mo
~€35,096 / year
EUR 120,500,000
if kept compliant
€128 — 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 €85/hr
Based on Netherlands rates (€85/hr)
Start here for the best return on investment
€10,041,669 / month at risk
~€120,500,031 / year if left unfixed
€120,500,000
+6 more
€2.57 /mo
34679.5 MB/mo × 0.074 EUR/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 5 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
3.64 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
11.72 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
3.53 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
10.75 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.
31.91 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
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 | |
|---|---|---|---|
Pokeren om Straat van Hormuz: ’Niemand in de Amerikaanse regering lijkt te wete… article.TeaserWrapper_teaser-wrapper__v1JTi > a > picture > img.text-on-image-teaser_customImage__hiouD | /public/incoming/gi6ric-ci-trump.gif/alternates/ONE_ONE_7... | 5.2 MiB | 5.1 MiB |
Amerikaanse LUCAS-drones (links) en een Iraanse Shahed-drone (rechts). a.TextOnImageTeaser_text-on-image-teaser__link__04WDr > figure.TeaserImage_teaser-image__1zOV8 > div.TeaserImage_teaser-image__image__xdFmH > img.native-teaser-image_nativeTeaserImage__3O3MX | /public/incoming/hyj8c5-combi-gif-lucas-x-shahed.gif/alte... | 1.3 MiB | 1.3 MiB |
Waar Koningsdag in de hoofdstad ooit draaide om spontaniteit, een biertje op st… a.TextOnImageTeaser_text-on-image-teaser__link__04WDr > figure.TeaserImage_teaser-image__1zOV8 > div.TeaserImage_teaser-image__image__xdFmH > img.native-teaser-image_nativeTeaserImage__3O3MX | /public/incoming/c99etp-20250612-regio-ad-tg001-tlg--anp-... | 192.9 KiB | 157.0 KiB |
Wat is er precies gebeurd bij de datalekken van Odido, Basic-Fit en Booking.com… a.TextOnImageTeaser_text-on-image-teaser__link__04WDr > figure.TeaserImage_teaser-image__1zOV8 > div.TeaserImage_teaser-image__image__xdFmH > img.native-teaser-image_nativeTeaserImage__3O3MX | /public/incoming/k1wrs1-combo-datalek.jpg/alternates/FOUR... | 118.5 KiB | 93.9 KiB |
Door te stoppen met avondsnacken functioneren de cellen in je brein beter, waar… a.TextOnImageTeaser_text-on-image-teaser__link__04WDr > figure.TeaserImage_teaser-image__1zOV8 > div.TeaserImage_teaser-image__image__xdFmH > img.native-teaser-image_nativeTeaserImage__3O3MX | /public/incoming/ugcz89-gettyimages-481384634.jpg/alterna... | 95.6 KiB | 75.8 KiB |
a._root_y7mvt_1 > div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 a._root_y7mvt_1 > div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 | /images/lib/basic/sport/football/club/logo/large/4222.png | 37.9 KiB | 37.6 KiB |
YouTuber ontkent fatale ’prank’, maar in video is het bizarre telefoongesprek t… article.TeaserWrapper_teaser-wrapper__v1JTi > a > picture > img.text-on-image-teaser_customImage__hiouD | /public/incoming/rl6zx7-ci-youtuber-v5.jpg/alternates/ONE... | 119.6 KiB | 35.0 KiB |
a._root_y7mvt_1 > div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 a._root_y7mvt_1 > div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 | /images/lib/basic/sport/football/club/logo/large/4496.png | 29.1 KiB | 28.8 KiB |
a._root_y7mvt_1 > div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 a._root_y7mvt_1 > div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 | /images/lib/basic/sport/football/club/logo/large/4017.png | 28.0 KiB | 27.7 KiB |
’Graaiende’ Meghan onder vuur na blunder op Bondi Beach: ’Shop de look!’ article.TeaserWrapper_teaser-wrapper__v1JTi > a > picture > img.text-on-image-teaser_customImage__hiouD | /public/incoming/dzhxug-ci-meghan-v2.jpg/alternates/ONE_O... | 111.4 KiB | 26.8 KiB |
a._root_y7mvt_1 > div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 a._root_y7mvt_1 > div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 | /images/lib/basic/sport/football/club/logo/large/4073.png | 22.2 KiB | 21.9 KiB |
a._root_y7mvt_1 > div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 a._root_y7mvt_1 > div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 | /images/lib/basic/sport/football/club/logo/large/4486.png | 22.1 KiB | 21.8 KiB |
Bewoners Loosdrecht woedend om schijnbeweging gemeente article.TeaserWrapper_teaser-wrapper__v1JTi > a > picture > img.text-on-image-teaser_customImage__hiouD | /public/incoming/jnfx3u-ci-loosdrecht.jpg/alternates/ONE_... | 104.8 KiB | 20.2 KiB |
Diplomatieke rel tussen Rome en Moskou: Giorgia Meloni op Russische staats-tv e… article.TeaserWrapper_teaser-wrapper__v1JTi > a > picture > img.text-on-image-teaser_customImage__hiouD | /public/incoming/sclaaq-ci-meloni.jpg/alternates/ONE_ONE_... | 102.9 KiB | 18.3 KiB |
a._root_y7mvt_1 > div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 a._root_y7mvt_1 > div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 | /images/lib/basic/sport/football/club/logo/large/4072.png | 16.0 KiB | 15.7 KiB |
a._root_y7mvt_1 > div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 a._root_y7mvt_1 > div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 | /images/lib/basic/sport/football/club/logo/large/4452.png | 6.4 KiB | 6.1 KiB |
a._root_y7mvt_1 > div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 a._root_y7mvt_1 > div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 | /images/lib/basic/sport/football/club/logo/large/4014.png | 4.8 KiB | 4.6 KiB |
Een Porsche 911, niet het exemplaar uit het artikel. figure.TeaserImage_teaser-image__1zOV8 > div.TeaserImage_teaser-image__image__xdFmH > picture > img.native-teaser-image_nativeTeaserImage__3O3MX | /public/incoming/4vpmwy-anp-436588429.jpg/alternates/SIXT... | 18.0 KiB | 4.5 KiB |
Donald Trump werd verheerlijkt door het populaire model Emily Hart. Ze blijkt n… figure.TeaserImage_teaser-image__1zOV8 > div.TeaserImage_teaser-image__image__xdFmH > picture > img.native-teaser-image_nativeTeaserImage__3O3MX | /public/buitenland/eo4j9m-whatsapp-image-2026-04-22-at-20... | 17.7 KiB | 4.2 KiB |
a._root_y7mvt_1 > div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 a._root_y7mvt_1 > div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 | /images/lib/basic/sport/football/club/logo/large/102706.png | 4.4 KiB | 4.1 KiB |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
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.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| telegraaf.nl/ | 756 ms |
| www.telegraaf.nl/ | 787 ms |
| /authorize?response_type=code&client_id=lZcQ2JZMSWhhr4KAS... | 893 ms |
| /auth/callback/login?error=login_required&error_descripti... | 0.0 ms |
| www.telegraaf.nl/ | 0.0 ms |
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|---|
| www.telegraaf.nl/_next/static/css/0e61363b391bf5c1.css | 35.8 KiB | 20.5 KiB |
| www.telegraaf.nl/_next/static/css/4e3ec3b7edd0936f.css | 16.2 KiB | 15.2 KiB |
| 16.9 KiB | 14.3 KiB | |
| www.telegraaf.nl/_next/static/css/7fb7cfb72a0fb419.css | 12.6 KiB | 12.4 KiB |
| www.telegraaf.nl/_next/static/css/61524148f3e0d582.css | 14.3 KiB | 12.1 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 7.3 s |
| Other | 2.5 s |
| Style & Layout | 1.2 s |
| Script Parsing & Compilation | 1.2 s |
| Rendering | 754 ms |
| Parse HTML & CSS | 403 ms |
| Garbage Collection | 272 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 the main 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 | |
|---|---|
Bewoners Loosdrecht woedend om schijnbeweging gemeente article.TeaserWrapper_teaser-wrapper__v1JTi > a > picture > img.text-on-image-teaser_customImage__hiouD | /public/incoming/jnfx3u-ci-loosdrecht.jpg/alternates/ONE_... |
YouTuber ontkent fatale ’prank’, maar in video is het bizarre telefoongesprek t… article.TeaserWrapper_teaser-wrapper__v1JTi > a > picture > img.text-on-image-teaser_customImage__hiouD | /public/incoming/rl6zx7-ci-youtuber-v5.jpg/alternates/ONE... |
Pokeren om Straat van Hormuz: ’Niemand in de Amerikaanse regering lijkt te wete… article.TeaserWrapper_teaser-wrapper__v1JTi > a > picture > img.text-on-image-teaser_customImage__hiouD | /public/incoming/gi6ric-ci-trump.gif/alternates/ONE_ONE_7... |
’Graaiende’ Meghan onder vuur na blunder op Bondi Beach: ’Shop de look!’ article.TeaserWrapper_teaser-wrapper__v1JTi > a > picture > img.text-on-image-teaser_customImage__hiouD | /public/incoming/dzhxug-ci-meghan-v2.jpg/alternates/ONE_O... |
Diplomatieke rel tussen Rome en Moskou: Giorgia Meloni op Russische staats-tv e… article.TeaserWrapper_teaser-wrapper__v1JTi > a > picture > img.text-on-image-teaser_customImage__hiouD | /public/incoming/sclaaq-ci-meloni.jpg/alternates/ONE_ONE_... |
Logo div.didomi-popup-container > div.didomi-popup-view > div.didomi-popup-notice-logo-container > img.didomi-popup-notice-logo | focus.telegraaf.nl/raw/prod-mh-design-system/7.26.0/tel/logos/logo-main.png |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
23:00 a.ListTeaser_list-teaser__link__WmbvV > div.ListTeaser_list-teaser__content__uxl1H > div.ListTeaser_list-teaser__date-time-wrapper__O1anU > time.DateTime_date-time__5Jy0G |
23:00 a.ListTeaser_list-teaser__link__WmbvV > div.ListTeaser_list-teaser__content__uxl1H > div.ListTeaser_list-teaser__date-time-wrapper__O1anU > time.DateTime_date-time__5Jy0G |
BUITENLAND div.DefaultTeaser_default-teaser__content-wrapper__l1M2T > div.DefaultTeaser_default-teaser__taxonomy__yOuxv > div.TeaserTaxonomy_teaser-taxonomy__X_0Ki > span.TeaserTaxonomy_teaser-taxonomy__label__RSFrP |
21:01 div.DefaultTeaser_default-teaser__content-wrapper__l1M2T > div.DefaultTeaser_default-teaser__taxonomy__yOuxv > div.TeaserTaxonomy_teaser-taxonomy__X_0Ki > time.DateTime_date-time__5Jy0G |
MEDIA div.DefaultTeaser_default-teaser__content-wrapper__l1M2T > div.DefaultTeaser_default-teaser__taxonomy__yOuxv > div.TeaserTaxonomy_teaser-taxonomy__X_0Ki > span.TeaserTaxonomy_teaser-taxonomy__label__RSFrP |
22:00 div.DefaultTeaser_default-teaser__content-wrapper__l1M2T > div.DefaultTeaser_default-teaser__taxonomy__yOuxv > div.TeaserTaxonomy_teaser-taxonomy__X_0Ki > time.DateTime_date-time__5Jy0G |
These are opportunities to improve the legibility of your content.
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
PSG boekt belangrijke zege in strijd om Franse landstitel, Bayern München berei… a.ListTeaser_list-teaser__link__WmbvV > div.ListTeaser_list-teaser__content__uxl1H > div > h5.ListTeaser_list-teaser__heading__Dt6Ne |
Hoort de Italiaanse Songfestival-zanger niet gewoon in een casino thuis? div.DefaultTeaser_default-teaser__content__CEXA7 > div.TeaserContent_teaser-content__G_aGK > div.TeaserContent_teaser-content__title-wrapper__TvlXs > h5.Heading_heading__E4_Ob |
PSG boekt belangrijke zege in strijd om Franse landstitel, Bayern München berei… a.ListTeaser_list-teaser__link__WmbvV > div.ListTeaser_list-teaser__content__uxl1H > div > h5.ListTeaser_list-teaser__heading__Dt6Ne |
These are opportunities to improve keyboard navigation in your application.
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._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 > img div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 > img |
div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 > img div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 > img |
div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 > img div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 > img |
div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 > img div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 > img |
div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 > img div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 > img |
div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 > img div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 > img |
div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 > img div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 > img |
div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 > img div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 > img |
div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 > img div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 > img |
div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 > img div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 > img |
Screen readers cannot translate non-text content. Adding alternate text to `<object>` elements helps screen readers convey meaning to users. Learn more about alt text for `object` elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
a._root_y7mvt_1 > div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 a._root_y7mvt_1 > div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 |
a._root_y7mvt_1 > div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 a._root_y7mvt_1 > div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 |
a._root_y7mvt_1 > div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 a._root_y7mvt_1 > div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 |
a._root_y7mvt_1 > div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 a._root_y7mvt_1 > div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 |
a._root_y7mvt_1 > div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 a._root_y7mvt_1 > div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 |
a._root_y7mvt_1 > div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 a._root_y7mvt_1 > div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 |
a._root_y7mvt_1 > div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 a._root_y7mvt_1 > div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 |
a._root_y7mvt_1 > div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 a._root_y7mvt_1 > div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 |
a._root_y7mvt_1 > div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 a._root_y7mvt_1 > div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 |
a._root_y7mvt_1 > div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 a._root_y7mvt_1 > div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 |
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.
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 |
|---|---|
| SharedStorage | |
| StorageType.persistent is deprecated. Please use standardized navigator.storage instead. | |
| Fledge | |
| Unload event listeners are deprecated and will be removed. | prod-tmg.mhtr.be/public/tr/tracker.min.js line 14, col 188439 |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Description |
|---|
A bad HTTP response code (403) was received when fetching the script. |
A bad HTTP response code (403) was received when fetching the script. |
TypeError: Cannot read properties of null (reading 'previousurl')
at glitr_event_ab (<anonymous>:2:138)
at <anonymous>:2:416 |
TypeError: Cannot read properties of null (reading 'previousurl')
at glitr_event_ab (<anonymous>:2:138)
at <anonymous>:2:416 |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|
Airship div.airship-prompt-container > div.airship-alert > div.airship-alert-powered > a |
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._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 > img div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 > img |
div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 > img div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 > img |
div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 > img div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 > img |
div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 > img div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 > img |
div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 > img div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 > img |
div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 > img div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 > img |
div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 > img div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 > img |
div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 > img div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 > img |
div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 > img div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 > img |
div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 > img div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 > 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.
1.04 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.84 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
377 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
3.28 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.
6.23 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
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 | |
|---|---|---|---|
Pokeren om Straat van Hormuz: ’Niemand in de Amerikaanse regering lijkt te wete… article.TeaserWrapper_teaser-wrapper__v1JTi > a > picture > img.text-on-image-teaser_customImage__hiouD | /public/incoming/gi6ric-ci-trump.gif/alternates/ONE_ONE_1... | 5.2 MiB | 5.2 MiB |
Amerikaanse LUCAS-drones (links) en een Iraanse Shahed-drone (rechts). a.TextOnImageTeaser_text-on-image-teaser__link__04WDr > figure.TeaserImage_teaser-image__1zOV8 > div.TeaserImage_teaser-image__image__xdFmH > img.native-teaser-image_nativeTeaserImage__3O3MX | /public/incoming/hyj8c5-combi-gif-lucas-x-shahed.gif/alte... | 1.3 MiB | 1.3 MiB |
YouTuber ontkent fatale ’prank’, maar in video is het bizarre telefoongesprek t… article.TeaserWrapper_teaser-wrapper__v1JTi > a > picture > img.text-on-image-teaser_customImage__hiouD | /public/incoming/rl6zx7-ci-youtuber-v5.jpg/alternates/ONE... | 245.6 KiB | 180.6 KiB |
’Graaiende’ Meghan onder vuur na blunder op Bondi Beach: ’Shop de look!’ article.TeaserWrapper_teaser-wrapper__v1JTi > a > picture > img.text-on-image-teaser_customImage__hiouD | /public/incoming/dzhxug-ci-meghan-v2.jpg/alternates/ONE_O... | 216.2 KiB | 156.3 KiB |
Diplomatieke rel tussen Rome en Moskou: Giorgia Meloni op Russische staats-tv e… article.TeaserWrapper_teaser-wrapper__v1JTi > a > picture > img.text-on-image-teaser_customImage__hiouD | /public/incoming/sclaaq-ci-meloni.jpg/alternates/ONE_ONE_... | 197.2 KiB | 142.5 KiB |
Waar Koningsdag in de hoofdstad ooit draaide om spontaniteit, een biertje op st… a.TextOnImageTeaser_text-on-image-teaser__link__04WDr > figure.TeaserImage_teaser-image__1zOV8 > div.TeaserImage_teaser-image__image__xdFmH > img.native-teaser-image_nativeTeaserImage__3O3MX | /public/incoming/c99etp-20250612-regio-ad-tg001-tlg--anp-... | 86.6 KiB | 67.3 KiB |
In Loosdrecht zijn veel mensen op de been voor een protestactie. figure.TeaserImage_teaser-image__1zOV8 > div.TeaserImage_teaser-image__image__xdFmH > picture > img.sixteenNineBreakpointLg | /public/incoming/sj53u4-anp-556491910.jpg/alternates/SIXT... | 101.3 KiB | 50.7 KiB |
Wat is er precies gebeurd bij de datalekken van Odido, Basic-Fit en Booking.com… a.TextOnImageTeaser_text-on-image-teaser__link__04WDr > figure.TeaserImage_teaser-image__1zOV8 > div.TeaserImage_teaser-image__image__xdFmH > img.native-teaser-image_nativeTeaserImage__3O3MX | /public/incoming/k1wrs1-combo-datalek.jpg/alternates/FOUR... | 64.3 KiB | 45.9 KiB |
a._root_y7mvt_1 > div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 a._root_y7mvt_1 > div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 | /images/lib/basic/sport/football/club/logo/large/4222.png | 37.9 KiB | 37.8 KiB |
Door te stoppen met avondsnacken functioneren de cellen in je brein beter, waar… a.TextOnImageTeaser_text-on-image-teaser__link__04WDr > figure.TeaserImage_teaser-image__1zOV8 > div.TeaserImage_teaser-image__image__xdFmH > img.native-teaser-image_nativeTeaserImage__3O3MX | /public/incoming/ugcz89-gettyimages-481384634.jpg/alterna... | 49.8 KiB | 35.6 KiB |
Donald Trump werd verheerlijkt door het populaire model Emily Hart. Ze blijkt n… figure.TeaserImage_teaser-image__1zOV8 > div.TeaserImage_teaser-image__image__xdFmH > picture > img.native-teaser-image_nativeTeaserImage__3O3MX | /public/buitenland/eo4j9m-whatsapp-image-2026-04-22-at-20... | 49.6 KiB | 33.7 KiB |
figure.TeaserImage_teaser-image__1zOV8 > div.TeaserImage_teaser-image__image__xdFmH > picture > img.native-teaser-image_nativeTeaserImage__3O3MX figure.TeaserImage_teaser-image__1zOV8 > div.TeaserImage_teaser-image__image__xdFmH > picture > img.native-teaser-image_nativeTeaserImage__3O3MX | /public/incoming/mfq521-gettyimages-2270586730.jpg/altern... | 37.0 KiB | 31.0 KiB |
Sem van Duijn is de gevierde man bij Telstar. figure.TeaserImage_teaser-image__1zOV8 > div.TeaserImage_teaser-image__image__xdFmH > picture > img.native-teaser-image_nativeTeaserImage__3O3MX | /public/sport/vvloyu-anp-556497006.jpg/alternates/SIXTEEN... | 35.6 KiB | 29.9 KiB |
a._root_y7mvt_1 > div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 a._root_y7mvt_1 > div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 | /images/lib/basic/sport/football/club/logo/large/4496.png | 29.1 KiB | 29.0 KiB |
Humberto Tan is 7 kilo in 7 weken afgevallen. figure.TeaserImage_teaser-image__1zOV8 > div.TeaserImage_teaser-image__image__xdFmH > picture > img.native-teaser-image_nativeTeaserImage__3O3MX | /public/entertainment/cultuur/nxgwdj-anp-522647636.jpg/al... | 33.7 KiB | 28.3 KiB |
a._root_y7mvt_1 > div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 a._root_y7mvt_1 > div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 | /images/lib/basic/sport/football/club/logo/large/4017.png | 28.0 KiB | 27.9 KiB |
Rosalía trad eerder dit jaar op tijdens The Brit Awards 2026 in Manchester. figure.TeaserImage_teaser-image__1zOV8 > div.TeaserImage_teaser-image__image__xdFmH > picture > img.native-teaser-image_nativeTeaserImage__3O3MX | /public/incoming/wtmvbp-anp-552149999.jpg/alternates/SIXT... | 31.7 KiB | 26.6 KiB |
a._root_y7mvt_1 > div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 a._root_y7mvt_1 > div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 | /images/lib/basic/sport/football/club/logo/large/4073.png | 22.2 KiB | 22.1 KiB |
a._root_y7mvt_1 > div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 a._root_y7mvt_1 > div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 | /images/lib/basic/sport/football/club/logo/large/4486.png | 22.1 KiB | 22.0 KiB |
De eerste scheurtjes ontstaan tussen Nick en Joyce. figure.TeaserImage_teaser-image__1zOV8 > div.TeaserImage_teaser-image__image__xdFmH > picture > img.native-teaser-image_nativeTeaserImage__3O3MX | /public/incoming/xm8kq2-schermafbeelding-2026-04-22-14394... | 29.0 KiB | 19.3 KiB |
Een Porsche 911, niet het exemplaar uit het artikel. figure.TeaserImage_teaser-image__1zOV8 > div.TeaserImage_teaser-image__image__xdFmH > picture > img.native-teaser-image_nativeTeaserImage__3O3MX | /public/incoming/4vpmwy-anp-436588429.jpg/alternates/SIXT... | 26.4 KiB | 17.7 KiB |
a._root_y7mvt_1 > div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 a._root_y7mvt_1 > div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 | /images/lib/basic/sport/football/club/logo/large/4072.png | 16.0 KiB | 15.9 KiB |
Erling Haaland scoorde de 0-1. figure.TeaserImage_teaser-image__1zOV8 > div.TeaserImage_teaser-image__image__xdFmH > picture > img.native-teaser-image_nativeTeaserImage__3O3MX | /public/sport/4o4kve-anp-556495839.jpg/alternates/SIXTEEN... | 24.4 KiB | 15.7 KiB |
figure.TeaserImage_teaser-image__1zOV8 > div.TeaserImage_teaser-image__image__xdFmH > picture > img.native-teaser-image_nativeTeaserImage__3O3MX figure.TeaserImage_teaser-image__1zOV8 > div.TeaserImage_teaser-image__image__xdFmH > picture > img.native-teaser-image_nativeTeaserImage__3O3MX | /public/incoming/x64e1k-374.jpeg/alternates/SIXTEEN_NINE_... | 23.0 KiB | 14.4 KiB |
a._root_y7mvt_1 > div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 a._root_y7mvt_1 > div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 | /images/lib/basic/sport/football/club/logo/large/4452.png | 6.4 KiB | 6.3 KiB |
a._root_y7mvt_1 > div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 a._root_y7mvt_1 > div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 | /images/lib/basic/sport/football/club/logo/large/4014.png | 4.8 KiB | 4.8 KiB |
Logo div.didomi-popup-container > div.didomi-popup-view > div.didomi-popup-notice-logo-container > img.didomi-popup-notice-logo | focus.telegraaf.nl/raw/prod-mh-design-system/7.26.0/tel/logos/logo-main.png | 5.6 KiB | 4.5 KiB |
a._root_y7mvt_1 > div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 a._root_y7mvt_1 > div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 | /images/lib/basic/sport/football/club/logo/large/102706.png | 4.4 KiB | 4.3 KiB |
a._root_y7mvt_1 > div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 a._root_y7mvt_1 > div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 | /images/lib/basic/sport/football/club/logo/large/100098.png | 4.1 KiB | 4.0 KiB |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
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.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| telegraaf.nl/ | 206 ms |
| www.telegraaf.nl/ | 243 ms |
| /authorize?response_type=code&client_id=lZcQ2JZMSWhhr4KAS... | 338 ms |
| /auth/callback/login?error=login_required&error_descripti... | 0.0 ms |
| www.telegraaf.nl/ | 0.0 ms |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|---|
| www.telegraaf.nl/_next/static/css/0e61363b391bf5c1.css | 35.8 KiB | 17.7 KiB |
| www.telegraaf.nl/_next/static/css/4e3ec3b7edd0936f.css | 16.2 KiB | 15.2 KiB |
| 16.9 KiB | 14.5 KiB | |
| www.telegraaf.nl/_next/static/css/7fb7cfb72a0fb419.css | 12.6 KiB | 12.3 KiB |
| www.telegraaf.nl/_next/static/css/61524148f3e0d582.css | 14.3 KiB | 12.0 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 1.8 s |
| Other | 491 ms |
| Script Parsing & Compilation | 294 ms |
| Style & Layout | 267 ms |
| Rendering | 173 ms |
| Parse HTML & CSS | 80 ms |
| Garbage Collection | 67 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 the main 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 | |
|---|---|
YouTuber ontkent fatale ’prank’, maar in video is het bizarre telefoongesprek t… article.TeaserWrapper_teaser-wrapper__v1JTi > a > picture > img.text-on-image-teaser_customImage__hiouD | /public/incoming/rl6zx7-ci-youtuber-v5.jpg/alternates/ONE... |
Pokeren om Straat van Hormuz: ’Niemand in de Amerikaanse regering lijkt te wete… article.TeaserWrapper_teaser-wrapper__v1JTi > a > picture > img.text-on-image-teaser_customImage__hiouD | /public/incoming/gi6ric-ci-trump.gif/alternates/ONE_ONE_1... |
’Graaiende’ Meghan onder vuur na blunder op Bondi Beach: ’Shop de look!’ article.TeaserWrapper_teaser-wrapper__v1JTi > a > picture > img.text-on-image-teaser_customImage__hiouD | /public/incoming/dzhxug-ci-meghan-v2.jpg/alternates/ONE_O... |
Diplomatieke rel tussen Rome en Moskou: Giorgia Meloni op Russische staats-tv e… article.TeaserWrapper_teaser-wrapper__v1JTi > a > picture > img.text-on-image-teaser_customImage__hiouD | /public/incoming/sclaaq-ci-meloni.jpg/alternates/ONE_ONE_... |
Logo div.didomi-popup-container > div.didomi-popup-view > div.didomi-popup-notice-logo-container > img.didomi-popup-notice-logo | focus.telegraaf.nl/raw/prod-mh-design-system/7.26.0/tel/logos/logo-main.png |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
23:00 a.ListTeaser_list-teaser__link__WmbvV > div.ListTeaser_list-teaser__content__uxl1H > div.ListTeaser_list-teaser__date-time-wrapper__O1anU > time.DateTime_date-time__5Jy0G |
23:00 a.ListTeaser_list-teaser__link__WmbvV > div.ListTeaser_list-teaser__content__uxl1H > div.ListTeaser_list-teaser__date-time-wrapper__O1anU > time.DateTime_date-time__5Jy0G |
22:53 a.ListTeaser_list-teaser__link__WmbvV > div.ListTeaser_list-teaser__content__uxl1H > div.ListTeaser_list-teaser__date-time-wrapper__O1anU > time.DateTime_date-time__5Jy0G |
22:53 a.ListTeaser_list-teaser__link__WmbvV > div.ListTeaser_list-teaser__content__uxl1H > div.ListTeaser_list-teaser__date-time-wrapper__O1anU > time.DateTime_date-time__5Jy0G |
22:52 a.ListTeaser_list-teaser__link__WmbvV > div.ListTeaser_list-teaser__content__uxl1H > div.ListTeaser_list-teaser__date-time-wrapper__O1anU > time.DateTime_date-time__5Jy0G |
22:51 a.ListTeaser_list-teaser__link__WmbvV > div.ListTeaser_list-teaser__content__uxl1H > div.ListTeaser_list-teaser__date-time-wrapper__O1anU > time.DateTime_date-time__5Jy0G |
22:36 a.ListTeaser_list-teaser__link__WmbvV > div.ListTeaser_list-teaser__content__uxl1H > div.ListTeaser_list-teaser__date-time-wrapper__O1anU > time.DateTime_date-time__5Jy0G |
22:32 a.ListTeaser_list-teaser__link__WmbvV > div.ListTeaser_list-teaser__content__uxl1H > div.ListTeaser_list-teaser__date-time-wrapper__O1anU > time.DateTime_date-time__5Jy0G |
22:32 a.ListTeaser_list-teaser__link__WmbvV > div.ListTeaser_list-teaser__content__uxl1H > div.ListTeaser_list-teaser__date-time-wrapper__O1anU > time.DateTime_date-time__5Jy0G |
22:20 a.ListTeaser_list-teaser__link__WmbvV > div.ListTeaser_list-teaser__content__uxl1H > div.ListTeaser_list-teaser__date-time-wrapper__O1anU > time.DateTime_date-time__5Jy0G |
These are opportunities to improve the legibility of your content.
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
PSG boekt belangrijke zege in strijd om Franse landstitel, Bayern München berei… a.ListTeaser_list-teaser__link__WmbvV > div.ListTeaser_list-teaser__content__uxl1H > div > h5.ListTeaser_list-teaser__heading__Dt6Ne |
Hoort de Italiaanse Songfestival-zanger niet gewoon in een casino thuis? div.DefaultTeaser_default-teaser__content__CEXA7 > div.TeaserContent_teaser-content__G_aGK > div.TeaserContent_teaser-content__title-wrapper__TvlXs > h5.Heading_heading__E4_Ob |
PSG boekt belangrijke zege in strijd om Franse landstitel, Bayern München berei… a.ListTeaser_list-teaser__link__WmbvV > div.ListTeaser_list-teaser__content__uxl1H > div > h5.ListTeaser_list-teaser__heading__Dt6Ne |
These are opportunities to improve keyboard navigation in your application.
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._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 > img div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 > img |
div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 > img div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 > img |
div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 > img div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 > img |
div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 > img div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 > img |
div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 > img div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 > img |
div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 > img div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 > img |
div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 > img div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 > img |
div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 > img div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 > img |
div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 > img div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 > img |
div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 > img div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 > img |
Screen readers cannot translate non-text content. Adding alternate text to `<object>` elements helps screen readers convey meaning to users. Learn more about alt text for `object` elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
a._root_y7mvt_1 > div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 a._root_y7mvt_1 > div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 |
a._root_y7mvt_1 > div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 a._root_y7mvt_1 > div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 |
a._root_y7mvt_1 > div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 a._root_y7mvt_1 > div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 |
a._root_y7mvt_1 > div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 a._root_y7mvt_1 > div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 |
a._root_y7mvt_1 > div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 a._root_y7mvt_1 > div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 |
a._root_y7mvt_1 > div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 a._root_y7mvt_1 > div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 |
a._root_y7mvt_1 > div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 a._root_y7mvt_1 > div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 |
a._root_y7mvt_1 > div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 a._root_y7mvt_1 > div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 |
a._root_y7mvt_1 > div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 a._root_y7mvt_1 > div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 |
a._root_y7mvt_1 > div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 a._root_y7mvt_1 > div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Veelgestelde vragen div > div.footer_columns__XSE_t > div.footer-column_footerColumn__yawMk > a.LinkText_link-text__rRfwk |
Bezorgmelding doen div > div.footer_columns__XSE_t > div.footer-column_footerColumn__yawMk > a.LinkText_link-text__rRfwk |
Abonneren div > div.footer_columns__XSE_t > div.footer-column_footerColumn__yawMk > a.LinkText_link-text__rRfwk |
Service div > div.footer_columns__XSE_t > div.footer-column_footerColumn__yawMk > a.LinkText_link-text__rRfwk |
Gesponsord div > div.footer_columns__XSE_t > div.footer-column_footerColumn__yawMk > a.LinkText_link-text__rRfwk |
Adverteren div > div.footer_columns__XSE_t > div.footer-column_footerColumn__yawMk > a.LinkText_link-text__rRfwk |
Contact div > div.footer_columns__XSE_t > div.footer-column_footerColumn__yawMk > a.LinkText_link-text__rRfwk |
Werken bij div > div.footer_columns__XSE_t > div.footer-column_footerColumn__yawMk > a.LinkText_link-text__rRfwk |
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 |
|---|---|
| SharedStorage | |
| StorageType.persistent is deprecated. Please use standardized navigator.storage instead. | |
| Fledge | |
| Unload event listeners are deprecated and will be removed. | prod-tmg.mhtr.be/public/tr/tracker.min.js line 14, col 188439 |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Description |
|---|
A bad HTTP response code (403) was received when fetching the script. |
A bad HTTP response code (403) was received when fetching the script. |
TypeError: Cannot read properties of null (reading 'previousurl')
at glitr_event_ab (<anonymous>:2:138)
at <anonymous>:2:416 |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|
Airship div.airship-prompt-container > div.airship-alert > div.airship-alert-powered > a |
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._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 > img div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 > img |
div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 > img div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 > img |
div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 > img div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 > img |
div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 > img div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 > img |
div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 > img div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 > img |
div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 > img div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 > img |
div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 > img div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 > img |
div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 > img div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 > img |
div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 > img div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 > img |
div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 > img div._content_1uixn_10 > div._root_93pne_1 > object._logo_93pne_20 > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback