- HOAST (hoast.org) – Full Analysis - March 1, 2021
- SallyMillerYoga (sallymilleryoga.com) – Full Analysis - March 1, 2021
- bentandbree.com – Full Analysis - March 1, 2021
Hometime Property Services Ltd.
(Took us an average of 1.6 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 hometimecanada.com
About: Hometime’s team of professionals provides a full range of property management and rental services throughout Lethbridge and Area. Established 2003.
Email or contact page: [email protected]
Social media profiles:
Using HTTPS: Yes 🙂
Whois information
Whois Info | Value |
---|---|
Registrar | Network Solutions, LLC |
Date Registered | 2004-07-07 |
Nameservers | [‘NS29.DOMAINCONTROL.COM’, ‘NS30.DOMAINCONTROL.COM’] |
Status | clientTransferProhibited https://icann.org/epp#clientTransferProhibited |
[email protected] | |
Name | None |
Organization | None |
Address | None |
City | None |
State | None |
Zipcode | None |
Country | None |
HTML errors found on homepage
<noscript><img height="1" width="1" style="display:none" src="https://www.facebook.com/tr?id=600883236750812&ev=PageView&noscript=1"/></nosc
An “img” element must have an “alt” attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.
</script><style>@medi
Element “style” not allowed as child of element “body” in this context. (Suppressing further errors from this subtree.)
/button> <span class="navbar-brand" href="#">Refine
Attribute “href” not allowed on element “span” at this point.
<input type="checkbox" class="custom-control-input" name="bedrooms[]" id="optionBedroom0" value="0" autocomplete="off" checked>
Attribute “autocomplete” is only allowed when the input type is “color”, “date”, “datetime-local”, “email”, “hidden”, “month”, “number”, “password”, “range”, “search”, “tel”, “text”, “time”, “url”, or “week”.
<input type="checkbox" class="custom-control-input" name="bedrooms[]" id="optionBedroom1" value="1" autocomplete="off" checked>
Attribute “autocomplete” is only allowed when the input type is “color”, “date”, “datetime-local”, “email”, “hidden”, “month”, “number”, “password”, “range”, “search”, “tel”, “text”, “time”, “url”, or “week”.
<input type="checkbox" class="custom-control-input" name="bedrooms[]" id="optionBedroom2" value="2" autocomplete="off" checked>
Attribute “autocomplete” is only allowed when the input type is “color”, “date”, “datetime-local”, “email”, “hidden”, “month”, “number”, “password”, “range”, “search”, “tel”, “text”, “time”, “url”, or “week”.
<input type="checkbox" class="custom-control-input" name="bedrooms[]" id="optionBedroom3" value="3" autocomplete="off" checked>
Attribute “autocomplete” is only allowed when the input type is “color”, “date”, “datetime-local”, “email”, “hidden”, “month”, “number”, “password”, “range”, “search”, “tel”, “text”, “time”, “url”, or “week”.
<input type="checkbox" class="custom-control-input" name="bedrooms[]" id="optionBedroom4" value="4" autocomplete="off" checked>
Attribute “autocomplete” is only allowed when the input type is “color”, “date”, “datetime-local”, “email”, “hidden”, “month”, “number”, “password”, “range”, “search”, “tel”, “text”, “time”, “url”, or “week”.
<input type="checkbox" class="custom-control-input" name="bedrooms[]" id="optionBedroom5" value="5" autocomplete="off" checked>
Attribute “autocomplete” is only allowed when the input type is “color”, “date”, “datetime-local”, “email”, “hidden”, “month”, “number”, “password”, “range”, “search”, “tel”, “text”, “time”, “url”, or “week”.
<input type="checkbox" class="custom-control-input" name="bedrooms[]" id="optionBedroom6" value="6" autocomplete="off" checked>
Attribute “autocomplete” is only allowed when the input type is “color”, “date”, “datetime-local”, “email”, “hidden”, “month”, “number”, “password”, “range”, “search”, “tel”, “text”, “time”, “url”, or “week”.
Popular words
Word | Frequency |
---|---|
lethbridge | 100 |
west | 49 |
bedroom | 48 |
cover | 48 |
south | 31 |
north | 16 |
apartment | 16 |
single | 13 |
family | 13 |
house | 13 |
street | 10 |
columbia | 10 |
townhouse | 9 |
bedrooms | 8 |
suite | 8 |
blvd | 8 |
pending | 7 |
lower | 6 |
road | 6 |
scenic | 6 |
Pagespeed analysis
OVERALL SITE SPEED: SLOW 🙁 (details below)
CUMULATIVE LAYOUT SHIFT SCORE: SLOW. 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: FAST. 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
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 16,297 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 40 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 20 KiB
Efficiently encode images: Optimized images load faster and consume less cellular data. [Learn more](https://web.dev/uses-optimized-images/).
Potential savings of 10,134 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 12 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 39,027 KiB
Minify JavaScript: Minifying JavaScript files can reduce payload sizes and script parse time. [Learn more](https://web.dev/unminified-javascript/).
Potential savings of 42 KiB
Remove unused JavaScript: Remove unused JavaScript to reduce bytes consumed by network activity. [Learn more](https://web.dev/unused-javascript/).
Potential savings of 227 KiB