Mobile 375 × 812

Desktop 1440 × 900

Score: 70 / 100
Based on 8 categories, 0 sections
Room to improve — your 6.3s load time is above Google's 2.5s 'Good' threshold.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
Well-optimized for search — your content is discoverable.
Solid infrastructure — fast server responses across the board.
Mostly compliant — a few items need attention.
Good content signals with minor gaps.
Heavier than average — reducing page weight saves energy and bandwidth.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
HSTS header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
1 button(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
5 link(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/9c4fa1f9-0c8b-4d92-a58a-83f7c02d7dd7)<a href="https://beavercheck.com/results/9c4fa1f9-0c8b-4d92-a58a-83f7c02d7dd7"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fcamp-fire.jp" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fcamp-fire.jpThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your user trust.
10 barrier(s) likely increasing bounce by ~31%.
Page takes 6.3s to load
+12% bounceUsers abandon at ~3s — you're 3.8s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 1.9s
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
Viewport disables user zoom
+2% bounceVisitors with low vision can't read the page — and some jurisdictions treat this as a legal risk
Fix: Remove user-scalable=no; drop maximum-scale if it's below 2
No structured data
+2% bounceNo rich-result eligibility in Google — lower SERP CTR vs competitors with stars and prices
Fix: Add JSON-LD for your page type (Product, Article, FAQPage, LocalBusiness, …)
Content is hard to read
+2% bounceGraduate-level reading difficulty — limits the addressable audience for product or blog pages
Fix: Shorten sentences; replace jargon with plain language; target Flesch ease ≥60
5 link(s) with generic text ("click here", "read more")
+1% bounceScreen-reader users navigating by link list see no context — and search engines can't infer relevance
Fix: Rewrite with descriptive phrases that identify the destination
No skip-to-content link
+1% bounceKeyboard and screen-reader users must tab through the entire header on every page
Fix: Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element
1 broken link(s) on the page
+2% bounceClicks land on 404s — trust drops and the session often ends
Fix: Fix or remove the broken destinations surfaced on the Content tab
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
¥36,000 investment → ¥497,658/month returns + JPY 100,000,000 risk avoided
¥36,000
4h · 5 findings
¥497,658 /mo
~¥5,971,895 / year
JPY 100,000,000
if kept compliant
¥12,000 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
4.5 developer hours at ¥8000/hr
Based on Japan rates (¥8000/hr)
Start here for the best return on investment
¥8,333,473 / month at risk
~¥100,001,679 / year if left unfixed
¥100,000,000
+1 more
¥140 /mo
11715.5 MB/mo × 11.940 JPY/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 5 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
5.30 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
6.35 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.88 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
7.13 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
24.19 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
VOCALOID FAN-ding section.section > div.slider > a.slider-item > img.image | /uploads/top_banner_setting/banner_image/130/トップ... | 281.2 KiB | 277.8 KiB |
青森県東方沖地震災害支援プログラム section.section > div.slider > a.slider-item > img.image | /uploads/top_banner_setting/banner_image/134/tohoku_saiga... | 107.0 KiB | 101.9 KiB |
JFA_CROWDFUNDING section.section > div.slider > a.slider-item > img.image | /uploads/top_banner_setting/banner_image/97/jfaトッフ... | 73.2 KiB | 69.7 KiB |
div.project > div.head > div.content > img.image div.project > div.head > div.content > img.image | /uploads/project_version/image/1573349/d5ea754e-33cc-4b40... | 64.7 KiB | 53.4 KiB |
div.project > div.head > div.content > img.image div.project > div.head > div.content > img.image | /uploads/project_version/image/1573349/d5ea754e-33cc-4b40... | 64.7 KiB | 51.7 KiB |
div.project > div.head > div.content > img.image div.project > div.head > div.content > img.image | /uploads/project_version/image/1570568/4114262d-ca22-45d0... | 50.7 KiB | 39.4 KiB |
div.project > div.head > div.content > img.image div.project > div.head > div.content > img.image | /uploads/project_version/image/1570568/4114262d-ca22-45d0... | 50.7 KiB | 39.4 KiB |
div.project > div.head > div.content > img.image div.project > div.head > div.content > img.image | /uploads/project_version/image/1575951/79842826-59ca-4023... | 45.3 KiB | 33.7 KiB |
div.project > div.head > div.content > img.image div.project > div.head > div.content > img.image | /uploads/project_version/image/1570569/09ece52b-33b5-4664... | 42.7 KiB | 31.4 KiB |
div.project > div.head > div.content > img.image div.project > div.head > div.content > img.image | /uploads/project_version/image/1542596/3f1f4768-0345-400a... | 42.2 KiB | 30.9 KiB |
div.project > div.head > div.content > img.image div.project > div.head > div.content > img.image | /uploads/project_version/image/1570569/09ece52b-33b5-4664... | 42.7 KiB | 29.7 KiB |
div.project > div.head > div.content > img.image div.project > div.head > div.content > img.image | /uploads/project_version/image/1572793/c2646e68-4c87-45fe... | 37.2 KiB | 26.5 KiB |
div.project > div.head > div.content > img.image div.project > div.head > div.content > img.image | /uploads/project_version/image/1572424/396343f4-b6fa-4cc6... | 35.2 KiB | 23.5 KiB |
div.project > div.head > div.content > img.image div.project > div.head > div.content > img.image | /uploads/project_version/image/1568518/f995da5d-94ec-46d9... | 29.8 KiB | 19.2 KiB |
div.project > div.head > div.content > img.image div.project > div.head > div.content > img.image | /uploads/project_version/image/1574225/9c3b2e90-10dd-4406... | 55.8 KiB | 16.7 KiB |
div.project > div.head > div.content > img.image div.project > div.head > div.content > img.image | /uploads/project_version/image/1567028/6bc1e486-35e8-4ef1... | 24.9 KiB | 16.6 KiB |
div.project > div.head > div.content > img.image div.project > div.head > div.content > img.image | /uploads/project_version/image/1574668/3630ace4-69aa-4fd6... | 20.8 KiB | 14.5 KiB |
div.project > div.head > div.content > img.image div.project > div.head > div.content > img.image | /uploads/project_version/image/1574668/3630ace4-69aa-4fd6... | 20.8 KiB | 14.5 KiB |
CAMPFIRE for Entertainment_KV section.section > div.slider > a.slider-item > img.image | /uploads/top_banner_setting/banner_image/100/forET_KV_ban... | 24.6 KiB | 9.8 KiB |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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.
Performance issues directly impact user engagement and conversion rates.
Keep the server response time for the main document short because all other requests depend on it. Learn more about the Time to First Byte metric.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| camp-fire.jp/ | 1.4 s |
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.
Performance issues directly impact user engagement and conversion rates.
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| connect.facebook.net/en_US/fbevents.js | 96.5 KiB | 90.6 KiB |
| www.googletagmanager.com/gtag/destination?id=AW-830732742&cx=c>m=4e64k0 | 146.2 KiB | 68.9 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-P4CFGTRC&l=itm_dl1_1020687 | 139.6 KiB | 68.5 KiB |
| www.googletagmanager.com/gtag/destination?id=AW-775602572&cx=c>m=4e64k0 | 137.3 KiB | 67.2 KiB |
| static.camp-fire.jp/frontend/_app/immutable/chunks/DApvA3Bo.js | 144.2 KiB | 66.8 KiB |
| www.googletagmanager.com/gtag/js?id=G-8FTFZG4J4P&cx=c>m=4e64k0 | 172.9 KiB | 64.4 KiB |
| www.googletagmanager.com/gtag/js?id=AW-393149415&cx=c>m=4e64k0 | 147.2 KiB | 60.1 KiB |
| connect.facebook.net/ja_JP/bundle/sdk.js/ | 77.8 KiB | 54.7 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-W9DRDW2 | 204.6 KiB | 48.9 KiB |
| connect.facebook.net/en_US/fbevents.js | 96.5 KiB | 29.7 KiB |
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.
Performance issues directly impact user engagement and conversion rates.
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
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 4.0 s |
| Other | 1.3 s |
| Style & Layout | 1.1 s |
| Script Parsing & Compilation | 478 ms |
| Garbage Collection | 160 ms |
| Parse HTML & CSS | 142 ms |
| Rendering | 83 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
| Pages whose main resource has cache-control:no-store cannot enter back/forward cache. | Not actionable |
| Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header. | Not actionable |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| ac.fanp.me/ck/3aed840a1186Y609/cookie.js | 14.1 KiB | 5.5 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
div.page > div.app-install-banner-sp > div.app-install-banner-wrapper > img.app-icon div.page > div.app-install-banner-sp > div.app-install-banner-wrapper > img.app-icon | /frontend/_app/immutable/assets/campfire-app-icon.6qpesB4... |
CAMPFIRE div.navigation > div.logo > a#gtm-hnav-header-logo > img.logo-image | static.camp-fire.jp/frontend/_app/immutable/assets/campfire.BxyaODaz.svg |
div.app-install-banner-wrapper > div.banner-content > div.rating > img.star-rating div.app-install-banner-wrapper > div.banner-content > div.rating > img.star-rating | |
CAMPFIREコミュニティ section.section > div.container > div.head > img.head-logo | |
div.support > div.academy > div.academy-title > img div.support > div.academy > div.academy-title > img | |
campfire トップページへ div.footer-bottom-wrap > div.logo > a > img.svelte-1hebvmg |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.navigation > div.pj-created-search > div.pj-search-sp > button#gtm-search-modal-button div.navigation > div.pj-created-search > div.pj-search-sp > button#gtm-search-modal-button |
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.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.footer-bottom-wrap > ul.social-link > li.svelte-1hebvmg > a div.footer-bottom-wrap > ul.social-link > li.svelte-1hebvmg > a |
div.footer-bottom-wrap > ul.social-link > li.svelte-1hebvmg > a div.footer-bottom-wrap > ul.social-link > li.svelte-1hebvmg > a |
div.footer-bottom-wrap > ul.social-link > li.svelte-1hebvmg > a div.footer-bottom-wrap > ul.social-link > li.svelte-1hebvmg > a |
div.footer-bottom-wrap > ul.social-link > li.svelte-1hebvmg > a div.footer-bottom-wrap > ul.social-link > li.svelte-1hebvmg > a |
div.footer-bottom-wrap > ul.social-link > li.svelte-1hebvmg > a div.footer-bottom-wrap > ul.social-link > li.svelte-1hebvmg > a |
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.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Terms of Use div.inner > label.agreement-container > span > a.link |
Privacy Policy div.inner > label.agreement-container > span > a.link |
International Support Terms div.inner > label.agreement-container > span > a.link |
もっとみる section.section > div.header > div.row > a#gtm-toppage-to-recommended-list-page-from-title |
おすすめをもっとみる div.container > div.main > section.section > a#gtm-toppage-to-recommended-list-page-from-bottom |
毎日更新 div.main > section.section > div.header > div.subtitle |
人気ランキング section.section > div.header > div.row > div.title |
もっとみる section.section > div.header > div.row > a#gtm-toppage-to-popularity-ranking-list-page-from-title |
12位以降もみる div.main > section.section > a#gtm-toppage-to-popularity-ranking-list-page-from-bottom > div.more-sp |
総合 section.section > div.link-list > a#gtm-toppage-to-popularity-ranking-category-page-link-all > span |
数量限定品やお得なリターンも! div.main > section.section > div.header > div.subtitle |
注目のリターンをもっとみる div.container > div.main > section.section > a#gtm-toppage-to-popular-rewards-list-page-from-bottom |
お見逃しはありませんか? div.main > section.section > div.header > div.subtitle |
もっとみる section.section > div.header > div.row > a#gtm-toppage-to-last-spurt-projects-list-page-from-title |
12日 div.project-list > div.project-wrap > div.remaining-time > span.svelte-1ydgsbg |
7日 div.project-list > div.project-wrap > div.remaining-time > span.svelte-1ydgsbg |
9日 div.project-list > div.project-wrap > div.remaining-time > span.svelte-1ydgsbg |
8日 div.project-list > div.project-wrap > div.remaining-time > span.svelte-1ydgsbg |
もうすぐ終了をもっとみる div.container > div.main > section.section > a#gtm-toppage-to-last-spurt-projects-list-page-from-bottom |
注目するなら今! div.main > section.section > div.header > div.subtitle |
もっとみる section.section > div.header > div.row > a#gtm-toppage-to-coming-soon-projects-list-page-from-title |
まもなく公開をもっとみる div.container > div.main > section.section > a#gtm-toppage-to-coming-soon-projects-list-page-from-bottom |
もっとみる section.section > div.container > div.head > a#top_to_curation_channels_list_page |
もっとみる section.section > div.container > div.head > a#top_to_community_projects_list_page |
プロジェクトの作成はこちら div.inner > div.links > div.links-ready > a.link |
無料のまとめ資料はこちら div.inner > div.links > div.links-ready > a.link |
無料相談はこちら div.inner > div.links > div > a.link |
説明会への参加はこちら div.inner > div.links > div > a.link |
各種規定 div.footer-main-content > div.service-and-about > div.about > p.provisions |
「QRコード」は株式会社デンソーウェーブの登録商標です。 footer.footer > div.container > div.footer-bottom > p.qr-code-note |
These are opportunities to improve the legibility of your content.
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
カテゴリー div.container > div.footer-main-content > div.category > h6.main-content-title |
These are opportunities to improve keyboard navigation in your application.
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
head > meta head > meta |
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.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
プロダクト div.body > div.tags > div.content > a.tag |
プロダクト div.body > div.tags > div.content > a.tag |
東京 div.body > div.tags > div.content > a.tag |
プロダクト div.body > div.tags > div.content > a.tag |
まちづくり・地域活性化 div.body > div.tags > div.content > a.tag |
愛知 div.body > div.tags > div.content > a.tag |
プロダクト div.body > div.tags > div.content > a.tag |
山梨 div.body > div.tags > div.content > a.tag |
プロダクト div.body > div.tags > div.content > a.tag |
山梨 div.body > div.tags > div.content > a.tag |
プロダクト div.body > div.tags > div.content > a.tag |
東京 div.body > div.tags > div.content > a.tag |
プロダクト div.body > div.tags > div.content > a.tag |
山梨 div.body > div.tags > div.content > a.tag |
まちづくり・地域活性化 div.body > div.tags > div.content > a.tag |
愛知 div.body > div.tags > div.content > a.tag |
プロダクト div.body > div.tags > div.content > a.tag |
プロダクト div.body > div.tags > div.content > a.tag |
東京 div.body > div.tags > div.content > a.tag |
アート・写真 div.body > div.tags > div.content > a.tag |
書籍・雑誌出版 div.body > div.tags > div.content > a.tag |
神奈川 div.body > div.tags > div.content > a.tag |
フード・飲食店 div.body > div.tags > div.content > a.tag |
福岡 div.body > div.tags > div.content > a.tag |
まちづくり・地域活性化 div.body > div.tags > div.content > a.tag |
プロダクト div.body > div.tags > div.content > a.tag |
山梨 div.body > div.tags > div.content > a.tag |
音楽 div.body > div.tags > div.content > a.tag |
フード・飲食店 div.body > div.tags > div.content > a.tag |
プロダクト div.body > div.tags > div.content > a.tag |
東京 div.body > div.tags > div.content > a.tag |
スポーツ div.body > div.tags > div.content > a.tag |
栃木 div.body > div.tags > div.content > a.tag |
プロダクト div.body > div.tags > div.content > a.tag |
テクノロジー・ガジェット div.body > div.tags > div.content > a.tag |
映像・映画 div.body > div.tags > div.content > a.tag |
東京 div.body > div.tags > div.content > a.tag |
ゲーム・サービス開発 div.body > div.tags > div.content > a.tag |
まちづくり・地域活性化 div.body > div.tags > div.content > a.tag |
岩手 div.body > div.tags > div.content > a.tag |
フード・飲食店 div.body > div.tags > div.content > a.tag |
山形 div.body > div.tags > div.content > a.tag |
チャレンジ div.body > div.tags > div.content > a.tag |
チャレンジ div.body > div.tags > div.content > a.tag |
神奈川 div.body > div.tags > div.content > a.tag |
テクノロジー・ガジェット div.body > div.tags > div.content > a.tag |
まちづくり・地域活性化 div.body > div.tags > div.content > a.tag |
大分 div.body > div.tags > div.content > a.tag |
スポーツ div.body > div.tags > div.content > a.tag |
まちづくり・地域活性化 div.body > div.tags > div.content > a.tag |
北海道 div.body > div.tags > div.content > a.tag |
書籍・雑誌出版 div.body > div.tags > div.content > a.tag |
フード・飲食店 div.body > div.tags > div.content > a.tag |
沖縄 div.body > div.tags > div.content > a.tag |
These items highlight common accessibility best practices.
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| Topics | |
| AttributionReporting | connect.facebook.net/en_US/fbevents.js line 279, col 769 |
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
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
Access to fetch at 'https://apm.yahoo.co.jp/rt/?p=S9Z6K7YFRZ&label=&ref=https%3A%2F%2Fcamp-fire.jp%2F&rref=&pt=&item=&cat=&price=&quantity=&et_optout=false&r=1776888078.518521&pvid=pikcuojvivmoaha81h&su=630ce437-2e04-458a-bd3f-8cdda6709e89&__lt__cid_valid=true&_impl=ytag&brands=%22Chromium%22%3B%20v%3D%22147.0.7727.101%22%2C%20%22Not.A%2FBrand%22%3B%20v%3D%228.0.0.0%22&platform=%22Android%22&platform_version=%2211.0%22' from origin 'https://camp-fire.jp' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Failed to load resource: net::ERR_FAILED | |
Refused to execute script from 'https://pp.d2-apps.net/v1/impressions/log?client_id=552&site_url=https%3A%2F%2Fcamp-fire.jp%2F&referer=&__version=1.0.0&__ord=7968784068442&callback=__pfunc&viewport=412x823&language=en-US&first_party_uid=ks8kIJ0TwIm1CGtmWbsj9t1g2ir3tiou&local_storage_uid=Yla2EABOu2dkFYoX3PyDQNktLAmT4oAP&c_1=camp-fire&c_2=ClientSite' because its MIME type ('image/gif') is not executable. |
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
2.00 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.32 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
138 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.66 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
5.09 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
div.main-readyfor > section.section > div.content > img.bg div.main-readyfor > section.section > div.content > img.bg | static.camp-fire.jp/frontend/_app/immutable/assets/readyfor-bg.CqM2W07-.png | 571.7 KiB | 551.3 KiB |
CAMPFIREforSports_20250729 section > div.banners > a.banner > img.image | /uploads/top_banner_setting/banner_image/129/トップ... | 307.8 KiB | 305.1 KiB |
VOCALOID FAN-ding section.section > div.slider > a.slider-item > img.image | /uploads/top_banner_setting/banner_image/130/トップ... | 281.2 KiB | 280.1 KiB |
ジャパンラグビー_20250709 section > div.banners > a.banner > img.image | /uploads/top_banner_setting/banner_image/128/image__10_.p... | 201.4 KiB | 199.7 KiB |
青森県東方沖地震災害支援プログラム section.section > div.slider > a.slider-item > img.image | /uploads/top_banner_setting/banner_image/134/tohoku_saiga... | 107.0 KiB | 105.3 KiB |
JFA_CROWDFUNDING section.section > div.slider > a.slider-item > img.image | /uploads/top_banner_setting/banner_image/97/jfaトッフ... | 73.2 KiB | 72.0 KiB |
DMM地方創生クラウドファンディング section > div.banners > a.banner > img.image | /uploads/top_banner_setting/banner_image/135/banner.png?a... | 65.3 KiB | 63.1 KiB |
div.project > div.head > div.content > img.image div.project > div.head > div.content > img.image | /uploads/project_version/image/1538919/7680f0ba-52f2-4fcf... | 66.2 KiB | 61.0 KiB |
div.project > div.head > div.content > img.image div.project > div.head > div.content > img.image | /uploads/project_version/image/1571448/34f85194-5f8c-4ce1... | 58.6 KiB | 53.4 KiB |
div.project > div.head > div.content > img.image div.project > div.head > div.content > img.image | /uploads/project_version/image/1571783/37ac4bbc-bc87-46fd... | 58.1 KiB | 52.9 KiB |
div.project > div.head > div.content > img.image div.project > div.head > div.content > img.image | /uploads/project_version/image/1571448/34f85194-5f8c-4ce1... | 58.6 KiB | 51.4 KiB |
div.project > div.head > div.content > img.image div.project > div.head > div.content > img.image | /uploads/project_version/image/1574748/9aed2c60-0464-4795... | 56.5 KiB | 51.3 KiB |
bicfire2026 section > div.banners > a.banner > img.image | /uploads/top_banner_setting/banner_image/131/topbnr_bigfi... | 49.2 KiB | 47.5 KiB |
div.project > div.head > div.content > img.image div.project > div.head > div.content > img.image | /uploads/project_version/image/1565165/681928c9-114d-4517... | 51.7 KiB | 46.5 KiB |
div.project > div.head > div.content > img.image div.project > div.head > div.content > img.image | /uploads/project_version/image/1570568/4114262d-ca22-45d0... | 50.7 KiB | 45.4 KiB |
div.project > div.head > div.content > img.image div.project > div.head > div.content > img.image | /uploads/project_version/image/1560221/bb512bb4-99e2-4eb9... | 50.0 KiB | 44.7 KiB |
div.project > div.head > div.content > img.image div.project > div.head > div.content > img.image | /uploads/project_version/image/1570568/4114262d-ca22-45d0... | 50.7 KiB | 43.4 KiB |
div.project > div.head > div.content > img.image div.project > div.head > div.content > img.image | /uploads/project_version/image/1576363/58658aab-464a-4aee... | 46.8 KiB | 39.5 KiB |
div.project > div.head > div.content > img.image div.project > div.head > div.content > img.image | /uploads/project_version/image/1575951/79842826-59ca-4023... | 45.3 KiB | 37.8 KiB |
div.project > div.head > div.content > img.image div.project > div.head > div.content > img.image | /uploads/project_version/image/1542596/3f1f4768-0345-400a... | 42.2 KiB | 34.9 KiB |
div.project > div.head > div.content > img.image div.project > div.head > div.content > img.image | /uploads/project_version/image/1570569/09ece52b-33b5-4664... | 42.7 KiB | 33.6 KiB |
matsukiyo-fire section > div.banners > a.banner > img.image | /uploads/top_banner_setting/banner_image/136/5_トッフ... | 34.1 KiB | 32.9 KiB |
div.project > div.head > div.content > img.image div.project > div.head > div.content > img.image | /uploads/project_version/image/1574635/99774b95-01b8-469c... | 41.1 KiB | 32.0 KiB |
div.project > div.head > div.content > img.image div.project > div.head > div.content > img.image | /uploads/project_version/image/1576891/4b78c816-62e7-4356... | 36.1 KiB | 31.3 KiB |
div.project > div.head > div.content > img.image div.project > div.head > div.content > img.image | /uploads/project_version/image/1572793/c2646e68-4c87-45fe... | 37.2 KiB | 30.3 KiB |
div.project > div.head > div.content > img.image div.project > div.head > div.content > img.image | /uploads/project_version/image/1572424/396343f4-b6fa-4cc6... | 35.2 KiB | 27.0 KiB |
div.project > div.head > div.content > img.image div.project > div.head > div.content > img.image | /uploads/project_version/image/1576577/54da4c28-a4ac-47fe... | 38.3 KiB | 24.4 KiB |
CAMPFIRE for Entertainment_KV section.section > div.slider > a.slider-item > img.image | /uploads/top_banner_setting/banner_image/100/forET_KV_ban... | 24.6 KiB | 19.8 KiB |
div.project > div.head > div.content > img.image div.project > div.head > div.content > img.image | /uploads/project_version/image/1567028/6bc1e486-35e8-4ef1... | 24.9 KiB | 19.1 KiB |
JTB_20250508 section > div.banners > a.banner > img.image | /uploads/top_banner_setting/banner_image/126/image__6_.pn... | 20.9 KiB | 18.9 KiB |
div.project > div.head > div.content > img.image div.project > div.head > div.content > img.image | /uploads/project_version/image/1574225/9c3b2e90-10dd-4406... | 55.8 KiB | 16.7 KiB |
div.project > div.head > div.content > img.image div.project > div.head > div.content > img.image | /uploads/project_version/image/1568518/f995da5d-94ec-46d9... | 29.8 KiB | 16.4 KiB |
div.project > div.head > div.content > img.image div.project > div.head > div.content > img.image | /uploads/project_version/image/1574668/3630ace4-69aa-4fd6... | 20.8 KiB | 12.9 KiB |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Keep the server response time for the main document short because all other requests depend on it. Learn more about the Time to First Byte metric.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| camp-fire.jp/ | 1.1 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.
Performance issues directly impact user engagement and conversion rates.
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| connect.facebook.net/en_US/fbevents.js | 96.5 KiB | 90.6 KiB |
| www.googletagmanager.com/gtag/destination?id=AW-830732742&cx=c>m=4e64k0 | 146.2 KiB | 69.0 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-P4CFGTRC&l=itm_dl1_1020687 | 139.6 KiB | 68.5 KiB |
| www.googletagmanager.com/gtag/destination?id=AW-775602572&cx=c>m=4e64k0 | 137.3 KiB | 67.0 KiB |
| static.camp-fire.jp/frontend/_app/immutable/chunks/DApvA3Bo.js | 144.2 KiB | 66.8 KiB |
| www.googletagmanager.com/gtag/js?id=G-8FTFZG4J4P&cx=c>m=4e64k0 | 172.9 KiB | 64.4 KiB |
| www.googletagmanager.com/gtag/js?id=AW-393149415&cx=c>m=4e64k0 | 147.2 KiB | 60.4 KiB |
| connect.facebook.net/ja_JP/bundle/sdk.js/ | 77.8 KiB | 54.7 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-W9DRDW2 | 204.6 KiB | 48.9 KiB |
| connect.facebook.net/en_US/fbevents.js | 96.5 KiB | 30.0 KiB |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
| Pages whose main resource has cache-control:no-store cannot enter back/forward cache. | Not actionable |
| Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header. | Not actionable |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| ac.fanp.me/ck/3aed840a1186Y609/cookie.js | 14.1 KiB | 5.5 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
CAMPFIRE div.navigation > div.logo > a#gtm-hnav-header-logo > img.logo-image | static.camp-fire.jp/frontend/_app/immutable/assets/campfire.BxyaODaz.svg |
CAMPFIREコミュニティ section.section > div.container > div.head > img.head-logo | |
div.support > div.academy > div.academy-title > img div.support > div.academy > div.academy-title > img | |
campfire トップページへ div.footer-bottom-wrap > div.logo > a > img.svelte-1hebvmg |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Terms of Use div.inner > label.agreement-container > span > a.link |
Privacy Policy div.inner > label.agreement-container > span > a.link |
International Support Terms div.inner > label.agreement-container > span > a.link |
北海道・東北 div.aside > section > div.areas > div.area |
関東 div.aside > section > div.areas > div.area |
中部 div.aside > section > div.areas > div.area |
近畿 div.aside > section > div.areas > div.area |
中国 div.aside > section > div.areas > div.area |
四国 div.aside > section > div.areas > div.area |
九州・沖縄 div.aside > section > div.areas > div.area |
もっとみる section.section > div.header > div.row > a#gtm-toppage-to-recommended-list-page-from-title |
毎日更新 div.main > section.section > div.header > div.subtitle |
もっとみる section.section > div.header > div.row > a#gtm-toppage-to-popularity-ranking-list-page-from-title |
総合 div.main > section.section > div.tab-list > button#gtm-toppage-to-popularity-ranking-category-button-all |
総合 section.section > div.link-list > a#gtm-toppage-to-popularity-ranking-category-page-link-all > span |
数量限定品やお得なリターンも! div.main > section.section > div.header > div.subtitle |
もっとみる section.section > div.header > div.row > a#gtm-toppage-to-popular-rewards-list-page-from-title |
お見逃しはありませんか? div.main > section.section > div.header > div.subtitle |
もっとみる section.section > div.header > div.row > a#gtm-toppage-to-last-spurt-projects-list-page-from-title |
9日 div.project-list > div.project-wrap > div.remaining-time > span.svelte-1ydgsbg |
8日 div.project-list > div.project-wrap > div.remaining-time > span.svelte-1ydgsbg |
8日 div.project-list > div.project-wrap > div.remaining-time > span.svelte-1ydgsbg |
8日 div.project-list > div.project-wrap > div.remaining-time > span.svelte-1ydgsbg |
7日 div.project-list > div.project-wrap > div.remaining-time > span.svelte-1ydgsbg |
8日 div.project-list > div.project-wrap > div.remaining-time > span.svelte-1ydgsbg |
7日 div.project-list > div.project-wrap > div.remaining-time > span.svelte-1ydgsbg |
12日 div.project-list > div.project-wrap > div.remaining-time > span.svelte-1ydgsbg |
注目するなら今! div.main > section.section > div.header > div.subtitle |
もっとみる section.section > div.header > div.row > a#gtm-toppage-to-coming-soon-projects-list-page-from-title |
もっとみる section.section > div.container > div.head > a#top_to_curation_channels_list_page |
もっとみる section.section > div.container > div.head > a#top_to_community_projects_list_page |
プロジェクトの作成はこちら div.inner > div.links > div.links-ready > a.link |
無料のまとめ資料はこちら div.inner > div.links > div.links-ready > a.link |
無料相談はこちら div.inner > div.links > div > a.link |
説明会への参加はこちら div.inner > div.links > div > a.link |
各種規定 div.footer-main-content > div.service-and-about > div.about > p.provisions |
「QRコード」は株式会社デンソーウェーブの登録商標です。 footer.footer > div.container > div.footer-bottom > p.qr-code-note |
These are opportunities to improve the legibility of your content.
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
カテゴリー div.container > div.footer-main-content > div.category > h6.main-content-title |
These are opportunities to improve keyboard navigation in your application.
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.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.footer-bottom-wrap > ul.social-link > li.svelte-1hebvmg > a div.footer-bottom-wrap > ul.social-link > li.svelte-1hebvmg > a |
div.footer-bottom-wrap > ul.social-link > li.svelte-1hebvmg > a div.footer-bottom-wrap > ul.social-link > li.svelte-1hebvmg > a |
div.footer-bottom-wrap > ul.social-link > li.svelte-1hebvmg > a div.footer-bottom-wrap > ul.social-link > li.svelte-1hebvmg > a |
div.footer-bottom-wrap > ul.social-link > li.svelte-1hebvmg > a div.footer-bottom-wrap > ul.social-link > li.svelte-1hebvmg > a |
div.footer-bottom-wrap > ul.social-link > li.svelte-1hebvmg > a div.footer-bottom-wrap > ul.social-link > li.svelte-1hebvmg > a |
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.
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
head > meta head > meta |
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.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
プロダクト div.body > div.tags > div.content > a.tag |
プロダクト div.body > div.tags > div.content > a.tag |
山梨 div.body > div.tags > div.content > a.tag |
プロダクト div.body > div.tags > div.content > a.tag |
山梨 div.body > div.tags > div.content > a.tag |
プロダクト div.body > div.tags > div.content > a.tag |
プロダクト div.body > div.tags > div.content > a.tag |
東京 div.body > div.tags > div.content > a.tag |
音楽 div.body > div.tags > div.content > a.tag |
プロダクト div.body > div.tags > div.content > a.tag |
山梨 div.body > div.tags > div.content > a.tag |
テクノロジー・ガジェット div.body > div.tags > div.content > a.tag |
音楽 div.body > div.tags > div.content > a.tag |
書籍・雑誌出版 div.body > div.tags > div.content > a.tag |
まちづくり・地域活性化 div.body > div.tags > div.content > a.tag |
石川 div.body > div.tags > div.content > a.tag |
音楽 div.body > div.tags > div.content > a.tag |
フード・飲食店 div.body > div.tags > div.content > a.tag |
プロダクト div.body > div.tags > div.content > a.tag |
プロダクト div.body > div.tags > div.content > a.tag |
東京 div.body > div.tags > div.content > a.tag |
アート・写真 div.body > div.tags > div.content > a.tag |
書籍・雑誌出版 div.body > div.tags > div.content > a.tag |
神奈川 div.body > div.tags > div.content > a.tag |
フード・飲食店 div.body > div.tags > div.content > a.tag |
福岡 div.body > div.tags > div.content > a.tag |
まちづくり・地域活性化 div.body > div.tags > div.content > a.tag |
プロダクト div.body > div.tags > div.content > a.tag |
山梨 div.body > div.tags > div.content > a.tag |
音楽 div.body > div.tags > div.content > a.tag |
フード・飲食店 div.body > div.tags > div.content > a.tag |
プロダクト div.body > div.tags > div.content > a.tag |
東京 div.body > div.tags > div.content > a.tag |
スポーツ div.body > div.tags > div.content > a.tag |
栃木 div.body > div.tags > div.content > a.tag |
ファッション div.body > div.tags > div.content > a.tag |
大阪 div.body > div.tags > div.content > a.tag |
プロダクト div.body > div.tags > div.content > a.tag |
プロダクト div.body > div.tags > div.content > a.tag |
テクノロジー・ガジェット div.body > div.tags > div.content > a.tag |
プロダクト div.body > div.tags > div.content > a.tag |
ゲーム・サービス開発 div.body > div.tags > div.content > a.tag |
まちづくり・地域活性化 div.body > div.tags > div.content > a.tag |
岩手 div.body > div.tags > div.content > a.tag |
フード・飲食店 div.body > div.tags > div.content > a.tag |
山形 div.body > div.tags > div.content > a.tag |
映像・映画 div.body > div.tags > div.content > a.tag |
東京 div.body > div.tags > div.content > a.tag |
テクノロジー・ガジェット div.body > div.tags > div.content > a.tag |
まちづくり・地域活性化 div.body > div.tags > div.content > a.tag |
福岡 div.body > div.tags > div.content > a.tag |
まちづくり・地域活性化 div.body > div.tags > div.content > a.tag |
大分 div.body > div.tags > div.content > a.tag |
フード・飲食店 div.body > div.tags > div.content > a.tag |
北海道 div.body > div.tags > div.content > a.tag |
プロダクト div.body > div.tags > div.content > a.tag |
東京 div.body > div.tags > div.content > a.tag |
チャレンジ div.body > div.tags > div.content > a.tag |
チャレンジ div.body > div.tags > div.content > a.tag |
神奈川 div.body > div.tags > div.content > a.tag |
チャレンジ div.body > div.tags > div.content > a.tag |
スポーツ div.body > div.tags > div.content > a.tag |
まちづくり・地域活性化 div.body > div.tags > div.content > a.tag |
北海道 div.body > div.tags > div.content > a.tag |
書籍・雑誌出版 div.body > div.tags > div.content > a.tag |
フード・飲食店 div.body > div.tags > div.content > a.tag |
沖縄 div.body > div.tags > div.content > a.tag |
まちづくり・地域活性化 div.body > div.tags > div.content > a.tag |
まちづくり・地域活性化 div.body > div.tags > div.content > a.tag |
大阪 div.body > div.tags > div.content > a.tag |
フード・飲食店 div.body > div.tags > div.content > a.tag |
北海道 div.body > div.tags > div.content > a.tag |
音楽 div.body > div.tags > div.content > a.tag |
These items highlight common accessibility best practices.
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| Topics | |
| AttributionReporting | connect.facebook.net/en_US/fbevents.js line 279, col 769 |
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
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
Access to fetch at 'https://apm.yahoo.co.jp/rt/?p=S9Z6K7YFRZ&label=&ref=https%3A%2F%2Fcamp-fire.jp%2F&rref=&pt=&item=&cat=&price=&quantity=&et_optout=false&r=1776888100.8123133&pvid=hgiaeizcgzjmoahaomr&su=88dc8e08-b998-44ed-b412-292891ebd7ce&__lt__cid_valid=true&_impl=ytag&brands=%22Chromium%22%3B%20v%3D%22147.0.7727.101%22%2C%20%22Not.A%2FBrand%22%3B%20v%3D%228.0.0.0%22&platform=%22macOS%22&platform_version=%2210.15.7%22' from origin 'https://camp-fire.jp' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Failed to load resource: net::ERR_FAILED | |
Refused to execute script from 'https://pp.d2-apps.net/v1/impressions/log?client_id=552&site_url=https%3A%2F%2Fcamp-fire.jp%2F&referer=&__version=1.0.0&__ord=1170278065126&callback=__pfunc&viewport=1350x940&language=en-US&first_party_uid=OXYgCGPxWcmJ4sQ6ixy7ugkBF2xBBCrX&local_storage_uid=Ij1lDq0CNHY7LyeO7EnqTWfIjk3FZxlj&c_1=camp-fire&c_2=ClientSite' because its MIME type ('image/gif') is not executable. |
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Send Feedback