Skip to content
https://donga.com

Performance

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

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

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

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

3.76 s

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

3.76 s

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

32 ms

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

0.046

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

7.18 s

Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.

6.64 s

Page Load Progression

1.2 s
2.5 s
3.7 s
5.0 s
6.2 s
7.5 s
8.7 s
10.0 s
Checks
15
5 PASS 3 REVIEW 5 FIX
F
Page Weight Budget
Action
6.2 MB transferred, 236 requests
FIX
6.2 MB transferred, 236 requests
Critical::
Page weighs 19.5 MB (6.2 MB transferred)
Warning::
Images are 3.0 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 3.0 MB
Warning::
JavaScript is 2.1 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 2.1 MB
Info::
Fonts are 682 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 682 KB
Warning::
236 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 1.3 g CO2 per page load
6.2 MB / 2.4 MB budget
6.2 MB transferred
236 requests
1.3 g CO2 per page load
Images 3.0 MiB 48%
JavaScript 2.1 MiB 34%
Fonts 682.5 KiB 11%
HTML 199.8 KiB 3%
CSS 184.0 KiB 3%
Other 24.3 KiB 0%
Other 4.0 KiB 0%
Other 2.1 KiB 0%
Other 557 B 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Over budget

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

Why this matters

Image bandwidth is high — modern formats (WebP/AVIF) and resizing typically cut it 50%+.

Source: web.dev

Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.

Why this matters

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

Source: web.dev

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

Why this matters

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

Source: web.dev font loading

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

Why this matters

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

Source: web.dev

D
Third-Party Impact
Action
100% third-party, 0 ms blocking
FIX
100% third-party, 0 ms blocking
Warning::
Third-party code accounts for 100% of page weight (6.2 MiB of 6.2 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Bundles
Action
57 scripts, 754 KB unused
FIX
57 scripts, 754 KB unused
Warning::
https://pagead2.googlesyndication.com/pagead/manag...: 149 KB unused (84%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://securepubads.g.doubleclick.net/pagead/mana...: 129 KB unused (69%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://anymind360.com/js/19464/prebid_2026_1_30_6...: 123 KB unused (76%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://image.donga.com/donga/js.v.5.0/jquery-ui.m...: 73 KB unused (89%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-6Z5M...: 65 KB unused (41%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 754 KB
754 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://pagead2.googlesyndication.com/pagead/managed/js/adsense/m202604200101/show_ads_impl_fy2021.js?bust=31098019177 KB149 KB (84%)3rd
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.js188 KB129 KB (69%)3rd
https://anymind360.com/js/19464/prebid_2026_1_30_6_13_22.js162 KB123 KB (76%)3rd
https://image.donga.com/donga/js.v.5.0/jquery-ui.min.js?t=2026041482 KB73 KB (89%)3rd
https://www.googletagmanager.com/gtag/js?id=G-6Z5MY0NF20&cx=c&gtm=4e64k1159 KB65 KB (41%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-PCVCHHT133 KB62 KB (47%)3rd
https://fundingchoicesmessages.google.com/i/106061858?ers=370 KB36 KB (53%)3rd
https://anymind360.com/js/19464/ats.js48 KB35 KB (75%)3rd
https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js54 KB30 KB (55%)3rd
https://image.donga.com/donga/js.v.5.0/swiper-bundle.min.js?t=2026041446 KB26 KB (56%)3rd

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
236 resources · 6.2 MB · 754 KB savings available
FIX
236 resources · 6.2 MB · 754 KB savings available
Warning::
Page weight 5.2 MB over 1MB target
Got: 6.2 MB Expected: ≤ 1 MB
Info::
~754 KB of savings available
Warning::
235 third-party resources (100% of weight)
Info::
2 resources over 200KB
236 resources · 6.2 MiB · 235 third-party 5.2 MiB over 1MB target
Image 48% · 3.0 MiB
JavaScript 34% · 2.1 MiB
Font 11% · 682.5 KiB
Document 3% · 200.0 KiB
CSS 3% · 184.0 KiB
Other 0% · 29.6 KiB

~754.2 KiB of savings available

Remove unused JavaScript: 754.2 KiB
F
HTTP Caching
Action
No cache headers
FIX
No cache headers
Warning::
No Cache-Control header found
Browsers will use heuristic caching, which can be unpredictable. Set explicit cache headers.

No Cache-Control header

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

C
Image Optimization
Action
120 images, 0 KB saveable
REVIEW
120 images, 0 KB saveable
Warning::
https://image.donga.com/adma/donga/191018_trafficc... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://dimg.donga.com/a/120/120/90/1/wps/NEWS/IMA... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://dimg.donga.com/carriage/NEWS/images/donga_... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://dimg.donga.com/wps/NEWS/FEED/Donga_Home_To... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://dimg.donga.com/a/120/120/90/1/carriage/NEW... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://image.donga.com/adma/donga/250331_soil_300... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://dimg.donga.com/carriage/NEWS/images/donga_... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://image.donga.com/donga_v1/images/logo_spons... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://image.donga.com/adma/donga/260417_hanwoo_3... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://dimg.donga.com/a/120/120/90/1/carriage/NEW... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://dimg.donga.com/carriage/NEWS/images/donga_... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://dimg.donga.com/carriage/NEWS/images/donga_... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://image.donga.com/donga_v1/images/logo_maste... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://dimg.donga.com/a/120/120/90/1/wps/NEWS/IMA... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
120 images 3.0 MB
0 oversized -0 KB
120 legacy format
14 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

C
JS Execution Cost
Action
1798ms total JS execution
REVIEW
1798ms total JS execution
Warning::
https://www.donga.com/: 703ms CPU time
Warning::
https://image.donga.com/donga/js.v.5.0/swiper-bund...: 331ms CPU time
Info::
Unattributable: 235ms CPU time
Info::
https://securepubads.g.doubleclick.net/pagead/mana...: 109ms CPU time
Info::
https://image.donga.com/donga_v2/js/home.js?t=2026...: 95ms CPU time
Warning::
Third-party scripts: 1798ms (100% of total)

Main Thread Breakdown

Script Evaluation 31% Style & Layout 31% Other 23% Rendering 7% Script Parsing & Compilation 5%
ScriptTotalScriptingParse/CompileParty
https://www.donga.com/703ms9ms2ms3rd
https://image.donga.com/donga/js.v.5.0/swiper-bundle.min.js?t=20260414331ms92ms3ms3rd
Unattributable235ms8ms0ms3rd
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.js109ms78ms15ms3rd
https://image.donga.com/donga_v2/js/home.js?t=20260401095ms57ms1ms3rd
https://fundingchoicesmessages.google.com/f/AGSKWxUHGvN9ILaFjc43wL-2hq317xAaDXKShy0Di6mKGS4MsG524tYcLI_ozpTSg0dqOlYFy1Z_zTZu75cQugzEQtiT0TBbTykBziWmNtB0aGy7QkFHN5Yf0IEHKl6LW7eQyxQXuJ4GAw==?fccs=W251bGwsbnVsbCxudWxsLG51bGwsbnVsbCxudWxsLFsxNzc2ODk4Njk0LDczMjAwMDAwMF0sbnVsbCxudWxsLG51bGwsW251bGwsWzddXSwiaHR0cHM6Ly93d3cuZG9uZ2EuY29tLyIsbnVsbCxbWzgsInBTSmtvMTk2SUgwIl0sWzksImVuLVVTIl0sWzE4LCJbW1tudWxsLDgzNDRdXV0iXSxbMzUsIjE3NzY4OTg2OTQiXSxbMjYsIjQiXSxbMTksIjEiXSxbMTcsIlswXSJdLFsyNCwiIl0sWzI1LCJbWzMxMDgyMjUzXV0iXSxbMjksImZhbHNlIl1dXQ84ms41ms14ms3rd
https://fundingchoicesmessages.google.com/i/106061858?ers=368ms61ms6ms3rd
https://anymind360.com/js/19464/prebid_2026_1_30_6_13_22.js62ms52ms8ms3rd
https://www.googletagmanager.com/gtag/js?id=G-6Z5MY0NF20&cx=c&gtm=4e64k159ms50ms8ms3rd
https://www.youtube.com/s/player/1bb6ee63/www-widgetapi.vflset/www-widgetapi.js53ms44ms1ms3rd
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
All text resources are compressed
All text resources are properly compressed.
A+
Font Loading
10 fonts (682 KB)
PASS
10 fonts (682 KB)
Info::
10 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

10

682 KB total

Render-blocking

0

of 10

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 FCP 3.8 s LCP 3.8 shttps://image.donga.com/font/inter-v12-latin-600.woffinter-v12-latin-600.woff https://image.donga.com/font/inter-v12-latin-600.woff — 25.2 KiB — 1.1 s — font-display: swaphttps://image.donga.com/font/SpoqaHanSansNeo-Medium.woff2SpoqaHanSansNeo-Medium.... https://image.donga.com/font/SpoqaHanSansNeo-Medium.woff2 — 176.0 KiB — 2.1 s — font-display: swaphttps://image.donga.com/font/SpoqaHanSansNeo-Regular.woff2SpoqaHanSansNeo-Regular... https://image.donga.com/font/SpoqaHanSansNeo-Regular.woff2 — 176.6 KiB — 2.1 s — font-display: swaphttps://image.donga.com/font/inter-v12-latin-regular.woffinter-v12-latin-regular... https://image.donga.com/font/inter-v12-latin-regular.woff — 24.0 KiB — 1.5 s — font-display: swaphttps://image.donga.com/font/SpoqaHanSansNeo-Bold.woff2SpoqaHanSansNeo-Bold.woff2 https://image.donga.com/font/SpoqaHanSansNeo-Bold.woff2 — 179.6 KiB — 1.8 s — font-display: swaphttps://image.donga.com/font/inter-v12-latin-500.woffinter-v12-latin-500.woff https://image.donga.com/font/inter-v12-latin-500.woff — 25.1 KiB — 1.4 s — font-display: swaphttps://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 33.9 KiB — 77 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 0 B — 48 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 0 B — 37 ms — font-display: swaphttps://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2memvYaGs126MiZpBA-UvWbX... https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2 — 42.1 KiB — 88 ms — font-display: swap
inter-v12-latin-600.woff woff swap
Size 25 KB
Load time 1.1 s
Start 4.4 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
SpoqaHanSansNeo-Medium.... woff2 swap
Size 176 KB
Load time 2.1 s
Start 4.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
SpoqaHanSansNeo-Regular... woff2 swap
Size 177 KB
Load time 2.1 s
Start 4.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
inter-v12-latin-regular... woff swap
Size 24 KB
Load time 1.5 s
Start 4.4 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
SpoqaHanSansNeo-Bold.woff2 woff2 swap
Size 180 KB
Load time 1.8 s
Start 4.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
inter-v12-latin-500.woff woff swap
Size 25 KB
Load time 1.4 s
Start 4.4 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 34 KB
Load time 77 ms
Start 9.2 s
Risk FOUT — text flashes from fallback to web font
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 0 KB
Load time 48 ms
Start 9.3 s
Risk FOUT — text flashes from fallback to web font
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 0 KB
Load time 37 ms
Start 9.3 s
Risk FOUT — text flashes from fallback to web font
memvYaGs126MiZpBA-UvWbX... woff2 swap
Size 42 KB
Load time 88 ms
Start 9.9 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 ~288 KB and ~576 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
236 requests over 14170ms
INFO
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s FCP 3.8 s LCP 3.8 shttps://donga.com// https://donga.com/ — 302 — 126 B — 1.1 s — http/1.0https://www.donga.com/www.donga.com/ https://www.donga.com/ — 200 — 32.9 KiB — 1.2 s — http/1.1https://image.donga.com/donga_v1/css/base.css?t=20260414image.donga.com/donga_v1/css/base.c... https://image.donga.com/donga_v1/css/base.css?t=20260414 — 200 — 2.1 KiB — 1.1 s — h2https://image.donga.com/donga/css.v.2.0/swiper-bundle.min.css?t=20260414image.donga.com/donga/css.v.2.0/swi... https://image.donga.com/donga/css.v.2.0/swiper-bundle.min.css?t=20260414 — 200 — 5.5 KiB — 811 ms — h2https://image.donga.com/donga/css.v.2.0/slick.css?t=20260414image.donga.com/donga/css.v.2.0/sli... https://image.donga.com/donga/css.v.2.0/slick.css?t=20260414 — 200 — 743 B — 1.1 s — h2https://image.donga.com/donga_v2/css/style.css?t=20260414image.donga.com/donga_v2/css/style.... https://image.donga.com/donga_v2/css/style.css?t=20260414 — 200 — 29.1 KiB — 1.6 s — h2https://image.donga.com/donga_v2/css/layout.css?t=20260414image.donga.com/donga_v2/css/layout... https://image.donga.com/donga_v2/css/layout.css?t=20260414 — 200 — 13.9 KiB — 1.3 s — h2https://image.donga.com/donga_v2/css/home.css?t=20260414image.donga.com/donga_v2/css/home.c... https://image.donga.com/donga_v2/css/home.css?t=20260414 — 200 — 22.6 KiB — 1.6 s — h2https://image.donga.com/donga/js.v.5.0/jquery-3.7.0.min.js?t=20260414image.donga.com/donga/js.v.5.0/jque... https://image.donga.com/donga/js.v.5.0/jquery-3.7.0.min.js?t=20260414 — 200 — 34.7 KiB — 1.8 s — h2https://image.donga.com/donga/js.v.5.0/swiper-bundle.min.js?t=20260414image.donga.com/donga/js.v.5.0/swip... https://image.donga.com/donga/js.v.5.0/swiper-bundle.min.js?t=20260414 — 200 — 46.4 KiB — 1.9 s — h2https://image.donga.com/donga/js.v.5.0/slick.min.js?t=20260414image.donga.com/donga/js.v.5.0/slic... https://image.donga.com/donga/js.v.5.0/slick.min.js?t=20260414 — 200 — 12.8 KiB — 1.4 s — h2https://image.donga.com/donga/js.v.5.0/jquery-ui.min.js?t=20260414image.donga.com/donga/js.v.5.0/jque... https://image.donga.com/donga/js.v.5.0/jquery-ui.min.js?t=20260414 — 200 — 82.1 KiB — 1.9 s — h2https://image.donga.com/donga/js.v.1.0/jquery-cookie.js?t=20260414image.donga.com/donga/js.v.1.0/jque... https://image.donga.com/donga/js.v.1.0/jquery-cookie.js?t=20260414 — 200 — 1.6 KiB — 1.4 s — h2https://image.donga.com/donga/js.v.1.0/snsShare.js?t=20260414image.donga.com/donga/js.v.1.0/snsS... https://image.donga.com/donga/js.v.1.0/snsShare.js?t=20260414 — 200 — 9.0 KiB — 1.5 s — h2https://image.donga.com/js/kakao.link.jsimage.donga.com/js/kakao.link.js https://image.donga.com/js/kakao.link.js — 200 — 1.1 KiB — 1.5 s — h2https://image.donga.com/donga/js/kakao-latest.min.jsimage.donga.com/donga/js/kakao-late... https://image.donga.com/donga/js/kakao-latest.min.js — 200 — 35.3 KiB — 1.8 s — h2https://image.donga.com/donga/js.v.1.0/GAbuilder.js?t=20240911image.donga.com/donga/js.v.1.0/GAbu... https://image.donga.com/donga/js.v.1.0/GAbuilder.js?t=20240911 — 200 — 14.0 KiB — 1.8 s — h2https://dimg.donga.com/wps/NEWS/FEED/Donga_Home_Top2/133795696.1.thumb.jpgdimg.donga.com/wps/NEWS/FEED/Donga_... https://dimg.donga.com/wps/NEWS/FEED/Donga_Home_Top2/133795696.1.thumb.jpg — 200 — 36.8 KiB — 1.2 s — h2https://dimg.donga.com/wps/NEWS/FEED/Donga_Home_News2/133792122.5.thumb.jpgdimg.donga.com/wps/NEWS/FEED/Donga_... https://dimg.donga.com/wps/NEWS/FEED/Donga_Home_News2/133792122.5.thumb.jpg — 200 — 35.1 KiB — 1.2 s — h2https://dimg.donga.com/wps/NEWS/FEED/Donga_Home_News2/133794966.4.thumb.jpgdimg.donga.com/wps/NEWS/FEED/Donga_... https://dimg.donga.com/wps/NEWS/FEED/Donga_Home_News2/133794966.4.thumb.jpg — 200 — 38.6 KiB — 324 ms — h2https://dimg.donga.com/wps/NEWS/FEED/Donga_Home_News2/133792064.4.thumb.jpgdimg.donga.com/wps/NEWS/FEED/Donga_... https://dimg.donga.com/wps/NEWS/FEED/Donga_Home_News2/133792064.4.thumb.jpg — 200 — 40.2 KiB — 329 ms — h2https://dimg.donga.com/wps/NEWS/FEED/Donga_Home_News2/133795706.1.thumb.jpgdimg.donga.com/wps/NEWS/FEED/Donga_... https://dimg.donga.com/wps/NEWS/FEED/Donga_Home_News2/133795706.1.thumb.jpg — 200 — 59.1 KiB — 343 ms — h2https://yellow.contentsfeed.com/RealMedia/ads/adstream_jx.ads/www.donga.com/main@x04yellow.contentsfeed.com/RealMedia/a... https://yellow.contentsfeed.com/RealMedia/ads/adstream_jx.ads/www.donga.com/main@x04 — 200 — 803 B — 1.2 s — http/1.1https://dimg.donga.com/carriage/NEWS/files/home_notice_dmg/home_notice_dmg.1.js?t=202604010dimg.donga.com/carriage/NEWS/files/... https://dimg.donga.com/carriage/NEWS/files/home_notice_dmg/home_notice_dmg.1.js?t=202604010 — 200 — 1.0 KiB — 289 ms — h2https://yellow.contentsfeed.com/RealMedia/ads/adstream_jx.ads/www.donga.com/main@x95yellow.contentsfeed.com/RealMedia/a... https://yellow.contentsfeed.com/RealMedia/ads/adstream_jx.ads/www.donga.com/main@x95 — 200 — 852 B — 1.4 s — http/1.1https://image.donga.com/donga_v2/js/common/TodayContents.js?t=202604010image.donga.com/donga_v2/js/common/... https://image.donga.com/donga_v2/js/common/TodayContents.js?t=202604010 — 200 — 1.3 KiB — 343 ms — h2https://dimg.donga.com/wps/NEWS/FEED/Donga_Home_News2/133795629.1.thumb.jpgdimg.donga.com/wps/NEWS/FEED/Donga_... https://dimg.donga.com/wps/NEWS/FEED/Donga_Home_News2/133795629.1.thumb.jpg — 200 — 31.6 KiB — 281 ms — h2https://image.donga.com/font/inter-v12-latin-600.woffimage.donga.com/font/inter-v12-lati... https://image.donga.com/font/inter-v12-latin-600.woff — 200 — 25.2 KiB — 1.1 s — h2https://image.donga.com/font/SpoqaHanSansNeo-Medium.woff2image.donga.com/font/SpoqaHanSansNe... https://image.donga.com/font/SpoqaHanSansNeo-Medium.woff2 — 200 — 176.0 KiB — 2.1 s — h2https://image.donga.com/font/SpoqaHanSansNeo-Regular.woff2image.donga.com/font/SpoqaHanSansNe... https://image.donga.com/font/SpoqaHanSansNeo-Regular.woff2 — 200 — 176.6 KiB — 2.1 s — h2
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s FCP 3.8 s LCP 3.8 shttps://donga.com// https://donga.com/ — 302 — 126 B — 1.1 s — http/1.0https://www.donga.com/www.donga.com/ https://www.donga.com/ — 200 — 32.9 KiB — 1.2 s — http/1.1https://image.donga.com/donga_v1/css/base.css?t=20260414image.donga.com/donga_v1/css/base.c... https://image.donga.com/donga_v1/css/base.css?t=20260414 — 200 — 2.1 KiB — 1.1 s — h2https://image.donga.com/donga/css.v.2.0/swiper-bundle.min.css?t=20260414image.donga.com/donga/css.v.2.0/swi... https://image.donga.com/donga/css.v.2.0/swiper-bundle.min.css?t=20260414 — 200 — 5.5 KiB — 811 ms — h2https://image.donga.com/donga/css.v.2.0/slick.css?t=20260414image.donga.com/donga/css.v.2.0/sli... https://image.donga.com/donga/css.v.2.0/slick.css?t=20260414 — 200 — 743 B — 1.1 s — h2https://image.donga.com/donga_v2/css/style.css?t=20260414image.donga.com/donga_v2/css/style.... https://image.donga.com/donga_v2/css/style.css?t=20260414 — 200 — 29.1 KiB — 1.6 s — h2https://image.donga.com/donga_v2/css/layout.css?t=20260414image.donga.com/donga_v2/css/layout... https://image.donga.com/donga_v2/css/layout.css?t=20260414 — 200 — 13.9 KiB — 1.3 s — h2https://image.donga.com/donga_v2/css/home.css?t=20260414image.donga.com/donga_v2/css/home.c... https://image.donga.com/donga_v2/css/home.css?t=20260414 — 200 — 22.6 KiB — 1.6 s — h2https://image.donga.com/donga/js.v.5.0/jquery-3.7.0.min.js?t=20260414image.donga.com/donga/js.v.5.0/jque... https://image.donga.com/donga/js.v.5.0/jquery-3.7.0.min.js?t=20260414 — 200 — 34.7 KiB — 1.8 s — h2https://image.donga.com/donga/js.v.5.0/swiper-bundle.min.js?t=20260414image.donga.com/donga/js.v.5.0/swip... https://image.donga.com/donga/js.v.5.0/swiper-bundle.min.js?t=20260414 — 200 — 46.4 KiB — 1.9 s — h2https://image.donga.com/donga/js.v.5.0/slick.min.js?t=20260414image.donga.com/donga/js.v.5.0/slic... https://image.donga.com/donga/js.v.5.0/slick.min.js?t=20260414 — 200 — 12.8 KiB — 1.4 s — h2https://image.donga.com/donga/js.v.5.0/jquery-ui.min.js?t=20260414image.donga.com/donga/js.v.5.0/jque... https://image.donga.com/donga/js.v.5.0/jquery-ui.min.js?t=20260414 — 200 — 82.1 KiB — 1.9 s — h2https://image.donga.com/donga/js.v.1.0/jquery-cookie.js?t=20260414image.donga.com/donga/js.v.1.0/jque... https://image.donga.com/donga/js.v.1.0/jquery-cookie.js?t=20260414 — 200 — 1.6 KiB — 1.4 s — h2https://image.donga.com/donga/js.v.1.0/snsShare.js?t=20260414image.donga.com/donga/js.v.1.0/snsS... https://image.donga.com/donga/js.v.1.0/snsShare.js?t=20260414 — 200 — 9.0 KiB — 1.5 s — h2https://image.donga.com/js/kakao.link.jsimage.donga.com/js/kakao.link.js https://image.donga.com/js/kakao.link.js — 200 — 1.1 KiB — 1.5 s — h2https://image.donga.com/donga/js/kakao-latest.min.jsimage.donga.com/donga/js/kakao-late... https://image.donga.com/donga/js/kakao-latest.min.js — 200 — 35.3 KiB — 1.8 s — h2https://image.donga.com/donga/js.v.1.0/GAbuilder.js?t=20240911image.donga.com/donga/js.v.1.0/GAbu... https://image.donga.com/donga/js.v.1.0/GAbuilder.js?t=20240911 — 200 — 14.0 KiB — 1.8 s — h2https://dimg.donga.com/wps/NEWS/FEED/Donga_Home_Top2/133795696.1.thumb.jpgdimg.donga.com/wps/NEWS/FEED/Donga_... https://dimg.donga.com/wps/NEWS/FEED/Donga_Home_Top2/133795696.1.thumb.jpg — 200 — 36.8 KiB — 1.2 s — h2https://dimg.donga.com/wps/NEWS/FEED/Donga_Home_News2/133792122.5.thumb.jpgdimg.donga.com/wps/NEWS/FEED/Donga_... https://dimg.donga.com/wps/NEWS/FEED/Donga_Home_News2/133792122.5.thumb.jpg — 200 — 35.1 KiB — 1.2 s — h2https://dimg.donga.com/wps/NEWS/FEED/Donga_Home_News2/133794966.4.thumb.jpgdimg.donga.com/wps/NEWS/FEED/Donga_... https://dimg.donga.com/wps/NEWS/FEED/Donga_Home_News2/133794966.4.thumb.jpg — 200 — 38.6 KiB — 324 ms — h2https://dimg.donga.com/wps/NEWS/FEED/Donga_Home_News2/133792064.4.thumb.jpgdimg.donga.com/wps/NEWS/FEED/Donga_... https://dimg.donga.com/wps/NEWS/FEED/Donga_Home_News2/133792064.4.thumb.jpg — 200 — 40.2 KiB — 329 ms — h2https://dimg.donga.com/wps/NEWS/FEED/Donga_Home_News2/133795706.1.thumb.jpgdimg.donga.com/wps/NEWS/FEED/Donga_... https://dimg.donga.com/wps/NEWS/FEED/Donga_Home_News2/133795706.1.thumb.jpg — 200 — 59.1 KiB — 343 ms — h2https://yellow.contentsfeed.com/RealMedia/ads/adstream_jx.ads/www.donga.com/main@x04yellow.contentsfeed.com/RealMedia/a... https://yellow.contentsfeed.com/RealMedia/ads/adstream_jx.ads/www.donga.com/main@x04 — 200 — 803 B — 1.2 s — http/1.1https://dimg.donga.com/carriage/NEWS/files/home_notice_dmg/home_notice_dmg.1.js?t=202604010dimg.donga.com/carriage/NEWS/files/... https://dimg.donga.com/carriage/NEWS/files/home_notice_dmg/home_notice_dmg.1.js?t=202604010 — 200 — 1.0 KiB — 289 ms — h2https://yellow.contentsfeed.com/RealMedia/ads/adstream_jx.ads/www.donga.com/main@x95yellow.contentsfeed.com/RealMedia/a... https://yellow.contentsfeed.com/RealMedia/ads/adstream_jx.ads/www.donga.com/main@x95 — 200 — 852 B — 1.4 s — http/1.1https://image.donga.com/donga_v2/js/common/TodayContents.js?t=202604010image.donga.com/donga_v2/js/common/... https://image.donga.com/donga_v2/js/common/TodayContents.js?t=202604010 — 200 — 1.3 KiB — 343 ms — h2https://dimg.donga.com/wps/NEWS/FEED/Donga_Home_News2/133795629.1.thumb.jpgdimg.donga.com/wps/NEWS/FEED/Donga_... https://dimg.donga.com/wps/NEWS/FEED/Donga_Home_News2/133795629.1.thumb.jpg — 200 — 31.6 KiB — 281 ms — h2https://image.donga.com/font/inter-v12-latin-600.woffimage.donga.com/font/inter-v12-lati... https://image.donga.com/font/inter-v12-latin-600.woff — 200 — 25.2 KiB — 1.1 s — h2https://image.donga.com/font/SpoqaHanSansNeo-Medium.woff2image.donga.com/font/SpoqaHanSansNe... https://image.donga.com/font/SpoqaHanSansNeo-Medium.woff2 — 200 — 176.0 KiB — 2.1 s — h2https://image.donga.com/font/SpoqaHanSansNeo-Regular.woff2image.donga.com/font/SpoqaHanSansNe... https://image.donga.com/font/SpoqaHanSansNeo-Regular.woff2 — 200 — 176.6 KiB — 2.1 s — h2https://image.donga.com/font/inter-v12-latin-regular.woffimage.donga.com/font/inter-v12-lati... https://image.donga.com/font/inter-v12-latin-regular.woff — 200 — 24.0 KiB — 1.5 s — h2https://image.donga.com/font/SpoqaHanSansNeo-Bold.woff2image.donga.com/font/SpoqaHanSansNe... https://image.donga.com/font/SpoqaHanSansNeo-Bold.woff2 — 200 — 179.6 KiB — 1.8 s — h2https://image.donga.com/font/inter-v12-latin-500.woffimage.donga.com/font/inter-v12-lati... https://image.donga.com/font/inter-v12-latin-500.woff — 200 — 25.1 KiB — 1.4 s — h2https://dimg.donga.com/carriage/NEWS/files/home_notice_contents_brand/home_notice_contents_brand.0.jsdimg.donga.com/carriage/NEWS/files/... https://dimg.donga.com/carriage/NEWS/files/home_notice_contents_brand/home_notice_contents_brand.0.js — 200 — 588 B — 264 ms — h2https://image.donga.com/donga_v2/js/common/Header.js?t=202604010image.donga.com/donga_v2/js/common/... https://image.donga.com/donga_v2/js/common/Header.js?t=202604010 — 200 — 3.1 KiB — 264 ms — h2https://image.donga.com/donga/js.v.5.0/postscribe.min.jsimage.donga.com/donga/js.v.5.0/post... https://image.donga.com/donga/js.v.5.0/postscribe.min.js — 200 — 17.6 KiB — 270 ms — h2https://dimg.donga.com/acecounter/acecounter_V70.20130719.jsdimg.donga.com/acecounter/acecounte... https://dimg.donga.com/acecounter/acecounter_V70.20130719.js — 200 — 4.9 KiB — 264 ms — h2https://securepubads.g.doubleclick.net/tag/js/gpt.jssecurepubads.g.doubleclick.net/tag/... https://securepubads.g.doubleclick.net/tag/js/gpt.js — 200 — 35.3 KiB — 143 ms — h3https://d1cykymlllue3h.cloudfront.net/js/donga_article_prebid.jsd1cykymlllue3h.cloudfront.net/js/do... https://d1cykymlllue3h.cloudfront.net/js/donga_article_prebid.js — 200 — 354 B — 57 ms — h2https://d1cykymlllue3h.cloudfront.net/js/donga_hp_admaru.jsd1cykymlllue3h.cloudfront.net/js/do... https://d1cykymlllue3h.cloudfront.net/js/donga_hp_admaru.js — 200 — 354 B — 55 ms — h2https://anymind360.com/js/19464/ats.jsanymind360.com/js/19464/ats.js https://anymind360.com/js/19464/ats.js — 200 — 47.7 KiB — 8 ms — h2https://dimg.donga.com/wps/NEWS/FEED/Donga_Home_News2/133792062.1.thumb.jpgdimg.donga.com/wps/NEWS/FEED/Donga_... https://dimg.donga.com/wps/NEWS/FEED/Donga_Home_News2/133792062.1.thumb.jpg — 200 — 22.5 KiB — 274 ms — h2https://dimg.donga.com/carriage/NEWS/images/home_left_banner2/68db83000c4ea1e072b.jpgdimg.donga.com/carriage/NEWS/images... https://dimg.donga.com/carriage/NEWS/images/home_left_banner2/68db83000c4ea1e072b.jpg — 200 — 41.8 KiB — 293 ms — h2https://dimg.donga.com/carriage/NEWS/images/home_left_banner2/69c9e44e1ff0d2738064.jpgdimg.donga.com/carriage/NEWS/images... https://dimg.donga.com/carriage/NEWS/images/home_left_banner2/69c9e44e1ff0d2738064.jpg — 200 — 53.0 KiB — 311 ms — h2https://dimg.donga.com/carriage/NEWS/images/home_left_banner2/6982957c1862d2738275.jpgdimg.donga.com/carriage/NEWS/images... https://dimg.donga.com/carriage/NEWS/images/home_left_banner2/6982957c1862d2738275.jpg — 200 — 45.8 KiB — 301 ms — h2https://dimg.donga.com/carriage/NEWS/images/home_left_banner2/68d637c2057dd27382a0.jpgdimg.donga.com/carriage/NEWS/images... https://dimg.donga.com/carriage/NEWS/images/home_left_banner2/68d637c2057dd27382a0.jpg — 200 — 17.2 KiB — 314 ms — h2https://dimg.donga.com/a/120/120/90/1/carriage/NEWS/content/NEWS/journalist/2022/01/19/peacechaos.jpgdimg.donga.com/a/120/120/90/1/carri... https://dimg.donga.com/a/120/120/90/1/carriage/NEWS/content/NEWS/journalist/2022/01/19/peacechaos.jpg — 200 — 6.9 KiB — 313 ms — h2https://i.ytimg.com/vi/zBzqcIRzf20/maxresdefault.jpgi.ytimg.com/vi/zBzqcIRzf20/maxresde... https://i.ytimg.com/vi/zBzqcIRzf20/maxresdefault.jpg — 200 — 170.6 KiB — 168 ms — h2https://image.donga.com/donga_v1/images/logo_masterbrand01.pngimage.donga.com/donga_v1/images/log... https://image.donga.com/donga_v1/images/logo_masterbrand01.png — 200 — 2.6 KiB — 300 ms — h2https://image.donga.com/donga_v1/images/logo_sponsor1.pngimage.donga.com/donga_v1/images/log... https://image.donga.com/donga_v1/images/logo_sponsor1.png — 200 — 1.4 KiB — 264 ms — h2https://dimg.donga.com/a/120/120/90/1/carriage/NEWS/content/NEWS/journalist/2022/01/19/gaea.jpgdimg.donga.com/a/120/120/90/1/carri... https://dimg.donga.com/a/120/120/90/1/carriage/NEWS/content/NEWS/journalist/2022/01/19/gaea.jpg — 200 — 4.6 KiB — 264 ms — h2https://dimg.donga.com/a/120/120/90/1/wps/NEWS/IMAGE/2026/04/22/133795253.1.jpgdimg.donga.com/a/120/120/90/1/wps/N... https://dimg.donga.com/a/120/120/90/1/wps/NEWS/IMAGE/2026/04/22/133795253.1.jpg — 200 — 6.0 KiB — 265 ms — h2https://dimg.donga.com/a/120/120/90/1/wps/NEWS/IMAGE/2026/03/11/133512890.1.pngdimg.donga.com/a/120/120/90/1/wps/N... https://dimg.donga.com/a/120/120/90/1/wps/NEWS/IMAGE/2026/03/11/133512890.1.png — 200 — 18.9 KiB — 270 ms — h2https://dimg.donga.com/carriage/NEWS/images/home_right_banner2/68eccbe40126d2738275.jpgdimg.donga.com/carriage/NEWS/images... https://dimg.donga.com/carriage/NEWS/images/home_right_banner2/68eccbe40126d2738275.jpg — 200 — 16.8 KiB — 270 ms — h2https://dimg.donga.com/carriage/NEWS/images/home_right_banner2/68eee9721528d273828a.jpgdimg.donga.com/carriage/NEWS/images... https://dimg.donga.com/carriage/NEWS/images/home_right_banner2/68eee9721528d273828a.jpg — 200 — 22.3 KiB — 286 ms — h2https://dimg.donga.com/carriage/NEWS/images/home_right_banner2/68d4e5252051d273828a.jpgdimg.donga.com/carriage/NEWS/images... https://dimg.donga.com/carriage/NEWS/images/home_right_banner2/68d4e5252051d273828a.jpg — 200 — 26.1 KiB — 282 ms — h2https://image.donga.com/donga_v2/js/common/index.js?t=202604010image.donga.com/donga_v2/js/common/... https://image.donga.com/donga_v2/js/common/index.js?t=202604010 — 200 — 4.8 KiB — 288 ms — h2https://image.donga.com/donga_v2/js/common/dropAnimate.js?t=202604010image.donga.com/donga_v2/js/common/... https://image.donga.com/donga_v2/js/common/dropAnimate.js?t=202604010 — 200 — 1.0 KiB — 263 ms — h2https://dimg.donga.com/carriage/NEWS/images/home_right_banner2/68de20d9129fd273828a.jpgdimg.donga.com/carriage/NEWS/images... https://dimg.donga.com/carriage/NEWS/images/home_right_banner2/68de20d9129fd273828a.jpg — 200 — 27.7 KiB — 274 ms — h2https://dimg.donga.com/wps/NEWS/FEED/Donga_Home_Issue_Group/133788966.1.thumb.jpgdimg.donga.com/wps/NEWS/FEED/Donga_... https://dimg.donga.com/wps/NEWS/FEED/Donga_Home_Issue_Group/133788966.1.thumb.jpg — 200 — 37.1 KiB — 280 ms — h2https://dimg.donga.com/wps/NEWS/FEED/Donga_Home_News2/133789032.1.thumb.jpgdimg.donga.com/wps/NEWS/FEED/Donga_... https://dimg.donga.com/wps/NEWS/FEED/Donga_Home_News2/133789032.1.thumb.jpg — 200 — 47.9 KiB — 285 ms — h2https://dimg.donga.com/wps/NEWS/FEED/Donga_Home_News2/133795601.2.thumb.jpgdimg.donga.com/wps/NEWS/FEED/Donga_... https://dimg.donga.com/wps/NEWS/FEED/Donga_Home_News2/133795601.2.thumb.jpg — 200 — 70.3 KiB — 295 ms — h2https://dimg.donga.com/wps/NEWS/FEED/Main_Editor_Recommand/133792653.5.thumb.jpgdimg.donga.com/wps/NEWS/FEED/Main_E... https://dimg.donga.com/wps/NEWS/FEED/Main_Editor_Recommand/133792653.5.thumb.jpg — 200 — 6.8 KiB — 274 ms — h2https://dimg.donga.com/wps/NEWS/FEED/Main_Editor_Recommand/133795482.2.thumb.jpgdimg.donga.com/wps/NEWS/FEED/Main_E... https://dimg.donga.com/wps/NEWS/FEED/Main_Editor_Recommand/133795482.2.thumb.jpg — 200 — 10.4 KiB — 274 ms — h2https://image.donga.com/donga_v2/js/common/Icons.js?t=202604010image.donga.com/donga_v2/js/common/... https://image.donga.com/donga_v2/js/common/Icons.js?t=202604010 — 200 — 21.3 KiB — 283 ms — h2https://image.donga.com/donga_v2/js/home.js?t=202604010image.donga.com/donga_v2/js/home.js... https://image.donga.com/donga_v2/js/home.js?t=202604010 — 200 — 5.5 KiB — 265 ms — h2https://dimg.donga.com/wps/NEWS/FEED/Main_Editor_Recommand/133792137.5.thumb.jpgdimg.donga.com/wps/NEWS/FEED/Main_E... https://dimg.donga.com/wps/NEWS/FEED/Main_Editor_Recommand/133792137.5.thumb.jpg — 200 — 18.5 KiB — 270 ms — h2https://dimg.donga.com/wps/NEWS/FEED/Donga_Home_News2/133795633.1.thumb.jpgdimg.donga.com/wps/NEWS/FEED/Donga_... https://dimg.donga.com/wps/NEWS/FEED/Donga_Home_News2/133795633.1.thumb.jpg — 200 — 23.8 KiB — 273 ms — h2https://dimg.donga.com/wps/NEWS/FEED/Donga_Home_News2/133790948.3.thumb.jpgdimg.donga.com/wps/NEWS/FEED/Donga_... https://dimg.donga.com/wps/NEWS/FEED/Donga_Home_News2/133790948.3.thumb.jpg — 200 — 43.9 KiB — 284 ms — h2https://dimg.donga.com/wps/NEWS/FEED/Donga_Home_News2/133795459.1.thumb.jpgdimg.donga.com/wps/NEWS/FEED/Donga_... https://dimg.donga.com/wps/NEWS/FEED/Donga_Home_News2/133795459.1.thumb.jpg — 200 — 22.6 KiB — 273 ms — h2https://dimg.donga.com/wps/NEWS/FEED/Donga_Home_News2/133795276.1.thumb.jpgdimg.donga.com/wps/NEWS/FEED/Donga_... https://dimg.donga.com/wps/NEWS/FEED/Donga_Home_News2/133795276.1.thumb.jpg — 200 — 16.9 KiB — 277 ms — h2https://dimg.donga.com/wps/NEWS/FEED/Donga_Home_News2/133792201.4.thumb.jpgdimg.donga.com/wps/NEWS/FEED/Donga_... https://dimg.donga.com/wps/NEWS/FEED/Donga_Home_News2/133792201.4.thumb.jpg — 200 — 29.2 KiB — 285 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-PCVCHHTwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-PCVCHHT — 200 — 132.8 KiB — 160 ms — h2https://yellow.contentsfeed.com/RealMedia/ads/Creatives/default/empty.gifyellow.contentsfeed.com/RealMedia/a... https://yellow.contentsfeed.com/RealMedia/ads/Creatives/default/empty.gif — 200 — 399 B — 302 ms — http/1.1https://www.donga.com/news/poll?m=mainwww.donga.com/news/poll?m=main https://www.donga.com/news/poll?m=main — 200 — 2.6 KiB — 297 ms — http/1.1https://dimg.donga.com/wps/NEWS/FEED/Donga_Home_News2/133794190.1.thumb.jpgdimg.donga.com/wps/NEWS/FEED/Donga_... https://dimg.donga.com/wps/NEWS/FEED/Donga_Home_News2/133794190.1.thumb.jpg — 200 — 37.7 KiB — 277 ms — h2https://dimg.donga.com/wps/NEWS/FEED/Donga_Home_News2/133791884.4.thumb.jpgdimg.donga.com/wps/NEWS/FEED/Donga_... https://dimg.donga.com/wps/NEWS/FEED/Donga_Home_News2/133791884.4.thumb.jpg — 200 — 76.4 KiB — 292 ms — h2https://dimg.donga.com/wps/NEWS/FEED/Donga_Home_News2/133792817.1.thumb.jpgdimg.donga.com/wps/NEWS/FEED/Donga_... https://dimg.donga.com/wps/NEWS/FEED/Donga_Home_News2/133792817.1.thumb.jpg — 200 — 38.7 KiB — 301 ms — h2https://dimg.donga.com/wps/NEWS/FEED/Donga_Home_News2/133795266.5.thumb.jpgdimg.donga.com/wps/NEWS/FEED/Donga_... https://dimg.donga.com/wps/NEWS/FEED/Donga_Home_News2/133795266.5.thumb.jpg — 200 — 30.1 KiB — 300 ms — h2https://dimg.donga.com/wps/NEWS/FEED/Donga_Home_News2/133794890.1.thumb.jpgdimg.donga.com/wps/NEWS/FEED/Donga_... https://dimg.donga.com/wps/NEWS/FEED/Donga_Home_News2/133794890.1.thumb.jpg — 200 — 26.5 KiB — 272 ms — h2https://dimg.donga.com/wps/NEWS/FEED/Donga_Home_News2/133792075.1.thumb.jpgdimg.donga.com/wps/NEWS/FEED/Donga_... https://dimg.donga.com/wps/NEWS/FEED/Donga_Home_News2/133792075.1.thumb.jpg — 200 — 46.6 KiB — 280 ms — h2https://image.donga.com/donga_v2/images/icon/ic_new.pngimage.donga.com/donga_v2/images/ico... https://image.donga.com/donga_v2/images/icon/ic_new.png — 200 — 1.5 KiB — 283 ms — h2https://image.donga.com/adma/donga/191018_trafficchecking_dot.gifimage.donga.com/adma/donga/191018_t... https://image.donga.com/adma/donga/191018_trafficchecking_dot.gif — 200 — 161 B — 284 ms — h2https://dimg.donga.com/wps/NEWS/FEED/Donga_Home_News2/133792642.4.thumb.jpgdimg.donga.com/wps/NEWS/FEED/Donga_... https://dimg.donga.com/wps/NEWS/FEED/Donga_Home_News2/133792642.4.thumb.jpg — 200 — 38.2 KiB — 277 ms — h2https://dimg.donga.com/carriage/NEWS/images/donga_main_sinunse/69ae6f250a7bd273828a.jpgdimg.donga.com/carriage/NEWS/images... https://dimg.donga.com/carriage/NEWS/images/donga_main_sinunse/69ae6f250a7bd273828a.jpg — 200 — 42.2 KiB — 279 ms — h2https://dimg.donga.com/carriage/TROTPICK/images/trotpick_donga/67723c131cbad273825f.jpgdimg.donga.com/carriage/TROTPICK/im... https://dimg.donga.com/carriage/TROTPICK/images/trotpick_donga/67723c131cbad273825f.jpg — 200 — 47.5 KiB — 282 ms — h2https://dimg.donga.com/carriage/IDOLPICK/images/idolpick_view/68de163a1713d2738de6.jpgdimg.donga.com/carriage/IDOLPICK/im... https://dimg.donga.com/carriage/IDOLPICK/images/idolpick_view/68de163a1713d2738de6.jpg — 200 — 63.3 KiB — 297 ms — h2https://dimg.donga.com/wps/NEWS/FEED/Top_Main_Must_Read/133792252.6.thumb.jpgdimg.donga.com/wps/NEWS/FEED/Top_Ma... https://dimg.donga.com/wps/NEWS/FEED/Top_Main_Must_Read/133792252.6.thumb.jpg — 200 — 6.2 KiB — 264 ms — h2https://dimg.donga.com/wps/NEWS/FEED/Top_Main_Must_Read/133795575.2.thumb.jpgdimg.donga.com/wps/NEWS/FEED/Top_Ma... https://dimg.donga.com/wps/NEWS/FEED/Top_Main_Must_Read/133795575.2.thumb.jpg — 200 — 7.8 KiB — 269 ms — h2https://image.donga.com/donga_v2/images/icon/icon_sns02.pngimage.donga.com/donga_v2/images/ico... https://image.donga.com/donga_v2/images/icon/icon_sns02.png — 200 — 5.0 KiB — 266 ms — h2https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.jssecurepubads.g.doubleclick.net/page... https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.js — 200 — 187.7 KiB — 83 ms — h3https://gather.donga.com/?cookiegather.donga.com/?cookie https://gather.donga.com/?cookie — 200 — 391 B — 1.1 s — http/1.1https://dimg.donga.com/wps/NEWS/FEED/Top_Main_Must_Read/133792149.4.thumb.jpgdimg.donga.com/wps/NEWS/FEED/Top_Ma... https://dimg.donga.com/wps/NEWS/FEED/Top_Main_Must_Read/133792149.4.thumb.jpg — 200 — 11.4 KiB — 266 ms — h2https://dimg.donga.com/wps/NEWS/FEED/Top_Main_Must_Read/133792338.4.thumb.jpgdimg.donga.com/wps/NEWS/FEED/Top_Ma... https://dimg.donga.com/wps/NEWS/FEED/Top_Main_Must_Read/133792338.4.thumb.jpg — 200 — 10.8 KiB — 265 ms — h2https://dimg.donga.com/wps/NEWS/FEED/Top_Main_Must_Read/133792143.4.thumb.jpgdimg.donga.com/wps/NEWS/FEED/Top_Ma... https://dimg.donga.com/wps/NEWS/FEED/Top_Main_Must_Read/133792143.4.thumb.jpg — 200 — 6.3 KiB — 263 ms — h2https://dimg.donga.com/wps/NEWS/FEED/Top_Main_Must_Read/133791519.5.thumb.jpgdimg.donga.com/wps/NEWS/FEED/Top_Ma... https://dimg.donga.com/wps/NEWS/FEED/Top_Main_Must_Read/133791519.5.thumb.jpg — 200 — 11.7 KiB — 266 ms — h2https://dimg.donga.com/wps/NEWS/FEED/Top_Main_Must_Read/133792859.1.thumb.jpgdimg.donga.com/wps/NEWS/FEED/Top_Ma... https://dimg.donga.com/wps/NEWS/FEED/Top_Main_Must_Read/133792859.1.thumb.jpg — 200 — 12.7 KiB — 267 ms — h2https://dimg.donga.com/wps/NEWS/FEED/Top_Main_Must_Read/133795216.1.thumb.jpgdimg.donga.com/wps/NEWS/FEED/Top_Ma... https://dimg.donga.com/wps/NEWS/FEED/Top_Main_Must_Read/133795216.1.thumb.jpg — 200 — 10.0 KiB — 266 ms — h2https://gather.donga.com/?uid=2&sv=AMZ2009090102&FCV=&tuid=1&url=www.donga.com/&ref=bookmark&cpu=unknown&bz=Chrome&bv=147.0&os=Linux%20x86_64&dim=800*600&cd=24&je=0&jv=12&tz=5&ul=en-us&ad_key=&skey=&age=0&gender=unknown&marry=unknown&join=&member_key=&jid=&udf1=&udf2=&udf3=&ks=&title=%uB3D9%uC544%uC77C%uBCF4&amt=0&frwd=&pd=&ct=&ll=&RID=0.7183972606251482&gather.donga.com/?uid=2&sv=AMZ20090... https://gather.donga.com/?uid=2&sv=AMZ2009090102&FCV=&tuid=1&url=www.donga.com/&ref=bookmark&cpu=unknown&bz=Chrome&bv=147.0&os=Linux%20x86_64&dim=800*600&cd=24&je=0&jv=12&tz=5&ul=en-us&ad_key=&skey=&age=0&gender=unknown&marry=unknown&join=&member_key=&jid=&udf1=&udf2=&udf3=&ks=&title=%uB3D9%uC544%uC77C%uBCF4&amt=0&frwd=&pd=&ct=&ll=&RID=0.7183972606251482& — 200 — 1.2 KiB — 1.1 s — http/1.1https://dimg.donga.com/wps/ECONOMY/FEED/Donga_Main_Bizn/133787108.1.thumb.jpgdimg.donga.com/wps/ECONOMY/FEED/Don... https://dimg.donga.com/wps/ECONOMY/FEED/Donga_Main_Bizn/133787108.1.thumb.jpg — 200 — 15.8 KiB — 268 ms — h2https://dimg.donga.com/wps/ECONOMY/FEED/Donga_Main_Bizn/133787529.1.thumb.jpgdimg.donga.com/wps/ECONOMY/FEED/Don... https://dimg.donga.com/wps/ECONOMY/FEED/Donga_Main_Bizn/133787529.1.thumb.jpg — 200 — 16.4 KiB — 267 ms — h2https://dimg.donga.com/a/640/384/90/1/wps/SPORTS/FEED/SD_MAIN_2018/133794537.1.thumb.jpgdimg.donga.com/a/640/384/90/1/wps/S... https://dimg.donga.com/a/640/384/90/1/wps/SPORTS/FEED/SD_MAIN_2018/133794537.1.thumb.jpg — 200 — 47.1 KiB — 279 ms — h2https://dimg.donga.com/a/640/384/90/1/wps/SPORTS/FEED/SD_MAIN_2018/133781619.1.thumb.jpgdimg.donga.com/a/640/384/90/1/wps/S... https://dimg.donga.com/a/640/384/90/1/wps/SPORTS/FEED/SD_MAIN_2018/133781619.1.thumb.jpg — 200 — 45.2 KiB — 278 ms — h2https://dimg.donga.com/a/640/384/90/1/wps/NEWS/IMAGE/2026/04/23/133795720.1.jpgdimg.donga.com/a/640/384/90/1/wps/N... https://dimg.donga.com/a/640/384/90/1/wps/NEWS/IMAGE/2026/04/23/133795720.1.jpg — 200 — 36.9 KiB — 276 ms — h2https://dimg.donga.com/a/640/384/90/1/wps/NEWS/IMAGE/2026/04/23/133795702.1.jpgdimg.donga.com/a/640/384/90/1/wps/N... https://dimg.donga.com/a/640/384/90/1/wps/NEWS/IMAGE/2026/04/23/133795702.1.jpg — 200 — 49.4 KiB — 280 ms — h2https://dimg.donga.com/carriage/NEWS/images/donga_main_insight/6932eca3254fd2738248.jpgdimg.donga.com/carriage/NEWS/images... https://dimg.donga.com/carriage/NEWS/images/donga_main_insight/6932eca3254fd2738248.jpg — 200 — 5.3 KiB — 264 ms — h2https://dimg.donga.com/carriage/NEWS/images/donga_main_insight/69e8f57426bdd2738249.jpgdimg.donga.com/carriage/NEWS/images... https://dimg.donga.com/carriage/NEWS/images/donga_main_insight/69e8f57426bdd2738249.jpg — 200 — 9.7 KiB — 265 ms — h2https://dimg.donga.com/carriage/NEWS/images/donga_main_insight/691df7ad09ddd2738248.jpgdimg.donga.com/carriage/NEWS/images... https://dimg.donga.com/carriage/NEWS/images/donga_main_insight/691df7ad09ddd2738248.jpg — 200 — 20.7 KiB — 270 ms — h2https://dimg.donga.com/carriage/NEWS/images/donga_main_insight/68ecc2c61ac9d2738241.jpgdimg.donga.com/carriage/NEWS/images... https://dimg.donga.com/carriage/NEWS/images/donga_main_insight/68ecc2c61ac9d2738241.jpg — 200 — 9.2 KiB — 265 ms — h2https://dimg.donga.com/a/592/334/90/3/wps/NEWS/IMAGE/2026/04/23/133795727.1.jpgdimg.donga.com/a/592/334/90/3/wps/N... https://dimg.donga.com/a/592/334/90/3/wps/NEWS/IMAGE/2026/04/23/133795727.1.jpg — 200 — 47.5 KiB — 281 ms — h2https://anymind360.com/js/19464/prebid_2026_1_30_6_13_22.jsanymind360.com/js/19464/prebid_2026... https://anymind360.com/js/19464/prebid_2026_1_30_6_13_22.js — 200 — 162.1 KiB — 8 ms — h2https://www.youtube.com/iframe_apiwww.youtube.com/iframe_api https://www.youtube.com/iframe_api — 200 — 3.2 KiB — 96 ms — h2https://yellow.contentsfeed.com/RealMedia/ads/adstream_jx.ads/www.donga.com/main@Top2yellow.contentsfeed.com/RealMedia/a... https://yellow.contentsfeed.com/RealMedia/ads/adstream_jx.ads/www.donga.com/main@Top2 — 200 — 1011 B — 900 ms — http/1.1https://dimg.donga.com/a/592/334/90/3/wps/NEWS/IMAGE/2026/04/22/133792062.1.jpgdimg.donga.com/a/592/334/90/3/wps/N... https://dimg.donga.com/a/592/334/90/3/wps/NEWS/IMAGE/2026/04/22/133792062.1.jpg — 200 — 29.4 KiB — 272 ms — h2https://cdn.jsdelivr.net/gh/prebid/currency-file@1/latest.jsoncdn.jsdelivr.net/gh/prebid/currency... https://cdn.jsdelivr.net/gh/prebid/currency-file@1/latest.json — 200 — 1.2 KiB — 38 ms — h2https://gum.criteo.com/sid/json?origin=prebid&topUrl=https%3A%2F%2Fwww.donga.com%2F&domain=www.donga.com&cw=1&lsw=1gum.criteo.com/sid/json?origin=preb... https://gum.criteo.com/sid/json?origin=prebid&topUrl=https%3A%2F%2Fwww.donga.com%2F&domain=www.donga.com&cw=1&lsw=1 — 200 — 0 B — 144 ms — h2https://www.googletagmanager.com/gtag/js?id=G-6Z5MY0NF20&cx=c&gtm=4e64k1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-6Z5MY0NF20&cx=c&gtm=4e64k1 — 200 — 158.6 KiB — 72 ms — h2https://rum.beusable.net/load/b240920e105459u681?url=https%3A%2F%2Fwww.donga.com%2Frum.beusable.net/load/b240920e10545... https://rum.beusable.net/load/b240920e105459u681?url=https%3A%2F%2Fwww.donga.com%2F — 200 — 503 B — 681 ms — h2https://www.youtube.com/s/player/1bb6ee63/www-widgetapi.vflset/www-widgetapi.jswww.youtube.com/s/player/1bb6ee63/w... https://www.youtube.com/s/player/1bb6ee63/www-widgetapi.vflset/www-widgetapi.js — 200 — 10.6 KiB — 33 ms — h2https://dimg.donga.com/a/592/334/90/3/wps/NEWS/IMAGE/2026/04/23/133792064.4.jpgdimg.donga.com/a/592/334/90/3/wps/N... https://dimg.donga.com/a/592/334/90/3/wps/NEWS/IMAGE/2026/04/23/133792064.4.jpg — 200 — 45.6 KiB — 279 ms — h2https://www.youtube.com/embed/8tYIrKDLWVs?playsinline=1&fs=0&rel=0&loop=1&playlist=8tYIrKDLWVs&enablejsapi=1&origin=https%3A%2F%2Fwww.donga.com&widgetid=1&forigin=https%3A%2F%2Fwww.donga.com%2F&aoriginsup=1&vf=1www.youtube.com/embed/8tYIrKDLWVs?p... https://www.youtube.com/embed/8tYIrKDLWVs?playsinline=1&fs=0&rel=0&loop=1&playlist=8tYIrKDLWVs&enablejsapi=1&origin=https%3A%2F%2Fwww.donga.com&widgetid=1&forigin=https%3A%2F%2Fwww.donga.com%2F&aoriginsup=1&vf=1 — -1 — 0 B — 32 ms — https://dimg.donga.com/a/592/334/90/3/wps/NEWS/IMAGE/2026/04/21/133779350.2.jpgdimg.donga.com/a/592/334/90/3/wps/N... https://dimg.donga.com/a/592/334/90/3/wps/NEWS/IMAGE/2026/04/21/133779350.2.jpg — 200 — 58.8 KiB — 295 ms — h2https://www.youtube.com/embed/uB4SL2uH4uU?playsinline=1&fs=0&rel=0&loop=1&playlist=uB4SL2uH4uU&enablejsapi=1&origin=https%3A%2F%2Fwww.donga.com&widgetid=2&forigin=https%3A%2F%2Fwww.donga.com%2F&aoriginsup=1&vf=1www.youtube.com/embed/uB4SL2uH4uU?p... https://www.youtube.com/embed/uB4SL2uH4uU?playsinline=1&fs=0&rel=0&loop=1&playlist=uB4SL2uH4uU&enablejsapi=1&origin=https%3A%2F%2Fwww.donga.com&widgetid=2&forigin=https%3A%2F%2Fwww.donga.com%2F&aoriginsup=1&vf=1 — 200 — 56.8 KiB — 176 ms — h2https://www.youtube.com/embed/HuHijdax50w?playsinline=1&fs=0&rel=0&loop=1&playlist=HuHijdax50w&enablejsapi=1&origin=https%3A%2F%2Fwww.donga.com&widgetid=3&forigin=https%3A%2F%2Fwww.donga.com%2F&aoriginsup=1&vf=1www.youtube.com/embed/HuHijdax50w?p... https://www.youtube.com/embed/HuHijdax50w?playsinline=1&fs=0&rel=0&loop=1&playlist=HuHijdax50w&enablejsapi=1&origin=https%3A%2F%2Fwww.donga.com&widgetid=3&forigin=https%3A%2F%2Fwww.donga.com%2F&aoriginsup=1&vf=1 — 200 — 55.2 KiB — 197 ms — h2https://dimg.donga.com/a/592/334/90/3/wps/NEWS/IMAGE/2026/04/22/133790903.3.jpgdimg.donga.com/a/592/334/90/3/wps/N... https://dimg.donga.com/a/592/334/90/3/wps/NEWS/IMAGE/2026/04/22/133790903.3.jpg — 200 — 45.8 KiB — 279 ms — h2https://www.youtube.com/embed/8tYIrKDLWVs?playsinline=1&fs=0&rel=0&loop=1&playlist=8tYIrKDLWVs&enablejsapi=1&origin=https%3A%2F%2Fwww.donga.com&widgetid=1&forigin=https%3A%2F%2Fwww.donga.com%2F&aoriginsup=1&vf=1www.youtube.com/embed/8tYIrKDLWVs?p... https://www.youtube.com/embed/8tYIrKDLWVs?playsinline=1&fs=0&rel=0&loop=1&playlist=8tYIrKDLWVs&enablejsapi=1&origin=https%3A%2F%2Fwww.donga.com&widgetid=1&forigin=https%3A%2F%2Fwww.donga.com%2F&aoriginsup=1&vf=1 — 200 — 54.9 KiB — 183 ms — h2https://dimg.donga.com/a/592/334/90/3/wps/NEWS/IMAGE/2026/04/22/133788664.1.jpgdimg.donga.com/a/592/334/90/3/wps/N... https://dimg.donga.com/a/592/334/90/3/wps/NEWS/IMAGE/2026/04/22/133788664.1.jpg — 200 — 31.4 KiB — 275 ms — h2https://gum.criteo.com/sid/json?origin=prebid&topUrl=https%3A%2F%2Fwww.donga.com%2F&domain=www.donga.com&cw=1&lsw=1gum.criteo.com/sid/json?origin=preb... https://gum.criteo.com/sid/json?origin=prebid&topUrl=https%3A%2F%2Fwww.donga.com%2F&domain=www.donga.com&cw=1&lsw=1 — 200 — 372 B — 94 ms — h2https://region1.analytics.google.com/g/collect?v=2&tid=G-6Z5MY0NF20&gtm=45je64k1v9100984871z8850152863za20gzb850152863zd850152863&_p=1776898689389&_gaz=1&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=AAAAAGA&are=1&cid=2048921610.1776898694&frm=0&pscdl=noapi&rcb=12&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=0~115938465~115938468~117266400~117384406~117512542&dt=%ED%99%88%EF%BD%9C%EB%8F%99%EC%95%84%EC%9D%BC%EB%B3%B4&sid=1776898694&sct=1&seg=0&dl=https%3A%2F%2Fwww.donga.com%2F&en=page_view&_fv=1&_nsi=1&_ss=1&ep.ep_visit_channel=PC_WEB&ep.ep_ad_block_flag=false&ep.ep_contentdata_content_reload=N&up.up_login_status=N&tfd=9171region1.analytics.google.com/g/coll... https://region1.analytics.google.com/g/collect?v=2&tid=G-6Z5MY0NF20&gtm=45je64k1v9100984871z8850152863za20gzb850152863zd850152863&_p=1776898689389&_gaz=1&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=AAAAAGA&are=1&cid=2048921610.1776898694&frm=0&pscdl=noapi&rcb=12&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=0~115938465~115938468~117266400~117384406~117512542&dt=%ED%99%88%EF%BD%9C%EB%8F%99%EC%95%84%EC%9D%BC%EB%B3%B4&sid=1776898694&sct=1&seg=0&dl=https%3A%2F%2Fwww.donga.com%2F&en=page_view&_fv=1&_nsi=1&_ss=1&ep.ep_visit_channel=PC_WEB&ep.ep_ad_block_flag=false&ep.ep_contentdata_content_reload=N&up.up_login_status=N&tfd=9171 — 204 — 548 B — 82 ms — h2https://dimg.donga.com/a/592/334/90/3/wps/NEWS/IMAGE/2026/04/22/133789033.3.jpgdimg.donga.com/a/592/334/90/3/wps/N... https://dimg.donga.com/a/592/334/90/3/wps/NEWS/IMAGE/2026/04/22/133789033.3.jpg — 200 — 55.5 KiB — 283 ms — h2https://dimg.donga.com/a/592/334/90/3/carriage/NEWS/images/home_content_magazine/69e8275a2668d2738e25.jpgdimg.donga.com/a/592/334/90/3/carri... https://dimg.donga.com/a/592/334/90/3/carriage/NEWS/images/home_content_magazine/69e8275a2668d2738e25.jpg — 200 — 46.1 KiB — 278 ms — h2https://www.youtube.com/s/player/1bb6ee63/www-player.csswww.youtube.com/s/player/1bb6ee63/w... https://www.youtube.com/s/player/1bb6ee63/www-player.css — 200 — 58.0 KiB — 76 ms — h2https://www.youtube.com/s/_/ytembeds/_/ss/k=ytembeds.base.KjNKUXigSn8.L.W.O/am=AAAAAABA/d=0/br=1/rs=AGKMywGcfDhqQzIoy795kwH6kC8Q8yPf2wwww.youtube.com/s/_/ytembeds/_/ss/k... https://www.youtube.com/s/_/ytembeds/_/ss/k=ytembeds.base.KjNKUXigSn8.L.W.O/am=AAAAAABA/d=0/br=1/rs=AGKMywGcfDhqQzIoy795kwH6kC8Q8yPf2w — 200 — 45.3 KiB — 84 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 — 77 ms — h3https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.5f0apfZzpOA.2021.O/am=AAAAAABA/d=1/br=1/rs=AGKMywHzdAio_amdJjxZA_PDzRfOjLgAgQ/m=root,basewww.youtube.com/s/_/ytembeds/_/js/k... https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.5f0apfZzpOA.2021.O/am=AAAAAABA/d=1/br=1/rs=AGKMywHzdAio_amdJjxZA_PDzRfOjLgAgQ/m=root,base — 200 — 317.0 KiB — 135 ms — h2https://www.youtube.com/s/player/1bb6ee63/player_embed_es6.vflset/en_US/base.jswww.youtube.com/s/player/1bb6ee63/p... https://www.youtube.com/s/player/1bb6ee63/player_embed_es6.vflset/en_US/base.js — 200 — 436.0 KiB — 167 ms — h2https://www.youtube.com/s/player/1bb6ee63/www-player.csswww.youtube.com/s/player/1bb6ee63/w... https://www.youtube.com/s/player/1bb6ee63/www-player.css — 200 — 0 B — 36 ms — h2https://www.youtube.com/s/_/ytembeds/_/ss/k=ytembeds.base.KjNKUXigSn8.L.W.O/am=AAAAAABA/d=0/br=1/rs=AGKMywGcfDhqQzIoy795kwH6kC8Q8yPf2wwww.youtube.com/s/_/ytembeds/_/ss/k... https://www.youtube.com/s/_/ytembeds/_/ss/k=ytembeds.base.KjNKUXigSn8.L.W.O/am=AAAAAABA/d=0/br=1/rs=AGKMywGcfDhqQzIoy795kwH6kC8Q8yPf2w — 200 — 0 B — 44 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 — 0 B — 48 ms — h3https://www.youtube.com/s/player/1bb6ee63/www-player.csswww.youtube.com/s/player/1bb6ee63/w... https://www.youtube.com/s/player/1bb6ee63/www-player.css — 200 — 0 B — 24 ms — h2https://www.youtube.com/s/_/ytembeds/_/ss/k=ytembeds.base.KjNKUXigSn8.L.W.O/am=AAAAAABA/d=0/br=1/rs=AGKMywGcfDhqQzIoy795kwH6kC8Q8yPf2wwww.youtube.com/s/_/ytembeds/_/ss/k... https://www.youtube.com/s/_/ytembeds/_/ss/k=ytembeds.base.KjNKUXigSn8.L.W.O/am=AAAAAABA/d=0/br=1/rs=AGKMywGcfDhqQzIoy795kwH6kC8Q8yPf2w — 200 — 0 B — 37 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 — 0 B — 37 ms — h3https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.5f0apfZzpOA.2021.O/am=AAAAAABA/d=1/br=1/rs=AGKMywHzdAio_amdJjxZA_PDzRfOjLgAgQ/m=root,basewww.youtube.com/s/_/ytembeds/_/js/k... https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.5f0apfZzpOA.2021.O/am=AAAAAABA/d=1/br=1/rs=AGKMywHzdAio_amdJjxZA_PDzRfOjLgAgQ/m=root,base — 200 — 0 B — 93 ms — h2https://www.youtube.com/s/player/1bb6ee63/player_embed_es6.vflset/en_US/base.jswww.youtube.com/s/player/1bb6ee63/p... https://www.youtube.com/s/player/1bb6ee63/player_embed_es6.vflset/en_US/base.js — 200 — 0 B — 124 ms — h2https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.5f0apfZzpOA.2021.O/am=AAAAAABA/d=1/br=1/rs=AGKMywHzdAio_amdJjxZA_PDzRfOjLgAgQ/m=root,basewww.youtube.com/s/_/ytembeds/_/js/k... https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.5f0apfZzpOA.2021.O/am=AAAAAABA/d=1/br=1/rs=AGKMywHzdAio_amdJjxZA_PDzRfOjLgAgQ/m=root,base — 200 — 0 B — 88 ms — h2https://www.youtube.com/s/player/1bb6ee63/player_embed_es6.vflset/en_US/base.jswww.youtube.com/s/player/1bb6ee63/p... https://www.youtube.com/s/player/1bb6ee63/player_embed_es6.vflset/en_US/base.js — 200 — 0 B — 116 ms — h2https://dimg.donga.com/a/592/334/90/3/carriage/NEWS/images/home_content_magazine/69e8276c0ac5d2738e25.jpgdimg.donga.com/a/592/334/90/3/carri... https://dimg.donga.com/a/592/334/90/3/carriage/NEWS/images/home_content_magazine/69e8276c0ac5d2738e25.jpg — 200 — 46.7 KiB — 280 ms — h2https://fundingchoicesmessages.google.com/i/106061858?ers=3fundingchoicesmessages.google.com/i... https://fundingchoicesmessages.google.com/i/106061858?ers=3 — 200 — 70.1 KiB — 197 ms — h2https://dimg.donga.com/a/592/334/90/3/carriage/NEWS/images/home_content_magazine/69e8277020cad2738e25.jpgdimg.donga.com/a/592/334/90/3/carri... https://dimg.donga.com/a/592/334/90/3/carriage/NEWS/images/home_content_magazine/69e8277020cad2738e25.jpg — 200 — 33.5 KiB — 281 ms — h2https://dimg.donga.com/a/290/163/90/1/wps/NEWS/IMAGE/2026/04/10/133715402.2.jpgdimg.donga.com/a/290/163/90/1/wps/N... https://dimg.donga.com/a/290/163/90/1/wps/NEWS/IMAGE/2026/04/10/133715402.2.jpg — 200 — 18.8 KiB — 273 ms — h2https://dimg.donga.com/a/290/163/90/1/wps/NEWS/IMAGE/2026/04/10/133715386.2.jpgdimg.donga.com/a/290/163/90/1/wps/N... https://dimg.donga.com/a/290/163/90/1/wps/NEWS/IMAGE/2026/04/10/133715386.2.jpg — 200 — 16.7 KiB — 270 ms — h2https://dimg.donga.com/a/290/163/90/1/wps/NEWS/IMAGE/2026/04/10/133715363.2.jpgdimg.donga.com/a/290/163/90/1/wps/N... https://dimg.donga.com/a/290/163/90/1/wps/NEWS/IMAGE/2026/04/10/133715363.2.jpg — 200 — 11.0 KiB — 268 ms — h2https://dimg.donga.com/a/290/163/90/1/wps/NEWS/IMAGE/2026/04/10/133715336.2.jpgdimg.donga.com/a/290/163/90/1/wps/N... https://dimg.donga.com/a/290/163/90/1/wps/NEWS/IMAGE/2026/04/10/133715336.2.jpg — 200 — 22.6 KiB — 270 ms — h2https://www.google.es/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-6Z5MY0NF20&cid=2048921610.1776898694&gtm=45je64k1v9100984871z8850152863za20gzb850152863zd850152863&rcb=12&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115938465~115938468~117266400~117384406~117512542&z=476079406www.google.es/ads/ga-audiences?v=1&... https://www.google.es/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-6Z5MY0NF20&cid=2048921610.1776898694&gtm=45je64k1v9100984871z8850152863za20gzb850152863zd850152863&rcb=12&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115938465~115938468~117266400~117384406~117512542&z=476079406 — 200 — 408 B — 90 ms — h2https://securepubads.g.doubleclick.net/pagead/managed/dict/m202604210101/gptsecurepubads.g.doubleclick.net/page... https://securepubads.g.doubleclick.net/pagead/managed/dict/m202604210101/gpt — 200 — 23.0 KiB — 31 ms — h3https://stats.g.doubleclick.net/g/collect?v=2&tid=G-6Z5MY0NF20&cid=2048921610.1776898694&gtm=45je64k1v9100984871z8850152863za20gzb850152863zd850152863&rcb=12&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115938465~115938468~117266400~117384406~117512542stats.g.doubleclick.net/g/collect?v... https://stats.g.doubleclick.net/g/collect?v=2&tid=G-6Z5MY0NF20&cid=2048921610.1776898694&gtm=45je64k1v9100984871z8850152863za20gzb850152863zd850152863&rcb=12&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115938465~115938468~117266400~117384406~117512542 — 204 — 557 B — 86 ms — h2https://dimg.donga.com/a/290/163/90/1/wps/NEWS/IMAGE/2026/04/10/133715316.2.jpgdimg.donga.com/a/290/163/90/1/wps/N... https://dimg.donga.com/a/290/163/90/1/wps/NEWS/IMAGE/2026/04/10/133715316.2.jpg — 200 — 13.1 KiB — 267 ms — h2https://fundingchoicesmessages.google.com/el/AGSKWxXfVukTL2U4xMJG9ZcTD_7lyZkX5VyA7yKcddCFLv_BuibGGLUuruW-OYssY5-Orh0EVso_ihNbrRKRDxp5xeCPdmOsA9cXyJ6P7lBbF4_slOXCkRqEHbomKK5YBKLPE1uMngfF9g==fundingchoicesmessages.google.com/e... https://fundingchoicesmessages.google.com/el/AGSKWxXfVukTL2U4xMJG9ZcTD_7lyZkX5VyA7yKcddCFLv_BuibGGLUuruW-OYssY5-Orh0EVso_ihNbrRKRDxp5xeCPdmOsA9cXyJ6P7lBbF4_slOXCkRqEHbomKK5YBKLPE1uMngfF9g== — 204 — 28 B — 92 ms — h3https://fundingchoicesmessages.google.com/el/AGSKWxXfVukTL2U4xMJG9ZcTD_7lyZkX5VyA7yKcddCFLv_BuibGGLUuruW-OYssY5-Orh0EVso_ihNbrRKRDxp5xeCPdmOsA9cXyJ6P7lBbF4_slOXCkRqEHbomKK5YBKLPE1uMngfF9g==fundingchoicesmessages.google.com/e... https://fundingchoicesmessages.google.com/el/AGSKWxXfVukTL2U4xMJG9ZcTD_7lyZkX5VyA7yKcddCFLv_BuibGGLUuruW-OYssY5-Orh0EVso_ihNbrRKRDxp5xeCPdmOsA9cXyJ6P7lBbF4_slOXCkRqEHbomKK5YBKLPE1uMngfF9g== — 204 — 28 B — 83 ms — h3https://fundingchoicesmessages.google.com/el/AGSKWxXfVukTL2U4xMJG9ZcTD_7lyZkX5VyA7yKcddCFLv_BuibGGLUuruW-OYssY5-Orh0EVso_ihNbrRKRDxp5xeCPdmOsA9cXyJ6P7lBbF4_slOXCkRqEHbomKK5YBKLPE1uMngfF9g==fundingchoicesmessages.google.com/e... https://fundingchoicesmessages.google.com/el/AGSKWxXfVukTL2U4xMJG9ZcTD_7lyZkX5VyA7yKcddCFLv_BuibGGLUuruW-OYssY5-Orh0EVso_ihNbrRKRDxp5xeCPdmOsA9cXyJ6P7lBbF4_slOXCkRqEHbomKK5YBKLPE1uMngfF9g== — 204 — 28 B — 73 ms — h3https://fundingchoicesmessages.google.com/f/AGSKWxUHGvN9ILaFjc43wL-2hq317xAaDXKShy0Di6mKGS4MsG524tYcLI_ozpTSg0dqOlYFy1Z_zTZu75cQugzEQtiT0TBbTykBziWmNtB0aGy7QkFHN5Yf0IEHKl6LW7eQyxQXuJ4GAw==?fccs=W251bGwsbnVsbCxudWxsLG51bGwsbnVsbCxudWxsLFsxNzc2ODk4Njk0LDczMjAwMDAwMF0sbnVsbCxudWxsLG51bGwsW251bGwsWzddXSwiaHR0cHM6Ly93d3cuZG9uZ2EuY29tLyIsbnVsbCxbWzgsInBTSmtvMTk2SUgwIl0sWzksImVuLVVTIl0sWzE4LCJbW1tudWxsLDgzNDRdXV0iXSxbMzUsIjE3NzY4OTg2OTQiXSxbMjYsIjQiXSxbMTksIjEiXSxbMTcsIlswXSJdLFsyNCwiIl0sWzI1LCJbWzMxMDgyMjUzXV0iXSxbMjksImZhbHNlIl1dXQfundingchoicesmessages.google.com/f... https://fundingchoicesmessages.google.com/f/AGSKWxUHGvN9ILaFjc43wL-2hq317xAaDXKShy0Di6mKGS4MsG524tYcLI_ozpTSg0dqOlYFy1Z_zTZu75cQugzEQtiT0TBbTykBziWmNtB0aGy7QkFHN5Yf0IEHKl6LW7eQyxQXuJ4GAw==?fccs=W251bGwsbnVsbCxudWxsLG51bGwsbnVsbCxudWxsLFsxNzc2ODk4Njk0LDczMjAwMDAwMF0sbnVsbCxudWxsLG51bGwsW251bGwsWzddXSwiaHR0cHM6Ly93d3cuZG9uZ2EuY29tLyIsbnVsbCxbWzgsInBTSmtvMTk2SUgwIl0sWzksImVuLVVTIl0sWzE4LCJbW1tudWxsLDgzNDRdXV0iXSxbMzUsIjE3NzY4OTg2OTQiXSxbMjYsIjQiXSxbMTksIjEiXSxbMTcsIlswXSJdLFsyNCwiIl0sWzI1LCJbWzMxMDgyMjUzXV0iXSxbMjksImZhbHNlIl1dXQ — 200 — 68.3 KiB — 95 ms — h2https://dimg.donga.com/a/290/163/90/1/wps/NEWS/IMAGE/2026/04/10/133715301.2.jpgdimg.donga.com/a/290/163/90/1/wps/N... https://dimg.donga.com/a/290/163/90/1/wps/NEWS/IMAGE/2026/04/10/133715301.2.jpg — 200 — 17.4 KiB — 268 ms — h2https://dimg.donga.com/a/290/163/90/1/wps/NEWS/IMAGE/2026/04/10/133715275.2.jpgdimg.donga.com/a/290/163/90/1/wps/N... https://dimg.donga.com/a/290/163/90/1/wps/NEWS/IMAGE/2026/04/10/133715275.2.jpg — 200 — 15.7 KiB — 268 ms — h2https://dimg.donga.com/a/290/163/90/1/wps/NEWS/IMAGE/2026/04/10/133715257.2.jpgdimg.donga.com/a/290/163/90/1/wps/N... https://dimg.donga.com/a/290/163/90/1/wps/NEWS/IMAGE/2026/04/10/133715257.2.jpg — 200 — 15.2 KiB — 267 ms — h2https://dimg.donga.com/a/290/163/90/1/wps/NEWS/IMAGE/2026/04/10/133715225.2.jpgdimg.donga.com/a/290/163/90/1/wps/N... https://dimg.donga.com/a/290/163/90/1/wps/NEWS/IMAGE/2026/04/10/133715225.2.jpg — 200 — 15.9 KiB — 268 ms — h2https://dimg.donga.com/a/290/163/90/1/wps/NEWS/IMAGE/2026/04/10/133715206.2.jpgdimg.donga.com/a/290/163/90/1/wps/N... https://dimg.donga.com/a/290/163/90/1/wps/NEWS/IMAGE/2026/04/10/133715206.2.jpg — 200 — 15.6 KiB — 268 ms — h2https://fonts.googleapis.com/css?family=Archivo:400,500|Arimo:400,500|Bitter:400,500|EB+Garamond:400,500|Lato|Libre+Baskervill|Libre+Franklin:400,500|Lora:400,500|Google+Sans:regular,medium:400,500|Material+Icons|Google+Symbols|Merriweather|Montserrat:400,500|Mukta:400,500|Muli:400,500|Nunito:400,500|Open+Sans:400,500,600|Open+Sans+Condensed:400,600|Oswald:500|Playfair+Display:400,500|Poppins:400,500|Raleway:400,500|Roboto:400,500|Roboto+Condensed:400,500|Roboto+Slab:400,500|Slabo+27px|Source+Sans+Pro|Ubuntu:400,500|Volkhov&display=swapfonts.googleapis.com/css?family=Arc... https://fonts.googleapis.com/css?family=Archivo:400,500|Arimo:400,500|Bitter:400,500|EB+Garamond:400,500|Lato|Libre+Baskervill|Libre+Franklin:400,500|Lora:400,500|Google+Sans:regular,medium:400,500|Material+Icons|Google+Symbols|Merriweather|Montserrat:400,500|Mukta:400,500|Muli:400,500|Nunito:400,500|Open+Sans:400,500,600|Open+Sans+Condensed:400,600|Oswald:500|Playfair+Display:400,500|Poppins:400,500|Raleway:400,500|Roboto:400,500|Roboto+Condensed:400,500|Roboto+Slab:400,500|Slabo+27px|Source+Sans+Pro|Ubuntu:400,500|Volkhov&display=swap — 200 — 6.6 KiB — 96 ms — h2https://lh3.googleusercontent.com/t8uG-MEER22YL5Gwcw1mIxoN9K-VQqisrYRRsPUcsCKpuSi1QwxAbkTPgZJVAqvr2-WB3-iJHpEhAyfLNNxGcG9h_Uzfc2cDVRFVgC0RL71RTxNjSTEkkA=h60lh3.googleusercontent.com/t8uG-MEER... https://lh3.googleusercontent.com/t8uG-MEER22YL5Gwcw1mIxoN9K-VQqisrYRRsPUcsCKpuSi1QwxAbkTPgZJVAqvr2-WB3-iJHpEhAyfLNNxGcG9h_Uzfc2cDVRFVgC0RL71RTxNjSTEkkA=h60 — 200 — 5.6 KiB — 88 ms — h2https://fundingchoicesmessages.google.com/el/AGSKWxXfVukTL2U4xMJG9ZcTD_7lyZkX5VyA7yKcddCFLv_BuibGGLUuruW-OYssY5-Orh0EVso_ihNbrRKRDxp5xeCPdmOsA9cXyJ6P7lBbF4_slOXCkRqEHbomKK5YBKLPE1uMngfF9g==fundingchoicesmessages.google.com/e... https://fundingchoicesmessages.google.com/el/AGSKWxXfVukTL2U4xMJG9ZcTD_7lyZkX5VyA7yKcddCFLv_BuibGGLUuruW-OYssY5-Orh0EVso_ihNbrRKRDxp5xeCPdmOsA9cXyJ6P7lBbF4_slOXCkRqEHbomKK5YBKLPE1uMngfF9g== — 204 — 28 B — 35 ms — h3https://fundingchoicesmessages.google.com/el/AGSKWxXfVukTL2U4xMJG9ZcTD_7lyZkX5VyA7yKcddCFLv_BuibGGLUuruW-OYssY5-Orh0EVso_ihNbrRKRDxp5xeCPdmOsA9cXyJ6P7lBbF4_slOXCkRqEHbomKK5YBKLPE1uMngfF9g==fundingchoicesmessages.google.com/e... https://fundingchoicesmessages.google.com/el/AGSKWxXfVukTL2U4xMJG9ZcTD_7lyZkX5VyA7yKcddCFLv_BuibGGLUuruW-OYssY5-Orh0EVso_ihNbrRKRDxp5xeCPdmOsA9cXyJ6P7lBbF4_slOXCkRqEHbomKK5YBKLPE1uMngfF9g== — 204 — 28 B — 39 ms — h3https://fundingchoicesmessages.google.com/el/AGSKWxXfVukTL2U4xMJG9ZcTD_7lyZkX5VyA7yKcddCFLv_BuibGGLUuruW-OYssY5-Orh0EVso_ihNbrRKRDxp5xeCPdmOsA9cXyJ6P7lBbF4_slOXCkRqEHbomKK5YBKLPE1uMngfF9g==fundingchoicesmessages.google.com/e... https://fundingchoicesmessages.google.com/el/AGSKWxXfVukTL2U4xMJG9ZcTD_7lyZkX5VyA7yKcddCFLv_BuibGGLUuruW-OYssY5-Orh0EVso_ihNbrRKRDxp5xeCPdmOsA9cXyJ6P7lBbF4_slOXCkRqEHbomKK5YBKLPE1uMngfF9g== — 204 — 28 B — 36 ms — h3https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2fonts.gstatic.com/s/opensans/v40/me... https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2 — 200 — 42.1 KiB — 88 ms — h3https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.jspagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js — 200 — 54.1 KiB — 128 ms — h3https://dimg.donga.com/a/290/163/90/1/wps/NEWS/IMAGE/2026/04/10/133715186.2.jpgdimg.donga.com/a/290/163/90/1/wps/N... https://dimg.donga.com/a/290/163/90/1/wps/NEWS/IMAGE/2026/04/10/133715186.2.jpg — 200 — 16.9 KiB — 268 ms — h2https://dimg.donga.com/a/290/163/90/1/wps/NEWS/IMAGE/2026/04/10/133715175.2.jpgdimg.donga.com/a/290/163/90/1/wps/N... https://dimg.donga.com/a/290/163/90/1/wps/NEWS/IMAGE/2026/04/10/133715175.2.jpg — 200 — 17.3 KiB — 268 ms — h2https://dimg.donga.com/a/290/163/90/1/wps/NEWS/IMAGE/2026/04/10/133715164.2.jpgdimg.donga.com/a/290/163/90/1/wps/N... https://dimg.donga.com/a/290/163/90/1/wps/NEWS/IMAGE/2026/04/10/133715164.2.jpg — 200 — 13.2 KiB — 266 ms — h2https://dimg.donga.com/a/290/163/90/1/wps/NEWS/IMAGE/2026/04/10/133715137.2.jpgdimg.donga.com/a/290/163/90/1/wps/N... https://dimg.donga.com/a/290/163/90/1/wps/NEWS/IMAGE/2026/04/10/133715137.2.jpg — 200 — 17.9 KiB — 267 ms — h2https://pagead2.googlesyndication.com/pagead/managed/js/adsense/m202604200101/show_ads_impl_fy2021.js?bust=31098019pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/managed/js/adsense/m202604200101/show_ads_impl_fy2021.js?bust=31098019 — 200 — 177.5 KiB — 70 ms — h3https://yellow.contentsfeed.com/RealMedia/ads/adstream_jx.ads/www.donga.com/main@Frame1yellow.contentsfeed.com/RealMedia/a... https://yellow.contentsfeed.com/RealMedia/ads/adstream_jx.ads/www.donga.com/main@Frame1 — 200 — 815 B — 292 ms — http/1.1https://dimg.donga.com/a/290/163/90/1/wps/NEWS/IMAGE/2026/04/10/133715110.2.jpgdimg.donga.com/a/290/163/90/1/wps/N... https://dimg.donga.com/a/290/163/90/1/wps/NEWS/IMAGE/2026/04/10/133715110.2.jpg — 200 — 20.4 KiB — 270 ms — h2https://dimg.donga.com/a/290/163/90/1/wps/NEWS/IMAGE/2026/04/10/133715098.2.jpgdimg.donga.com/a/290/163/90/1/wps/N... https://dimg.donga.com/a/290/163/90/1/wps/NEWS/IMAGE/2026/04/10/133715098.2.jpg — 200 — 24.7 KiB — 271 ms — h2https://dimg.donga.com/a/290/163/90/1/wps/NEWS/IMAGE/2026/04/10/133715073.2.jpgdimg.donga.com/a/290/163/90/1/wps/N... https://dimg.donga.com/a/290/163/90/1/wps/NEWS/IMAGE/2026/04/10/133715073.2.jpg — 200 — 12.3 KiB — 266 ms — h2https://dimg.donga.com/a/290/163/90/1/wps/NEWS/IMAGE/2026/04/10/133715054.2.jpgdimg.donga.com/a/290/163/90/1/wps/N... https://dimg.donga.com/a/290/163/90/1/wps/NEWS/IMAGE/2026/04/10/133715054.2.jpg — 200 — 17.8 KiB — 268 ms — h2https://googleads.g.doubleclick.net/pagead/idgoogleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/id — 302 — 23 B — 274 ms — h3https://static.doubleclick.net/instream/ad_status.jsstatic.doubleclick.net/instream/ad_... https://static.doubleclick.net/instream/ad_status.js — 200 — 495 B — 84 ms — h2https://dimg.donga.com/a/290/163/90/1/wps/NEWS/IMAGE/2026/04/10/133715025.2.jpgdimg.donga.com/a/290/163/90/1/wps/N... https://dimg.donga.com/a/290/163/90/1/wps/NEWS/IMAGE/2026/04/10/133715025.2.jpg — 200 — 19.6 KiB — 268 ms — h2https://googleads.g.doubleclick.net/pagead/idgoogleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/id — 302 — 23 B — 253 ms — h3https://dimg.donga.com/a/290/163/90/1/wps/NEWS/IMAGE/2026/04/10/133714952.2.jpgdimg.donga.com/a/290/163/90/1/wps/N... https://dimg.donga.com/a/290/163/90/1/wps/NEWS/IMAGE/2026/04/10/133714952.2.jpg — 200 — 13.2 KiB — 266 ms — h2https://static.doubleclick.net/instream/ad_status.jsstatic.doubleclick.net/instream/ad_... https://static.doubleclick.net/instream/ad_status.js — 200 — 0 B — 64 ms — h2https://googleads.g.doubleclick.net/pagead/idgoogleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/id — 302 — 23 B — 239 ms — h3https://static.doubleclick.net/instream/ad_status.jsstatic.doubleclick.net/instream/ad_... https://static.doubleclick.net/instream/ad_status.js — 200 — 0 B — 51 ms — h2https://dimg.donga.com/a/290/163/90/1/wps/NEWS/IMAGE/2026/04/10/133714937.2.jpgdimg.donga.com/a/290/163/90/1/wps/N... https://dimg.donga.com/a/290/163/90/1/wps/NEWS/IMAGE/2026/04/10/133714937.2.jpg — 200 — 19.4 KiB — 268 ms — h2https://image.donga.com/adma/donga/260417_hanwoo_300250.jpgimage.donga.com/adma/donga/260417_h... https://image.donga.com/adma/donga/260417_hanwoo_300250.jpg — 200 — 36.9 KiB — 274 ms — h2https://yellow.contentsfeed.com/RealMedia/ads/adstream_jx.ads/www.donga.com/main@x13yellow.contentsfeed.com/RealMedia/a... https://yellow.contentsfeed.com/RealMedia/ads/adstream_jx.ads/www.donga.com/main@x13 — 200 — 918 B — 838 ms — http/1.1https://dimg.donga.com/a/290/163/90/1/wps/NEWS/IMAGE/2026/04/10/133714923.2.jpgdimg.donga.com/a/290/163/90/1/wps/N... https://dimg.donga.com/a/290/163/90/1/wps/NEWS/IMAGE/2026/04/10/133714923.2.jpg — 200 — 20.8 KiB — 268 ms — h2https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.5f0apfZzpOA.2021.O/am=AAAAAABA/d=1/exm=base,root/ed=1/br=1/rs=AGKMywHzdAio_amdJjxZA_PDzRfOjLgAgQ/m=OtKSJewww.youtube.com/s/_/ytembeds/_/js/k... https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.5f0apfZzpOA.2021.O/am=AAAAAABA/d=1/exm=base,root/ed=1/br=1/rs=AGKMywHzdAio_amdJjxZA_PDzRfOjLgAgQ/m=OtKSJe — 200 — 158 B — 30 ms — h3https://i.ytimg.com/vi/8tYIrKDLWVs/sddefault.jpg?sqp=-oaymwEmCIAFEOAD8quKqQMa8AEB-AG2CIACgA-KAgwIABABGBMgOSh_MA8=&rs=AOn4CLBsE2RI6a6NLopTZ_L6W2pIHvdxzAi.ytimg.com/vi/8tYIrKDLWVs/sddefaul... https://i.ytimg.com/vi/8tYIrKDLWVs/sddefault.jpg?sqp=-oaymwEmCIAFEOAD8quKqQMa8AEB-AG2CIACgA-KAgwIABABGBMgOSh_MA8=&rs=AOn4CLBsE2RI6a6NLopTZ_L6W2pIHvdxzA — 200 — 18.1 KiB — 93 ms — h2https://dimg.donga.com/a/290/163/90/1/wps/NEWS/IMAGE/2026/04/10/133714907.2.jpgdimg.donga.com/a/290/163/90/1/wps/N... https://dimg.donga.com/a/290/163/90/1/wps/NEWS/IMAGE/2026/04/10/133714907.2.jpg — 200 — 12.3 KiB — 266 ms — h2https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.5f0apfZzpOA.2021.O/am=AAAAAABA/d=1/exm=base,root/ed=1/br=1/rs=AGKMywHzdAio_amdJjxZA_PDzRfOjLgAgQ/m=OtKSJewww.youtube.com/s/_/ytembeds/_/js/k... https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.5f0apfZzpOA.2021.O/am=AAAAAABA/d=1/exm=base,root/ed=1/br=1/rs=AGKMywHzdAio_amdJjxZA_PDzRfOjLgAgQ/m=OtKSJe — 200 — 0 B — 2 ms — h3https://i.ytimg.com/vi/uB4SL2uH4uU/sddefault.jpg?sqp=-oaymwEoCIAFEOAD8quKqQMcGADwAQH4AbYIgAKAD4oCDAgAEAEYYyBlKE8wDw==&rs=AOn4CLDHhTPPQ8IFvEd-0Rdizi1mr0dGcgi.ytimg.com/vi/uB4SL2uH4uU/sddefaul... https://i.ytimg.com/vi/uB4SL2uH4uU/sddefault.jpg?sqp=-oaymwEoCIAFEOAD8quKqQMcGADwAQH4AbYIgAKAD4oCDAgAEAEYYyBlKE8wDw==&rs=AOn4CLDHhTPPQ8IFvEd-0Rdizi1mr0dGcg — 200 — 28.0 KiB — 60 ms — h2https://dimg.donga.com/a/290/163/90/1/wps/NEWS/IMAGE/2026/04/10/133714885.2.jpgdimg.donga.com/a/290/163/90/1/wps/N... https://dimg.donga.com/a/290/163/90/1/wps/NEWS/IMAGE/2026/04/10/133714885.2.jpg — 200 — 31.6 KiB — 273 ms — h2https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.5f0apfZzpOA.2021.O/am=AAAAAABA/d=1/exm=base,root/ed=1/br=1/rs=AGKMywHzdAio_amdJjxZA_PDzRfOjLgAgQ/m=OtKSJewww.youtube.com/s/_/ytembeds/_/js/k... https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.5f0apfZzpOA.2021.O/am=AAAAAABA/d=1/exm=base,root/ed=1/br=1/rs=AGKMywHzdAio_amdJjxZA_PDzRfOjLgAgQ/m=OtKSJe — 200 — 0 B — 2 ms — h3https://i.ytimg.com/vi/HuHijdax50w/sddefault.jpg?sqp=-oaymwEmCIAFEOAD8quKqQMa8AEB-AG2CIACgA-KAgwIABABGBMgOSh_MA8=&rs=AOn4CLANDG-fn2TCVoexFx50_r8_JLdDzQi.ytimg.com/vi/HuHijdax50w/sddefaul... https://i.ytimg.com/vi/HuHijdax50w/sddefault.jpg?sqp=-oaymwEmCIAFEOAD8quKqQMa8AEB-AG2CIACgA-KAgwIABABGBMgOSh_MA8=&rs=AOn4CLANDG-fn2TCVoexFx50_r8_JLdDzQ — 200 — 23.0 KiB — 38 ms — h2https://googleads.g.doubleclick.net/pagead/id?slf_rd=1googleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/id?slf_rd=1 — 200 — 146 B — 30 ms — h3https://googleads.g.doubleclick.net/pagead/id?slf_rd=1googleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/id?slf_rd=1 — 200 — 146 B — 59 ms — h3https://googleads.g.doubleclick.net/pagead/id?slf_rd=1googleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/id?slf_rd=1 — 200 — 146 B — 88 ms — h3https://dimg.donga.com/a/290/163/90/1/wps/NEWS/IMAGE/2026/04/10/133714866.2.jpgdimg.donga.com/a/290/163/90/1/wps/N... https://dimg.donga.com/a/290/163/90/1/wps/NEWS/IMAGE/2026/04/10/133714866.2.jpg — 200 — 17.4 KiB — 268 ms — h2https://dimg.donga.com/a/290/163/90/1/wps/NEWS/IMAGE/2026/04/10/133714814.2.jpgdimg.donga.com/a/290/163/90/1/wps/N... https://dimg.donga.com/a/290/163/90/1/wps/NEWS/IMAGE/2026/04/10/133714814.2.jpg — 200 — 20.1 KiB — 269 ms — h2https://dimg.donga.com/a/274/154/90/3/egc/CDB/VODA/Article/CA3/WPGD0000047/CA3_000003014403878.jpgdimg.donga.com/a/274/154/90/3/egc/C... https://dimg.donga.com/a/274/154/90/3/egc/CDB/VODA/Article/CA3/WPGD0000047/CA3_000003014403878.jpg — 200 — 18.9 KiB — 268 ms — h2https://dimg.donga.com/a/274/154/90/3/egc/CDB/VODA/Article/CA3/WPGD0000047/CA3_000003014388679.jpgdimg.donga.com/a/274/154/90/3/egc/C... https://dimg.donga.com/a/274/154/90/3/egc/CDB/VODA/Article/CA3/WPGD0000047/CA3_000003014388679.jpg — 200 — 18.8 KiB — 268 ms — h2https://pagead2.googlesyndication.com/pagead/ping?e=1pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/ping?e=1 — 204 — 20 B — 58 ms — h3https://dimg.donga.com/a/274/154/90/3/egc/CDB/VODA/Article/CA1/WPG2250286D/CA1_000003014657439.pngdimg.donga.com/a/274/154/90/3/egc/C... https://dimg.donga.com/a/274/154/90/3/egc/CDB/VODA/Article/CA1/WPG2250286D/CA1_000003014657439.png — 200 — 86.9 KiB — 292 ms — h2https://www.google.com/js/th/qKGyavTtqsN8WEgkipKf66gOrjuRyzmwbl6TXabwSno.jswww.google.com/js/th/qKGyavTtqsN8WE... https://www.google.com/js/th/qKGyavTtqsN8WEgkipKf66gOrjuRyzmwbl6TXabwSno.js — 200 — 23.2 KiB — 61 ms — h3https://dimg.donga.com/a/274/154/90/3/egc/CDB/VODA/Article/M01/A000002565/M01_TZ202604163342804.jpgdimg.donga.com/a/274/154/90/3/egc/C... https://dimg.donga.com/a/274/154/90/3/egc/CDB/VODA/Article/M01/A000002565/M01_TZ202604163342804.jpg — 200 — 21.9 KiB — 269 ms — h2https://www.google.com/js/th/qKGyavTtqsN8WEgkipKf66gOrjuRyzmwbl6TXabwSno.jswww.google.com/js/th/qKGyavTtqsN8WE... https://www.google.com/js/th/qKGyavTtqsN8WEgkipKf66gOrjuRyzmwbl6TXabwSno.js — 200 — 0 B — 36 ms — h3https://dimg.donga.com/a/274/154/90/3/egc/CDB/VODA/Article/J01/PR10011507/J01_VO10917541875.jpgdimg.donga.com/a/274/154/90/3/egc/C... https://dimg.donga.com/a/274/154/90/3/egc/CDB/VODA/Article/J01/PR10011507/J01_VO10917541875.jpg — 200 — 28.6 KiB — 275 ms — h2https://www.google.com/js/th/qKGyavTtqsN8WEgkipKf66gOrjuRyzmwbl6TXabwSno.jswww.google.com/js/th/qKGyavTtqsN8WE... https://www.google.com/js/th/qKGyavTtqsN8WEgkipKf66gOrjuRyzmwbl6TXabwSno.js — 200 — 0 B — 27 ms — h3https://dimg.donga.com/a/274/154/90/3/egc/CDB/VODA/Article/CS1/C202500201/CS1_711925642.jpgdimg.donga.com/a/274/154/90/3/egc/C... https://dimg.donga.com/a/274/154/90/3/egc/CDB/VODA/Article/CS1/C202500201/CS1_711925642.jpg — 200 — 23.9 KiB — 270 ms — h2https://dimg.donga.com/carriage/NEWS/images/home_notice_banners/662b427e1ac4d2738241.jpgdimg.donga.com/carriage/NEWS/images... https://dimg.donga.com/carriage/NEWS/images/home_notice_banners/662b427e1ac4d2738241.jpg — 200 — 21.2 KiB — 269 ms — h2https://www.youtube.com/generate_204?ZfVYQAwww.youtube.com/generate_204?ZfVYQA https://www.youtube.com/generate_204?ZfVYQA — 204 — 10 B — 29 ms — h3https://www.youtube.com/generate_204?44B1YQwww.youtube.com/generate_204?44B1YQ https://www.youtube.com/generate_204?44B1YQ — 204 — 10 B — 28 ms — h3https://www.youtube.com/generate_204?tMmCBwwww.youtube.com/generate_204?tMmCBw https://www.youtube.com/generate_204?tMmCBw — 204 — 10 B — 28 ms — h3https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateITjnn-pa.googleapis.com/$rpc/google.i... https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateIT — 200 — 0 B — 89 ms — h2https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateITjnn-pa.googleapis.com/$rpc/google.i... https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateIT — 200 — 0 B — 60 ms — h2https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateITjnn-pa.googleapis.com/$rpc/google.i... https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateIT — 200 — 0 B — 46 ms — h2https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateITjnn-pa.googleapis.com/$rpc/google.i... https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateIT — 200 — 312 B — 36 ms — h2https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateITjnn-pa.googleapis.com/$rpc/google.i... https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateIT — 200 — 189 B — 39 ms — h2https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateITjnn-pa.googleapis.com/$rpc/google.i... https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateIT — 200 — 189 B — 37 ms — h2https://image.donga.com/adma/donga/250331_soil_300150.jpgimage.donga.com/adma/donga/250331_s... https://image.donga.com/adma/donga/250331_soil_300150.jpg — 200 — 16.9 KiB — 268 ms — h2https://yellow.contentsfeed.com/RealMedia/ads/adstream_jx.ads/www.donga.com/main@Position3yellow.contentsfeed.com/RealMedia/a... https://yellow.contentsfeed.com/RealMedia/ads/adstream_jx.ads/www.donga.com/main@Position3 — 200 — 809 B — 591 ms — http/1.1https://yellow.contentsfeed.com/RealMedia/ads/adstream_jx.ads/www.donga.com/main@x12yellow.contentsfeed.com/RealMedia/a... https://yellow.contentsfeed.com/RealMedia/ads/adstream_jx.ads/www.donga.com/main@x12 — 200 — 803 B — 549 ms — http/1.1https://yellow.contentsfeed.com/RealMedia/ads/adstream_jx.ads/www.donga.com/main@x03yellow.contentsfeed.com/RealMedia/a... https://yellow.contentsfeed.com/RealMedia/ads/adstream_jx.ads/www.donga.com/main@x03 — 200 — 802 B — 890 ms — http/1.1https://www.youtube.com/youtubei/v1/log_event?alt=jsonwww.youtube.com/youtubei/v1/log_eve... https://www.youtube.com/youtubei/v1/log_event?alt=json — 200 — 50 B — 34 ms — h3https://www.youtube.com/youtubei/v1/log_event?alt=jsonwww.youtube.com/youtubei/v1/log_eve... https://www.youtube.com/youtubei/v1/log_event?alt=json — 200 — 50 B — 35 ms — h3https://www.youtube.com/youtubei/v1/log_event?alt=jsonwww.youtube.com/youtubei/v1/log_eve... https://www.youtube.com/youtubei/v1/log_event?alt=json — 200 — 50 B — 35 ms — h3https://www.donga.com/favicon.icowww.donga.com/favicon.ico https://www.donga.com/favicon.ico — 200 — 1.1 KiB — 891 ms — http/1.1
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
100% of JavaScript execution is third-party
First-party Third-party 1798ms · 742KB · ₩7097/mo
www.donga.com
Other
Costly
Execution 703ms
Transfer 33 KB
Monthly Cost ₩2775/mo
image.donga.com
Other
Costly
Execution 331ms
Transfer 46 KB
Unused 56%
Monthly Cost ₩1307/mo
Unattributable
Other
Costly
Execution 235ms
Transfer 0 KB
Monthly Cost ₩927/mo
securepubads.g.doubleclick.net
Other
Costly
Execution 109ms
Transfer 188 KB
Unused 69%
Monthly Cost ₩430/mo
image.donga.com
Other
Costly
Execution 95ms
Transfer 6 KB
Monthly Cost ₩373/mo
fundingchoicesmessages.google.com
Other
Costly
Execution 84ms
Transfer 68 KB
Monthly Cost ₩330/mo
fundingchoicesmessages.google.com
Other
Costly
Execution 68ms
Transfer 70 KB
Unused 53%
Monthly Cost ₩269/mo
anymind360.com
Other
Costly
Execution 62ms
Transfer 162 KB
Unused 76%
Monthly Cost ₩246/mo
Google Tag Manager
Tag Manager
Costly
Execution 59ms
Transfer 159 KB
Unused 41%
Monthly Cost ₩231/mo
www.youtube.com
Other
Costly
Execution 53ms
Transfer 11 KB
Monthly Cost ₩208/mo

These scripts may cost more than they're worth

  • www.donga.com adds 703ms and costs ~₩2775/month
  • image.donga.com adds 331ms and costs ~₩1307/month
  • Unattributable adds 235ms and costs ~₩927/month
  • securepubads.g.doubleclick.net adds 109ms and costs ~₩430/month
  • image.donga.com adds 95ms and costs ~₩373/month
  • fundingchoicesmessages.google.com adds 84ms and costs ~₩330/month
  • fundingchoicesmessages.google.com adds 68ms and costs ~₩269/month
  • anymind360.com adds 62ms and costs ~₩246/month
  • Google Tag Manager adds 59ms and costs ~₩231/month
  • www.youtube.com adds 53ms and costs ~₩208/month

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

Why this matters

When third-party JS execution time exceeds your own, performance gains from frontend work are capped by code you don't own.

Learn more

Every millisecond of third-party JS competes with your own for main-thread time. If their share is bigger than yours, optimization on your code base barely moves the needle. Audit, defer, or remove third-parties before further frontend optimization. Use Lighthouse's third-party audit to identify the worst offenders.

Source: web.dev

www.donga.com takes 703ms 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

image.donga.com takes 331ms 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

56% of image.donga.com's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

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

securepubads.g.doubleclick.net takes 109ms 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

69% of securepubads.g.doubleclick.net's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

image.donga.com takes 95ms 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

fundingchoicesmessages.google.com takes 84ms 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

fundingchoicesmessages.google.com takes 68ms 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

53% of fundingchoicesmessages.google.com's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

anymind360.com takes 62ms 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

76% of anymind360.com's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

Google Tag Manager takes 59ms 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

www.youtube.com takes 53ms 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