- HOAST (hoast.org) – Full Analysis - March 1, 2021
- SallyMillerYoga (sallymilleryoga.com) – Full Analysis - March 1, 2021
- bentandbree.com – Full Analysis - March 1, 2021
(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 inls.org
Email or contact page: [email protected]
Social media profiles:
Using HTTPS: Yes 🙂
Whois information
Whois Info | Value |
---|---|
Registrar | eNom, Inc. |
Date Registered | 2002-07-19 |
Nameservers | [‘DNS.SITE5.COM’, ‘DNS2.SITE5.COM’] |
Status | clientTransferProhibited https://icann.org/epp#clientTransferProhibited |
[email protected] | |
Name | None |
Organization | International Nepali Literary Society (INLS) |
Address | None |
City | None |
State | VA |
Zipcode | None |
Country | US |
HTML errors found on homepage
<!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 “”.
<iframe width="485" height="300" src="http://www.youtube.com/embed/uNBvp9nwjP0" frameborder="0" allowfullscreen></ifra
The “frameborder” attribute on the “iframe” element is obsolete. Use CSS instead.
<img src="http://inls.org/images/featured/silver jubilee pic 10.jpg" width="485" height="300"></a>
Bad value “http://inls.org/images/featured/silver jubilee pic 10.jpg” for attribute “src” on element “img”: Illegal character in path segment: space is not allowed.
<img src="http://inls.org/images/featured/silver jubilee pic 10.jpg" width="485" height="300"></a>
An “img” element must have an “alt” attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.
<img src="http://inls.org/images/featured/silver jubilee pic1.jpg" width="485" height="300"></a>
Bad value “http://inls.org/images/featured/silver jubilee pic1.jpg” for attribute “src” on element “img”: Illegal character in path segment: space is not allowed.
<img src="http://inls.org/images/featured/silver jubilee pic1.jpg" width="485" height="300"></a>
An “img” element must have an “alt” attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.
<img src="http://inls.org/images/featured/silver jubilee pic2.jpg" width="485" height="300"></a>
Bad value “http://inls.org/images/featured/silver jubilee pic2.jpg” for attribute “src” on element “img”: Illegal character in path segment: space is not allowed.
<img src="http://inls.org/images/featured/silver jubilee pic2.jpg" width="485" height="300"></a>
An “img” element must have an “alt” attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.
<img src="http://inls.org/images/featured/silver jubilee pic3.jpg" width="485" height="300"></a>
Bad value “http://inls.org/images/featured/silver jubilee pic3.jpg” for attribute “src” on element “img”: Illegal character in path segment: space is not allowed.
<img src="http://inls.org/images/featured/silver jubilee pic3.jpg" width="485" height="300"></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 |
---|---|
inls | 41 |
election | 27 |
book | 10 |
notice | 10 |
candidate | 10 |
jubilee | 9 |
committee | 9 |
award | 9 |
members | 8 |
bot | 7 |
best | 7 |
introduction | 7 |
nepali | 7 |
past | 6 |
events | 5 |
awards | 5 |
pic | 4 |
mission | 4 |
statement | 4 |
region | 4 |
Opportunities for improvement
Remove unused JavaScript: Remove unused JavaScript to reduce bytes consumed by network activity. [Learn more](https://web.dev/unused-javascript/).
Potential savings of 583 KiB
Minify JavaScript: Minifying JavaScript files can reduce payload sizes and script parse time. [Learn more](https://web.dev/unminified-javascript/).
Potential savings of 3 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 270 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 9 KiB
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 25 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 31 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 83 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 20 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 9 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 160 ms
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