--- title: Performance slug: Tools/Performance translation_of: Tools/Performance ---
{{ToolsSidebar}}

Mit dem Leistungstool erhalten Sie Einblick in die allgemeine Reaktionsfähigkeit, JavaScript und Layoutleistung Ihrer Website. Mit dem Leistungstool erstellen Sie über einen bestimmten Zeitraum eine Aufnahme oder ein Profil Ihrer Website. Das Tool zeigt Ihnen dann einen Überblick über die Aktivitäten des Browsers zum Rendern Ihrer Website über das Profil und eine Grafik der Bildrate über dem Profil.

Sie erhalten vier Unterwerkzeuge, mit denen Sie Aspekte des Profils genauer untersuchen können:

{{EmbedYouTube("WBmttwfA_k8")}}


Erste Schritte

UI Tour

Um sich im Performance-Tool zurechtzufinden, finden Sie hier eine kurze Einführung in die Benutzeroberfläche.

How to
Grundlagen: Öffnen Sie das Tool, erstellen, speichern, laden und konfigurieren Sie Aufnahmen

Komponenten des Performance-Tools

Bildrate
Understand your site's overall responsiveness.
Aufruf-Baum
Find bottlenecks in your site's JavaScript.
Allokationen
See the allocations made by your code over the course of the recording.
Wasserfall
Understand the work the browser's doing as the user interacts with your site.
Flammendiagramm
See which JavaScript functions are executing, and when, over the course of the recording.
 

Scenarios

Animieren von CSS-Eigenschaften
Uses the Waterfall to understand how the browser updates a page, and how animating different CSS properties can affect performance.
 
Intensives JavaScript
Uses the frame rate and Waterfall tools to highlight performance problems caused by long-running JavaScript, and how using workers can help in this situation.