Orangeribbon.jp Site Title

オレンジリボン運動 - 子ども虐待防止

Orangeribbon.jp Meta Description

子ども虐待防止を訴える運動。オレンジリボン運動の公式サイト

Orangeribbon.jp Test Results

Orangeribbon.jp Mobile Performance: 25/100
Quick overview:
Time to Interactive
25.5 s
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Max Potential First Input Delay
1,270 ms
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
First Meaningful Paint
4.1 s
First Meaningful Paint measures when the primary content of a page is visible. Learn more about the First Meaningful Paint metric.
Diagnostics
More information about the performance of your application. These numbers don't directly affect the Performance score.
Reduce the impact of third-party code
Third-party code blocked the main thread for 3,560 ms
Third-party code can significantly impact load performance. Limit the number of redundant third-party providers and try to load third-party code after your page has primarily finished loading. Learn how to minimize third-party impact.
Reduce unused JavaScript
Potential savings of 1,216 KiB
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Minify CSS
Potential savings of 34 KiB
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Reduce JavaScript execution time
5.8 s
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Efficiently encode images
Potential savings of 343 KiB
Optimized images load faster and consume less cellular data. Learn how to efficiently encode images.
Some third-party resources can be lazy loaded with a facade
1 facade alternative available
Some third-party embeds can be lazy loaded. Consider replacing them with a facade until they are required. Learn how to defer third-parties with a facade.
Serve images in next-gen formats
Potential savings of 1,167 KiB
Image formats like WebP and AVIF often provide better compression than PNG or JPEG, which means faster downloads and less data consumption. Learn more about modern image formats.
Avoid multiple page redirects
Potential savings of 630 ms
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Defer offscreen images
Potential savings of 762 KiB
Consider lazy-loading offscreen and hidden images after all critical resources have finished loading to lower time to interactive. Learn how to defer offscreen images.
Reduce unused CSS
Potential savings of 173 KiB
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Eliminate render-blocking resources
Potential savings of 2,450 ms
Resources are blocking the first paint of your page. Consider delivering critical JS/CSS inline and deferring all non-critical JS/styles. Learn how to eliminate render-blocking resources.
Minify JavaScript
Potential savings of 143 KiB
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Avoid large layout shifts
2 layout shifts found
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Enable text compression
Potential savings of 431 KiB
Text-based resources should be served with compression (gzip, deflate or brotli) to minimize total network bytes. Learn more about text compression.
Largest Contentful Paint element
20,590 ms
This is the largest contentful element painted within the viewport. Learn more about the Largest Contentful Paint element
Minimize main-thread work
8.7 s
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Avoid serving legacy JavaScript to modern browsers
Potential savings of 24 KiB
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 how to use modern JavaScript
Avoid enormous network payloads
Total size was 5,173 KiB
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Preload Largest Contentful Paint image
If the LCP element is dynamically added to the page, you should preload the image in order to improve LCP. Learn more about preloading LCP elements.
Image elements do not have explicit `width` and `height`
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Serve static assets with an efficient cache policy
136 resources found
A long cache lifetime can speed up repeat visits to your page. Learn more about efficient cache policies.
Does not use passive listeners to improve scrolling performance
Consider marking your touch and wheel event listeners as `passive` to improve your page's scroll performance. Learn more about adopting passive event listeners.
Ensure text remains visible during webfont load
Leverage the `font-display` CSS feature to ensure text is user-visible while webfonts are loading. Learn more about `font-display`.

Orangeribbon.jp Mobile SEO: 91/100
Quick overview:
Crawling and Indexing
To appear in search results, crawlers need access to your app.
Links are not crawlable
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable

Orangeribbon.jp Mobile Best Practices: 59/100
Quick overview:
Trust and Safety
Does not use HTTPS
1 insecure request found
All sites should be protected with HTTPS, even ones that don't handle sensitive data. This includes avoiding mixed content, where some resources are loaded over HTTP despite the initial request being served over HTTPS. HTTPS prevents intruders from tampering with or passively listening in on the communications between your app and your users, and is a prerequisite for HTTP/2 and many new web platform APIs. Learn more about HTTPS.
General
Browser errors were logged to the console
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Issues were logged in the `Issues` panel in Chrome Devtools
Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue.
Uses deprecated APIs
1 warning found
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Orangeribbon.jp Mobile Accessibility: 69/100
Quick overview:
ARIA
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
`[aria-*]` attributes do not match their roles
Each ARIA `role` supports a specific subset of `aria-*` attributes. Mismatching these invalidates the `aria-*` attributes. Learn how to match ARIA attributes to their roles.
`[aria-*]` attributes do not have valid values
Assistive technologies, like screen readers, can't interpret ARIA attributes with invalid values. Learn more about valid values for ARIA attributes.
Elements with an ARIA `[role]` that require children to contain a specific `[role]` are missing some or all of those required children.
Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. Learn more about roles and required children elements.
ARIA input fields do not have accessible names
When an input field doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn more about input field labels.
Names and labels
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Image elements have `[alt]` attributes that are redundant text.
Informative elements should aim for short, descriptive alternative text. Alternative text that is exactly the same as the text adjacent to the link or image is potentially confusing for screen reader users, because the text will be read twice. Learn more about the `alt` attribute.
Links do not have a discernible name
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Contrast
These are opportunities to improve the legibility of your content.
Background and foreground colors do not have a sufficient contrast ratio.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Tables and lists
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Lists do not contain only `<li>` elements and script supporting elements (`<script>` and `<template>`).
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Best practices
These items highlight common accessibility best practices.
Touch targets do not have sufficient size or spacing.
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Similar tests
www.orangeribbon.com
www.orangeribbon.net
www.orangeribbon.org
www.orangeribbon.info
www.orangeribbon.biz
www.orangeribbon.us
www.orangeribbon.mobi
www.rangeribbon.jp
www.orangeribbon.jp
www.irangeribbon.jp
www.oirangeribbon.jp
www.iorangeribbon.jp
www.krangeribbon.jp
www.okrangeribbon.jp
www.korangeribbon.jp
www.lrangeribbon.jp
www.olrangeribbon.jp
www.lorangeribbon.jp
www.prangeribbon.jp
www.oprangeribbon.jp
www.porangeribbon.jp
www.oangeribbon.jp
www.oeangeribbon.jp
www.oreangeribbon.jp
www.oerangeribbon.jp
www.odangeribbon.jp
www.ordangeribbon.jp
www.odrangeribbon.jp
www.ofangeribbon.jp
www.orfangeribbon.jp
www.ofrangeribbon.jp
www.otangeribbon.jp
www.ortangeribbon.jp
www.otrangeribbon.jp
www.orngeribbon.jp
www.orqngeribbon.jp
www.oraqngeribbon.jp
www.orqangeribbon.jp
www.orwngeribbon.jp
www.orawngeribbon.jp
www.orwangeribbon.jp
www.orsngeribbon.jp
www.orasngeribbon.jp
www.orsangeribbon.jp
www.orzngeribbon.jp
www.orazngeribbon.jp
www.orzangeribbon.jp
www.orageribbon.jp
www.orabgeribbon.jp
www.oranbgeribbon.jp
www.orabngeribbon.jp
www.orahgeribbon.jp
www.oranhgeribbon.jp
www.orahngeribbon.jp
www.orajgeribbon.jp
www.oranjgeribbon.jp
www.orajngeribbon.jp
www.oramgeribbon.jp
www.oranmgeribbon.jp
www.oramngeribbon.jp
www.oraneribbon.jp
www.oranferibbon.jp
www.orangferibbon.jp
www.oranfgeribbon.jp
www.oranveribbon.jp
www.orangveribbon.jp
www.oranvgeribbon.jp
www.oranteribbon.jp
www.orangteribbon.jp
www.orantgeribbon.jp
www.oranberibbon.jp
www.orangberibbon.jp
www.oranyeribbon.jp
www.orangyeribbon.jp
www.oranygeribbon.jp
www.oranheribbon.jp
www.orangheribbon.jp
www.orangribbon.jp
www.orangwribbon.jp
www.orangewribbon.jp
www.orangweribbon.jp
www.orangsribbon.jp
www.orangesribbon.jp
www.orangseribbon.jp
www.orangdribbon.jp
www.orangedribbon.jp
www.orangderibbon.jp
www.orangrribbon.jp
www.orangerribbon.jp
www.orangreribbon.jp
www.orangeibbon.jp
www.orangeeibbon.jp
www.orangereibbon.jp
www.orangeeribbon.jp
www.orangedibbon.jp
www.orangerdibbon.jp
www.orangefibbon.jp
www.orangerfibbon.jp
www.orangefribbon.jp
www.orangetibbon.jp
www.orangertibbon.jp
www.orangetribbon.jp
www.orangerbbon.jp
www.orangerubbon.jp
www.orangeriubbon.jp
www.orangeruibbon.jp
www.orangerjbbon.jp
www.orangerijbbon.jp
www.orangerjibbon.jp
www.orangerkbbon.jp
www.orangerikbbon.jp
www.orangerkibbon.jp
www.orangerobbon.jp
www.orangeriobbon.jp
www.orangeroibbon.jp
www.orangeribon.jp
www.orangerivbon.jp
www.orangeribvbon.jp
www.orangerivbbon.jp
www.orangerigbon.jp
www.orangeribgbon.jp
www.orangerigbbon.jp
www.orangerihbon.jp
www.orangeribhbon.jp
www.orangerihbbon.jp
www.orangerinbon.jp
www.orangeribnbon.jp
www.orangerinbbon.jp
www.orangeribvon.jp
www.orangeribbvon.jp
www.orangeribgon.jp
www.orangeribbgon.jp
www.orangeribhon.jp
www.orangeribbhon.jp
www.orangeribnon.jp
www.orangeribbnon.jp
www.orangeribbn.jp
www.orangeribbin.jp
www.orangeribboin.jp
www.orangeribbion.jp
www.orangeribbkn.jp
www.orangeribbokn.jp
www.orangeribbkon.jp
www.orangeribbln.jp
www.orangeribboln.jp
www.orangeribblon.jp
www.orangeribbpn.jp
www.orangeribbopn.jp
www.orangeribbpon.jp
www.orangeribbo.jp
www.orangeribbob.jp
www.orangeribbonb.jp
www.orangeribbobn.jp
www.orangeribboh.jp
www.orangeribbonh.jp
www.orangeribbohn.jp
www.orangeribboj.jp
www.orangeribbonj.jp
www.orangeribbojn.jp
www.orangeribbom.jp
www.orangeribbonm.jp
www.orangeribbomn.jp
Last Tested: