Skip to content
https://myanimelist.net

Performance

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

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

37
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
73
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.

1.38 s

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

4.26 s

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

318 ms

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

0.379

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

2.64 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.74 s

Page Load Progression

463 ms
926 ms
1.4 s
1.9 s
2.3 s
2.8 s
3.2 s
3.7 s
Checks
15
5 PASS 3 REVIEW 5 FIX
F
Page Weight Budget
Action
4.0 MB transferred, 110 requests
FIX
4.0 MB transferred, 110 requests
Critical::
Page weighs 12.3 MB (4.0 MB transferred)
Warning::
JavaScript is 1.7 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.7 MB
Warning::
Images are 1.2 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 1.2 MB
Info::
Fonts are 497 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 497 KB
Info::
CSS is 427 KB — consider purging unused styles
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
Got: 427 KB
Warning::
110 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.85 g CO2 per page load
4.0 MB / 2.4 MB budget
4.0 MB transferred
110 requests
0.85 g CO2 per page load
JavaScript 1.7 MiB 43%
Images 1.2 MiB 30%
Fonts 496.7 KiB 12%
CSS 427.3 KiB 10%
Other 94.4 KiB 2%
HTML 53.9 KiB 1%
Other 28.4 KiB 1%
Other 1.1 KiB 0%
Other 293 B 0%
Other 0 B 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

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

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

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

D
Third-Party Impact
Action
63% third-party, 0 ms blocking
FIX
63% third-party, 0 ms blocking
Warning::
Third-party code accounts for 63% of page weight (2.5 MiB of 4.0 MiB)
Info::
Third-party blocking time is low (0 ms)
37%
63%
First-party Third-party
D
JS Execution Cost
Action
2295ms total JS execution
FIX
2295ms total JS execution
Warning::
https://myanimelist.net/static/assets/js/pc/all-96...: 449ms CPU time
Warning::
https://myanimelist.net/: 318ms CPU time
Warning::
https://www.gstatic.com/recaptcha/releases/gTpTIWh...: 302ms CPU time
Warning::
https://cmp.inmobi.com/tcfv2/cmp2.js?referer=myani...: 258ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=G-26FE...: 250ms CPU time
Warning::
Third-party scripts: 1386ms (60% of total)

Main Thread Breakdown

Script Evaluation 52% Other 21% Style & Layout 10% Script Parsing & Compilation 7% Rendering 5% Parse HTML & CSS 4%
ScriptTotalScriptingParse/CompileParty
https://myanimelist.net/static/assets/js/pc/all-96bd52aeae.js449ms158ms51ms1st
https://myanimelist.net/318ms4ms2ms1st
https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js302ms252ms31ms3rd
https://cmp.inmobi.com/tcfv2/cmp2.js?referer=myanimelist.net258ms169ms19ms3rd
https://www.googletagmanager.com/gtag/js?id=G-26FEP9527K&cx=c&gtm=4e64h1h1250ms230ms19ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-WL4QW3G212ms194ms14ms3rd
Unattributable205ms2ms0ms3rd
https://cmp.inmobi.com/tcfv2/61/cmp2ui-en.js159ms94ms19ms3rd
https://myanimelist.net/static/assets/js/pc/header-aeab8bb434.js142ms112ms10ms1st
F
JS Bundles
Action
14 scripts, 1.1 MB unused
FIX
14 scripts, 1.1 MB unused
Warning::
https://myanimelist.net/static/assets/js/pc/all-96...: 253 KB unused (67%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.gstatic.com/recaptcha/releases/gTpTIWh...: 177 KB unused (49%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.gstatic.com/recaptcha/releases/gTpTIWh...: 177 KB unused (49%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.gstatic.com/recaptcha/releases/gTpTIWh...: 177 KB unused (49%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://cmp.inmobi.com/tcfv2/cmp2.js?referer=myani...: 66 KB unused (50%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 1.1 MB
1083 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://myanimelist.net/static/assets/js/pc/all-96bd52aeae.js376 KB253 KB (67%)1st
https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js362 KB177 KB (49%)3rd
https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js362 KB177 KB (49%)3rd
https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js0 KB177 KB (49%)3rd
https://cmp.inmobi.com/tcfv2/cmp2.js?referer=myanimelist.net134 KB66 KB (50%)3rd
https://cmp.inmobi.com/tcfv2/61/cmp2ui-en.js125 KB60 KB (48%)3rd
https://www.googletagmanager.com/gtag/js?id=G-26FEP9527K&cx=c&gtm=4e64h1h1174 KB60 KB (34%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-WL4QW3G138 KB59 KB (43%)3rd
https://myanimelist.net/static/assets/js/pc/header-aeab8bb434.js93 KB55 KB (59%)1st
https://myanimelist.net/js/quantcast_choice.js?v=17768088283 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

F
Page Weight Inventory
Action
110 resources · 4.0 MB · 1.1 MB savings available
FIX
110 resources · 4.0 MB · 1.1 MB savings available
Warning::
Page weight 3.0 MB over 1MB target
Got: 4.0 MB Expected: ≤ 1 MB
Info::
~1.1 MB of savings available
Warning::
72 third-party resources (63% of weight)
Info::
6 resources over 200KB
110 resources · 4.0 MiB · 72 third-party 3.0 MiB over 1MB target
JavaScript 43% · 1.7 MiB
Image 31% · 1.3 MiB
Font 12% · 496.7 KiB
CSS 10% · 427.3 KiB
Other 2% · 95.2 KiB
Document 1% · 54.6 KiB

~1.1 MiB of savings available

Remove unused JavaScript: 1.1 MiB
C
Image Optimization
Action
67 images, 0 KB saveable
REVIEW
67 images, 0 KB saveable
Warning::
https://myanimelist.net/images/appli/badge_googlep... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://myanimelist.net/images/appli/badge_iOS.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
67 images 1.2 MB
0 oversized -0 KB
23 legacy format
2 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

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

Green Hosting

No green hosting detected

B
HTTP Caching
no-cache
REVIEW
no-cache
Info::
Cache-Control header is set
Got: no-cache
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

no-cache

DirectiveValueMeaning
no-cacheCache but always revalidate first
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 (497 KB)
PASS
3 fonts (497 KB)
Info::
3 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

3

497 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 1.0 s 2.0 s 3.0 s 4.0 s FCP 1.4 s LCP 4.3 shttps://myanimelist.net/fonts/fa6/fa-solid-900.woff2fa-solid-900.woff2 https://myanimelist.net/fonts/fa6/fa-solid-900.woff2 — 346.0 KiB — 36 ms — font-display: swaphttps://myanimelist.net/fonts/fa6/fa-brands-400.woff2fa-brands-400.woff2 https://myanimelist.net/fonts/fa6/fa-brands-400.woff2 — 116.8 KiB — 18 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 33.9 KiB — 20 ms — font-display: swap
fa-solid-900.woff2 woff2 swap
Size 346 KB
Load time 36 ms
Start 1.3 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
fa-brands-400.woff2 woff2 swap
Size 117 KB
Load time 18 ms
Start 1.4 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
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 34 KB
Load time 20 ms
Start 2.1 s
Risk FOUT — text flashes from fallback to web font
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 ~231 KB and ~462 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 3718ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 1.4 s LCP 4.3 shttps://myanimelist.net// https://myanimelist.net/ — 200 — 26.3 KiB — 925 ms — h2https://myanimelist.net/static/assets/css/pc/style-6f150e4d4a.css/static/assets/css/pc/style-6f150e4... https://myanimelist.net/static/assets/css/pc/style-6f150e4d4a.css — 200 — 192.5 KiB — 44 ms — h2https://myanimelist.net/static/assets/css/pc/dark-711b3b1a26.css/static/assets/css/pc/dark-711b3b1a... https://myanimelist.net/static/assets/css/pc/dark-711b3b1a26.css — 200 — 190.7 KiB — 70 ms — h2https://myanimelist.net/static/assets/js/pc/header-aeab8bb434.js/static/assets/js/pc/header-aeab8bb... https://myanimelist.net/static/assets/js/pc/header-aeab8bb434.js — 200 — 93.2 KiB — 77 ms — h2https://myanimelist.net/static/assets/js/pc/all-96bd52aeae.js/static/assets/js/pc/all-96bd52aeae... https://myanimelist.net/static/assets/js/pc/all-96bd52aeae.js — 200 — 376.4 KiB — 120 ms — h2https://fonts.googleapis.com/css?family=Roboto:400,700&display=swapfonts.googleapis.com/css?family=Rob... https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap — 200 — 2.0 KiB — 20 ms — h2https://myanimelist.net/js/quantcast_choice.js?v=1776808828/js/quantcast_choice.js?v=177680882... https://myanimelist.net/js/quantcast_choice.js?v=1776808828 — 200 — 2.8 KiB — 493 ms — h2https://myanimelist.net/js/cmp.js?v=1776808828/js/cmp.js?v=1776808828 https://myanimelist.net/js/cmp.js?v=1776808828 — 200 — 1.1 KiB — 500 ms — h2https://cdn.myanimelist.net/resources/mxj_panel/2026/20260217031009_MxJ%20exposure-354x220@2x.pngcdn.myanimelist.net/resources/mxj_p... https://cdn.myanimelist.net/resources/mxj_panel/2026/20260217031009_MxJ%20exposure-354x220@2x.png — 200 — 100.5 KiB — 56 ms — http/1.1https://cdn.myanimelist.net/resources/mxj_panel/2026/20260407210900_2026-%E3%82%B9%E3%83%97%E3%83%AA%E3%83%B3%E3%82%B0-708x440.jpgcdn.myanimelist.net/resources/mxj_p... https://cdn.myanimelist.net/resources/mxj_panel/2026/20260407210900_2026-%E3%82%B9%E3%83%97%E3%83%AA%E3%83%B3%E3%82%B0-708x440.jpg — 200 — 125.4 KiB — 57 ms — http/1.1https://cdn.myanimelist.net/resources/mxj_panel/2026/20260324024445_MxJ%20exposure-354x220@2x.pngcdn.myanimelist.net/resources/mxj_p... https://cdn.myanimelist.net/resources/mxj_panel/2026/20260324024445_MxJ%20exposure-354x220@2x.png — 200 — 115.7 KiB — 34 ms — h3https://myanimelist.net/manifest.json/manifest.json https://myanimelist.net/manifest.json — 200 — 293 B — 178 ms — h3https://myanimelist.net/c/img/resources/pda/ML_20260415_PDA/PDA_PC_left.png/c/img/resources/pda/ML_20260415_PD... https://myanimelist.net/c/img/resources/pda/ML_20260415_PDA/PDA_PC_left.png — 302 — 26 B — 217 ms — h3https://myanimelist.net/c/img/resources/pda/ML_20260415_PDA/PDA_PC_right.png/c/img/resources/pda/ML_20260415_PD... https://myanimelist.net/c/img/resources/pda/ML_20260415_PDA/PDA_PC_right.png — 302 — 27 B — 261 ms — h3https://cdn.myanimelist.net/resources/pda/ML_20260415_PDA/PDA_PC_left.pngcdn.myanimelist.net/resources/pda/M... https://cdn.myanimelist.net/resources/pda/ML_20260415_PDA/PDA_PC_left.png — 200 — 268.9 KiB — 26 ms — h3https://www.google.com/recaptcha/api.js?render=6Ld_1aIZAAAAAF6bNdR67ICKIaeXLKlbhE7t2Qz4www.google.com/recaptcha/api.js?ren... https://www.google.com/recaptcha/api.js?render=6Ld_1aIZAAAAAF6bNdR67ICKIaeXLKlbhE7t2Qz4 — 200 — 1.0 KiB — 19 ms — h3https://myanimelist.net/c/img/resources/mb/mini_banner_20260217_writing_contest.png/c/img/resources/mb/mini_banner_202... https://myanimelist.net/c/img/resources/mb/mini_banner_20260217_writing_contest.png — 302 — 26 B — 225 ms — h3https://myanimelist.net/images/event/20240226_YSRTM_2024/badge.png?v=17139276/images/event/20240226_YSRTM_2024/b... https://myanimelist.net/images/event/20240226_YSRTM_2024/badge.png?v=17139276 — 200 — 8.6 KiB — 27 ms — h3https://myanimelist.net/images/appli/badge_iOS.png/images/appli/badge_iOS.png https://myanimelist.net/images/appli/badge_iOS.png — 200 — 3.1 KiB — 7 ms — h3https://myanimelist.net/images/appli/badge_googleplay.png/images/appli/badge_googleplay.png https://myanimelist.net/images/appli/badge_googleplay.png — 200 — 7.7 KiB — 19 ms — h3https://cmp.inmobi.com/choice/9frspWe-kA49L/myanimelist.net/choice.js?tag_version=V3cmp.inmobi.com/choice/9frspWe-kA49L... https://cmp.inmobi.com/choice/9frspWe-kA49L/myanimelist.net/choice.js?tag_version=V3 — 200 — 2.4 KiB — 22 ms — h2data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAAAAAA6fptVAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAC…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAAAAAA6fptVAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAC… — 200 — 0 B — 0 ms — datahttps://myanimelist.net/images/mal-logo-xsmall.png?v=1634263200/images/mal-logo-xsmall.png?v=16342... https://myanimelist.net/images/mal-logo-xsmall.png?v=1634263200 — 200 — 2.1 KiB — 8 ms — h3https://myanimelist.net/images/btn_handle.png?v=1634263200/images/btn_handle.png?v=1634263200 https://myanimelist.net/images/btn_handle.png?v=1634263200 — 200 — 1.3 KiB — 6 ms — h3https://myanimelist.net/images/image_box_shadow_bottom.png?v=1634263200/images/image_box_shadow_bottom.png... https://myanimelist.net/images/image_box_shadow_bottom.png?v=1634263200 — 200 — 1.7 KiB — 7 ms — h3https://myanimelist.net/images/episodes/videos/icon_pay.png?v=1634263200/images/episodes/videos/icon_pay.pn... https://myanimelist.net/images/episodes/videos/icon_pay.png?v=1634263200 — 200 — 1.1 KiB — 14 ms — h3https://myanimelist.net/images/stream_banner/btn_stream_play.png?v=1634263200/images/stream_banner/btn_stream_pl... https://myanimelist.net/images/stream_banner/btn_stream_play.png?v=1634263200 — 200 — 2.9 KiB — 7 ms — h3https://myanimelist.net/fonts/fa6/fa-solid-900.woff2/fonts/fa6/fa-solid-900.woff2 https://myanimelist.net/fonts/fa6/fa-solid-900.woff2 — 200 — 346.0 KiB — 36 ms — h3https://cdn.myanimelist.net/resources/pda/ML_20260415_PDA/PDA_PC_right.pngcdn.myanimelist.net/resources/pda/M... https://cdn.myanimelist.net/resources/pda/ML_20260415_PDA/PDA_PC_right.png — 200 — 269.3 KiB — 26 ms — h3https://myanimelist.net/images/footer/footer-sns-border.png?v=1634263200/images/footer/footer-sns-border.pn... https://myanimelist.net/images/footer/footer-sns-border.png?v=1634263200 — 200 — 713 B — 33 ms — h3
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 1.4 s LCP 4.3 shttps://myanimelist.net// https://myanimelist.net/ — 200 — 26.3 KiB — 925 ms — h2https://myanimelist.net/static/assets/css/pc/style-6f150e4d4a.css/static/assets/css/pc/style-6f150e4... https://myanimelist.net/static/assets/css/pc/style-6f150e4d4a.css — 200 — 192.5 KiB — 44 ms — h2https://myanimelist.net/static/assets/css/pc/dark-711b3b1a26.css/static/assets/css/pc/dark-711b3b1a... https://myanimelist.net/static/assets/css/pc/dark-711b3b1a26.css — 200 — 190.7 KiB — 70 ms — h2https://myanimelist.net/static/assets/js/pc/header-aeab8bb434.js/static/assets/js/pc/header-aeab8bb... https://myanimelist.net/static/assets/js/pc/header-aeab8bb434.js — 200 — 93.2 KiB — 77 ms — h2https://myanimelist.net/static/assets/js/pc/all-96bd52aeae.js/static/assets/js/pc/all-96bd52aeae... https://myanimelist.net/static/assets/js/pc/all-96bd52aeae.js — 200 — 376.4 KiB — 120 ms — h2https://fonts.googleapis.com/css?family=Roboto:400,700&display=swapfonts.googleapis.com/css?family=Rob... https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap — 200 — 2.0 KiB — 20 ms — h2https://myanimelist.net/js/quantcast_choice.js?v=1776808828/js/quantcast_choice.js?v=177680882... https://myanimelist.net/js/quantcast_choice.js?v=1776808828 — 200 — 2.8 KiB — 493 ms — h2https://myanimelist.net/js/cmp.js?v=1776808828/js/cmp.js?v=1776808828 https://myanimelist.net/js/cmp.js?v=1776808828 — 200 — 1.1 KiB — 500 ms — h2https://cdn.myanimelist.net/resources/mxj_panel/2026/20260217031009_MxJ%20exposure-354x220@2x.pngcdn.myanimelist.net/resources/mxj_p... https://cdn.myanimelist.net/resources/mxj_panel/2026/20260217031009_MxJ%20exposure-354x220@2x.png — 200 — 100.5 KiB — 56 ms — http/1.1https://cdn.myanimelist.net/resources/mxj_panel/2026/20260407210900_2026-%E3%82%B9%E3%83%97%E3%83%AA%E3%83%B3%E3%82%B0-708x440.jpgcdn.myanimelist.net/resources/mxj_p... https://cdn.myanimelist.net/resources/mxj_panel/2026/20260407210900_2026-%E3%82%B9%E3%83%97%E3%83%AA%E3%83%B3%E3%82%B0-708x440.jpg — 200 — 125.4 KiB — 57 ms — http/1.1https://cdn.myanimelist.net/resources/mxj_panel/2026/20260324024445_MxJ%20exposure-354x220@2x.pngcdn.myanimelist.net/resources/mxj_p... https://cdn.myanimelist.net/resources/mxj_panel/2026/20260324024445_MxJ%20exposure-354x220@2x.png — 200 — 115.7 KiB — 34 ms — h3https://myanimelist.net/manifest.json/manifest.json https://myanimelist.net/manifest.json — 200 — 293 B — 178 ms — h3https://myanimelist.net/c/img/resources/pda/ML_20260415_PDA/PDA_PC_left.png/c/img/resources/pda/ML_20260415_PD... https://myanimelist.net/c/img/resources/pda/ML_20260415_PDA/PDA_PC_left.png — 302 — 26 B — 217 ms — h3https://myanimelist.net/c/img/resources/pda/ML_20260415_PDA/PDA_PC_right.png/c/img/resources/pda/ML_20260415_PD... https://myanimelist.net/c/img/resources/pda/ML_20260415_PDA/PDA_PC_right.png — 302 — 27 B — 261 ms — h3https://cdn.myanimelist.net/resources/pda/ML_20260415_PDA/PDA_PC_left.pngcdn.myanimelist.net/resources/pda/M... https://cdn.myanimelist.net/resources/pda/ML_20260415_PDA/PDA_PC_left.png — 200 — 268.9 KiB — 26 ms — h3https://www.google.com/recaptcha/api.js?render=6Ld_1aIZAAAAAF6bNdR67ICKIaeXLKlbhE7t2Qz4www.google.com/recaptcha/api.js?ren... https://www.google.com/recaptcha/api.js?render=6Ld_1aIZAAAAAF6bNdR67ICKIaeXLKlbhE7t2Qz4 — 200 — 1.0 KiB — 19 ms — h3https://myanimelist.net/c/img/resources/mb/mini_banner_20260217_writing_contest.png/c/img/resources/mb/mini_banner_202... https://myanimelist.net/c/img/resources/mb/mini_banner_20260217_writing_contest.png — 302 — 26 B — 225 ms — h3https://myanimelist.net/images/event/20240226_YSRTM_2024/badge.png?v=17139276/images/event/20240226_YSRTM_2024/b... https://myanimelist.net/images/event/20240226_YSRTM_2024/badge.png?v=17139276 — 200 — 8.6 KiB — 27 ms — h3https://myanimelist.net/images/appli/badge_iOS.png/images/appli/badge_iOS.png https://myanimelist.net/images/appli/badge_iOS.png — 200 — 3.1 KiB — 7 ms — h3https://myanimelist.net/images/appli/badge_googleplay.png/images/appli/badge_googleplay.png https://myanimelist.net/images/appli/badge_googleplay.png — 200 — 7.7 KiB — 19 ms — h3https://cmp.inmobi.com/choice/9frspWe-kA49L/myanimelist.net/choice.js?tag_version=V3cmp.inmobi.com/choice/9frspWe-kA49L... https://cmp.inmobi.com/choice/9frspWe-kA49L/myanimelist.net/choice.js?tag_version=V3 — 200 — 2.4 KiB — 22 ms — h2data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAAAAAA6fptVAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAC…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAAAAAA6fptVAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAC… — 200 — 0 B — 0 ms — datahttps://myanimelist.net/images/mal-logo-xsmall.png?v=1634263200/images/mal-logo-xsmall.png?v=16342... https://myanimelist.net/images/mal-logo-xsmall.png?v=1634263200 — 200 — 2.1 KiB — 8 ms — h3https://myanimelist.net/images/btn_handle.png?v=1634263200/images/btn_handle.png?v=1634263200 https://myanimelist.net/images/btn_handle.png?v=1634263200 — 200 — 1.3 KiB — 6 ms — h3https://myanimelist.net/images/image_box_shadow_bottom.png?v=1634263200/images/image_box_shadow_bottom.png... https://myanimelist.net/images/image_box_shadow_bottom.png?v=1634263200 — 200 — 1.7 KiB — 7 ms — h3https://myanimelist.net/images/episodes/videos/icon_pay.png?v=1634263200/images/episodes/videos/icon_pay.pn... https://myanimelist.net/images/episodes/videos/icon_pay.png?v=1634263200 — 200 — 1.1 KiB — 14 ms — h3https://myanimelist.net/images/stream_banner/btn_stream_play.png?v=1634263200/images/stream_banner/btn_stream_pl... https://myanimelist.net/images/stream_banner/btn_stream_play.png?v=1634263200 — 200 — 2.9 KiB — 7 ms — h3https://myanimelist.net/fonts/fa6/fa-solid-900.woff2/fonts/fa6/fa-solid-900.woff2 https://myanimelist.net/fonts/fa6/fa-solid-900.woff2 — 200 — 346.0 KiB — 36 ms — h3https://cdn.myanimelist.net/resources/pda/ML_20260415_PDA/PDA_PC_right.pngcdn.myanimelist.net/resources/pda/M... https://cdn.myanimelist.net/resources/pda/ML_20260415_PDA/PDA_PC_right.png — 200 — 269.3 KiB — 26 ms — h3https://myanimelist.net/images/footer/footer-sns-border.png?v=1634263200/images/footer/footer-sns-border.pn... https://myanimelist.net/images/footer/footer-sns-border.png?v=1634263200 — 200 — 713 B — 33 ms — h3https://myanimelist.net/images/footer/icon_tom30.png?v=1634263200/images/footer/icon_tom30.png?v=163... https://myanimelist.net/images/footer/icon_tom30.png?v=1634263200 — 200 — 1.3 KiB — 31 ms — h3https://myanimelist.net/images/footer/icon_honeyfeed.png?v=1634263200/images/footer/icon_honeyfeed.png?v... https://myanimelist.net/images/footer/icon_honeyfeed.png?v=1634263200 — 200 — 1.4 KiB — 28 ms — h3https://myanimelist.net/img/sp/common/icon-manga-store.png?v=1634263200/img/sp/common/icon-manga-store.png... https://myanimelist.net/img/sp/common/icon-manga-store.png?v=1634263200 — 200 — 2.1 KiB — 29 ms — h3https://myanimelist.net/fonts/fa6/fa-brands-400.woff2/fonts/fa6/fa-brands-400.woff2 https://myanimelist.net/fonts/fa6/fa-brands-400.woff2 — 200 — 116.8 KiB — 18 ms — h3https://cdn.myanimelist.net/resources/mb/mini_banner_20260217_writing_contest.pngcdn.myanimelist.net/resources/mb/mi... https://cdn.myanimelist.net/resources/mb/mini_banner_20260217_writing_contest.png — 200 — 16.6 KiB — 5 ms — h3https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.jswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js — 200 — 362.4 KiB — 47 ms — h2https://cmp.inmobi.com/tcfv2/cmp2.js?referer=myanimelist.netcmp.inmobi.com/tcfv2/cmp2.js?refere... https://cmp.inmobi.com/tcfv2/cmp2.js?referer=myanimelist.net — 200 — 133.5 KiB — 14 ms — h2https://cmp.inmobi.com/geoipcmp.inmobi.com/geoip https://cmp.inmobi.com/geoip — 200 — 332 B — 10 ms — h2https://cmp.inmobi.com/GVL-v3/vendor-list-trimmed-v1.jsoncmp.inmobi.com/GVL-v3/vendor-list-t... https://cmp.inmobi.com/GVL-v3/vendor-list-trimmed-v1.json — 200 — 85.4 KiB — 20 ms — h2https://www.google.com/recaptcha/api2/anchor?ar=1&k=6Ld_1aIZAAAAAF6bNdR67ICKIaeXLKlbhE7t2Qz4&co=aHR0cHM6Ly9teWFuaW1lbGlzdC5uZXQ6NDQz&hl=en&v=gTpTIWhbKpxADzTzkcabhXN4&size=invisible&anchor-ms=20000&execute-ms=30000&cb=yk5egm53ieoywww.google.com/recaptcha/api2/ancho... https://www.google.com/recaptcha/api2/anchor?ar=1&k=6Ld_1aIZAAAAAF6bNdR67ICKIaeXLKlbhE7t2Qz4&co=aHR0cHM6Ly9teWFuaW1lbGlzdC5uZXQ6NDQz&hl=en&v=gTpTIWhbKpxADzTzkcabhXN4&size=invisible&anchor-ms=20000&execute-ms=30000&cb=yk5egm53ieoy — 200 — 27.6 KiB — 44 ms — h3https://cdn.myanimelist.net/r/160x220/images/anime/1726/155542.webp?s=d46fe7db7a109a34cab98040d8927f09cdn.myanimelist.net/r/160x220/image... https://cdn.myanimelist.net/r/160x220/images/anime/1726/155542.webp?s=d46fe7db7a109a34cab98040d8927f09 — 200 — 10.9 KiB — 22 ms — h3https://cdn.myanimelist.net/r/160x220/images/anime/1540/155824.webp?s=6280050d8e12977492495424bf31ffdecdn.myanimelist.net/r/160x220/image... https://cdn.myanimelist.net/r/160x220/images/anime/1540/155824.webp?s=6280050d8e12977492495424bf31ffde — 200 — 10.1 KiB — 31 ms — h3https://cdn.myanimelist.net/r/160x220/images/anime/1176/153626.webp?s=e53fd0a8c9b5a05d954972f72de98397cdn.myanimelist.net/r/160x220/image... https://cdn.myanimelist.net/r/160x220/images/anime/1176/153626.webp?s=e53fd0a8c9b5a05d954972f72de98397 — 200 — 7.1 KiB — 27 ms — h3https://cdn.myanimelist.net/r/160x220/images/anime/1695/156389.webp?s=8d373d17a84ee8fa5d7609a8ea26c8bccdn.myanimelist.net/r/160x220/image... https://cdn.myanimelist.net/r/160x220/images/anime/1695/156389.webp?s=8d373d17a84ee8fa5d7609a8ea26c8bc — 200 — 11.1 KiB — 39 ms — h3https://cdn.myanimelist.net/r/160x220/images/anime/1171/156397.webp?s=a67f89fd0961e41f84d920ddb933238ccdn.myanimelist.net/r/160x220/image... https://cdn.myanimelist.net/r/160x220/images/anime/1171/156397.webp?s=a67f89fd0961e41f84d920ddb933238c — 200 — 12.7 KiB — 39 ms — h3https://cdn.myanimelist.net/r/108x163/images/anime/1921/154528.webp?s=b9c2e4428684c0358db9677a19bfdbbacdn.myanimelist.net/r/108x163/image... https://cdn.myanimelist.net/r/108x163/images/anime/1921/154528.webp?s=b9c2e4428684c0358db9677a19bfdbba — 200 — 5.4 KiB — 40 ms — h3https://cdn.myanimelist.net/r/108x163/images/anime/7/75570.webp?s=ed43bce90782bb36cce1cd0e1ba93ddbcdn.myanimelist.net/r/108x163/image... https://cdn.myanimelist.net/r/108x163/images/anime/7/75570.webp?s=ed43bce90782bb36cce1cd0e1ba93ddb — 200 — 5.2 KiB — 17 ms — h3https://cdn.myanimelist.net/r/108x163/images/anime/1589/95329.webp?s=eea32082370b30c556deb041401a5ab9cdn.myanimelist.net/r/108x163/image... https://cdn.myanimelist.net/r/108x163/images/anime/1589/95329.webp?s=eea32082370b30c556deb041401a5ab9 — 200 — 7.1 KiB — 39 ms — h3https://cdn.myanimelist.net/r/108x163/images/anime/1672/148866.webp?s=587ecc5f2d33d45660c6631dd6dedd2dcdn.myanimelist.net/r/108x163/image... https://cdn.myanimelist.net/r/108x163/images/anime/1672/148866.webp?s=587ecc5f2d33d45660c6631dd6dedd2d — 200 — 5.8 KiB — 35 ms — h3https://cdn.myanimelist.net/r/108x163/images/anime/1297/150516.webp?s=67334e84b379fb90f2d45e57352f1c0dcdn.myanimelist.net/r/108x163/image... https://cdn.myanimelist.net/r/108x163/images/anime/1297/150516.webp?s=67334e84b379fb90f2d45e57352f1c0d — 200 — 6.9 KiB — 36 ms — h3https://cmp.inmobi.com/GVL-v2/cmp-list.jsoncmp.inmobi.com/GVL-v2/cmp-list.json https://cmp.inmobi.com/GVL-v2/cmp-list.json — 200 — 5.7 KiB — 26 ms — h2https://cmp.inmobi.com/tcfv2/61/cmp2ui-en.jscmp.inmobi.com/tcfv2/61/cmp2ui-en.j... https://cmp.inmobi.com/tcfv2/61/cmp2ui-en.js — 200 — 125.3 KiB — 16 ms — h2https://cmp.inmobi.com/us-mspa/v1/purposes-national-en.jsoncmp.inmobi.com/us-mspa/v1/purposes-... https://cmp.inmobi.com/us-mspa/v1/purposes-national-en.json — 200 — 1.9 KiB — 5 ms — h2https://visit-server.inmobi-choice.io/visit-eventvisit-server.inmobi-choice.io/visit... https://visit-server.inmobi-choice.io/visit-event — 200 — 0 B — 496 ms — h2https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/styles__ltr.csswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/styles__ltr.css — 200 — 42.1 KiB — 14 ms — h2https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.jswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js — 200 — 361.9 KiB — 48 ms — h2https://cmp.inmobi.com/GVL-v3/vendor-list-trimmed-v1.jsoncmp.inmobi.com/GVL-v3/vendor-list-t... https://cmp.inmobi.com/GVL-v3/vendor-list-trimmed-v1.json — 200 — 0 B — 4 ms — h2https://api.cmp.inmobi.com/?log=%7B%22accountId%22%3A%229frspWe-kA49L%22%2C%22domain%22%3A%22myanimelist.net%22%2C%22publisher%22%3A%22MyAnimeList%22%2C%22cmpId%22%3A10%2C%22cmpVersion%22%3A%222.61%22%2C%22displayType%22%3A%22tcfui%3Amandatory%22%2C%22configurationHashCode%22%3A%22s0HIJH0sji4PRV%2FEhWQagQ%22%2C%22tagVersion%22%3A%22V3%22%2C%22gvlVersion%22%3A3%2C%22siteUuid%22%3A%22d648e733-a47a-412f-ad87-bb22901b35e9%22%2C%22browserName%22%3A%22Chrome%22%2C%22deviceType%22%3A%22pc%22%2C%22cmpPlatform%22%3A%22Mac%20OS%22%2C%22pageFormat%22%3A%22HTTP%22%2C%22country%22%3A%22sgp%22%2C%22region%22%3A%22%22%2C%22city%22%3A%22singapore%22%2C%22configs%22%3A%7B%22gbcApplicable%22%3Afalse%2C%22themeUuid%22%3A%2207b2d874-6542-467e-b24a-3d79f6b8d79b%22%2C%22language%22%3A%22en%22%2C%22copApplicable%22%3Afalse%2C%22advancedApplicable%22%3Afalse%7D%2C%22existingCMPStatus%22%3Anull%2C%22existingGBCStatus%22%3Anull%2C%22existingConfigs%22%3A%7B%7D%2C%22manualTrigger%22%3Afalse%2C%22clientTimestamp%22%3A1776808829877%2C%22operationType%22%3A%22init%22%2C%22sessionId%22%3A%22GDPR-k4axyqna544y3hf4kezu%22%7Dapi.cmp.inmobi.com/?log=%7B%22accou... https://api.cmp.inmobi.com/?log=%7B%22accountId%22%3A%229frspWe-kA49L%22%2C%22domain%22%3A%22myanimelist.net%22%2C%22publisher%22%3A%22MyAnimeList%22%2C%22cmpId%22%3A10%2C%22cmpVersion%22%3A%222.61%22%2C%22displayType%22%3A%22tcfui%3Amandatory%22%2C%22configurationHashCode%22%3A%22s0HIJH0sji4PRV%2FEhWQagQ%22%2C%22tagVersion%22%3A%22V3%22%2C%22gvlVersion%22%3A3%2C%22siteUuid%22%3A%22d648e733-a47a-412f-ad87-bb22901b35e9%22%2C%22browserName%22%3A%22Chrome%22%2C%22deviceType%22%3A%22pc%22%2C%22cmpPlatform%22%3A%22Mac%20OS%22%2C%22pageFormat%22%3A%22HTTP%22%2C%22country%22%3A%22sgp%22%2C%22region%22%3A%22%22%2C%22city%22%3A%22singapore%22%2C%22configs%22%3A%7B%22gbcApplicable%22%3Afalse%2C%22themeUuid%22%3A%2207b2d874-6542-467e-b24a-3d79f6b8d79b%22%2C%22language%22%3A%22en%22%2C%22copApplicable%22%3Afalse%2C%22advancedApplicable%22%3Afalse%7D%2C%22existingCMPStatus%22%3Anull%2C%22existingGBCStatus%22%3Anull%2C%22existingConfigs%22%3A%7B%7D%2C%22manualTrigger%22%3Afalse%2C%22clientTimestamp%22%3A1776808829877%2C%22operationType%22%3A%22init%22%2C%22sessionId%22%3A%22GDPR-k4axyqna544y3hf4kezu%22%7D — 200 — 101 B — 503 ms — h2https://cmp.inmobi.com/geoipcmp.inmobi.com/geoip https://cmp.inmobi.com/geoip — 200 — 329 B — 7 ms — h2https://www.google.com/recaptcha/api2/webworker.js?hl=en&v=gTpTIWhbKpxADzTzkcabhXN4www.google.com/recaptcha/api2/webwo... https://www.google.com/recaptcha/api2/webworker.js?hl=en&v=gTpTIWhbKpxADzTzkcabhXN4 — 200 — 23 B — 265 ms — h3https://www.gstatic.com/recaptcha/api2/logo_48.pngwww.gstatic.com/recaptcha/api2/logo... https://www.gstatic.com/recaptcha/api2/logo_48.png — 200 — 2.3 KiB — 11 ms — h2https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2fonts.gstatic.com/s/roboto/v48/KFO7... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 200 — 33.9 KiB — 20 ms — h3https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.jswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js — 200 — 0 B — 22 ms — h2https://cmp.inmobi.com/custom-translations/9frspWe-kA49L/07b2d874-6542-467e-b24a-3d79f6b8d79b/en.jsoncmp.inmobi.com/custom-translations/... https://cmp.inmobi.com/custom-translations/9frspWe-kA49L/07b2d874-6542-467e-b24a-3d79f6b8d79b/en.json — 200 — 528 B — 5 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-WL4QW3Gwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-WL4QW3G — 200 — 138.4 KiB — 29 ms — h2https://myanimelist.net/images/favicon.svg/images/favicon.svg https://myanimelist.net/images/favicon.svg — 200 — 626 B — 7 ms — h3https://myanimelist.net/img/common/pwa/mal-icon-192x192.png/img/common/pwa/mal-icon-192x192.pn... https://myanimelist.net/img/common/pwa/mal-icon-192x192.png — 200 — 3.2 KiB — 10 ms — h3https://myanimelist.net/images/favicon.ico/images/favicon.ico https://myanimelist.net/images/favicon.ico — 200 — 24.5 KiB — 8 ms — h3https://www.googletagmanager.com/gtag/js?id=G-26FEP9527K&cx=c&gtm=4e64h1h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-26FEP9527K&cx=c&gtm=4e64h1h1 — 200 — 173.5 KiB — 33 ms — h2https://myanimelist.net/static/logging.html?event=prompt&_action=homescreen_prompt&_=1776808828775/static/logging.html?event=prompt&_... https://myanimelist.net/static/logging.html?event=prompt&_action=homescreen_prompt&_=1776808828775 — 200 — 596 B — 178 ms — h3https://pagead2.googlesyndication.com/measurement/conversion?random=1776808830614&cv=11&tid=G-26FEP9527K&fst=1776808830614&fmt=8&en=session_start&gtm=45je64h1h1v881683221z8813153650za20gzb813153650zd813153650xec&gcs=G100&gcd=13p3p3p3p5l1&dma_cps=-&dma=0&tcfd=10000&tag_exp=0~115938466~115938469~117266401&u_w=800&u_h=600&url=https%3A%2F%2Fmyanimelist.net%2F&gacid=965262777.1776808831&gpp=DBAA&gpp_sid=2&frm=0&tiba=MyAnimeList.net%20-%20Anime%20and%20Manga%20Database%20and%20Community&npa=1&us_privacy=1---&pscdl=denied&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&rcb=9pagead2.googlesyndication.com/measu... https://pagead2.googlesyndication.com/measurement/conversion?random=1776808830614&cv=11&tid=G-26FEP9527K&fst=1776808830614&fmt=8&en=session_start&gtm=45je64h1h1v881683221z8813153650za20gzb813153650zd813153650xec&gcs=G100&gcd=13p3p3p3p5l1&dma_cps=-&dma=0&tcfd=10000&tag_exp=0~115938466~115938469~117266401&u_w=800&u_h=600&url=https%3A%2F%2Fmyanimelist.net%2F&gacid=965262777.1776808831&gpp=DBAA&gpp_sid=2&frm=0&tiba=MyAnimeList.net%20-%20Anime%20and%20Manga%20Database%20and%20Community&npa=1&us_privacy=1---&pscdl=denied&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&rcb=9 — 204 — 21 B — 185 ms — h3https://www.google-analytics.com/g/collect?v=2&tid=G-26FEP9527K&gtm=45je64h1h1v881683221z8813153650za20gzb813153650zd813153650&_p=1776808830125&gcs=G100&gcd=13p3p3p3p5l1&npa=1&dma_cps=-&dma=0&tcfd=10000&_eu=AAAAAGA&_prs=ok&are=1&cid=965262777.1776808831&frm=0&pscdl=denied&rcb=9&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~115938466~115938469~117266401&sid=1776808830&sct=1&seg=0&dl=https%3A%2F%2Fmyanimelist.net%2F&dt=MyAnimeList.net%20-%20Anime%20and%20Manga%20Database%20and%20Community&en=page_view&_fv=1&_nsi=1&_ss=2&upn.anime_temporary_list_num=0&upn.manga_temporary_list_num=0&up.appearance=none-light&tfd=2808www.google-analytics.com/g/collect?... https://www.google-analytics.com/g/collect?v=2&tid=G-26FEP9527K&gtm=45je64h1h1v881683221z8813153650za20gzb813153650zd813153650&_p=1776808830125&gcs=G100&gcd=13p3p3p3p5l1&npa=1&dma_cps=-&dma=0&tcfd=10000&_eu=AAAAAGA&_prs=ok&are=1&cid=965262777.1776808831&frm=0&pscdl=denied&rcb=9&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~115938466~115938469~117266401&sid=1776808830&sct=1&seg=0&dl=https%3A%2F%2Fmyanimelist.net%2F&dt=MyAnimeList.net%20-%20Anime%20and%20Manga%20Database%20and%20Community&en=page_view&_fv=1&_nsi=1&_ss=2&upn.anime_temporary_list_num=0&upn.manga_temporary_list_num=0&up.appearance=none-light&tfd=2808 — 204 — 549 B — 174 ms — h2https://cdn.myanimelist.net/r/160x220/images/anime/1989/154843.webp?s=e3f88183638a569be5db004b08aedfb6cdn.myanimelist.net/r/160x220/image... https://cdn.myanimelist.net/r/160x220/images/anime/1989/154843.webp?s=e3f88183638a569be5db004b08aedfb6 — 200 — 9.5 KiB — 20 ms — h3https://cdn.myanimelist.net/r/160x220/images/anime/1773/155779.webp?s=0556f3388a61dc34160a9c68174ea6d8cdn.myanimelist.net/r/160x220/image... https://cdn.myanimelist.net/r/160x220/images/anime/1773/155779.webp?s=0556f3388a61dc34160a9c68174ea6d8 — 200 — 9.2 KiB — 17 ms — h3https://cdn.myanimelist.net/r/160x220/images/anime/1190/155788.webp?s=3961663c9eae98d6cf6d0a6743c44494cdn.myanimelist.net/r/160x220/image... https://cdn.myanimelist.net/r/160x220/images/anime/1190/155788.webp?s=3961663c9eae98d6cf6d0a6743c44494 — 200 — 9.0 KiB — 28 ms — h3https://cdn.myanimelist.net/r/108x163/images/anime/1752/150192.webp?s=eadb4d2af5ff012800a977dcb168b3d7cdn.myanimelist.net/r/108x163/image... https://cdn.myanimelist.net/r/108x163/images/anime/1752/150192.webp?s=eadb4d2af5ff012800a977dcb168b3d7 — 200 — 4.6 KiB — 27 ms — h3https://cdn.myanimelist.net/r/108x163/images/anime/1566/145506.webp?s=1636c829f351e907e838277aeaef2ce2cdn.myanimelist.net/r/108x163/image... https://cdn.myanimelist.net/r/108x163/images/anime/1566/145506.webp?s=1636c829f351e907e838277aeaef2ce2 — 200 — 4.9 KiB — 32 ms — h3https://cdn.myanimelist.net/r/50x70/images/anime/1448/154111.webp?s=ffd09852bda6bcac2d25abb3af9e4eb9cdn.myanimelist.net/r/50x70/images/... https://cdn.myanimelist.net/r/50x70/images/anime/1448/154111.webp?s=ffd09852bda6bcac2d25abb3af9e4eb9 — 200 — 2.1 KiB — 30 ms — h3https://myanimelist.net/images/anime/10/47347.webp/images/anime/10/47347.webp https://myanimelist.net/images/anime/10/47347.webp — 200 — 21.3 KiB — 29 ms — h3https://myanimelist.net/images/anime/1079/138100.webp/images/anime/1079/138100.webp https://myanimelist.net/images/anime/1079/138100.webp — 200 — 12.5 KiB — 32 ms — h3https://myanimelist.net/images/anime/1208/94745.webp/images/anime/1208/94745.webp https://myanimelist.net/images/anime/1208/94745.webp — 200 — 12.8 KiB — 44 ms — h3https://myanimelist.net/images/anime/12/76049.webp/images/anime/12/76049.webp https://myanimelist.net/images/anime/12/76049.webp — 200 — 21.6 KiB — 30 ms — h3https://cdn.myanimelist.net/r/160x220/images/anime/1927/154309.webp?s=3330e899a56da3190494b94236bb72c0cdn.myanimelist.net/r/160x220/image... https://cdn.myanimelist.net/r/160x220/images/anime/1927/154309.webp?s=3330e899a56da3190494b94236bb72c0 — 200 — 13.4 KiB — 10 ms — h3https://cdn.myanimelist.net/r/160x220/images/anime/1423/155713.webp?s=4b97ac39cac9015e56dfb02791c05a28cdn.myanimelist.net/r/160x220/image... https://cdn.myanimelist.net/r/160x220/images/anime/1423/155713.webp?s=4b97ac39cac9015e56dfb02791c05a28 — 200 — 6.9 KiB — 26 ms — h3https://cdn.myanimelist.net/r/108x163/images/anime/1090/148437.webp?s=0917cb5daf468a0cc158082061849580cdn.myanimelist.net/r/108x163/image... https://cdn.myanimelist.net/r/108x163/images/anime/1090/148437.webp?s=0917cb5daf468a0cc158082061849580 — 200 — 6.0 KiB — 31 ms — h3https://cdn.myanimelist.net/r/108x163/images/anime/7/60263.webp?s=923ebc3c934e4b5f106c76c0f4172f5fcdn.myanimelist.net/r/108x163/image... https://cdn.myanimelist.net/r/108x163/images/anime/7/60263.webp?s=923ebc3c934e4b5f106c76c0f4172f5f — 200 — 4.4 KiB — 26 ms — h3https://cdn.myanimelist.net/r/50x70/s/common/uploaded_files/1776777453-6f7397cb1ce7fd27ceed3d3fc08145ab.jpeg?s=b10134a95ba318a04de828486f0a2f42cdn.myanimelist.net/r/50x70/s/commo... https://cdn.myanimelist.net/r/50x70/s/common/uploaded_files/1776777453-6f7397cb1ce7fd27ceed3d3fc08145ab.jpeg?s=b10134a95ba318a04de828486f0a2f42 — 200 — 2.3 KiB — 25 ms — h3https://cdn.myanimelist.net/r/50x70/s/common/uploaded_files/1776773588-b96f4089b74892f2a6b6910a1ae6229a.jpeg?s=17b18628737ca52c8a7694f7852eef16cdn.myanimelist.net/r/50x70/s/commo... https://cdn.myanimelist.net/r/50x70/s/common/uploaded_files/1776773588-b96f4089b74892f2a6b6910a1ae6229a.jpeg?s=17b18628737ca52c8a7694f7852eef16 — 200 — 2.5 KiB — 26 ms — h3https://cdn.myanimelist.net/r/50x70/s/common/uploaded_files/1776424594-1b296ebd20c9ea5aa28df80756eab11d.jpeg?s=298177619cdc438841bc873842fd3a66cdn.myanimelist.net/r/50x70/s/commo... https://cdn.myanimelist.net/r/50x70/s/common/uploaded_files/1776424594-1b296ebd20c9ea5aa28df80756eab11d.jpeg?s=298177619cdc438841bc873842fd3a66 — 200 — 1.9 KiB — 26 ms — h3https://cdn.myanimelist.net/r/50x70/s/common/uploaded_files/1776421313-c2338f1308df452c2fbfda8a063fb6bf.jpeg?s=b780f22e6fc2bf9f2f1c0557f51ef93ccdn.myanimelist.net/r/50x70/s/commo... https://cdn.myanimelist.net/r/50x70/s/common/uploaded_files/1776421313-c2338f1308df452c2fbfda8a063fb6bf.jpeg?s=b780f22e6fc2bf9f2f1c0557f51ef93c — 200 — 2.4 KiB — 26 ms — h3https://myanimelist.net/images/anime/1286/99889.webp/images/anime/1286/99889.webp https://myanimelist.net/images/anime/1286/99889.webp — 200 — 9.5 KiB — 26 ms — h3https://myanimelist.net/images/anime/10/78745.webp/images/anime/10/78745.webp https://myanimelist.net/images/anime/10/78745.webp — 200 — 22.9 KiB — 73 ms — h3https://cdn.myanimelist.net/r/160x220/images/anime/1371/155054.webp?s=39f1de9f9642c546c42ea5c75fce26eccdn.myanimelist.net/r/160x220/image... https://cdn.myanimelist.net/r/160x220/images/anime/1371/155054.webp?s=39f1de9f9642c546c42ea5c75fce26ec — 200 — 7.5 KiB — 11 ms — h3https://cdn.myanimelist.net/r/50x70/images/anime/1540/155824.webp?s=e14ba797c8e4f8263083468be436e38fcdn.myanimelist.net/r/50x70/images/... https://cdn.myanimelist.net/r/50x70/images/anime/1540/155824.webp?s=e14ba797c8e4f8263083468be436e38f — 200 — 2.0 KiB — 22 ms — h3https://cdn.myanimelist.net/r/50x70/images/anime/1244/138851.webp?s=3e80d4f7ce8770aad4bf9293a0c0e571cdn.myanimelist.net/r/50x70/images/... https://cdn.myanimelist.net/r/50x70/images/anime/1244/138851.webp?s=3e80d4f7ce8770aad4bf9293a0c0e571 — 200 — 2.1 KiB — 23 ms — h3https://cdn.myanimelist.net/r/50x70/images/anime/1726/155542.webp?s=51b8e8033605d12934b4fa1f156e288ccdn.myanimelist.net/r/50x70/images/... https://cdn.myanimelist.net/r/50x70/images/anime/1726/155542.webp?s=51b8e8033605d12934b4fa1f156e288c — 200 — 1.8 KiB — 22 ms — h3https://cdn.myanimelist.net/r/50x70/images/anime/1783/121944.webp?s=d866dddf06e5566b7b57f257aa71df3dcdn.myanimelist.net/r/50x70/images/... https://cdn.myanimelist.net/r/50x70/images/anime/1783/121944.webp?s=d866dddf06e5566b7b57f257aa71df3d — 200 — 1.3 KiB — 23 ms — h3https://cdn.myanimelist.net/r/50x70/images/anime/1133/156346.webp?s=8f9d5b2a3a0e3ee65cb5a03f2b790c19cdn.myanimelist.net/r/50x70/images/... https://cdn.myanimelist.net/r/50x70/images/anime/1133/156346.webp?s=8f9d5b2a3a0e3ee65cb5a03f2b790c19 — 200 — 1.2 KiB — 22 ms — h3https://cdn.myanimelist.net/r/50x70/images/anime/1723/154941.webp?s=eea2a49c5c5b7e73f1277b60265865d8cdn.myanimelist.net/r/50x70/images/... https://cdn.myanimelist.net/r/50x70/images/anime/1723/154941.webp?s=eea2a49c5c5b7e73f1277b60265865d8 — 200 — 1.6 KiB — 22 ms — h3https://cdn.myanimelist.net/r/50x70/images/anime/1671/154516.webp?s=75c8c9245ff8661c02ba0e513bbf9174cdn.myanimelist.net/r/50x70/images/... https://cdn.myanimelist.net/r/50x70/images/anime/1671/154516.webp?s=75c8c9245ff8661c02ba0e513bbf9174 — 200 — 1.6 KiB — 22 ms — h3https://myanimelist.net/images/anime/11/39717.webp/images/anime/11/39717.webp https://myanimelist.net/images/anime/11/39717.webp — 200 — 16.9 KiB — 22 ms — h3https://myanimelist.net/images/anime/1337/99013.webp/images/anime/1337/99013.webp https://myanimelist.net/images/anime/1337/99013.webp — 200 — 16.6 KiB — 152 ms — h3https://myanimelist.net/ux/s/ux/s https://myanimelist.net/ux/s — 200 — 39 B — 320 ms — h3https://cdn.myanimelist.net/r/50x70/images/anime/1797/156362.webp?s=5ccc4b41dcc0410ae83a0103d4da4ce8cdn.myanimelist.net/r/50x70/images/... https://cdn.myanimelist.net/r/50x70/images/anime/1797/156362.webp?s=5ccc4b41dcc0410ae83a0103d4da4ce8 — 200 — 1.3 KiB — 5 ms — h3https://cdn.myanimelist.net/r/50x70/images/anime/1796/143572.webp?s=47bdb91241801bfc05a3460b62c5a60ccdn.myanimelist.net/r/50x70/images/... https://cdn.myanimelist.net/r/50x70/images/anime/1796/143572.webp?s=47bdb91241801bfc05a3460b62c5a60c — 200 — 952 B — 9 ms — h3https://cdn.myanimelist.net/r/50x70/images/anime/10/47347.webp?s=6b6f0445f6a93276f3cbd98400582612cdn.myanimelist.net/r/50x70/images/... https://cdn.myanimelist.net/r/50x70/images/anime/10/47347.webp?s=6b6f0445f6a93276f3cbd98400582612 — 200 — 2.0 KiB — 9 ms — h3https://cdn.myanimelist.net/r/50x70/images/anime/1079/138100.webp?s=da1890dd3581df570127fbd3d31d6898cdn.myanimelist.net/r/50x70/images/... https://cdn.myanimelist.net/r/50x70/images/anime/1079/138100.webp?s=da1890dd3581df570127fbd3d31d6898 — 200 — 1.4 KiB — 10 ms — h3https://cdn.myanimelist.net/r/50x70/images/anime/1208/94745.webp?s=f286786e3bc43d6dc5b4478a1762224bcdn.myanimelist.net/r/50x70/images/... https://cdn.myanimelist.net/r/50x70/images/anime/1208/94745.webp?s=f286786e3bc43d6dc5b4478a1762224b — 200 — 1.8 KiB — 13 ms — h3https://cdn.myanimelist.net/r/50x70/images/anime/12/76049.webp?s=d3b915e5ccf3e9462a9452fbb37b50b1cdn.myanimelist.net/r/50x70/images/... https://cdn.myanimelist.net/r/50x70/images/anime/12/76049.webp?s=d3b915e5ccf3e9462a9452fbb37b50b1 — 200 — 2.2 KiB — 13 ms — h3https://cdn.myanimelist.net/r/50x70/images/anime/1286/99889.webp?s=5697462c0ee69a372e4abef4bec21983cdn.myanimelist.net/r/50x70/images/... https://cdn.myanimelist.net/r/50x70/images/anime/1286/99889.webp?s=5697462c0ee69a372e4abef4bec21983 — 200 — 1.2 KiB — 10 ms — h3
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
60% of JavaScript execution is third-party
First-party Third-party 1386ms · 571KB · ¥1916/mo
www.gstatic.com
Other
Costly
Execution 302ms
Transfer 0 KB
Unused 49%
Monthly Cost ¥418/mo
cmp.inmobi.com
Other
Costly
Execution 258ms
Transfer 134 KB
Unused 50%
Monthly Cost ¥356/mo
Google Tag Manager
Tag Manager
Costly
Execution 250ms
Transfer 174 KB
Unused 34%
Monthly Cost ¥345/mo
Google Tag Manager
Tag Manager
Costly
Execution 212ms
Transfer 138 KB
Unused 43%
Monthly Cost ¥293/mo
Unattributable
Other
Costly
Execution 205ms
Transfer 0 KB
Monthly Cost ¥284/mo
cmp.inmobi.com
Other
Costly
Execution 159ms
Transfer 125 KB
Unused 48%
Monthly Cost ¥220/mo

These scripts may cost more than they're worth

  • www.gstatic.com adds 302ms and costs ~¥418/month
  • cmp.inmobi.com adds 258ms and costs ~¥356/month
  • Google Tag Manager adds 250ms and costs ~¥345/month
  • Google Tag Manager adds 212ms and costs ~¥293/month
  • Unattributable adds 205ms and costs ~¥284/month
  • cmp.inmobi.com adds 159ms and costs ~¥220/month

60% of JavaScript execution time comes from third-party scripts.

Why this matters

Third-party scripts (analytics, ads, social, A/B testing) often dominate execution time — every one is a perf-and-privacy tax.

Learn more

Each third-party script is a black box: you don't control when it loads, what it executes, or how much it grows. They often account for a major share of total blocking time on average sites (HTTP Archive's Web Almanac documents the trend). Audit which ones you actually need, defer the rest, and use facade patterns (lite-youtube, lite-vimeo) for embedded media.

Source: web.dev / HTTP Archive Web Almanac

www.gstatic.com takes 302ms 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

cmp.inmobi.com takes 258ms 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 250ms 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 212ms 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

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

cmp.inmobi.com takes 159ms 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