- urbanoasisproject.org – Full Analysis - March 7, 2021
- philhoward.org – Full Analysis - March 7, 2021
- Detroit Food Academy (detroitfoodacademy.org) – Full Analysis - March 7, 2021
(Took us an average of 1.1 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 granclos.com
Email or contact page: [email protected]
Social media profiles:
- https://www.facebook.com/pages/Gran-Clos/982070188542240
- https://www.instagram.com/granclos/
- https://twitter.com/granclos
Using HTTPS: Yes 🙂
Whois information
Whois Info | Value |
---|---|
Registrar | Dinahosting s.l. |
Date Registered | 2002-04-29 |
Nameservers | [‘DNS24646.PHDNS9.ES’, ‘NS24646.PHDNS9.ES’, ‘dns24646.phdns9.es’, ‘ns24646.phdns9.es’] |
Status | [‘clientDeleteProhibited https://icann.org/epp#clientDeleteProhibited’, ‘clientTransferProhibited https://icann.org/epp#clientTransferProhibited’, ‘clientDeleteProhibited (http://www.icann.org/epp#clientDeleteProhibited)’, ‘clientTransferProhibited (http://www.icann.org/epp#clientTransferProhibited)’] |
[email protected] | |
Name | Redacted by Privacy |
Organization | MOIXO Enginyeria Informatica S.L. |
Address | Redacted by Privacy |
City | Redacted by Privacy |
State | Barcelona |
Zipcode | Redacted by Privacy |
Country | ES |
HTML errors found on homepage
mon/home"><img src="./image/catalog/Logo_Gran Clos.svg?var=1.1" alt=""></a>
Bad value “./image/catalog/Logo_Gran Clos.svg?var=1.1” for attribute “src” on element “img”: Illegal character in path segment: space is not allowed.
art"> <button type="button" class="cart_button dropdown-toggle"> <
The element “button” must not appear as a descendant of the “a” element.
t=""> <div class="cart_value">0</div
Element “div” not allowed as child of element “button” in this context. (Suppressing further errors from this subtree.)
t"> <div id="cart" class=""> <a
Duplicate ID “cart”.
art"> <button type="button" class="cart_button dropdown-toggle"> <
The element “button” must not appear as a descendant of the “a” element.
t=""> <div class="cart_value">0</div
Element “div” not allowed as child of element “button” in this context. (Suppressing further errors from this subtree.)
> <table id="cart_addable_table">
Duplicate ID “cart_addable_table”.
<img id="main-image-scaling" src="./image/catalog/Capture d’eěcran 2020-12-03 aĚ 12.42.52.png" alt="">
Bad value “./image/catalog/Capture d’eěcran 2020-12-03 aĚ 12.42.52.png” for attribute “src” on element “img”: Illegal character in path segment: space is not allowed.
<div class="block_subtitle" data-aos="fade-up" data-aos-offset="50" data-aos-delay="0" data-aos-duration="551" data-aos-easing="ease-in-out" data-aos-mirror="true" data-aos-once="true">
Element “div” not allowed as child of element “span” in this context. (Suppressing further errors from this subtree.)
<div class="block_title" data-aos="fade-up" data-aos-offset="50" data-aos-delay="50" data-aos-duration="551" data-aos-easing="ease-in-out" data-aos-mirror="true" data-aos-once="true">
Element “div” not allowed as child of element “span” in this context. (Suppressing further errors from this subtree.)
Popular words
Word | Frequency |
---|---|
cart | 10 |
priorat | 8 |
ml | 8 |
add | 8 |
products | 7 |
shop | 5 |
estate | 4 |
contact | 4 |
region | 4 |
read | 3 |
gran | 3 |
clos | 3 |
qty | 2 |
product | 2 |
price | 2 |
total | 2 |
subtotal | 2 |
view | 2 |
checkout | 2 |
wine | 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
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 396 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 4,513 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 190 KiB
Minify JavaScript: Minifying JavaScript files can reduce payload sizes and script parse time. [Learn more](https://web.dev/unminified-javascript/).
Potential savings of 4 KiB
Remove unused JavaScript: Remove unused JavaScript to reduce bytes consumed by network activity. [Learn more](https://web.dev/unused-javascript/).
Potential savings of 157 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
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 6,853 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
Minify CSS: Minifying CSS files can reduce network payload sizes. [Learn more](https://web.dev/unminified-css/).
Potential savings of 3 KiB
Internal pages [TOP 20]
External homepage links [TOP 20]
Website Page |
---|
https://twitter.com/granclos |
https://www.facebook.com/pages/Gran-Clos/982070188542240 |
https://www.instagram.com/granclos/ |