Skip to content
https://social-plugins.line.me

Performance

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

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

36
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
86
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
96
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
75
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.

2.27 s

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

3.31 s

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

1.10 s

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

0.044

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

3.82 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.

4.55 s

Page Load Progression

1.7 s
3.4 s
5.1 s
6.8 s
8.5 s
10.2 s
11.9 s
13.5 s
Checks
15
5 PASS 3 REVIEW 5 FIX
F
Page Weight Budget
Action
5.9 MB transferred, 102 requests
FIX
5.9 MB transferred, 102 requests
Critical::
Page weighs 10.0 MB (5.9 MB transferred)
Warning::
JavaScript is 895 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 895 KB
Info::
Fonts are 213 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 213 KB
Warning::
102 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 1.2 g CO2 per page load
5.9 MB / 2.4 MB budget
5.9 MB transferred
102 requests
1.2 g CO2 per page load
Other 4.3 MiB 74%
JavaScript 894.8 KiB 15%
Fonts 212.5 KiB 4%
Images 200.2 KiB 3%
CSS 188.0 KiB 3%
Other 53.7 KiB 1%
HTML 16.0 KiB 0%
0 2.4 MB 4.9 MB
Over budget

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

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

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

D
Third-Party Impact
Action
100% third-party, 0 ms blocking
FIX
100% third-party, 0 ms blocking
Warning::
Third-party code accounts for 100% of page weight (5.9 MiB of 5.9 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Execution Cost
Action
4392ms total JS execution
FIX
4392ms total JS execution
Warning::
Unattributable: 3454ms CPU time
Warning::
https://developers.line.biz/?r=/docs/line-social-p...: 523ms CPU time
Info::
https://developers.line.biz/_nuxt/CLNKnlQW.js: 160ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=G-K94R...: 131ms CPU time
Info::
https://developers.line.biz/_nuxt/CrbTXa04.js: 125ms CPU time
Warning::
Third-party scripts: 4392ms (100% of total)

Main Thread Breakdown

Script Evaluation 76% Other 15% Style & Layout 6%
ScriptTotalScriptingParse/CompileParty
Unattributable3454ms2928ms0ms3rd
https://developers.line.biz/?r=/docs/line-social-plugins/523ms121ms1ms3rd
https://developers.line.biz/_nuxt/CLNKnlQW.js160ms124ms0ms3rd
https://www.googletagmanager.com/gtag/js?id=G-K94RFW73WS131ms109ms17ms3rd
https://developers.line.biz/_nuxt/CrbTXa04.js125ms105ms1ms3rd
D
Page Weight Inventory
Action
102 resources · 5.9 MB · 157 KB savings available
FIX
102 resources · 5.9 MB · 157 KB savings available
Warning::
Page weight 4.9 MB over 1MB target
Got: 5.9 MB Expected: ≤ 1 MB
Info::
~157 KB of savings available
Warning::
101 third-party resources (100% of weight)
Info::
4 resources over 200KB
102 resources · 5.9 MiB · 101 third-party 4.9 MiB over 1MB target
Other 74% · 4.3 MiB
JavaScript 15% · 894.8 KiB
Image 4% · 252.8 KiB
Font 4% · 212.5 KiB
CSS 3% · 188.0 KiB
Document 0% · 16.3 KiB

~157.1 KiB of savings available

Remove unused JavaScript: 157.1 KiB
D
HTTP Caching
Action
no-store (uncacheable)
FIX
no-store (uncacheable)
Info::
Cache-Control: no-store prevents all caching
Intentional for dynamic content, but increases server load for every page view.
Got: max-age=0, no-cache, no-store
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

max-age=0, no-cache, no-store

DirectiveValueMeaning
max-age0Cache for 0 seconds
no-cacheCache but always revalidate first
no-storeNever cache this response
B
Image Optimization
10 images, 0 KB saveable
REVIEW
10 images, 0 KB saveable
Info::
All images are well-optimized
10 images 200 KB
0 oversized -0 KB
8 legacy format
0 missing dimensions CLS risk
C
JS Bundles
Action
58 scripts, 157 KB unused
REVIEW
58 scripts, 157 KB unused
Warning::
https://www.googletagmanager.com/gtag/js?id=G-K94R...: 64 KB unused (41%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://developers.line.biz/_nuxt/Cxi3vQKm.js: 38 KB unused (57%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://developers.line.biz/_nuxt/prkPQDO6.js: 32 KB unused (10%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://developers.line.biz/_nuxt/CrbTXa04.js: 23 KB unused (50%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 157 KB
157 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.googletagmanager.com/gtag/js?id=G-K94RFW73WS157 KB64 KB (41%)3rd
https://developers.line.biz/_nuxt/Cxi3vQKm.js67 KB38 KB (57%)3rd
https://developers.line.biz/_nuxt/prkPQDO6.js420 KB32 KB (10%)3rd
https://developers.line.biz/_nuxt/CrbTXa04.js47 KB23 KB (50%)3rd
https://developers.line.biz/_nuxt/Bgms0fH8.js1 KB3rd
https://developers.line.biz/_nuxt/DlAUqK2U.js1 KB3rd
https://developers.line.biz/_nuxt/C-4GxZT9.js4 KB3rd
https://developers.line.biz/_nuxt/szH1qBxF.js13 KB3rd
https://developers.line.biz/_nuxt/DPxYUU_D.js1 KB3rd
https://developers.line.biz/_nuxt/DYgwRWPV.js2 KB3rd

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

C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

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
5 fonts (213 KB)
PASS
5 fonts (213 KB)
Info::
5 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

5

213 KB total

Render-blocking

0

of 5

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 1.0 s 2.0 s 3.0 s FCP 2.3 s LCP 3.3 shttps://static.line-scdn.net/laicon/edge/latest/fonts/laicon-regular-5c38942e.woff2?18b1b3laicon-regular-5c38942e... https://static.line-scdn.net/laicon/edge/latest/fonts/laicon-regular-5c38942e.woff2?18b1b3 — 62.3 KiB — 27 ms — font-display: swaphttps://static.line-scdn.net/laicon/edge/latest/fonts/laicon-solid-5c38942e.woff2?18b1b3laicon-solid-5c38942e.w... https://static.line-scdn.net/laicon/edge/latest/fonts/laicon-solid-5c38942e.woff2?18b1b3 — 53.9 KiB — 25 ms — font-display: swaphttps://static.line-scdn.net/laicon/edge/latest/fonts/laicon-extrabold-5c38942e.woff2?18b1b3laicon-extrabold-5c3894... https://static.line-scdn.net/laicon/edge/latest/fonts/laicon-extrabold-5c38942e.woff2?18b1b3 — 62.2 KiB — 24 ms — font-display: swaphttps://vos.line-scdn.net/line-developers/docs/assets/fonts/line-seed-sans/WOFF/LINESeedSans_W_XBd.woffLINESeedSans_W_XBd.woff https://vos.line-scdn.net/line-developers/docs/assets/fonts/line-seed-sans/WOFF/LINESeedSans_W_XBd.woff — 17.3 KiB — 273 ms — font-display: swaphttps://vos.line-scdn.net/line-developers/docs/assets/fonts/line-seed-sans/WOFF/LINESeedSans_W_Bd.woffLINESeedSans_W_Bd.woff https://vos.line-scdn.net/line-developers/docs/assets/fonts/line-seed-sans/WOFF/LINESeedSans_W_Bd.woff — 16.7 KiB — 298 ms — font-display: swap
laicon-regular-5c38942e... woff2 swap
Size 62 KB
Load time 27 ms
Start 2.0 s
Risk FOUT — text flashes from fallback to web font
laicon-solid-5c38942e.w... woff2 swap
Size 54 KB
Load time 25 ms
Start 2.0 s
Risk FOUT — text flashes from fallback to web font
laicon-extrabold-5c3894... woff2 swap
Size 62 KB
Load time 24 ms
Start 2.0 s
Risk FOUT — text flashes from fallback to web font
LINESeedSans_W_XBd.woff woff swap
Size 17 KB
Load time 273 ms
Start 2.0 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
LINESeedSans_W_Bd.woff woff swap
Size 17 KB
Load time 298 ms
Start 2.0 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
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 ~10 KB and ~20 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
102 requests over 11255ms
INFO
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s FCP 2.3 s LCP 3.3 shttps://social-plugins.line.me// https://social-plugins.line.me/ — 301 — 329 B — 289 ms — http/1.1https://developers.line.biz/?r=/docs/line-social-plugins/developers.line.biz/?r=/docs/line-s... https://developers.line.biz/?r=/docs/line-social-plugins/ — 200 — 10.9 KiB — 972 ms — h2https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swapfonts.googleapis.com/css2?family=No... https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap — 200 — 30.2 KiB — 62 ms — h2https://fonts.googleapis.com/css2?family=LINE+Seed+JP:wght@400;700;800&display=swapfonts.googleapis.com/css2?family=LI... https://fonts.googleapis.com/css2?family=LINE+Seed+JP:wght@400;700;800&display=swap — 200 — 88.9 KiB — 82 ms — h2https://static.line-scdn.net/laicon/edge/latest/laicon.min.cssstatic.line-scdn.net/laicon/edge/la... https://static.line-scdn.net/laicon/edge/latest/laicon.min.css — 200 — 6.6 KiB — 289 ms — h3https://developers.line.biz/_nuxt/entry.XU__DSq0.cssdevelopers.line.biz/_nuxt/entry.XU_... https://developers.line.biz/_nuxt/entry.XU__DSq0.css — 200 — 49.8 KiB — 513 ms — h2https://developers.line.biz/_nuxt/BaseLayout.DryLLHoQ.cssdevelopers.line.biz/_nuxt/BaseLayou... https://developers.line.biz/_nuxt/BaseLayout.DryLLHoQ.css — 200 — 9.0 KiB — 277 ms — h2https://developers.line.biz/_nuxt/TransitionExpand.C7MR6gY2.cssdevelopers.line.biz/_nuxt/Transitio... https://developers.line.biz/_nuxt/TransitionExpand.C7MR6gY2.css — 200 — 704 B — 269 ms — h2https://developers.line.biz/_nuxt/index.BInUqC-a.cssdevelopers.line.biz/_nuxt/index.BIn... https://developers.line.biz/_nuxt/index.BInUqC-a.css — 200 — 2.1 KiB — 274 ms — h2https://developers.line.biz/_nuxt/NewBadge.SwHpl8c9.cssdevelopers.line.biz/_nuxt/NewBadge.... https://developers.line.biz/_nuxt/NewBadge.SwHpl8c9.css — 200 — 674 B — 271 ms — h2https://developers.line.biz/_payload.json?3b70f8fe-6107-40ef-8d36-db6b89f9c108developers.line.biz/_payload.json?3... https://developers.line.biz/_payload.json?3b70f8fe-6107-40ef-8d36-db6b89f9c108 — 200 — 738 B — 512 ms — h2https://developers.line.biz/_nuxt/prkPQDO6.jsdevelopers.line.biz/_nuxt/prkPQDO6.... https://developers.line.biz/_nuxt/prkPQDO6.js — 200 — 420.1 KiB — 1.3 s — h2https://developers.line.biz/_nuxt/Bgms0fH8.jsdevelopers.line.biz/_nuxt/Bgms0fH8.... https://developers.line.biz/_nuxt/Bgms0fH8.js — 200 — 1.0 KiB — 516 ms — h2https://developers.line.biz/_nuxt/CrbTXa04.jsdevelopers.line.biz/_nuxt/CrbTXa04.... https://developers.line.biz/_nuxt/CrbTXa04.js — 200 — 47.2 KiB — 747 ms — h2https://developers.line.biz/_nuxt/DlAUqK2U.jsdevelopers.line.biz/_nuxt/DlAUqK2U.... https://developers.line.biz/_nuxt/DlAUqK2U.js — 200 — 719 B — 511 ms — h2https://developers.line.biz/_nuxt/C-4GxZT9.jsdevelopers.line.biz/_nuxt/C-4GxZT9.... https://developers.line.biz/_nuxt/C-4GxZT9.js — 200 — 4.2 KiB — 513 ms — h2https://developers.line.biz/_nuxt/szH1qBxF.jsdevelopers.line.biz/_nuxt/szH1qBxF.... https://developers.line.biz/_nuxt/szH1qBxF.js — 200 — 13.3 KiB — 1.3 s — h2https://developers.line.biz/_nuxt/DPxYUU_D.jsdevelopers.line.biz/_nuxt/DPxYUU_D.... https://developers.line.biz/_nuxt/DPxYUU_D.js — 200 — 745 B — 1.2 s — h2https://developers.line.biz/_nuxt/DYgwRWPV.jsdevelopers.line.biz/_nuxt/DYgwRWPV.... https://developers.line.biz/_nuxt/DYgwRWPV.js — 200 — 2.0 KiB — 1.2 s — h2https://developers.line.biz/_nuxt/PUSqk0tl.jsdevelopers.line.biz/_nuxt/PUSqk0tl.... https://developers.line.biz/_nuxt/PUSqk0tl.js — 200 — 1.2 KiB — 1.2 s — h2https://developers.line.biz/_nuxt/BFu_P-Ux.jsdevelopers.line.biz/_nuxt/BFu_P-Ux.... https://developers.line.biz/_nuxt/BFu_P-Ux.js — 200 — 680 B — 1.2 s — h2https://developers.line.biz/_nuxt/B5eCqZVY.jsdevelopers.line.biz/_nuxt/B5eCqZVY.... https://developers.line.biz/_nuxt/B5eCqZVY.js — 200 — 8.2 KiB — 1.2 s — h2https://developers.line.biz/_nuxt/CLNKnlQW.jsdevelopers.line.biz/_nuxt/CLNKnlQW.... https://developers.line.biz/_nuxt/CLNKnlQW.js — 200 — 1.6 KiB — 1.2 s — h2https://developers.line.biz/_nuxt/BYT-zroz.jsdevelopers.line.biz/_nuxt/BYT-zroz.... https://developers.line.biz/_nuxt/BYT-zroz.js — 200 — 5.6 KiB — 1.3 s — h2https://developers.line.biz/_nuxt/BKXe4xp_.jsdevelopers.line.biz/_nuxt/BKXe4xp_.... https://developers.line.biz/_nuxt/BKXe4xp_.js — 200 — 715 B — 1.3 s — h2https://developers.line.biz/_nuxt/ClvyDXd8.jsdevelopers.line.biz/_nuxt/ClvyDXd8.... https://developers.line.biz/_nuxt/ClvyDXd8.js — 200 — 1.0 KiB — 1.3 s — h2https://developers.line.biz/_nuxt/BheWnx7M.jsdevelopers.line.biz/_nuxt/BheWnx7M.... https://developers.line.biz/_nuxt/BheWnx7M.js — 200 — 873 B — 1.2 s — h2https://developers.line.biz/_nuxt/BDornkwx.jsdevelopers.line.biz/_nuxt/BDornkwx.... https://developers.line.biz/_nuxt/BDornkwx.js — 200 — 2.6 KiB — 1.3 s — h2https://developers.line.biz/_nuxt/BYPZXu6Y.jsdevelopers.line.biz/_nuxt/BYPZXu6Y.... https://developers.line.biz/_nuxt/BYPZXu6Y.js — 200 — 2.0 KiB — 1.2 s — h2https://developers.line.biz/_nuxt/BffxFq_0.jsdevelopers.line.biz/_nuxt/BffxFq_0.... https://developers.line.biz/_nuxt/BffxFq_0.js — 200 — 750 B — 1.3 s — h2
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s FCP 2.3 s LCP 3.3 shttps://social-plugins.line.me// https://social-plugins.line.me/ — 301 — 329 B — 289 ms — http/1.1https://developers.line.biz/?r=/docs/line-social-plugins/developers.line.biz/?r=/docs/line-s... https://developers.line.biz/?r=/docs/line-social-plugins/ — 200 — 10.9 KiB — 972 ms — h2https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swapfonts.googleapis.com/css2?family=No... https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap — 200 — 30.2 KiB — 62 ms — h2https://fonts.googleapis.com/css2?family=LINE+Seed+JP:wght@400;700;800&display=swapfonts.googleapis.com/css2?family=LI... https://fonts.googleapis.com/css2?family=LINE+Seed+JP:wght@400;700;800&display=swap — 200 — 88.9 KiB — 82 ms — h2https://static.line-scdn.net/laicon/edge/latest/laicon.min.cssstatic.line-scdn.net/laicon/edge/la... https://static.line-scdn.net/laicon/edge/latest/laicon.min.css — 200 — 6.6 KiB — 289 ms — h3https://developers.line.biz/_nuxt/entry.XU__DSq0.cssdevelopers.line.biz/_nuxt/entry.XU_... https://developers.line.biz/_nuxt/entry.XU__DSq0.css — 200 — 49.8 KiB — 513 ms — h2https://developers.line.biz/_nuxt/BaseLayout.DryLLHoQ.cssdevelopers.line.biz/_nuxt/BaseLayou... https://developers.line.biz/_nuxt/BaseLayout.DryLLHoQ.css — 200 — 9.0 KiB — 277 ms — h2https://developers.line.biz/_nuxt/TransitionExpand.C7MR6gY2.cssdevelopers.line.biz/_nuxt/Transitio... https://developers.line.biz/_nuxt/TransitionExpand.C7MR6gY2.css — 200 — 704 B — 269 ms — h2https://developers.line.biz/_nuxt/index.BInUqC-a.cssdevelopers.line.biz/_nuxt/index.BIn... https://developers.line.biz/_nuxt/index.BInUqC-a.css — 200 — 2.1 KiB — 274 ms — h2https://developers.line.biz/_nuxt/NewBadge.SwHpl8c9.cssdevelopers.line.biz/_nuxt/NewBadge.... https://developers.line.biz/_nuxt/NewBadge.SwHpl8c9.css — 200 — 674 B — 271 ms — h2https://developers.line.biz/_payload.json?3b70f8fe-6107-40ef-8d36-db6b89f9c108developers.line.biz/_payload.json?3... https://developers.line.biz/_payload.json?3b70f8fe-6107-40ef-8d36-db6b89f9c108 — 200 — 738 B — 512 ms — h2https://developers.line.biz/_nuxt/prkPQDO6.jsdevelopers.line.biz/_nuxt/prkPQDO6.... https://developers.line.biz/_nuxt/prkPQDO6.js — 200 — 420.1 KiB — 1.3 s — h2https://developers.line.biz/_nuxt/Bgms0fH8.jsdevelopers.line.biz/_nuxt/Bgms0fH8.... https://developers.line.biz/_nuxt/Bgms0fH8.js — 200 — 1.0 KiB — 516 ms — h2https://developers.line.biz/_nuxt/CrbTXa04.jsdevelopers.line.biz/_nuxt/CrbTXa04.... https://developers.line.biz/_nuxt/CrbTXa04.js — 200 — 47.2 KiB — 747 ms — h2https://developers.line.biz/_nuxt/DlAUqK2U.jsdevelopers.line.biz/_nuxt/DlAUqK2U.... https://developers.line.biz/_nuxt/DlAUqK2U.js — 200 — 719 B — 511 ms — h2https://developers.line.biz/_nuxt/C-4GxZT9.jsdevelopers.line.biz/_nuxt/C-4GxZT9.... https://developers.line.biz/_nuxt/C-4GxZT9.js — 200 — 4.2 KiB — 513 ms — h2https://developers.line.biz/_nuxt/szH1qBxF.jsdevelopers.line.biz/_nuxt/szH1qBxF.... https://developers.line.biz/_nuxt/szH1qBxF.js — 200 — 13.3 KiB — 1.3 s — h2https://developers.line.biz/_nuxt/DPxYUU_D.jsdevelopers.line.biz/_nuxt/DPxYUU_D.... https://developers.line.biz/_nuxt/DPxYUU_D.js — 200 — 745 B — 1.2 s — h2https://developers.line.biz/_nuxt/DYgwRWPV.jsdevelopers.line.biz/_nuxt/DYgwRWPV.... https://developers.line.biz/_nuxt/DYgwRWPV.js — 200 — 2.0 KiB — 1.2 s — h2https://developers.line.biz/_nuxt/PUSqk0tl.jsdevelopers.line.biz/_nuxt/PUSqk0tl.... https://developers.line.biz/_nuxt/PUSqk0tl.js — 200 — 1.2 KiB — 1.2 s — h2https://developers.line.biz/_nuxt/BFu_P-Ux.jsdevelopers.line.biz/_nuxt/BFu_P-Ux.... https://developers.line.biz/_nuxt/BFu_P-Ux.js — 200 — 680 B — 1.2 s — h2https://developers.line.biz/_nuxt/B5eCqZVY.jsdevelopers.line.biz/_nuxt/B5eCqZVY.... https://developers.line.biz/_nuxt/B5eCqZVY.js — 200 — 8.2 KiB — 1.2 s — h2https://developers.line.biz/_nuxt/CLNKnlQW.jsdevelopers.line.biz/_nuxt/CLNKnlQW.... https://developers.line.biz/_nuxt/CLNKnlQW.js — 200 — 1.6 KiB — 1.2 s — h2https://developers.line.biz/_nuxt/BYT-zroz.jsdevelopers.line.biz/_nuxt/BYT-zroz.... https://developers.line.biz/_nuxt/BYT-zroz.js — 200 — 5.6 KiB — 1.3 s — h2https://developers.line.biz/_nuxt/BKXe4xp_.jsdevelopers.line.biz/_nuxt/BKXe4xp_.... https://developers.line.biz/_nuxt/BKXe4xp_.js — 200 — 715 B — 1.3 s — h2https://developers.line.biz/_nuxt/ClvyDXd8.jsdevelopers.line.biz/_nuxt/ClvyDXd8.... https://developers.line.biz/_nuxt/ClvyDXd8.js — 200 — 1.0 KiB — 1.3 s — h2https://developers.line.biz/_nuxt/BheWnx7M.jsdevelopers.line.biz/_nuxt/BheWnx7M.... https://developers.line.biz/_nuxt/BheWnx7M.js — 200 — 873 B — 1.2 s — h2https://developers.line.biz/_nuxt/BDornkwx.jsdevelopers.line.biz/_nuxt/BDornkwx.... https://developers.line.biz/_nuxt/BDornkwx.js — 200 — 2.6 KiB — 1.3 s — h2https://developers.line.biz/_nuxt/BYPZXu6Y.jsdevelopers.line.biz/_nuxt/BYPZXu6Y.... https://developers.line.biz/_nuxt/BYPZXu6Y.js — 200 — 2.0 KiB — 1.2 s — h2https://developers.line.biz/_nuxt/BffxFq_0.jsdevelopers.line.biz/_nuxt/BffxFq_0.... https://developers.line.biz/_nuxt/BffxFq_0.js — 200 — 750 B — 1.3 s — h2https://developers.line.biz/_nuxt/0TrngcGz.jsdevelopers.line.biz/_nuxt/0TrngcGz.... https://developers.line.biz/_nuxt/0TrngcGz.js — 200 — 1.1 KiB — 1.3 s — h2https://developers.line.biz/_nuxt/D5ODQtHp.jsdevelopers.line.biz/_nuxt/D5ODQtHp.... https://developers.line.biz/_nuxt/D5ODQtHp.js — 200 — 2.0 KiB — 1.3 s — h2https://developers.line.biz/_nuxt/J5eZBgOb.jsdevelopers.line.biz/_nuxt/J5eZBgOb.... https://developers.line.biz/_nuxt/J5eZBgOb.js — 200 — 3.2 KiB — 1.3 s — h2https://developers.line.biz/_nuxt/DUQ2EZlW.jsdevelopers.line.biz/_nuxt/DUQ2EZlW.... https://developers.line.biz/_nuxt/DUQ2EZlW.js — 200 — 1.4 KiB — 1.2 s — h2https://developers.line.biz/_nuxt/BADamYcw.jsdevelopers.line.biz/_nuxt/BADamYcw.... https://developers.line.biz/_nuxt/BADamYcw.js — 200 — 753 B — 1.3 s — h2https://developers.line.biz/_nuxt/BT3Jz119.jsdevelopers.line.biz/_nuxt/BT3Jz119.... https://developers.line.biz/_nuxt/BT3Jz119.js — 200 — 2.4 KiB — 1.3 s — h2https://developers.line.biz/_nuxt/D2IU_SR4.jsdevelopers.line.biz/_nuxt/D2IU_SR4.... https://developers.line.biz/_nuxt/D2IU_SR4.js — 200 — 761 B — 1.3 s — h2https://developers.line.biz/_nuxt/BTUmY--6.jsdevelopers.line.biz/_nuxt/BTUmY--6.... https://developers.line.biz/_nuxt/BTUmY--6.js — 200 — 5.4 KiB — 1.3 s — h2https://developers.line.biz/_nuxt/h9uDRzKI.jsdevelopers.line.biz/_nuxt/h9uDRzKI.... https://developers.line.biz/_nuxt/h9uDRzKI.js — 200 — 784 B — 1.3 s — h2https://developers.line.biz/_nuxt/CoB336W2.jsdevelopers.line.biz/_nuxt/CoB336W2.... https://developers.line.biz/_nuxt/CoB336W2.js — 200 — 892 B — 1.2 s — h2https://developers.line.biz/_nuxt/CeqTCCIG.jsdevelopers.line.biz/_nuxt/CeqTCCIG.... https://developers.line.biz/_nuxt/CeqTCCIG.js — 200 — 1.3 KiB — 1.3 s — h2https://developers.line.biz/_nuxt/DWBlcy01.jsdevelopers.line.biz/_nuxt/DWBlcy01.... https://developers.line.biz/_nuxt/DWBlcy01.js — 200 — 910 B — 1.3 s — h2https://developers.line.biz/_nuxt/MOeAtZ1q.jsdevelopers.line.biz/_nuxt/MOeAtZ1q.... https://developers.line.biz/_nuxt/MOeAtZ1q.js — 200 — 785 B — 1.3 s — h2https://developers.line.biz/_nuxt/VGDL7mTD.jsdevelopers.line.biz/_nuxt/VGDL7mTD.... https://developers.line.biz/_nuxt/VGDL7mTD.js — 200 — 688 B — 1.3 s — h2https://developers.line.biz/_nuxt/BVx47BmE.jsdevelopers.line.biz/_nuxt/BVx47BmE.... https://developers.line.biz/_nuxt/BVx47BmE.js — 200 — 792 B — 1.3 s — h2https://developers.line.biz/images/common/logo-black.svgdevelopers.line.biz/images/common/l... https://developers.line.biz/images/common/logo-black.svg — 200 — 11.2 KiB — 1.3 s — h2https://developers.line.biz/images/common/logo-white.svgdevelopers.line.biz/images/common/l... https://developers.line.biz/images/common/logo-white.svg — 200 — 11.2 KiB — 1.3 s — h2https://developers.line.biz/images/top/as2.webpdevelopers.line.biz/images/top/as2.... https://developers.line.biz/images/top/as2.webp — 200 — 79.7 KiB — 833 ms — h2https://developers.line.biz/images/top/as1.webpdevelopers.line.biz/images/top/as1.... https://developers.line.biz/images/top/as1.webp — 200 — 77.3 KiB — 831 ms — h2https://developers.line.biz/images/icons/products/light/msg.svgdevelopers.line.biz/images/icons/pr... https://developers.line.biz/images/icons/products/light/msg.svg — 200 — 4.4 KiB — 779 ms — h2https://developers.line.biz/images/icons/products/light/login.svgdevelopers.line.biz/images/icons/pr... https://developers.line.biz/images/icons/products/light/login.svg — 200 — 3.8 KiB — 782 ms — h2https://developers.line.biz/images/icons/products/light/liff.svgdevelopers.line.biz/images/icons/pr... https://developers.line.biz/images/icons/products/light/liff.svg — 200 — 2.8 KiB — 790 ms — h2https://developers.line.biz/images/icons/products/light/mini.svgdevelopers.line.biz/images/icons/pr... https://developers.line.biz/images/icons/products/light/mini.svg — 200 — 1.4 KiB — 784 ms — h2https://developers.line.biz/images/icons/products/light/pay.svgdevelopers.line.biz/images/icons/pr... https://developers.line.biz/images/icons/products/light/pay.svg — 200 — 3.9 KiB — 787 ms — h2https://developers.line.biz/images/icons/products/light/blockchain.svgdevelopers.line.biz/images/icons/pr... https://developers.line.biz/images/icons/products/light/blockchain.svg — 200 — 4.4 KiB — 792 ms — h2https://static.line-scdn.net/laicon/edge/latest/fonts/laicon-regular-5c38942e.woff2?18b1b3static.line-scdn.net/laicon/edge/la... https://static.line-scdn.net/laicon/edge/latest/fonts/laicon-regular-5c38942e.woff2?18b1b3 — 200 — 62.3 KiB — 27 ms — h3https://static.line-scdn.net/laicon/edge/latest/fonts/laicon-solid-5c38942e.woff2?18b1b3static.line-scdn.net/laicon/edge/la... https://static.line-scdn.net/laicon/edge/latest/fonts/laicon-solid-5c38942e.woff2?18b1b3 — 200 — 53.9 KiB — 25 ms — h3https://static.line-scdn.net/laicon/edge/latest/fonts/laicon-extrabold-5c38942e.woff2?18b1b3static.line-scdn.net/laicon/edge/la... https://static.line-scdn.net/laicon/edge/latest/fonts/laicon-extrabold-5c38942e.woff2?18b1b3 — 200 — 62.2 KiB — 24 ms — h3https://vos.line-scdn.net/line-developers/docs/assets/fonts/line-seed-sans/WOFF/LINESeedSans_W_XBd.woffvos.line-scdn.net/line-developers/d... https://vos.line-scdn.net/line-developers/docs/assets/fonts/line-seed-sans/WOFF/LINESeedSans_W_XBd.woff — 200 — 17.3 KiB — 273 ms — h2https://vos.line-scdn.net/line-developers/docs/assets/fonts/line-seed-sans/WOFF/LINESeedSans_W_Bd.woffvos.line-scdn.net/line-developers/d... https://vos.line-scdn.net/line-developers/docs/assets/fonts/line-seed-sans/WOFF/LINESeedSans_W_Bd.woff — 200 — 16.7 KiB — 298 ms — h2https://developers.line.biz/favicon.icodevelopers.line.biz/favicon.ico https://developers.line.biz/favicon.ico — 200 — 52.6 KiB — 256 ms — h2https://developers.line.biz/_nuxt/Lt0PaMvO.jsdevelopers.line.biz/_nuxt/Lt0PaMvO.... https://developers.line.biz/_nuxt/Lt0PaMvO.js — 200 — 13.0 KiB — 255 ms — h2https://developers.line.biz/_nuxt/_Fv01iQh.jsdevelopers.line.biz/_nuxt/_Fv01iQh.... https://developers.line.biz/_nuxt/_Fv01iQh.js — 200 — 79.4 KiB — 267 ms — h2https://developers.line.biz/_i18n/Fxq2Pu8G/en/messages.jsondevelopers.line.biz/_i18n/Fxq2Pu8G/... https://developers.line.biz/_i18n/Fxq2Pu8G/en/messages.json — 200 — 620 B — 248 ms — h2https://developers.line.biz/_nuxt/builds/meta/3b70f8fe-6107-40ef-8d36-db6b89f9c108.jsondevelopers.line.biz/_nuxt/builds/me... https://developers.line.biz/_nuxt/builds/meta/3b70f8fe-6107-40ef-8d36-db6b89f9c108.json — 200 — 8.4 KiB — 248 ms — h2https://developers.line.biz/en/_payload.json?3b70f8fe-6107-40ef-8d36-db6b89f9c108developers.line.biz/en/_payload.jso... https://developers.line.biz/en/_payload.json?3b70f8fe-6107-40ef-8d36-db6b89f9c108 — 200 — 738 B — 246 ms — h2https://developers.line.biz/api/v1/sessiondevelopers.line.biz/api/v1/session https://developers.line.biz/api/v1/session — 401 — 313 B — 245 ms — h2https://developers.line.biz/_nuxt/r0vVXu-3.jsdevelopers.line.biz/_nuxt/r0vVXu-3.... https://developers.line.biz/_nuxt/r0vVXu-3.js — 200 — 2.0 KiB — 247 ms — h2https://developers.line.biz/_nuxt/ChDTfRIv.jsdevelopers.line.biz/_nuxt/ChDTfRIv.... https://developers.line.biz/_nuxt/ChDTfRIv.js — 200 — 1.1 KiB — 246 ms — h2https://developers.line.biz/_nuxt/Bnn1cFqM.jsdevelopers.line.biz/_nuxt/Bnn1cFqM.... https://developers.line.biz/_nuxt/Bnn1cFqM.js — 200 — 938 B — 248 ms — h2https://developers.line.biz/_nuxt/ZRAsEBTi.jsdevelopers.line.biz/_nuxt/ZRAsEBTi.... https://developers.line.biz/_nuxt/ZRAsEBTi.js — 200 — 1005 B — 250 ms — h2https://developers.line.biz/_nuxt/Cxi3vQKm.jsdevelopers.line.biz/_nuxt/Cxi3vQKm.... https://developers.line.biz/_nuxt/Cxi3vQKm.js — 200 — 67.2 KiB — 252 ms — h2https://developers.line.biz/_nuxt/XASAm_8K.jsdevelopers.line.biz/_nuxt/XASAm_8K.... https://developers.line.biz/_nuxt/XASAm_8K.js — 200 — 1022 B — 247 ms — h2https://developers.line.biz/_nuxt/sqlite3.DBpDb1lf.wasmdevelopers.line.biz/_nuxt/sqlite3.D... https://developers.line.biz/_nuxt/sqlite3.DBpDb1lf.wasm — 200 — 838.1 KiB — 509 ms — h2https://developers.line.biz/_nuxt/Dbv2QMgT.jsdevelopers.line.biz/_nuxt/Dbv2QMgT.... https://developers.line.biz/_nuxt/Dbv2QMgT.js — 200 — 2.6 KiB — 250 ms — h2https://developers.line.biz/_nuxt/DMeU8Xgk.jsdevelopers.line.biz/_nuxt/DMeU8Xgk.... https://developers.line.biz/_nuxt/DMeU8Xgk.js — 200 — 1.0 KiB — 247 ms — h2https://developers.line.biz/__nuxt_content/docs/sql_dump.txt?v=v3.5.0--Dhx_kIlIFv5E4gibUg0FlYXIcPuF4UnisgcM_fSHWHMdevelopers.line.biz/__nuxt_content/... https://developers.line.biz/__nuxt_content/docs/sql_dump.txt?v=v3.5.0--Dhx_kIlIFv5E4gibUg0FlYXIcPuF4UnisgcM_fSHWHM — 200 — 2.8 MiB — 581 ms — h2https://developers.line.biz/_nuxt/82OPCwt4.jsdevelopers.line.biz/_nuxt/82OPCwt4.... https://developers.line.biz/_nuxt/82OPCwt4.js — 200 — 1.4 KiB — 249 ms — h2https://developers.line.biz/_nuxt/CCtt_pXX.jsdevelopers.line.biz/_nuxt/CCtt_pXX.... https://developers.line.biz/_nuxt/CCtt_pXX.js — 200 — 1.4 KiB — 296 ms — h2https://developers.line.biz/_nuxt/X3wbroe1.jsdevelopers.line.biz/_nuxt/X3wbroe1.... https://developers.line.biz/_nuxt/X3wbroe1.js — 200 — 1.3 KiB — 251 ms — h2https://developers.line.biz/_nuxt/DajjyPL4.jsdevelopers.line.biz/_nuxt/DajjyPL4.... https://developers.line.biz/_nuxt/DajjyPL4.js — 200 — 2.3 KiB — 248 ms — h2https://developers.line.biz/_nuxt/m58zcBu5.jsdevelopers.line.biz/_nuxt/m58zcBu5.... https://developers.line.biz/_nuxt/m58zcBu5.js — 200 — 1.4 KiB — 249 ms — h2https://developers.line.biz/__nuxt_content/dynamic/sql_dump.txt?v=v3.5.0--NxmyunDx7HmLProrJX6Ej6uFdUlyDjj9Kl567tZA4Xodevelopers.line.biz/__nuxt_content/... https://developers.line.biz/__nuxt_content/dynamic/sql_dump.txt?v=v3.5.0--NxmyunDx7HmLProrJX6Ej6uFdUlyDjj9Kl567tZA4Xo — 200 — 670.7 KiB — 506 ms — h2https://developers.line.biz/_nuxt/D_EM6cAh.jsdevelopers.line.biz/_nuxt/D_EM6cAh.... https://developers.line.biz/_nuxt/D_EM6cAh.js — 200 — 805 B — 262 ms — h2https://developers.line.biz/_nuxt/BrD0XtG_.jsdevelopers.line.biz/_nuxt/BrD0XtG_.... https://developers.line.biz/_nuxt/BrD0XtG_.js — 200 — 882 B — 247 ms — h2https://developers.line.biz/_nuxt/B_Ejc2wA.jsdevelopers.line.biz/_nuxt/B_Ejc2wA.... https://developers.line.biz/_nuxt/B_Ejc2wA.js — 200 — 843 B — 248 ms — h2https://developers.line.biz/_nuxt/YXuVqr5m.jsdevelopers.line.biz/_nuxt/YXuVqr5m.... https://developers.line.biz/_nuxt/YXuVqr5m.js — 200 — 823 B — 247 ms — h2https://developers.line.biz/_nuxt/DpXBMKwh.jsdevelopers.line.biz/_nuxt/DpXBMKwh.... https://developers.line.biz/_nuxt/DpXBMKwh.js — 200 — 802 B — 247 ms — h2https://devdocs-feedback-form.line-apps.com/api/form/?lang=endevdocs-feedback-form.line-apps.com... https://devdocs-feedback-form.line-apps.com/api/form/?lang=en — 200 — 495 B — 1.3 s — h2https://www.googletagmanager.com/gtag/js?id=G-K94RFW73WSwww.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-K94RFW73WS — 200 — 157.1 KiB — 84 ms — h2https://jncpmz37bpzt.statuspage.io/embed/framejncpmz37bpzt.statuspage.io/embed/fr... https://jncpmz37bpzt.statuspage.io/embed/frame — 200 — 5.1 KiB — 200 ms — h2https://region1.google-analytics.com/g/collect?v=2&tid=G-K94RFW73WS&gtm=45je64k0h2v896101476za200zd896101476&_p=1776807417720&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=1269446020.1776807425&frm=0&pscdl=noapi&rcb=0&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115616985~115938466~115938469~117266401~117384405~118463261&sid=1776807425&sct=1&seg=0&dl=https%3A%2F%2Fdevelopers.line.biz%2Fen%2F%3Fr%3D%2Fdocs%2Fline-social-plugins%2F&dt=LINE%20Developers&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=10275region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-K94RFW73WS&gtm=45je64k0h2v896101476za200zd896101476&_p=1776807417720&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=1269446020.1776807425&frm=0&pscdl=noapi&rcb=0&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115616985~115938466~115938469~117266401~117384405~118463261&sid=1776807425&sct=1&seg=0&dl=https%3A%2F%2Fdevelopers.line.biz%2Fen%2F%3Fr%3D%2Fdocs%2Fline-social-plugins%2F&dt=LINE%20Developers&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=10275 — 204 — 552 B — 39 ms — h2https://developers.line.biz/_nuxt/Cf3AH0LZ.jsdevelopers.line.biz/_nuxt/Cf3AH0LZ.... https://developers.line.biz/_nuxt/Cf3AH0LZ.js — 200 — 16.9 KiB — 251 ms — h2https://developers.line.biz/_nuxt/BN_7HF1G.jsdevelopers.line.biz/_nuxt/BN_7HF1G.... https://developers.line.biz/_nuxt/BN_7HF1G.js — 200 — 1.1 KiB — 247 ms — h2https://developers.line.biz/_nuxt/BLGoNbmR.jsdevelopers.line.biz/_nuxt/BLGoNbmR.... https://developers.line.biz/_nuxt/BLGoNbmR.js — 200 — 1.0 KiB — 250 ms — h2https://developers.line.biz/en/_payload.json?3b70f8fe-6107-40ef-8d36-db6b89f9c108developers.line.biz/en/_payload.jso... https://developers.line.biz/en/_payload.json?3b70f8fe-6107-40ef-8d36-db6b89f9c108 — 200 — 0 B — 6 ms — h2https://developers.line.biz/en/about/_payload.json?3b70f8fe-6107-40ef-8d36-db6b89f9c108developers.line.biz/en/about/_paylo... https://developers.line.biz/en/about/_payload.json?3b70f8fe-6107-40ef-8d36-db6b89f9c108 — 200 — 5.2 KiB — 250 ms — h2https://developers.line.biz/en/services/_payload.json?3b70f8fe-6107-40ef-8d36-db6b89f9c108developers.line.biz/en/services/_pa... https://developers.line.biz/en/services/_payload.json?3b70f8fe-6107-40ef-8d36-db6b89f9c108 — 200 — 1.1 KiB — 254 ms — h2https://developers.line.biz/en/docs/_payload.json?3b70f8fe-6107-40ef-8d36-db6b89f9c108developers.line.biz/en/docs/_payloa... https://developers.line.biz/en/docs/_payload.json?3b70f8fe-6107-40ef-8d36-db6b89f9c108 — 200 — 1.1 KiB — 257 ms — h2https://developers.line.biz/en/tips/_payload.json?3b70f8fe-6107-40ef-8d36-db6b89f9c108developers.line.biz/en/tips/_payloa... https://developers.line.biz/en/tips/_payload.json?3b70f8fe-6107-40ef-8d36-db6b89f9c108 — 200 — 29.0 KiB — 268 ms — h2https://developers.line.biz/en/faq/_payload.json?3b70f8fe-6107-40ef-8d36-db6b89f9c108developers.line.biz/en/faq/_payload... https://developers.line.biz/en/faq/_payload.json?3b70f8fe-6107-40ef-8d36-db6b89f9c108 — 200 — 46.9 KiB — 274 ms — h2https://developers.line.biz/en/glossary/_payload.json?3b70f8fe-6107-40ef-8d36-db6b89f9c108developers.line.biz/en/glossary/_pa... https://developers.line.biz/en/glossary/_payload.json?3b70f8fe-6107-40ef-8d36-db6b89f9c108 — 200 — 16.0 KiB — 263 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
100% of JavaScript execution is third-party
First-party Third-party 4392ms · 217KB · ¥6069/mo
Unattributable
Other
Costly
Execution 3454ms
Transfer 0 KB
Monthly Cost ¥4772/mo
developers.line.biz
Other
Costly
Execution 523ms
Transfer 11 KB
Monthly Cost ¥723/mo
developers.line.biz
Other
Costly
Execution 160ms
Transfer 2 KB
Monthly Cost ¥221/mo
Google Tag Manager
Tag Manager
Costly
Execution 131ms
Transfer 157 KB
Unused 41%
Monthly Cost ¥181/mo
developers.line.biz
Other
Costly
Execution 125ms
Transfer 47 KB
Unused 50%
Monthly Cost ¥172/mo

These scripts may cost more than they're worth

  • Unattributable adds 3454ms and costs ~¥4772/month
  • developers.line.biz adds 523ms and costs ~¥723/month
  • developers.line.biz adds 160ms and costs ~¥221/month
  • Google Tag Manager adds 131ms and costs ~¥181/month
  • developers.line.biz adds 125ms and costs ~¥172/month

100% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.

Why this matters

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

Unattributable takes 3454ms 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

developers.line.biz takes 523ms 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

developers.line.biz takes 160ms 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 131ms 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

developers.line.biz takes 125ms 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