- martijnscheijbeler.com – Full Analysis - March 9, 2021
- akitogo.com – Full Analysis - March 9, 2021
- ikytaitalia.org – Full Analysis - March 8, 2021
Web Design in Durham | Creating a Website that gets you more business
(Took us an average of 7.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 webzlee.com
About: Webzlee are a web design company based in Durham. We aim to get you online with a website that looks good and aims to turn your visitors into customers.
Email or contact page: [email protected]
Social media profiles:
Using HTTPS: Yes 🙂
Whois information
Whois Info | Value |
---|---|
Registrar | TUCOWS, INC. |
Date Registered | 2016-11-22 |
Nameservers | [‘NS0.UNLIMITED.UK.NET’, ‘NS1.UNLIMITED.UK.NET’, ‘ns0.unlimited.uk.net’, ‘ns1.unlimited.uk.net’] |
Status | ok https://icann.org/epp#ok |
[email protected] | |
Name | REDACTED FOR PRIVACY |
Organization | REDACTED FOR PRIVACY |
Address | REDACTED FOR PRIVACY |
City | REDACTED FOR PRIVACY |
State | Durham |
Zipcode | REDACTED FOR PRIVACY |
Country | GB |
HTML errors found on homepage
<noscript><img src="https://webzlee.com/wp-content/uploads/2019/07/webheaderlog.png" alt="Web Design in Durham" id="logo" data-height-percentage="100" /></nosc
Duplicate ID “logo”.
><span> <div class="type-wrap" style="display:none;"> <
End tag “p” implied, but there were open elements.
apper"><p><span> <di
Unclosed element “span”.
pt> </span></p></
Stray end tag “span”.
</span></p></div>
No “p” element in scope but a “p” end tag seen.
lse }'><div class="gmb-review" data="accounts/111902841039103109727/locations/968370501125093822/reviews/AbFvOqkyMETb6SDg79Inxh_n2QtV95cWu-WHCdUZITXIk2a1WbWf06nAcIRwVFEHuvsP7Ss0p-6kGQ"><div c
Attribute “data” not allowed on element “div” at this point.
div></div><div class="gmb-review" data="accounts/111902841039103109727/locations/968370501125093822/reviews/AbFvOqmfBnssgJ9yUzZV5KzrF_17sBLRgtJFf2b-HvtSe80AXeZuNQ7GW2QqLUGrzkbckgh6_Wy-QA"><div c
Attribute “data” not allowed on element “div” at this point.
div></div><div class="gmb-review" data="accounts/111902841039103109727/locations/968370501125093822/reviews/AbFvOql2mqOKYcp4CYFAtzU9qHPGPDAMrEKI_f1ep6zUGOdNOdfv1fv-F5BbuedhImwlLO3WJNtYDA"><div c
Attribute “data” not allowed on element “div” at this point.
div></div><div class="gmb-review" data="accounts/111902841039103109727/locations/968370501125093822/reviews/AbFvOqmozGtECXL2K_9pGzoI2gXzhh_hIuylt_7oxeT4nfAOcNX-X1uIjZq-S2eMtAtgTI_a0y9d"><div c
Attribute “data” not allowed on element “div” at this point.
div></div><div class="gmb-review" data="accounts/111902841039103109727/locations/968370501125093822/reviews/AbFvOqkuiMEScI5IE_gTrWF6IW5PaN1MW-s8kzGFBiGhnCxrJr_XML2kA-Tr1glgnDR5z88rIV8spg"><div c
Attribute “data” not allowed on element “div” at this point.
Popular words
Word | Frequency |
---|---|
website | 25 |
get | 15 |
design | 13 |
web | 12 |
want | 12 |
us | 11 |
business | 11 |
durham | 8 |
process | 7 |
digital | 6 |
done | 6 |
aim | 5 |
local | 5 |
would | 5 |
one | 5 |
work | 5 |
5 | |
like | 5 |
media | 5 |
services | 4 |
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 145 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 445 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 1,310 ms
Efficiently encode images: Optimized images load faster and consume less cellular data. [Learn more](https://web.dev/uses-optimized-images/).
Potential savings of 265 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 5 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 172 KiB
Preload key requests: Consider using `` to prioritize fetching resources that are currently requested later in page load. [Learn more](https://web.dev/uses-rel-preload/).
Potential savings of 230 ms