- URL: https://www.feuerwasser.de/
- Date: 08/10/24 17:40:13
Webpage Performance Test Result
- Settings: Desktop
v127
Cable
Frankfurt, Germany
More
- Test runs: 1
- Connectivity: 5000/1000 Kbps, 28ms Latency
- Custom Metrics
View:
Lighthouse Report
Lighthouse is an open-source, automated tool for improving the quality of web pages. You can run it against any web page, public or requiring authentication. Overall scoring color key: (0-49 50-89 90-100).
For scripted tests, Lighthouse report will only be available on the final step.
Did you know? Lighthouse runs in Chrome and provides a great complementary analysis alongside the many browsers, devices, and locations WebPageTest offers. To see how this site performs in more environments: Start a new test
Performance 0
Lighthouse Metrics
Values are estimated and may vary.
The performance score is calculated directly from these metrics. See calculator.
First Contentful Paint | Speed Index | Largest Contentful Paint | Time to Interactive | Total Blocking Time | Cumulative Layout Shift |
---|---|---|---|---|---|
Aiming to improve? check out our Opportunities & Experiments for suggestions and run No-Code Experiments to see how changes impact this site!
Passed Audits (39)
-
Initial server response time was short
Keep the server response time for the main document short because all other requests depend on it. Learn more about the Time to First Byte metric.
Eliminate render-blocking resources
Resources are blocking the first paint of your page. Consider delivering critical JS/CSS inline and deferring all non-critical JS/styles. Learn how to eliminate render-blocking resources.
Avoid multiple page redirects
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Avoid chaining critical requests
The Critical Request Chains below show you what resources are loaded with a high priority. Consider reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load. Learn how to avoid chaining critical requests.
Enable text compression
Text-based resources should be served with compression (gzip, deflate or brotli) to minimize total network bytes. Learn more about text compression.
Preconnect to required origins
Consider adding
preconnect
ordns-prefetch
resource hints to establish early connections to important third-party origins. Learn how to preconnect to required origins.Preload key requests
Consider using
<link rel=preload>
to prioritize fetching resources that are currently requested later in page load. Learn how to preload key requests.All text remains visible during webfont loads
Leverage the
font-display
CSS feature to ensure text is user-visible while webfonts are loading. Learn more aboutfont-display
.Minify JavaScript
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Minify CSS
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Reduce unused CSS
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.
Largest Contentful Paint element
This is the largest contentful element painted within the viewport. Learn more about the Largest Contentful Paint element
Preload Largest Contentful Paint image
If the LCP element is dynamically added to the page, you should preload the image in order to improve LCP. Learn more about preloading LCP elements.
Reduce unused JavaScript
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Use video formats for animated content
Large GIFs are inefficient for delivering animated content. Consider using MPEG4/WebM videos for animations and PNG/WebP for static images instead of GIF to save network bytes. Learn more about efficient video formats
Avoids enormous network payloads
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Largest Contentful Paint image was not lazily loaded
Above-the-fold images that are lazily loaded render later in the page lifecycle, which can delay the largest contentful paint. Learn more about optimal lazy loading.
Avoid long main-thread tasks
Lists the longest tasks on the main thread, useful for identifying worst contributors to input delay. Learn how to avoid long main-thread tasks
Minimize third-party usage
Third-party code can significantly impact load performance. Limit the number of redundant third-party providers and try to load third-party code after your page has primarily finished loading. Learn how to minimize third-party impact.
Lazy load third-party resources with facades
Some third-party embeds can be lazy loaded. Consider replacing them with a facade until they are required. Learn how to defer third-parties with a facade.
JavaScript execution time
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.
Minimizes main-thread work
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
Avoids an excessive DOM size
A large DOM will increase memory usage, cause longer style calculations, and produce costly layout reflows. Learn how to avoid an excessive DOM size.
Remove duplicate modules in JavaScript bundles
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Avoid serving legacy JavaScript to modern browsers
Polyfills and transforms enable legacy browsers to use new JavaScript features. However, many aren't necessary for modern browsers. For your bundled JavaScript, adopt a modern script deployment strategy using module/nomodule feature detection to reduce the amount of code shipped to modern browsers, while retaining support for legacy browsers. Learn how to use modern JavaScript
Has a
<meta name="viewport">
tag withwidth
orinitial-scale
A
<meta name="viewport">
not only optimizes your app for mobile screen sizes, but also prevents a 300 millisecond delay to user input. Learn more about using the viewport meta tag.Avoid large layout shifts
These DOM elements were most affected by layout shifts. Some layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Avoid non-composited animations
Animations which are not composited can be janky and increase CLS. Learn how to avoid non-composited animations
Image elements have explicit
width
andheight
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Properly size images
Serve images that are appropriately-sized to save cellular data and improve load time. Learn how to size images.
Defer offscreen images
Consider lazy-loading offscreen and hidden images after all critical resources have finished loading to lower time to interactive. Learn how to defer offscreen images.
Efficiently encode images
Optimized images load faster and consume less cellular data. Learn how to efficiently encode images.
Serve images in next-gen formats
Image formats like WebP and AVIF often provide better compression than PNG or JPEG, which means faster downloads and less data consumption. Learn more about modern image formats.
Use HTTP/2
HTTP/2 offers many benefits over HTTP/1.1, including binary headers and multiplexing. Learn more about HTTP/2.
Uses efficient cache policy on static assets
A long cache lifetime can speed up repeat visits to your page. Learn more about efficient cache policies.
User Timing marks and measures
Consider instrumenting your app with the User Timing API to measure your app's real-world performance during key user experiences. Learn more about User Timing marks.
Uses passive listeners to improve scrolling performance
Consider marking your touch and wheel event listeners as
passive
to improve your page's scroll performance. Learn more about adopting passive event listeners.Avoids
document.write()
For users on slow connections, external scripts dynamically injected via
document.write()
can delay page load by tens of seconds. Learn how to avoid document.write().Page didn't prevent back/forward cache restoration
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
Accessibility 0
Passed Audits (64)
-
[accesskey]
values are uniqueAccess keys let users quickly focus a part of the page. For proper navigation, each access key must be unique. Learn more about access keys.
[aria-*]
attributes match their rolesEach ARIA
role
supports a specific subset ofaria-*
attributes. Mismatching these invalidates thearia-*
attributes. Learn how to match ARIA attributes to their roles.Values assigned to
role=""
are valid ARIA roles.ARIA
role
s enable assistive technologies to know the role of each element on the web page. If therole
values are misspelled, not existing ARIArole
values, or abstract roles, then the purpose of the element will not be communicated to users of assistive technologies. Learn more about ARIA roles.button
,link
, andmenuitem
elements have accessible namesWhen an element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn how to make command elements more accessible.
Elements with
role="dialog"
orrole="alertdialog"
have accessible names.ARIA dialog elements without accessible names may prevent screen readers users from discerning the purpose of these elements. Learn how to make ARIA dialog elements more accessible.
[aria-hidden="true"]
is not present on the document<body>
Assistive technologies, like screen readers, work inconsistently when
aria-hidden="true"
is set on the document<body>
. Learn howaria-hidden
affects the document body.[aria-hidden="true"]
elements do not contain focusable descendentsFocusable descendents within an
[aria-hidden="true"]
element prevent those interactive elements from being available to users of assistive technologies like screen readers. Learn howaria-hidden
affects focusable elements.ARIA input fields have accessible names
When an input field doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn more about input field labels.
ARIA
meter
elements have accessible namesWhen a meter element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn how to name
meter
elements.ARIA
progressbar
elements have accessible namesWhen a
progressbar
element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn how to labelprogressbar
elements.[role]
s have all required[aria-*]
attributesSome ARIA roles have required attributes that describe the state of the element to screen readers. Learn more about roles and required attributes.
Elements with an ARIA
[role]
that require children to contain a specific[role]
have all required children.Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. Learn more about roles and required children elements.
[role]
s are contained by their required parent elementSome ARIA child roles must be contained by specific parent roles to properly perform their intended accessibility functions. Learn more about ARIA roles and required parent element.
[role]
values are validARIA roles must have valid values in order to perform their intended accessibility functions. Learn more about valid ARIA roles.
Elements with the
role=text
attribute do not have focusable descendents.Adding
role=text
around a text node split by markup enables VoiceOver to treat it as one phrase, but the element's focusable descendents will not be announced. Learn more about therole=text
attribute.ARIA toggle fields have accessible names
When a toggle field doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn more about toggle fields.
ARIA
tooltip
elements have accessible namesWhen a tooltip element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn how to name
tooltip
elements.ARIA
treeitem
elements have accessible namesWhen a
treeitem
element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn more about labelingtreeitem
elements.[aria-*]
attributes have valid valuesAssistive technologies, like screen readers, can't interpret ARIA attributes with invalid values. Learn more about valid values for ARIA attributes.
[aria-*]
attributes are valid and not misspelledAssistive technologies, like screen readers, can't interpret ARIA attributes with invalid names. Learn more about valid ARIA attributes.
Buttons have an accessible name
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.
The page contains a heading, skip link, or landmark region
Adding ways to bypass repetitive content lets keyboard users navigate the page more efficiently. Learn more about bypass blocks.
Background and foreground colors have a sufficient contrast ratio
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
<dl>
's contain only properly-ordered<dt>
and<dd>
groups,<script>
,<template>
or<div>
elements.When definition lists are not properly marked up, screen readers may produce confusing or inaccurate output. Learn how to structure definition lists correctly.
Definition list items are wrapped in
<dl>
elementsDefinition list items (
<dt>
and<dd>
) must be wrapped in a parent<dl>
element to ensure that screen readers can properly announce them. Learn how to structure definition lists correctly.Document has a
<title>
elementThe title gives screen reader users an overview of the page, and search engine users rely on it heavily to determine if a page is relevant to their search. Learn more about document titles.
[id]
attributes on active, focusable elements are uniqueAll focusable elements must have a unique
id
to ensure that they're visible to assistive technologies. Learn how to fix duplicateid
s.ARIA IDs are unique
The value of an ARIA ID must be unique to prevent other instances from being overlooked by assistive technologies. Learn how to fix duplicate ARIA IDs.
No form fields have multiple labels
Form fields with multiple labels can be confusingly announced by assistive technologies like screen readers which use either the first, the last, or all of the labels. Learn how to use form labels.
<frame>
or<iframe>
elements have a titleScreen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Heading elements appear in a sequentially-descending order
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.
<html>
element has a[lang]
attributeIf a page doesn't specify a
lang
attribute, a screen reader assumes that the page is in the default language that the user chose when setting up the screen reader. If the page isn't actually in the default language, then the screen reader might not announce the page's text correctly. Learn more about thelang
attribute.<html>
element has a valid value for its[lang]
attributeSpecifying a valid BCP 47 language helps screen readers announce text properly. Learn how to use the
lang
attribute.<html>
element has an[xml:lang]
attribute with the same base language as the[lang]
attribute.If the webpage does not specify a consistent language, then the screen reader might not announce the page's text correctly. Learn more about the
lang
attribute.Image elements have
[alt]
attributesInformative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the
alt
attribute.Image elements do not have
[alt]
attributes that are redundant text.Informative elements should aim for short, descriptive alternative text. Alternative text that is exactly the same as the text adjacent to the link or image is potentially confusing for screen reader users, because the text will be read twice. Learn more about the
alt
attribute.Input buttons have discernible text.
Adding discernable and accessible text to input buttons may help screen reader users understand the purpose of the input button. Learn more about input buttons.
<input type="image">
elements have[alt]
textWhen an image is being used as an
<input>
button, providing alternative text can help screen reader users understand the purpose of the button. Learn about input image alt text.Form elements have associated labels
Labels ensure that form controls are announced properly by assistive technologies, like screen readers. Learn more about form element labels.
Links are distinguishable without relying on color.
Low-contrast text is difficult or impossible for many users to read. Link text that is discernible improves the experience for users with low vision. Learn how to make links distinguishable.