- HOAST (hoast.org) – Full Analysis - March 1, 2021
- SallyMillerYoga (sallymilleryoga.com) – Full Analysis - March 1, 2021
- bentandbree.com – Full Analysis - March 1, 2021
(Took us an average of 2.9 seconds to load)
Table of Contents |
---|
Basic information |
Whois information |
Minor HTML issues found on homepage |
Popular words |
Pagespeed analysis |
How can this website be improved? |
Internal pages |
Websites linked to |
Basic information for andrebritz.com
About: Web Design, Graphic Design, Interactive Installation & Illustration.
Email or contact page: [email protected]
Social media profiles:
Using HTTPS: Yes 🙂
Whois information
Whois Info | Value |
---|---|
Registrar | Cronon AG |
Date Registered | [datetime.datetime(2014, 9, 2, 18, 25, 52), datetime.datetime(2014, 9, 2, 0, 0)] |
Nameservers | [‘DOCKS04.RZONE.DE’, ‘SHADES01.RZONE.DE’, ‘docks04.rzone.de’, ‘shades01.rzone.de’] |
Status | ok https://icann.org/epp#ok |
[‘[email protected]’, ‘[email protected]’, ‘[email protected]’] | |
Name | None |
Organization | None |
Address | None |
City | None |
State | None |
Zipcode | None |
Country | DE |
HTML errors found on homepage
round: rgb(, , ); background:
CSS: “background”: Parse Error.
d: rgba(, , , 1); }#fullscreen
CSS: “background”: Parse Error.
z"/> <meta itemprop="go:description" property="og:description" content="Web Design, Graphic Design, Interactive Installation & Illustration." />
Attribute “property” not allowed on element “meta” at this point.
tant;bottom:0;}}</style> </he
CSS: Parse Error.
"regular"><nobr><a id=
Element “nobr” not allowed as child of element “h1” in this context. (Suppressing further errors from this subtree.)
="_blank"><svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 16 16" enable-background="new 0 0 16 16" xml:space="preserve"><g>
Duplicate ID “Ebene_1”.
="_blank"><svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 16 16" enable-background="new 0 0 16 16" xml:space="preserve"><path
Duplicate ID “Ebene_1”.
p-button"><svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="53px" height="20px" viewBox="0 0 53 20" enable-background="new 0 0 53 20" xml:space="preserve"><g id
Duplicate ID “Ebene_1”.
z"/> <meta itemprop="go:description" property="og:description" content="Web Design, Graphic Design, Interactive Installation & Illustration." />
The “itemprop” attribute was specified, but the element is not a property of any item.
Popular words
Word | Frequency |
---|---|
graphic | 20 |
design | 14 |
personal | 9 |
branding | 6 |
o | 5 |
und | 4 |
web | 3 |
people | 3 |
sculpture | 3 |
p | 2 |
edit | 2 |
illustration | 2 |
installation | 2 |
elastique | 2 |
cd | 2 |
jugendbuecherei | 2 |
shopwindow | 2 |
mini | 2 |
wild | 2 |
sander | 2 |
Pagespeed analysis
OVERALL SITE SPEED: AVERAGE (details below)
CUMULATIVE LAYOUT SHIFT SCORE: AVERAGE. Have you ever been reading an article online when something suddenly changes on the page? Without warning, the text moves, and you’ve lost your place. Or even worse: you’re about to tap a link or a button, but in the instant before your finger lands—BOOM—the link moves, and you end up clicking something else! This is a measure of how often this is happening on your website.
FIRST CONTENTFUL PAINT MS SCORE: AVERAGE. This measures the time taken for the first thing on your website to load when a visitor goes there.
FIRST INPUT DELAY MS SCORE: AVERAGE. How long it takes for your website to react if the user interacts with it in some way, such as clicking a link or button.
LARGEST CONTENTFUL PAINT MS SCORE: AVERAGE. Measures how long the main part of the website takes to load.
Opportunities for improvement
Remove unused JavaScript: Remove unused JavaScript to reduce bytes consumed by network activity. [Learn more](https://web.dev/unused-javascript/).
Potential savings of 254 KiB
Serve images in next-gen formats: Image formats like JPEG 2000, JPEG XR, and WebP often provide better compression than PNG or JPEG, which means faster downloads and less data consumption. [Learn more](https://web.dev/uses-webp-images/).
Potential savings of 4,784 KiB
Properly size images: Serve images that are appropriately-sized to save cellular data and improve load time. [Learn more](https://web.dev/uses-responsive-images/).
Potential savings of 5,245 KiB
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 More](https://philipwalton.com/articles/deploying-es2015-code-in-production-today/)
Potential savings of 0 KiB
Remove unused CSS: Remove dead rules from stylesheets and defer the loading of CSS not used for above-the-fold content to reduce unnecessary bytes consumed by network activity. [Learn more](https://web.dev/unused-css-rules/).
Potential savings of 134 KiB
Enable text compression: Text-based resources should be served with compression (gzip, deflate or brotli) to minimize total network bytes. [Learn more](https://web.dev/uses-text-compression/).
Potential savings of 457 KiB
Efficiently encode images: Optimized images load faster and consume less cellular data. [Learn more](https://web.dev/uses-optimized-images/).
Potential savings of 2,713 KiB
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 more](https://web.dev/render-blocking-resources/).
Potential savings of 970 ms