- HOAST (hoast.org) – Full Analysis - March 1, 2021
- SallyMillerYoga (sallymilleryoga.com) – Full Analysis - March 1, 2021
- bentandbree.com – Full Analysis - March 1, 2021
Accent Bottle Lights – Buy LED Wine Bottle Lights Online | USA Handmade Lamps
(Took us an average of 0.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 accentbottlelights.com
About: Buy wireless LED bottle lights handmade in the USA. Shop sports teams and interest themes. The Grinch lamp is a great gag gift for Christmas!
Email or contact page: [email protected]
Social media profiles:
- https://www.facebook.com/accentbottlelights/
- https://www.instagram.com/accent_bottle_lights/
- https://twitter.com/WineBottleLight
Using HTTPS: Yes 🙂
Whois information
Whois Info | Value |
---|---|
Registrar | Domain.com, LLC |
Date Registered | 2013-12-14 |
Nameservers | [‘NS1.FATCOW.COM’, ‘NS2.FATCOW.COM’, ‘ns1.fatcow.com’, ‘ns2.fatcow.com’] |
Status | [‘clientTransferProhibited https://icann.org/epp#clientTransferProhibited’, ‘clientUpdateProhibited https://icann.org/epp#clientUpdateProhibited’] |
[‘[email protected]’, ‘[email protected]’, ‘[email protected]’] | |
Name | Domain Privacy Service FBO Registrant. |
Organization | Domain Privacy Service FBO Registrant. |
Address | 10 Corporate Drive |
City | Burlington |
State | MA |
Zipcode | 01803 |
Country | US |
HTML errors found on homepage
94292" /><link rel="stylesheet" type="text/css" href="//cdn2.editmysite.com/css/social-icons.css?buildtime=1602094292" media="screen,projection" /><link
Bad value “screen,projection” for attribute “media” on element “link”: The media “projection” has been deprecated
n-wrap"> <div class="wsite-section wsite-header-section wsite-section-bg-color" style="height: auto;vertical-align: middle;background-color: #2d0339;background-image: none;is_customized: 1;" > <di
CSS: “is_customized”: Property “is_customized” doesn’t exist.
aragraph"><font size="5" color="#ebe8f2">Handma
The “font” element is obsolete. Use CSS instead.
44391349"><img src="/files/theme/images/orderbyphone1.png"></a><b
An “img” element must have an “alt” attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.
<div><div id="730250436576611734" align="center" style="width: 100%; overflow-y: hidden;" class="wcustomhtml"><h1 st
The “align” attribute on the “div” element is obsolete. Use CSS instead.
n-bottom:10px;";>ACCENT BOTTLE
No space between attributes.
stomhtml"><h1 style="text-align:center;font:lato;font-size:22px;line-height:125%;font-weight:normal;color:#f0ecf6;margin-top:0px;margin-bottom:10px;";>ACCENT
Attribute “;” not allowed on element “h1” at this point.
stomhtml"><h1 style="text-align:center;font:lato;font-size:22px;line-height:125%;font-weight:normal;color:#f0ecf6;margin-top:0px;margin-bottom:10px;";>ACCENT
CSS: “font”: “lato” is not a “font” value.
size:90%"><div style="margin-top:2px;font:lato;color:#f0ecf6;font-size:16px">FOOTBA
CSS: “font”: “lato” is not a “font” value.
ter"><a><img src="/uploads/1/1/1/4/111455015/editor/themed-gift-wine-bottle-lamps_1.jpg?1544663229" alt="Interest Themed Wine Bottle Lamps" style="width:481;max-width:100%" /></a>
CSS: “width”: only “0” can be a “unit”. You must put a unit after your number.
Popular words
Word | Frequency |
---|---|
bottle | 36 |
lights | 14 |
light | 13 |
themed | 11 |
wine | 10 |
sports | 8 |
lamps | 7 |
gift | 7 |
shop | 6 |
diy | 6 |
led | 6 |
love | 6 |
custom | 6 |
accent | 5 |
military | 5 |
christmas | 5 |
team | 4 |
reviews | 4 |
faq | 4 |
contact | 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
Avoid multiple page redirects: Redirects introduce additional delays before the page can be loaded. [Learn more](https://web.dev/redirects/).
Potential savings of 230 ms
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 41 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 473 KiB
Remove unused JavaScript: Remove unused JavaScript to reduce bytes consumed by network activity. [Learn more](https://web.dev/unused-javascript/).
Potential savings of 291 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 1,320 KiB
Defer offscreen images: Consider lazy-loading offscreen and hidden images after all critical resources have finished loading to lower time to interactive. [Learn more](https://web.dev/offscreen-images/).
Potential savings of 10 KiB
Minify JavaScript: Minifying JavaScript files can reduce payload sizes and script parse time. [Learn more](https://web.dev/unminified-javascript/).
Potential savings of 8 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 7 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 650 ms