Skip to content
https://plala.or.jp

Performance

· 15 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
74
GRADE
C
FIX
3
REVIEW
4
PASS
6
INFO
2

Performance-focused optimization plan with CWV assessment, top offenders, and time estimates

44
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
75
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
92
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
92
SEO Measures basic SEO optimizations: meta tags, crawlability, link text, and mobile friendliness.

First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.

3.60 s

Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.

4.04 s

Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.

4 ms

Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.

0.291

Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.

6.77 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.49 s

Page Load Progression

2.5 s
4.9 s
7.4 s
9.8 s
12.3 s
14.8 s
17.2 s
19.7 s
Checks
15
6 PASS 4 REVIEW 3 FIX
F
Page Weight Budget
Action
6.3 MB transferred, 110 requests
FIX
6.3 MB transferred, 110 requests
Critical::
Page weighs 7.2 MB (6.3 MB transferred)
Info::
Fonts are 3.2 MB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 3.2 MB
Warning::
Images are 1.6 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 1.6 MB
Warning::
JavaScript is 784 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 784 KB
Info::
CSS is 437 KB — consider purging unused styles
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
Got: 437 KB
Warning::
110 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 1.3 g CO2 per page load
6.3 MB / 2.4 MB budget
6.3 MB transferred
110 requests
1.3 g CO2 per page load
Fonts 3.2 MiB 52%
Images 1.6 MiB 26%
JavaScript 784.1 KiB 12%
CSS 437.3 KiB 7%
Other 159.1 KiB 2%
HTML 26.5 KiB 0%
Other 1.4 KiB 0%
Other 592 B 0%
Other 346 B 0%
0 2.4 MB 4.9 MB
Over budget

Subset fonts to include only used characters, or switch to system font stacks.

Why this matters

Font payload is large — subset to used glyphs only, or fall back to system fonts (zero load time).

Source: web.dev font loading

Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.

Why this matters

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.

Why this matters

JavaScript bundle is large — code-split routes and lazy-load off-screen components to defer.

Source: web.dev

Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.

Why this matters

CSS bundle is large — purge unused styles (PurgeCSS, Tailwind JIT) to reduce CSS payload.

Source: web.dev

Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.

Why this matters

High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.

Source: web.dev

F
JS Bundles
Action
22 scripts, 322 KB unused
FIX
22 scripts, 322 KB unused
Warning::
https://www.plala.or.jp/resources_v2/plala/all/js/...: 103 KB unused (69%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.plala.or.jp/resources_v2/plala/all/js/...: unminified — 16 KB could be saved
Warning::
https://www.googletagmanager.com/gtag/destination?...: 67 KB unused (49%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-EML7...: 65 KB unused (41%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-5ZL...: 64 KB unused (42%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.plala.or.jp/resources_v2/plala/all/js/...: 24 KB unused (27%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 322 KB
322 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.plala.or.jp/resources_v2/plala/all/js/shared/common.js151 KB103 KB (69%)1st
https://www.googletagmanager.com/gtag/destination?id=AW-11412435412&cx=c&gtm=4e64h1138 KB67 KB (49%)3rd
https://www.googletagmanager.com/gtag/js?id=G-EML759Z512&cx=c&gtm=4e64h1158 KB65 KB (41%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-5ZLLBC153 KB64 KB (42%)3rd
https://www.plala.or.jp/resources_v2/plala/all/js/shared/jquery-3.6.0.min.js88 KB24 KB (27%)1st
https://www.plala.or.jp/resources_v2/plala/all/js/top/fadein.js1 KB1st
https://www.plala.or.jp/resources_v2/plala/all/js/shared/le-mtagconfig.js0 KB1st
https://www.plala.or.jp/urgent_data/data/urgency_data.js2 KB1st
https://www.plala.or.jp/urgent_data/js/urgency.js1 KB1st
https://www.plala.or.jp/resources_v2/plala/all/js/shared/ocn/ocn.js1 KB1st

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

D
HTTP Caching
Action
No cache headers
FIX
No cache headers
Warning::
No Cache-Control header found
Browsers will use heuristic caching, which can be unpredictable. Set explicit cache headers.
Info::
ETag present — enables conditional (304) responses
Info::
Last-Modified header present

No Cache-Control header

Adding a Cache-Control header can significantly improve repeat-visit performance.

C
Image Optimization
Action
62 images, 0 KB saveable
REVIEW
62 images, 0 KB saveable
Warning::
https://www.plala.or.jp/resources_v2/plala/all/ima... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.plala.or.jp/resources_v2/plala/all/ima... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.plala.or.jp/resources_v2/plala/all/ima... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.plala.or.jp/resources_v2/plala/all/ima... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.plala.or.jp/resources_v2/plala/all/ima... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.plala.or.jp/resources_v2/plala/all/ima... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.plala.or.jp/resources_v2/plala/all/ima... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.plala.or.jp/resources_v2/plala/all/ima... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.plala.or.jp/resources_v2/plala/all/ima... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.plala.or.jp/resources_v2/plala/all/ima... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.plala.or.jp/resources_v2/plala/all/ima... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.plala.or.jp/resources_v2/plala/all/ima... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.plala.or.jp/resources_v2/plala/all/ima... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.plala.or.jp/resources_v2/plala/all/ima... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.plala.or.jp/resources_v2/plala/all/ima... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.plala.or.jp/resources_v2/plala/all/ima... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.plala.or.jp/resources_v2/plala/all/ima... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.plala.or.jp/resources_v2/plala/all/ima... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.plala.or.jp/resources_v2/plala/all/ima... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.plala.or.jp/resources_v2/plala/all/ima... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.plala.or.jp/resources_v2/plala/all/ima... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.plala.or.jp/resources_v2/plala/all/ima... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.plala.or.jp/resources_v2/plala/all/ima... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
62 images 1.6 MB
0 oversized -0 KB
62 legacy format
23 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

C
JS Execution Cost
Action
1092ms total JS execution
REVIEW
1092ms total JS execution
Warning::
https://www.plala.or.jp/resources_v2/plala/all/js/...: 486ms CPU time
Info::
https://www.plala.or.jp/: 218ms CPU time
Info::
Unattributable: 181ms CPU time
Info::
https://www.googletagmanager.com/gtm.js?id=GTM-5ZL...: 79ms CPU time
Info::
https://scripts.clarity.ms/0.8.59/clarity.js: 67ms CPU time
Info::
Third-party scripts: 387ms (35% of total)

Main Thread Breakdown

Script Evaluation 45% Other 25% Style & Layout 19% Rendering 6% Script Parsing & Compilation 3%
ScriptTotalScriptingParse/CompileParty
https://www.plala.or.jp/resources_v2/plala/all/js/shared/jquery-3.6.0.min.js486ms296ms2ms1st
https://www.plala.or.jp/218ms1ms0ms1st
Unattributable181ms3ms0ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-5ZLLBC79ms68ms10ms3rd
https://scripts.clarity.ms/0.8.59/clarity.js67ms61ms2ms3rd
https://www.googletagmanager.com/gtag/js?id=G-EML759Z512&cx=c&gtm=4e64h160ms49ms10ms3rd
C
Page Weight Inventory
Action
110 resources · 6.3 MB · 322 KB savings available
REVIEW
110 resources · 6.3 MB · 322 KB savings available
Warning::
Page weight 5.3 MB over 1MB target
Got: 6.3 MB Expected: ≤ 1 MB
Info::
~322 KB of savings available
Info::
20 third-party resources (8% of weight)
Info::
5 resources over 200KB
110 resources · 6.3 MiB · 20 third-party 5.3 MiB over 1MB target
Font 52% · 3.2 MiB
Image 26% · 1.6 MiB
JavaScript 12% · 784.1 KiB
CSS 7% · 437.3 KiB
Other 2% · 142.3 KiB
Document 1% · 44.3 KiB

~321.8 KiB of savings available

Remove unused JavaScript: 321.8 KiB
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

A+
Third-Party Impact
8% third-party, 0 ms blocking
PASS
8% third-party, 0 ms blocking
Info::
Third-party code accounts for 8% of page weight (507.3 KiB of 6.3 MiB)
Info::
Third-party blocking time is low (0 ms)
92%
First-party Third-party
A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
All text resources are compressed
All text resources are properly compressed.
A+
Font Loading
3 fonts (3317 KB)
PASS
3 fonts (3317 KB)
Info::
3 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

3

3317 KB total

Render-blocking

0

of 3

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s 18.0 s FCP 3.6 s LCP 4.0 shttps://www.plala.or.jp/resources_v2/plala/all/font/ca94208f-21dd-4dc8-ab7c-057d8dbfcccb.woff2ca94208f-21dd-4dc8-ab7c... https://www.plala.or.jp/resources_v2/plala/all/font/ca94208f-21dd-4dc8-ab7c-057d8dbfcccb.woff2 — 1012.2 KiB — 4.6 s — font-display: swaphttps://www.plala.or.jp/resources_v2/plala/all/font/d226afef-6536-4b18-9b28-defffcc4baae.woff2d226afef-6536-4b18-9b28... https://www.plala.or.jp/resources_v2/plala/all/font/d226afef-6536-4b18-9b28-defffcc4baae.woff2 — 1.2 MiB — 13.0 s — font-display: swaphttps://www.plala.or.jp/resources_v2/plala/all/font/3e49aace-6c5a-4a76-a80e-21ab7ad44f14.woff23e49aace-6c5a-4a76-a80e... https://www.plala.or.jp/resources_v2/plala/all/font/3e49aace-6c5a-4a76-a80e-21ab7ad44f14.woff2 — 1.0 MiB — 4.8 s — font-display: swap
ca94208f-21dd-4dc8-ab7c... woff2 swap
Size 1012 KB
Load time 4.6 s
Start 5.6 s
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
d226afef-6536-4b18-9b28... woff2 swap
Size 1259 KB
Load time 13.0 s
Start 5.6 s
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
3e49aace-6c5a-4a76-a80e... woff2 swap
Size 1046 KB
Load time 4.8 s
Start 5.6 s
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
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)

Fixing the unchecked items could save ~1658 KB and ~3316 ms

A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
Network Waterfall
110 requests over 21711ms
INFO
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s 18.0 s 20.0 s 22.0 s FCP 3.6 s LCP 4.0 shttps://www.plala.or.jp// https://www.plala.or.jp/ — 200 — 26.5 KiB — 1.6 s — http/1.1https://www.plala.or.jp/resources_v2/plala/all/css/shared/common.css/resources_v2/plala/all/css/shared/... https://www.plala.or.jp/resources_v2/plala/all/css/shared/common.css — 200 — 389.4 KiB — 4.5 s — http/1.1https://www.plala.or.jp/resources_v2/plala/all/font/font.css/resources_v2/plala/all/font/font.c... https://www.plala.or.jp/resources_v2/plala/all/font/font.css — 200 — 12.3 KiB — 535 ms — http/1.1https://www.plala.or.jp/resources_v2/plala/all/js/shared/jquery-3.6.0.min.js/resources_v2/plala/all/js/shared/j... https://www.plala.or.jp/resources_v2/plala/all/js/shared/jquery-3.6.0.min.js — 200 — 87.7 KiB — 1.3 s — http/1.1https://www.plala.or.jp/resources_v2/plala/all/js/shared/common.js/resources_v2/plala/all/js/shared/c... https://www.plala.or.jp/resources_v2/plala/all/js/shared/common.js — 200 — 151.2 KiB — 1.6 s — http/1.1https://www.plala.or.jp/resources_v2/plala/all/js/shared/common_parts.js/resources_v2/plala/all/js/shared/c... https://www.plala.or.jp/resources_v2/plala/all/js/shared/common_parts.js — 200 — 30.3 KiB — 1.6 s — http/1.1https://www.plala.or.jp/resources_v2/plala/all/js/shared/le-mtagconfig.js/resources_v2/plala/all/js/shared/l... https://www.plala.or.jp/resources_v2/plala/all/js/shared/le-mtagconfig.js — 200 — 277 B — 1.3 s — http/1.1https://www.plala.or.jp/cgi-bin/confirm_ipv6.cgi/cgi-bin/confirm_ipv6.cgi https://www.plala.or.jp/cgi-bin/confirm_ipv6.cgi — 200 — 253 B — 1.6 s — http/1.1https://www.plala.or.jp/emg_data/css/emargency.css/emg_data/css/emargency.css https://www.plala.or.jp/emg_data/css/emargency.css — 200 — 1.4 KiB — 771 ms — http/1.1https://www.plala.or.jp/emg_data/data/emargency_data.js/emg_data/data/emargency_data.js https://www.plala.or.jp/emg_data/data/emargency_data.js — 200 — 1.2 KiB — 1.6 s — http/1.1https://www.plala.or.jp/emg_data/js/emargency.js/emg_data/js/emargency.js https://www.plala.or.jp/emg_data/js/emargency.js — 200 — 2.2 KiB — 1.6 s — http/1.1https://www.plala.or.jp/urgent_data/css/urgency.css/urgent_data/css/urgency.css https://www.plala.or.jp/urgent_data/css/urgency.css — 200 — 1.4 KiB — 779 ms — http/1.1https://www.plala.or.jp/urgent_data/data/urgency_data.js/urgent_data/data/urgency_data.js https://www.plala.or.jp/urgent_data/data/urgency_data.js — 200 — 1.8 KiB — 1.8 s — http/1.1https://www.plala.or.jp/urgent_data/js/urgency.js/urgent_data/js/urgency.js https://www.plala.or.jp/urgent_data/js/urgency.js — 200 — 1.3 KiB — 1.8 s — http/1.1https://www.plala.or.jp/resources_v2/plala/all/css/top/style.css/resources_v2/plala/all/css/top/sty... https://www.plala.or.jp/resources_v2/plala/all/css/top/style.css — 200 — 25.9 KiB — 1.3 s — http/1.1https://www.plala.or.jp/resources_v2/plala/all/css/shared/ocn/ocn.css/resources_v2/plala/all/css/shared/... https://www.plala.or.jp/resources_v2/plala/all/css/shared/ocn/ocn.css — 200 — 6.2 KiB — 1.0 s — http/1.1https://www.plala.or.jp/resources_v2/plala/all/js/shared/ocn/ocn.js/resources_v2/plala/all/js/shared/o... https://www.plala.or.jp/resources_v2/plala/all/js/shared/ocn/ocn.js — 200 — 583 B — 1.8 s — http/1.1https://www.plala.or.jp/resources_v2/plala/all/js/top/fadein.js/resources_v2/plala/all/js/top/fade... https://www.plala.or.jp/resources_v2/plala/all/js/top/fadein.js — 200 — 1.4 KiB — 1.8 s — http/1.1https://www.plala.or.jp/resources_v2/plala/all/js/top/top-slider.js/resources_v2/plala/all/js/top/top-... https://www.plala.or.jp/resources_v2/plala/all/js/top/top-slider.js — 200 — 791 B — 1.9 s — http/1.1https://www.plala.or.jp/resources_v2/plala/all/js/top/top.js/resources_v2/plala/all/js/top/top.... https://www.plala.or.jp/resources_v2/plala/all/js/top/top.js — 200 — 612 B — 2.1 s — http/1.1https://fast.fonts.net/t/1.css?apiType=css&projectid=f1f80139-8a9e-4109-a100-e87dff27fe71fast.fonts.net/t/1.css?apiType=css&... https://fast.fonts.net/t/1.css?apiType=css&projectid=f1f80139-8a9e-4109-a100-e87dff27fe71 — 200 — 653 B — 75 ms — h2https://www.plala.or.jp/resources_v2/plala/all/images/top/kv_togo-portal_01.png/resources_v2/plala/all/images/top/... https://www.plala.or.jp/resources_v2/plala/all/images/top/kv_togo-portal_01.png — 200 — 106.8 KiB — 780 ms — http/1.1https://www.plala.or.jp/resources_v2/plala/all/images/top/kv_togo-portal_01_sp.png/resources_v2/plala/all/images/top/... https://www.plala.or.jp/resources_v2/plala/all/images/top/kv_togo-portal_01_sp.png — 200 — 111.7 KiB — 787 ms — http/1.1https://www.plala.or.jp/resources_v2/plala/all/images/top/kv_ocn-docomo-cashback_06.png/resources_v2/plala/all/images/top/... https://www.plala.or.jp/resources_v2/plala/all/images/top/kv_ocn-docomo-cashback_06.png — 200 — 77.9 KiB — 521 ms — http/1.1https://www.plala.or.jp/resources_v2/plala/all/images/top/kv_ocn-docomo-cashback_06_sp.png/resources_v2/plala/all/images/top/... https://www.plala.or.jp/resources_v2/plala/all/images/top/kv_ocn-docomo-cashback_06_sp.png — 200 — 102.1 KiB — 529 ms — http/1.1https://www.plala.or.jp/resources_v2/plala/all/images/top/img_top_kv_newmail_temporary.jpg/resources_v2/plala/all/images/top/... https://www.plala.or.jp/resources_v2/plala/all/images/top/img_top_kv_newmail_temporary.jpg — 200 — 61.6 KiB — 264 ms — http/1.1https://www.plala.or.jp/resources_v2/plala/all/images/top/img_top_kv_newmail_temporary_sp.jpg/resources_v2/plala/all/images/top/... https://www.plala.or.jp/resources_v2/plala/all/images/top/img_top_kv_newmail_temporary_sp.jpg — 200 — 36.0 KiB — 263 ms — http/1.1https://www.plala.or.jp/resources_v2/plala/all/images/top/kv_add-update.png/resources_v2/plala/all/images/top/... https://www.plala.or.jp/resources_v2/plala/all/images/top/kv_add-update.png — 200 — 121.2 KiB — 525 ms — http/1.1https://www.plala.or.jp/resources_v2/plala/all/images/top/kv_add-update_sp.png/resources_v2/plala/all/images/top/... https://www.plala.or.jp/resources_v2/plala/all/images/top/kv_add-update_sp.png — 200 — 81.0 KiB — 523 ms — http/1.1https://www.plala.or.jp/resources_v2/plala/all/images/top/kv_to-mypage.jpg/resources_v2/plala/all/images/top/... https://www.plala.or.jp/resources_v2/plala/all/images/top/kv_to-mypage.jpg — 200 — 130.5 KiB — 794 ms — http/1.1
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s 18.0 s 20.0 s 22.0 s FCP 3.6 s LCP 4.0 shttps://www.plala.or.jp// https://www.plala.or.jp/ — 200 — 26.5 KiB — 1.6 s — http/1.1https://www.plala.or.jp/resources_v2/plala/all/css/shared/common.css/resources_v2/plala/all/css/shared/... https://www.plala.or.jp/resources_v2/plala/all/css/shared/common.css — 200 — 389.4 KiB — 4.5 s — http/1.1https://www.plala.or.jp/resources_v2/plala/all/font/font.css/resources_v2/plala/all/font/font.c... https://www.plala.or.jp/resources_v2/plala/all/font/font.css — 200 — 12.3 KiB — 535 ms — http/1.1https://www.plala.or.jp/resources_v2/plala/all/js/shared/jquery-3.6.0.min.js/resources_v2/plala/all/js/shared/j... https://www.plala.or.jp/resources_v2/plala/all/js/shared/jquery-3.6.0.min.js — 200 — 87.7 KiB — 1.3 s — http/1.1https://www.plala.or.jp/resources_v2/plala/all/js/shared/common.js/resources_v2/plala/all/js/shared/c... https://www.plala.or.jp/resources_v2/plala/all/js/shared/common.js — 200 — 151.2 KiB — 1.6 s — http/1.1https://www.plala.or.jp/resources_v2/plala/all/js/shared/common_parts.js/resources_v2/plala/all/js/shared/c... https://www.plala.or.jp/resources_v2/plala/all/js/shared/common_parts.js — 200 — 30.3 KiB — 1.6 s — http/1.1https://www.plala.or.jp/resources_v2/plala/all/js/shared/le-mtagconfig.js/resources_v2/plala/all/js/shared/l... https://www.plala.or.jp/resources_v2/plala/all/js/shared/le-mtagconfig.js — 200 — 277 B — 1.3 s — http/1.1https://www.plala.or.jp/cgi-bin/confirm_ipv6.cgi/cgi-bin/confirm_ipv6.cgi https://www.plala.or.jp/cgi-bin/confirm_ipv6.cgi — 200 — 253 B — 1.6 s — http/1.1https://www.plala.or.jp/emg_data/css/emargency.css/emg_data/css/emargency.css https://www.plala.or.jp/emg_data/css/emargency.css — 200 — 1.4 KiB — 771 ms — http/1.1https://www.plala.or.jp/emg_data/data/emargency_data.js/emg_data/data/emargency_data.js https://www.plala.or.jp/emg_data/data/emargency_data.js — 200 — 1.2 KiB — 1.6 s — http/1.1https://www.plala.or.jp/emg_data/js/emargency.js/emg_data/js/emargency.js https://www.plala.or.jp/emg_data/js/emargency.js — 200 — 2.2 KiB — 1.6 s — http/1.1https://www.plala.or.jp/urgent_data/css/urgency.css/urgent_data/css/urgency.css https://www.plala.or.jp/urgent_data/css/urgency.css — 200 — 1.4 KiB — 779 ms — http/1.1https://www.plala.or.jp/urgent_data/data/urgency_data.js/urgent_data/data/urgency_data.js https://www.plala.or.jp/urgent_data/data/urgency_data.js — 200 — 1.8 KiB — 1.8 s — http/1.1https://www.plala.or.jp/urgent_data/js/urgency.js/urgent_data/js/urgency.js https://www.plala.or.jp/urgent_data/js/urgency.js — 200 — 1.3 KiB — 1.8 s — http/1.1https://www.plala.or.jp/resources_v2/plala/all/css/top/style.css/resources_v2/plala/all/css/top/sty... https://www.plala.or.jp/resources_v2/plala/all/css/top/style.css — 200 — 25.9 KiB — 1.3 s — http/1.1https://www.plala.or.jp/resources_v2/plala/all/css/shared/ocn/ocn.css/resources_v2/plala/all/css/shared/... https://www.plala.or.jp/resources_v2/plala/all/css/shared/ocn/ocn.css — 200 — 6.2 KiB — 1.0 s — http/1.1https://www.plala.or.jp/resources_v2/plala/all/js/shared/ocn/ocn.js/resources_v2/plala/all/js/shared/o... https://www.plala.or.jp/resources_v2/plala/all/js/shared/ocn/ocn.js — 200 — 583 B — 1.8 s — http/1.1https://www.plala.or.jp/resources_v2/plala/all/js/top/fadein.js/resources_v2/plala/all/js/top/fade... https://www.plala.or.jp/resources_v2/plala/all/js/top/fadein.js — 200 — 1.4 KiB — 1.8 s — http/1.1https://www.plala.or.jp/resources_v2/plala/all/js/top/top-slider.js/resources_v2/plala/all/js/top/top-... https://www.plala.or.jp/resources_v2/plala/all/js/top/top-slider.js — 200 — 791 B — 1.9 s — http/1.1https://www.plala.or.jp/resources_v2/plala/all/js/top/top.js/resources_v2/plala/all/js/top/top.... https://www.plala.or.jp/resources_v2/plala/all/js/top/top.js — 200 — 612 B — 2.1 s — http/1.1https://fast.fonts.net/t/1.css?apiType=css&projectid=f1f80139-8a9e-4109-a100-e87dff27fe71fast.fonts.net/t/1.css?apiType=css&... https://fast.fonts.net/t/1.css?apiType=css&projectid=f1f80139-8a9e-4109-a100-e87dff27fe71 — 200 — 653 B — 75 ms — h2https://www.plala.or.jp/resources_v2/plala/all/images/top/kv_togo-portal_01.png/resources_v2/plala/all/images/top/... https://www.plala.or.jp/resources_v2/plala/all/images/top/kv_togo-portal_01.png — 200 — 106.8 KiB — 780 ms — http/1.1https://www.plala.or.jp/resources_v2/plala/all/images/top/kv_togo-portal_01_sp.png/resources_v2/plala/all/images/top/... https://www.plala.or.jp/resources_v2/plala/all/images/top/kv_togo-portal_01_sp.png — 200 — 111.7 KiB — 787 ms — http/1.1https://www.plala.or.jp/resources_v2/plala/all/images/top/kv_ocn-docomo-cashback_06.png/resources_v2/plala/all/images/top/... https://www.plala.or.jp/resources_v2/plala/all/images/top/kv_ocn-docomo-cashback_06.png — 200 — 77.9 KiB — 521 ms — http/1.1https://www.plala.or.jp/resources_v2/plala/all/images/top/kv_ocn-docomo-cashback_06_sp.png/resources_v2/plala/all/images/top/... https://www.plala.or.jp/resources_v2/plala/all/images/top/kv_ocn-docomo-cashback_06_sp.png — 200 — 102.1 KiB — 529 ms — http/1.1https://www.plala.or.jp/resources_v2/plala/all/images/top/img_top_kv_newmail_temporary.jpg/resources_v2/plala/all/images/top/... https://www.plala.or.jp/resources_v2/plala/all/images/top/img_top_kv_newmail_temporary.jpg — 200 — 61.6 KiB — 264 ms — http/1.1https://www.plala.or.jp/resources_v2/plala/all/images/top/img_top_kv_newmail_temporary_sp.jpg/resources_v2/plala/all/images/top/... https://www.plala.or.jp/resources_v2/plala/all/images/top/img_top_kv_newmail_temporary_sp.jpg — 200 — 36.0 KiB — 263 ms — http/1.1https://www.plala.or.jp/resources_v2/plala/all/images/top/kv_add-update.png/resources_v2/plala/all/images/top/... https://www.plala.or.jp/resources_v2/plala/all/images/top/kv_add-update.png — 200 — 121.2 KiB — 525 ms — http/1.1https://www.plala.or.jp/resources_v2/plala/all/images/top/kv_add-update_sp.png/resources_v2/plala/all/images/top/... https://www.plala.or.jp/resources_v2/plala/all/images/top/kv_add-update_sp.png — 200 — 81.0 KiB — 523 ms — http/1.1https://www.plala.or.jp/resources_v2/plala/all/images/top/kv_to-mypage.jpg/resources_v2/plala/all/images/top/... https://www.plala.or.jp/resources_v2/plala/all/images/top/kv_to-mypage.jpg — 200 — 130.5 KiB — 794 ms — http/1.1https://www.plala.or.jp/resources_v2/plala/all/images/top/kv_to-mypage_sp.jpg/resources_v2/plala/all/images/top/... https://www.plala.or.jp/resources_v2/plala/all/images/top/kv_to-mypage_sp.jpg — 200 — 87.6 KiB — 527 ms — http/1.1https://www.plala.or.jp/resources_v2/plala/all/images/top/icon_support_mypage_og.png/resources_v2/plala/all/images/top/... https://www.plala.or.jp/resources_v2/plala/all/images/top/icon_support_mypage_og.png — 200 — 2.8 KiB — 264 ms — http/1.1https://www.plala.or.jp/resources_v2/plala/all/images/top/icon_support_password.png/resources_v2/plala/all/images/top/... https://www.plala.or.jp/resources_v2/plala/all/images/top/icon_support_password.png — 200 — 2.8 KiB — 271 ms — http/1.1https://www.plala.or.jp/resources_v2/plala/all/images/top/icon_support_kikihosho.png/resources_v2/plala/all/images/top/... https://www.plala.or.jp/resources_v2/plala/all/images/top/icon_support_kikihosho.png — 200 — 4.5 KiB — 271 ms — http/1.1https://www.googletagmanager.com/gtm.js?id=GTM-5ZLLBCwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-5ZLLBC — 200 — 152.5 KiB — 157 ms — h2https://www.plala.or.jp/resources_v2/plala/all/font/ca94208f-21dd-4dc8-ab7c-057d8dbfcccb.woff2/resources_v2/plala/all/font/ca9420... https://www.plala.or.jp/resources_v2/plala/all/font/ca94208f-21dd-4dc8-ab7c-057d8dbfcccb.woff2 — 200 — 1012.2 KiB — 4.6 s — http/1.1https://www.plala.or.jp/resources_v2/plala/all/font/d226afef-6536-4b18-9b28-defffcc4baae.woff2/resources_v2/plala/all/font/d226af... https://www.plala.or.jp/resources_v2/plala/all/font/d226afef-6536-4b18-9b28-defffcc4baae.woff2 — 200 — 1.2 MiB — 13.0 s — http/1.1https://www.plala.or.jp/resources_v2/plala/all/font/3e49aace-6c5a-4a76-a80e-21ab7ad44f14.woff2/resources_v2/plala/all/font/3e49aa... https://www.plala.or.jp/resources_v2/plala/all/font/3e49aace-6c5a-4a76-a80e-21ab7ad44f14.woff2 — 200 — 1.0 MiB — 4.8 s — http/1.1https://www.plala.or.jp/resources_v2/plala/all/includes/shared/header.html?_=1776813011372/resources_v2/plala/all/includes/sh... https://www.plala.or.jp/resources_v2/plala/all/includes/shared/header.html?_=1776813011372 — 200 — 8.2 KiB — 522 ms — http/1.1https://www.plala.or.jp/resources_v2/plala/all/includes/shared/bottom_nav.html?_=1776813011373/resources_v2/plala/all/includes/sh... https://www.plala.or.jp/resources_v2/plala/all/includes/shared/bottom_nav.html?_=1776813011373 — 200 — 1.3 KiB — 778 ms — http/1.1https://www.plala.or.jp/resources_v2/plala/all/includes/shared/footer.html?_=1776813011374/resources_v2/plala/all/includes/sh... https://www.plala.or.jp/resources_v2/plala/all/includes/shared/footer.html?_=1776813011374 — 200 — 5.2 KiB — 786 ms — http/1.1https://www.plala.or.jp/resources_v2/plala/all/includes/shared/ocn/ocn_03.html?_=1776813011375/resources_v2/plala/all/includes/sh... https://www.plala.or.jp/resources_v2/plala/all/includes/shared/ocn/ocn_03.html?_=1776813011375 — 200 — 3.1 KiB — 1.0 s — http/1.1https://www.plala.or.jp/resources_v2/plala/all/images/top/bg_kv_dot2.png/resources_v2/plala/all/images/top/... https://www.plala.or.jp/resources_v2/plala/all/images/top/bg_kv_dot2.png — 404 — 1.1 KiB — 1.0 s — http/1.1https://www.plala.or.jp/resources_v2/plala/all/images/shared/img_loader.gif/resources_v2/plala/all/images/shar... https://www.plala.or.jp/resources_v2/plala/all/images/shared/img_loader.gif — 200 — 4.3 KiB — 1.0 s — http/1.1https://www.plala.or.jp/resources_v2/plala/all/images/shared/icon_arrow-green_right.png/resources_v2/plala/all/images/shar... https://www.plala.or.jp/resources_v2/plala/all/images/shared/icon_arrow-green_right.png — 200 — 1.3 KiB — 1.2 s — http/1.1https://www.plala.or.jp/resources_v2/plala/all/images/shared/icon_caution_red.png/resources_v2/plala/all/images/shar... https://www.plala.or.jp/resources_v2/plala/all/images/shared/icon_caution_red.png — 200 — 1.7 KiB — 1.3 s — http/1.1https://www.plala.or.jp/resources_v2/plala/all/images/shared/info_blank_icon.png/resources_v2/plala/all/images/shar... https://www.plala.or.jp/resources_v2/plala/all/images/shared/info_blank_icon.png — 200 — 1.7 KiB — 1.3 s — http/1.1https://www.plala.or.jp/resources_v2/plala/all/images/top/icon_ttl-catch.png/resources_v2/plala/all/images/top/... https://www.plala.or.jp/resources_v2/plala/all/images/top/icon_ttl-catch.png — 200 — 983 B — 1.5 s — http/1.1https://www.googletagmanager.com/gtag/js?id=G-EML759Z512&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-EML759Z512&cx=c&gtm=4e64h1 — 200 — 158.2 KiB — 49 ms — h2https://s.yimg.jp/images/listing/tool/cv/ytag.jss.yimg.jp/images/listing/tool/cv/yt... https://s.yimg.jp/images/listing/tool/cv/ytag.js — 200 — 11.8 KiB — 1.3 s — h2https://bat.bing.com/bat.jsbat.bing.com/bat.js https://bat.bing.com/bat.js — 200 — 15.5 KiB — 1.4 s — h2https://www.google.com/ccm/collect?rcb=13&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fwww.plala.or.jp%2F&scrsrc=www.googletagmanager.com&rnd=210411762.1776813012&dt=%E3%83%97%E3%83%AD%E3%83%90%E3%82%A4%E3%83%80%E3%81%AA%E3%82%89%E3%80%80%E3%81%B7%E3%82%89%E3%82%89&auid=1531829200.1776813012&navt=n&npa=1&ep.ads_data_redaction=0&gtm=45He64h1v6846827za200zd6846827xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938468~117266400&apve=1&apvf=f&apvc=1&tft=1776813011615&tfd=5787www.google.com/ccm/collect?rcb=13&f... https://www.google.com/ccm/collect?rcb=13&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fwww.plala.or.jp%2F&scrsrc=www.googletagmanager.com&rnd=210411762.1776813012&dt=%E3%83%97%E3%83%AD%E3%83%90%E3%82%A4%E3%83%80%E3%81%AA%E3%82%89%E3%80%80%E3%81%B7%E3%82%89%E3%82%89&auid=1531829200.1776813012&navt=n&npa=1&ep.ads_data_redaction=0&gtm=45He64h1v6846827za200zd6846827xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938465~115938468~117266400&apve=1&apvf=f&apvc=1&tft=1776813011615&tfd=5787 — 200 — 21 B — 112 ms — h3https://www.googletagmanager.com/gtag/destination?id=AW-11412435412&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/desti... https://www.googletagmanager.com/gtag/destination?id=AW-11412435412&cx=c&gtm=4e64h1 — 200 — 137.6 KiB — 74 ms — h3https://region1.google-analytics.com/g/collect?v=2&tid=G-EML759Z512&gtm=45je64h1v9104019888z86846827za20gzb6846827zd6846827&_p=1776813011384&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=1098803466.1776813012&frm=0&pscdl=noapi&rcb=14&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115616986~115938465~115938468~117266401&sid=1776813011&sct=1&seg=0&dl=https%3A%2F%2Fwww.plala.or.jp%2F&dt=%E3%83%97%E3%83%AD%E3%83%90%E3%82%A4%E3%83%80%E3%81%AA%E3%82%89%E3%80%80%E3%81%B7%E3%82%89%E3%82%89&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=5895region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-EML759Z512&gtm=45je64h1v9104019888z86846827za20gzb6846827zd6846827&_p=1776813011384&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=1098803466.1776813012&frm=0&pscdl=noapi&rcb=14&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115616986~115938465~115938468~117266401&sid=1776813011&sct=1&seg=0&dl=https%3A%2F%2Fwww.plala.or.jp%2F&dt=%E3%83%97%E3%83%AD%E3%83%90%E3%82%A4%E3%83%80%E3%81%AA%E3%82%89%E3%80%80%E3%81%B7%E3%82%89%E3%82%89&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=5895 — 204 — 550 B — 88 ms — h2https://www.google.com/ccm/collect?rcb=4&frm=0&ae=g&dl=https%3A%2F%2Fwww.plala.or.jp%2F&scrsrc=www.googletagmanager.com&rnd=210411762.1776813012&dt=%E3%83%97%E3%83%AD%E3%83%90%E3%82%A4%E3%83%80%E3%81%AA%E3%82%89%E3%80%80%E3%81%B7%E3%82%89%E3%82%89&auid=1531829200.1776813012&navt=n&npa=1&_tu=CA&gtm=45be64h1v9174438150z86846827za20gzb6846827zd6846827xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616985~115938465~115938468~117266400~117884344~118463262&apve=1&apvf=f&apvc=0&tids=AW-11412435412&tid=AW-11412435412&tft=1776813011810&tfd=5982www.google.com/ccm/collect?rcb=4&fr... https://www.google.com/ccm/collect?rcb=4&frm=0&ae=g&dl=https%3A%2F%2Fwww.plala.or.jp%2F&scrsrc=www.googletagmanager.com&rnd=210411762.1776813012&dt=%E3%83%97%E3%83%AD%E3%83%90%E3%82%A4%E3%83%80%E3%81%AA%E3%82%89%E3%80%80%E3%81%B7%E3%82%89%E3%82%89&auid=1531829200.1776813012&navt=n&npa=1&_tu=CA&gtm=45be64h1v9174438150z86846827za20gzb6846827zd6846827xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616985~115938465~115938468~117266400~117884344~118463262&apve=1&apvf=f&apvc=0&tids=AW-11412435412&tid=AW-11412435412&tft=1776813011810&tfd=5982 — 200 — 21 B — 26 ms — h3https://www.plala.or.jp/resources_v2/plala/all/images/shared/icon_search_header_up.png/resources_v2/plala/all/images/shar... https://www.plala.or.jp/resources_v2/plala/all/images/shared/icon_search_header_up.png — 200 — 688 B — 1.0 s — http/1.1https://www.plala.or.jp/resources_v2/plala/all/images/shared/icon_webmail_header_up.png/resources_v2/plala/all/images/shar... https://www.plala.or.jp/resources_v2/plala/all/images/shared/icon_webmail_header_up.png — 200 — 1.5 KiB — 1.0 s — http/1.1https://www.plala.or.jp/resources_v2/plala/all/images/shared/img_logo_plala.png/resources_v2/plala/all/images/shar... https://www.plala.or.jp/resources_v2/plala/all/images/shared/img_logo_plala.png — 200 — 5.2 KiB — 1.3 s — http/1.1https://www.plala.or.jp/resources_v2/plala/all/images/shared/icon_mypage_header_up.png/resources_v2/plala/all/images/shar... https://www.plala.or.jp/resources_v2/plala/all/images/shared/icon_mypage_header_up.png — 200 — 522 B — 1.3 s — http/1.1https://www.plala.or.jp/resources_v2/plala/all/images/shared/bullet_lft_wht.png/resources_v2/plala/all/images/shar... https://www.plala.or.jp/resources_v2/plala/all/images/shared/bullet_lft_wht.png — 200 — 436 B — 1.1 s — http/1.1https://www.plala.or.jp/resources_v2/plala/all/images/shared/icon_webmail_footer_sp.png/resources_v2/plala/all/images/shar... https://www.plala.or.jp/resources_v2/plala/all/images/shared/icon_webmail_footer_sp.png — 200 — 2.1 KiB — 1.3 s — http/1.1https://www.plala.or.jp/resources_v2/plala/all/images/shared/btn_top-arrow.png/resources_v2/plala/all/images/shar... https://www.plala.or.jp/resources_v2/plala/all/images/shared/btn_top-arrow.png — 200 — 1.4 KiB — 1.3 s — http/1.1https://b99.yahoo.co.jp/pagead/conversion_async.jsb99.yahoo.co.jp/pagead/conversion_a... https://b99.yahoo.co.jp/pagead/conversion_async.js — -1 — 0 B — 782 ms — https://apm.yahoo.co.jp/rt/?p=PFXCVI8JIN&label=&ref=https%3A%2F%2Fwww.plala.or.jp%2F&rref=&pt=&item=&cat=&price=&quantity=&et_optout=false&r=1776813013.5020123&pvid=0zx7wixovrsnmo98lb6c&__lt__cid_valid=false&_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%22apm.yahoo.co.jp/rt/?p=PFXCVI8JIN&la... https://apm.yahoo.co.jp/rt/?p=PFXCVI8JIN&label=&ref=https%3A%2F%2Fwww.plala.or.jp%2F&rref=&pt=&item=&cat=&price=&quantity=&et_optout=false&r=1776813013.5020123&pvid=0zx7wixovrsnmo98lb6c&__lt__cid_valid=false&_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 — -1 — 0 B — 1.1 s — https://bat.bing.com/p/action/97085483.jsbat.bing.com/p/action/97085483.js https://bat.bing.com/p/action/97085483.js — 200 — 1.8 KiB — 37 ms — h2https://www.clarity.ms/tag/uet/97085483www.clarity.ms/tag/uet/97085483 https://www.clarity.ms/tag/uet/97085483 — 200 — 1.0 KiB — 137 ms — http/1.1https://bat.bing.net/actionp/0?ti=97085483&tm=gtm002&Ver=2&mid=b15b5754-5914-4544-bd24-aec797582e18&bo=1&evt=consent&src=enforced&cdb=AQAY&asc=Dbat.bing.net/actionp/0?ti=97085483&... https://bat.bing.net/actionp/0?ti=97085483&tm=gtm002&Ver=2&mid=b15b5754-5914-4544-bd24-aec797582e18&bo=1&evt=consent&src=enforced&cdb=AQAY&asc=D — 204 — 346 B — 124 ms — h2https://bat.bing.net/action/0?ti=97085483&tm=gtm002&Ver=2&mid=b15b5754-5914-4544-bd24-aec797582e18&bo=2&pi=918639831&lg=en-US&sw=800&sh=600&sc=24&tl=%E3%83%97%E3%83%AD%E3%83%90%E3%82%A4%E3%83%80%E3%81%AA%E3%82%89%E3%80%80%E3%81%B7%E3%82%89%E3%82%89&kw=%E5%85%89%E3%82%B3%E3%83%A9%E3%83%9C,%E3%81%B7%E3%82%89%E3%82%89%E5%85%89,%E3%83%89%E3%82%B3%E3%83%A2%E5%85%89,%E3%83%95%E3%83%AC%E3%83%83%E3%83%84%E5%85%89,%E3%81%B2%E3%81%8B%E3%82%8A,%E3%83%96%E3%83%AD%E3%83%BC%E3%83%89%E3%83%90%E3%83%B3%E3%83%89,%E9%AB%98%E9%80%9F,IPv6,%E3%82%A4%E3%83%B3%E3%82%BF%E3%83%BC%E3%83%8D%E3%83%83%E3%83%88,%E6%8E%A5%E7%B6%9A%E3%82%B5%E3%83%BC%E3%83%93%E3%82%B9,%E3%83%86%E3%83%AC%E3%83%93,IP%E9%9B%BB%E8%A9%B1,%E3%81%B7%E3%82%89%E3%82%89,%E3%83%97%E3%83%AD%E3%83%90%E3%82%A4%E3%83%80%E3%83%BC,NTT,ISP&p=https%3A%2F%2Fwww.plala.or.jp%2F&r=&lt=5562&evt=pageLoad&sv=2&asc=D&cdb=AQAY&rn=472319bat.bing.net/action/0?ti=97085483&t... https://bat.bing.net/action/0?ti=97085483&tm=gtm002&Ver=2&mid=b15b5754-5914-4544-bd24-aec797582e18&bo=2&pi=918639831&lg=en-US&sw=800&sh=600&sc=24&tl=%E3%83%97%E3%83%AD%E3%83%90%E3%82%A4%E3%83%80%E3%81%AA%E3%82%89%E3%80%80%E3%81%B7%E3%82%89%E3%82%89&kw=%E5%85%89%E3%82%B3%E3%83%A9%E3%83%9C,%E3%81%B7%E3%82%89%E3%82%89%E5%85%89,%E3%83%89%E3%82%B3%E3%83%A2%E5%85%89,%E3%83%95%E3%83%AC%E3%83%83%E3%83%84%E5%85%89,%E3%81%B2%E3%81%8B%E3%82%8A,%E3%83%96%E3%83%AD%E3%83%BC%E3%83%89%E3%83%90%E3%83%B3%E3%83%89,%E9%AB%98%E9%80%9F,IPv6,%E3%82%A4%E3%83%B3%E3%82%BF%E3%83%BC%E3%83%8D%E3%83%83%E3%83%88,%E6%8E%A5%E7%B6%9A%E3%82%B5%E3%83%BC%E3%83%93%E3%82%B9,%E3%83%86%E3%83%AC%E3%83%93,IP%E9%9B%BB%E8%A9%B1,%E3%81%B7%E3%82%89%E3%82%89,%E3%83%97%E3%83%AD%E3%83%90%E3%82%A4%E3%83%80%E3%83%BC,NTT,ISP&p=https%3A%2F%2Fwww.plala.or.jp%2F&r=&lt=5562&evt=pageLoad&sv=2&asc=D&cdb=AQAY&rn=472319 — 204 — 120 B — 185 ms — h2https://scripts.clarity.ms/0.8.59/clarity.jsscripts.clarity.ms/0.8.59/clarity.j... https://scripts.clarity.ms/0.8.59/clarity.js — 200 — 26.2 KiB — 853 ms — h2https://www.plala.or.jp/resources_v2/plala/all/images/top/icon_support_plus.png/resources_v2/plala/all/images/top/... https://www.plala.or.jp/resources_v2/plala/all/images/top/icon_support_plus.png — 200 — 2.3 KiB — 265 ms — http/1.1https://www.plala.or.jp/resources_v2/plala/all/images/top/icon_support_manual.png/resources_v2/plala/all/images/top/... https://www.plala.or.jp/resources_v2/plala/all/images/top/icon_support_manual.png — 200 — 2.2 KiB — 266 ms — http/1.1https://www.plala.or.jp/resources_v2/plala/all/images/top/icon_support_qa.png/resources_v2/plala/all/images/top/... https://www.plala.or.jp/resources_v2/plala/all/images/top/icon_support_qa.png — 200 — 4.5 KiB — 264 ms — http/1.1https://www.plala.or.jp/resources_v2/plala/all/images/top/icon_support_contact.png/resources_v2/plala/all/images/top/... https://www.plala.or.jp/resources_v2/plala/all/images/top/icon_support_contact.png — 200 — 3.8 KiB — 265 ms — http/1.1https://www.plala.or.jp/resources_v2/plala/all/images/shared/bullet_dn_gry.png/resources_v2/plala/all/images/shar... https://www.plala.or.jp/resources_v2/plala/all/images/shared/bullet_dn_gry.png — 200 — 1.5 KiB — 266 ms — http/1.1https://www.plala.or.jp/resources_v2/plala/all/images/shared/ocn/bnr_ocn-docomo-cashback_06.png/resources_v2/plala/all/images/shar... https://www.plala.or.jp/resources_v2/plala/all/images/shared/ocn/bnr_ocn-docomo-cashback_06.png — 200 — 34.8 KiB — 265 ms — http/1.1https://www.plala.or.jp/resources_v2/plala/all/images/shared/ocn/bnr_ocn-docomo-cashback_06_sp.png/resources_v2/plala/all/images/shar... https://www.plala.or.jp/resources_v2/plala/all/images/shared/ocn/bnr_ocn-docomo-cashback_06_sp.png — 200 — 102.1 KiB — 530 ms — http/1.1https://www.plala.or.jp/resources_v2/plala/all/images/cp_banner/bnr_ocn-docomo-cashback_06.png/resources_v2/plala/all/images/cp_b... https://www.plala.or.jp/resources_v2/plala/all/images/cp_banner/bnr_ocn-docomo-cashback_06.png — 200 — 26.4 KiB — 266 ms — http/1.1https://www.plala.or.jp/resources_v2/plala/all/images/cp_banner/mcafee.png/resources_v2/plala/all/images/cp_b... https://www.plala.or.jp/resources_v2/plala/all/images/cp_banner/mcafee.png — 200 — 13.7 KiB — 264 ms — http/1.1https://a.clarity.ms/collecta.clarity.ms/collect https://a.clarity.ms/collect — 204 — 279 B — 322 ms — http/1.1https://www.plala.or.jp/resources_v2/plala/all/images/cp_banner/support_plus.png/resources_v2/plala/all/images/cp_b... https://www.plala.or.jp/resources_v2/plala/all/images/cp_banner/support_plus.png — 200 — 28.5 KiB — 267 ms — http/1.1https://www.plala.or.jp/resources_v2/plala/all/images/cp_banner/ts.png/resources_v2/plala/all/images/cp_b... https://www.plala.or.jp/resources_v2/plala/all/images/cp_banner/ts.png — 200 — 16.1 KiB — 265 ms — http/1.1https://www.plala.or.jp/resources_v2/plala/all/images/cp_banner/dcard_gold.png/resources_v2/plala/all/images/cp_b... https://www.plala.or.jp/resources_v2/plala/all/images/cp_banner/dcard_gold.png — 200 — 37.7 KiB — 265 ms — http/1.1https://www.plala.or.jp/resources_v2/plala/all/images/cp_banner/dcard.png/resources_v2/plala/all/images/cp_b... https://www.plala.or.jp/resources_v2/plala/all/images/cp_banner/dcard.png — 200 — 20.6 KiB — 267 ms — http/1.1https://www.plala.or.jp/resources_v2/plala/all/images/top/bnr_stop-kaizoku.png/resources_v2/plala/all/images/top/... https://www.plala.or.jp/resources_v2/plala/all/images/top/bnr_stop-kaizoku.png — 200 — 356.9 KiB — 1.6 s — http/1.1https://www.plala.or.jp/resources_v2/plala/all/images/shared/icon_mypage_grey.png/resources_v2/plala/all/images/shar... https://www.plala.or.jp/resources_v2/plala/all/images/shared/icon_mypage_grey.png — 200 — 2.6 KiB — 265 ms — http/1.1https://www.plala.or.jp/resources_v2/plala/all/images/top/icon_support_mente.png/resources_v2/plala/all/images/top/... https://www.plala.or.jp/resources_v2/plala/all/images/top/icon_support_mente.png — 200 — 2.9 KiB — 266 ms — http/1.1https://www.plala.or.jp/resources_v2/plala/all/images/shared/btn_head_menu.png/resources_v2/plala/all/images/shar... https://www.plala.or.jp/resources_v2/plala/all/images/shared/btn_head_menu.png — 200 — 1.3 KiB — 265 ms — http/1.1https://www.plala.or.jp/resources_v2/plala/all/images/shared/icon_search_header_sp.png/resources_v2/plala/all/images/shar... https://www.plala.or.jp/resources_v2/plala/all/images/shared/icon_search_header_sp.png — 200 — 1.1 KiB — 267 ms — http/1.1https://www.plala.or.jp/resources_v2/plala/all/images/shared/icon_footer_sitelist.png/resources_v2/plala/all/images/shar... https://www.plala.or.jp/resources_v2/plala/all/images/shared/icon_footer_sitelist.png — 200 — 1.3 KiB — 265 ms — http/1.1https://www.plala.or.jp/resources_v2/plala/all/images/shared/icon_blank_white.png/resources_v2/plala/all/images/shar... https://www.plala.or.jp/resources_v2/plala/all/images/shared/icon_blank_white.png — 200 — 580 B — 266 ms — http/1.1https://www.plala.or.jp/resources_v2/plala/all/images/shared/icon_footer_nav.png/resources_v2/plala/all/images/shar... https://www.plala.or.jp/resources_v2/plala/all/images/shared/icon_footer_nav.png — 200 — 1.3 KiB — 265 ms — http/1.1https://a.clarity.ms/collecta.clarity.ms/collect https://a.clarity.ms/collect — 204 — 279 B — 99 ms — http/1.1https://www.plala.or.jp/resources_v2/plala/all/images/shared/img_logo_official.png/resources_v2/plala/all/images/shar... https://www.plala.or.jp/resources_v2/plala/all/images/shared/img_logo_official.png — 200 — 3.3 KiB — 268 ms — http/1.1https://www.plala.or.jp/resources_v2/plala/all/images/shared/img_logo_plala_business.png/resources_v2/plala/all/images/shar... https://www.plala.or.jp/resources_v2/plala/all/images/shared/img_logo_plala_business.png — 200 — 3.1 KiB — 265 ms — http/1.1https://www.plala.or.jp/resources_v2/plala/all/images/shared/img_logo_youtube.png/resources_v2/plala/all/images/shar... https://www.plala.or.jp/resources_v2/plala/all/images/shared/img_logo_youtube.png — 200 — 1.7 KiB — 266 ms — http/1.1https://www.plala.or.jp/resources_v2/plala/all/images/shared/logo_ntt_docomo.png/resources_v2/plala/all/images/shar... https://www.plala.or.jp/resources_v2/plala/all/images/shared/logo_ntt_docomo.png — 200 — 5.0 KiB — 265 ms — http/1.1https://www.plala.or.jp/resources_v2/plala/all/images/shared/img_logo_ipv4.png/resources_v2/plala/all/images/shar... https://www.plala.or.jp/resources_v2/plala/all/images/shared/img_logo_ipv4.png — 200 — 2.0 KiB — 263 ms — http/1.1https://www.plala.or.jp/resources_v2/plala/all/images/shared/ocn/icon_hand-point.png/resources_v2/plala/all/images/shar... https://www.plala.or.jp/resources_v2/plala/all/images/shared/ocn/icon_hand-point.png — 200 — 3.1 KiB — 264 ms — http/1.1https://www.plala.or.jp/resources_v2/plala/all/images/shared/ocn/icon_notice.png/resources_v2/plala/all/images/shar... https://www.plala.or.jp/resources_v2/plala/all/images/shared/ocn/icon_notice.png — 200 — 2.7 KiB — 266 ms — http/1.1https://www.plala.or.jp/resources_v2/plala/all/images/shared/ocn/midashi_ocn-campaign.png/resources_v2/plala/all/images/shar... https://www.plala.or.jp/resources_v2/plala/all/images/shared/ocn/midashi_ocn-campaign.png — 200 — 28.6 KiB — 268 ms — http/1.1https://www.plala.or.jp/resources_v2/plala/all/images/shared/ocn/img_ocn-point01.png/resources_v2/plala/all/images/shar... https://www.plala.or.jp/resources_v2/plala/all/images/shared/ocn/img_ocn-point01.png — 200 — 3.4 KiB — 265 ms — http/1.1https://www.plala.or.jp/resources_v2/plala/all/images/shared/ocn/img_ocn-point02.png/resources_v2/plala/all/images/shar... https://www.plala.or.jp/resources_v2/plala/all/images/shared/ocn/img_ocn-point02.png — 200 — 6.1 KiB — 262 ms — http/1.1https://www.plala.or.jp/resources_v2/plala/all/images/shared/ocn/img_ocn-point03.png/resources_v2/plala/all/images/shar... https://www.plala.or.jp/resources_v2/plala/all/images/shared/ocn/img_ocn-point03.png — 200 — 5.3 KiB — 265 ms — http/1.1https://www.plala.or.jp/resources_v2/plala/all/images/shared/ocn/img_ocn-point04.png/resources_v2/plala/all/images/shar... https://www.plala.or.jp/resources_v2/plala/all/images/shared/ocn/img_ocn-point04.png — 200 — 6.4 KiB — 266 ms — http/1.1https://a.clarity.ms/collecta.clarity.ms/collect https://a.clarity.ms/collect — 204 — 279 B — 100 ms — http/1.1https://www.plala.or.jp/resources_v2/plala/all/images/shared/icon_newslide_big_left.png/resources_v2/plala/all/images/shar... https://www.plala.or.jp/resources_v2/plala/all/images/shared/icon_newslide_big_left.png — 200 — 1.3 KiB — 262 ms — http/1.1https://www.plala.or.jp/resources_v2/plala/all/images/shared/icon_newslide_big_right.png/resources_v2/plala/all/images/shar... https://www.plala.or.jp/resources_v2/plala/all/images/shared/icon_newslide_big_right.png — 200 — 1.3 KiB — 804 ms — http/1.1https://www.plala.or.jp/support/info/info.json?_=1776813011376/support/info/info.json?_=177681301... https://www.plala.or.jp/support/info/info.json?_=1776813011376 — 200 — 140.3 KiB — 1.0 s — http/1.1https://www.plala.or.jp/favicon.ico/favicon.ico https://www.plala.or.jp/favicon.ico — 200 — 1.4 KiB — 762 ms — http/1.1https://a.clarity.ms/collecta.clarity.ms/collect https://a.clarity.ms/collect — 204 — 279 B — 100 ms — http/1.1
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
35% of JavaScript execution is third-party
First-party Third-party 387ms · 337KB · ¥535/mo
Unattributable
Other
Costly
Execution 181ms
Transfer 0 KB
Monthly Cost ¥250/mo
Google Tag Manager
Tag Manager
Costly
Execution 79ms
Transfer 153 KB
Unused 42%
Monthly Cost ¥110/mo
Microsoft Clarity
Session Replay
Costly
Execution 67ms
Transfer 26 KB
Monthly Cost ¥93/mo
Google Tag Manager
Tag Manager
Costly
Execution 60ms
Transfer 158 KB
Unused 41%
Monthly Cost ¥83/mo

These scripts may cost more than they're worth

  • Unattributable adds 181ms and costs ~¥250/month
  • Google Tag Manager adds 79ms and costs ~¥110/month
  • Microsoft Clarity adds 67ms and costs ~¥93/month
  • Google Tag Manager adds 60ms and costs ~¥83/month

Unattributable takes 181ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

Google Tag Manager takes 79ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

Microsoft Clarity takes 67ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

Google Tag Manager takes 60ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

How third-party costs are calculated

All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback