Größe des ohne Scrollen sichtbaren Inhalts verringern
Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Diese Regel gilt, wenn PageSpeed Insights feststellt, dass zum Rendern des ohne Scrollen sichtbaren Seiteninhalts zusätzliche Netzwerk-Roundtrips erforderlich sind.
Überblick
Wenn die erforderliche Datenmenge das anfängliche Überlastungsfenster (in der Regel 14,6 KB komprimiert) überschreitet, sind zusätzliche Umläufe zwischen Ihrem Server und dem Browser des Nutzers erforderlich. Für Nutzer in Netzwerken mit hoher Latenz wie z. B. Mobilfunknetzen kann dies zu erheblichen Verzögerungen beim Laden von Seiten führen.
Empfehlungen
Begrenzen Sie für ein schnelleres Laden von Seiten die Menge der Daten, wie HTML-Markup, Bilder, CSS und JavaScript, die zum Rendern des ohne Scrollen sichtbaren Seiteninhalts erforderlich sind.
Dafür gibt es mehrere Möglichkeiten:
Wichtige, ohne Scrollen sichtbare Seiteninhalte vom HTML-Code zuerst laden lassen
Laden Sie zuerst den Hauptinhalt Ihrer Seite. Strukturieren Sie Ihre Seite so, dass die erste Antwort von Ihrem Server die erforderlichen Daten sendet, um den kritischen Teil der Seite sofort zu rendern und den Rest zu verschieben.
Dies kann bedeuten, dass Sie Ihren CSS-Code in zwei Teile aufteilen müssen: einen Inline-Teil, der für die Gestaltung des ATF-Teils des Inhalts verantwortlich ist, und den Teil, der zurückgestellt werden kann.
Erwägen Sie die folgenden Möglichkeiten zum Umstrukturieren einer Website für ein schnelleres Laden:
Wenn Ihr HTML-Code Drittanbieter-Widgets vor dem Hauptinhalt lädt, kehren Sie diese Reihenfolge um.
Wenn Ihre Website ein zweispaltiges Layout mit einer seitlichen Navigationsleiste und einem Artikel aufweist und Ihr HTML-Code die Seitenleiste vor dem Artikel lädt, kehren Sie diese Reihenfolge um.
Von den Ressourcen verwendete Datenmenge verringern
Sobald deine Website so umgestaltet wurde, dass sie geräteübergreifend funktioniert und die wichtigsten Inhalte zuerst geladen werden, kannst du mit den folgenden Methoden die für das Rendern deiner Seite erforderliche Datenmenge reduzieren:
Ressourcen reduzieren: HTML-, CSS- und JavaScript-Code kann durch das Entfernen unnötiger Leerräume und Kommentare reduziert werden. Weitere Optimierungen können möglicherweise mit Tools zum Umbenennen von Variablen in Ihren Ressourcen erreicht werden.
[null,null,["Zuletzt aktualisiert: 2025-07-25 (UTC)."],[[["\u003cp\u003eThis PageSpeed Insights rule is triggered when additional network round trips are needed to render above-the-fold content.\u003c/p\u003e\n"],["\u003cp\u003eTo optimize, prioritize loading critical above-the-fold content first by restructuring HTML and reducing resource sizes.\u003c/p\u003e\n"],["\u003cp\u003eReduce data size by minifying resources, using CSS instead of images where possible, and enabling compression.\u003c/p\u003e\n"],["\u003cp\u003eThis documentation refers to a deprecated version of PageSpeed Insights API; the latest version is 5.\u003c/p\u003e\n"]]],["The core issue addressed is the delay in page loading caused by excessive data transfer required to render above-the-fold content. Key actions include structuring HTML to prioritize critical content, loading it first, and deferring non-essential parts. Recommendations involve reducing data size by minifying resources (HTML, CSS, JavaScript), using CSS instead of images when feasible, and enabling compression. The document advises optimizing content loading to avoid additional network round trips and improve page speed.\n"],null,["# Reduce the size of the above-the-fold content\n\n| **Deprecated** . This page was written for version 4 of the PageSpeed Insights API, which is deprecated and will be shut down in May 2019. [Version 5](/speed/docs/insights/v5/get-started) is the latest and provides both real-world data from the Chrome User Experience Report and lab data from Lighthouse.\n\n\nThis rule triggers when PageSpeed Insights detects that additional network round trips are required to render the above the fold content of the page.\n\n### Overview\n\n\nIf the amount of data required exceeds the initial congestion window (typically 14.6kB compressed), it will require additional round trips between your server and the user's browser. For users on networks with high latencies such as mobile networks this can cause significant delays to page loading.\n\n### Recommendations\n\nTo make pages load faster, limit the size of the data (HTML markup, images, CSS, JavaScript) that is needed to render the above-the-fold content of your page. There are several ways to do this:\n\n- [Structure your HTML to load the critical, above-the-fold content first](#structure)\n- [Reduce the amount of data used by your resources](#reduce)\n\n#### Structure your HTML to load the critical, above-the-fold content first\n\n\nLoad the main content of your page first. Structure your page so the initial response from your server sends the data necessary to render the critical part of the page immediately and defer the rest.\nThis may mean that you must split your CSS into two parts: an inline part that is responsible for styling the ATF portion of the content, and the part that can be deferred.\n\n\nConsider the following examples of how a site could be restructured to load faster:\n\n- If your HTML loads third-party widgets before it loads the main content, change the order to load the main content first.\n- If your site uses a two-column design with a navigation sidebar and an article, but your HTML loads the sidebar before the article, consider loading the article first.\n\n#### Reduce the amount of data used by your resources\n\nOnce your site has been redesigned to work well across multiple devices and load the critical content first, use the following techniques to reduce the amount of data required to render your page:\n\n- [Minify Resources](/speed/docs/insights/MinifyResources): HTML, CSS, and JavaScript can be minified by removing unnecessary whitespace and comments. Further optimizations may be possible through the use of tools which rename variable names in your resources.\n- Consider [using CSS instead of images](https://www.google.com/search?q=css+instead+of+images) where possible.\n- [Enable Compression](/speed/docs/insights/EnableCompression)\n\nFeedback\n--------\n\nWas this page helpful? \nYes Great! Thank you for the feedback. If you have a specific, answerable question about using PageSpeed Insights, ask the question in English on [Stack\n| Overflow](https://stackoverflow.com/questions/tagged/pagespeed-insights). For general questions, feedback, and discussion, start a thread in the [mailing list](https://groups.google.com/forum/#!forum/pagespeed-insights-discuss).\nNo Sorry to hear that. If you have a specific, answerable question about using PageSpeed Insights, ask the question in English on [Stack\n| Overflow](https://stackoverflow.com/questions/tagged/pagespeed-insights). For general questions, feedback, and discussion, start a thread in the [mailing list](https://groups.google.com/forum/#!forum/pagespeed-insights-discuss)."]]