- gesundheitsaerzte.de – Full Analysis - January 11, 2021
- Koerierscentrale (koerierscentrale.nl) – Full Analysis - January 11, 2021
- mfr-combeaufontaine.fr – Full Analysis - January 11, 2021
Home Page | Rotary Club of Fort Collins
(Took us an average of 0.3 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 rotarycluboffortcollins.org
Email or contact page: [email protected]
Social media profiles:
- https://www.facebook.com/rotarycluboffortcollins/
- https://www.instagram.com/rotaryfortcollins/
- https://twitter.com/RotaryFtCollins
Using HTTPS: Yes 🙂
Whois information
Whois Info | Value |
---|---|
Registrar | Wild West Domains, LLC |
Date Registered | 2007-09-07 |
Nameservers | [‘NS3-03.AZURE-DNS.ORG’, ‘NS1-03.AZURE-DNS.COM’, ‘NS2-03.AZURE-DNS.NET’, ‘NS4-03.AZURE-DNS.INFO’] |
Status | [‘clientDeleteProhibited https://icann.org/epp#clientDeleteProhibited’, ‘clientRenewProhibited https://icann.org/epp#clientRenewProhibited’, ‘clientTransferProhibited https://icann.org/epp#clientTransferProhibited’, ‘clientUpdateProhibited https://icann.org/epp#clientUpdateProhibited’, ‘clientTransferProhibited http://www.icann.org/epp#clientTransferProhibited’, ‘clientUpdateProhibited http://www.icann.org/epp#clientUpdateProhibited’, ‘clientRenewProhibited http://www.icann.org/epp#clientRenewProhibited’, ‘clientDeleteProhibited http://www.icann.org/epp#clientDeleteProhibited’] |
[email protected] | |
Name | None |
Organization | None |
Address | None |
City | None |
State | Ontario |
Zipcode | None |
Country | CA |
HTML errors found on homepage
TYPE html><html lang="sv-se" ng-app="app"><head
Attribute “ng-app” not allowed on element “html” at this point.
charset="utf-8" /> <meta
A “charset” attribute on a “meta” element found after the first 1024 bytes.
" /> <meta ng-repeat="(key, value) in metaTags" name="{{key}}" content="{{value}}"> <
Attribute “ng-repeat” not allowed on element “meta” at this point.
e}}"> <link ng-repeat="(name, link) in links" rel="{{name}}" href="{{link}}" />
Attribute “ng-repeat” not allowed on element “link” at this point.
e}}"> <link ng-repeat="(name, link) in links" rel="{{name}}" href="{{link}}" />
Bad value “{{link}}” for attribute “href” on element “link”: Illegal character in path segment: “{” is not allowed.
ed--> <title ng-bind-template="{{title}}">Familj
Attribute “ng-bind-template” not allowed on element “title” at this point.
></head><body ng-controller="loadingCtrl as lctrl" ng-cloak class="{{lctrl.loadingService.namedLoadingClassed}}" ng-class="{ 'loading': lctrl.loadingService.isLoading, 'saving': lctrl.loadingService.isSaving, 'unsaved': lctrl.unsavedService.isUnsaved, 'transitioning': lctrl.unsavedService.isTransition }"> <
Attribute “ng-controller” not allowed on element “body” at this point.
></head><body ng-controller="loadingCtrl as lctrl" ng-cloak class="{{lctrl.loadingService.namedLoadingClassed}}" ng-class="{ 'loading': lctrl.loadingService.isLoading, 'saving': lctrl.loadingService.isSaving, 'unsaved': lctrl.unsavedService.isUnsaved, 'transitioning': lctrl.unsavedService.isTransition }"> <
Attribute “ng-cloak” not allowed on element “body” at this point.
></head><body ng-controller="loadingCtrl as lctrl" ng-cloak class="{{lctrl.loadingService.namedLoadingClassed}}" ng-class="{ 'loading': lctrl.loadingService.isLoading, 'saving': lctrl.loadingService.isSaving, 'unsaved': lctrl.unsavedService.isUnsaved, 'transitioning': lctrl.unsavedService.isTransition }"> <
Attribute “ng-class” not allowed on element “body” at this point.
/chrome/"><img src="/img/ie_chrome.png" /></a></
An “img” element must have an “alt” attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.
Popular words
Word | Frequency |
---|---|
pm | 11 |
rotary | 7 |
meeting | 7 |
jan | 7 |
club | 6 |
grants | 5 |
december | 5 |
holiday | 5 |
form | 5 |
joining | 4 |
community | 4 |
service | 4 |
read | 4 |
rcfc | 4 |
zoom | 4 |
application | 4 |
get | 3 |
learn | 3 |
us | 3 |
legacy | 3 |
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 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 2,011 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 1,750 KiB
Efficiently encode images: Optimized images load faster and consume less cellular data. [Learn more](https://web.dev/uses-optimized-images/).
Potential savings of 42 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,400 ms
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 2,376 KiB
Remove unused JavaScript: Remove unused JavaScript to reduce bytes consumed by network activity. [Learn more](https://web.dev/unused-javascript/).
Potential savings of 518 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,622 KiB