- HOAST (hoast.org) – Full Analysis - March 1, 2021
- SallyMillerYoga (sallymilleryoga.com) – Full Analysis - March 1, 2021
- bentandbree.com – Full Analysis - March 1, 2021
Pitt County Schools / Overview
(Took us an average of 0.7 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 pittschools.org
Email or contact page: [email protected]
Social media profiles:
- https://www.facebook.com/PittCountySchools/
- https://www.instagram.com/pittcountyschools/
- https://twitter.com/PCS_NC?ref_src=twsrc%5Etfw
Using HTTPS: Yes 🙂
Whois information
Whois Info | Value |
---|---|
Registrar | GoDaddy.com, LLC |
Date Registered | 2003-11-07 |
Nameservers | [‘PITTDNS1.PITTSCHOOLS.ORG’, ‘PITTDNS2.PITTSCHOOLS.ORG’] |
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 | Pitt County Schools |
Address | None |
City | None |
State | North Carolina |
Zipcode | None |
Country | US |
HTML errors found on homepage
ata --> <meta itemscope itemtype="http://schema.org/CreativeWork" /> <me
Element “meta” is missing one or more of the following attributes: “content”, “itemprop”, “name”.
ata --> <meta name="twitter:card" value="summary"> <me
Attribute “value” not allowed on element “meta” at this point.
ata --> <meta name="twitter:card" value="summary"> <me
Element “meta” is missing one or more of the following attributes: “content”, “property”.
ual"> <img class="modImg" src="http://cdn.lightgalleries.net/4fa449365d528/images/CA039-1.jpg" width="100%" height="auto" alt="CA039" title=""/> <
Bad value “100%” for attribute “width” on element “img”: Expected a digit but saw “%” instead.
ual"> <img class="modImg" src="http://cdn.lightgalleries.net/4fa449365d528/images/CA039-1.jpg" width="100%" height="auto" alt="CA039" title=""/> <
Bad value “auto” for attribute “height” on element “img”: Expected a digit but saw “a” instead.
</footer>
Stray end tag “footer”.
> </main> <
Stray end tag “main”.
ch --> <g id="instagram-circle-Social-Icons" fill-rule="evenodd" sketch:type="MSPage"> <g sk
Attribute “sketch:type” not allowed on element “g” at this point.
"MSPage"> <g sketch:type="MSArtboardGroup" transform="translate(-220.000000, -40.000000)" id="instagram-circle-instagram"> <g sk
Attribute “sketch:type” not allowed on element “g” at this point.
stagram"> <g sketch:type="MSLayerGroup" transform="translate(220.000000, 40.000000)"> <circ
Attribute “sketch:type” not allowed on element “g” at this point.
Popular words
Word | Frequency |
---|---|
school | 50 |
schools | 18 |
elementary | 14 |
high | 13 |
pitt | 11 |
pcs | 10 |
county | 9 |
education | 9 |
information | 8 |
program | 8 |
student | 8 |
middle | 7 |
configurable | 7 |
footer | 7 |
link | 7 |
teacher | 6 |
nc | 6 |
employee | 6 |
academy | 5 |
community | 5 |
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: SLOW. 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: SLOW. Measures how long the main part of the website takes to load.
Opportunities for improvement
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,190 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 572 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 600 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 318 KiB
Remove unused JavaScript: Remove unused JavaScript to reduce bytes consumed by network activity. [Learn more](https://web.dev/unused-javascript/).
Potential savings of 259 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 21 KiB
Efficiently encode images: Optimized images load faster and consume less cellular data. [Learn more](https://web.dev/uses-optimized-images/).
Potential savings of 52 KiB
Avoid multiple page redirects: Redirects introduce additional delays before the page can be loaded. [Learn more](https://web.dev/redirects/).
Potential savings of 610 ms
Minify JavaScript: Minifying JavaScript files can reduce payload sizes and script parse time. [Learn more](https://web.dev/unminified-javascript/).
Potential savings of 29 KiB
Minify CSS: Minifying CSS files can reduce network payload sizes. [Learn more](https://web.dev/unminified-css/).
Potential savings of 21 KiB