Performance
· 15 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.Performance-focused optimization plan with CWV assessment, top offenders, and time estimates
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
3.14 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
5.99 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
24 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.
3.36 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.
6.10 s
Page Load Progression
FPage Weight BudgetAction7.9 MB transferred, 64 requestsFIX
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Image bandwidth is high — modern formats (WebP/AVIF) and resizing typically cut it 50%+.
Source: web.dev
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
JavaScript bundle is large — code-split routes and lazy-load off-screen components to defer.
Source: web.dev
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
DPage Weight InventoryAction64 resources · 7.9 MB · 294 KB savings availableFIX
~294.4 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 64 resources | 7.9 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
BImage Optimization30 images, 0 KB saveableREVIEW
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
BJS Execution Cost810ms total JS executionREVIEW
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://blog.seesaa.jp/ | 411ms | 2ms | 1ms | 3rd |
| Unattributable | 142ms | 5ms | 0ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-QJNE30TF4L | 103ms | 79ms | 16ms | 3rd |
| https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.js | 83ms | 59ms | 21ms | 3rd |
| https://fundingchoicesmessages.google.com/i/21344574?ers=3 | 71ms | 63ms | 7ms | 3rd |
CJS BundlesAction14 scripts, 294 KB unusedREVIEW
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.js | 188 KB | 136 KB (72%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-QJNE30TF4L | 151 KB | 62 KB (41%) | ✓ | 3rd |
| https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?fcd=true | 54 KB | 37 KB (68%) | ✓ | 3rd |
| https://fundingchoicesmessages.google.com/i/21344574?ers=3 | 70 KB | 37 KB (53%) | ✓ | 3rd |
| https://ajax.googleapis.com/ajax/libs/jquery/1.12.0/jquery.min.js | 34 KB | 23 KB (70%) | ✓ | 3rd |
| https://dmp.im-apps.net/sdk/im-uid.js | 3 KB | — | ✓ | 3rd |
| https://ad.ad-stir.com/ad?app_id=MEDIA-136253eb&ad_spot_no=32&locale=en&ut=1776813981190&topframe=1&origin=https%3A%2F%2Fblog.seesaa.jp%2F&secure=1&sw=800&sh=600&dpr=1&novideo=0&topurl=1&adstir_media_uid=8b5ec87b-12a7-4acb-b8e8-fbf65d22a50b&adstir_optout=1&c_vp=1&media_fq_count=1&callback=AdstirCB7378667347A8418946622 | 0 KB | — | ✓ | 3rd |
| https://www.googletagservices.com/tag/js/gpt.js | 34 KB | — | ✓ | 3rd |
| https://js.ad-stir.com/js/adstir.js | 25 KB | — | ✓ | 3rd |
| https://fundingchoicesmessages.google.com/f/AGSKWxW5ERWN0KJnuKbMJfm1INhhKaIVj6eP74oIWf47mbKNQC8Zw2Rd22jrkBlCyjD83feWRLwiK89EPFXYAC7wA3qYLM-10lWIxacC6b5bMlAJ83u1BRiBkhoZEI9JcQujvyryLPi04Q==?fccs=W251bGwsbnVsbCxudWxsLG51bGwsbnVsbCxudWxsLFsxNzc2ODEzOTgxLDkxNzAwMDAwMF0sbnVsbCxudWxsLG51bGwsW251bGwsWzddXSwiaHR0cHM6Ly9ibG9nLnNlZXNhYS5qcC8iLG51bGwsW1s4LCJEc0tHTi1xcWZyUSJdLFs5LCJlbi1VUyJdLFsxOCwiW1tbbnVsbCwyNzk2XV1dIl0sWzM1LCIxNzc2ODEzOTgxIl0sWzI2LCIxNyJdLFsxOSwiMiJdLFsxNywiWzBdIl0sWzI0LCIiXSxbMjUsIltbOTUzODYxODldXSJdLFsyOSwiZmFsc2UiXV1d | 2 KB | — | ✓ | 3rd |
Consider code splitting or tree shaking to reduce unused code.
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
Consider code splitting or tree shaking to reduce unused code.
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
Consider code splitting or tree shaking to reduce unused code.
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
Consider code splitting or tree shaking to reduce unused code.
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
Consider code splitting or tree shaking to reduce unused code.
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
A+Text CompressionAll text resources are compressedPASS
A+Font Loading1 fonts (74 KB)PASS
Web fonts
1
74 KB total
Render-blocking
0
of 1
Dominant font-display
swap
Most common across fonts
Font loading timeline
Optimization checklist
- Preload critical fonts (priority=high)
- Use woff2 format for all fonts
- Set font-display to swap, optional, or fallback
- Subset large fonts (≤100 KB each)
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
Network Waterfall64 requests over 4591msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
blog.seesaa.jp blog.seesaa.jp | Other | 411ms | 7 KB | — | ¥568/mo | Costly |
Unattributable Unattributable | Other | 142ms | 0 KB | — | ¥196/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 103ms | 151 KB | 41% | ¥142/mo | Costly |
securepubads.g.doubleclick.net securepubads.g.doubleclick.net | Other | 83ms | 188 KB | 72% | ¥114/mo | Costly |
fundingchoicesmessages.google.com fundingchoicesmessages.google.com | Other | 71ms | 70 KB | 53% | ¥98/mo | Costly |
These scripts may cost more than they're worth
- blog.seesaa.jp adds 411ms and costs ~¥568/month
- Unattributable adds 142ms and costs ~¥196/month
- Google Tag Manager adds 103ms and costs ~¥142/month
- securepubads.g.doubleclick.net adds 83ms and costs ~¥114/month
- fundingchoicesmessages.google.com adds 71ms and costs ~¥98/month
100% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.
When third-party JS execution time exceeds your own, performance gains from frontend work are capped by code you don't own.
Learn more ▾ ▴
Every millisecond of third-party JS competes with your own for main-thread time. If their share is bigger than yours, optimization on your code base barely moves the needle. Audit, defer, or remove third-parties before further frontend optimization. Use Lighthouse's third-party audit to identify the worst offenders.
Source: web.dev
blog.seesaa.jp takes 411ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
Unattributable takes 142ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
Google Tag Manager takes 103ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
securepubads.g.doubleclick.net takes 83ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
72% of securepubads.g.doubleclick.net's code is unused. The script may be loading features you don't use.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev
fundingchoicesmessages.google.com takes 71ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
53% of fundingchoicesmessages.google.com's code is unused. The script may be loading features you don't use.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev