- Symbolic Interactive (symbolicinteractive.com) – Full Analysis - March 6, 2021
- sourcedesign.co.uk – Full Analysis - March 6, 2021
- Cenvo (cenvo.com) – Full Analysis - March 6, 2021
(Took us an average of 0.8 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 6haoku.com
Email or contact page: [email protected]
Social media profiles:
Using HTTPS: Yes 🙂
Whois information
Whois Info | Value |
---|---|
Registrar | GMO INTERNET, INC. |
Date Registered | 2015-05-30 |
Nameservers | [‘DNS01.MUUMUU-DOMAIN.COM’, ‘DNS02.MUUMUU-DOMAIN.COM’, ‘dns01.muumuu-domain.com’, ‘dns02.muumuu-domain.com’] |
Status | ok https://icann.org/epp#ok |
[‘[email protected]’, ‘[email protected]’, ‘[email protected]’] | |
Name | #temporarily set# |
Organization | Agent information temporarily set by transfer |
Address | [‘2-51 SUKAYA’, ‘-‘] |
City | AGEO |
State | Saitama |
Zipcode | 362-0004 |
Country | JP |
HTML errors found on homepage
><body><style> /
Element “style” not allowed as child of element “body” in this context. (Suppressing further errors from this subtree.)
<img src="https://6haoku-1251345961.cos.ap-shanghai.myqcloud.com/Public/home/img/a3.png" class="w100p" />
An “img” element must have an “alt” attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.
<div class="view-more f14 mr50">
Element “div” not allowed as child of element “h1” in this context. (Suppressing further errors from this subtree.)
<div class="view-more f14 mr50">
Element “div” not allowed as child of element “h1” in this context. (Suppressing further errors from this subtree.)
<video class="banner-video" id="bannerVideo" webkit-playsinline playsinline="" width="480px" height="278px" style="border:10px solid #29b1fd;background-color:#9ce8f8;position:relative;z-index:99;margin-top: 20px;" src="https://megongshe-1251345961.cos.ap-shanghai.myqcloud.com/temple/mv/6haoku_10s.mp4" controls="controls" preload="none" autoplay="autoplay" muted="true">
Attribute “webkit-playsinline” not allowed on element “video” at this point.
<video class="banner-video" id="bannerVideo" webkit-playsinline playsinline="" width="480px" height="278px" style="border:10px solid #29b1fd;background-color:#9ce8f8;position:relative;z-index:99;margin-top: 20px;" src="https://megongshe-1251345961.cos.ap-shanghai.myqcloud.com/temple/mv/6haoku_10s.mp4" controls="controls" preload="none" autoplay="autoplay" muted="true">
Bad value “480px” for attribute “width” on element “video”: Expected a digit but saw “p” instead.
<video class="banner-video" id="bannerVideo" webkit-playsinline playsinline="" width="480px" height="278px" style="border:10px solid #29b1fd;background-color:#9ce8f8;position:relative;z-index:99;margin-top: 20px;" src="https://megongshe-1251345961.cos.ap-shanghai.myqcloud.com/temple/mv/6haoku_10s.mp4" controls="controls" preload="none" autoplay="autoplay" muted="true">
Bad value “278px” for attribute “height” on element “video”: Expected a digit but saw “p” instead.
<video class="banner-video" id="bannerVideo" webkit-playsinline playsinline="" width="480px" height="278px" style="border:10px solid #29b1fd;background-color:#9ce8f8;position:relative;z-index:99;margin-top: 20px;" src="https://megongshe-1251345961.cos.ap-shanghai.myqcloud.com/temple/mv/6haoku_10s.mp4" controls="controls" preload="none" autoplay="autoplay" muted="true">
Bad value “true” for attribute “muted” on element “video”.
-ewm-img"><img src="http://www.6haoku.com/Public/home/img/xl_erweima.png"></div>
An “img” element must have an “alt” attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.
-ewm-img"><img src="http://www.6haoku.com/upfiles/kefu2.jpg"></div>
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 |
---|---|
browser | 2 |
support | 2 |
video | 2 |
tag | 2 |
kjc | 1 |
edison | 1 |
people | 1 |
agatsuma | 1 |
copyright | 1 |
souensya | 1 |
rights | 1 |
Opportunities for improvement
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 62 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 230 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
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,330 ms
Remove unused JavaScript: Remove unused JavaScript to reduce bytes consumed by network activity. [Learn more](https://web.dev/unused-javascript/).
Potential savings of 134 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 7 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 290 ms
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 511 KiB
Minify JavaScript: Minifying JavaScript files can reduce payload sizes and script parse time. [Learn more](https://web.dev/unminified-javascript/).
Potential savings of 4 KiB
Minify CSS: Minifying CSS files can reduce network payload sizes. [Learn more](https://web.dev/unminified-css/).
Potential savings of 7 KiB
Internal pages [TOP 20]
External homepage links [TOP 20]
Website Page |
---|
http://jq.qq.com/?_wv=1027&k=2HPFnL1 |