- Paul Callen Designs (paulcallendesigns.co.uk) – Full Analysis - March 7, 2021
- pamlicocc.edu – Full Analysis - March 7, 2021
- hauteculturefashion.com – Full Analysis - March 7, 2021
(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 holynamehousing.org
Email or contact page: https://holynamehousing.org/contact
Social media profiles:
Using HTTPS: Yes 🙂
Whois information
Whois Info | Value |
---|---|
Registrar | eNom, Inc. |
Date Registered | 2006-11-13 |
Nameservers | [‘NS1.PLTECHNOLOGY.COM’, ‘NS2.PLTECHNOLOGY.COM’] |
Status | clientTransferProhibited https://icann.org/epp#clientTransferProhibited |
[email protected] | |
Name | None |
Organization | LINGODOCS MARKETING |
Address | None |
City | None |
State | NE |
Zipcode | None |
Country | US |
HTML errors found on homepage
<?xml version="1
Saw “”. Probable cause: Attempt to use an XML processing instruction in HTML. (XML processing instructions are not supported in HTML.)
="utf-8"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html
Almost standards mode doctype. Expected “”.
</head><html><body
Stray start tag “html”.
/></p><p><img src="/images/logo3xb.jpg" width="820" height="auto" alt="logo3xb" style="display: block; margin-left: auto; margin-right: auto;" /></p><
Bad value “auto” for attribute “height” on element “img”: Expected a digit but saw “a” instead.
="_blank"><img src="https://widgets.guidestar.org/gximage2?o=7691682&l=v4" /></a></
An “img” element must have an “alt” attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.
n></p><p><a href="mailto: <script type='text/javascript'> <!-- var prefix = 'ma' + 'il' + 'to'; var path = 'hr' + 'ef' + '='; var addy75627 = 'mryan' + '@'; addy75627 = addy75627 + 'hnhc' + '.' + 'omhcoxmail' + '.' + 'com'; document.write('<a ' + path + '\'' + prefix + ':' + addy75627 + '\'>'); document.write(addy75627); document.write('<\/a>'); //-->\n </script><script type='text/javascript'> <!-- document.write('<span style=\'display: none;\'>'); //--> </script>This email address is being protected from spambots. You need JavaScript enabled to view it. <script type='text/javascript'> <!-- document.write('</'); document.write('span>'); //--> </script>" target="_blank"><span
Bad value for attribute “href” on element “a”: Illegal character in scheme data: line break is not allowed.
Popular words
Word | Frequency |
---|---|
housing | 7 |
name | 5 |
holy | 4 |
office | 3 |
home | 2 |
donate | 2 |
development | 2 |
neighborhood | 2 |
families | 2 |
quality | 2 |
affordable | 2 |
neighborhoods | 2 |
watch | 2 |
team | 1 |
board | 1 |
directors | 1 |
services | 1 |
news | 1 |
contact | 1 |
coronavirus | 1 |
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 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 9 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 129 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,272 KiB
Efficiently encode images: Optimized images load faster and consume less cellular data. [Learn more](https://web.dev/uses-optimized-images/).
Potential savings of 78 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 520 ms