Skip to content
https://myanimelist.net

Performance

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

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

29
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
78
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
100
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.

15.12 s

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

26.33 s

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

1.46 s

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

0.000

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

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

26.73 s

Page Load Progression

375 ms
750 ms
1.1 s
1.5 s
1.9 s
2.2 s
2.6 s
3.0 s
Checks
17
7 PASS 3 REVIEW 5 FIX
F
Page Weight Budget
Action
4.0 MB transferred, 101 requests
FIX
4.0 MB transferred, 101 requests
Critical::
Page weighs 10.8 MB (4.0 MB transferred)
Warning::
JavaScript is 1.8 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.8 MB
Info::
Fonts are 912 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 912 KB
Warning::
101 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.83 g CO2 per page load
4.0 MB / 2.4 MB budget
4.0 MB transferred
101 requests
0.83 g CO2 per page load
JavaScript 1.8 MiB 45%
Images 949.4 KiB 23%
Fonts 912.4 KiB 22%
CSS 191.0 KiB 5%
Other 94.4 KiB 2%
HTML 53.8 KiB 1%
Other 28.3 KiB 1%
Other 4.6 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

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
60% third-party, 0 ms blocking
FIX
60% third-party, 0 ms blocking
Warning::
Third-party code accounts for 60% of page weight (2.4 MiB of 4.0 MiB)
Info::
Third-party blocking time is low (0 ms)
40%
60%
First-party Third-party
F
JS Execution Cost
Action
8106ms total JS execution
FIX
8106ms total JS execution
Warning::
https://myanimelist.net/static/assets/js/sp/all-62...: 2103ms CPU time
Warning::
https://www.gstatic.com/recaptcha/releases/gTpTIWh...: 1175ms CPU time
Warning::
https://myanimelist.net/: 915ms CPU time
Warning::
Unattributable: 831ms CPU time
Warning::
https://cmp.inmobi.com/tcfv2/cmp2.js?referer=myani...: 696ms CPU time
Warning::
Third-party scripts: 4869ms (60% of total)

Main Thread Breakdown

Script Evaluation 56% Other 19% Script Parsing & Compilation 9% Style & Layout 8% Rendering 3%
ScriptTotalScriptingParse/CompileParty
https://myanimelist.net/static/assets/js/sp/all-625d99e851.js2103ms987ms262ms1st
https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js1175ms975ms157ms3rd
https://myanimelist.net/915ms165ms6ms1st
Unattributable831ms36ms0ms3rd
https://cmp.inmobi.com/tcfv2/cmp2.js?referer=myanimelist.net696ms467ms76ms3rd
https://cmp.inmobi.com/tcfv2/61/cmp2ui-en.js682ms481ms96ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-WL4QW3G664ms543ms55ms3rd
https://www.googletagmanager.com/gtag/js?id=G-26FEP9527K&cx=c&gtm=4e64h1641ms564ms73ms3rd
https://btloader.com/tag?o=5110059113906176&upapi=true180ms154ms14ms3rd
https://myanimelist.net/static/assets/css/sp/style-43e9e4873d.css126ms0ms0ms1st

Showing top 10 of 11 scripts

F
JS Bundles
Action
15 scripts, 1.1 MB unused
FIX
15 scripts, 1.1 MB unused
Warning::
https://myanimelist.net/static/assets/js/sp/all-62...: 319 KB unused (65%)
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
1095 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://myanimelist.net/static/assets/js/sp/all-625d99e851.js490 KB319 KB (65%)1st
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://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js362 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=4e64h1174 KB59 KB (34%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-WL4QW3G138 KB59 KB (43%)3rd
https://btloader.com/tag?o=5110059113906176&upapi=true31 KB3rd
https://myanimelist.net/static/assets/js/sp/menu-3eb7f26a55.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

F
Page Weight Inventory
Action
101 resources · 4.0 MB · 1.1 MB savings available
FIX
101 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::
75 third-party resources (60% of weight)
Info::
6 resources over 200KB
101 resources · 4.0 MiB · 75 third-party 3.0 MiB over 1MB target
JavaScript 45% · 1.8 MiB
Image 24% · 980.3 KiB
Font 22% · 912.4 KiB
CSS 5% · 191.0 KiB
Other 2% · 96.0 KiB
Document 1% · 54.4 KiB

~1.1 MiB of savings available

Remove unused JavaScript: 1.1 MiB
C
Image Optimization
Action
33 images, 0 KB saveable
REVIEW
33 images, 0 KB saveable
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.
Warning::
https://myanimelist.net/images/appli/badge_googlep... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
33 images 949 KB
0 oversized -0 KB
20 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
4 fonts (912 KB)
PASS
4 fonts (912 KB)
Info::
4 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

4

912 KB total

Render-blocking

0

of 4

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 20.0 s 22.0 s 24.0 s 26.0 s FCP 15.1 s LCP 26.3 shttps://myanimelist.net/fonts/fa6/fa-regular-400.woff2fa-regular-400.woff2 https://myanimelist.net/fonts/fa6/fa-regular-400.woff2 — 415.7 KiB — 85 ms — font-display: swaphttps://myanimelist.net/fonts/fa6/fa-solid-900.woff2fa-solid-900.woff2 https://myanimelist.net/fonts/fa6/fa-solid-900.woff2 — 346.0 KiB — 47 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 — 17 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 33.9 KiB — 14 ms — font-display: swap
fa-regular-400.woff2 woff2 swap
Size 416 KB
Load time 85 ms
Start 1.1 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-solid-900.woff2 woff2 swap
Size 346 KB
Load time 47 ms
Start 1.1 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 17 ms
Start 1.1 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 14 ms
Start 1.7 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 ~439 KB and ~878 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
6 hints, 0 missing preconnects
PASS
6 hints, 0 missing preconnects
Info::
Page uses 6 resource hint(s)

Current Resource Hints

preconnect
2
preload
4
dns-prefetch
prefetch

6 resource hints configured

A+
Render-Blocking Resources
No render-blocking resources detected
PASS
No render-blocking resources detected
Info::
No render-blocking resources detected in <head>
A+
Third-Party Resources
No third-party resources detected
PASS
No third-party resources detected
Network Waterfall
101 requests over 4856ms
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 24.0 s 26.0 s FCP 15.1 s LCP 26.3 shttps://myanimelist.net// https://myanimelist.net/ — 200 — 23.3 KiB — 310 ms — h2https://myanimelist.net/static/assets/css/sp/style-43e9e4873d.css/static/assets/css/sp/style-43e9e48... https://myanimelist.net/static/assets/css/sp/style-43e9e4873d.css — 200 — 146.8 KiB — 43 ms — h2https://myanimelist.net/static/assets/js/sp/menu-3eb7f26a55.js/static/assets/js/sp/menu-3eb7f26a5... https://myanimelist.net/static/assets/js/sp/menu-3eb7f26a55.js — 200 — 1.3 KiB — 87 ms — h2https://myanimelist.net/static/assets/js/sp/all-625d99e851.js/static/assets/js/sp/all-625d99e851... https://myanimelist.net/static/assets/js/sp/all-625d99e851.js — 200 — 489.9 KiB — 107 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 — 17 ms — h2https://myanimelist.net/js/quantcast_choice.js?v=1776808779/js/quantcast_choice.js?v=177680877... https://myanimelist.net/js/quantcast_choice.js?v=1776808779 — 200 — 2.8 KiB — 600 ms — h2https://myanimelist.net/js/cmp.js?v=1776808779/js/cmp.js?v=1776808779 https://myanimelist.net/js/cmp.js?v=1776808779 — 200 — 1.1 KiB — 553 ms — h2https://myanimelist.net/img/sp/common/sprite_header_icons.png/img/sp/common/sprite_header_icons.... https://myanimelist.net/img/sp/common/sprite_header_icons.png — 200 — 4.7 KiB — 83 ms — h2https://cdn.myanimelist.net/resources/mxj_panel/2026/20260331054317_Publisher%20&%20Bookseller%20Picks%20MxJ%20banner.pngcdn.myanimelist.net/resources/mxj_p... https://cdn.myanimelist.net/resources/mxj_panel/2026/20260331054317_Publisher%20&%20Bookseller%20Picks%20MxJ%20banner.png — 200 — 368.0 KiB — 87 ms — http/1.1https://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.1 KiB — 173 ms — h3https://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 — 73 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 — 33 ms — h3https://myanimelist.net/manifest.json/manifest.json https://myanimelist.net/manifest.json — 200 — 293 B — 179 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://btloader.com/tag?o=5110059113906176&upapi=truebtloader.com/tag?o=5110059113906176... https://btloader.com/tag?o=5110059113906176&upapi=true — 200 — 30.7 KiB — 29 ms — h2https://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 — 8 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 — 6 ms — h3https://myanimelist.net/c/img/resources/pda/ML_20260415_PDA/PDA_MB_bottom.png/c/img/resources/pda/ML_20260415_PD... https://myanimelist.net/c/img/resources/pda/ML_20260415_PDA/PDA_MB_bottom.png — 302 — 22 B — 230 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 — 51 ms — h2https://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 — 17 ms — h2https://myanimelist.net/img/sp/common/sprite_header_icons.png?v=1634263200/img/sp/common/sprite_header_icons.... https://myanimelist.net/img/sp/common/sprite_header_icons.png?v=1634263200 — 200 — 4.4 KiB — 24 ms — h3https://myanimelist.net/images/spacer.gif?v=1634263200/images/spacer.gif?v=1634263200 https://myanimelist.net/images/spacer.gif?v=1634263200 — 200 — 68 B — 23 ms — h3https://myanimelist.net/img/sp/common/icon_watch_status.png?v=1634263200/img/sp/common/icon_watch_status.pn... https://myanimelist.net/img/sp/common/icon_watch_status.png?v=1634263200 — 200 — 2.1 KiB — 22 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 — 20 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 — 19 ms — h3https://myanimelist.net/img/sp/common/icon-favorite.png/img/sp/common/icon-favorite.png https://myanimelist.net/img/sp/common/icon-favorite.png — 200 — 2.5 KiB — 10 ms — h3https://myanimelist.net/fonts/fa6/fa-regular-400.woff2/fonts/fa6/fa-regular-400.woff2 https://myanimelist.net/fonts/fa6/fa-regular-400.woff2 — 200 — 415.7 KiB — 85 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 — 47 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 — 17 ms — h3data:image/webp;base64,UklGRiIAAABXRUJQVlA4IBYAAAAwAQCdASoBAAEADsD+JaQAA3AAAAAAdata:image/webp;base64,UklGRiIAAABX... data:image/webp;base64,UklGRiIAAABXRUJQVlA4IBYAAAAwAQCdASoBAAEADsD+JaQAA3AAAAAA — 200 — 0 B — 0 ms — data
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 24.0 s 26.0 s FCP 15.1 s LCP 26.3 shttps://myanimelist.net// https://myanimelist.net/ — 200 — 23.3 KiB — 310 ms — h2https://myanimelist.net/static/assets/css/sp/style-43e9e4873d.css/static/assets/css/sp/style-43e9e48... https://myanimelist.net/static/assets/css/sp/style-43e9e4873d.css — 200 — 146.8 KiB — 43 ms — h2https://myanimelist.net/static/assets/js/sp/menu-3eb7f26a55.js/static/assets/js/sp/menu-3eb7f26a5... https://myanimelist.net/static/assets/js/sp/menu-3eb7f26a55.js — 200 — 1.3 KiB — 87 ms — h2https://myanimelist.net/static/assets/js/sp/all-625d99e851.js/static/assets/js/sp/all-625d99e851... https://myanimelist.net/static/assets/js/sp/all-625d99e851.js — 200 — 489.9 KiB — 107 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 — 17 ms — h2https://myanimelist.net/js/quantcast_choice.js?v=1776808779/js/quantcast_choice.js?v=177680877... https://myanimelist.net/js/quantcast_choice.js?v=1776808779 — 200 — 2.8 KiB — 600 ms — h2https://myanimelist.net/js/cmp.js?v=1776808779/js/cmp.js?v=1776808779 https://myanimelist.net/js/cmp.js?v=1776808779 — 200 — 1.1 KiB — 553 ms — h2https://myanimelist.net/img/sp/common/sprite_header_icons.png/img/sp/common/sprite_header_icons.... https://myanimelist.net/img/sp/common/sprite_header_icons.png — 200 — 4.7 KiB — 83 ms — h2https://cdn.myanimelist.net/resources/mxj_panel/2026/20260331054317_Publisher%20&%20Bookseller%20Picks%20MxJ%20banner.pngcdn.myanimelist.net/resources/mxj_p... https://cdn.myanimelist.net/resources/mxj_panel/2026/20260331054317_Publisher%20&%20Bookseller%20Picks%20MxJ%20banner.png — 200 — 368.0 KiB — 87 ms — http/1.1https://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.1 KiB — 173 ms — h3https://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 — 73 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 — 33 ms — h3https://myanimelist.net/manifest.json/manifest.json https://myanimelist.net/manifest.json — 200 — 293 B — 179 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://btloader.com/tag?o=5110059113906176&upapi=truebtloader.com/tag?o=5110059113906176... https://btloader.com/tag?o=5110059113906176&upapi=true — 200 — 30.7 KiB — 29 ms — h2https://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 — 8 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 — 6 ms — h3https://myanimelist.net/c/img/resources/pda/ML_20260415_PDA/PDA_MB_bottom.png/c/img/resources/pda/ML_20260415_PD... https://myanimelist.net/c/img/resources/pda/ML_20260415_PDA/PDA_MB_bottom.png — 302 — 22 B — 230 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 — 51 ms — h2https://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 — 17 ms — h2https://myanimelist.net/img/sp/common/sprite_header_icons.png?v=1634263200/img/sp/common/sprite_header_icons.... https://myanimelist.net/img/sp/common/sprite_header_icons.png?v=1634263200 — 200 — 4.4 KiB — 24 ms — h3https://myanimelist.net/images/spacer.gif?v=1634263200/images/spacer.gif?v=1634263200 https://myanimelist.net/images/spacer.gif?v=1634263200 — 200 — 68 B — 23 ms — h3https://myanimelist.net/img/sp/common/icon_watch_status.png?v=1634263200/img/sp/common/icon_watch_status.pn... https://myanimelist.net/img/sp/common/icon_watch_status.png?v=1634263200 — 200 — 2.1 KiB — 22 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 — 20 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 — 19 ms — h3https://myanimelist.net/img/sp/common/icon-favorite.png/img/sp/common/icon-favorite.png https://myanimelist.net/img/sp/common/icon-favorite.png — 200 — 2.5 KiB — 10 ms — h3https://myanimelist.net/fonts/fa6/fa-regular-400.woff2/fonts/fa6/fa-regular-400.woff2 https://myanimelist.net/fonts/fa6/fa-regular-400.woff2 — 200 — 415.7 KiB — 85 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 — 47 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 — 17 ms — h3data:image/webp;base64,UklGRiIAAABXRUJQVlA4IBYAAAAwAQCdASoBAAEADsD+JaQAA3AAAAAAdata:image/webp;base64,UklGRiIAAABX... data:image/webp;base64,UklGRiIAAABXRUJQVlA4IBYAAAAwAQCdASoBAAEADsD+JaQAA3AAAAAA — 200 — 0 B — 0 ms — datahttps://cdn.myanimelist.net/resources/pda/ML_20260415_PDA/PDA_MB_bottom.pngcdn.myanimelist.net/resources/pda/M... https://cdn.myanimelist.net/resources/pda/ML_20260415_PDA/PDA_MB_bottom.png — 200 — 57.3 KiB — 65 ms — h3https://ad-delivery.net/px.gif?ch=2&e=0.46538884572661754ad-delivery.net/px.gif?ch=2&e=0.465... https://ad-delivery.net/px.gif?ch=2&e=0.46538884572661754 — 200 — 605 B — 65 ms — h2https://ad.doubleclick.net/favicon.ico?ad=300x250&ad_box_=1&adnet=1&showad=1&size=250x250&e=0.38125328864417385ad.doubleclick.net/favicon.ico?ad=3... https://ad.doubleclick.net/favicon.ico?ad=300x250&ad_box_=1&adnet=1&showad=1&size=250x250&e=0.38125328864417385 — 200 — 129 B — 52 ms — h3https://ad-delivery.net/px.gif?ch=1&e=0.3313585010437696ad-delivery.net/px.gif?ch=1&e=0.331... https://ad-delivery.net/px.gif?ch=1&e=0.3313585010437696 — 200 — 109 B — 58 ms — h2https://ab.dns-finder.com/meta/dnsab.dns-finder.com/meta/dns https://ab.dns-finder.com/meta/dns — 200 — 233 B — 253 ms — h2https://cdn.btloader.com/cchecker.html?upapi=truecdn.btloader.com/cchecker.html?upap... https://cdn.btloader.com/cchecker.html?upapi=true — 200 — 713 B — 45 ms — h2https://cdn.api.btloader.com/device?orgid=5110059113906176&model=moto+g+power+%282022%29&platformVersion=11.0&fullVersionList=%5B%7B%22brand%22%3A%22Not-A.Brand%22%2C%22version%22%3A%2224.0.0.0%22%7D%2C%7B%22brand%22%3A%22Chromium%22%2C%22version%22%3A%22146.0.7680.164%22%7D%5Dcdn.api.btloader.com/device?orgid=5... https://cdn.api.btloader.com/device?orgid=5110059113906176&model=moto+g+power+%282022%29&platformVersion=11.0&fullVersionList=%5B%7B%22brand%22%3A%22Not-A.Brand%22%2C%22version%22%3A%2224.0.0.0%22%7D%2C%7B%22brand%22%3A%22Chromium%22%2C%22version%22%3A%22146.0.7680.164%22%7D%5D — 200 — 348 B — 266 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 — 38 ms — h2https://btloader.com/trustedIframe.html?o=5110059113906176&upapi=truebtloader.com/trustedIframe.html?o=5... https://btloader.com/trustedIframe.html?o=5110059113906176&upapi=true — 200 — 2.2 KiB — 39 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=imvc8z3xqhl6www.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=imvc8z3xqhl6 — 200 — 27.6 KiB — 33 ms — h3https://api.btloader.com/exd?tid=JiiL26Oa2c-IS8ouhHeQ2-9db20e6334&sid=W3xG4zPp5-luzLcM6soj-9db20e6334&cv=2.1.187-1-g24d1c87&upapi=trueapi.btloader.com/exd?tid=JiiL26Oa2c... https://api.btloader.com/exd?tid=JiiL26Oa2c-IS8ouhHeQ2-9db20e6334&sid=W3xG4zPp5-luzLcM6soj-9db20e6334&cv=2.1.187-1-g24d1c87&upapi=true — 204 — 109 B — 263 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 — 16 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 — 45 ms — h2https://cmp.inmobi.com/geoipcmp.inmobi.com/geoip https://cmp.inmobi.com/geoip — 200 — 330 B — 9 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 — 15 ms — h2https://cdn.myanimelist.net/r/140x140/s/common/uploaded_files/1776777453-6f7397cb1ce7fd27ceed3d3fc08145ab.jpeg?s=efce28661dc48f88efe0b8d32c36513fcdn.myanimelist.net/r/140x140/s/com... https://cdn.myanimelist.net/r/140x140/s/common/uploaded_files/1776777453-6f7397cb1ce7fd27ceed3d3fc08145ab.jpeg?s=efce28661dc48f88efe0b8d32c36513f — 200 — 8.6 KiB — 17 ms — h3https://cdn.myanimelist.net/r/140x140/s/common/uploaded_files/1776773588-b96f4089b74892f2a6b6910a1ae6229a.jpeg?s=8eacdafad744f39b878ba9fd03d8fcaecdn.myanimelist.net/r/140x140/s/com... https://cdn.myanimelist.net/r/140x140/s/common/uploaded_files/1776773588-b96f4089b74892f2a6b6910a1ae6229a.jpeg?s=8eacdafad744f39b878ba9fd03d8fcae — 200 — 8.9 KiB — 31 ms — h3https://cdn.myanimelist.net/r/140x140/s/common/uploaded_files/1776424594-1b296ebd20c9ea5aa28df80756eab11d.jpeg?s=49f0790e08cc58b7c05ae8684845f39bcdn.myanimelist.net/r/140x140/s/com... https://cdn.myanimelist.net/r/140x140/s/common/uploaded_files/1776424594-1b296ebd20c9ea5aa28df80756eab11d.jpeg?s=49f0790e08cc58b7c05ae8684845f39b — 200 — 6.9 KiB — 159 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 — 5 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://visit-server.inmobi-choice.io/visit-eventvisit-server.inmobi-choice.io/visit... https://visit-server.inmobi-choice.io/visit-event — 200 — 0 B — 505 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 — 10 ms — h2https://ad-delivery.net/px.gif?ch=1&e=0.8426400233985464ad-delivery.net/px.gif?ch=1&e=0.842... https://ad-delivery.net/px.gif?ch=1&e=0.8426400233985464 — 200 — 110 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 — 0 B — 5 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 — 275 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 — 10 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 — 14 ms — h3https://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%22mobile%22%2C%22cmpPlatform%22%3A%22others%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%3A1776808781073%2C%22operationType%22%3A%22init%22%2C%22sessionId%22%3A%22GDPR-a6sevxjhf7bc9u3m575p%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%22mobile%22%2C%22cmpPlatform%22%3A%22others%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%3A1776808781073%2C%22operationType%22%3A%22init%22%2C%22sessionId%22%3A%22GDPR-a6sevxjhf7bc9u3m575p%22%7D — 200 — 101 B — 490 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 — 0 B — 16 ms — h2https://cmp.inmobi.com/geoipcmp.inmobi.com/geoip https://cmp.inmobi.com/geoip — 200 — 329 B — 4 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://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 — 525 B — 5 ms — h2https://ad.doubleclick.net/favicon.ico?ad=300x250&ad_box_=1&adnet=1&showad=1&size=250x250&e=0.12665143096497555ad.doubleclick.net/favicon.ico?ad=3... https://ad.doubleclick.net/favicon.ico?ad=300x250&ad_box_=1&adnet=1&showad=1&size=250x250&e=0.12665143096497555 — 200 — 129 B — 7 ms — h3https://ad-delivery.net/px.gif?ch=2&e=0.5712416952069235ad-delivery.net/px.gif?ch=2&e=0.571... https://ad-delivery.net/px.gif?ch=2&e=0.5712416952069235 — 200 — 135 B — 13 ms — h2https://myanimelist.net/images/favicon.svg/images/favicon.svg https://myanimelist.net/images/favicon.svg — 200 — 626 B — 10 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 — 13 ms — h3https://www.googletagmanager.com/gtag/js?id=G-26FEP9527K&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-26FEP9527K&cx=c&gtm=4e64h1 — 200 — 173.5 KiB — 31 ms — h2https://myanimelist.net/images/favicon.ico/images/favicon.ico https://myanimelist.net/images/favicon.ico — 200 — 24.5 KiB — 9 ms — h3https://myanimelist.net/static/logging.html?event=prompt&_action=homescreen_prompt&_=1776808779934/static/logging.html?event=prompt&_... https://myanimelist.net/static/logging.html?event=prompt&_action=homescreen_prompt&_=1776808779934 — 200 — 596 B — 184 ms — h3https://pagead2.googlesyndication.com/measurement/conversion?random=1776808781529&cv=11&tid=G-26FEP9527K&fst=1776808781529&fmt=8&en=session_start&gtm=45je64h1v881683221z8813153650za20gzb813153650zd813153650xec&gcs=G100&gcd=13p3p3p3p5l1&dma_cps=-&dma=0&tcfd=10000&tag_exp=0~115938465~115938468~117266400~117512543~118128923&u_w=412&u_h=823&url=https%3A%2F%2Fmyanimelist.net%2F&gacid=1984723039.1776808782&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=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=1&uam=moto%20g%20power%20(2022)&uap=Android&uapv=11.0&uaw=0&rcb=18pagead2.googlesyndication.com/measu... https://pagead2.googlesyndication.com/measurement/conversion?random=1776808781529&cv=11&tid=G-26FEP9527K&fst=1776808781529&fmt=8&en=session_start&gtm=45je64h1v881683221z8813153650za20gzb813153650zd813153650xec&gcs=G100&gcd=13p3p3p3p5l1&dma_cps=-&dma=0&tcfd=10000&tag_exp=0~115938465~115938468~117266400~117512543~118128923&u_w=412&u_h=823&url=https%3A%2F%2Fmyanimelist.net%2F&gacid=1984723039.1776808782&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=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=1&uam=moto%20g%20power%20(2022)&uap=Android&uapv=11.0&uaw=0&rcb=18 — 204 — 21 B — 59 ms — h3https://www.google-analytics.com/g/collect?v=2&tid=G-26FEP9527K&gtm=45je64h1v881683221z8813153650za20gzb813153650zd813153650&_p=1776808781126&gcs=G100&gcd=13p3p3p3p5l1&npa=1&dma_cps=-&dma=0&tcfd=10000&_eu=AAAAAGA&_prs=ok&are=1&cid=1984723039.1776808782&frm=0&pscdl=denied&rcb=18&sr=412x823&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=0~115938465~115938468~117266400~117512543~118128923&sid=1776808781&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=2172www.google-analytics.com/g/collect?... https://www.google-analytics.com/g/collect?v=2&tid=G-26FEP9527K&gtm=45je64h1v881683221z8813153650za20gzb813153650zd813153650&_p=1776808781126&gcs=G100&gcd=13p3p3p3p5l1&npa=1&dma_cps=-&dma=0&tcfd=10000&_eu=AAAAAGA&_prs=ok&are=1&cid=1984723039.1776808782&frm=0&pscdl=denied&rcb=18&sr=412x823&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=0~115938465~115938468~117266400~117512543~118128923&sid=1776808781&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=2172 — 204 — 549 B — 52 ms — h2https://ad-delivery.net/px.gif?ch=2&e=0.8625827309812791ad-delivery.net/px.gif?ch=2&e=0.862... https://ad-delivery.net/px.gif?ch=2&e=0.8625827309812791 — 200 — 110 B — 8 ms — h2https://ad.doubleclick.net/favicon.ico?ad=300x250&ad_box_=1&adnet=1&showad=1&size=250x250&e=0.08221416348035882ad.doubleclick.net/favicon.ico?ad=3... https://ad.doubleclick.net/favicon.ico?ad=300x250&ad_box_=1&adnet=1&showad=1&size=250x250&e=0.08221416348035882 — 200 — 129 B — 11 ms — h3https://ad-delivery.net/px.gif?ch=1&e=0.6357573966259539ad-delivery.net/px.gif?ch=1&e=0.635... https://ad-delivery.net/px.gif?ch=1&e=0.6357573966259539 — 200 — 110 B — 7 ms — h2https://ab.dns-finder.com/meta/dnsab.dns-finder.com/meta/dns https://ab.dns-finder.com/meta/dns — 200 — 0 B — 9 ms — h2https://cdn.myanimelist.net/r/140x140/s/common/uploaded_files/1776421313-c2338f1308df452c2fbfda8a063fb6bf.jpeg?s=df6305f062e08c165e3ad7a422aa302ecdn.myanimelist.net/r/140x140/s/com... https://cdn.myanimelist.net/r/140x140/s/common/uploaded_files/1776421313-c2338f1308df452c2fbfda8a063fb6bf.jpeg?s=df6305f062e08c165e3ad7a422aa302e — 200 — 8.6 KiB — 37 ms — h3https://cdn.myanimelist.net/r/140x140/s/common/uploaded_files/1776304351-32e8b28267ba5c401bd82cf07c208fd9.jpeg?s=d628195affd7c6b245b294deaeff6ca4cdn.myanimelist.net/r/140x140/s/com... https://cdn.myanimelist.net/r/140x140/s/common/uploaded_files/1776304351-32e8b28267ba5c401bd82cf07c208fd9.jpeg?s=d628195affd7c6b245b294deaeff6ca4 — 200 — 10.1 KiB — 51 ms — h3https://cdn.myanimelist.net/r/280x392/images/anime/1176/153626.webp?s=c518322c9963a52c68d2dd7347b2ed52cdn.myanimelist.net/r/280x392/image... https://cdn.myanimelist.net/r/280x392/images/anime/1176/153626.webp?s=c518322c9963a52c68d2dd7347b2ed52 — 200 — 12.6 KiB — 16 ms — h3https://cdn.myanimelist.net/r/280x392/images/anime/1371/155054.webp?s=4b740602598d3b6f22fad8d1ae8b4b25cdn.myanimelist.net/r/280x392/image... https://cdn.myanimelist.net/r/280x392/images/anime/1371/155054.webp?s=4b740602598d3b6f22fad8d1ae8b4b25 — 200 — 13.8 KiB — 11 ms — h3https://cdn.myanimelist.net/r/280x392/images/anime/1726/155542.webp?s=51ec90ca8061cf3d242b0e769b3c1113cdn.myanimelist.net/r/280x392/image... https://cdn.myanimelist.net/r/280x392/images/anime/1726/155542.webp?s=51ec90ca8061cf3d242b0e769b3c1113 — 200 — 21.2 KiB — 23 ms — h3https://cdn.myanimelist.net/r/280x392/images/anime/1540/155824.webp?s=640ca66c34af155308b4a402aea0643fcdn.myanimelist.net/r/280x392/image... https://cdn.myanimelist.net/r/280x392/images/anime/1540/155824.webp?s=640ca66c34af155308b4a402aea0643f — 200 — 17.7 KiB — 21 ms — h3https://cdn.myanimelist.net/r/280x392/images/anime/1695/156389.webp?s=247ba55e3f1264e69a4e0e2e40fcdb19cdn.myanimelist.net/r/280x392/image... https://cdn.myanimelist.net/r/280x392/images/anime/1695/156389.webp?s=247ba55e3f1264e69a4e0e2e40fcdb19 — 200 — 19.9 KiB — 121 ms — h3https://cdn.myanimelist.net/r/280x392/images/anime/1171/156397.webp?s=cee965625ccddc5687b5f3a3833d3206cdn.myanimelist.net/r/280x392/image... https://cdn.myanimelist.net/r/280x392/images/anime/1171/156397.webp?s=cee965625ccddc5687b5f3a3833d3206 — 200 — 24.7 KiB — 28 ms — h3https://cdn.myanimelist.net/r/280x392/images/anime/1989/154843.webp?s=c5713201ffe8d41906cf877752ee2573cdn.myanimelist.net/r/280x392/image... https://cdn.myanimelist.net/r/280x392/images/anime/1989/154843.webp?s=c5713201ffe8d41906cf877752ee2573 — 200 — 17.6 KiB — 26 ms — h3https://cdn.myanimelist.net/r/280x392/images/anime/1773/155779.webp?s=44ab968072aa462b44516cbdb1e4b322cdn.myanimelist.net/r/280x392/image... https://cdn.myanimelist.net/r/280x392/images/anime/1773/155779.webp?s=44ab968072aa462b44516cbdb1e4b322 — 200 — 16.9 KiB — 28 ms — h3https://cdn.myanimelist.net/r/280x392/images/anime/1190/155788.webp?s=2fa8ce9b471038852c2a1f4922e5a8c7cdn.myanimelist.net/r/280x392/image... https://cdn.myanimelist.net/r/280x392/images/anime/1190/155788.webp?s=2fa8ce9b471038852c2a1f4922e5a8c7 — 200 — 17.0 KiB — 190 ms — h3https://cdn.myanimelist.net/r/280x392/images/anime/1927/154309.webp?s=bf152848836d4798211d34582f84930bcdn.myanimelist.net/r/280x392/image... https://cdn.myanimelist.net/r/280x392/images/anime/1927/154309.webp?s=bf152848836d4798211d34582f84930b — 200 — 25.4 KiB — 55 ms — h3https://cdn.myanimelist.net/r/280x392/images/anime/1423/155713.webp?s=6b61936980b1cb26a5a8c274b396facdcdn.myanimelist.net/r/280x392/image... https://cdn.myanimelist.net/r/280x392/images/anime/1423/155713.webp?s=6b61936980b1cb26a5a8c274b396facd — 200 — 11.9 KiB — 27 ms — h3https://cdn.myanimelist.net/r/280x392/images/anime/1434/154048.webp?s=13dc4844e90beadbf2b5b53b2f835d5bcdn.myanimelist.net/r/280x392/image... https://cdn.myanimelist.net/r/280x392/images/anime/1434/154048.webp?s=13dc4844e90beadbf2b5b53b2f835d5b — 200 — 26.5 KiB — 15 ms — h3https://ad-delivery.net/px.gif?ch=1&e=0.7959651720800337ad-delivery.net/px.gif?ch=1&e=0.795... https://ad-delivery.net/px.gif?ch=1&e=0.7959651720800337 — 200 — 136 B — 13 ms — h2https://ad-delivery.net/px.gif?ch=2&e=0.3573528126061183ad-delivery.net/px.gif?ch=2&e=0.357... https://ad-delivery.net/px.gif?ch=2&e=0.3573528126061183 — 200 — 111 B — 7 ms — h2https://ad.doubleclick.net/favicon.ico?ad=300x250&ad_box_=1&adnet=1&showad=1&size=250x250&e=0.371568676336932ad.doubleclick.net/favicon.ico?ad=3... https://ad.doubleclick.net/favicon.ico?ad=300x250&ad_box_=1&adnet=1&showad=1&size=250x250&e=0.371568676336932 — 200 — 129 B — 5 ms — h3https://myanimelist.net/ux/s/ux/s https://myanimelist.net/ux/s — 200 — 38 B — 272 ms — h3https://ad-delivery.net/px.gif?ch=2&e=0.6698934546938871ad-delivery.net/px.gif?ch=2&e=0.669... https://ad-delivery.net/px.gif?ch=2&e=0.6698934546938871 — 200 — 110 B — 6 ms — h2https://ad.doubleclick.net/favicon.ico?ad=300x250&ad_box_=1&adnet=1&showad=1&size=250x250&e=0.3184953829230006ad.doubleclick.net/favicon.ico?ad=3... https://ad.doubleclick.net/favicon.ico?ad=300x250&ad_box_=1&adnet=1&showad=1&size=250x250&e=0.3184953829230006 — 200 — 129 B — 6 ms — h3https://ad-delivery.net/px.gif?ch=2&e=0.8396640060977227ad-delivery.net/px.gif?ch=2&e=0.839... https://ad-delivery.net/px.gif?ch=2&e=0.8396640060977227 — 200 — 136 B — 6 ms — h2https://ad.doubleclick.net/favicon.ico?ad=300x250&ad_box_=1&adnet=1&showad=1&size=250x250&e=0.27787068403419235ad.doubleclick.net/favicon.ico?ad=3... https://ad.doubleclick.net/favicon.ico?ad=300x250&ad_box_=1&adnet=1&showad=1&size=250x250&e=0.27787068403419235 — 200 — 129 B — 6 ms — h3https://ad-delivery.net/px.gif?ch=2&e=0.13763978102062657ad-delivery.net/px.gif?ch=2&e=0.137... https://ad-delivery.net/px.gif?ch=2&e=0.13763978102062657 — 200 — 110 B — 7 ms — h2https://ad.doubleclick.net/favicon.ico?ad=300x250&ad_box_=1&adnet=1&showad=1&size=250x250&e=0.9301748489851775ad.doubleclick.net/favicon.ico?ad=3... https://ad.doubleclick.net/favicon.ico?ad=300x250&ad_box_=1&adnet=1&showad=1&size=250x250&e=0.9301748489851775 — 200 — 129 B — 6 ms — h3https://api.btloader.com/country?o=5110059113906176api.btloader.com/country?o=51100591... https://api.btloader.com/country?o=5110059113906176 — 200 — 153 B — 240 ms — h2https://api.btloader.com/pv?nlf=false&tid=JiiL26Oa2c-IS8ouhHeQ2-9db20e6334&sid=W3xG4zPp5-luzLcM6soj-9db20e6334&cv=2.1.187-1-g24d1c87&upapi=trueapi.btloader.com/pv?nlf=false&tid=J... https://api.btloader.com/pv?nlf=false&tid=JiiL26Oa2c-IS8ouhHeQ2-9db20e6334&sid=W3xG4zPp5-luzLcM6soj-9db20e6334&cv=2.1.187-1-g24d1c87&upapi=true — 204 — 40 B — 213 ms — h2
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 4869ms · 601KB · ¥6727/mo
www.gstatic.com
Other
Costly
Execution 1175ms
Transfer 0 KB
Unused 49%
Monthly Cost ¥1624/mo
Unattributable
Other
Costly
Execution 831ms
Transfer 0 KB
Monthly Cost ¥1148/mo
cmp.inmobi.com
Other
Costly
Execution 696ms
Transfer 134 KB
Unused 50%
Monthly Cost ¥961/mo
cmp.inmobi.com
Other
Costly
Execution 682ms
Transfer 125 KB
Unused 48%
Monthly Cost ¥943/mo
Google Tag Manager
Tag Manager
Costly
Execution 664ms
Transfer 138 KB
Unused 43%
Monthly Cost ¥918/mo
Google Tag Manager
Tag Manager
Costly
Execution 641ms
Transfer 174 KB
Unused 34%
Monthly Cost ¥885/mo
btloader.com
Other
Costly
Execution 180ms
Transfer 31 KB
Monthly Cost ¥248/mo

These scripts may cost more than they're worth

  • www.gstatic.com adds 1175ms and costs ~¥1624/month
  • Unattributable adds 831ms and costs ~¥1148/month
  • cmp.inmobi.com adds 696ms and costs ~¥961/month
  • cmp.inmobi.com adds 682ms and costs ~¥943/month
  • Google Tag Manager adds 664ms and costs ~¥918/month
  • Google Tag Manager adds 641ms and costs ~¥885/month
  • btloader.com adds 180ms and costs ~¥248/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 1175ms 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 831ms 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 696ms 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 682ms 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 664ms 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 641ms 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

btloader.com takes 180ms 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