- Cenvo (cenvo.com) – Full Analysis - March 6, 2021
- dubsbhoy.com – Full Analysis - March 5, 2021
- dizzy-webdesign.co.uk – Full Analysis - March 5, 2021
HOME – Nebraska Family Support Network
(Took us an average of 0.4 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 nefamilysupportnetwork.org
About: The mission of NFSN is to empower Nebraska children and families affected by mental, emotional, or behavioral health issues through peer mentoring, education, and advocacy, to build brighter futures. Finding out your loved one has a mental, emotional, or behavioral health disorder is a staggering experience. This is a time you need hope and real […]
Email or contact page: [email protected]
Social media profiles:
Using HTTPS: Yes 🙂
Whois information
Whois Info | Value |
---|---|
Registrar | eNom, Inc. |
Date Registered | 2009-03-27 |
Nameservers | [‘MARY.NS.CLOUDFLARE.COM’, ‘WOZ.NS.CLOUDFLARE.COM’] |
Status | clientTransferProhibited https://icann.org/epp#clientTransferProhibited |
[email protected] | |
Name | None |
Organization | Nebraska Family Support Network |
Address | None |
City | None |
State | NE |
Zipcode | None |
Country | US |
HTML errors found on homepage
ght:500pxpadding:300px
CSS: “height”: Missing a semicolon before the property name “padding”.
center;"><span style="text-alogn: center; font-size: 24px; font-weight: bold; color: #02027a;">Missio
CSS: “text-alogn”: Property “text-alogn” doesn’t exist.
0 7px 0;"><iframe src="https://www.youtube.com/embed/WhpxTSi3iyU" width="560" height="315" frameborder="0" allowfullscreen="allowfullscreen"></ifra
The “frameborder” attribute on the “iframe” element is obsolete. Use CSS instead.
" target=_blank">https://www.e
“”” in an unquoted attribute value. Probable causes: Attributes running together or a URL query string in an unquoted attribute value.
lease see <a href="https://www.extension.iastate.edu/sfp10-14/" rel="nofollow" target=_blank">https:
Bad value “_blank”” for attribute “target” on element “a”: Reserved keyword “blank”” used.
formation.</p></div
No “p” element in scope but a “p” end tag seen.
l-widget"><div style="text-align: center; font-size: 42px; color: #fff; padding: 10px;background: #02027a;-webkit-box-shadow: 0 15px 20px 0 #4D4D4D;position:realative;box-shadow: 0 15px 20px 0 #4D4D4D;z-index:9999;margin-bottom:20px;line-height:.9em"><div
CSS: “position”: “realative” is not a “position” value.
"><img src="https://nefamilysupportnetwork.org/wp-content/uploads/2019/09/nfsn-logo-final.jpg" alt="Lead Generation" style="width: 200ox"><br /
CSS: “width”: Unknown dimension.
mobshow"><a href="tel:402-345-0791" style="color:#fff;text-decoration:none;font-weight:550">402-34
CSS: “font-weight”: “550” is not a “font-weight” value.
"single"><a id="" href="#" target="_self" title="Purchase Now" class="button_ default big icon-basket margin-t15 alignright" data-rt-animate="animate" data-rt-animation-type="bounceIn" data-rt-animation-group="single">Purcha
Bad value “” for attribute “id” on element “a”: An ID must not be the empty string.
Popular words
Word | Frequency |
---|---|
family | 9 |
support | 9 |
omaha | 6 |
nebraska | 6 |
us | 5 |
help | 5 |
families | 4 |
health | 4 |
network | 4 |
fill | 4 |
call | 3 |
nfsn | 3 |
peer | 3 |
behavioral | 3 |
need | 3 |
click | 2 |
staff | 2 |
parent | 2 |
mission | 2 |
build | 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
Minify CSS: Minifying CSS files can reduce network payload sizes. [Learn more](https://web.dev/unminified-css/).
Potential savings of 10 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 434 KiB
Remove unused JavaScript: Remove unused JavaScript to reduce bytes consumed by network activity. [Learn more](https://web.dev/unused-javascript/).
Potential savings of 439 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
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 1,120 ms
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
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 237 KiB
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 25 KiB
Efficiently encode images: Optimized images load faster and consume less cellular data. [Learn more](https://web.dev/uses-optimized-images/).
Potential savings of 293 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 980 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 126 KiB
Internal pages [TOP 20]
External homepage links [TOP 20]
Website Page |
---|
https://www.omahagives.org/index.php?section=organizations&action=overview&fwID=1003 |
https://www.extension.iastate.edu/sfp10-14/ |