Lighthouse Desktop
· 0 checks — Desktop Lighthouse audit -- Performance, Accessibility, Best Practices, and SEO category breakdown.Detailed Report
Audit breakdown by category with detailed findings.
Performance
Insights
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Performance issues directly impact user engagement and conversion rates.
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| idcdn.de/static/common/webfonts/fontCombination/merriweather400700Roboto500.css | 515 B | 725 ms |
| www.fr.de/static/fr/id-css/fd41514da08f5a85668d5c04c7c0fe40/prod_click.css | 36.0 KiB | 81 ms |
| www.fr.de/generated/css/270-89-grid.css | 692 B |
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.
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 | |
|---|---|---|---|
| s.adroll.com/a/JXE/6O6/JXE6O63VJRFWTAU54IVKMC.jpg | 116.7 KiB | 77.2 KiB | |
Hochschulpräsident sieht „Noteninflation“ im Abitur – und beklagt „eklatante Mä… div.id-LB-e--XS12_0c > div.id-LinkOverlay > div.id-Teaser-el-content > h3.id-Teaser-el-content-headline | s.adroll.com/a/L3D/4IK/L3D4IKCWHVAFHHFBJHHCGM.jpg | 65.0 KiB | 54.4 KiB |
Click Here body > div#ftdiv10439394 > a#ftalt10439394 > img#ftalt10439394 | /228851/5891179/658138-Cards-Acquisition-banners-adobe-gi... | 104.3 KiB | 48.0 KiB |
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
Performance issues directly impact user engagement and conversion rates.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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 |
|---|---|
| fr.de/ | 723 ms |
| www.fr.de/ | 1.4 s |
| www.fr.de/ | 0.0 ms |
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
Advertisement div.id-Container-content > div > div#traffective-ad-84087842 > div#google_ads_iframe_/307308315,5176/idan.fr.de/homepage_1__container__ | 0.069 |
Anzeige body#id-top > div.trf-ad-bottom-sticky-container | 0.027 |
div.id-LB-e--ML6_0c > div.id-LinkOverlay > div.id-Teaser-el-content > ul.id-Teaser-el-related | 0.006 |
Anzeige body#id-top > div.trf-ad-bottom-sticky-container | 0.002 |
ABSCHLUSSNOTEN IMMER BESSER
Hochschulpräsident sieht „Noteninflation“ im Abitu… div.id-LB > div.id-LB-e--XS12_0c > div.id-LinkOverlay > div.id-Teaser-el-content | 0.002 |
ABSCHLUSSNOTEN IMMER BESSER
Hochschulpräsident sieht „Noteninflation“ im Abitu… div.id-LB > div.id-LB-e--XS12_0c > div.id-LinkOverlay > div.id-Teaser-el-content | 0.000 |
MEHR div#id-MainNav-wrap > ul#id-js-MainNav > li.id-MainNav-el > a#id-js-MainNav-el-link--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.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Diagnostics
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.0 s |
| Other | 897 ms |
| Style & Layout | 658 ms |
| Rendering | 232 ms |
| Script Parsing & Compilation | 184 ms |
| Parse HTML & CSS | 63 ms |
| Garbage Collection | 60 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 |
|---|---|
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
| Pages whose main resource has cache-control:no-store cannot enter back/forward cache. | Not actionable |
| Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header. | Not actionable |
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.fr.de/static/fr/id-css/fd41514da08f5a85668d5c04c7c0fe40/prod_click.css | 35.7 KiB | 27.3 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.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /pagead/managed/js/gpt/m202604200101/pubads_impl.js?cb=31... | 599.5 KiB | 286.4 KiB |
| cdntrf.com/prebid9.js | 178.5 KiB | 68.6 KiB |
| widgets.outbrain.com/outbrain.js | 109.3 KiB | 52.1 KiB |
| js.appboycdn.com/web-sdk/5.6/braze.no-amd.min.js | 62.5 KiB | 43.9 KiB |
| cdntrf.com/trf-id-fr.js | 88.3 KiB | 42.4 KiB |
| client.aps.amazon-adsystem.com/publisher.js | 81.9 KiB | 32.9 KiB |
| /pagead/managed/js/activeview/current/ufs_web_display.js | 73.1 KiB | 30.3 KiB |
| cdn.opencmp.net/tcf-v2/platforms/modern/cmp-latest.js | 49.9 KiB | 27.4 KiB |
| macro.adnami.io/macro/gen/adsm.macro.rmb.js | 28.8 KiB | 25.4 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.
More information about the performance of your application. These numbers don't directly affect the Performance score.
Accessibility
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Contrast
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
NEWSLETTER header.id-SiteHeader > div.id-AdditionalHeaderContent > div#id-Container-444467 > a.id-AdditionalHeaderContent-el |
ANZEIGEN header.id-SiteHeader > div.id-AdditionalHeaderContent > div#id-Container-444467 > a.id-AdditionalHeaderContent-el |
DIGITALKIOSK header.id-SiteHeader > div.id-AdditionalHeaderContent > div#id-Container-444467 > a.id-AdditionalHeaderContent-el |
PARTNERSUCHE header.id-SiteHeader > div.id-AdditionalHeaderContent > div#id-Container-444467 > a.id-AdditionalHeaderContent-el |
STELLEN header.id-SiteHeader > div.id-AdditionalHeaderContent > div#id-Container-444467 > a.id-AdditionalHeaderContent-el |
TRAUER header.id-SiteHeader > div.id-AdditionalHeaderContent > div#id-Container-444467 > a.id-AdditionalHeaderContent-el |
ABO-SERVICE header.id-SiteHeader > div.id-AdditionalHeaderContent > div#id-Container-444467 > a.id-AdditionalHeaderContent-el |
FR.de header.id-SiteHeader > div.id-AdditionalHeaderContent > div#id-Container-444467 > a.id-AdditionalHeaderContent-el |
ePaper header.id-SiteHeader > div.id-AdditionalHeaderContent > div#id-Container-444467 > a.id-AdditionalHeaderContent-el |
FR+ App header.id-SiteHeader > div.id-AdditionalHeaderContent > div#id-Container-444467 > a.id-AdditionalHeaderContent-el |
MAGAZINE div.id-Container-content > ul.id-SimpleTab-nav > li > a.idjs-simpletab-nav-item |
Anzeige - Wellnee div.ob-dynamic-rec-container > a.ob-dynamic-rec-link > section.ob-sub-units > span.ob-unit |
Anzeige - GeVestor Verlag div.ob-dynamic-rec-container > a.ob-dynamic-rec-link > section.ob-sub-units > span.ob-unit |
Kontakt div.id-LB > div > div.id-Teaser-el--blockStyle--stCnt--link > a.id-Link |
Impressum div.id-LB > div > div.id-Teaser-el--blockStyle--stCnt--link > a.id-Link |
Redaktionelle Leitlinien div.id-LB > div > div.id-Teaser-el--blockStyle--stCnt--link > a.id-Link |
Datenschutz div.id-LB > div > div.id-Teaser-el--blockStyle--stCnt--link > a.id-Link |
Utiq verwalten div.id-LB > div > div.id-Teaser-el--blockStyle--stCnt--link > a.id-Link |
AGB div.id-LB > div > div.id-Teaser-el--blockStyle--stCnt--link > a.id-Link |
Newsletter div.id-LB > div > div.id-Teaser-el--blockStyle--stCnt--link > a.id-Link |
Mediadaten div.id-LB > div > div.id-Teaser-el--blockStyle--stCnt--link > a.id-Link |
Partner div.id-LB > div > div.id-Teaser-el--blockStyle--stCnt--link > a.id-Link |
Anzeigen div.id-LB > div > div.id-Teaser-el--blockStyle--stCnt--link > a.id-Link |
Cookie-Einstellungen div > div.id-custom-text2 > button > span.id-Link |
These are opportunities to improve the legibility of your content.
Names and labels
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 |
|---|
div.id-g25-c2 > div.id-Container > div.id-Container-content > iframe div.id-g25-c2 > div.id-Container > div.id-Container-content > iframe |
div#id-Container-546194 > div.id-Container-content > div > iframe div#id-Container-546194 > div.id-Container-content > div > iframe |
div#id-Container-546195 > div.id-Container-content > div > iframe div#id-Container-546195 > div.id-Container-content > div > iframe |
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.
Navigation
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 |
|---|
Hochschulpräsident sieht „Noteninflation“ im Abitur – und beklagt „eklatante Mä… div.id-LB-e--XS12_0c > div.id-LinkOverlay > div.id-Teaser-el-content > h3.id-Teaser-el-content-headline |
Merz-Regierung plant Kürzungen bei Menschen mit Behinderung – „Zeigen ein fatal… div.id-LB-e--XS12_0c > div.id-LinkOverlay > div.id-Teaser-el-content > h5.id-Teaser-el-content-headline |
Iran-Krieg: Revolutionsgarden entern Schiffe – Trump dementiert Frist div.id-LinkOverlay > div.id-Teaser-el-ticker-content > div.id-Teaser-el-content > h5.id-Teaser-el-content-headline |
Alpenüberquerung Ü50 – entspannte Routen und richtige Vorbereitung machen es mö… div.id-LB-e--XS12_0c > div.id-LinkOverlay > div.id-Teaser-el-content > h5.id-Teaser-el-content-headline |
Wie heißt eine beliebte Variante im Darts-Spiel? div.id-LB-e--XS12_0c > div.id-LinkOverlay > div.id-Teaser-el-content > h5.id-Teaser-el-content-headline |
Putin dreht den Ölhahn für Deutschland zu: Druschba-Pipeline wird geschlossen div.id-LB-e--XS12_0c > div.id-LinkOverlay > div.id-Teaser-el-content > h5.id-Teaser-el-content-headline |
„Outlander“-Spin-off und über 20 weitere Top-Serien schauen – mit diesem Trick … div.id-LB-e--XS12_0c > div.id-LinkOverlay > div.id-Teaser-el-content > h5.id-Teaser-el-content-headline |
Energiekrise wegen Iran-Krieg erhöht Druck auf Klimapolitik div.id-LB-e--XS12_0c > div.id-LinkOverlay > div.id-Teaser-el-content > h5.id-Teaser-el-content-headline |
Discounter-Fund für 11,99 € – damit wird Flaschenbier zum Fassbier-Erlebnis div.id-LB-e--XS12_0c > div.id-LinkOverlay > div.id-Teaser-el-content > h5.id-Teaser-el-content-headline |
These are opportunities to improve keyboard navigation in your application.
Best Practices
Trust and Safety
All sites should be protected with HTTPS, even ones that don't handle sensitive data. This includes avoiding mixed content, where some resources are loaded over HTTP despite the initial request being served over HTTPS. HTTPS prevents intruders from tampering with or passively listening in on the communications between your app and your users, and is a prerequisite for HTTP/2 and many new web platform APIs. Learn more about HTTPS.
Performance issues directly impact user engagement and conversion rates.
| Insecure URL | Request Resolution |
|---|---|
| www.fr.de/ | Allowed |
General
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| Topics | |
| AttributionReporting | |
| SharedStorage | /pagead/managed/js/activeview/current/ufs_web_display.js line 252, col 234 |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
Access to fetch at 'https://hb-api.omnitagjs.com/hb-api/prebid/v1?RefererUrl=https%3A%2F%2Fwww.fr.de%2F&PageUrl=https%3A%2F%2Fwww.fr.de%2F&PageReferrer=https%3A%2F%2Fwww.fr.de%2F&CanonicalUrl=https%3A%2F%2Fwww.fr.de%2F' from origin 'https://www.fr.de' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Failed to load resource: net::ERR_BLOCKED_BY_RESPONSE.NotSameOrigin | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: the server responded with a status of 404 (Not Found) |
Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue.
Performance issues directly impact user engagement and conversion rates.
| Issue type |
|---|
| Blocked by cross-origin policy |
SEO
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.