Skip to content
https://pcworld.com

Performance

· 15 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
76
GRADE
C
FIX
5
REVIEW
2
PASS
6
INFO
2

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

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

1.09 s

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

1.92 s

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

21 ms

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

0.031

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

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

2.94 s

Page Load Progression

375 ms
750 ms
1.1 s
1.5 s
1.9 s
2.2 s
2.6 s
3.0 s
Checks
15
6 PASS 2 REVIEW 5 FIX
F
Page Weight Budget
Action
2.7 MB transferred, 76 requests
FIX
2.7 MB transferred, 76 requests
Warning::
Page weighs 5.9 MB (2.7 MB transferred)
Warning::
Images are 1.5 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 1.5 MB
Warning::
JavaScript is 1013 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1013 KB
Info::
76 HTTP requests
Info::
Estimated 0.57 g CO2 per page load
2.7 MB / 2.4 MB budget
2.7 MB transferred
76 requests
0.57 g CO2 per page load
Images 1.5 MiB 56%
JavaScript 1013.0 KiB 36%
CSS 85.4 KiB 3%
Fonts 53.4 KiB 2%
HTML 46.5 KiB 2%
Other 12.4 KiB 0%
Other 5.1 KiB 0%
Other 1021 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

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 (2.7 MiB of 2.7 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
D
JS Bundles
Action
27 scripts, 393 KB unused
FIX
27 scripts, 393 KB unused
Warning::
https://www.googletagmanager.com/gtag/js?id=AW-174...: 63 KB unused (44%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://cmpv2.pcworld.com/Notice.8f529.js: 61 KB unused (67%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-7PTF...: 59 KB unused (41%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-WMR...: 56 KB unused (29%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.pcworld.com/_static/??-eJydjUEKAyEMRS/...: 45 KB unused (62%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 393 KB
393 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.googletagmanager.com/gtag/js?id=AW-17470842806&cx=c&gtm=4e64h1144 KB63 KB (44%)3rd
https://cmpv2.pcworld.com/Notice.8f529.js91 KB61 KB (67%)3rd
https://www.googletagmanager.com/gtag/js?id=G-7PTFLSG8N9&cx=c&gtm=4e64h1145 KB59 KB (41%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-WMR8FDR6192 KB56 KB (29%)3rd
https://www.pcworld.com/_static/??-eJydjUEKAyEMRS/UTJguxm5Kz2JVbEStTSKDtx8X03Wh8OFtHu/j3sC9q4aq6DJNQOnQco9UBclH0Bexh2ZZB3oSRXFMTQXT3rIdgZckF/w/0zg8yYP18g1Rdbn7MB/mPj3wOLEUqj8lKBTZajjlR7mvxmzmdl03kw6FZ1jZ72 KB45 KB (62%)3rd
https://www.pcworld.com/wp-content/themes/idg-base-theme/dist/scripts/bundle.js?ver=177678216766 KB42 KB (63%)3rd
https://www.pcworld.com/wp-content/client-mu-plugins/idg-third-party/dist/scripts/index.js?ver=177678216744 KB24 KB (55%)3rd
https://macro.adnami.io/macro/gen/adsm.macro.rmb.js25 KB22 KB (88%)3rd
https://cmpv2.pcworld.com/unified/4.40.1/usnat.f12613136193900e32e2.bundle.js42 KB22 KB (52%)3rd
https://www.pcworld.com/wp-content/themes/idg-base-theme/dist/scripts/ajaxload-posts.js?ver=17 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

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

D
Page Weight Inventory
Action
76 resources · 2.7 MB · 393 KB savings available
FIX
76 resources · 2.7 MB · 393 KB savings available
Warning::
Page weight 1.7 MB over 1MB target
Got: 2.7 MB Expected: ≤ 1 MB
Info::
~393 KB of savings available
Warning::
75 third-party resources (100% of weight)
Info::
2 resources over 200KB
76 resources · 2.7 MiB · 75 third-party 1.7 MiB over 1MB target
Image 56% · 1.5 MiB
JavaScript 36% · 1013.6 KiB
CSS 3% · 85.4 KiB
Font 2% · 53.4 KiB
Document 2% · 47.4 KiB
Other 1% · 16.5 KiB

~393.1 KiB of savings available

Remove unused JavaScript: 393.1 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.

B
Image Optimization
23 images, 0 KB saveable
REVIEW
23 images, 0 KB saveable
Warning::
https://www.pcworld.com/wp-content/uploads/2026/04... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.pcworld.com/wp-content/uploads/2026/04... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.pcworld.com/wp-content/uploads/2026/04... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.pcworld.com/wp-content/uploads/2026/04... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.pcworld.com/wp-content/uploads/2026/04... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.pcworld.com/wp-content/uploads/2026/04... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.pcworld.com/wp-content/uploads/2026/04... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.pcworld.com/wp-content/uploads/2026/04... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.pcworld.com/wp-content/uploads/2026/04... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.pcworld.com/wp-content/uploads/2026/04... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.pcworld.com/wp-content/uploads/2026/04... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.pcworld.com/wp-content/uploads/2026/04... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.pcworld.com/wp-content/uploads/2026/04... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.pcworld.com/wp-content/uploads/2026/04... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.pcworld.com/wp-content/uploads/2026/04... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.pcworld.com/wp-content/uploads/2026/04... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.pcworld.com/wp-content/uploads/2026/04... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.pcworld.com/wp-content/uploads/2026/04... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
23 images 1.5 MB
0 oversized -0 KB
1 legacy format
18 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

B
JS Execution Cost
536ms total JS execution
REVIEW
536ms total JS execution
Info::
https://www.googletagmanager.com/gtm.js?id=GTM-WMR...: 134ms CPU time
Info::
https://www.pcworld.com/: 126ms CPU time
Info::
Unattributable: 109ms CPU time
Info::
https://cmpv2.pcworld.com/unified/wrapperMessaging...: 88ms CPU time
Info::
https://cmpv2.pcworld.com/Notice.8f529.js: 80ms CPU time
Warning::
Third-party scripts: 536ms (100% of total)

Main Thread Breakdown

Script Evaluation 58% Other 15% Style & Layout 11% Script Parsing & Compilation 11%
ScriptTotalScriptingParse/CompileParty
https://www.googletagmanager.com/gtm.js?id=GTM-WMR8FDR6134ms115ms15ms3rd
https://www.pcworld.com/126ms30ms6ms3rd
Unattributable109ms4ms0ms3rd
https://cmpv2.pcworld.com/unified/wrapperMessagingWithoutDetection.js88ms76ms3ms3rd
https://cmpv2.pcworld.com/Notice.8f529.js80ms63ms7ms3rd
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
2 fonts (53 KB)
PASS
2 fonts (53 KB)
Info::
2 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

2

53 KB total

Render-blocking

0

of 2

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 500 ms 1.0 s 1.5 s 2.0 s FCP 1.1 s LCP 1.9 shttps://use.typekit.net/af/ce8cbe/0000000000000000775a92b0/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3l https://use.typekit.net/af/ce8cbe/0000000000000000775a92b0/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3 — 26.6 KiB — 20 ms — font-display: swaphttps://use.typekit.net/af/b00ba4/00000000000000007759afd3/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3l https://use.typekit.net/af/b00ba4/00000000000000007759afd3/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3 — 26.8 KiB — 21 ms — font-display: swap
l woff2 swap
Size 27 KB
Load time 20 ms
Start 324 ms
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 27 KB
Load time 21 ms
Start 324 ms
Risk FOUT — text flashes from fallback to web font
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)
A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
A+
Green Hosting
Whether the site is served from green-energy infrastructure
PASS

Green Hosting

This site is hosted on green energy infrastructure

Provider: Cloudflare

Network Waterfall
76 requests over 1246ms
INFO
0 ms 500 ms 1.0 s 1.5 s 2.0 s FCP 1.1 s LCP 1.9 shttps://pcworld.com// https://pcworld.com/ — 301 — 405 B — 73 ms — h2https://www.pcworld.com/www.pcworld.com/ https://www.pcworld.com/ — 200 — 44.3 KiB — 42 ms — h2https://www.pcworld.com/wp-includes/css/dist/block-library/style.min.css?ver=6.8.5www.pcworld.com/wp-includes/css/dis... https://www.pcworld.com/wp-includes/css/dist/block-library/style.min.css?ver=6.8.5 — 200 — 15.4 KiB — 35 ms — h2https://www.pcworld.com/wp-content/client-mu-plugins/idg-sponsored-price-comparison/dist/styles/main.css?ver=1776782167www.pcworld.com/wp-content/client-m... https://www.pcworld.com/wp-content/client-mu-plugins/idg-sponsored-price-comparison/dist/styles/main.css?ver=1776782167 — 200 — 614 B — 42 ms — h2https://www.pcworld.com/wp-content/client-mu-plugins/idg-third-party/dist/styles/index.css?ver=1776782167www.pcworld.com/wp-content/client-m... https://www.pcworld.com/wp-content/client-mu-plugins/idg-third-party/dist/styles/index.css?ver=1776782167 — 200 — 1.2 KiB — 44 ms — h2https://www.pcworld.com/wp-content/themes/idg-base-theme/dist/styles/jwplayer.css?ver=1776782167www.pcworld.com/wp-content/themes/i... https://www.pcworld.com/wp-content/themes/idg-base-theme/dist/styles/jwplayer.css?ver=1776782167 — 200 — 1.0 KiB — 33 ms — h2https://www.pcworld.com/wp-content/themes/idg-base-theme/dist/styles/shared.css?ver=1776782167www.pcworld.com/wp-content/themes/i... https://www.pcworld.com/wp-content/themes/idg-base-theme/dist/styles/shared.css?ver=1776782167 — 200 — 14.1 KiB — 46 ms — h2https://www.pcworld.com/wp-content/themes/idg-base-theme/dist/styles/bundle.css?ver=1776782167www.pcworld.com/wp-content/themes/i... https://www.pcworld.com/wp-content/themes/idg-base-theme/dist/styles/bundle.css?ver=1776782167 — 200 — 41.9 KiB — 47 ms — h2https://www.pcworld.com/wp-content/themes/pcworld-com-child-theme/dist/styles/theme.css?ver=1776782167www.pcworld.com/wp-content/themes/p... https://www.pcworld.com/wp-content/themes/pcworld-com-child-theme/dist/styles/theme.css?ver=1776782167 — 200 — 2.1 KiB — 43 ms — h2https://www.pcworld.com/wp-includes/js/dist/hooks.min.js?m=1774626878gwww.pcworld.com/wp-includes/js/dist... https://www.pcworld.com/wp-includes/js/dist/hooks.min.js?m=1774626878g — 200 — 1.7 KiB — 44 ms — h2https://www.pcworld.com/wp-includes/js/dist/i18n.min.js?ver=5e580eb46a90c2b997e6www.pcworld.com/wp-includes/js/dist... https://www.pcworld.com/wp-includes/js/dist/i18n.min.js?ver=5e580eb46a90c2b997e6 — 200 — 3.7 KiB — 41 ms — h2https://www.pcworld.com/wp-content/client-mu-plugins/idg-editorial-fsb/dist/scripts/main.js?m=1776782167gwww.pcworld.com/wp-content/client-m... https://www.pcworld.com/wp-content/client-mu-plugins/idg-editorial-fsb/dist/scripts/main.js?m=1776782167g — 200 — 15.5 KiB — 54 ms — h2https://www.pcworld.com/wp-content/client-mu-plugins/idg-third-party/dist/scripts/index.js?ver=1776782167www.pcworld.com/wp-content/client-m... https://www.pcworld.com/wp-content/client-mu-plugins/idg-third-party/dist/scripts/index.js?ver=1776782167 — 200 — 44.4 KiB — 55 ms — h2https://www.pcworld.com/_static/??-eJydjUEKAyEMRS/UTJguxm5Kz2JVbEStTSKDtx8X03Wh8OFtHu/j3sC9q4aq6DJNQOnQco9UBclH0Bexh2ZZB3oSRXFMTQXT3rIdgZckF/w/0zg8yYP18g1Rdbn7MB/mPj3wOLEUqj8lKBTZajjlR7mvxmzmdl03kw6FZ1jZwww.pcworld.com/_static/??-eJydjUEK... https://www.pcworld.com/_static/??-eJydjUEKAyEMRS/UTJguxm5Kz2JVbEStTSKDtx8X03Wh8OFtHu/j3sC9q4aq6DJNQOnQco9UBclH0Bexh2ZZB3oSRXFMTQXT3rIdgZckF/w/0zg8yYP18g1Rdbn7MB/mPj3wOLEUqj8lKBTZajjlR7mvxmzmdl03kw6FZ1jZ — 200 — 72.5 KiB — 57 ms — h2https://cp.pcworld.com/now.jscp.pcworld.com/now.js https://cp.pcworld.com/now.js — 200 — 35.2 KiB — 151 ms — h2https://www.pcworld.com/wp-content/uploads/2026/04/Google-AI-slop-on-screen-2.jpg?quality=50&strip=all&w=1240&h=826&crop=1www.pcworld.com/wp-content/uploads/... https://www.pcworld.com/wp-content/uploads/2026/04/Google-AI-slop-on-screen-2.jpg?quality=50&strip=all&w=1240&h=826&crop=1 — 200 — 19.7 KiB — 62 ms — h2https://www.pcworld.com/wp-content/uploads/2026/04/Starlink-logo-on-a-screen-with-planet-and-satellites-in-background.jpg?quality=50&strip=all&w=1240&h=826&crop=1www.pcworld.com/wp-content/uploads/... https://www.pcworld.com/wp-content/uploads/2026/04/Starlink-logo-on-a-screen-with-planet-and-satellites-in-background.jpg?quality=50&strip=all&w=1240&h=826&crop=1 — 200 — 48.3 KiB — 62 ms — h2https://www.pcworld.com/wp-content/uploads/2026/04/RAM-Upgrade_RGBeci-1.png?w=1240&h=826&crop=1www.pcworld.com/wp-content/uploads/... https://www.pcworld.com/wp-content/uploads/2026/04/RAM-Upgrade_RGBeci-1.png?w=1240&h=826&crop=1 — 200 — 664.0 KiB — 90 ms — h2https://www.pcworld.com/wp-content/uploads/2026/04/lenovo-yoga-7a-2-in-1-2.jpeg?quality=50&strip=all&w=1240&h=826&crop=1www.pcworld.com/wp-content/uploads/... https://www.pcworld.com/wp-content/uploads/2026/04/lenovo-yoga-7a-2-in-1-2.jpeg?quality=50&strip=all&w=1240&h=826&crop=1 — 200 — 97.7 KiB — 86 ms — h2https://www.pcworld.com/wp-content/mu-plugins/jetpack-14.8/jetpack_vendor/automattic/jetpack-forms/dist/modules/form/view.js?ver=14.8www.pcworld.com/wp-content/mu-plugi... https://www.pcworld.com/wp-content/mu-plugins/jetpack-14.8/jetpack_vendor/automattic/jetpack-forms/dist/modules/form/view.js?ver=14.8 — 200 — 2.8 KiB — 86 ms — h2https://www.pcworld.com/wp-includes/js/dist/script-modules/interactivity/index.min.js?ver=55aebb6e0a16726baffbwww.pcworld.com/wp-includes/js/dist... https://www.pcworld.com/wp-includes/js/dist/script-modules/interactivity/index.min.js?ver=55aebb6e0a16726baffb — 200 — 14.5 KiB — 86 ms — h2https://use.typekit.net/nxp5xkw.css?ver=1.0.0use.typekit.net/nxp5xkw.css?ver=1.0... https://use.typekit.net/nxp5xkw.css?ver=1.0.0 — 200 — 1.2 KiB — 63 ms — h2https://www.pcworld.com/wp-content/themes/pcworld-com-child-theme/dist/scripts/theme.js?m=1776782167gwww.pcworld.com/wp-content/themes/p... https://www.pcworld.com/wp-content/themes/pcworld-com-child-theme/dist/scripts/theme.js?m=1776782167g — 200 — 5.8 KiB — 86 ms — h2https://www.pcworld.com/wp-content/themes/idg-base-theme/lib/scripts/class.ConsentManager.js?ver=1.0.1www.pcworld.com/wp-content/themes/i... https://www.pcworld.com/wp-content/themes/idg-base-theme/lib/scripts/class.ConsentManager.js?ver=1.0.1 — 200 — 5.1 KiB — 85 ms — h2blob:https://www.pcworld.com/2379a6aa-8a5b-471a-9216-111127effee5www.pcworld.com/2379a6aa-8a5b-471a-... blob:https://www.pcworld.com/2379a6aa-8a5b-471a-9216-111127effee5 — 200 — -1 B — 21 ms — blobhttps://www.pcworld.com/wp-content/themes/idg-base-theme/dist/scripts/bundle.js?ver=1776782167www.pcworld.com/wp-content/themes/i... https://www.pcworld.com/wp-content/themes/idg-base-theme/dist/scripts/bundle.js?ver=1776782167 — 200 — 65.9 KiB — 28 ms — h2https://www.pcworld.com/wp-content/themes/idg-base-theme/dist/scripts/ajaxload-posts.js?ver=1www.pcworld.com/wp-content/themes/i... https://www.pcworld.com/wp-content/themes/idg-base-theme/dist/scripts/ajaxload-posts.js?ver=1 — 200 — 6.7 KiB — 27 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-WMR8FDR6www.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-WMR8FDR6 — 200 — 191.8 KiB — 152 ms — h2https://cmpv2.pcworld.com/unified/wrapperMessagingWithoutDetection.jscmpv2.pcworld.com/unified/wrapperMe... https://cmpv2.pcworld.com/unified/wrapperMessagingWithoutDetection.js — 200 — 42.0 KiB — 71 ms — h2https://p.typekit.net/p.css?s=1&k=nxp5xkw&ht=tk&f=24351.24354.24355.24356.43309.43310.14032.14033.14034.14035&a=338060042&app=typekit&e=cssp.typekit.net/p.css?s=1&k=nxp5xkw&h... https://p.typekit.net/p.css?s=1&k=nxp5xkw&ht=tk&f=24351.24354.24355.24356.43309.43310.14032.14033.14034.14035&a=338060042&app=typekit&e=css — 200 — 172 B — 14 ms — h2
0 ms 500 ms 1.0 s 1.5 s 2.0 s FCP 1.1 s LCP 1.9 shttps://pcworld.com// https://pcworld.com/ — 301 — 405 B — 73 ms — h2https://www.pcworld.com/www.pcworld.com/ https://www.pcworld.com/ — 200 — 44.3 KiB — 42 ms — h2https://www.pcworld.com/wp-includes/css/dist/block-library/style.min.css?ver=6.8.5www.pcworld.com/wp-includes/css/dis... https://www.pcworld.com/wp-includes/css/dist/block-library/style.min.css?ver=6.8.5 — 200 — 15.4 KiB — 35 ms — h2https://www.pcworld.com/wp-content/client-mu-plugins/idg-sponsored-price-comparison/dist/styles/main.css?ver=1776782167www.pcworld.com/wp-content/client-m... https://www.pcworld.com/wp-content/client-mu-plugins/idg-sponsored-price-comparison/dist/styles/main.css?ver=1776782167 — 200 — 614 B — 42 ms — h2https://www.pcworld.com/wp-content/client-mu-plugins/idg-third-party/dist/styles/index.css?ver=1776782167www.pcworld.com/wp-content/client-m... https://www.pcworld.com/wp-content/client-mu-plugins/idg-third-party/dist/styles/index.css?ver=1776782167 — 200 — 1.2 KiB — 44 ms — h2https://www.pcworld.com/wp-content/themes/idg-base-theme/dist/styles/jwplayer.css?ver=1776782167www.pcworld.com/wp-content/themes/i... https://www.pcworld.com/wp-content/themes/idg-base-theme/dist/styles/jwplayer.css?ver=1776782167 — 200 — 1.0 KiB — 33 ms — h2https://www.pcworld.com/wp-content/themes/idg-base-theme/dist/styles/shared.css?ver=1776782167www.pcworld.com/wp-content/themes/i... https://www.pcworld.com/wp-content/themes/idg-base-theme/dist/styles/shared.css?ver=1776782167 — 200 — 14.1 KiB — 46 ms — h2https://www.pcworld.com/wp-content/themes/idg-base-theme/dist/styles/bundle.css?ver=1776782167www.pcworld.com/wp-content/themes/i... https://www.pcworld.com/wp-content/themes/idg-base-theme/dist/styles/bundle.css?ver=1776782167 — 200 — 41.9 KiB — 47 ms — h2https://www.pcworld.com/wp-content/themes/pcworld-com-child-theme/dist/styles/theme.css?ver=1776782167www.pcworld.com/wp-content/themes/p... https://www.pcworld.com/wp-content/themes/pcworld-com-child-theme/dist/styles/theme.css?ver=1776782167 — 200 — 2.1 KiB — 43 ms — h2https://www.pcworld.com/wp-includes/js/dist/hooks.min.js?m=1774626878gwww.pcworld.com/wp-includes/js/dist... https://www.pcworld.com/wp-includes/js/dist/hooks.min.js?m=1774626878g — 200 — 1.7 KiB — 44 ms — h2https://www.pcworld.com/wp-includes/js/dist/i18n.min.js?ver=5e580eb46a90c2b997e6www.pcworld.com/wp-includes/js/dist... https://www.pcworld.com/wp-includes/js/dist/i18n.min.js?ver=5e580eb46a90c2b997e6 — 200 — 3.7 KiB — 41 ms — h2https://www.pcworld.com/wp-content/client-mu-plugins/idg-editorial-fsb/dist/scripts/main.js?m=1776782167gwww.pcworld.com/wp-content/client-m... https://www.pcworld.com/wp-content/client-mu-plugins/idg-editorial-fsb/dist/scripts/main.js?m=1776782167g — 200 — 15.5 KiB — 54 ms — h2https://www.pcworld.com/wp-content/client-mu-plugins/idg-third-party/dist/scripts/index.js?ver=1776782167www.pcworld.com/wp-content/client-m... https://www.pcworld.com/wp-content/client-mu-plugins/idg-third-party/dist/scripts/index.js?ver=1776782167 — 200 — 44.4 KiB — 55 ms — h2https://www.pcworld.com/_static/??-eJydjUEKAyEMRS/UTJguxm5Kz2JVbEStTSKDtx8X03Wh8OFtHu/j3sC9q4aq6DJNQOnQco9UBclH0Bexh2ZZB3oSRXFMTQXT3rIdgZckF/w/0zg8yYP18g1Rdbn7MB/mPj3wOLEUqj8lKBTZajjlR7mvxmzmdl03kw6FZ1jZwww.pcworld.com/_static/??-eJydjUEK... https://www.pcworld.com/_static/??-eJydjUEKAyEMRS/UTJguxm5Kz2JVbEStTSKDtx8X03Wh8OFtHu/j3sC9q4aq6DJNQOnQco9UBclH0Bexh2ZZB3oSRXFMTQXT3rIdgZckF/w/0zg8yYP18g1Rdbn7MB/mPj3wOLEUqj8lKBTZajjlR7mvxmzmdl03kw6FZ1jZ — 200 — 72.5 KiB — 57 ms — h2https://cp.pcworld.com/now.jscp.pcworld.com/now.js https://cp.pcworld.com/now.js — 200 — 35.2 KiB — 151 ms — h2https://www.pcworld.com/wp-content/uploads/2026/04/Google-AI-slop-on-screen-2.jpg?quality=50&strip=all&w=1240&h=826&crop=1www.pcworld.com/wp-content/uploads/... https://www.pcworld.com/wp-content/uploads/2026/04/Google-AI-slop-on-screen-2.jpg?quality=50&strip=all&w=1240&h=826&crop=1 — 200 — 19.7 KiB — 62 ms — h2https://www.pcworld.com/wp-content/uploads/2026/04/Starlink-logo-on-a-screen-with-planet-and-satellites-in-background.jpg?quality=50&strip=all&w=1240&h=826&crop=1www.pcworld.com/wp-content/uploads/... https://www.pcworld.com/wp-content/uploads/2026/04/Starlink-logo-on-a-screen-with-planet-and-satellites-in-background.jpg?quality=50&strip=all&w=1240&h=826&crop=1 — 200 — 48.3 KiB — 62 ms — h2https://www.pcworld.com/wp-content/uploads/2026/04/RAM-Upgrade_RGBeci-1.png?w=1240&h=826&crop=1www.pcworld.com/wp-content/uploads/... https://www.pcworld.com/wp-content/uploads/2026/04/RAM-Upgrade_RGBeci-1.png?w=1240&h=826&crop=1 — 200 — 664.0 KiB — 90 ms — h2https://www.pcworld.com/wp-content/uploads/2026/04/lenovo-yoga-7a-2-in-1-2.jpeg?quality=50&strip=all&w=1240&h=826&crop=1www.pcworld.com/wp-content/uploads/... https://www.pcworld.com/wp-content/uploads/2026/04/lenovo-yoga-7a-2-in-1-2.jpeg?quality=50&strip=all&w=1240&h=826&crop=1 — 200 — 97.7 KiB — 86 ms — h2https://www.pcworld.com/wp-content/mu-plugins/jetpack-14.8/jetpack_vendor/automattic/jetpack-forms/dist/modules/form/view.js?ver=14.8www.pcworld.com/wp-content/mu-plugi... https://www.pcworld.com/wp-content/mu-plugins/jetpack-14.8/jetpack_vendor/automattic/jetpack-forms/dist/modules/form/view.js?ver=14.8 — 200 — 2.8 KiB — 86 ms — h2https://www.pcworld.com/wp-includes/js/dist/script-modules/interactivity/index.min.js?ver=55aebb6e0a16726baffbwww.pcworld.com/wp-includes/js/dist... https://www.pcworld.com/wp-includes/js/dist/script-modules/interactivity/index.min.js?ver=55aebb6e0a16726baffb — 200 — 14.5 KiB — 86 ms — h2https://use.typekit.net/nxp5xkw.css?ver=1.0.0use.typekit.net/nxp5xkw.css?ver=1.0... https://use.typekit.net/nxp5xkw.css?ver=1.0.0 — 200 — 1.2 KiB — 63 ms — h2https://www.pcworld.com/wp-content/themes/pcworld-com-child-theme/dist/scripts/theme.js?m=1776782167gwww.pcworld.com/wp-content/themes/p... https://www.pcworld.com/wp-content/themes/pcworld-com-child-theme/dist/scripts/theme.js?m=1776782167g — 200 — 5.8 KiB — 86 ms — h2https://www.pcworld.com/wp-content/themes/idg-base-theme/lib/scripts/class.ConsentManager.js?ver=1.0.1www.pcworld.com/wp-content/themes/i... https://www.pcworld.com/wp-content/themes/idg-base-theme/lib/scripts/class.ConsentManager.js?ver=1.0.1 — 200 — 5.1 KiB — 85 ms — h2blob:https://www.pcworld.com/2379a6aa-8a5b-471a-9216-111127effee5www.pcworld.com/2379a6aa-8a5b-471a-... blob:https://www.pcworld.com/2379a6aa-8a5b-471a-9216-111127effee5 — 200 — -1 B — 21 ms — blobhttps://www.pcworld.com/wp-content/themes/idg-base-theme/dist/scripts/bundle.js?ver=1776782167www.pcworld.com/wp-content/themes/i... https://www.pcworld.com/wp-content/themes/idg-base-theme/dist/scripts/bundle.js?ver=1776782167 — 200 — 65.9 KiB — 28 ms — h2https://www.pcworld.com/wp-content/themes/idg-base-theme/dist/scripts/ajaxload-posts.js?ver=1www.pcworld.com/wp-content/themes/i... https://www.pcworld.com/wp-content/themes/idg-base-theme/dist/scripts/ajaxload-posts.js?ver=1 — 200 — 6.7 KiB — 27 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-WMR8FDR6www.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-WMR8FDR6 — 200 — 191.8 KiB — 152 ms — h2https://cmpv2.pcworld.com/unified/wrapperMessagingWithoutDetection.jscmpv2.pcworld.com/unified/wrapperMe... https://cmpv2.pcworld.com/unified/wrapperMessagingWithoutDetection.js — 200 — 42.0 KiB — 71 ms — h2https://p.typekit.net/p.css?s=1&k=nxp5xkw&ht=tk&f=24351.24354.24355.24356.43309.43310.14032.14033.14034.14035&a=338060042&app=typekit&e=cssp.typekit.net/p.css?s=1&k=nxp5xkw&h... https://p.typekit.net/p.css?s=1&k=nxp5xkw&ht=tk&f=24351.24354.24355.24356.43309.43310.14032.14033.14034.14035&a=338060042&app=typekit&e=css — 200 — 172 B — 14 ms — h2https://use.typekit.net/af/ce8cbe/0000000000000000775a92b0/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3use.typekit.net/af/ce8cbe/000000000... https://use.typekit.net/af/ce8cbe/0000000000000000775a92b0/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3 — 200 — 26.6 KiB — 20 ms — h2https://use.typekit.net/af/b00ba4/00000000000000007759afd3/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3use.typekit.net/af/b00ba4/000000000... https://use.typekit.net/af/b00ba4/00000000000000007759afd3/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3 — 200 — 26.8 KiB — 21 ms — h2https://www.pcworld.com/wp-content/uploads/2026/04/Starlink-logo-on-a-screen-with-planet-and-satellites-in-background.jpg?resize=1240%2C826&quality=50&strip=allwww.pcworld.com/wp-content/uploads/... https://www.pcworld.com/wp-content/uploads/2026/04/Starlink-logo-on-a-screen-with-planet-and-satellites-in-background.jpg?resize=1240%2C826&quality=50&strip=all — 200 — 48.2 KiB — 24 ms — h2https://www.pcworld.com/wp-content/uploads/2026/04/RAM-Upgrade_RGBeci-1.png?quality=50&strip=allwww.pcworld.com/wp-content/uploads/... https://www.pcworld.com/wp-content/uploads/2026/04/RAM-Upgrade_RGBeci-1.png?quality=50&strip=all — 200 — 35.1 KiB — 26 ms — h2https://www.pcworld.com/wp-content/uploads/2026/04/lenovo-yoga-7a-2-in-1-2.jpeg?quality=50&strip=allwww.pcworld.com/wp-content/uploads/... https://www.pcworld.com/wp-content/uploads/2026/04/lenovo-yoga-7a-2-in-1-2.jpeg?quality=50&strip=all — 200 — 552.4 KiB — 39 ms — h2https://www.pcworld.com/wp-content/uploads/2026/04/nordvpn-inspiron-5441-2.jpg?quality=50&strip=all&w=300&h=200&crop=1www.pcworld.com/wp-content/uploads/... https://www.pcworld.com/wp-content/uploads/2026/04/nordvpn-inspiron-5441-2.jpg?quality=50&strip=all&w=300&h=200&crop=1 — 200 — 3.2 KiB — 25 ms — h2https://www.pcworld.com/wp-content/uploads/2026/04/Finger-touching-Windows-11-logo-on-screen-in-dark-room-3.jpg?quality=50&strip=all&w=300&h=200&crop=1www.pcworld.com/wp-content/uploads/... https://www.pcworld.com/wp-content/uploads/2026/04/Finger-touching-Windows-11-logo-on-screen-in-dark-room-3.jpg?quality=50&strip=all&w=300&h=200&crop=1 — 200 — 6.4 KiB — 28 ms — h2https://www.pcworld.com/wp-content/uploads/2026/04/GitHub-Copilot.jpeg?quality=50&strip=all&w=300&h=200&crop=1www.pcworld.com/wp-content/uploads/... https://www.pcworld.com/wp-content/uploads/2026/04/GitHub-Copilot.jpeg?quality=50&strip=all&w=300&h=200&crop=1 — 200 — 5.8 KiB — 29 ms — h2https://cp.pcworld.com/properties/f99d735d/config.jsoncp.pcworld.com/properties/f99d735d/... https://cp.pcworld.com/properties/f99d735d/config.json — 200 — 1.9 KiB — 96 ms — h2https://www.pcworld.com/wp-content/uploads/2026/04/Innocn-49-inch-1440p-Ultrawide-Gaming-Monitor-49Q1R.jpg?quality=50&strip=all&w=300&h=200&crop=1www.pcworld.com/wp-content/uploads/... https://www.pcworld.com/wp-content/uploads/2026/04/Innocn-49-inch-1440p-Ultrawide-Gaming-Monitor-49Q1R.jpg?quality=50&strip=all&w=300&h=200&crop=1 — 200 — 8.6 KiB — 28 ms — h2https://www.pcworld.com/wp-content/uploads/2026/04/Microsoft-Defender-Antivirus-on-Windows-11-dark-background.jpg?quality=50&strip=all&w=300&h=200&crop=1www.pcworld.com/wp-content/uploads/... https://www.pcworld.com/wp-content/uploads/2026/04/Microsoft-Defender-Antivirus-on-Windows-11-dark-background.jpg?quality=50&strip=all&w=300&h=200&crop=1 — 200 — 4.0 KiB — 25 ms — h2https://www.pcworld.com/wp-content/uploads/2026/04/solarseven-Shutterstock.com_-1.jpg?quality=50&strip=all&w=300&h=200&crop=1www.pcworld.com/wp-content/uploads/... https://www.pcworld.com/wp-content/uploads/2026/04/solarseven-Shutterstock.com_-1.jpg?quality=50&strip=all&w=300&h=200&crop=1 — 200 — 11.4 KiB — 32 ms — h2https://www.pcworld.com/wp-content/uploads/2026/04/Anker-13-in-1-nano-dock-with-removeable-hub-7.jpg?quality=50&strip=all&w=300&h=200&crop=1www.pcworld.com/wp-content/uploads/... https://www.pcworld.com/wp-content/uploads/2026/04/Anker-13-in-1-nano-dock-with-removeable-hub-7.jpg?quality=50&strip=all&w=300&h=200&crop=1 — 200 — 5.8 KiB — 25 ms — h2https://www.pcworld.com/wp-content/uploads/2026/04/Lenovo-Legion-5i-gaming-laptop-1.jpg?quality=50&strip=all&w=300&h=200&crop=1www.pcworld.com/wp-content/uploads/... https://www.pcworld.com/wp-content/uploads/2026/04/Lenovo-Legion-5i-gaming-laptop-1.jpg?quality=50&strip=all&w=300&h=200&crop=1 — 200 — 8.4 KiB — 27 ms — h2https://www.pcworld.com/wp-content/uploads/2026/04/lenovo-yoga-7a-2-in-1-2.jpeg?quality=50&strip=all&w=300&h=200&crop=1www.pcworld.com/wp-content/uploads/... https://www.pcworld.com/wp-content/uploads/2026/04/lenovo-yoga-7a-2-in-1-2.jpeg?quality=50&strip=all&w=300&h=200&crop=1 — 200 — 9.8 KiB — 23 ms — h2https://www.pcworld.com/wp-content/uploads/2026/04/Acemagic-AM06-Pro-mini-PC.jpg?quality=50&strip=all&w=300&h=200&crop=1www.pcworld.com/wp-content/uploads/... https://www.pcworld.com/wp-content/uploads/2026/04/Acemagic-AM06-Pro-mini-PC.jpg?quality=50&strip=all&w=300&h=200&crop=1 — 200 — 5.7 KiB — 23 ms — h2https://www.pcworld.com/wp-content/uploads/2026/04/bf-laptop-deals-pcw-14.jpg?quality=50&strip=all&w=300&h=200&crop=1www.pcworld.com/wp-content/uploads/... https://www.pcworld.com/wp-content/uploads/2026/04/bf-laptop-deals-pcw-14.jpg?quality=50&strip=all&w=300&h=200&crop=1 — 200 — 4.6 KiB — 24 ms — h2https://www.pcworld.com/wp-content/uploads/2026/04/Google-AI-slop-on-screen-2.jpg?quality=50&strip=all&w=300&h=200&crop=1www.pcworld.com/wp-content/uploads/... https://www.pcworld.com/wp-content/uploads/2026/04/Google-AI-slop-on-screen-2.jpg?quality=50&strip=all&w=300&h=200&crop=1 — 200 — 2.3 KiB — 24 ms — h2https://www.pcworld.com/wp-content/uploads/2026/04/Starlink-logo-on-a-screen-with-planet-and-satellites-in-background.jpg?quality=50&strip=all&w=300&h=200&crop=1www.pcworld.com/wp-content/uploads/... https://www.pcworld.com/wp-content/uploads/2026/04/Starlink-logo-on-a-screen-with-planet-and-satellites-in-background.jpg?quality=50&strip=all&w=300&h=200&crop=1 — 200 — 7.5 KiB — 25 ms — h2https://www.pcworld.com/wp-content/uploads/2026/04/pcw-desktoppc-prime-1-3.jpg?quality=50&strip=all&w=300&h=200&crop=1www.pcworld.com/wp-content/uploads/... https://www.pcworld.com/wp-content/uploads/2026/04/pcw-desktoppc-prime-1-3.jpg?quality=50&strip=all&w=300&h=200&crop=1 — 200 — 7.5 KiB — 23 ms — h2https://www.pcworld.com/wp-content/uploads/2026/04/Siri-working-with-ChatGPT-on-iOS-2.jpeg?quality=50&strip=all&w=300&h=200&crop=1www.pcworld.com/wp-content/uploads/... https://www.pcworld.com/wp-content/uploads/2026/04/Siri-working-with-ChatGPT-on-iOS-2.jpeg?quality=50&strip=all&w=300&h=200&crop=1 — 200 — 4.8 KiB — 23 ms — h2https://www.pcworld.com/wp-admin/admin-ajax.phpwww.pcworld.com/wp-admin/admin-ajax... https://www.pcworld.com/wp-admin/admin-ajax.php — 200 — 457 B — 371 ms — h2https://cmpv2.pcworld.com/unified/4.40.1/gdpr-tcf.27718c8cb9d29947d2c1.bundle.jscmpv2.pcworld.com/unified/4.40.1/gd... https://cmpv2.pcworld.com/unified/4.40.1/gdpr-tcf.27718c8cb9d29947d2c1.bundle.js — 200 — 29.4 KiB — 22 ms — h2https://cmpv2.pcworld.com/unified/4.40.1/usnat.f12613136193900e32e2.bundle.jscmpv2.pcworld.com/unified/4.40.1/us... https://cmpv2.pcworld.com/unified/4.40.1/usnat.f12613136193900e32e2.bundle.js — 200 — 42.3 KiB — 30 ms — h2https://cmpv2.pcworld.com/mms/v2/get_site_data?hasCsp=true&href=https%3A%2F%2Fpcworld.com%2F&account_id=146cmpv2.pcworld.com/mms/v2/get_site_d... https://cmpv2.pcworld.com/mms/v2/get_site_data?hasCsp=true&href=https%3A%2F%2Fpcworld.com%2F&account_id=146 — 200 — 614 B — 86 ms — h2https://cp.pcworld.com/chunks/cp-chunk-cmp-sourcepoint.20260421091406-89a39e00f0.ac0804e59ea43f6cca8d.jscp.pcworld.com/chunks/cp-chunk-cmp-... https://cp.pcworld.com/chunks/cp-chunk-cmp-sourcepoint.20260421091406-89a39e00f0.ac0804e59ea43f6cca8d.js — 200 — 3.4 KiB — 38 ms — h2https://www.googletagmanager.com/gtag/js?id=AW-17470842806&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-17470842806&cx=c&gtm=4e64h1 — 200 — 143.8 KiB — 41 ms — h2https://functions.adnami.io/api/macro/adsm.macro.pcworld.com.jsfunctions.adnami.io/api/macro/adsm.... https://functions.adnami.io/api/macro/adsm.macro.pcworld.com.js — 200 — 8.3 KiB — 10 ms — h2https://www.googletagmanager.com/gtag/js?id=G-7PTFLSG8N9&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-7PTFLSG8N9&cx=c&gtm=4e64h1 — 200 — 145.1 KiB — 40 ms — h2https://www.youtube.com/iframe_apiwww.youtube.com/iframe_api https://www.youtube.com/iframe_api — 200 — 3.5 KiB — 111 ms — h2https://cmpv2.pcworld.com/wrapper/v2/meta-data?hasCsp=true&accountId=146&env=prod&metadata=%7B%22gdpr%22%3A%7B%7D%2C%22usnat%22%3A%7B%7D%7D&propertyId=3934&scriptVersion=4.40.1&scriptType=unifiedcmpv2.pcworld.com/wrapper/v2/meta-d... https://cmpv2.pcworld.com/wrapper/v2/meta-data?hasCsp=true&accountId=146&env=prod&metadata=%7B%22gdpr%22%3A%7B%7D%2C%22usnat%22%3A%7B%7D%7D&propertyId=3934&scriptVersion=4.40.1&scriptType=unified — 200 — 1.1 KiB — 148 ms — h2https://macro.adnami.io/macro/gen/adsm.macro.rmb.jsmacro.adnami.io/macro/gen/adsm.macr... https://macro.adnami.io/macro/gen/adsm.macro.rmb.js — 200 — 25.4 KiB — 18 ms — h2https://www.youtube.com/s/player/218d9d92/www-widgetapi.vflset/www-widgetapi.jswww.youtube.com/s/player/218d9d92/w... https://www.youtube.com/s/player/218d9d92/www-widgetapi.vflset/www-widgetapi.js — 200 — 10.6 KiB — 30 ms — h2https://cmpv2.pcworld.com/wrapper/v2/messages?hasCsp=true&env=prod&body=%7B%22accountId%22%3A146%2C%22campaignEnv%22%3A%22prod%22%2C%22campaigns%22%3A%7B%22gdpr%22%3A%7B%22consentStatus%22%3A%7B%7D%2C%22targetingParams%22%3A%7B%22acps%22%3A%22false%22%7D%7D%2C%22usnat%22%3A%7B%22consentStatus%22%3A%7B%7D%2C%22hasLocalData%22%3Afalse%2C%22targetingParams%22%3A%7B%7D%7D%7D%2C%22clientMMSOrigin%22%3A%22https%3A%2F%2Fcmpv2.pcworld.com%22%2C%22hasCSP%22%3Atrue%2C%22includeData%22%3A%7B%22localState%22%3A%7B%22type%22%3A%22string%22%7D%2C%22actions%22%3A%7B%22type%22%3A%22RecordString%22%7D%2C%22cookies%22%3A%7B%22type%22%3A%22RecordString%22%7D%7D%2C%22propertyHref%22%3A%22https%3A%2F%2Fpcworld.com%2F%22%7D&localState=null&metadata=%7B%22gdpr%22%3A%7B%22applies%22%3Atrue%7D%2C%22usnat%22%3A%7B%22applies%22%3Afalse%7D%7D&nonKeyedLocalState=null&ch=508333053508333053cba593da&scriptVersion=4.40.1&scriptType=unifiedcmpv2.pcworld.com/wrapper/v2/messag... https://cmpv2.pcworld.com/wrapper/v2/messages?hasCsp=true&env=prod&body=%7B%22accountId%22%3A146%2C%22campaignEnv%22%3A%22prod%22%2C%22campaigns%22%3A%7B%22gdpr%22%3A%7B%22consentStatus%22%3A%7B%7D%2C%22targetingParams%22%3A%7B%22acps%22%3A%22false%22%7D%7D%2C%22usnat%22%3A%7B%22consentStatus%22%3A%7B%7D%2C%22hasLocalData%22%3Afalse%2C%22targetingParams%22%3A%7B%7D%7D%7D%2C%22clientMMSOrigin%22%3A%22https%3A%2F%2Fcmpv2.pcworld.com%22%2C%22hasCSP%22%3Atrue%2C%22includeData%22%3A%7B%22localState%22%3A%7B%22type%22%3A%22string%22%7D%2C%22actions%22%3A%7B%22type%22%3A%22RecordString%22%7D%2C%22cookies%22%3A%7B%22type%22%3A%22RecordString%22%7D%7D%2C%22propertyHref%22%3A%22https%3A%2F%2Fpcworld.com%2F%22%7D&localState=null&metadata=%7B%22gdpr%22%3A%7B%22applies%22%3Atrue%7D%2C%22usnat%22%3A%7B%22applies%22%3Afalse%7D%7D&nonKeyedLocalState=null&ch=508333053508333053cba593da&scriptVersion=4.40.1&scriptType=unified — 200 — 10.3 KiB — 167 ms — h2https://www.pcworld.com/wp-content/uploads/2021/09/cropped-cropped-PCWorld-Site-Icon.png?w=32www.pcworld.com/wp-content/uploads/... https://www.pcworld.com/wp-content/uploads/2021/09/cropped-cropped-PCWorld-Site-Icon.png?w=32 — 200 — 616 B — 23 ms — h2https://region1.google-analytics.com/g/collect?v=2&tid=G-7PTFLSG8N9&gtm=45je64h1v9171019279z89210079449za20gzb9210079449zd9210079449&_p=1776801129692&gcs=G10-&gcd=13m3l3m2m5l1&npa=1&dma_cps=-&dma=1&tcfd=1065b&_eu=AAAAAEA&are=1&cid=1518709816.1776801130&frm=0&pscdl=denied&rcb=6&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115616985~115938466~115938469~117266400~118463262&sid=1776801130&sct=1&seg=0&dl=https%3A%2F%2Fwww.pcworld.com%2F&dt=PCWorld&tfd=974region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-7PTFLSG8N9&gtm=45je64h1v9171019279z89210079449za20gzb9210079449zd9210079449&_p=1776801129692&gcs=G10-&gcd=13m3l3m2m5l1&npa=1&dma_cps=-&dma=1&tcfd=1065b&_eu=AAAAAEA&are=1&cid=1518709816.1776801130&frm=0&pscdl=denied&rcb=6&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115616985~115938466~115938469~117266400~118463262&sid=1776801130&sct=1&seg=0&dl=https%3A%2F%2Fwww.pcworld.com%2F&dt=PCWorld&tfd=974 — 204 — 549 B — 66 ms — h2https://pagead2.googlesyndication.com/ccm/collect?rcb=2&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fwww.pcworld.com%2F&scrsrc=www.googletagmanager.com&rnd=1782104455.1776801130&navt=n&npa=1&gdpr=1&gdpr_consent=CQjA2wAQjA2wAAGABCENCYFgAAAAAELAAAiQAAASpgEgAKABUAI4AdwBAACDgERAXQBKkAcJADAEcAO4AgA6ACAO4eACAIiAughABAHcSgAgCOKgAgAFALoLQAQB3AAA.IJUwNYAFAAaABUADIAHIAPABAACoAGQANAAdAA-gCKAIwATAAnABQAC2AF8AMMAbABtAD9AIAAgQBCACMgEcAR4ApIBogGkAOIAdwA_QCAAEDgIMAg4BEQCLAEpALSAY0AzgBnwDTAIbATIAq4BdAC84GGAYaAxkBkgDLwGmgQDAgOBGYCVI.YAAAAAAAAAAA&ep.ads_data_redaction=0&gtm=45He64h1v9210079449za200zd9210079449xea&gcs=G10-&gcd=13m3l3m2m5l1&dma_cps=-&dma=1&tcfd=1065b&tag_exp=0~115938466~115938469~117266401&apve=1&apvf=f&apvc=1&tft=1776801130474&tfd=983pagead2.googlesyndication.com/ccm/c... https://pagead2.googlesyndication.com/ccm/collect?rcb=2&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fwww.pcworld.com%2F&scrsrc=www.googletagmanager.com&rnd=1782104455.1776801130&navt=n&npa=1&gdpr=1&gdpr_consent=CQjA2wAQjA2wAAGABCENCYFgAAAAAELAAAiQAAASpgEgAKABUAI4AdwBAACDgERAXQBKkAcJADAEcAO4AgA6ACAO4eACAIiAughABAHcSgAgCOKgAgAFALoLQAQB3AAA.IJUwNYAFAAaABUADIAHIAPABAACoAGQANAAdAA-gCKAIwATAAnABQAC2AF8AMMAbABtAD9AIAAgQBCACMgEcAR4ApIBogGkAOIAdwA_QCAAEDgIMAg4BEQCLAEpALSAY0AzgBnwDTAIbATIAq4BdAC84GGAYaAxkBkgDLwGmgQDAgOBGYCVI.YAAAAAAAAAAA&ep.ads_data_redaction=0&gtm=45He64h1v9210079449za200zd9210079449xea&gcs=G10-&gcd=13m3l3m2m5l1&dma_cps=-&dma=1&tcfd=1065b&tag_exp=0~115938466~115938469~117266401&apve=1&apvf=f&apvc=1&tft=1776801130474&tfd=983 — 200 — 21 B — 120 ms — h3https://pagead2.googlesyndication.com/ccm/collect?rcb=0&frm=0&en=page_view&dl=https%3A%2F%2Fwww.pcworld.com%2F&scrsrc=www.googletagmanager.com&rnd=1782104455.1776801130&navt=n&npa=1&gdpr=1&gdpr_consent=CQjA2wAQjA2wAAGABCENCYFgAAAAAELAAAiQAAASpgEgAKABUAI4AdwBAACDgERAXQBKkAcJADAEcAO4AgA6ACAO4eACAIiAughABAHcSgAgCOKgAgAFALoLQAQB3AAA.IJUwNYAFAAaABUADIAHIAPABAACoAGQANAAdAA-gCKAIwATAAnABQAC2AF8AMMAbABtAD9AIAAgQBCACMgEcAR4ApIBogGkAOIAdwA_QCAAEDgIMAg4BEQCLAEpALSAY0AzgBnwDTAIbATIAq4BdAC84GGAYaAxkBkgDLwGmgQDAgOBGYCVI.YAAAAAAAAAAA&gpp=DBAA&gpp_sid=-1&gtm=45be64h1v9227277546z89210079449za20gzb9210079449zd9210079449xec&gcs=G10-&gcd=13m3l3m2m5l1&dma_cps=-&dma=1&tcfd=1065b&tag_exp=0~115938466~115938469~117266400~118128923~118463262&apve=1&apvf=f&apvc=0&tids=AW-17470842806~AW-17860775883~AW-17933515261&tid=AW-17470842806&tft=1776801130475&tfd=984pagead2.googlesyndication.com/ccm/c... https://pagead2.googlesyndication.com/ccm/collect?rcb=0&frm=0&en=page_view&dl=https%3A%2F%2Fwww.pcworld.com%2F&scrsrc=www.googletagmanager.com&rnd=1782104455.1776801130&navt=n&npa=1&gdpr=1&gdpr_consent=CQjA2wAQjA2wAAGABCENCYFgAAAAAELAAAiQAAASpgEgAKABUAI4AdwBAACDgERAXQBKkAcJADAEcAO4AgA6ACAO4eACAIiAughABAHcSgAgCOKgAgAFALoLQAQB3AAA.IJUwNYAFAAaABUADIAHIAPABAACoAGQANAAdAA-gCKAIwATAAnABQAC2AF8AMMAbABtAD9AIAAgQBCACMgEcAR4ApIBogGkAOIAdwA_QCAAEDgIMAg4BEQCLAEpALSAY0AzgBnwDTAIbATIAq4BdAC84GGAYaAxkBkgDLwGmgQDAgOBGYCVI.YAAAAAAAAAAA&gpp=DBAA&gpp_sid=-1&gtm=45be64h1v9227277546z89210079449za20gzb9210079449zd9210079449xec&gcs=G10-&gcd=13m3l3m2m5l1&dma_cps=-&dma=1&tcfd=1065b&tag_exp=0~115938466~115938469~117266400~118128923~118463262&apve=1&apvf=f&apvc=0&tids=AW-17470842806~AW-17860775883~AW-17933515261&tid=AW-17470842806&tft=1776801130475&tfd=984 — 200 — 21 B — 120 ms — h3https://cmpv2.pcworld.com/index.html?hasCsp=true&message_id=1467331&consentUUID=null&consent_origin=https%3A%2F%2Fcmpv2.pcworld.com%2Fconsent%2Ftcfv2&preload_message=true&version=v1cmpv2.pcworld.com/index.html?hasCsp... https://cmpv2.pcworld.com/index.html?hasCsp=true&message_id=1467331&consentUUID=null&consent_origin=https%3A%2F%2Fcmpv2.pcworld.com%2Fconsent%2Ftcfv2&preload_message=true&version=v1 — 200 — 2.2 KiB — 18 ms — h2https://cmpv2.pcworld.com/Notice.30929.csscmpv2.pcworld.com/Notice.30929.css https://cmpv2.pcworld.com/Notice.30929.css — 200 — 6.7 KiB — 19 ms — h2https://cmpv2.pcworld.com/polyfills.01516.jscmpv2.pcworld.com/polyfills.01516.j... https://cmpv2.pcworld.com/polyfills.01516.js — 200 — 2.3 KiB — 20 ms — h2https://cmpv2.pcworld.com/Notice.8f529.jscmpv2.pcworld.com/Notice.8f529.js https://cmpv2.pcworld.com/Notice.8f529.js — 200 — 91.2 KiB — 30 ms — h2https://cmpv2.pcworld.com/consent/tcfv2/vendor-list/categories?siteId=3934cmpv2.pcworld.com/consent/tcfv2/ven... https://cmpv2.pcworld.com/consent/tcfv2/vendor-list/categories?siteId=3934 — 200 — 1.3 KiB — 51 ms — h2https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swapfonts.googleapis.com/css2?family=Mo... https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap — 200 — 1.0 KiB — 96 ms — h2https://cmpv2.pcworld.com/consent/tcfv2/vendor-list/categories?siteId=3934&consentLanguage=encmpv2.pcworld.com/consent/tcfv2/ven... https://cmpv2.pcworld.com/consent/tcfv2/vendor-list/categories?siteId=3934&consentLanguage=en — 200 — 1.3 KiB — 51 ms — h2https://b2c-contenthub.com/wp-content/uploads/2025/05/Logo-PCW-color.pngb2c-contenthub.com/wp-content/uploa... https://b2c-contenthub.com/wp-content/uploads/2025/05/Logo-PCW-color.png — 200 — 7.9 KiB — 7 ms — h2
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 536ms · 369KB · €9/mo
Google Tag Manager
Tag Manager
Optional
Execution 134ms
Transfer 192 KB
Unused 29%
Monthly Cost €2/mo
www.pcworld.com
Other
Optional
Execution 126ms
Transfer 44 KB
Monthly Cost €2/mo
Unattributable
Other
Optional
Execution 109ms
Transfer 0 KB
Monthly Cost €2/mo
cmpv2.pcworld.com
Other
Optional
Execution 88ms
Transfer 42 KB
Monthly Cost €1/mo
cmpv2.pcworld.com
Other
Optional
Execution 80ms
Transfer 91 KB
Unused 67%
Monthly Cost €1/mo

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

67% of cmpv2.pcworld.com's code is unused. The script may be loading features you don't use.

Why this matters

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

Source: web.dev

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