Skip to content
https://clickn.co.kr

Performance

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

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

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

6.96 s

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

34.99 s

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

1.70 s

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

0.034

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

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

85.86 s

Page Load Progression

1.9 s
3.8 s
5.7 s
7.6 s
9.5 s
11.5 s
13.4 s
15.3 s
Checks
17
7 PASS 2 REVIEW 6 FIX
F
Page Weight Budget
Action
28.7 MB transferred, 240 requests
FIX
28.7 MB transferred, 240 requests
Critical::
Page weighs 31.2 MB (28.7 MB transferred)
Warning::
Images are 21.7 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 21.7 MB
Info::
Fonts are 3.0 MB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 3.0 MB
Warning::
JavaScript is 1.7 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.7 MB
Info::
CSS is 538 KB — consider purging unused styles
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
Got: 538 KB
Warning::
240 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 6.0 g CO2 per page load
28.7 MB / 2.4 MB budget
28.7 MB transferred
240 requests
6.0 g CO2 per page load
Images 21.7 MiB 75%
Fonts 3.0 MiB 11%
Other 1.7 MiB 6%
JavaScript 1.7 MiB 6%
CSS 538.0 KiB 2%
HTML 70.5 KiB 0%
Other 22.9 KiB 0%
Other 4.4 KiB 0%
Other 2.6 KiB 0%
Other 1.3 KiB 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

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

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

Why this matters

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

Source: web.dev

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

Why this matters

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

Source: web.dev

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

Why this matters

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

Source: web.dev

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 (28.7 MiB of 28.7 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Execution Cost
Action
25180ms total JS execution
FIX
25180ms total JS execution
Warning::
https://www.clickn.co.kr/: 12614ms CPU time
Warning::
Unattributable: 4430ms CPU time
Warning::
https://www.clickn.co.kr/vendor/swiper/4.5.0/swipe...: 1656ms CPU time
Warning::
https://scripts.clarity.ms/0.8.60-beta/clarity.js: 1439ms CPU time
Warning::
https://www.clickn.co.kr/vendor/jquery/1.12.4/jque...: 949ms CPU time
Warning::
Third-party scripts: 25180ms (100% of total)

Main Thread Breakdown

Other 33% Script Evaluation 30% Style & Layout 22% Rendering 12%
ScriptTotalScriptingParse/CompileParty
https://www.clickn.co.kr/12614ms163ms7ms3rd
Unattributable4430ms74ms0ms3rd
https://www.clickn.co.kr/vendor/swiper/4.5.0/swiper.min.js1656ms1396ms13ms3rd
https://scripts.clarity.ms/0.8.60-beta/clarity.js1439ms396ms7ms3rd
https://www.clickn.co.kr/vendor/jquery/1.12.4/jquery.min.js949ms631ms42ms3rd
https://cdn.channel.io/plugin/ch-plugin-core.a96340d2.vendor.js863ms686ms60ms3rd
https://cdn.channel.io/plugin/ch-plugin-core-20260416214757.js534ms481ms52ms3rd
https://www.clickn.co.kr/vendor/swiper/swiper-bundle.min.js532ms384ms14ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-PFMNNM7526ms453ms57ms3rd
https://www.googletagmanager.com/gtag/js?id=G-BJ43PW99PN&cx=c&gtm=4e64k0457ms385ms67ms3rd

Showing top 10 of 17 scripts

F
JS Bundles
Action
28 scripts, 915 KB unused
FIX
28 scripts, 915 KB unused
Warning::
https://www.clickn.co.kr/vendor/jquery/ui/jquery-u...: 221 KB unused (89%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.clickn.co.kr/js/slick.js: 80 KB unused (94%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.clickn.co.kr/js/slick.js: unminified — 34 KB could be saved
Warning::
https://cdn.channel.io/plugin/ch-plugin-core.a9634...: 76 KB unused (46%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.clickn.co.kr/vendor/swiper/swiper-bund...: 74 KB unused (54%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-PFM...: 68 KB unused (43%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 915 KB
915 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.clickn.co.kr/vendor/jquery/ui/jquery-ui.min.js248 KB221 KB (89%)3rd
https://www.clickn.co.kr/js/slick.js85 KB80 KB (94%)3rd
https://cdn.channel.io/plugin/ch-plugin-core.a96340d2.vendor.js165 KB76 KB (46%)3rd
https://www.clickn.co.kr/vendor/swiper/swiper-bundle.min.js137 KB74 KB (54%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-PFMNNM7159 KB68 KB (43%)3rd
https://www.googletagmanager.com/gtag/js?id=G-BJ43PW99PN&cx=c&gtm=4e64k0173 KB66 KB (38%)3rd
https://www.clickn.co.kr/vendor/swiper/4.5.0/swiper.min.js125 KB64 KB (51%)3rd
https://cdn.channel.io/plugin/ch-plugin-core.6369d473.vendor-common.js64 KB59 KB (94%)3rd
https://www.clickn.co.kr/vendor/jquery/1.12.4/jquery.min.js95 KB57 KB (60%)3rd
https://cdn.channel.io/plugin/ch-plugin-core-20260416214757.js116 KB49 KB (44%)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
240 resources · 28.7 MB · 915 KB savings available
FIX
240 resources · 28.7 MB · 915 KB savings available
Warning::
Page weight 27.7 MB over 1MB target
Got: 28.7 MB Expected: ≤ 1 MB
Info::
~915 KB of savings available
Warning::
239 third-party resources (100% of weight)
Info::
42 resources over 200KB
240 resources · 28.7 MiB · 239 third-party 27.7 MiB over 1MB target
Image 75% · 21.7 MiB
Font 11% · 3.0 MiB
Media 6% · 1.7 MiB
JavaScript 6% · 1.7 MiB
CSS 2% · 538.0 KiB
Document 0% · 70.7 KiB
Other 0% · 29.9 KiB

~914.5 KiB of savings available

Remove unused JavaScript: 914.5 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
169 images, 0 KB saveable
REVIEW
169 images, 0 KB saveable
Warning::
https://www.clickn.co.kr/images/common/icon_kakao.... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.clickn.co.kr/images/banner/quick/20251... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.clickn.co.kr/images/banner/quick/20260... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://resource.clickn.co.kr/storage/234647852 is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://resource.clickn.co.kr/storage/901048535 is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://resource.clickn.co.kr/storage/889964688 is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://resource.clickn.co.kr/storage/1123212458 is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://resource.clickn.co.kr/storage/1193279892 is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://resource.clickn.co.kr/storage/1573023675 is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://resource.clickn.co.kr/storage/2011304709 is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://resource.clickn.co.kr/storage/822518765 is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://resource.clickn.co.kr/storage/1584518309 is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://resource.clickn.co.kr/storage/554356924 is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://resource.clickn.co.kr/storage/1439299536 is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://resource.clickn.co.kr/storage/293766863 is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://resource.clickn.co.kr/storage/617415741 is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://resource.clickn.co.kr/storage/2102873780 is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://resource.clickn.co.kr/storage/2078750760 is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://resource.clickn.co.kr/storage/1651964488 is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://resource.clickn.co.kr/storage/530221616 is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://resource.clickn.co.kr/storage/326282587 is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://resource.clickn.co.kr/storage/1789490261 is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://resource.clickn.co.kr/storage/2014337135 is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://resource.clickn.co.kr/storage/1497193112 is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.clickn.co.kr/images/common/icon_blog.s... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://resource.clickn.co.kr/storage/1943916130 is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://resource.clickn.co.kr/storage/1553023092 is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://resource.clickn.co.kr/storage/460015046 is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://resource.clickn.co.kr/storage/238265878 is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://resource.clickn.co.kr/storage/22385751 is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://resource.clickn.co.kr/storage/2081778962 is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://resource.clickn.co.kr/storage/1719340907 is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://resource.clickn.co.kr/storage/1876474047 is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://resource.clickn.co.kr/storage/1722035890 is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://resource.clickn.co.kr/storage/1857001848 is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://resource.clickn.co.kr/storage/968441338 is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.clickn.co.kr/images/banner/quick/20260... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://resource.clickn.co.kr/storage/156110018 is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://resource.clickn.co.kr/storage/664593654 is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://resource.clickn.co.kr/storage/1485585233 is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://resource.clickn.co.kr/storage/392572963 is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://resource.clickn.co.kr/storage/597680083 is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://resource.clickn.co.kr/storage/684861920 is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://resource.clickn.co.kr/storage/988766948 is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://resource.clickn.co.kr/storage/159968868 is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.clickn.co.kr/images/common/ico_isms.pn... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://resource.clickn.co.kr/storage/1035879069 is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://resource.clickn.co.kr/storage/1348051268 is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://resource.clickn.co.kr/storage/1126431985 is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.clickn.co.kr/images/banner/quick/20260... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://resource.clickn.co.kr/storage/1815093 is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.clickn.co.kr/images/common/icon_youtub... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://resource.clickn.co.kr/storage/191853205 is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://resource.clickn.co.kr/storage/1304927498 is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://resource.clickn.co.kr/storage/88729375 is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://resource.clickn.co.kr/storage/100271974 is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.clickn.co.kr/images/common/icon_instag... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://resource.clickn.co.kr/storage/329501858 is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://resource.clickn.co.kr/storage/416695983 is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://resource.clickn.co.kr/storage/1967985902 is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://resource.clickn.co.kr/storage/2101841241 is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://resource.clickn.co.kr/storage/1213626110 is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://resource.clickn.co.kr/storage/305187641 is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.clickn.co.kr/images/main/feature_img2_... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.clickn.co.kr/images/common/google_part... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://resource.clickn.co.kr/storage/1923919387 is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://resource.clickn.co.kr/storage/1351270539 is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.clickn.co.kr/images/banner/quick/20260... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://resource.clickn.co.kr/storage/1518092765 is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://resource.clickn.co.kr/storage/1260738231 is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://resource.clickn.co.kr/storage/1640019294 is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://resource.clickn.co.kr/storage/1280613281 is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.clickn.co.kr/images/common/isms.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.clickn.co.kr/images/banner/quick/20250... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://resource.clickn.co.kr/storage/1786270734 is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://resource.clickn.co.kr/storage/1655757802 is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://resource.clickn.co.kr/storage/1418663342 is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://resource.clickn.co.kr/storage/167717897 is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.clickn.co.kr/images/main/feature_reser... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.clickn.co.kr/images/banner/quick/20250... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://resource.clickn.co.kr/storage/1858034515 is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://resource.clickn.co.kr/storage/752320131 is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://resource.clickn.co.kr/storage/1055766407 is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://resource.clickn.co.kr/storage/37025928 is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://resource.clickn.co.kr/storage/2105569019 is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.clickn.co.kr/images/common/logo.svg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
169 images 21.7 MB
0 oversized -0 KB
167 legacy format
86 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

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

Green Hosting

No green hosting detected

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

Web fonts

5

3086 KB total

Render-blocking

0

of 5

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 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 28.0 s 30.0 s 32.0 s 34.0 s 36.0 s FCP 7.0 s LCP 35.0 shttps://www.clickn.co.kr/fonts/Pretendard-Regular.woff2Pretendard-Regular.woff2 https://www.clickn.co.kr/fonts/Pretendard-Regular.woff2 — 748.2 KiB — 2.9 s — font-display: swaphttps://www.clickn.co.kr/fonts/Pretendard-Medium.woff2Pretendard-Medium.woff2 https://www.clickn.co.kr/fonts/Pretendard-Medium.woff2 — 760.4 KiB — 3.0 s — font-display: swaphttps://www.clickn.co.kr/fonts/Pretendard-SemiBold.woff2Pretendard-SemiBold.woff2 https://www.clickn.co.kr/fonts/Pretendard-SemiBold.woff2 — 767.7 KiB — 2.9 s — font-display: swaphttps://www.clickn.co.kr/fonts/Pretendard-Bold.woff2Pretendard-Bold.woff2 https://www.clickn.co.kr/fonts/Pretendard-Bold.woff2 — 772.8 KiB — 6.4 s — font-display: swaphttps://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 36.7 KiB — 12 ms — font-display: swap
Pretendard-Regular.woff2 woff2 swap
Size 748 KB
Load time 2.9 s
Start 2.7 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
Pretendard-Medium.woff2 woff2 swap
Size 760 KB
Load time 3.0 s
Start 2.7 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
Pretendard-SemiBold.woff2 woff2 swap
Size 768 KB
Load time 2.9 s
Start 2.7 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
Pretendard-Bold.woff2 woff2 swap
Size 773 KB
Load time 6.4 s
Start 4.2 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 37 KB
Load time 12 ms
Start 5.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 ~1525 KB and ~3050 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
4 hints, 0 missing preconnects
PASS
4 hints, 0 missing preconnects
Info::
Page uses 4 resource hint(s)

Current Resource Hints

preconnect
1
preload
3
dns-prefetch
prefetch

4 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
240 requests over 28491ms
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 28.0 s 30.0 s 32.0 s 34.0 s 36.0 s FCP 7.0 s LCP 35.0 shttps://clickn.co.kr// https://clickn.co.kr/ — 301 — 244 B — 700 ms — http/1.1https://www.clickn.co.kr/www.clickn.co.kr/ https://www.clickn.co.kr/ — 200 — 70.5 KiB — 2.1 s — http/1.1https://www.clickn.co.kr/fonts/Pretendard-Regular.woff2www.clickn.co.kr/fonts/Pretendard-R... https://www.clickn.co.kr/fonts/Pretendard-Regular.woff2 — 200 — 748.2 KiB — 2.9 s — http/1.1https://www.clickn.co.kr/fonts/Pretendard-Medium.woff2www.clickn.co.kr/fonts/Pretendard-M... https://www.clickn.co.kr/fonts/Pretendard-Medium.woff2 — 200 — 760.4 KiB — 3.0 s — http/1.1https://www.clickn.co.kr/fonts/Pretendard-SemiBold.woff2www.clickn.co.kr/fonts/Pretendard-S... https://www.clickn.co.kr/fonts/Pretendard-SemiBold.woff2 — 200 — 767.7 KiB — 2.9 s — http/1.1https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;600;700&family=Roboto:wght@100;300;400;500;700&display=swapfonts.googleapis.com/css2?family=No... https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;600;700&family=Roboto:wght@100;300;400;500;700&display=swap — 200 — 115.4 KiB — 141 ms — h2https://www.clickn.co.kr/vendor/swiper/swiper-bundle.min.csswww.clickn.co.kr/vendor/swiper/swip... https://www.clickn.co.kr/vendor/swiper/swiper-bundle.min.css — 200 — 13.8 KiB — 424 ms — http/1.1https://www.clickn.co.kr/vendor/jquery/ui/jquery-ui.min.csswww.clickn.co.kr/vendor/jquery/ui/j... https://www.clickn.co.kr/vendor/jquery/ui/jquery-ui.min.css — 200 — 31.5 KiB — 831 ms — http/1.1https://www.clickn.co.kr/css/reset.css?m=202604230655www.clickn.co.kr/css/reset.css?m=20... https://www.clickn.co.kr/css/reset.css?m=202604230655 — 200 — 4.3 KiB — 559 ms — http/1.1https://www.clickn.co.kr/css/common.css?m=202604230655www.clickn.co.kr/css/common.css?m=2... https://www.clickn.co.kr/css/common.css?m=202604230655 — 200 — 31.6 KiB — 869 ms — http/1.1https://www.clickn.co.kr/css/normal.css?m=202604230655www.clickn.co.kr/css/normal.css?m=2... https://www.clickn.co.kr/css/normal.css?m=202604230655 — 200 — 239.9 KiB — 1.3 s — http/1.1https://www.clickn.co.kr/css/modal.css?m=202604230655www.clickn.co.kr/css/modal.css?m=20... https://www.clickn.co.kr/css/modal.css?m=202604230655 — 200 — 11.1 KiB — 723 ms — http/1.1https://www.clickn.co.kr/css/additional.css?m=202604230655www.clickn.co.kr/css/additional.css... https://www.clickn.co.kr/css/additional.css?m=202604230655 — 200 — 48.6 KiB — 873 ms — http/1.1https://www.clickn.co.kr/vendor/scrollbar/jquery.scrollbar.csswww.clickn.co.kr/vendor/scrollbar/j... https://www.clickn.co.kr/vendor/scrollbar/jquery.scrollbar.css — 200 — 22.3 KiB — 843 ms — http/1.1https://www.clickn.co.kr/vendor/swiper/4.5.0/swiper.min.csswww.clickn.co.kr/vendor/swiper/4.5.... https://www.clickn.co.kr/vendor/swiper/4.5.0/swiper.min.css — 200 — 19.5 KiB — 1.0 s — http/1.1https://www.clickn.co.kr/storage/cms/banner/202603/banner_20260323093003.pngwww.clickn.co.kr/storage/cms/banner... https://www.clickn.co.kr/storage/cms/banner/202603/banner_20260323093003.png — 200 — 261.3 KiB — 1.0 s — http/1.1https://www.clickn.co.kr/storage/cms/banner/202604/banner_20260410182724.pngwww.clickn.co.kr/storage/cms/banner... https://www.clickn.co.kr/storage/cms/banner/202604/banner_20260410182724.png — 200 — 121.9 KiB — 891 ms — http/1.1https://www.clickn.co.kr/storage/cms/banner/202602/banner_20260227134830.jpgwww.clickn.co.kr/storage/cms/banner... https://www.clickn.co.kr/storage/cms/banner/202602/banner_20260227134830.jpg — 200 — 59.3 KiB — 431 ms — http/1.1https://scrollmagic.io/assets/js/lib/greensock/TweenMax.min.jsscrollmagic.io/assets/js/lib/greens... https://scrollmagic.io/assets/js/lib/greensock/TweenMax.min.js — 200 — 38.6 KiB — 61 ms — h2https://scrollmagic.io/scrollmagic/uncompressed/plugins/animation.gsap.jsscrollmagic.io/scrollmagic/uncompre... https://scrollmagic.io/scrollmagic/uncompressed/plugins/animation.gsap.js — 200 — 4.4 KiB — 55 ms — h2https://cdnjs.cloudflare.com/ajax/libs/ScrollMagic/2.0.7/plugins/debug.addIndicators.min.jscdnjs.cloudflare.com/ajax/libs/Scro... https://cdnjs.cloudflare.com/ajax/libs/ScrollMagic/2.0.7/plugins/debug.addIndicators.min.js — 200 — 2.6 KiB — 62 ms — h3https://wcs.naver.net/wcslog.jswcs.naver.net/wcslog.js https://wcs.naver.net/wcslog.js — 200 — 10.5 KiB — 63 ms — http/1.1https://resource.clickn.co.kr/storage/329501858resource.clickn.co.kr/storage/32950... https://resource.clickn.co.kr/storage/329501858 — 200 — 746.8 KiB — 6.0 s — h2https://resource.clickn.co.kr/storage/554356924resource.clickn.co.kr/storage/55435... https://resource.clickn.co.kr/storage/554356924 — 200 — 832.0 KiB — 5.8 s — h2https://resource.clickn.co.kr/storage/191853205resource.clickn.co.kr/storage/19185... https://resource.clickn.co.kr/storage/191853205 — 200 — 198.8 KiB — 1.9 s — h2https://www.clickn.co.kr/vendor/jquery/1.12.4/jquery.min.jswww.clickn.co.kr/vendor/jquery/1.12... https://www.clickn.co.kr/vendor/jquery/1.12.4/jquery.min.js — 200 — 95.1 KiB — 1.0 s — http/1.1https://resource.clickn.co.kr/storage/1304927498resource.clickn.co.kr/storage/13049... https://resource.clickn.co.kr/storage/1304927498 — 200 — 421.4 KiB — 4.0 s — h2https://resource.clickn.co.kr/storage/37025928resource.clickn.co.kr/storage/37025... https://resource.clickn.co.kr/storage/37025928 — 200 — 310.0 KiB — 1.6 s — h2https://resource.clickn.co.kr/storage/2105569019resource.clickn.co.kr/storage/21055... https://resource.clickn.co.kr/storage/2105569019 — 200 — 417.0 KiB — 1.3 s — h2https://www.googletagmanager.com/gtm.js?id=GTM-PFMNNM7www.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-PFMNNM7 — 200 — 158.5 KiB — 100 ms — h2
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 28.0 s 30.0 s 32.0 s 34.0 s 36.0 s FCP 7.0 s LCP 35.0 shttps://clickn.co.kr// https://clickn.co.kr/ — 301 — 244 B — 700 ms — http/1.1https://www.clickn.co.kr/www.clickn.co.kr/ https://www.clickn.co.kr/ — 200 — 70.5 KiB — 2.1 s — http/1.1https://www.clickn.co.kr/fonts/Pretendard-Regular.woff2www.clickn.co.kr/fonts/Pretendard-R... https://www.clickn.co.kr/fonts/Pretendard-Regular.woff2 — 200 — 748.2 KiB — 2.9 s — http/1.1https://www.clickn.co.kr/fonts/Pretendard-Medium.woff2www.clickn.co.kr/fonts/Pretendard-M... https://www.clickn.co.kr/fonts/Pretendard-Medium.woff2 — 200 — 760.4 KiB — 3.0 s — http/1.1https://www.clickn.co.kr/fonts/Pretendard-SemiBold.woff2www.clickn.co.kr/fonts/Pretendard-S... https://www.clickn.co.kr/fonts/Pretendard-SemiBold.woff2 — 200 — 767.7 KiB — 2.9 s — http/1.1https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;600;700&family=Roboto:wght@100;300;400;500;700&display=swapfonts.googleapis.com/css2?family=No... https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;600;700&family=Roboto:wght@100;300;400;500;700&display=swap — 200 — 115.4 KiB — 141 ms — h2https://www.clickn.co.kr/vendor/swiper/swiper-bundle.min.csswww.clickn.co.kr/vendor/swiper/swip... https://www.clickn.co.kr/vendor/swiper/swiper-bundle.min.css — 200 — 13.8 KiB — 424 ms — http/1.1https://www.clickn.co.kr/vendor/jquery/ui/jquery-ui.min.csswww.clickn.co.kr/vendor/jquery/ui/j... https://www.clickn.co.kr/vendor/jquery/ui/jquery-ui.min.css — 200 — 31.5 KiB — 831 ms — http/1.1https://www.clickn.co.kr/css/reset.css?m=202604230655www.clickn.co.kr/css/reset.css?m=20... https://www.clickn.co.kr/css/reset.css?m=202604230655 — 200 — 4.3 KiB — 559 ms — http/1.1https://www.clickn.co.kr/css/common.css?m=202604230655www.clickn.co.kr/css/common.css?m=2... https://www.clickn.co.kr/css/common.css?m=202604230655 — 200 — 31.6 KiB — 869 ms — http/1.1https://www.clickn.co.kr/css/normal.css?m=202604230655www.clickn.co.kr/css/normal.css?m=2... https://www.clickn.co.kr/css/normal.css?m=202604230655 — 200 — 239.9 KiB — 1.3 s — http/1.1https://www.clickn.co.kr/css/modal.css?m=202604230655www.clickn.co.kr/css/modal.css?m=20... https://www.clickn.co.kr/css/modal.css?m=202604230655 — 200 — 11.1 KiB — 723 ms — http/1.1https://www.clickn.co.kr/css/additional.css?m=202604230655www.clickn.co.kr/css/additional.css... https://www.clickn.co.kr/css/additional.css?m=202604230655 — 200 — 48.6 KiB — 873 ms — http/1.1https://www.clickn.co.kr/vendor/scrollbar/jquery.scrollbar.csswww.clickn.co.kr/vendor/scrollbar/j... https://www.clickn.co.kr/vendor/scrollbar/jquery.scrollbar.css — 200 — 22.3 KiB — 843 ms — http/1.1https://www.clickn.co.kr/vendor/swiper/4.5.0/swiper.min.csswww.clickn.co.kr/vendor/swiper/4.5.... https://www.clickn.co.kr/vendor/swiper/4.5.0/swiper.min.css — 200 — 19.5 KiB — 1.0 s — http/1.1https://www.clickn.co.kr/storage/cms/banner/202603/banner_20260323093003.pngwww.clickn.co.kr/storage/cms/banner... https://www.clickn.co.kr/storage/cms/banner/202603/banner_20260323093003.png — 200 — 261.3 KiB — 1.0 s — http/1.1https://www.clickn.co.kr/storage/cms/banner/202604/banner_20260410182724.pngwww.clickn.co.kr/storage/cms/banner... https://www.clickn.co.kr/storage/cms/banner/202604/banner_20260410182724.png — 200 — 121.9 KiB — 891 ms — http/1.1https://www.clickn.co.kr/storage/cms/banner/202602/banner_20260227134830.jpgwww.clickn.co.kr/storage/cms/banner... https://www.clickn.co.kr/storage/cms/banner/202602/banner_20260227134830.jpg — 200 — 59.3 KiB — 431 ms — http/1.1https://scrollmagic.io/assets/js/lib/greensock/TweenMax.min.jsscrollmagic.io/assets/js/lib/greens... https://scrollmagic.io/assets/js/lib/greensock/TweenMax.min.js — 200 — 38.6 KiB — 61 ms — h2https://scrollmagic.io/scrollmagic/uncompressed/plugins/animation.gsap.jsscrollmagic.io/scrollmagic/uncompre... https://scrollmagic.io/scrollmagic/uncompressed/plugins/animation.gsap.js — 200 — 4.4 KiB — 55 ms — h2https://cdnjs.cloudflare.com/ajax/libs/ScrollMagic/2.0.7/plugins/debug.addIndicators.min.jscdnjs.cloudflare.com/ajax/libs/Scro... https://cdnjs.cloudflare.com/ajax/libs/ScrollMagic/2.0.7/plugins/debug.addIndicators.min.js — 200 — 2.6 KiB — 62 ms — h3https://wcs.naver.net/wcslog.jswcs.naver.net/wcslog.js https://wcs.naver.net/wcslog.js — 200 — 10.5 KiB — 63 ms — http/1.1https://resource.clickn.co.kr/storage/329501858resource.clickn.co.kr/storage/32950... https://resource.clickn.co.kr/storage/329501858 — 200 — 746.8 KiB — 6.0 s — h2https://resource.clickn.co.kr/storage/554356924resource.clickn.co.kr/storage/55435... https://resource.clickn.co.kr/storage/554356924 — 200 — 832.0 KiB — 5.8 s — h2https://resource.clickn.co.kr/storage/191853205resource.clickn.co.kr/storage/19185... https://resource.clickn.co.kr/storage/191853205 — 200 — 198.8 KiB — 1.9 s — h2https://www.clickn.co.kr/vendor/jquery/1.12.4/jquery.min.jswww.clickn.co.kr/vendor/jquery/1.12... https://www.clickn.co.kr/vendor/jquery/1.12.4/jquery.min.js — 200 — 95.1 KiB — 1.0 s — http/1.1https://resource.clickn.co.kr/storage/1304927498resource.clickn.co.kr/storage/13049... https://resource.clickn.co.kr/storage/1304927498 — 200 — 421.4 KiB — 4.0 s — h2https://resource.clickn.co.kr/storage/37025928resource.clickn.co.kr/storage/37025... https://resource.clickn.co.kr/storage/37025928 — 200 — 310.0 KiB — 1.6 s — h2https://resource.clickn.co.kr/storage/2105569019resource.clickn.co.kr/storage/21055... https://resource.clickn.co.kr/storage/2105569019 — 200 — 417.0 KiB — 1.3 s — h2https://www.googletagmanager.com/gtm.js?id=GTM-PFMNNM7www.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-PFMNNM7 — 200 — 158.5 KiB — 100 ms — h2https://www.clickn.co.kr/images/banner/ico_close_white.svgwww.clickn.co.kr/images/banner/ico_... https://www.clickn.co.kr/images/banner/ico_close_white.svg — 200 — 514 B — 632 ms — http/1.1https://www.clickn.co.kr/images/common/logo.svgwww.clickn.co.kr/images/common/logo... https://www.clickn.co.kr/images/common/logo.svg — 200 — 1.5 KiB — 788 ms — http/1.1https://www.clickn.co.kr/fonts/Pretendard-Bold.woff2www.clickn.co.kr/fonts/Pretendard-B... https://www.clickn.co.kr/fonts/Pretendard-Bold.woff2 — 200 — 772.8 KiB — 6.4 s — http/1.1https://www.googletagmanager.com/gtag/js?id=G-BJ43PW99PN&cx=c&gtm=4e64k0www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-BJ43PW99PN&cx=c&gtm=4e64k0 — 200 — 173.0 KiB — 85 ms — h2https://www.clarity.ms/tag/igk1d0xcax?ref=gtm2www.clarity.ms/tag/igk1d0xcax?ref=g... https://www.clarity.ms/tag/igk1d0xcax?ref=gtm2 — 200 — 1.1 KiB — 254 ms — http/1.1https://connect.facebook.net/en_US/fbevents.jsconnect.facebook.net/en_US/fbevents... https://connect.facebook.net/en_US/fbevents.js — 200 — 96.6 KiB — 29 ms — h3https://www.google.com/ccm/collect?rcb=18&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fwww.clickn.co.kr%2F&scrsrc=www.googletagmanager.com&rnd=1012104327.1776894927&dt=%EB%AC%B4%EB%A3%8C%20%ED%99%88%ED%8E%98%EC%9D%B4%EC%A7%80%20%EC%A0%9C%EC%9E%91%20%7C%20SEO%EC%B5%9C%EC%A0%81%ED%99%94%20AI%ED%99%88%ED%8E%98%EC%9D%B4%EC%A7%80%20%7C%20%ED%81%B4%EB%A6%AD%EC%97%94&auid=1297594091.1776894927&navt=n&npa=0&ep.ads_data_redaction=0&gtm=45He64k0v845483478za200zd845483478xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938469~117266400~118463262&apve=1&apvf=f&apvc=1&tft=1776894926579&tfd=4271www.google.com/ccm/collect?rcb=18&f... https://www.google.com/ccm/collect?rcb=18&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fwww.clickn.co.kr%2F&scrsrc=www.googletagmanager.com&rnd=1012104327.1776894927&dt=%EB%AC%B4%EB%A3%8C%20%ED%99%88%ED%8E%98%EC%9D%B4%EC%A7%80%20%EC%A0%9C%EC%9E%91%20%7C%20SEO%EC%B5%9C%EC%A0%81%ED%99%94%20AI%ED%99%88%ED%8E%98%EC%9D%B4%EC%A7%80%20%7C%20%ED%81%B4%EB%A6%AD%EC%97%94&auid=1297594091.1776894927&navt=n&npa=0&ep.ads_data_redaction=0&gtm=45He64k0v845483478za200zd845483478xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938469~117266400~118463262&apve=1&apvf=f&apvc=1&tft=1776894926579&tfd=4271 — 200 — 21 B — 77 ms — h3https://connect.facebook.net/signals/config/1112719933967105?v=2.9.303&r=stable&domain=www.clickn.co.kr&hme=97937018cefade17726f0472876fc101316b2ce9008a35a6a5a7977d7436151a&ex_m=104%2C205%2C154%2C22%2C72%2C73%2C145%2C68%2C67%2C11%2C162%2C90%2C16%2C138%2C127%2C39%2C75%2C78%2C134%2C159%2C164%2C8%2C4%2C5%2C7%2C6%2C3%2C91%2C101%2C165%2C170%2C219%2C62%2C186%2C187%2C55%2C276%2C30%2C74%2C231%2C230%2C229%2C23%2C33%2C103%2C61%2C10%2C63%2C97%2C98%2C99%2C105%2C130%2C31%2C29%2C132%2C133%2C129%2C128%2C155%2C76%2C158%2C156%2C157%2C50%2C60%2C123%2C15%2C161%2C45%2C263%2C264%2C262%2C26%2C27%2C28%2C48%2C146%2C77%2C112%2C18%2C20%2C44%2C40%2C42%2C41%2C83%2C92%2C96%2C110%2C144%2C147%2C46%2C111%2C24%2C21%2C119%2C69%2C36%2C149%2C148%2C150%2C141%2C139%2C25%2C35%2C59%2C109%2C160%2C70%2C17%2C152%2C114%2C81%2C66%2C19%2C85%2C86%2C116%2C84%2C136%2C135%2C34%2C278%2C293%2C212%2C201%2C202%2C200%2C296%2C288%2C52%2C213%2C107%2C131%2C80%2C121%2C54%2C47%2C49%2C113%2C120%2C126%2C58%2C64%2C151%2C115%2C37%2C32%2C53%2C56%2C100%2C163%2C1%2C124%2C14%2C122%2C12%2C2%2C57%2C93%2C65%2C118%2C89%2C88%2C166%2C167%2C94%2C95%2C9%2C125%2C102%2C51%2C142%2C87%2C79%2C71%2C117%2C106%2C43%2C143%2C0%2C82%2C137%2C140%2C153%2C38%2C108%2C13%2C168connect.facebook.net/signals/config... https://connect.facebook.net/signals/config/1112719933967105?v=2.9.303&r=stable&domain=www.clickn.co.kr&hme=97937018cefade17726f0472876fc101316b2ce9008a35a6a5a7977d7436151a&ex_m=104%2C205%2C154%2C22%2C72%2C73%2C145%2C68%2C67%2C11%2C162%2C90%2C16%2C138%2C127%2C39%2C75%2C78%2C134%2C159%2C164%2C8%2C4%2C5%2C7%2C6%2C3%2C91%2C101%2C165%2C170%2C219%2C62%2C186%2C187%2C55%2C276%2C30%2C74%2C231%2C230%2C229%2C23%2C33%2C103%2C61%2C10%2C63%2C97%2C98%2C99%2C105%2C130%2C31%2C29%2C132%2C133%2C129%2C128%2C155%2C76%2C158%2C156%2C157%2C50%2C60%2C123%2C15%2C161%2C45%2C263%2C264%2C262%2C26%2C27%2C28%2C48%2C146%2C77%2C112%2C18%2C20%2C44%2C40%2C42%2C41%2C83%2C92%2C96%2C110%2C144%2C147%2C46%2C111%2C24%2C21%2C119%2C69%2C36%2C149%2C148%2C150%2C141%2C139%2C25%2C35%2C59%2C109%2C160%2C70%2C17%2C152%2C114%2C81%2C66%2C19%2C85%2C86%2C116%2C84%2C136%2C135%2C34%2C278%2C293%2C212%2C201%2C202%2C200%2C296%2C288%2C52%2C213%2C107%2C131%2C80%2C121%2C54%2C47%2C49%2C113%2C120%2C126%2C58%2C64%2C151%2C115%2C37%2C32%2C53%2C56%2C100%2C163%2C1%2C124%2C14%2C122%2C12%2C2%2C57%2C93%2C65%2C118%2C89%2C88%2C166%2C167%2C94%2C95%2C9%2C125%2C102%2C51%2C142%2C87%2C79%2C71%2C117%2C106%2C43%2C143%2C0%2C82%2C137%2C140%2C153%2C38%2C108%2C13%2C168 — 200 — 44.8 KiB — 137 ms — h3https://analytics.google.com/g/collect?v=2&tid=G-BJ43PW99PN&gtm=45je64k0v887997025z8845483478za20gzb845483478zd845483478&_p=1776894926296&_gaz=1&gcd=13l3l3l3l1l1&npa=0&dma=0&_eu=AAAAAGA&are=1&cid=1965656097.1776894927&frm=0&pscdl=noapi&rcb=10&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~115616985~115938466~115938468~117266400~117512543&sid=1776894926&sct=1&seg=0&dl=https%3A%2F%2Fwww.clickn.co.kr%2F&dt=%EB%AC%B4%EB%A3%8C%20%ED%99%88%ED%8E%98%EC%9D%B4%EC%A7%80%20%EC%A0%9C%EC%9E%91%20%7C%20SEO%EC%B5%9C%EC%A0%81%ED%99%94%20AI%ED%99%88%ED%8E%98%EC%9D%B4%EC%A7%80%20%7C%20%ED%81%B4%EB%A6%AD%EC%97%94&en=page_view&_fv=1&_nsi=1&_ss=1&ep.cookieDomain=auto&tfd=4454analytics.google.com/g/collect?v=2&... https://analytics.google.com/g/collect?v=2&tid=G-BJ43PW99PN&gtm=45je64k0v887997025z8845483478za20gzb845483478zd845483478&_p=1776894926296&_gaz=1&gcd=13l3l3l3l1l1&npa=0&dma=0&_eu=AAAAAGA&are=1&cid=1965656097.1776894927&frm=0&pscdl=noapi&rcb=10&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~115616985~115938466~115938468~117266400~117512543&sid=1776894926&sct=1&seg=0&dl=https%3A%2F%2Fwww.clickn.co.kr%2F&dt=%EB%AC%B4%EB%A3%8C%20%ED%99%88%ED%8E%98%EC%9D%B4%EC%A7%80%20%EC%A0%9C%EC%9E%91%20%7C%20SEO%EC%B5%9C%EC%A0%81%ED%99%94%20AI%ED%99%88%ED%8E%98%EC%9D%B4%EC%A7%80%20%7C%20%ED%81%B4%EB%A6%AD%EC%97%94&en=page_view&_fv=1&_nsi=1&_ss=1&ep.cookieDomain=auto&tfd=4454 — 204 — 550 B — 114 ms — h2https://stats.g.doubleclick.net/g/collect?v=2&tid=G-BJ43PW99PN&cid=1965656097.1776894927&gtm=45je64k0v887997025z8845483478za20gzb845483478zd845483478&rcb=10&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115616985~115938466~115938468~117266400~117512543stats.g.doubleclick.net/g/collect?v... https://stats.g.doubleclick.net/g/collect?v=2&tid=G-BJ43PW99PN&cid=1965656097.1776894927&gtm=45je64k0v887997025z8845483478za20gzb845483478zd845483478&rcb=10&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115616985~115938466~115938468~117266400~117512543 — 204 — 550 B — 96 ms — h2https://resource.clickn.co.kr/storage/416695983resource.clickn.co.kr/storage/41669... https://resource.clickn.co.kr/storage/416695983 — 200 — 175.7 KiB — 1.8 s — h2https://resource.clickn.co.kr/storage/1967985902resource.clickn.co.kr/storage/19679... https://resource.clickn.co.kr/storage/1967985902 — 200 — 290.6 KiB — 2.3 s — h2https://resource.clickn.co.kr/storage/1439299536resource.clickn.co.kr/storage/14392... https://resource.clickn.co.kr/storage/1439299536 — 200 — 334.8 KiB — 2.6 s — h2https://resource.clickn.co.kr/storage/1655757802resource.clickn.co.kr/storage/16557... https://resource.clickn.co.kr/storage/1655757802 — 200 — 464.2 KiB — 4.2 s — h2https://resource.clickn.co.kr/storage/1518092765resource.clickn.co.kr/storage/15180... https://resource.clickn.co.kr/storage/1518092765 — 200 — 467.6 KiB — 4.4 s — h2https://resource.clickn.co.kr/storage/2102873780resource.clickn.co.kr/storage/21028... https://resource.clickn.co.kr/storage/2102873780 — 200 — 140.6 KiB — 3.1 s — h2https://resource.clickn.co.kr/storage/326282587resource.clickn.co.kr/storage/32628... https://resource.clickn.co.kr/storage/326282587 — 200 — 599.0 KiB — 5.9 s — h2https://resource.clickn.co.kr/storage/159968868resource.clickn.co.kr/storage/15996... https://resource.clickn.co.kr/storage/159968868 — 200 — 846.6 KiB — 6.5 s — h2https://resource.clickn.co.kr/storage/22385751resource.clickn.co.kr/storage/22385... https://resource.clickn.co.kr/storage/22385751 — 200 — 190.9 KiB — 4.7 s — h2https://resource.clickn.co.kr/storage/1858034515resource.clickn.co.kr/storage/18580... https://resource.clickn.co.kr/storage/1858034515 — 200 — 811 B — 3.4 s — h2https://resource.clickn.co.kr/storage/1553023092resource.clickn.co.kr/storage/15530... https://resource.clickn.co.kr/storage/1553023092 — 200 — 811 B — 3.4 s — h2https://resource.clickn.co.kr/storage/1786270734resource.clickn.co.kr/storage/17862... https://resource.clickn.co.kr/storage/1786270734 — 200 — 812 B — 3.4 s — h2https://resource.clickn.co.kr/storage/1923919387resource.clickn.co.kr/storage/19239... https://resource.clickn.co.kr/storage/1923919387 — 200 — 811 B — 3.4 s — h2https://resource.clickn.co.kr/storage/2078750760resource.clickn.co.kr/storage/20787... https://resource.clickn.co.kr/storage/2078750760 — 200 — 815 B — 3.4 s — h2https://resource.clickn.co.kr/storage/1815093resource.clickn.co.kr/storage/18150... https://resource.clickn.co.kr/storage/1815093 — 200 — 809 B — 3.4 s — h2https://resource.clickn.co.kr/storage/156110018resource.clickn.co.kr/storage/15611... https://resource.clickn.co.kr/storage/156110018 — 200 — 812 B — 3.4 s — h2https://resource.clickn.co.kr/storage/293766863resource.clickn.co.kr/storage/29376... https://resource.clickn.co.kr/storage/293766863 — 200 — 815 B — 3.4 s — h2https://resource.clickn.co.kr/storage/664593654resource.clickn.co.kr/storage/66459... https://resource.clickn.co.kr/storage/664593654 — 200 — 811 B — 3.4 s — h2https://resource.clickn.co.kr/storage/752320131resource.clickn.co.kr/storage/75232... https://resource.clickn.co.kr/storage/752320131 — 200 — 811 B — 3.4 s — h2https://resource.clickn.co.kr/storage/889964688resource.clickn.co.kr/storage/88996... https://resource.clickn.co.kr/storage/889964688 — 200 — 812 B — 3.4 s — h2https://resource.clickn.co.kr/storage/1035879069resource.clickn.co.kr/storage/10358... https://resource.clickn.co.kr/storage/1035879069 — 200 — 813 B — 3.4 s — h2https://resource.clickn.co.kr/storage/1123212458resource.clickn.co.kr/storage/11232... https://resource.clickn.co.kr/storage/1123212458 — 200 — 815 B — 3.4 s — h2https://resource.clickn.co.kr/storage/2011304709resource.clickn.co.kr/storage/20113... https://resource.clickn.co.kr/storage/2011304709 — 200 — 812 B — 3.4 s — h2https://resource.clickn.co.kr/storage/460015046resource.clickn.co.kr/storage/46001... https://resource.clickn.co.kr/storage/460015046 — 200 — 813 B — 3.4 s — h2https://resource.clickn.co.kr/storage/1640019294resource.clickn.co.kr/storage/16400... https://resource.clickn.co.kr/storage/1640019294 — 200 — 817 B — 3.4 s — h2https://resource.clickn.co.kr/storage/1857001848resource.clickn.co.kr/storage/18570... https://resource.clickn.co.kr/storage/1857001848 — 200 — 818 B — 3.4 s — h2https://resource.clickn.co.kr/storage/305187641resource.clickn.co.kr/storage/30518... https://resource.clickn.co.kr/storage/305187641 — 200 — 810 B — 3.4 s — h2https://resource.clickn.co.kr/storage/1348051268resource.clickn.co.kr/storage/13480... https://resource.clickn.co.kr/storage/1348051268 — 200 — 815 B — 3.9 s — h2https://resource.clickn.co.kr/storage/234647852resource.clickn.co.kr/storage/23464... https://resource.clickn.co.kr/storage/234647852 — 200 — 809 B — 3.9 s — h2https://resource.clickn.co.kr/storage/2081778962resource.clickn.co.kr/storage/20817... https://resource.clickn.co.kr/storage/2081778962 — 200 — 811 B — 3.4 s — h2https://resource.clickn.co.kr/storage/684861920resource.clickn.co.kr/storage/68486... https://resource.clickn.co.kr/storage/684861920 — 200 — 812 B — 3.4 s — h2https://resource.clickn.co.kr/storage/597680083resource.clickn.co.kr/storage/59768... https://resource.clickn.co.kr/storage/597680083 — 200 — 810 B — 3.9 s — h2https://resource.clickn.co.kr/storage/1789490261resource.clickn.co.kr/storage/17894... https://resource.clickn.co.kr/storage/1789490261 — 200 — 815 B — 3.9 s — h2https://resource.clickn.co.kr/storage/822518765resource.clickn.co.kr/storage/82251... https://resource.clickn.co.kr/storage/822518765 — 200 — 812 B — 3.9 s — h2https://resource.clickn.co.kr/storage/968441338resource.clickn.co.kr/storage/96844... https://resource.clickn.co.kr/storage/968441338 — 200 — 811 B — 3.9 s — h2https://resource.clickn.co.kr/storage/1055766407resource.clickn.co.kr/storage/10557... https://resource.clickn.co.kr/storage/1055766407 — 200 — 813 B — 3.9 s — h2https://resource.clickn.co.kr/storage/1193279892resource.clickn.co.kr/storage/11932... https://resource.clickn.co.kr/storage/1193279892 — 200 — 810 B — 3.9 s — h2https://resource.clickn.co.kr/storage/1280613281resource.clickn.co.kr/storage/12806... https://resource.clickn.co.kr/storage/1280613281 — 200 — 812 B — 3.9 s — h2https://resource.clickn.co.kr/storage/1418663342resource.clickn.co.kr/storage/14186... https://resource.clickn.co.kr/storage/1418663342 — 200 — 811 B — 3.9 s — h2https://resource.clickn.co.kr/storage/1573023675resource.clickn.co.kr/storage/15730... https://resource.clickn.co.kr/storage/1573023675 — 200 — 812 B — 3.9 s — h2https://resource.clickn.co.kr/storage/1651964488resource.clickn.co.kr/storage/16519... https://resource.clickn.co.kr/storage/1651964488 — 200 — 812 B — 3.9 s — h2https://resource.clickn.co.kr/storage/1943916130resource.clickn.co.kr/storage/19439... https://resource.clickn.co.kr/storage/1943916130 — 200 — 812 B — 3.9 s — h2https://resource.clickn.co.kr/storage/1260738231resource.clickn.co.kr/storage/12607... https://resource.clickn.co.kr/storage/1260738231 — 200 — 812 B — 3.9 s — h2https://resource.clickn.co.kr/storage/1485585233resource.clickn.co.kr/storage/14855... https://resource.clickn.co.kr/storage/1485585233 — 200 — 812 B — 3.9 s — h2https://resource.clickn.co.kr/storage/88729375resource.clickn.co.kr/storage/88729... https://resource.clickn.co.kr/storage/88729375 — 200 — 812 B — 3.9 s — h2https://resource.clickn.co.kr/storage/1719340907resource.clickn.co.kr/storage/17193... https://resource.clickn.co.kr/storage/1719340907 — 200 — 811 B — 3.9 s — h2https://resource.clickn.co.kr/storage/2014337135resource.clickn.co.kr/storage/20143... https://resource.clickn.co.kr/storage/2014337135 — 200 — 808 B — 3.9 s — h2https://resource.clickn.co.kr/storage/167717897resource.clickn.co.kr/storage/16771... https://resource.clickn.co.kr/storage/167717897 — 200 — 813 B — 3.9 s — h2https://resource.clickn.co.kr/storage/238265878resource.clickn.co.kr/storage/23826... https://resource.clickn.co.kr/storage/238265878 — 200 — 811 B — 3.9 s — h2https://resource.clickn.co.kr/storage/392572963resource.clickn.co.kr/storage/39257... https://resource.clickn.co.kr/storage/392572963 — 200 — 813 B — 3.9 s — h2https://resource.clickn.co.kr/storage/100271974resource.clickn.co.kr/storage/10027... https://resource.clickn.co.kr/storage/100271974 — 200 — 812 B — 4.4 s — h2https://resource.clickn.co.kr/storage/2101841241resource.clickn.co.kr/storage/21018... https://resource.clickn.co.kr/storage/2101841241 — 200 — 811 B — 3.9 s — h2https://resource.clickn.co.kr/storage/1876474047resource.clickn.co.kr/storage/18764... https://resource.clickn.co.kr/storage/1876474047 — 200 — 816 B — 3.9 s — h2https://resource.clickn.co.kr/storage/1722035890resource.clickn.co.kr/storage/17220... https://resource.clickn.co.kr/storage/1722035890 — 200 — 809 B — 3.9 s — h2https://resource.clickn.co.kr/storage/1584518309resource.clickn.co.kr/storage/15845... https://resource.clickn.co.kr/storage/1584518309 — 200 — 813 B — 3.9 s — h2https://resource.clickn.co.kr/storage/1497193112resource.clickn.co.kr/storage/14971... https://resource.clickn.co.kr/storage/1497193112 — 200 — 812 B — 3.9 s — h2https://resource.clickn.co.kr/storage/1351270539resource.clickn.co.kr/storage/13512... https://resource.clickn.co.kr/storage/1351270539 — 200 — 811 B — 3.9 s — h2https://resource.clickn.co.kr/storage/1213626110resource.clickn.co.kr/storage/12136... https://resource.clickn.co.kr/storage/1213626110 — 200 — 812 B — 3.9 s — h2https://resource.clickn.co.kr/storage/1126431985resource.clickn.co.kr/storage/11264... https://resource.clickn.co.kr/storage/1126431985 — 200 — 812 B — 3.9 s — h2https://resource.clickn.co.kr/storage/988766948resource.clickn.co.kr/storage/98876... https://resource.clickn.co.kr/storage/988766948 — 200 — 813 B — 4.4 s — h2https://resource.clickn.co.kr/storage/901048535resource.clickn.co.kr/storage/90104... https://resource.clickn.co.kr/storage/901048535 — 200 — 811 B — 4.4 s — h2https://resource.clickn.co.kr/storage/755080906resource.clickn.co.kr/storage/75508... https://resource.clickn.co.kr/storage/755080906 — 200 — 811 B — 4.4 s — h2https://resource.clickn.co.kr/storage/617415741resource.clickn.co.kr/storage/61741... https://resource.clickn.co.kr/storage/617415741 — 200 — 342.6 KiB — 6.0 s — h2https://resource.clickn.co.kr/storage/530221616resource.clickn.co.kr/storage/53022... https://resource.clickn.co.kr/storage/530221616 — 200 — 186.9 KiB — 4.9 s — h2https://www.facebook.com/tr/?id=1112719933967105&ev=PageView&dl=https%3A%2F%2Fwww.clickn.co.kr%2F&rl=&if=false&ts=1776894926854&sw=412&sh=823&v=2.9.303&r=stable&ec=0&o=12318&fbp=fb.2.1776894926831.369430522625912990&ler=empty&cdl=API_unavailable&pmd[title]=%EB%AC%B4%EB%A3%8C%20%ED%99%88%ED%8E%98%EC%9D%B4%EC%A7%80%20%EC%A0%9C%EC%9E%91%20%7C%20SEO%EC%B5%9C%EC%A0%81%ED%99%94%20AI%ED%99%88%ED%8E%98%EC%9D%B4%EC%A7%80%20%7C%20%ED%81%B4%EB%A6%AD%EC%97%94&pmd[locale]=ko-kr&pmd[description]=%EB%AC%B4%EB%A3%8C%20%ED%99%88%ED%8E%98%EC%9D%B4%EC%A7%80%EC%99%80%20%EC%87%BC%ED%95%91%EB%AA%B0%EC%9D%B8%EB%8D%B0%2C%20%EB%AC%B4%EC%A0%9C%ED%95%9C%20%ED%8E%98%EC%9D%B4%EC%A7%80%20%EC%83%9D%EC%84%B1%EA%B9%8C%EC%A7%80!%20%EC%89%BD%EA%B3%A0%20%EA%B0%84%ED%8E%B8%ED%95%9C%20%EC%A7%84%EC%A7%9C%20%EA%B2%80%EC%83%89%EB%90%98%EB%8A%94%20%ED%99%88%ED%8E%98%EC%9D%B4%EC%A7%80%EB%A5%BC%20%ED%81%B4%EB%A6%AD%EB%A7%8C%EC%9C%BC%EB%A1%9C%20%EC%99%84%EC%84%B1&mft[microdata]=%5B%7B%22source%22%3A%22json_ld%22%2C%22data%22%3A%7B%7D%2C%22errors%22%3A%5B%22Malformed%20JSON-LD%20in%20script%20tag%22%5D%7D%5D&mft[version]=7deaf9800d69b075ec3e9904de083941&it=1776894926654&coo=false&chmd=moto%20g%20power%20(2022)&chpv=11.0&chfv=undefined&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct2&expv2[6]=hf1&rqm=GETwww.facebook.com/tr/?id=11127199339... https://www.facebook.com/tr/?id=1112719933967105&ev=PageView&dl=https%3A%2F%2Fwww.clickn.co.kr%2F&rl=&if=false&ts=1776894926854&sw=412&sh=823&v=2.9.303&r=stable&ec=0&o=12318&fbp=fb.2.1776894926831.369430522625912990&ler=empty&cdl=API_unavailable&pmd[title]=%EB%AC%B4%EB%A3%8C%20%ED%99%88%ED%8E%98%EC%9D%B4%EC%A7%80%20%EC%A0%9C%EC%9E%91%20%7C%20SEO%EC%B5%9C%EC%A0%81%ED%99%94%20AI%ED%99%88%ED%8E%98%EC%9D%B4%EC%A7%80%20%7C%20%ED%81%B4%EB%A6%AD%EC%97%94&pmd[locale]=ko-kr&pmd[description]=%EB%AC%B4%EB%A3%8C%20%ED%99%88%ED%8E%98%EC%9D%B4%EC%A7%80%EC%99%80%20%EC%87%BC%ED%95%91%EB%AA%B0%EC%9D%B8%EB%8D%B0%2C%20%EB%AC%B4%EC%A0%9C%ED%95%9C%20%ED%8E%98%EC%9D%B4%EC%A7%80%20%EC%83%9D%EC%84%B1%EA%B9%8C%EC%A7%80!%20%EC%89%BD%EA%B3%A0%20%EA%B0%84%ED%8E%B8%ED%95%9C%20%EC%A7%84%EC%A7%9C%20%EA%B2%80%EC%83%89%EB%90%98%EB%8A%94%20%ED%99%88%ED%8E%98%EC%9D%B4%EC%A7%80%EB%A5%BC%20%ED%81%B4%EB%A6%AD%EB%A7%8C%EC%9C%BC%EB%A1%9C%20%EC%99%84%EC%84%B1&mft[microdata]=%5B%7B%22source%22%3A%22json_ld%22%2C%22data%22%3A%7B%7D%2C%22errors%22%3A%5B%22Malformed%20JSON-LD%20in%20script%20tag%22%5D%7D%5D&mft[version]=7deaf9800d69b075ec3e9904de083941&it=1776894926654&coo=false&chmd=moto%20g%20power%20(2022)&chpv=11.0&chfv=undefined&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct2&expv2[6]=hf1&rqm=GET — 200 — 16 B — 22 ms — h3https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=1112719933967105&ev=PageView&dl=https%3A%2F%2Fwww.clickn.co.kr%2F&rl=&if=false&ts=1776894926854&sw=412&sh=823&v=2.9.303&r=stable&ec=0&o=12318&fbp=fb.2.1776894926831.369430522625912990&ler=empty&cdl=API_unavailable&pmd[title]=%EB%AC%B4%EB%A3%8C%20%ED%99%88%ED%8E%98%EC%9D%B4%EC%A7%80%20%EC%A0%9C%EC%9E%91%20%7C%20SEO%EC%B5%9C%EC%A0%81%ED%99%94%20AI%ED%99%88%ED%8E%98%EC%9D%B4%EC%A7%80%20%7C%20%ED%81%B4%EB%A6%AD%EC%97%94&pmd[locale]=ko-kr&pmd[description]=%EB%AC%B4%EB%A3%8C%20%ED%99%88%ED%8E%98%EC%9D%B4%EC%A7%80%EC%99%80%20%EC%87%BC%ED%95%91%EB%AA%B0%EC%9D%B8%EB%8D%B0%2C%20%EB%AC%B4%EC%A0%9C%ED%95%9C%20%ED%8E%98%EC%9D%B4%EC%A7%80%20%EC%83%9D%EC%84%B1%EA%B9%8C%EC%A7%80!%20%EC%89%BD%EA%B3%A0%20%EA%B0%84%ED%8E%B8%ED%95%9C%20%EC%A7%84%EC%A7%9C%20%EA%B2%80%EC%83%89%EB%90%98%EB%8A%94%20%ED%99%88%ED%8E%98%EC%9D%B4%EC%A7%80%EB%A5%BC%20%ED%81%B4%EB%A6%AD%EB%A7%8C%EC%9C%BC%EB%A1%9C%20%EC%99%84%EC%84%B1&mft[microdata]=%5B%7B%22source%22%3A%22json_ld%22%2C%22data%22%3A%7B%7D%2C%22errors%22%3A%5B%22Malformed%20JSON-LD%20in%20script%20tag%22%5D%7D%5D&mft[version]=7deaf9800d69b075ec3e9904de083941&it=1776894926654&coo=false&chmd=moto%20g%20power%20(2022)&chpv=11.0&chfv=undefined&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct2&expv2[6]=hf1&rqm=FGETwww.facebook.com/privacy_sandbox/pi... https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=1112719933967105&ev=PageView&dl=https%3A%2F%2Fwww.clickn.co.kr%2F&rl=&if=false&ts=1776894926854&sw=412&sh=823&v=2.9.303&r=stable&ec=0&o=12318&fbp=fb.2.1776894926831.369430522625912990&ler=empty&cdl=API_unavailable&pmd[title]=%EB%AC%B4%EB%A3%8C%20%ED%99%88%ED%8E%98%EC%9D%B4%EC%A7%80%20%EC%A0%9C%EC%9E%91%20%7C%20SEO%EC%B5%9C%EC%A0%81%ED%99%94%20AI%ED%99%88%ED%8E%98%EC%9D%B4%EC%A7%80%20%7C%20%ED%81%B4%EB%A6%AD%EC%97%94&pmd[locale]=ko-kr&pmd[description]=%EB%AC%B4%EB%A3%8C%20%ED%99%88%ED%8E%98%EC%9D%B4%EC%A7%80%EC%99%80%20%EC%87%BC%ED%95%91%EB%AA%B0%EC%9D%B8%EB%8D%B0%2C%20%EB%AC%B4%EC%A0%9C%ED%95%9C%20%ED%8E%98%EC%9D%B4%EC%A7%80%20%EC%83%9D%EC%84%B1%EA%B9%8C%EC%A7%80!%20%EC%89%BD%EA%B3%A0%20%EA%B0%84%ED%8E%B8%ED%95%9C%20%EC%A7%84%EC%A7%9C%20%EA%B2%80%EC%83%89%EB%90%98%EB%8A%94%20%ED%99%88%ED%8E%98%EC%9D%B4%EC%A7%80%EB%A5%BC%20%ED%81%B4%EB%A6%AD%EB%A7%8C%EC%9C%BC%EB%A1%9C%20%EC%99%84%EC%84%B1&mft[microdata]=%5B%7B%22source%22%3A%22json_ld%22%2C%22data%22%3A%7B%7D%2C%22errors%22%3A%5B%22Malformed%20JSON-LD%20in%20script%20tag%22%5D%7D%5D&mft[version]=7deaf9800d69b075ec3e9904de083941&it=1776894926654&coo=false&chmd=moto%20g%20power%20(2022)&chpv=11.0&chfv=undefined&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct2&expv2[6]=hf1&rqm=FGET — 200 — 202 B — 180 ms — h3https://scripts.clarity.ms/0.8.60-beta/clarity.jsscripts.clarity.ms/0.8.60-beta/clar... https://scripts.clarity.ms/0.8.60-beta/clarity.js — 200 — 25.0 KiB — 24 ms — h2https://b.clarity.ms/collectb.clarity.ms/collect https://b.clarity.ms/collect — 204 — 280 B — 221 ms — http/1.1https://www.clickn.co.kr/storage/cms/banner/202602/banner_20260226140010.pngwww.clickn.co.kr/storage/cms/banner... https://www.clickn.co.kr/storage/cms/banner/202602/banner_20260226140010.png — 200 — 74.1 KiB — 450 ms — http/1.1https://www.clickn.co.kr/storage/cms/banner/202510/banner_20251017121733.pngwww.clickn.co.kr/storage/cms/banner... https://www.clickn.co.kr/storage/cms/banner/202510/banner_20251017121733.png — 200 — 266.8 KiB — 1.4 s — http/1.1https://www.clickn.co.kr/banner?banner_type=topwww.clickn.co.kr/banner?banner_type... https://www.clickn.co.kr/banner?banner_type=top — 200 — 20.7 KiB — 712 ms — http/1.1data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 14 1…www.w3.org/2000/svg" width="14" hei... data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 14 1… — 200 — 0 B — 0 ms — datahttps://www.clickn.co.kr/storage/cms/banner/202604/mobile_20260413122234.pngwww.clickn.co.kr/storage/cms/banner... https://www.clickn.co.kr/storage/cms/banner/202604/mobile_20260413122234.png — 200 — 544.3 KiB — 1.8 s — http/1.1https://www.clickn.co.kr/vendor/swiper/swiper-bundle.min.jswww.clickn.co.kr/vendor/swiper/swip... https://www.clickn.co.kr/vendor/swiper/swiper-bundle.min.js — 200 — 137.3 KiB — 811 ms — http/1.1data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.…www.… data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.… — 200 — 0 B — 0 ms — datahttps://www.clickn.co.kr/images/banner/quick/20260410.pngwww.clickn.co.kr/images/banner/quic... https://www.clickn.co.kr/images/banner/quick/20260410.png — 200 — 46.3 KiB — 572 ms — http/1.1https://www.clickn.co.kr/images/common/btn_top.svgwww.clickn.co.kr/images/common/btn_... https://www.clickn.co.kr/images/common/btn_top.svg — 200 — 933 B — 298 ms — http/1.1https://www.clickn.co.kr/images/banner/quick/20260323.pngwww.clickn.co.kr/images/banner/quic... https://www.clickn.co.kr/images/banner/quick/20260323.png — 200 — 38.8 KiB — 744 ms — http/1.1https://www.clickn.co.kr/images/common/ico_isms.pngwww.clickn.co.kr/images/common/ico_... https://www.clickn.co.kr/images/common/ico_isms.png — 200 — 8.3 KiB — 704 ms — http/1.1https://www.clickn.co.kr/images/common/icon/ico_chatbot.pngwww.clickn.co.kr/images/common/icon... https://www.clickn.co.kr/images/common/icon/ico_chatbot.png — 200 — 3.8 KiB — 714 ms — http/1.1https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2fonts.gstatic.com/s/roboto/v51/KFO7... https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 200 — 36.7 KiB — 12 ms — h3https://b.clarity.ms/collectb.clarity.ms/collect https://b.clarity.ms/collect — 204 — 280 B — 75 ms — http/1.1https://www.clickn.co.kr/images/banner/quick/20260304.pngwww.clickn.co.kr/images/banner/quic... https://www.clickn.co.kr/images/banner/quick/20260304.png — 200 — 26.8 KiB — 583 ms — http/1.1https://www.clickn.co.kr/vendor/jquery/ui/jquery-ui.min.jswww.clickn.co.kr/vendor/jquery/ui/j... https://www.clickn.co.kr/vendor/jquery/ui/jquery-ui.min.js — 200 — 247.9 KiB — 1.4 s — http/1.1https://www.clickn.co.kr/vendor/number/jquery.number.min.jswww.clickn.co.kr/vendor/number/jque... https://www.clickn.co.kr/vendor/number/jquery.number.min.js — 200 — 6.4 KiB — 156 ms — http/1.1https://www.clickn.co.kr/vendor/scrollbar/jquery.scrollbar.min.jswww.clickn.co.kr/vendor/scrollbar/j... https://www.clickn.co.kr/vendor/scrollbar/jquery.scrollbar.min.js — 200 — 12.2 KiB — 303 ms — http/1.1https://www.clickn.co.kr/vendor/scrollMagic/2.0.8/ScrollMagic.min.jswww.clickn.co.kr/vendor/scrollMagic... https://www.clickn.co.kr/vendor/scrollMagic/2.0.8/ScrollMagic.min.js — 200 — 17.2 KiB — 301 ms — http/1.1https://www.clickn.co.kr/vendor/cookie/jquery.cookie.jswww.clickn.co.kr/vendor/cookie/jque... https://www.clickn.co.kr/vendor/cookie/jquery.cookie.js — 200 — 3.3 KiB — 158 ms — http/1.1https://www.clickn.co.kr/vendor/swiper/4.5.0/swiper.min.jswww.clickn.co.kr/vendor/swiper/4.5.... https://www.clickn.co.kr/vendor/swiper/4.5.0/swiper.min.js — 200 — 125.2 KiB — 595 ms — http/1.1https://www.clickn.co.kr/js/common.js?20240625www.clickn.co.kr/js/common.js?20240... https://www.clickn.co.kr/js/common.js?20240625 — 200 — 16.3 KiB — 301 ms — http/1.1https://www.clickn.co.kr/js/script.js?20240402www.clickn.co.kr/js/script.js?20240... https://www.clickn.co.kr/js/script.js?20240402 — 200 — 13.1 KiB — 304 ms — http/1.1https://www.clickn.co.kr/js/slick.jswww.clickn.co.kr/js/slick.js https://www.clickn.co.kr/js/slick.js — 200 — 84.8 KiB — 600 ms — http/1.1https://www.clickn.co.kr/storage/cms/banner/202505/banner_20250509103423.jpgwww.clickn.co.kr/storage/cms/banner... https://www.clickn.co.kr/storage/cms/banner/202505/banner_20250509103423.jpg — 200 — 94.7 KiB — 885 ms — http/1.1https://www.clickn.co.kr/storage/cms/banner/202504/banner_20250411121555.jpgwww.clickn.co.kr/storage/cms/banner... https://www.clickn.co.kr/storage/cms/banner/202504/banner_20250411121555.jpg — 200 — 74.3 KiB — 597 ms — http/1.1https://www.clickn.co.kr/storage/cms/banner/202603/banner_20260306154013.jpgwww.clickn.co.kr/storage/cms/banner... https://www.clickn.co.kr/storage/cms/banner/202603/banner_20260306154013.jpg — 200 — 78.1 KiB — 597 ms — http/1.1https://www.clickn.co.kr/storage/cms/banner/202501/banner_20250116143847.jpgwww.clickn.co.kr/storage/cms/banner... https://www.clickn.co.kr/storage/cms/banner/202501/banner_20250116143847.jpg — 200 — 62.6 KiB — 562 ms — http/1.1https://www.clickn.co.kr/storage/cms/banner/202602/banner_20260226143104.pngwww.clickn.co.kr/storage/cms/banner... https://www.clickn.co.kr/storage/cms/banner/202602/banner_20260226143104.png — 200 — 64.1 KiB — 565 ms — http/1.1https://ssl.pstatic.net/melona/libs/gfp-nac-module/synchronizer.jsssl.pstatic.net/melona/libs/gfp-nac... https://ssl.pstatic.net/melona/libs/gfp-nac-module/synchronizer.js — 200 — 18.2 KiB — 28 ms — h2https://wcs.naver.com/bwcs.naver.com/b https://wcs.naver.com/b — 204 — 774 B — 434 ms — h2https://rum.beusable.net/load/b230111e155750u755?url=https%3A%2F%2Fwww.clickn.co.kr%2Frum.beusable.net/load/b230111e15575... https://rum.beusable.net/load/b230111e155750u755?url=https%3A%2F%2Fwww.clickn.co.kr%2F — 200 — 503 B — 443 ms — h2https://www.clickn.co.kr/storage/cms/banner/202407/mobile_20240701094900.pngwww.clickn.co.kr/storage/cms/banner... https://www.clickn.co.kr/storage/cms/banner/202407/mobile_20240701094900.png — 200 — 325.5 KiB — 4.5 s — http/1.1https://cdn.channel.io/plugin/ch-plugin-web.jscdn.channel.io/plugin/ch-plugin-web... https://cdn.channel.io/plugin/ch-plugin-web.js — 200 — 1.1 KiB — 43 ms — h2https://nam.veta.naver.com/nac/2nam.veta.naver.com/nac/2 https://nam.veta.naver.com/nac/2 — 200 — 324 B — 26 ms — h2https://cdn.channel.io/plugin/ch-plugin-core.a96340d2.vendor.jscdn.channel.io/plugin/ch-plugin-cor... https://cdn.channel.io/plugin/ch-plugin-core.a96340d2.vendor.js — 200 — 164.9 KiB — 18 ms — h2https://cdn.channel.io/plugin/ch-plugin-core-20260416214757.jscdn.channel.io/plugin/ch-plugin-cor... https://cdn.channel.io/plugin/ch-plugin-core-20260416214757.js — 200 — 116.4 KiB — 23 ms — h2https://www.clickn.co.kr/storage/cms/banner/202602/banner_20260226141942.pngwww.clickn.co.kr/storage/cms/banner... https://www.clickn.co.kr/storage/cms/banner/202602/banner_20260226141942.png — 200 — 59.7 KiB — 740 ms — http/1.1https://www.clickn.co.kr/storage/cms/banner/202602/banner_20260226143437.pngwww.clickn.co.kr/storage/cms/banner... https://www.clickn.co.kr/storage/cms/banner/202602/banner_20260226143437.png — 200 — 75.3 KiB — 594 ms — http/1.1https://cdn.channel.io/plugin/ch-plugin-core.6ec68944.vendor-sentry.jscdn.channel.io/plugin/ch-plugin-cor... https://cdn.channel.io/plugin/ch-plugin-core.6ec68944.vendor-sentry.js — 200 — 53.5 KiB — 20 ms — h2https://cdn.channel.io/plugin/ch-plugin-core.6369d473.vendor-common.jscdn.channel.io/plugin/ch-plugin-cor... https://cdn.channel.io/plugin/ch-plugin-core.6369d473.vendor-common.js — 200 — 63.5 KiB — 19 ms — h2https://www.clickn.co.kr/storage/cms/banner/202604/banner_20260413122230.pngwww.clickn.co.kr/storage/cms/banner... https://www.clickn.co.kr/storage/cms/banner/202604/banner_20260413122230.png — 200 — 939.4 KiB — 6.9 s — http/1.1https://api.channel.io/front/v8/elastic/plugins/2f35d38d-e85a-4c39-b05a-1616c8b4142c?api.channel.io/front/v8/elastic/plu... https://api.channel.io/front/v8/elastic/plugins/2f35d38d-e85a-4c39-b05a-1616c8b4142c? — 200 — 0 B — 175 ms — h2https://b.clarity.ms/collectb.clarity.ms/collect https://b.clarity.ms/collect — 204 — 280 B — 74 ms — http/1.1https://www.clickn.co.kr/storage/cms/banner/202604/banner_20260414103744.pngwww.clickn.co.kr/storage/cms/banner... https://www.clickn.co.kr/storage/cms/banner/202604/banner_20260414103744.png — 200 — 896.9 KiB — 8.8 s — http/1.1https://o249840.ingest.sentry.io/api/306179/envelope/?sentry_version=7&sentry_key=b05367f6be924bb49e15838987b99ce6&sentry_client=sentry.javascript.react%2F9.39.0o249840.ingest.sentry.io/api/306179... https://o249840.ingest.sentry.io/api/306179/envelope/?sentry_version=7&sentry_key=b05367f6be924bb49e15838987b99ce6&sentry_client=sentry.javascript.react%2F9.39.0 — 200 — 300 B — 79 ms — h2https://api.channel.io/front/v8/elastic/plugins/2f35d38d-e85a-4c39-b05a-1616c8b4142c?api.channel.io/front/v8/elastic/plu... https://api.channel.io/front/v8/elastic/plugins/2f35d38d-e85a-4c39-b05a-1616c8b4142c? — 200 — 632 B — 145 ms — h2https://api.channel.io/front/v8/elastic/plugins/2f35d38d-e85a-4c39-b05a-1616c8b4142c/bootapi.channel.io/front/v8/elastic/plu... https://api.channel.io/front/v8/elastic/plugins/2f35d38d-e85a-4c39-b05a-1616c8b4142c/boot — 200 — 2.0 KiB — 166 ms — h2https://www.clickn.co.kr/storage/cms/banner/202604/mobile_20260410182216.pngwww.clickn.co.kr/storage/cms/banner... https://www.clickn.co.kr/storage/cms/banner/202604/mobile_20260410182216.png — 200 — 567.9 KiB — 4.7 s — http/1.1https://api.channel.io/front/v7/channels/203574/suggested-questionsapi.channel.io/front/v7/channels/20... https://api.channel.io/front/v7/channels/203574/suggested-questions — 200 — 0 B — 151 ms — h2https://www.clickn.co.kr/storage/cms/banner/202602/banner_20260227140340.jpgwww.clickn.co.kr/storage/cms/banner... https://www.clickn.co.kr/storage/cms/banner/202602/banner_20260227140340.jpg — 200 — 150.1 KiB — 886 ms — http/1.1https://api.channel.io/front/v7/channels/203574/suggested-questionsapi.channel.io/front/v7/channels/20... https://api.channel.io/front/v7/channels/203574/suggested-questions — 200 — 282 B — 152 ms — h2https://api.channel.io/front/v8/channels/203574/eventsapi.channel.io/front/v8/channels/20... https://api.channel.io/front/v8/channels/203574/events — 200 — 671 B — 220 ms — h2https://analytics.google.com/g/collect?v=2&tid=G-BJ43PW99PN&gtm=45je64k0v887997025za20gzb845483478zd845483478&_p=1776894926296&gcd=13l3l3l3l1l1&npa=0&dma=0&_eu=AEAAAGQ&ae=a&are=1&cid=1965656097.1776894927&frm=0&pscdl=noapi&rcb=10&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=2&tag_exp=0~115616985~115938466~115938468~117266400~117512543&sid=1776894926&sct=1&seg=0&dl=https%3A%2F%2Fwww.clickn.co.kr%2F&dt=%EB%AC%B4%EB%A3%8C%20%ED%99%88%ED%8E%98%EC%9D%B4%EC%A7%80%20%EC%A0%9C%EC%9E%91%20%7C%20SEO%EC%B5%9C%EC%A0%81%ED%99%94%20AI%ED%99%88%ED%8E%98%EC%9D%B4%EC%A7%80%20%7C%20%ED%81%B4%EB%A6%AD%EC%97%94&en=scroll&ep.cookieDomain=auto&epn.percent_scrolled=90&_et=15&tfd=9472analytics.google.com/g/collect?v=2&... https://analytics.google.com/g/collect?v=2&tid=G-BJ43PW99PN&gtm=45je64k0v887997025za20gzb845483478zd845483478&_p=1776894926296&gcd=13l3l3l3l1l1&npa=0&dma=0&_eu=AEAAAGQ&ae=a&are=1&cid=1965656097.1776894927&frm=0&pscdl=noapi&rcb=10&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=2&tag_exp=0~115616985~115938466~115938468~117266400~117512543&sid=1776894926&sct=1&seg=0&dl=https%3A%2F%2Fwww.clickn.co.kr%2F&dt=%EB%AC%B4%EB%A3%8C%20%ED%99%88%ED%8E%98%EC%9D%B4%EC%A7%80%20%EC%A0%9C%EC%9E%91%20%7C%20SEO%EC%B5%9C%EC%A0%81%ED%99%94%20AI%ED%99%88%ED%8E%98%EC%9D%B4%EC%A7%80%20%7C%20%ED%81%B4%EB%A6%AD%EC%97%94&en=scroll&ep.cookieDomain=auto&epn.percent_scrolled=90&_et=15&tfd=9472 — 204 — 48 B — 25 ms — h2https://www.clickn.co.kr/storage/cms/banner/202602/mobile_20260227140345.jpgwww.clickn.co.kr/storage/cms/banner... https://www.clickn.co.kr/storage/cms/banner/202602/mobile_20260227140345.jpg — 200 — 460.3 KiB — 2.1 s — http/1.1https://www.clickn.co.kr/storage/cms/banner/202407/banner_20240701093751.pngwww.clickn.co.kr/storage/cms/banner... https://www.clickn.co.kr/storage/cms/banner/202407/banner_20240701093751.png — 200 — 808.3 KiB — 5.3 s — http/1.1https://b.clarity.ms/collectb.clarity.ms/collect https://b.clarity.ms/collect — 204 — 280 B — 142 ms — http/1.1https://www.clickn.co.kr/storage/cms/banner/202407/mobile_20240701093757.pngwww.clickn.co.kr/storage/cms/banner... https://www.clickn.co.kr/storage/cms/banner/202407/mobile_20240701093757.png — 200 — 453.2 KiB — 2.1 s — http/1.1https://www.clickn.co.kr/storage/cms/banner/202603/banner_20260323093610.pngwww.clickn.co.kr/storage/cms/banner... https://www.clickn.co.kr/storage/cms/banner/202603/banner_20260323093610.png — 200 — 737.1 KiB — 7.6 s — http/1.1https://www.clickn.co.kr/storage/cms/banner/202603/mobile_20260323093614.pngwww.clickn.co.kr/storage/cms/banner... https://www.clickn.co.kr/storage/cms/banner/202603/mobile_20260323093614.png — 200 — 542.1 KiB — 2.9 s — http/1.1https://www.clickn.co.kr/storage/cms/banner/202508/banner_20250804102126.jpgwww.clickn.co.kr/storage/cms/banner... https://www.clickn.co.kr/storage/cms/banner/202508/banner_20250804102126.jpg — 200 — 387.6 KiB — 1.5 s — http/1.1https://www.clickn.co.kr/storage/cms/banner/202508/mobile_20250804102131.jpgwww.clickn.co.kr/storage/cms/banner... https://www.clickn.co.kr/storage/cms/banner/202508/mobile_20250804102131.jpg — 200 — 620.3 KiB — 3.7 s — http/1.1https://www.clickn.co.kr/storage/cms/banner/202603/banner_20260310150040.pngwww.clickn.co.kr/storage/cms/banner... https://www.clickn.co.kr/storage/cms/banner/202603/banner_20260310150040.png — 200 — 1.2 MiB — 7.5 s — http/1.1https://www.clickn.co.kr/storage/cms/banner/202603/mobile_20260310150045.pngwww.clickn.co.kr/storage/cms/banner... https://www.clickn.co.kr/storage/cms/banner/202603/mobile_20260310150045.png — 200 — 1.4 MiB — 10.9 s — http/1.1https://b.clarity.ms/collectb.clarity.ms/collect https://b.clarity.ms/collect — 204 — 280 B — 72 ms — http/1.1https://www.clickn.co.kr/storage/cms/banner/202504/banner_20250411120530.jpgwww.clickn.co.kr/storage/cms/banner... https://www.clickn.co.kr/storage/cms/banner/202504/banner_20250411120530.jpg — 200 — 216.2 KiB — 1.2 s — http/1.1https://www.clickn.co.kr/storage/cms/banner/202504/mobile_20250411120537.jpgwww.clickn.co.kr/storage/cms/banner... https://www.clickn.co.kr/storage/cms/banner/202504/mobile_20250411120537.jpg — 200 — 229.8 KiB — 1.7 s — http/1.1https://www.clickn.co.kr/storage/cms/banner/202603/banner_20260306153933.jpgwww.clickn.co.kr/storage/cms/banner... https://www.clickn.co.kr/storage/cms/banner/202603/banner_20260306153933.jpg — 200 — 180.9 KiB — 1.2 s — http/1.1https://www.clickn.co.kr/storage/cms/banner/202603/mobile_20260306153931.jpgwww.clickn.co.kr/storage/cms/banner... https://www.clickn.co.kr/storage/cms/banner/202603/mobile_20260306153931.jpg — 200 — 148.1 KiB — 1.2 s — http/1.1https://www.clickn.co.kr/storage/cms/banner/202501/banner_20250116143752.jpgwww.clickn.co.kr/storage/cms/banner... https://www.clickn.co.kr/storage/cms/banner/202501/banner_20250116143752.jpg — 200 — 214.2 KiB — 1.4 s — http/1.1https://www.clickn.co.kr/storage/cms/banner/202501/mobile_20250116143756.jpgwww.clickn.co.kr/storage/cms/banner... https://www.clickn.co.kr/storage/cms/banner/202501/mobile_20250116143756.jpg — 200 — 138.1 KiB — 975 ms — http/1.1https://www.clickn.co.kr/storage/cms/banner/202407/banner_20240701094000.pngwww.clickn.co.kr/storage/cms/banner... https://www.clickn.co.kr/storage/cms/banner/202407/banner_20240701094000.png — 200 — 298.4 KiB — 2.0 s — http/1.1https://www.clickn.co.kr/storage/cms/banner/202407/mobile_20240701094006.pngwww.clickn.co.kr/storage/cms/banner... https://www.clickn.co.kr/storage/cms/banner/202407/mobile_20240701094006.png — 200 — 179.6 KiB — 1.5 s — http/1.1https://www.clickn.co.kr/storage/cms/banner/202407/banner_20240701094855.pngwww.clickn.co.kr/storage/cms/banner... https://www.clickn.co.kr/storage/cms/banner/202407/banner_20240701094855.png — 200 — 313.7 KiB — 4.3 s — http/1.1https://www.clickn.co.kr/images/main/feature_a.jpgwww.clickn.co.kr/images/main/featur... https://www.clickn.co.kr/images/main/feature_a.jpg — 200 — 76.5 KiB — 1.1 s — http/1.1https://www.clickn.co.kr/images/main/feature_img2.pngwww.clickn.co.kr/images/main/featur... https://www.clickn.co.kr/images/main/feature_img2.png — 200 — 111.3 KiB — 1.9 s — http/1.1https://www.clickn.co.kr/images/main/feature_img2_mo.pngwww.clickn.co.kr/images/main/featur... https://www.clickn.co.kr/images/main/feature_img2_mo.png — 200 — 126.2 KiB — 2.5 s — http/1.1https://www.clickn.co.kr/images/main/feature_b.jpgwww.clickn.co.kr/images/main/featur... https://www.clickn.co.kr/images/main/feature_b.jpg — 200 — 52.6 KiB — 2.5 s — http/1.1https://www.clickn.co.kr/images/main/feature_reservation.pngwww.clickn.co.kr/images/main/featur... https://www.clickn.co.kr/images/main/feature_reservation.png — 200 — 48.6 KiB — 2.6 s — http/1.1https://www.clickn.co.kr/images/main/feature_reservation_mo.pngwww.clickn.co.kr/images/main/featur... https://www.clickn.co.kr/images/main/feature_reservation_mo.png — 200 — 27.2 KiB — 2.9 s — http/1.1https://www.clickn.co.kr/images/main/case1.pngwww.clickn.co.kr/images/main/case1.... https://www.clickn.co.kr/images/main/case1.png — 200 — 69.7 KiB — 3.5 s — http/1.1https://www.clickn.co.kr/images/main/case2.pngwww.clickn.co.kr/images/main/case2.... https://www.clickn.co.kr/images/main/case2.png — 200 — 97.9 KiB — 3.5 s — http/1.1https://www.clickn.co.kr/images/main/case3.pngwww.clickn.co.kr/images/main/case3.... https://www.clickn.co.kr/images/main/case3.png — 200 — 67.2 KiB — 3.4 s — http/1.1https://www.clickn.co.kr/images/add/ico_design.pngwww.clickn.co.kr/images/add/ico_des... https://www.clickn.co.kr/images/add/ico_design.png — 200 — 6.1 KiB — 3.2 s — http/1.1https://www.clickn.co.kr/images/add/icon_reservation.pngwww.clickn.co.kr/images/add/icon_re... https://www.clickn.co.kr/images/add/icon_reservation.png — 200 — 1.7 KiB — 3.3 s — http/1.1https://www.clickn.co.kr/images/add/icon_android.svgwww.clickn.co.kr/images/add/icon_an... https://www.clickn.co.kr/images/add/icon_android.svg — 200 — 2.2 KiB — 3.5 s — http/1.1https://www.clickn.co.kr/images/add/icon_appstore.svgwww.clickn.co.kr/images/add/icon_ap... https://www.clickn.co.kr/images/add/icon_appstore.svg — 200 — 1.9 KiB — 3.6 s — http/1.1https://www.clickn.co.kr/images/add/icon_toss.pngwww.clickn.co.kr/images/add/icon_to... https://www.clickn.co.kr/images/add/icon_toss.png — 200 — 3.8 KiB — 3.6 s — http/1.1https://www.clickn.co.kr/images/add/icon_google.svgwww.clickn.co.kr/images/add/icon_go... https://www.clickn.co.kr/images/add/icon_google.svg — 200 — 1.5 KiB — 3.6 s — http/1.1https://www.clickn.co.kr/images/add/icon_googlemap.svgwww.clickn.co.kr/images/add/icon_go... https://www.clickn.co.kr/images/add/icon_googlemap.svg — 200 — 28.8 KiB — 4.1 s — http/1.1https://www.clickn.co.kr/images/add/icon_kakaomap.svgwww.clickn.co.kr/images/add/icon_ka... https://www.clickn.co.kr/images/add/icon_kakaomap.svg — 200 — 183.8 KiB — 4.7 s — http/1.1https://www.clickn.co.kr/images/add/icon_facebook.svgwww.clickn.co.kr/images/add/icon_fa... https://www.clickn.co.kr/images/add/icon_facebook.svg — 200 — 1.2 KiB — 3.8 s — http/1.1https://www.clickn.co.kr/images/add/icon_navermap.svgwww.clickn.co.kr/images/add/icon_na... https://www.clickn.co.kr/images/add/icon_navermap.svg — 200 — 27.8 KiB — 4.1 s — http/1.1https://www.clickn.co.kr/images/add/icon_kakao.svgwww.clickn.co.kr/images/add/icon_ka... https://www.clickn.co.kr/images/add/icon_kakao.svg — 200 — 871 B — 3.9 s — http/1.1https://www.clickn.co.kr/images/add/icon_instagram.svgwww.clickn.co.kr/images/add/icon_in... https://www.clickn.co.kr/images/add/icon_instagram.svg — 200 — 40.8 KiB — 4.5 s — http/1.1https://www.clickn.co.kr/images/add/icon_pg.svgwww.clickn.co.kr/images/add/icon_pg... https://www.clickn.co.kr/images/add/icon_pg.svg — 200 — 636 B — 4.2 s — http/1.1https://www.clickn.co.kr/images/add/icon_sms.svgwww.clickn.co.kr/images/add/icon_sm... https://www.clickn.co.kr/images/add/icon_sms.svg — 200 — 4.4 KiB — 4.3 s — http/1.1https://www.clickn.co.kr/images/add/icon_mail.svgwww.clickn.co.kr/images/add/icon_ma... https://www.clickn.co.kr/images/add/icon_mail.svg — 200 — 1.2 KiB — 4.4 s — http/1.1https://www.clickn.co.kr/images/add/icon_naver.svgwww.clickn.co.kr/images/add/icon_na... https://www.clickn.co.kr/images/add/icon_naver.svg — 200 — 658 B — 4.4 s — http/1.1https://www.clickn.co.kr/images/add/ico_ai.pngwww.clickn.co.kr/images/add/ico_ai.... https://www.clickn.co.kr/images/add/ico_ai.png — 200 — 1.9 KiB — 4.5 s — http/1.1https://www.clickn.co.kr/images/add/icon_www.svgwww.clickn.co.kr/images/add/icon_ww... https://www.clickn.co.kr/images/add/icon_www.svg — 200 — 3.8 KiB — 4.5 s — http/1.1https://www.clickn.co.kr/images/add/icon_security.svgwww.clickn.co.kr/images/add/icon_se... https://www.clickn.co.kr/images/add/icon_security.svg — 200 — 1.4 KiB — 4.6 s — http/1.1https://www.clickn.co.kr/images/add/icon_geditor.svgwww.clickn.co.kr/images/add/icon_ge... https://www.clickn.co.kr/images/add/icon_geditor.svg — 200 — 1.7 KiB — 4.6 s — http/1.1https://www.clickn.co.kr/images/add/icon_nshopping.svgwww.clickn.co.kr/images/add/icon_ns... https://www.clickn.co.kr/images/add/icon_nshopping.svg — 200 — 1.8 KiB — 4.6 s — http/1.1https://www.clickn.co.kr/images/add/icon_goodsflow.svgwww.clickn.co.kr/images/add/icon_go... https://www.clickn.co.kr/images/add/icon_goodsflow.svg — 200 — 6.9 KiB — 4.7 s — http/1.1https://www.clickn.co.kr/images/add/icon_apple.svgwww.clickn.co.kr/images/add/icon_ap... https://www.clickn.co.kr/images/add/icon_apple.svg — 200 — 1.2 KiB — 4.7 s — http/1.1https://www.clickn.co.kr/images/add/icon_npay.svgwww.clickn.co.kr/images/add/icon_np... https://www.clickn.co.kr/images/add/icon_npay.svg — 200 — 1.7 KiB — 4.8 s — http/1.1https://www.clickn.co.kr/images/add/icon_clone.svgwww.clickn.co.kr/images/add/icon_cl... https://www.clickn.co.kr/images/add/icon_clone.svg — 200 — 1.2 KiB — 4.8 s — http/1.1https://www.clickn.co.kr/images/add/icon_transfer.svgwww.clickn.co.kr/images/add/icon_tr... https://www.clickn.co.kr/images/add/icon_transfer.svg — 200 — 1.7 KiB — 4.8 s — http/1.1https://www.clickn.co.kr/images/add/icon_ad.svgwww.clickn.co.kr/images/add/icon_ad... https://www.clickn.co.kr/images/add/icon_ad.svg — 200 — 1.4 KiB — 4.9 s — http/1.1https://www.clickn.co.kr/images/add/icon_navertalk.svgwww.clickn.co.kr/images/add/icon_na... https://www.clickn.co.kr/images/add/icon_navertalk.svg — 200 — 1.9 KiB — 4.9 s — http/1.1https://www.clickn.co.kr/images/common/icon_youtube.svgwww.clickn.co.kr/images/common/icon... https://www.clickn.co.kr/images/common/icon_youtube.svg — 200 — 1.4 KiB — 4.9 s — http/1.1https://www.clickn.co.kr/images/common/icon_blog.svgwww.clickn.co.kr/images/common/icon... https://www.clickn.co.kr/images/common/icon_blog.svg — 200 — 4.8 KiB — 4.9 s — http/1.1https://www.clickn.co.kr/images/common/icon_instagram.svgwww.clickn.co.kr/images/common/icon... https://www.clickn.co.kr/images/common/icon_instagram.svg — 200 — 3.3 KiB — 5.0 s — http/1.1https://www.clickn.co.kr/images/common/icon_kakao.svgwww.clickn.co.kr/images/common/icon... https://www.clickn.co.kr/images/common/icon_kakao.svg — 200 — 2.8 KiB — 5.0 s — http/1.1https://www.clickn.co.kr/images/common/google_partner.pngwww.clickn.co.kr/images/common/goog... https://www.clickn.co.kr/images/common/google_partner.png — 200 — 2.5 KiB — 5.0 s — http/1.1https://www.clickn.co.kr/images/common/isms.pngwww.clickn.co.kr/images/common/isms... https://www.clickn.co.kr/images/common/isms.png — 200 — 4.5 KiB — 5.1 s — http/1.1https://www.clickn.co.kr/images/banner/quick/20260413.pngwww.clickn.co.kr/images/banner/quic... https://www.clickn.co.kr/images/banner/quick/20260413.png — 200 — 52.4 KiB — 5.5 s — http/1.1https://www.clickn.co.kr/images/banner/quick/20251017.pngwww.clickn.co.kr/images/banner/quic... https://www.clickn.co.kr/images/banner/quick/20251017.png — 200 — 42.7 KiB — 5.5 s — http/1.1https://www.clickn.co.kr/images/banner/quick/20250616.pngwww.clickn.co.kr/images/banner/quic... https://www.clickn.co.kr/images/banner/quick/20250616.png — 200 — 35.0 KiB — 5.5 s — http/1.1https://www.clickn.co.kr/images/banner/quick/20250416.pngwww.clickn.co.kr/images/banner/quic... https://www.clickn.co.kr/images/banner/quick/20250416.png — 200 — 28.7 KiB — 5.5 s — http/1.1https://www.clickn.co.kr/images/main/feature_a.mp4www.clickn.co.kr/images/main/featur... https://www.clickn.co.kr/images/main/feature_a.mp4 — 206 — 1.2 MiB — 4.6 s — http/1.1https://www.clickn.co.kr/images/main/device_free.jpgwww.clickn.co.kr/images/main/device... https://www.clickn.co.kr/images/main/device_free.jpg — 200 — 464.7 KiB — 7.2 s — http/1.1https://www.clickn.co.kr/images/main/bg_start_mo.pngwww.clickn.co.kr/images/main/bg_sta... https://www.clickn.co.kr/images/main/bg_start_mo.png — 200 — 48.7 KiB — 5.0 s — http/1.1https://www.clickn.co.kr/images/common/bul_select_white.svgwww.clickn.co.kr/images/common/bul_... https://www.clickn.co.kr/images/common/bul_select_white.svg — 200 — 489 B — 4.5 s — http/1.1https://www.clickn.co.kr/images/main/feature_b.mp4www.clickn.co.kr/images/main/featur... https://www.clickn.co.kr/images/main/feature_b.mp4 — 206 — 528.3 KiB — 4.6 s — http/1.1https://b.clarity.ms/collectb.clarity.ms/collect https://b.clarity.ms/collect — 204 — 280 B — 72 ms — http/1.1https://c.clarity.ms/c.gifc.clarity.ms/c.gif https://c.clarity.ms/c.gif — 302 — 518 B — 46 ms — h2https://www.clickn.co.kr/images/favicon.icowww.clickn.co.kr/images/favicon.ico https://www.clickn.co.kr/images/favicon.ico — 200 — 1.2 KiB — 147 ms — http/1.1https://c.bing.com/c.gif?ctsa=mr&CtsSyncId=CFD84AFFC220406CB95451550B4491F6&RedC=c.clarity.ms&MXFR=2E207EEBA3CC6A05142D69A8A7CC644Dc.bing.com/c.gif?ctsa=mr&CtsSyncId=... https://c.bing.com/c.gif?ctsa=mr&CtsSyncId=CFD84AFFC220406CB95451550B4491F6&RedC=c.clarity.ms&MXFR=2E207EEBA3CC6A05142D69A8A7CC644D — 302 — 764 B — 70 ms — h2https://c.clarity.ms/c.gif?ctsa=mr&CtsSyncId=CFD84AFFC220406CB95451550B4491F6&MUID=3E588FC6AB4C618123219885AACF60B8c.clarity.ms/c.gif?ctsa=mr&CtsSyncI... https://c.clarity.ms/c.gif?ctsa=mr&CtsSyncId=CFD84AFFC220406CB95451550B4491F6&MUID=3E588FC6AB4C618123219885AACF60B8 — 200 — 467 B — 28 ms — h2https://b.clarity.ms/collectb.clarity.ms/collect https://b.clarity.ms/collect — 204 — 280 B — 72 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 25180ms · 1593KB · ₩99412/mo
www.clickn.co.kr
Other
Costly
Execution 12614ms
Transfer 71 KB
Monthly Cost ₩49802/mo
Unattributable
Other
Costly
Execution 4430ms
Transfer 0 KB
Monthly Cost ₩17490/mo
www.clickn.co.kr
Other
Costly
Execution 1656ms
Transfer 125 KB
Unused 51%
Monthly Cost ₩6537/mo
Microsoft Clarity
Session Replay
Costly
Execution 1439ms
Transfer 25 KB
Monthly Cost ₩5683/mo
www.clickn.co.kr
Other
Costly
Execution 949ms
Transfer 95 KB
Unused 60%
Monthly Cost ₩3747/mo
cdn.channel.io
Other
Costly
Execution 863ms
Transfer 165 KB
Unused 46%
Monthly Cost ₩3408/mo
cdn.channel.io
Other
Costly
Execution 534ms
Transfer 116 KB
Unused 44%
Monthly Cost ₩2108/mo
www.clickn.co.kr
Other
Costly
Execution 532ms
Transfer 137 KB
Unused 54%
Monthly Cost ₩2099/mo
Google Tag Manager
Tag Manager
Costly
Execution 526ms
Transfer 159 KB
Unused 43%
Monthly Cost ₩2078/mo
Google Tag Manager
Tag Manager
Costly
Execution 457ms
Transfer 173 KB
Unused 38%
Monthly Cost ₩1802/mo
scrollmagic.io
Other
Costly
Execution 368ms
Transfer 39 KB
Unused 72%
Monthly Cost ₩1453/mo
Facebook Pixel
Advertising
Costly
Execution 221ms
Transfer 45 KB
Monthly Cost ₩871/mo
cdn.channel.io
Other
Costly
Execution 211ms
Transfer 64 KB
Unused 94%
Monthly Cost ₩831/mo
Facebook Pixel
Advertising
Costly
Execution 170ms
Transfer 97 KB
Unused 32%
Monthly Cost ₩671/mo
www.clickn.co.kr
Other
Costly
Execution 85ms
Transfer 17 KB
Monthly Cost ₩336/mo
www.clickn.co.kr
Other
Costly
Execution 75ms
Transfer 248 KB
Unused 89%
Monthly Cost ₩298/mo
ssl.pstatic.net
Other
Costly
Execution 50ms
Transfer 18 KB
Monthly Cost ₩198/mo

These scripts may cost more than they're worth

  • www.clickn.co.kr adds 12614ms and costs ~₩49802/month
  • Unattributable adds 4430ms and costs ~₩17490/month
  • www.clickn.co.kr adds 1656ms and costs ~₩6537/month
  • Microsoft Clarity adds 1439ms and costs ~₩5683/month
  • www.clickn.co.kr adds 949ms and costs ~₩3747/month
  • cdn.channel.io adds 863ms and costs ~₩3408/month
  • cdn.channel.io adds 534ms and costs ~₩2108/month
  • www.clickn.co.kr adds 532ms and costs ~₩2099/month
  • Google Tag Manager adds 526ms and costs ~₩2078/month
  • Google Tag Manager adds 457ms and costs ~₩1802/month
  • scrollmagic.io adds 368ms and costs ~₩1453/month
  • Facebook Pixel adds 221ms and costs ~₩871/month
  • cdn.channel.io adds 211ms and costs ~₩831/month
  • Facebook Pixel adds 170ms and costs ~₩671/month
  • www.clickn.co.kr adds 85ms and costs ~₩336/month
  • www.clickn.co.kr adds 75ms and costs ~₩298/month
  • ssl.pstatic.net adds 50ms and costs ~₩198/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.clickn.co.kr takes 12614ms 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 4430ms 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.clickn.co.kr takes 1656ms 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

51% of www.clickn.co.kr'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

Microsoft Clarity takes 1439ms 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.clickn.co.kr takes 949ms 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

60% of www.clickn.co.kr'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

cdn.channel.io takes 863ms 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

cdn.channel.io takes 534ms 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.clickn.co.kr takes 532ms 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

54% of www.clickn.co.kr'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 526ms 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 457ms 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

scrollmagic.io takes 368ms 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

72% of scrollmagic.io'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

Facebook Pixel takes 221ms 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

cdn.channel.io takes 211ms 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

94% of cdn.channel.io'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

Facebook Pixel takes 170ms 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.clickn.co.kr takes 85ms 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.clickn.co.kr takes 75ms 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

89% of www.clickn.co.kr'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

ssl.pstatic.net takes 50ms 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