- mypapit.net – Full Analysis - March 6, 2021
- elizaellis (elizaellis.blogspot.com) – Full Analysis - March 6, 2021
- Powerpoint Scotland (powerpointscotland.com) – Full Analysis - March 6, 2021
(Took us an average of 1.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 mercatorcargo.co.uk
Email or contact page: [email protected]
Social media profiles:
- https://www.facebook.com/mercatorcargo/
- https://instagram.com/mercatorcargo/
- https://twitter.com/MercatorCargo
Using HTTPS: Yes 🙂
Whois information
HTML errors found on homepage
-default"><a class='first-child wsite-social-item wsite-social-facebook' href='//www.facebook.com/kingsigns209' target='_blank' alt='Facebook'><span
Attribute “alt” not allowed on element “a” at this point.
/span></a><a class='wsite-social-item wsite-social-twitter' href='//twitter.com/KingSigns1' target='_blank' alt='Twitter'><span
Attribute “alt” not allowed on element “a” at this point.
/span></a><a class='wsite-social-item wsite-social-linkedin' href='//www.linkedin.com/in/julianpeters1' target='_blank' alt='Linkedin'><span
Attribute “alt” not allowed on element “a” at this point.
/span></a><a class='last-child wsite-social-item wsite-social-rss' href='//kingsignsgraphics.wordpress.com/' target='_blank' alt='Rss'><span
Attribute “alt” not allowed on element “a” at this point.
4844<br /><a target="_blank">[email protected]
Element “a” is missing required attribute “href”.
gn:left;"><font size="3">We are
The “font” element is obsolete. Use CSS instead.
303"><div><style type="text/css"> #ele
Element “style” not allowed as child of element “div” in this context. (Suppressing further errors from this subtree.)
<textarea type="text" name="message" placeholder=" Type message here" class="message user-message"></text
Attribute “type” not allowed on element “textarea” at this point.
<textarea type="text" name="message" placeholder="Enter e-mail here" class="message user-email"></text
Attribute “type” not allowed on element “textarea” at this point.
ontainer" class="dark-scheme">
Duplicate attribute “class”.
Popular words
Word | Frequency |
---|---|
freight | 21 |
mercator | 18 |
shipping | 14 |
customs | 9 |
uk | 9 |
clearance | 8 |
team | 8 |
air | 7 |
sea | 7 |
services | 6 |
cargo | 5 |
contact | 5 |
forwarder | 4 |
full | 4 |
business | 4 |
road | 3 |
shipments | 3 |
learn | 3 |
container | 3 |
load | 3 |
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
Remove unused JavaScript: Remove unused JavaScript to reduce bytes consumed by network activity. [Learn more](https://web.dev/unused-javascript/).
Potential savings of 672 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 440 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 872 KiB
Minify JavaScript: Minifying JavaScript files can reduce payload sizes and script parse time. [Learn more](https://web.dev/unminified-javascript/).
Potential savings of 33 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
Efficiently encode images: Optimized images load faster and consume less cellular data. [Learn more](https://web.dev/uses-optimized-images/).
Potential savings of 232 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 160 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 990 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 0 KiB