- urbanoasisproject.org – Full Analysis - March 7, 2021
- philhoward.org – Full Analysis - March 7, 2021
- Detroit Food Academy (detroitfoodacademy.org) – Full Analysis - March 7, 2021
(Took us an average of 4.2 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 pilatesbodystudio.co.uk
Email or contact page: [email protected]
Social media profiles:
- https://www.facebook.com/pilatesbodystudiobexley/
- https://www.instagram.com/p/CBpYwVkBMGC/
- https://twitter.com/pbsbexley?lang=en
Using HTTPS: Yes 🙂
Whois information
HTML errors found on homepage
></script><healcode-widget data-version="0.2" data-link-class="loginRegister" data-site-id="53483" data-mb-site-id="25866" data-type="account-link" data-inner-html="<i class='fa fa-user'></i>" /> <
Self-closing syntax (“/>”) used on a non-void HTML element. Ignoring the slash and treating as a start tag.
" /> </div>
End tag “div” seen, but there were open elements.
></script><healcode-widget data-version="0.2" data-link-class="loginRegister" data-site-id="53483" data-mb-site-id="25866" data-type="account-link" data-inner-html="<i class='fa fa-user'></i>" /> <
Unclosed element “healcode-widget”.
<svg style="color: rgba(255,255,255,1)" class="svg-inline--fa fa-play fa-w-14 sbi_playbtn" aria-hidden="true" data-fa-processed="" data-prefix="fa" data-icon="play" role="presentation" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path
Bad value “presentation” for attribute “role” on element “svg”.
<svg style="color: rgba(255,255,255,1)" class="svg-inline--fa fa-play fa-w-14 sbi_playbtn" aria-hidden="true" data-fa-processed="" data-prefix="fa" data-icon="play" role="presentation" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path
Bad value “presentation” for attribute “role” on element “svg”.
<svg style="color: rgba(255,255,255,1)" class="svg-inline--fa fa-play fa-w-14 sbi_playbtn" aria-hidden="true" data-fa-processed="" data-prefix="fa" data-icon="play" role="presentation" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path
Bad value “presentation” for attribute “role” on element “svg”.
<svg style="color: rgba(255,255,255,1)" class="svg-inline--fa fa-play fa-w-14 sbi_playbtn" aria-hidden="true" data-fa-processed="" data-prefix="fa" data-icon="play" role="presentation" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path
Bad value “presentation” for attribute “role” on element “svg”.
<svg style="color: rgba(255,255,255,1)" class="svg-inline--fa fa-play fa-w-14 sbi_playbtn" aria-hidden="true" data-fa-processed="" data-prefix="fa" data-icon="play" role="presentation" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path
Bad value “presentation” for attribute “role” on element “svg”.
ht"> <img src="https://www.pilatesbodystudio.co.uk/wp-content/uploads/2019/06/footer_logos.png"> </
An “img” element must have an “alt” attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.
</script><li class="featured-header"><div c
Element “li” not allowed as child of element “body” in this context. (Suppressing further errors from this subtree.)
Popular words
Word | Frequency |
---|---|
pilates | 16 |
14 | |
classes | 12 |
post | 10 |
food | 9 |
join | 9 |
studio | 8 |
sessions | 7 |
days | 7 |
body | 7 |
bexley | 7 |
equipment | 6 |
donate | 6 |
much | 5 |
bring | 5 |
day | 5 |
hours | 5 |
money | 5 |
local | 5 |
go | 5 |
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
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 604 KiB
Minify CSS: Minifying CSS files can reduce network payload sizes. [Learn more](https://web.dev/unminified-css/).
Potential savings of 24 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 488 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 15 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 59 KiB
Minify JavaScript: Minifying JavaScript files can reduce payload sizes and script parse time. [Learn more](https://web.dev/unminified-javascript/).
Potential savings of 53 KiB
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
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 71 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,600 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
Remove unused JavaScript: Remove unused JavaScript to reduce bytes consumed by network activity. [Learn more](https://web.dev/unused-javascript/).
Potential savings of 836 KiB