Skip to content
https://pchome.com.tw

Performance

· 17 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
71
GRADE
C
FIX
5
REVIEW
2
PASS
8
INFO
2

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

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

7.53 s

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

35.14 s

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

272 ms

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

0.009

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

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

42.77 s

Page Load Progression

979 ms
2.0 s
2.9 s
3.9 s
4.9 s
5.9 s
6.9 s
7.8 s
Checks
17
8 PASS 2 REVIEW 5 FIX
F
Page Weight Budget
Action
7.3 MB transferred, 305 requests
FIX
7.3 MB transferred, 305 requests
Critical::
Page weighs 10.9 MB (7.3 MB transferred)
Warning::
Images are 5.1 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 5.1 MB
Warning::
JavaScript is 767 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 767 KB
Info::
CSS is 580 KB — consider purging unused styles
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
Got: 580 KB
Warning::
305 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 1.5 g CO2 per page load
7.3 MB / 2.4 MB budget
7.3 MB transferred
305 requests
1.5 g CO2 per page load
Images 5.1 MiB 69%
Other 870.4 KiB 12%
JavaScript 766.9 KiB 10%
CSS 580.4 KiB 8%
HTML 83.5 KiB 1%
Other 15.6 KiB 0%
Fonts 1.9 KiB 0%
Other 561 B 0%
Other 552 B 0%
0 2.4 MB 4.9 MB
Over budget

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

Why this matters

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

Source: web.dev

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

Why this matters

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

Source: web.dev

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 (7.3 MiB of 7.3 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Execution Cost
Action
5969ms total JS execution
FIX
5969ms total JS execution
Warning::
Unattributable: 1684ms CPU time
Warning::
https://www.m.pchome.com.tw/: 1450ms CPU time
Warning::
https://code.jquery.com/jquery-3.6.3.min.js: 1432ms CPU time
Warning::
https://ad-specs.guoshipartners.com/static/js/isip...: 773ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=G-6LET...: 235ms CPU time
Warning::
Third-party scripts: 5969ms (100% of total)

Main Thread Breakdown

Other 40% Style & Layout 23% Script Evaluation 22% Rendering 10%
ScriptTotalScriptingParse/CompileParty
Unattributable1684ms8ms0ms3rd
https://www.m.pchome.com.tw/1450ms22ms13ms3rd
https://code.jquery.com/jquery-3.6.3.min.js1432ms530ms6ms3rd
https://ad-specs.guoshipartners.com/static/js/isip.js773ms241ms4ms3rd
https://www.googletagmanager.com/gtag/js?id=G-6LET9Q1GRN&cx=c&gtm=4e64k1h1235ms191ms40ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-WV668QJ7203ms163ms33ms3rd
https://s0.2mdn.net/ads/studio/cached_libs/tweenmax_1.20.4_3dc5474a75410cb768741e402b80d908_min.js129ms25ms13ms3rd
https://www.pchome.com.tw/js/index_2019.js?20260123a62ms54ms1ms3rd
D
Page Weight Inventory
Action
305 resources · 7.3 MB · 178 KB savings available
FIX
305 resources · 7.3 MB · 178 KB savings available
Warning::
Page weight 6.3 MB over 1MB target
Got: 7.3 MB Expected: ≤ 1 MB
Info::
~178 KB of savings available
Warning::
304 third-party resources (100% of weight)
Info::
6 resources over 200KB
305 resources · 7.3 MiB · 304 third-party 6.3 MiB over 1MB target
Image 69% · 5.1 MiB
Other 12% · 865.5 KiB
JavaScript 10% · 766.9 KiB
CSS 8% · 580.4 KiB
Document 1% · 90.4 KiB
Font 0% · 1.9 KiB

~178.0 KiB of savings available

Remove unused JavaScript: 178.0 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
214 images, 0 KB saveable
REVIEW
214 images, 0 KB saveable
Warning::
https://www.m.pchome.com.tw/img/svg/icon-arrow-up-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.m.pchome.com.tw/img/svg/wh07.svg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.m.pchome.com.tw/img/svg/icon-star4.svg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
214 images 5.0 MB
0 oversized -0 KB
64 legacy format
3 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

C
JS Bundles
Action
26 scripts, 178 KB unused
REVIEW
26 scripts, 178 KB unused
Warning::
https://www.googletagmanager.com/gtag/js?id=G-6LET...: 62 KB unused (41%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-WV6...: 61 KB unused (48%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://s0.2mdn.net/ads/studio/cached_libs/tweenma...: 29 KB unused (77%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://cdnjs.cloudflare.com/ajax/libs/Swiper/4.5....: 25 KB unused (89%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 178 KB
178 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.googletagmanager.com/gtag/js?id=G-6LET9Q1GRN&cx=c&gtm=4e64k1h1153 KB62 KB (41%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-WV668QJ7127 KB61 KB (48%)3rd
https://s0.2mdn.net/ads/studio/cached_libs/tweenmax_1.20.4_3dc5474a75410cb768741e402b80d908_min.js38 KB29 KB (77%)3rd
https://cdnjs.cloudflare.com/ajax/libs/Swiper/4.5.1/js/swiper.min.js29 KB25 KB (89%)3rd
https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick.min.js0 KB3rd
https://ad-specs.guoshipartners.com/static/js/onead-lib.min.js7 KB3rd
https://www.googletagmanager.com/gtm.js?id=GTM-KKDQDMN0 KB3rd
https://www.pchome.com.tw/js/jquery.cookie.js1 KB3rd
https://www.pchome.com.tw/js/index_2019.js?20260123a9 KB3rd
https://cdn.jsdelivr.net/npm/lozad/dist/lozad.min.js2 KB3rd

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

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

Web fonts

1

2 KB total

Render-blocking

0

of 1

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.5 s LCP 35.1 shttps://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/fonts/slick.woffslick.woff https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/fonts/slick.woff — 1.9 KiB — 27 ms — font-display: swap
slick.woff woff swap
Size 2 KB
Load time 27 ms
Start 3.9 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)

Fixing the unchecked items could save ~1 KB and ~2 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
1 hints, 0 missing preconnects
PASS
1 hints, 0 missing preconnects
Info::
Page uses 1 resource hint(s)

Current Resource Hints

preconnect
preload
1
dns-prefetch
prefetch

1 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
A+
Green Hosting
Whether the site is served from green-energy infrastructure
PASS

Green Hosting

This site is hosted on green energy infrastructure

Provider: Google Cloud

Network Waterfall
305 requests over 8586ms
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.5 s LCP 35.1 shttps://pchome.com.tw// https://pchome.com.tw/ — 301 — 114 B — 330 ms — h2https://www.pchome.com.tw/www.pchome.com.tw/ https://www.pchome.com.tw/ — 200 — 40.1 KiB — 484 ms — h2https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick.min.csscdnjs.cloudflare.com/ajax/libs/slic... https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick.min.css — 200 — 1013 B — 80 ms — h3https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick-theme.min.csscdnjs.cloudflare.com/ajax/libs/slic... https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick-theme.min.css — 200 — 1.3 KiB — 77 ms — h3https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.5.7/jquery.fancybox.min.csscdnjs.cloudflare.com/ajax/libs/fanc... https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.5.7/jquery.fancybox.min.css — 200 — 3.2 KiB — 78 ms — h3https://cdnjs.cloudflare.com/ajax/libs/Swiper/4.5.1/css/swiper.min.csscdnjs.cloudflare.com/ajax/libs/Swip... https://cdnjs.cloudflare.com/ajax/libs/Swiper/4.5.1/css/swiper.min.css — 200 — 3.2 KiB — 75 ms — h3https://kdpic.pchome.com.tw/img/js/xasynpcadshow.jskdpic.pchome.com.tw/img/js/xasynpca... https://kdpic.pchome.com.tw/img/js/xasynpcadshow.js — -1 — 0 B — 1.6 s — https://www.pchome.com.tw/css/style2020_light_off.min.css?20260123awww.pchome.com.tw/css/style2020_lig... https://www.pchome.com.tw/css/style2020_light_off.min.css?20260123a — 200 — 60.6 KiB — 656 ms — h2https://w6.pchome.com.tw/img/index_2019/img_211_0_0.png?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_211_0_0.png?t=1776897061 — -1 — 0 B — 1.6 s — https://w6.pchome.com.tw/img/index_2019/img_285_0_0.png?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_285_0_0.png?t=1776897061 — -1 — 0 B — 1.6 s — https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.jsajax.googleapis.com/ajax/libs/jquer... https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js — 200 — 30.4 KiB — 145 ms — h2https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick.min.jscdnjs.cloudflare.com/ajax/libs/slic... https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick.min.js — 200 — 10.0 KiB — 92 ms — h3https://s0.2mdn.net/ads/studio/cached_libs/tweenmax_1.20.4_3dc5474a75410cb768741e402b80d908_min.jss0.2mdn.net/ads/studio/cached_libs/... https://s0.2mdn.net/ads/studio/cached_libs/tweenmax_1.20.4_3dc5474a75410cb768741e402b80d908_min.js — 200 — 38.3 KiB — 147 ms — h2https://cdnjs.cloudflare.com/ajax/libs/Swiper/4.5.1/js/swiper.min.jscdnjs.cloudflare.com/ajax/libs/Swip... https://cdnjs.cloudflare.com/ajax/libs/Swiper/4.5.1/js/swiper.min.js — 200 — 29.0 KiB — 107 ms — h3https://www.pchome.com.tw/js/index.js?20260123awww.pchome.com.tw/js/index.js?20260... https://www.pchome.com.tw/js/index.js?20260123a — 200 — 7.4 KiB — 293 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-KKDQDMNwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-KKDQDMN — -1 — 0 B — 1.6 s — https://www.pchome.com.tw/js/jquery.cookie.jswww.pchome.com.tw/js/jquery.cookie.... https://www.pchome.com.tw/js/jquery.cookie.js — 200 — 1.0 KiB — 307 ms — h2https://www.pchome.com.tw/js/index_2019.js?20260123awww.pchome.com.tw/js/index_2019.js?... https://www.pchome.com.tw/js/index_2019.js?20260123a — 200 — 9.0 KiB — 460 ms — h2https://cdn.jsdelivr.net/npm/lozad/dist/lozad.min.jscdn.jsdelivr.net/npm/lozad/dist/loz... https://cdn.jsdelivr.net/npm/lozad/dist/lozad.min.js — 200 — 1.6 KiB — 44 ms — h2https://w6.pchome.com.tw/img/index_2019/img_284_0_0.png?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_284_0_0.png?t=1776897061 — -1 — 0 B — 1.6 s — https://w6.pchome.com.tw/img/index_2019/img_223_0_0.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_223_0_0.jpg?t=1776897061 — -1 — 0 B — 1.6 s — https://w6.pchome.com.tw/img/index_2019/img_201_0_0.png?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_201_0_0.png?t=1776897061 — 200 — 90.4 KiB — 1.3 s — h2https://w6.pchome.com.tw/img/index_2019/img_280_0_0.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_280_0_0.jpg?t=1776897061 — -1 — 0 B — 1.6 s — https://w6.pchome.com.tw/img/index_2019/img_283_0_0.png?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_283_0_0.png?t=1776897061 — -1 — 0 B — 1.6 s — https://w6.pchome.com.tw/img/index_2019/img_278_0_0.png?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_278_0_0.png?t=1776897061 — 200 — 112.5 KiB — 1.4 s — h2https://fonts.googleapis.com/earlyaccess/notosanstc.cssfonts.googleapis.com/earlyaccess/no... https://fonts.googleapis.com/earlyaccess/notosanstc.css — 200 — 293.2 KiB — 214 ms — h2https://fonts.googleapis.com/css?family=Noto+Sans+TC:100,300,400,500,700,900&display=swap&subset=chinese-traditionalfonts.googleapis.com/css?family=Not... https://fonts.googleapis.com/css?family=Noto+Sans+TC:100,300,400,500,700,900&display=swap&subset=chinese-traditional — 200 — 195.2 KiB — 207 ms — h2https://w6.pchome.com.tw/img/index_2019/img_212_0_0.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_212_0_0.jpg?t=1776897061 — -1 — 0 B — 1.6 s — https://w6.pchome.com.tw/img/index_2019/img_222_0_0.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_222_0_0.jpg?t=1776897061 — -1 — 0 B — 1.6 s — https://w6.pchome.com.tw/img/index_2019/img_311_0_0.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_311_0_0.jpg?t=1776897061 — -1 — 0 B — 1.6 s —
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.5 s LCP 35.1 shttps://pchome.com.tw// https://pchome.com.tw/ — 301 — 114 B — 330 ms — h2https://www.pchome.com.tw/www.pchome.com.tw/ https://www.pchome.com.tw/ — 200 — 40.1 KiB — 484 ms — h2https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick.min.csscdnjs.cloudflare.com/ajax/libs/slic... https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick.min.css — 200 — 1013 B — 80 ms — h3https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick-theme.min.csscdnjs.cloudflare.com/ajax/libs/slic... https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick-theme.min.css — 200 — 1.3 KiB — 77 ms — h3https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.5.7/jquery.fancybox.min.csscdnjs.cloudflare.com/ajax/libs/fanc... https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.5.7/jquery.fancybox.min.css — 200 — 3.2 KiB — 78 ms — h3https://cdnjs.cloudflare.com/ajax/libs/Swiper/4.5.1/css/swiper.min.csscdnjs.cloudflare.com/ajax/libs/Swip... https://cdnjs.cloudflare.com/ajax/libs/Swiper/4.5.1/css/swiper.min.css — 200 — 3.2 KiB — 75 ms — h3https://kdpic.pchome.com.tw/img/js/xasynpcadshow.jskdpic.pchome.com.tw/img/js/xasynpca... https://kdpic.pchome.com.tw/img/js/xasynpcadshow.js — -1 — 0 B — 1.6 s — https://www.pchome.com.tw/css/style2020_light_off.min.css?20260123awww.pchome.com.tw/css/style2020_lig... https://www.pchome.com.tw/css/style2020_light_off.min.css?20260123a — 200 — 60.6 KiB — 656 ms — h2https://w6.pchome.com.tw/img/index_2019/img_211_0_0.png?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_211_0_0.png?t=1776897061 — -1 — 0 B — 1.6 s — https://w6.pchome.com.tw/img/index_2019/img_285_0_0.png?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_285_0_0.png?t=1776897061 — -1 — 0 B — 1.6 s — https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.jsajax.googleapis.com/ajax/libs/jquer... https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js — 200 — 30.4 KiB — 145 ms — h2https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick.min.jscdnjs.cloudflare.com/ajax/libs/slic... https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick.min.js — 200 — 10.0 KiB — 92 ms — h3https://s0.2mdn.net/ads/studio/cached_libs/tweenmax_1.20.4_3dc5474a75410cb768741e402b80d908_min.jss0.2mdn.net/ads/studio/cached_libs/... https://s0.2mdn.net/ads/studio/cached_libs/tweenmax_1.20.4_3dc5474a75410cb768741e402b80d908_min.js — 200 — 38.3 KiB — 147 ms — h2https://cdnjs.cloudflare.com/ajax/libs/Swiper/4.5.1/js/swiper.min.jscdnjs.cloudflare.com/ajax/libs/Swip... https://cdnjs.cloudflare.com/ajax/libs/Swiper/4.5.1/js/swiper.min.js — 200 — 29.0 KiB — 107 ms — h3https://www.pchome.com.tw/js/index.js?20260123awww.pchome.com.tw/js/index.js?20260... https://www.pchome.com.tw/js/index.js?20260123a — 200 — 7.4 KiB — 293 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-KKDQDMNwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-KKDQDMN — -1 — 0 B — 1.6 s — https://www.pchome.com.tw/js/jquery.cookie.jswww.pchome.com.tw/js/jquery.cookie.... https://www.pchome.com.tw/js/jquery.cookie.js — 200 — 1.0 KiB — 307 ms — h2https://www.pchome.com.tw/js/index_2019.js?20260123awww.pchome.com.tw/js/index_2019.js?... https://www.pchome.com.tw/js/index_2019.js?20260123a — 200 — 9.0 KiB — 460 ms — h2https://cdn.jsdelivr.net/npm/lozad/dist/lozad.min.jscdn.jsdelivr.net/npm/lozad/dist/loz... https://cdn.jsdelivr.net/npm/lozad/dist/lozad.min.js — 200 — 1.6 KiB — 44 ms — h2https://w6.pchome.com.tw/img/index_2019/img_284_0_0.png?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_284_0_0.png?t=1776897061 — -1 — 0 B — 1.6 s — https://w6.pchome.com.tw/img/index_2019/img_223_0_0.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_223_0_0.jpg?t=1776897061 — -1 — 0 B — 1.6 s — https://w6.pchome.com.tw/img/index_2019/img_201_0_0.png?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_201_0_0.png?t=1776897061 — 200 — 90.4 KiB — 1.3 s — h2https://w6.pchome.com.tw/img/index_2019/img_280_0_0.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_280_0_0.jpg?t=1776897061 — -1 — 0 B — 1.6 s — https://w6.pchome.com.tw/img/index_2019/img_283_0_0.png?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_283_0_0.png?t=1776897061 — -1 — 0 B — 1.6 s — https://w6.pchome.com.tw/img/index_2019/img_278_0_0.png?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_278_0_0.png?t=1776897061 — 200 — 112.5 KiB — 1.4 s — h2https://fonts.googleapis.com/earlyaccess/notosanstc.cssfonts.googleapis.com/earlyaccess/no... https://fonts.googleapis.com/earlyaccess/notosanstc.css — 200 — 293.2 KiB — 214 ms — h2https://fonts.googleapis.com/css?family=Noto+Sans+TC:100,300,400,500,700,900&display=swap&subset=chinese-traditionalfonts.googleapis.com/css?family=Not... https://fonts.googleapis.com/css?family=Noto+Sans+TC:100,300,400,500,700,900&display=swap&subset=chinese-traditional — 200 — 195.2 KiB — 207 ms — h2https://w6.pchome.com.tw/img/index_2019/img_212_0_0.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_212_0_0.jpg?t=1776897061 — -1 — 0 B — 1.6 s — https://w6.pchome.com.tw/img/index_2019/img_222_0_0.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_222_0_0.jpg?t=1776897061 — -1 — 0 B — 1.6 s — https://w6.pchome.com.tw/img/index_2019/img_311_0_0.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_311_0_0.jpg?t=1776897061 — -1 — 0 B — 1.6 s — https://w6.pchome.com.tw/img/index_2019/img_311_0_1.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_311_0_1.jpg?t=1776897061 — -1 — 0 B — 1.6 s — https://w6.pchome.com.tw/img/index_2019/img_311_0_2.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_311_0_2.jpg?t=1776897061 — -1 — 0 B — 1.6 s — https://w6.pchome.com.tw/img/index_2019/img_311_0_3.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_311_0_3.jpg?t=1776897061 — -1 — 0 B — 1.6 s — https://w6.pchome.com.tw/img/index_2019/img_311_0_4.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_311_0_4.jpg?t=1776897061 — -1 — 0 B — 1.6 s — https://w6.pchome.com.tw/img/index_2019/img_311_0_5.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_311_0_5.jpg?t=1776897061 — -1 — 0 B — 1.6 s — https://w6.pchome.com.tw/img/index_2019/img_311_0_6.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_311_0_6.jpg?t=1776897061 — -1 — 0 B — 1.6 s — https://w6.pchome.com.tw/img/index_2019/img_312_0_0.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_312_0_0.jpg?t=1776897061 — -1 — 0 B — 1.6 s — https://w6.pchome.com.tw/img/index_2019/img_312_0_1.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_312_0_1.jpg?t=1776897061 — -1 — 0 B — 1.6 s — https://w6.pchome.com.tw/img/index_2019/img_312_0_2.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_312_0_2.jpg?t=1776897061 — -1 — 0 B — 1.6 s — https://w6.pchome.com.tw/img/index_2019/img_312_0_3.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_312_0_3.jpg?t=1776897061 — -1 — 0 B — 1.6 s — https://w6.pchome.com.tw/img/index_2019/img_312_0_4.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_312_0_4.jpg?t=1776897061 — -1 — 0 B — 1.6 s — https://w6.pchome.com.tw/img/index_2019/img_312_0_5.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_312_0_5.jpg?t=1776897061 — -1 — 0 B — 1.6 s — https://w6.pchome.com.tw/img/index_2019/img_312_0_6.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_312_0_6.jpg?t=1776897061 — -1 — 0 B — 1.6 s — https://w6.pchome.com.tw/img/index_2019/img_313_0_0.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_313_0_0.jpg?t=1776897061 — -1 — 0 B — 1.6 s — https://w6.pchome.com.tw/img/index_2019/img_313_0_1.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_313_0_1.jpg?t=1776897061 — -1 — 0 B — 1.6 s — https://w6.pchome.com.tw/img/index_2019/img_313_0_2.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_313_0_2.jpg?t=1776897061 — -1 — 0 B — 1.6 s — https://w6.pchome.com.tw/img/index_2019/img_313_0_3.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_313_0_3.jpg?t=1776897061 — -1 — 0 B — 1.6 s — https://w6.pchome.com.tw/img/index_2019/img_313_0_4.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_313_0_4.jpg?t=1776897061 — -1 — 0 B — 1.6 s — https://w6.pchome.com.tw/img/index_2019/img_313_0_5.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_313_0_5.jpg?t=1776897061 — -1 — 0 B — 1.6 s — https://w6.pchome.com.tw/img/index_2019/img_313_0_6.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_313_0_6.jpg?t=1776897061 — -1 — 0 B — 1.6 s — https://w6.pchome.com.tw/img/index_2019/img_314_0_0.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_314_0_0.jpg?t=1776897061 — -1 — 0 B — 1.6 s — https://w6.pchome.com.tw/img/index_2019/img_314_0_1.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_314_0_1.jpg?t=1776897061 — -1 — 0 B — 1.6 s — https://w6.pchome.com.tw/img/index_2019/img_314_0_2.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_314_0_2.jpg?t=1776897061 — -1 — 0 B — 1.6 s — https://w6.pchome.com.tw/img/index_2019/img_314_0_3.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_314_0_3.jpg?t=1776897061 — -1 — 0 B — 1.6 s — https://w6.pchome.com.tw/img/index_2019/img_314_0_4.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_314_0_4.jpg?t=1776897061 — -1 — 0 B — 1.6 s — https://w6.pchome.com.tw/img/index_2019/img_314_0_5.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_314_0_5.jpg?t=1776897061 — -1 — 0 B — 1.6 s — https://w6.pchome.com.tw/img/index_2019/img_314_0_6.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_314_0_6.jpg?t=1776897061 — -1 — 0 B — 1.6 s — https://w6.pchome.com.tw/img/index_2019/img_315_0_0.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_315_0_0.jpg?t=1776897061 — -1 — 0 B — 1.6 s — https://w6.pchome.com.tw/img/index_2019/img_315_0_1.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_315_0_1.jpg?t=1776897061 — -1 — 0 B — 1.6 s — https://w6.pchome.com.tw/img/index_2019/img_315_0_2.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_315_0_2.jpg?t=1776897061 — -1 — 0 B — 1.6 s — https://w6.pchome.com.tw/img/index_2019/img_315_0_3.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_315_0_3.jpg?t=1776897061 — -1 — 0 B — 1.6 s — https://w6.pchome.com.tw/img/index_2019/img_315_0_4.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_315_0_4.jpg?t=1776897061 — -1 — 0 B — 1.6 s — https://w6.pchome.com.tw/img/index_2019/img_315_0_5.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_315_0_5.jpg?t=1776897061 — -1 — 0 B — 1.6 s — https://w6.pchome.com.tw/img/index_2019/img_315_0_6.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_315_0_6.jpg?t=1776897061 — -1 — 0 B — 1.6 s — https://w6.pchome.com.tw/img/index_2019/img_316_0_0.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_316_0_0.jpg?t=1776897061 — -1 — 0 B — 1.6 s — https://w6.pchome.com.tw/img/index_2019/img_316_0_1.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_316_0_1.jpg?t=1776897061 — -1 — 0 B — 1.6 s — https://w6.pchome.com.tw/img/index_2019/img_316_0_2.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_316_0_2.jpg?t=1776897061 — -1 — 0 B — 1.5 s — https://w6.pchome.com.tw/img/index_2019/img_316_0_3.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_316_0_3.jpg?t=1776897061 — -1 — 0 B — 1.6 s — https://w6.pchome.com.tw/img/index_2019/img_316_0_4.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_316_0_4.jpg?t=1776897061 — -1 — 0 B — 1.5 s — https://w6.pchome.com.tw/img/index_2019/img_316_0_5.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_316_0_5.jpg?t=1776897061 — -1 — 0 B — 1.5 s — https://w6.pchome.com.tw/img/index_2019/img_316_0_6.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_316_0_6.jpg?t=1776897061 — -1 — 0 B — 1.5 s — https://w6.pchome.com.tw/img/index_2019/img_317_0_0.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_317_0_0.jpg?t=1776897061 — -1 — 0 B — 1.5 s — https://w6.pchome.com.tw/img/index_2019/img_317_0_1.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_317_0_1.jpg?t=1776897061 — -1 — 0 B — 1.5 s — https://w6.pchome.com.tw/img/index_2019/img_317_0_2.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_317_0_2.jpg?t=1776897061 — -1 — 0 B — 1.5 s — https://w6.pchome.com.tw/img/index_2019/img_317_0_3.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_317_0_3.jpg?t=1776897061 — -1 — 0 B — 1.5 s — https://w6.pchome.com.tw/img/index_2019/img_317_0_4.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_317_0_4.jpg?t=1776897061 — -1 — 0 B — 1.5 s — https://w6.pchome.com.tw/img/index_2019/img_317_0_5.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_317_0_5.jpg?t=1776897061 — -1 — 0 B — 1.5 s — https://w6.pchome.com.tw/img/index_2019/img_317_0_6.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_317_0_6.jpg?t=1776897061 — -1 — 0 B — 1.5 s — https://w6.pchome.com.tw/img/index_2019/img_318_0_0.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_318_0_0.jpg?t=1776897061 — -1 — 0 B — 1.5 s — https://w6.pchome.com.tw/img/index_2019/img_318_0_1.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_318_0_1.jpg?t=1776897061 — -1 — 0 B — 1.5 s — https://w6.pchome.com.tw/img/index_2019/img_318_0_2.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_318_0_2.jpg?t=1776897061 — -1 — 0 B — 1.5 s — https://w6.pchome.com.tw/img/index_2019/img_318_0_3.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_318_0_3.jpg?t=1776897061 — -1 — 0 B — 1.5 s — https://w6.pchome.com.tw/img/index_2019/img_318_0_4.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_318_0_4.jpg?t=1776897061 — -1 — 0 B — 1.5 s — https://w6.pchome.com.tw/img/index_2019/img_318_0_5.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_318_0_5.jpg?t=1776897061 — -1 — 0 B — 1.5 s — https://w6.pchome.com.tw/img/index_2019/img_318_0_6.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_318_0_6.jpg?t=1776897061 — -1 — 0 B — 1.5 s — https://w6.pchome.com.tw/img/index_2019/img_296_0_0.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_296_0_0.jpg?t=1776897061 — -1 — 0 B — 1.5 s — https://w6.pchome.com.tw/img/index_2019/img_296_0_1.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_296_0_1.jpg?t=1776897061 — -1 — 0 B — 1.5 s — https://w6.pchome.com.tw/img/index_2019/img_296_0_2.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_296_0_2.jpg?t=1776897061 — -1 — 0 B — 1.5 s — https://w6.pchome.com.tw/img/index_2019/img_296_0_3.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_296_0_3.jpg?t=1776897061 — -1 — 0 B — 1.5 s — https://w6.pchome.com.tw/img/index_2019/img_296_0_4.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_296_0_4.jpg?t=1776897061 — -1 — 0 B — 1.5 s — https://w6.pchome.com.tw/img/index_2019/img_296_0_5.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_296_0_5.jpg?t=1776897061 — -1 — 0 B — 1.5 s — https://w6.pchome.com.tw/img/index_2019/img_296_0_6.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_296_0_6.jpg?t=1776897061 — -1 — 0 B — 1.5 s — https://w6.pchome.com.tw/img/index_2019/img_297_0_0.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_297_0_0.jpg?t=1776897061 — -1 — 0 B — 1.5 s — https://w6.pchome.com.tw/img/index_2019/img_297_0_1.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_297_0_1.jpg?t=1776897061 — -1 — 0 B — 1.5 s — https://w6.pchome.com.tw/img/index_2019/img_297_0_2.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_297_0_2.jpg?t=1776897061 — -1 — 0 B — 1.5 s — https://w6.pchome.com.tw/img/index_2019/img_297_0_3.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_297_0_3.jpg?t=1776897061 — -1 — 0 B — 1.5 s — https://w6.pchome.com.tw/img/index_2019/img_297_0_4.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_297_0_4.jpg?t=1776897061 — -1 — 0 B — 1.5 s — https://w6.pchome.com.tw/img/index_2019/img_297_0_5.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_297_0_5.jpg?t=1776897061 — -1 — 0 B — 1.5 s — https://w6.pchome.com.tw/img/index_2019/img_297_0_6.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_297_0_6.jpg?t=1776897061 — -1 — 0 B — 1.5 s — https://w6.pchome.com.tw/img/index_2019/img_298_0_0.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_298_0_0.jpg?t=1776897061 — -1 — 0 B — 1.5 s — https://w6.pchome.com.tw/img/index_2019/img_298_0_1.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_298_0_1.jpg?t=1776897061 — -1 — 0 B — 1.5 s — https://w6.pchome.com.tw/img/index_2019/img_298_0_2.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_298_0_2.jpg?t=1776897061 — -1 — 0 B — 1.5 s — https://w6.pchome.com.tw/img/index_2019/img_298_0_3.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_298_0_3.jpg?t=1776897061 — -1 — 0 B — 1.5 s — https://w6.pchome.com.tw/img/index_2019/img_298_0_4.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_298_0_4.jpg?t=1776897061 — -1 — 0 B — 1.5 s — https://w6.pchome.com.tw/img/index_2019/img_298_0_5.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_298_0_5.jpg?t=1776897061 — -1 — 0 B — 1.5 s — https://w6.pchome.com.tw/img/index_2019/img_298_0_6.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_298_0_6.jpg?t=1776897061 — -1 — 0 B — 1.5 s — https://w6.pchome.com.tw/img/index_2019/img_299_0_0.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_299_0_0.jpg?t=1776897061 — -1 — 0 B — 1.5 s — https://w6.pchome.com.tw/img/index_2019/img_299_0_1.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_299_0_1.jpg?t=1776897061 — -1 — 0 B — 1.5 s — https://w6.pchome.com.tw/img/index_2019/img_299_0_2.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_299_0_2.jpg?t=1776897061 — -1 — 0 B — 1.5 s — https://w6.pchome.com.tw/img/index_2019/img_299_0_3.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_299_0_3.jpg?t=1776897061 — -1 — 0 B — 1.5 s — https://w6.pchome.com.tw/img/index_2019/img_299_0_4.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_299_0_4.jpg?t=1776897061 — -1 — 0 B — 1.5 s — https://w6.pchome.com.tw/img/index_2019/img_299_0_5.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_299_0_5.jpg?t=1776897061 — -1 — 0 B — 1.5 s — https://w6.pchome.com.tw/img/index_2019/img_299_0_6.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_299_0_6.jpg?t=1776897061 — -1 — 0 B — 1.5 s — https://w6.pchome.com.tw/img/index_2019/img_300_0_0.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_300_0_0.jpg?t=1776897061 — -1 — 0 B — 1.5 s — https://w6.pchome.com.tw/img/index_2019/img_300_0_1.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_300_0_1.jpg?t=1776897061 — -1 — 0 B — 1.5 s — https://w6.pchome.com.tw/img/index_2019/img_300_0_2.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_300_0_2.jpg?t=1776897061 — -1 — 0 B — 1.5 s — https://w6.pchome.com.tw/img/index_2019/img_300_0_3.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_300_0_3.jpg?t=1776897061 — -1 — 0 B — 1.5 s — https://w6.pchome.com.tw/img/index_2019/img_300_0_4.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_300_0_4.jpg?t=1776897061 — -1 — 0 B — 1.5 s — https://w6.pchome.com.tw/img/index_2019/img_300_0_5.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_300_0_5.jpg?t=1776897061 — -1 — 0 B — 1.5 s — https://w6.pchome.com.tw/img/index_2019/img_300_0_6.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_300_0_6.jpg?t=1776897061 — -1 — 0 B — 1.5 s — https://w6.pchome.com.tw/img/index_2019/img_301_0_0.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_301_0_0.jpg?t=1776897061 — -1 — 0 B — 1.5 s — https://w6.pchome.com.tw/img/index_2019/img_301_0_1.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_301_0_1.jpg?t=1776897061 — -1 — 0 B — 1.5 s — https://w6.pchome.com.tw/img/index_2019/img_301_0_2.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_301_0_2.jpg?t=1776897061 — -1 — 0 B — 1.5 s — https://w6.pchome.com.tw/img/index_2019/img_301_0_3.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_301_0_3.jpg?t=1776897061 — -1 — 0 B — 1.5 s — https://w6.pchome.com.tw/img/index_2019/img_301_0_4.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_301_0_4.jpg?t=1776897061 — -1 — 0 B — 1.5 s — https://w6.pchome.com.tw/img/index_2019/img_301_0_5.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_301_0_5.jpg?t=1776897061 — -1 — 0 B — 1.5 s — https://w6.pchome.com.tw/img/index_2019/img_301_0_6.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_301_0_6.jpg?t=1776897061 — -1 — 0 B — 1.5 s — https://w6.pchome.com.tw/img/index_2019/img_302_0_0.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_302_0_0.jpg?t=1776897061 — -1 — 0 B — 1.5 s — https://w6.pchome.com.tw/img/index_2019/img_302_0_1.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_302_0_1.jpg?t=1776897061 — -1 — 0 B — 1.5 s — https://w6.pchome.com.tw/img/index_2019/img_302_0_2.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_302_0_2.jpg?t=1776897061 — -1 — 0 B — 1.5 s — https://w6.pchome.com.tw/img/index_2019/img_302_0_3.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_302_0_3.jpg?t=1776897061 — -1 — 0 B — 1.5 s — https://w6.pchome.com.tw/img/index_2019/img_302_0_4.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_302_0_4.jpg?t=1776897061 — -1 — 0 B — 1.5 s — https://w6.pchome.com.tw/img/index_2019/img_302_0_5.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_302_0_5.jpg?t=1776897061 — -1 — 0 B — 1.5 s — https://w6.pchome.com.tw/img/index_2019/img_302_0_6.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_302_0_6.jpg?t=1776897061 — -1 — 0 B — 1.5 s — https://w6.pchome.com.tw/img/index_2019/img_303_0_0.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_303_0_0.jpg?t=1776897061 — -1 — 0 B — 1.5 s — https://w6.pchome.com.tw/img/index_2019/img_303_0_1.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_303_0_1.jpg?t=1776897061 — -1 — 0 B — 1.5 s — https://w6.pchome.com.tw/img/index_2019/img_303_0_2.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_303_0_2.jpg?t=1776897061 — -1 — 0 B — 1.5 s — https://w6.pchome.com.tw/img/index_2019/img_303_0_3.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_303_0_3.jpg?t=1776897061 — -1 — 0 B — 1.5 s — https://w6.pchome.com.tw/img/index_2019/img_303_0_4.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_303_0_4.jpg?t=1776897061 — -1 — 0 B — 1.5 s — https://w6.pchome.com.tw/img/index_2019/img_303_0_5.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_303_0_5.jpg?t=1776897061 — -1 — 0 B — 1.5 s — https://w6.pchome.com.tw/img/index_2019/img_303_0_6.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_303_0_6.jpg?t=1776897061 — -1 — 0 B — 1.5 s — https://w6.pchome.com.tw/img/index_2019/img_292_0_0.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_292_0_0.jpg?t=1776897061 — -1 — 0 B — 1.5 s — https://w6.pchome.com.tw/img/index_2019/img_292_0_1.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_292_0_1.jpg?t=1776897061 — -1 — 0 B — 1.5 s — https://w6.pchome.com.tw/img/index_2019/img_292_0_2.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_292_0_2.jpg?t=1776897061 — -1 — 0 B — 1.5 s — https://w6.pchome.com.tw/img/index_2019/img_292_0_3.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_292_0_3.jpg?t=1776897061 — -1 — 0 B — 1.5 s — https://w6.pchome.com.tw/img/index_2019/img_292_0_4.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_292_0_4.jpg?t=1776897061 — -1 — 0 B — 1.5 s — https://w6.pchome.com.tw/img/index_2019/img_291_0_0.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_291_0_0.jpg?t=1776897061 — -1 — 0 B — 1.5 s — https://w6.pchome.com.tw/img/index_2019/img_291_0_1.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_291_0_1.jpg?t=1776897061 — -1 — 0 B — 1.5 s — https://w6.pchome.com.tw/img/index_2019/img_291_0_2.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_291_0_2.jpg?t=1776897061 — -1 — 0 B — 1.5 s — https://w6.pchome.com.tw/img/index_2019/img_291_0_3.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_291_0_3.jpg?t=1776897061 — -1 — 0 B — 1.5 s — https://w6.pchome.com.tw/img/index_2019/img_291_0_4.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_291_0_4.jpg?t=1776897061 — -1 — 0 B — 1.5 s — https://w6.pchome.com.tw/img/index_2019/img_293_0_1.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_293_0_1.jpg?t=1776897061 — -1 — 0 B — 1.5 s — https://w6.pchome.com.tw/img/index_2019/img_293_0_2.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_293_0_2.jpg?t=1776897061 — -1 — 0 B — 1.5 s — https://w6.pchome.com.tw/img/index_2019/img_293_0_3.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_293_0_3.jpg?t=1776897061 — -1 — 0 B — 1.5 s — https://w6.pchome.com.tw/img/index_2019/img_293_0_4.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_293_0_4.jpg?t=1776897061 — -1 — 0 B — 1.5 s — https://w6.pchome.com.tw/img/index_2019/img_295_0_3.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_295_0_3.jpg?t=1776897061 — -1 — 0 B — 1.5 s — https://w6.pchome.com.tw/img/index_2019/img_295_0_0.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_295_0_0.jpg?t=1776897061 — -1 — 0 B — 1.5 s — https://w6.pchome.com.tw/img/index_2019/img_295_0_4.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_295_0_4.jpg?t=1776897061 — -1 — 0 B — 1.5 s — https://w6.pchome.com.tw/img/index_2019/img_295_0_2.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_295_0_2.jpg?t=1776897061 — -1 — 0 B — 1.5 s — https://w6.pchome.com.tw/img/index_2019/img_246_0_0.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_246_0_0.jpg?t=1776897061 — -1 — 0 B — 1.5 s — https://w6.pchome.com.tw/img/index_2019/img_251_0_0.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_251_0_0.jpg?t=1776897061 — -1 — 0 B — 1.5 s — https://w6.pchome.com.tw/img/index_2019/img_252_0_0.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_252_0_0.jpg?t=1776897061 — -1 — 0 B — 1.5 s — https://w6.pchome.com.tw/img/index_2019/img_253_0_0.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_253_0_0.jpg?t=1776897061 — -1 — 0 B — 1.5 s — https://w6.pchome.com.tw/img/index_2019/img_254_0_0.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_254_0_0.jpg?t=1776897061 — -1 — 0 B — 1.5 s — https://w6.pchome.com.tw/img/index_2019/img_255_0_0.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_255_0_0.jpg?t=1776897061 — -1 — 0 B — 1.5 s — https://w6.pchome.com.tw/img/index_2019/img_221_0_0.png?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_221_0_0.png?t=1776897061 — -1 — 0 B — 1.5 s — https://w6.pchome.com.tw/img/index_2019/img_221_2_1.png?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_221_2_1.png?t=1776897061 — -1 — 0 B — 1.5 s — https://w6.pchome.com.tw/img/index_2019/img_221_1_3.png?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_221_1_3.png?t=1776897061 — -1 — 0 B — 1.5 s — https://w6.pchome.com.tw/img/index_2019/img_221_0_2.png?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_221_0_2.png?t=1776897061 — -1 — 0 B — 1.5 s — https://w6.pchome.com.tw/img/index_2019/img_221_0_4.png?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_221_0_4.png?t=1776897061 — -1 — 0 B — 1.5 s — https://ad-specs.guoshipartners.com/static/js/onead-lib.min.jsad-specs.guoshipartners.com/static/... https://ad-specs.guoshipartners.com/static/js/onead-lib.min.js — -1 — 0 B — 1.4 s — https://wwwapi.pchome.com.tw/ShowPChomeApi.phpwwwapi.pchome.com.tw/ShowPChomeApi.... https://wwwapi.pchome.com.tw/ShowPChomeApi.php — 200 — 390 B — 646 ms — h2https://www.m.pchome.com.tw/www.m.pchome.com.tw/ https://www.m.pchome.com.tw/ — 200 — 39.4 KiB — 1.0 s — h2https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick.min.csscdnjs.cloudflare.com/ajax/libs/slic... https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick.min.css — 200 — 0 B — 5 ms — h3https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick-theme.min.csscdnjs.cloudflare.com/ajax/libs/slic... https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick-theme.min.css — 200 — 0 B — 5 ms — h3https://www.m.pchome.com.tw/css/style-t062461635.min.csswww.m.pchome.com.tw/css/style-t0624... https://www.m.pchome.com.tw/css/style-t062461635.min.css — 200 — 22.6 KiB — 382 ms — h3https://code.jquery.com/jquery-3.6.3.min.jscode.jquery.com/jquery-3.6.3.min.js https://code.jquery.com/jquery-3.6.3.min.js — 200 — 30.7 KiB — 44 ms — h2https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick.min.jscdnjs.cloudflare.com/ajax/libs/slic... https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick.min.js — 200 — 0 B — 4 ms — h3https://www.m.pchome.com.tw/js/jquery.cookie.jswww.m.pchome.com.tw/js/jquery.cooki... https://www.m.pchome.com.tw/js/jquery.cookie.js — 200 — 983 B — 287 ms — h3https://cdn.jsdelivr.net/npm/lozad/dist/lozad.min.jscdn.jsdelivr.net/npm/lozad/dist/loz... https://cdn.jsdelivr.net/npm/lozad/dist/lozad.min.js — 200 — 0 B — 4 ms — h2https://w6.pchome.com.tw/img/index_2019/img_311_0_2.jpg?t=1605054663w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_311_0_2.jpg?t=1605054663 — 200 — 24.5 KiB — 391 ms — h3https://w6.pchome.com.tw/img/index_2019/img_312_0_2.jpg?t=1605054663w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_312_0_2.jpg?t=1605054663 — 200 — 85.7 KiB — 472 ms — h3https://w6.pchome.com.tw/img/index_2019/img_313_0_5.jpg?t=1605054663w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_313_0_5.jpg?t=1605054663 — 200 — 55.4 KiB — 1.2 s — h3https://w6.pchome.com.tw/img/index_2019/img_314_0_6.jpg?t=1605054663w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_314_0_6.jpg?t=1605054663 — 200 — 60.6 KiB — 1.2 s — h3https://w6.pchome.com.tw/img/index_2019/img_315_0_4.jpg?t=1605054663w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_315_0_4.jpg?t=1605054663 — 200 — 75.6 KiB — 1.2 s — h3https://ad-specs.guoshipartners.com/static/js/onead-lib.min.jsad-specs.guoshipartners.com/static/... https://ad-specs.guoshipartners.com/static/js/onead-lib.min.js — 200 — 7.4 KiB — 1.1 s — h2https://www.googletagmanager.com/gtm.js?id=GTM-WV668QJ7www.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-WV668QJ7 — 200 — 127.4 KiB — 198 ms — h2https://w6.pchome.com.tw/img/index_2019/img_316_0_6.jpg?t=1605054663w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_316_0_6.jpg?t=1605054663 — 200 — 42.3 KiB — 395 ms — h3https://w6.pchome.com.tw/img/index_2019/img_317_0_3.jpg?t=1605054663w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_317_0_3.jpg?t=1605054663 — 200 — 37.1 KiB — 1.2 s — h3https://w6.pchome.com.tw/img/index_2019/img_318_0_1.jpg?t=1605054663w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_318_0_1.jpg?t=1605054663 — 200 — 47.6 KiB — 1.2 s — h3https://w6.pchome.com.tw/img/index_2019/img_296_0_6.jpg?t=1605054663w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_296_0_6.jpg?t=1605054663 — 200 — 63.6 KiB — 1.2 s — h3https://w6.pchome.com.tw/img/index_2019/img_297_0_0.jpg?t=1605054663w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_297_0_0.jpg?t=1605054663 — 200 — 45.2 KiB — 629 ms — h3https://w6.pchome.com.tw/img/index_2019/img_298_0_0.jpg?t=1605054663w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_298_0_0.jpg?t=1605054663 — 200 — 59.9 KiB — 1.3 s — h3https://w6.pchome.com.tw/img/index_2019/img_299_0_6.jpg?t=1605054663w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_299_0_6.jpg?t=1605054663 — 200 — 51.0 KiB — 1.2 s — h3https://w6.pchome.com.tw/img/index_2019/img_300_0_6.jpg?t=1605054663w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_300_0_6.jpg?t=1605054663 — 200 — 35.5 KiB — 1.1 s — h3https://w6.pchome.com.tw/img/index_2019/img_301_0_4.jpg?t=1605054663w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_301_0_4.jpg?t=1605054663 — 200 — 66.7 KiB — 718 ms — h3https://w6.pchome.com.tw/img/index_2019/img_302_0_2.jpg?t=1605054663w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_302_0_2.jpg?t=1605054663 — 200 — 21.8 KiB — 1.1 s — h3https://w6.pchome.com.tw/img/index_2019/img_303_0_1.jpg?t=1605054663w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_303_0_1.jpg?t=1605054663 — 200 — 32.7 KiB — 1.2 s — h3https://w6.pchome.com.tw/img/index_2019/img_292_0_3.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_292_0_3.jpg?t=1776897061 — 200 — 38.0 KiB — 1.2 s — h3https://w6.pchome.com.tw/img/index_2019/img_292_0_2.jpg?t=1776897061%22w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_292_0_2.jpg?t=1776897061%22 — 200 — 26.5 KiB — 944 ms — h3https://w6.pchome.com.tw/img/index_2019/img_292_0_4.jpg?t=1776897061%22w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_292_0_4.jpg?t=1776897061%22 — 200 — 28.9 KiB — 595 ms — h3https://w6.pchome.com.tw/img/index_2019/img_292_0_1.jpg?t=1776897061%22w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_292_0_1.jpg?t=1776897061%22 — 200 — 41.4 KiB — 1.2 s — h3https://w6.pchome.com.tw/img/index_2019/img_291_0_2.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_291_0_2.jpg?t=1776897061 — 200 — 13.5 KiB — 704 ms — h3https://w6.pchome.com.tw/img/index_2019/img_291_0_4.jpg?t=1776897061%22w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_291_0_4.jpg?t=1776897061%22 — 200 — 12.6 KiB — 447 ms — h3https://w6.pchome.com.tw/img/index_2019/img_291_0_0.jpg?t=1776897061%22w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_291_0_0.jpg?t=1776897061%22 — 200 — 22.4 KiB — 1.1 s — h3https://w6.pchome.com.tw/img/index_2019/img_291_0_3.jpg?t=1776897061%22w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_291_0_3.jpg?t=1776897061%22 — 200 — 22.5 KiB — 1.1 s — h3https://w6.pchome.com.tw/img/index_2019/img_295_0_4.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_295_0_4.jpg?t=1776897061 — 200 — 102.5 KiB — 1.3 s — h3https://w6.pchome.com.tw/img/index_2019/img_295_0_2.jpg?t=1776897061%22w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_295_0_2.jpg?t=1776897061%22 — 200 — 187.5 KiB — 913 ms — h3https://w6.pchome.com.tw/img/index_2019/img_295_0_3.jpg?t=1776897061%22w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_295_0_3.jpg?t=1776897061%22 — 200 — 125.6 KiB — 1.4 s — h3https://w6.pchome.com.tw/img/index_2019/img_295_0_1.jpg?t=1776897061%22w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_295_0_1.jpg?t=1776897061%22 — 200 — 335.9 KiB — 1.5 s — h3https://wwwapi.pchome.com.tw/ShowPChomeApi.php?type=33wwwapi.pchome.com.tw/ShowPChomeApi.... https://wwwapi.pchome.com.tw/ShowPChomeApi.php?type=33 — 200 — 1.5 KiB — 445 ms — h2https://news.pchome.com.tw/api/news_api.php?data_mode=customize_news&photo=1&type=json&tag_id=p_216news.pchome.com.tw/api/news_api.php... https://news.pchome.com.tw/api/news_api.php?data_mode=customize_news&photo=1&type=json&tag_id=p_216 — 200 — 193.4 KiB — 1.6 s — h2data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='15' viewBox='0 0 16 15' fill='none' xmln…data:image/svg+xml;charset=utf-8,%3... data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='15' viewBox='0 0 16 15' fill='none' xmln… — 200 — 0 B — 0 ms — datahttps://news.pchome.com.tw/api/news_api.php?data_mode=customize_news&photo=1&type=json&tag_id=p_218news.pchome.com.tw/api/news_api.php... https://news.pchome.com.tw/api/news_api.php?data_mode=customize_news&photo=1&type=json&tag_id=p_218 — 200 — 193.0 KiB — 1.8 s — h2data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3…www.w3.org/2000/svg' viewBox='0 0 1... data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3… — 200 — 0 B — 0 ms — datadata:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 292.4 65.8'…www.w3.org/2000/svg' viewBox='0 0 2... data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 292.4 65.8'… — 200 — 0 B — 0 ms — datahttps://w6.pchome.com.tw/img/index_2019/img_203_0_0.png?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_203_0_0.png?t=1776897061 — 200 — 90.2 KiB — 1.3 s — h3data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3…www.w3.org/2000/svg' viewBox='0 0 2... data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3… — 200 — 0 B — 0 ms — datadata:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' fill='none' xmln…data:image/svg+xml;charset=utf-8,%3... data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' fill='none' xmln… — 200 — 0 B — 0 ms — datadata:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' fill='none' xmln…data:image/svg+xml;charset=utf-8,%3... data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' fill='none' xmln… — 200 — 0 B — 0 ms — datadata:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' fill='none' xmln…data:image/svg+xml;charset=utf-8,%3... data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' fill='none' xmln… — 200 — 0 B — 0 ms — datadata:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' fill='none' xmln…data:image/svg+xml;charset=utf-8,%3... data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' fill='none' xmln… — 200 — 0 B — 0 ms — datadata:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' fill='none' xmln…data:image/svg+xml;charset=utf-8,%3... data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' fill='none' xmln… — 200 — 0 B — 0 ms — datadata:image/svg+xml;charset=utf-8,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns=…data:image/svg+xml;charset=utf-8,%3... data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns=… — 200 — 0 B — 0 ms — datahttps://w6.pchome.com.tw/img/index_2019/img_278_0_0.png?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_278_0_0.png?t=1776897061 — 200 — 0 B — 5 ms — h2https://w6.pchome.com.tw/img/index_2019/img_211_0_0.png?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_211_0_0.png?t=1776897061 — 200 — 100.4 KiB — 683 ms — h3https://w6.pchome.com.tw/img/index_2019/img_285_0_0.png?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_285_0_0.png?t=1776897061 — 200 — 151.5 KiB — 1.4 s — h3https://www.googletagmanager.com/gtag/js?id=G-6LET9Q1GRN&cx=c&gtm=4e64k1h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-6LET9Q1GRN&cx=c&gtm=4e64k1h1 — 200 — 153.3 KiB — 64 ms — h2https://region1.analytics.google.com/g/collect?v=2&tid=G-6LET9Q1GRN&gtm=45je64k1h1v878052545z89137473692za20gzb9137473692zd9137473692&_p=1776898715997&_gaz=1&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=AAAAAGA&are=1&cid=676453387.1776898717&frm=0&pscdl=noapi&rcb=9&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&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~117512542&sid=1776898716&sct=1&seg=0&dl=https%3A%2F%2Fwww.m.pchome.com.tw%2F&dr=https%3A%2F%2Fwww.pchome.com.tw%2F&dt=PChome%20Online%20%E9%A6%96%E9%A0%81&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=1633region1.analytics.google.com/g/coll... https://region1.analytics.google.com/g/collect?v=2&tid=G-6LET9Q1GRN&gtm=45je64k1h1v878052545z89137473692za20gzb9137473692zd9137473692&_p=1776898715997&_gaz=1&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=AAAAAGA&are=1&cid=676453387.1776898717&frm=0&pscdl=noapi&rcb=9&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&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~117512542&sid=1776898716&sct=1&seg=0&dl=https%3A%2F%2Fwww.m.pchome.com.tw%2F&dr=https%3A%2F%2Fwww.pchome.com.tw%2F&dt=PChome%20Online%20%E9%A6%96%E9%A0%81&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=1633 — 204 — 552 B — 113 ms — h2https://stats.g.doubleclick.net/g/collect?v=2&tid=G-6LET9Q1GRN&cid=676453387.1776898717&gtm=45je64k1h1v878052545z89137473692za20gzb9137473692zd9137473692&rcb=9&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115616985~115938466~115938468~117266400~117512542stats.g.doubleclick.net/g/collect?v... https://stats.g.doubleclick.net/g/collect?v=2&tid=G-6LET9Q1GRN&cid=676453387.1776898717&gtm=45je64k1h1v878052545z89137473692za20gzb9137473692zd9137473692&rcb=9&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115616985~115938466~115938468~117266400~117512542 — 204 — 561 B — 114 ms — h2https://www.google.es/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-6LET9Q1GRN&cid=676453387.1776898717&gtm=45je64k1h1v878052545z89137473692za20gzb9137473692zd9137473692&rcb=9&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115616985~115938466~115938468~117266400~117512542&z=405961289www.google.es/ads/ga-audiences?v=1&... https://www.google.es/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-6LET9Q1GRN&cid=676453387.1776898717&gtm=45je64k1h1v878052545z89137473692za20gzb9137473692zd9137473692&rcb=9&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115616985~115938466~115938468~117266400~117512542&z=405961289 — 200 — 408 B — 96 ms — h2https://pchome.megatime.com.tw/stockimage/news/20260423_17768888707252041003pchome.megatime.com.tw/stockimage/n... https://pchome.megatime.com.tw/stockimage/news/20260423_17768888707252041003 — 200 — 65.7 KiB — 2.3 s — h2https://ad-specs.guoshipartners.com/static/js/isip.jsad-specs.guoshipartners.com/static/... https://ad-specs.guoshipartners.com/static/js/isip.js — 200 — 14.1 KiB — 203 ms — h2https://ad-specs.guoshipartners.com/static/js/player-mib.min.jsad-specs.guoshipartners.com/static/... https://ad-specs.guoshipartners.com/static/js/player-mib.min.js — 200 — 267.9 KiB — 745 ms — h2https://news.pchome.com.tw/api/news_api.php?data_mode=positioning_air&type=json&_=1776898716387news.pchome.com.tw/api/news_api.php... https://news.pchome.com.tw/api/news_api.php?data_mode=positioning_air&type=json&_=1776898716387 — 200 — 187 B — 388 ms — h3https://news.pchome.com.tw/api/news_api.php?data_mode=constellation&type=json&_=1776898716388news.pchome.com.tw/api/news_api.php... https://news.pchome.com.tw/api/news_api.php?data_mode=constellation&type=json&_=1776898716388 — 200 — 352 B — 939 ms — h3https://news.pchome.com.tw/api/news_api.php?data_mode=cpc_oil_price&type=json&_=1776898716389news.pchome.com.tw/api/news_api.php... https://news.pchome.com.tw/api/news_api.php?data_mode=cpc_oil_price&type=json&_=1776898716389 — 200 — 803 B — 340 ms — h3https://news.pchome.com.tw/api/news_api.php?data_mode=stock_market&type=json&_=1776898716390news.pchome.com.tw/api/news_api.php... https://news.pchome.com.tw/api/news_api.php?data_mode=stock_market&type=json&_=1776898716390 — 200 — 1.9 KiB — 647 ms — h3https://news.pchome.com.tw/api/news_api.php?data_mode=bank_exchange_rate&type=json&_=1776898716391news.pchome.com.tw/api/news_api.php... https://news.pchome.com.tw/api/news_api.php?data_mode=bank_exchange_rate&type=json&_=1776898716391 — 200 — 412 B — 342 ms — h3https://news.pchome.com.tw/api/news_api.php?data_mode=customize_news&media=aday&photo=1&type=json&_=1776898716392news.pchome.com.tw/api/news_api.php... https://news.pchome.com.tw/api/news_api.php?data_mode=customize_news&media=aday&photo=1&type=json&_=1776898716392 — 200 — 225.5 KiB — 1.5 s — h3https://news.pchome.com.tw/api/news_api.php?data_mode=customize_news&type=json&_=1776898716393news.pchome.com.tw/api/news_api.php... https://news.pchome.com.tw/api/news_api.php?data_mode=customize_news&type=json&_=1776898716393 — 200 — 104.2 KiB — 1.1 s — h3https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/ajax-loader.gifcdnjs.cloudflare.com/ajax/libs/slic... https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/ajax-loader.gif — 200 — 3.7 KiB — 24 ms — h3https://news.pchome.com.tw/api/news_api.php?data_mode=features_news&type=json&_=1776898716394news.pchome.com.tw/api/news_api.php... https://news.pchome.com.tw/api/news_api.php?data_mode=features_news&type=json&_=1776898716394 — 200 — 143.8 KiB — 1.2 s — h3https://wwwapi.pchome.com.tw/ShowPChomeApi.php?pad_width=970&pad_height=250&pad_customerId=PFBC20190424002&pad_positionId=PFBP201904240003C&type=777wwwapi.pchome.com.tw/ShowPChomeApi.... https://wwwapi.pchome.com.tw/ShowPChomeApi.php?pad_width=970&pad_height=250&pad_customerId=PFBC20190424002&pad_positionId=PFBP201904240003C&type=777 — 200 — 263 B — 292 ms — h3https://wwwapi.pchome.com.tw/ShowPChomeApi.php?pad_width=300&pad_height=250&pad_customerId=PFBC20190424002&pad_positionId=PFBP201904240004C&type=777wwwapi.pchome.com.tw/ShowPChomeApi.... https://wwwapi.pchome.com.tw/ShowPChomeApi.php?pad_width=300&pad_height=250&pad_customerId=PFBC20190424002&pad_positionId=PFBP201904240004C&type=777 — 200 — 263 B — 294 ms — h3https://wwwapi.pchome.com.tw/ShowPChomeApi.php?pad_width=300&pad_height=250&pad_customerId=PFBC20190424002&pad_positionId=PFBP201904260001C&type=777wwwapi.pchome.com.tw/ShowPChomeApi.... https://wwwapi.pchome.com.tw/ShowPChomeApi.php?pad_width=300&pad_height=250&pad_customerId=PFBC20190424002&pad_positionId=PFBP201904260001C&type=777 — 200 — 265 B — 299 ms — h3https://wwwapi.pchome.com.tw/ShowPChomeApi.php?pad_width=300&pad_height=100&pad_customerId=PFBC20190424002&pad_positionId=PFBP201904260002C&type=777wwwapi.pchome.com.tw/ShowPChomeApi.... https://wwwapi.pchome.com.tw/ShowPChomeApi.php?pad_width=300&pad_height=100&pad_customerId=PFBC20190424002&pad_positionId=PFBP201904260002C&type=777 — 200 — 263 B — 297 ms — h3https://wwwapi.pchome.com.tw/ShowPChomeApi.php?pad_width=300&pad_height=600&pad_customerId=PFBC20190424002&pad_positionId=PFBP201904260003C&type=777wwwapi.pchome.com.tw/ShowPChomeApi.... https://wwwapi.pchome.com.tw/ShowPChomeApi.php?pad_width=300&pad_height=600&pad_customerId=PFBC20190424002&pad_positionId=PFBP201904260003C&type=777 — 200 — 263 B — 309 ms — h3https://wwwapi.pchome.com.tw/ShowPChomeApi.php?pad_width=1400&pad_height=160&pad_customerId=PFBC20190424002&pad_positionId=PFBP201904260006S&type=777wwwapi.pchome.com.tw/ShowPChomeApi.... https://wwwapi.pchome.com.tw/ShowPChomeApi.php?pad_width=1400&pad_height=160&pad_customerId=PFBC20190424002&pad_positionId=PFBP201904260006S&type=777 — 200 — 267 B — 312 ms — h3https://wwwapi.pchome.com.tw/ShowPChomeApi.php?pad_width=1400&pad_height=60&pad_customerId=PFBC20190424002&pad_positionId=PFBP201904260007S&type=777wwwapi.pchome.com.tw/ShowPChomeApi.... https://wwwapi.pchome.com.tw/ShowPChomeApi.php?pad_width=1400&pad_height=60&pad_customerId=PFBC20190424002&pad_positionId=PFBP201904260007S&type=777 — 200 — 266 B — 314 ms — h3https://wwwapi.pchome.com.tw/ShowPChomeApi.php?pad_width=1400&pad_height=150&pad_customerId=PFBC20190424002&pad_positionId=PFBP202101270001S&type=777wwwapi.pchome.com.tw/ShowPChomeApi.... https://wwwapi.pchome.com.tw/ShowPChomeApi.php?pad_width=1400&pad_height=150&pad_customerId=PFBC20190424002&pad_positionId=PFBP202101270001S&type=777 — 200 — 270 B — 316 ms — h3https://wwwapi.pchome.com.tw/ShowPChomeApi.php?pad_width=1400&pad_height=190&pad_customerId=PFBC20190424002&pad_positionId=PFBP202104070001S&type=777wwwapi.pchome.com.tw/ShowPChomeApi.... https://wwwapi.pchome.com.tw/ShowPChomeApi.php?pad_width=1400&pad_height=190&pad_customerId=PFBC20190424002&pad_positionId=PFBP202104070001S&type=777 — 200 — 269 B — 330 ms — h3https://wwwapi.pchome.com.tw/ShowPChomeApi.php?pad_width=300&pad_height=250&pad_customerId=PFBC20190424002&pad_positionId=PFBP201912200004C&type=777wwwapi.pchome.com.tw/ShowPChomeApi.... https://wwwapi.pchome.com.tw/ShowPChomeApi.php?pad_width=300&pad_height=250&pad_customerId=PFBC20190424002&pad_positionId=PFBP201912200004C&type=777 — 200 — 267 B — 339 ms — h3https://wwwapi.pchome.com.tw/ShowPChomeApi.php?pad_width=300&pad_height=100&pad_customerId=PFBC20190424002&pad_positionId=PFBP201912200006C&type=777wwwapi.pchome.com.tw/ShowPChomeApi.... https://wwwapi.pchome.com.tw/ShowPChomeApi.php?pad_width=300&pad_height=100&pad_customerId=PFBC20190424002&pad_positionId=PFBP201912200006C&type=777 — 200 — 266 B — 333 ms — h3https://wwwapi.pchome.com.tw/ShowPChomeApi.php?pad_width=300&pad_height=250&pad_customerId=PFBC20190424002&pad_positionId=PFBP201912200005C&type=777wwwapi.pchome.com.tw/ShowPChomeApi.... https://wwwapi.pchome.com.tw/ShowPChomeApi.php?pad_width=300&pad_height=250&pad_customerId=PFBC20190424002&pad_positionId=PFBP201912200005C&type=777 — 200 — 267 B — 332 ms — h3https://wwwapi.pchome.com.tw/ShowPChomeApi.php?pad_width=300&pad_height=450&pad_customerId=PFBC20190424002&pad_positionId=PFBP202210240001C&type=777wwwapi.pchome.com.tw/ShowPChomeApi.... https://wwwapi.pchome.com.tw/ShowPChomeApi.php?pad_width=300&pad_height=450&pad_customerId=PFBC20190424002&pad_positionId=PFBP202210240001C&type=777 — 200 — 267 B — 342 ms — h3https://wwwapi.pchome.com.tw/ShowPChomeApi.php?pad_width=300&pad_height=600&pad_customerId=PFBC20190424002&pad_positionId=PFBP201910250002C&type=777wwwapi.pchome.com.tw/ShowPChomeApi.... https://wwwapi.pchome.com.tw/ShowPChomeApi.php?pad_width=300&pad_height=600&pad_customerId=PFBC20190424002&pad_positionId=PFBP201910250002C&type=777 — 200 — 265 B — 349 ms — h3https://wwwapi.pchome.com.tw/ShowPChomeApi.php?pad_width=300&pad_height=250&pad_customerId=PFBC20190424002&pad_positionId=PFBP201906270002C&type=777wwwapi.pchome.com.tw/ShowPChomeApi.... https://wwwapi.pchome.com.tw/ShowPChomeApi.php?pad_width=300&pad_height=250&pad_customerId=PFBC20190424002&pad_positionId=PFBP201906270002C&type=777 — 200 — 266 B — 356 ms — h3https://wwwapi.pchome.com.tw/ShowPChomeApi.php?pad_width=300&pad_height=100&pad_customerId=PFBC20190424002&pad_positionId=PFBP201906270004C&type=777wwwapi.pchome.com.tw/ShowPChomeApi.... https://wwwapi.pchome.com.tw/ShowPChomeApi.php?pad_width=300&pad_height=100&pad_customerId=PFBC20190424002&pad_positionId=PFBP201906270004C&type=777 — 200 — 265 B — 354 ms — h3https://wwwapi.pchome.com.tw/ShowPChomeApi.php?pad_width=320&pad_height=480&pad_customerId=PFBC20190424002&pad_positionId=PFBP201906270005C&type=777wwwapi.pchome.com.tw/ShowPChomeApi.... https://wwwapi.pchome.com.tw/ShowPChomeApi.php?pad_width=320&pad_height=480&pad_customerId=PFBC20190424002&pad_positionId=PFBP201906270005C&type=777 — 200 — 267 B — 360 ms — h3https://wwwapi.pchome.com.tw/ShowPChomeApi.php?pad_width=414&pad_height=125&pad_customerId=PFBC20190424002&pad_positionId=PFBP202103040001S&type=777wwwapi.pchome.com.tw/ShowPChomeApi.... https://wwwapi.pchome.com.tw/ShowPChomeApi.php?pad_width=414&pad_height=125&pad_customerId=PFBC20190424002&pad_positionId=PFBP202103040001S&type=777 — 200 — 269 B — 365 ms — h3https://wwwapi.pchome.com.tw/ShowPChomeApi.php?pad_width=300&pad_height=450&pad_customerId=PFBC20190424002&pad_positionId=PFBP202210240001C&type=777wwwapi.pchome.com.tw/ShowPChomeApi.... https://wwwapi.pchome.com.tw/ShowPChomeApi.php?pad_width=300&pad_height=450&pad_customerId=PFBC20190424002&pad_positionId=PFBP202210240001C&type=777 — 200 — 267 B — 634 ms — h3https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/fonts/slick.woffcdnjs.cloudflare.com/ajax/libs/slic... https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/fonts/slick.woff — 200 — 1.9 KiB — 27 ms — h3https://sb.scorecardresearch.com/cs/12346468/beacon.jssb.scorecardresearch.com/cs/1234646... https://sb.scorecardresearch.com/cs/12346468/beacon.js — 302 — 267 B — 105 ms — h2https://onead.onevision.com.tw/v2/et/oid?cb=window.etag_callback_isip_4xb18onead.onevision.com.tw/v2/et/oid?cb... https://onead.onevision.com.tw/v2/et/oid?cb=window.etag_callback_isip_4xb18 — 200 — 1.1 KiB — 365 ms — h2https://sb.scorecardresearch.com/internal-cs/default/beacon-and.jssb.scorecardresearch.com/internal-c... https://sb.scorecardresearch.com/internal-cs/default/beacon-and.js — 200 — 7.8 KiB — 19 ms — h2https://sb.scorecardresearch.com/b?c1=8&c2=12346468&cs_it=m1&cv=4.13.1%2B2508250908&ns__t=1776898717848&ns_c=UTF-8&cs_cfg=1001110&ns_if=1&c3=10001&ns_ap_it=b&c7=https%3A%2F%2Fwww.m.pchome.com.tw%2F&c8=&c9=https%3A%2F%2Fwww.m.pchome.com.tw%2Fsb.scorecardresearch.com/b?c1=8&c2=... https://sb.scorecardresearch.com/b?c1=8&c2=12346468&cs_it=m1&cv=4.13.1%2B2508250908&ns__t=1776898717848&ns_c=UTF-8&cs_cfg=1001110&ns_if=1&c3=10001&ns_ap_it=b&c7=https%3A%2F%2Fwww.m.pchome.com.tw%2F&c8=&c9=https%3A%2F%2Fwww.m.pchome.com.tw%2F — 204 — 224 B — 30 ms — h2https://www.m.pchome.com.tw/img/svg/icon-gasstation.svgwww.m.pchome.com.tw/img/svg/icon-ga... https://www.m.pchome.com.tw/img/svg/icon-gasstation.svg — 200 — 1.7 KiB — 292 ms — h3https://www.m.pchome.com.tw/img/svg/icon-arrow-up-bold.svgwww.m.pchome.com.tw/img/svg/icon-ar... https://www.m.pchome.com.tw/img/svg/icon-arrow-up-bold.svg — 200 — 1.2 KiB — 291 ms — h3https://www.m.pchome.com.tw/img/svg/icon-drop.svgwww.m.pchome.com.tw/img/svg/icon-dr... https://www.m.pchome.com.tw/img/svg/icon-drop.svg — 200 — 440 B — 296 ms — h3https://www.m.pchome.com.tw/img/country/us.pngwww.m.pchome.com.tw/img/country/us.... https://www.m.pchome.com.tw/img/country/us.png — 200 — 753 B — 292 ms — h3https://www.m.pchome.com.tw/img/country/jp.pngwww.m.pchome.com.tw/img/country/jp.... https://www.m.pchome.com.tw/img/country/jp.png — 200 — 561 B — 294 ms — h3https://www.m.pchome.com.tw/img/country/cn.pngwww.m.pchome.com.tw/img/country/cn.... https://www.m.pchome.com.tw/img/country/cn.png — 200 — 479 B — 293 ms — h3https://www.m.pchome.com.tw/img/svg/wh07.svgwww.m.pchome.com.tw/img/svg/wh07.sv... https://www.m.pchome.com.tw/img/svg/wh07.svg — 200 — 1.6 KiB — 290 ms — h3https://news.pchome.com.tw/newsdata/law/morenews/20260423/74467451730398350029.jpgnews.pchome.com.tw/newsdata/law/mor... https://news.pchome.com.tw/newsdata/law/morenews/20260423/74467451730398350029.jpg — 200 — 54.2 KiB — 361 ms — h2https://onead.onevision.com.tw/v2/adsrv?version=20250516&uid=1000594&category=-1&cookie=true&ip=&guid=cc5e8bd4-3e9e-11f1-849a-42010a000071&channel=0&volume=0.5&r=https%3A%2F%2Fwww.pchome.com.tw%2F&adid=&response_freq_multiple=mobile-incover.0&web_location=https%3A%2F%2Fwww.m.pchome.com.tw%2F&title=PChome%20Online%20%E9%A6%96%E9%A0%81&fp=6615517e63cb52d36b10665a2c0410c8&_t=1776898718118&cb=ONEAD_get_response_4xb18&pb=0&spid=&scopes[]=spotbuy&scopes[]=speed&bgid=4xb18onead.onevision.com.tw/v2/adsrv?ver... https://onead.onevision.com.tw/v2/adsrv?version=20250516&uid=1000594&category=-1&cookie=true&ip=&guid=cc5e8bd4-3e9e-11f1-849a-42010a000071&channel=0&volume=0.5&r=https%3A%2F%2Fwww.pchome.com.tw%2F&adid=&response_freq_multiple=mobile-incover.0&web_location=https%3A%2F%2Fwww.m.pchome.com.tw%2F&title=PChome%20Online%20%E9%A6%96%E9%A0%81&fp=6615517e63cb52d36b10665a2c0410c8&_t=1776898718118&cb=ONEAD_get_response_4xb18&pb=0&spid=&scopes[]=spotbuy&scopes[]=speed&bgid=4xb18 — 200 — 475 B — 299 ms — h2https://wwwapi.pchome.com.tw/ad.html?pad_width=300&pad_height=450&pad_customerId=PFBC20190424002&pad_positionId=PFBP202210240001C&type=777wwwapi.pchome.com.tw/ad.html?pad_wi... https://wwwapi.pchome.com.tw/ad.html?pad_width=300&pad_height=450&pad_customerId=PFBC20190424002&pad_positionId=PFBP202210240001C&type=777 — 200 — 207 B — 320 ms — h3https://w6.pchome.com.tw/img/index_2019/img_280_0_0.jpg?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_280_0_0.jpg?t=1776897061 — 200 — 37.1 KiB — 299 ms — h3https://w6.pchome.com.tw/img/index_2019/img_283_0_0.png?t=1776897061w6.pchome.com.tw/img/index_2019/img... https://w6.pchome.com.tw/img/index_2019/img_283_0_0.png?t=1776897061 — 200 — 119.9 KiB — 344 ms — h3https://bcp.crwdcntrl.net/map/c=15135/tp=ONEA/lac=y?https://onead.onevision.com.tw/v2/pixel/ltm?id=${profile_id}bcp.crwdcntrl.net/map/c=15135/tp=ON... https://bcp.crwdcntrl.net/map/c=15135/tp=ONEA/lac=y?https://onead.onevision.com.tw/v2/pixel/ltm?id=${profile_id} — 302 — 208 B — 151 ms — h2https://match.adsrvr.org/track/cmf/generic?ttd_pid=r1jlltl&ttd_tpi=1match.adsrvr.org/track/cmf/generic?... https://match.adsrvr.org/track/cmf/generic?ttd_pid=r1jlltl&ttd_tpi=1 — 200 — 149 B — 114 ms — h2https://ps.eyeota.net/pixel?pid=3m51m51&uid=cc5e8bd4-3e9e-11f1-849a-42010a000071&t=ajsps.eyeota.net/pixel?pid=3m51m51&uid... https://ps.eyeota.net/pixel?pid=3m51m51&uid=cc5e8bd4-3e9e-11f1-849a-42010a000071&t=ajs — 200 — 354 B — 175 ms — http/1.1https://trc.taboola.com/sg/onedata/1/cmtrc.taboola.com/sg/onedata/1/cm https://trc.taboola.com/sg/onedata/1/cm — 302 — 273 B — 126 ms — h2https://onead-v6.onevision.com.tw/v2/poke?uuid=cc5e8bd4-3e9e-11f1-849a-42010a000071onead-v6.onevision.com.tw/v2/poke?u... https://onead-v6.onevision.com.tw/v2/poke?uuid=cc5e8bd4-3e9e-11f1-849a-42010a000071 — 204 — 60 B — 333 ms — h2https://pixel.omnisegment.com/track?cid=cc5e8bd4-3e9e-11f1-849a-42010a000071&to=https%3A%2F%2Fonead.onevision.com.tw%2Fv2%2Fpixel%2Fbbpixel.omnisegment.com/track?cid=cc5... https://pixel.omnisegment.com/track?cid=cc5e8bd4-3e9e-11f1-849a-42010a000071&to=https%3A%2F%2Fonead.onevision.com.tw%2Fv2%2Fpixel%2Fbb — 200 — 330 B — 416 ms — h2https://www.m.pchome.com.tw/img/svg/icon-star4.svgwww.m.pchome.com.tw/img/svg/icon-st... https://www.m.pchome.com.tw/img/svg/icon-star4.svg — 200 — 5.9 KiB — 289 ms — h3https://onead.onevision.com.tw/v2/pixel/taboola?id=b9770710-1d1a-4286-91a2-98bcb60006a0-tuct10e2d81eonead.onevision.com.tw/v2/pixel/tab... https://onead.onevision.com.tw/v2/pixel/taboola?id=b9770710-1d1a-4286-91a2-98bcb60006a0-tuct10e2d81e — 200 — 205 B — 288 ms — h3https://onead.onevision.com.tw/v2/pixel/ltm?id=onead.onevision.com.tw/v2/pixel/ltm... https://onead.onevision.com.tw/v2/pixel/ltm?id= — 200 — 204 B — 288 ms — h3https://kdpic.pchome.com.tw/img/js/xpcadshow.jskdpic.pchome.com.tw/img/js/xpcadsho... https://kdpic.pchome.com.tw/img/js/xpcadshow.js — 200 — 19.5 KiB — 707 ms — h2https://news.pchome.com.tw/features/img/20260324123748009858_1.jpgnews.pchome.com.tw/features/img/202... https://news.pchome.com.tw/features/img/20260324123748009858_1.jpg — 200 — 1.3 MiB — 2.0 s — h3https://news.pchome.com.tw/features/img/20260302145240009692_1.jpgnews.pchome.com.tw/features/img/202... https://news.pchome.com.tw/features/img/20260302145240009692_1.jpg — 200 — 203.0 KiB — 1.2 s — h3https://news.pchome.com.tw/features/img/20260127172524009288_1.jpgnews.pchome.com.tw/features/img/202... https://news.pchome.com.tw/features/img/20260127172524009288_1.jpg — 200 — 179.6 KiB — 1.5 s — h3https://news.pchome.com.tw/features/img/20230621142927009316_1.jpgnews.pchome.com.tw/features/img/202... https://news.pchome.com.tw/features/img/20230621142927009316_1.jpg — 200 — 164.1 KiB — 1.1 s — h3https://news.pchome.com.tw/features/img/20250724114028009901_1.jpgnews.pchome.com.tw/features/img/202... https://news.pchome.com.tw/features/img/20250724114028009901_1.jpg — 200 — 182.0 KiB — 1.1 s — h3https://news.pchome.com.tw/newsdata/finance/aday/20260320/77398890773910330003.jpg?t=1776898718975news.pchome.com.tw/newsdata/finance... https://news.pchome.com.tw/newsdata/finance/aday/20260320/77398890773910330003.jpg?t=1776898718975 — 200 — 132.1 KiB — 1.0 s — h3https://news.pchome.com.tw/newsdata/finance/aday/20251127/76423014428228330003.jpg?t=1776898718975news.pchome.com.tw/newsdata/finance... https://news.pchome.com.tw/newsdata/finance/aday/20251127/76423014428228330003.jpg?t=1776898718975 — 200 — 71.9 KiB — 910 ms — h3https://news.pchome.com.tw/newsdata/living/aday/20251110/76274312897867330009.jpg?t=1776898718975news.pchome.com.tw/newsdata/living/... https://news.pchome.com.tw/newsdata/living/aday/20251110/76274312897867330009.jpg?t=1776898718975 — 200 — 51.0 KiB — 826 ms — h3https://news.pchome.com.tw/newsdata/finance/aday/20260330/77485281960935330003.jpg?t=1776898718975news.pchome.com.tw/newsdata/finance... https://news.pchome.com.tw/newsdata/finance/aday/20260330/77485281960935330003.jpg?t=1776898718975 — 200 — 124.7 KiB — 1.2 s — h3https://kdcl.pchome.com.tw/adshow2.html?pfbxCustomerInfoId=PFBC20190424002&positionId=PFBP202210240001&padWidth=300&padHeight=450&keyword=&page=&precise=&_pa=xxx-0370bd24-2eb4-48d5-a87d-ad083d692168&screenX=412&screenY=823&t=588&docurl=https://wwwapi.pchome.com.tw/ad.html?pad_width=300&pad_height=450&pad_customerId=PFBC20190424002&pad_positionId=PFBP202210240001C&type=777kdcl.pchome.com.tw/adshow2.html?pfb... https://kdcl.pchome.com.tw/adshow2.html?pfbxCustomerInfoId=PFBC20190424002&positionId=PFBP202210240001&padWidth=300&padHeight=450&keyword=&page=&precise=&_pa=xxx-0370bd24-2eb4-48d5-a87d-ad083d692168&screenX=412&screenY=823&t=588&docurl=https://wwwapi.pchome.com.tw/ad.html?pad_width=300&pad_height=450&pad_customerId=PFBC20190424002&pad_positionId=PFBP202210240001C&type=777 — 200 — 828 B — 1.5 s — h2https://kdcl.pchome.com.tw/adshow2.html?pfbxCustomerInfoId=PFBC20190424002&positionId=PFBP202210240001&sampleId=us_202210250001&tproId=c_x05_tp_tpro_0166&format=0&page=1&padHeight=450&padWidth=300&keyword=&_pa=xxx-0370bd24-2eb4-48d5-a87d-ad083d692168&ref=MzM4MYnFlcGUi1CAmMiYspG6T8GEuZC%2Bhn%2BEwI5%2FlchQsoV%2FicWOvWDBgrWAyIq1lblehFGBkdcl.pchome.com.tw/adshow2.html?pfb... https://kdcl.pchome.com.tw/adshow2.html?pfbxCustomerInfoId=PFBC20190424002&positionId=PFBP202210240001&sampleId=us_202210250001&tproId=c_x05_tp_tpro_0166&format=0&page=1&padHeight=450&padWidth=300&keyword=&_pa=xxx-0370bd24-2eb4-48d5-a87d-ad083d692168&ref=MzM4MYnFlcGUi1CAmMiYspG6T8GEuZC%2Bhn%2BEwI5%2FlchQsoV%2FicWOvWDBgrWAyIq1lblehFGB — 200 — 3.7 KiB — 342 ms — h2https://kdpic.pchome.com.tw/img/js/xadv2.js?ver=20190429kdpic.pchome.com.tw/img/js/xadv2.js... https://kdpic.pchome.com.tw/img/js/xadv2.js?ver=20190429 — 200 — 8.8 KiB — 291 ms — h2https://kdpic.pchome.com.tw/img/user/AC2021091700001/20250402/original/ad_202504020020.jpgkdpic.pchome.com.tw/img/user/AC2021... https://kdpic.pchome.com.tw/img/user/AC2021091700001/20250402/original/ad_202504020020.jpg — 200 — 99.6 KiB — 774 ms — h2data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJb…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJb… — 200 — 0 B — 0 ms — datahttps://www.pchome.com.tw/favicon.ico?v=1.0www.pchome.com.tw/favicon.ico?v=1.0 https://www.pchome.com.tw/favicon.ico?v=1.0 — 200 — 14.8 KiB — 332 ms — h3https://onead.onevision.com.tw/v2/push?host=https%3A%2F%2Fonead.onevision.com.tw&event=7000&dt=1776898722008&p1=1000594&p2=cc5e8bd4-3e9e-11f1-849a-42010a000071&p3=https%3A%2F%2Fwww.m.pchome.com.tw%2F&p4=PChome+Online+%E9%A6%96%E9%A0%81&p5=https%3A%2F%2Fwww.pchome.com.tw%2F&p6=6615517e63cb52d36b10665a2c0410c8&p7=&pub=&acc=&vendor=&action=loaded&eng=%7B%22pageLoadedTime%22%3A%224s%22%7D&enc=gJSHKfJFX%2F%2Fb2b6JKr7%2BKh84Tpm3bGY8p0WsLPifX9hMc2Q%3D&adid=&cu1=&cu2=&cu3=&cu4=&utm_source=&utm_medium=&utm_campaign=&utm_term=&utm_content=&ssid=4xavkonead.onevision.com.tw/v2/push?host... https://onead.onevision.com.tw/v2/push?host=https%3A%2F%2Fonead.onevision.com.tw&event=7000&dt=1776898722008&p1=1000594&p2=cc5e8bd4-3e9e-11f1-849a-42010a000071&p3=https%3A%2F%2Fwww.m.pchome.com.tw%2F&p4=PChome+Online+%E9%A6%96%E9%A0%81&p5=https%3A%2F%2Fwww.pchome.com.tw%2F&p6=6615517e63cb52d36b10665a2c0410c8&p7=&pub=&acc=&vendor=&action=loaded&eng=%7B%22pageLoadedTime%22%3A%224s%22%7D&enc=gJSHKfJFX%2F%2Fb2b6JKr7%2BKh84Tpm3bGY8p0WsLPifX9hMc2Q%3D&adid=&cu1=&cu2=&cu3=&cu4=&utm_source=&utm_medium=&utm_campaign=&utm_term=&utm_content=&ssid=4xavk — 204 — 27 B — 288 ms — h3
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 5969ms · 412KB · NT$1473/mo
Unattributable
Other
Costly
Execution 1684ms
Transfer 0 KB
Monthly Cost NT$416/mo
www.m.pchome.com.tw
Other
Costly
Execution 1450ms
Transfer 39 KB
Monthly Cost NT$358/mo
code.jquery.com
Other
Costly
Execution 1432ms
Transfer 31 KB
Monthly Cost NT$353/mo
ad-specs.guoshipartners.com
Other
Costly
Execution 773ms
Transfer 14 KB
Monthly Cost NT$191/mo
Google Tag Manager
Tag Manager
Costly
Execution 235ms
Transfer 153 KB
Unused 41%
Monthly Cost NT$58/mo
Google Tag Manager
Tag Manager
Costly
Execution 203ms
Transfer 127 KB
Unused 48%
Monthly Cost NT$50/mo
s0.2mdn.net
Other
Optional
Execution 129ms
Transfer 38 KB
Unused 77%
Monthly Cost NT$32/mo
www.pchome.com.tw
Other
Optional
Execution 62ms
Transfer 9 KB
Monthly Cost NT$15/mo

These scripts may cost more than they're worth

  • Unattributable adds 1684ms and costs ~NT$416/month
  • www.m.pchome.com.tw adds 1450ms and costs ~NT$358/month
  • code.jquery.com adds 1432ms and costs ~NT$353/month
  • ad-specs.guoshipartners.com adds 773ms and costs ~NT$191/month
  • Google Tag Manager adds 235ms and costs ~NT$58/month
  • Google Tag Manager adds 203ms and costs ~NT$50/month

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

Why this matters

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

Learn more

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

Source: web.dev

Unattributable takes 1684ms 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.m.pchome.com.tw takes 1450ms 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

code.jquery.com takes 1432ms 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

ad-specs.guoshipartners.com takes 773ms 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 235ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

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

77% of s0.2mdn.net's code is unused. The script may be loading features you don't use.

Why this matters

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

Source: web.dev

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