Skip to content
https://wwnorton.com

Performance

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

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

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

11.45 s

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

22.46 s

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

902 ms

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

0.457

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

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

24.07 s

Page Load Progression

474 ms
949 ms
1.4 s
1.9 s
2.4 s
2.8 s
3.3 s
3.8 s
Checks
17
7 PASS 2 REVIEW 6 FIX
F
Page Weight Budget
Action
11.5 MB transferred, 121 requests
FIX
11.5 MB transferred, 121 requests
Critical::
Page weighs 19.9 MB (11.5 MB transferred)
Warning::
Images are 8.9 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 8.9 MB
Warning::
JavaScript is 2.1 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 2.1 MB
Info::
CSS is 364 KB — consider purging unused styles
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
Got: 364 KB
Warning::
121 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 2.4 g CO2 per page load
11.5 MB / 2.4 MB budget
11.5 MB transferred
121 requests
2.4 g CO2 per page load
Images 8.9 MiB 77%
JavaScript 2.1 MiB 18%
CSS 364.0 KiB 3%
Fonts 96.2 KiB 1%
HTML 71.4 KiB 1%
Other 9.2 KiB 0%
Other 4.1 KiB 0%
Other 2.9 KiB 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
89% third-party, 0 ms blocking
FIX
89% third-party, 0 ms blocking
Warning::
Third-party code accounts for 89% of page weight (10.2 MiB of 11.5 MiB)
Info::
Third-party blocking time is low (0 ms)
89%
First-party Third-party
F
JS Execution Cost
Action
6874ms total JS execution
FIX
6874ms total JS execution
Warning::
https://www.gstatic.com/recaptcha/releases/gTpTIWh...: 1613ms CPU time
Warning::
https://wwnorton.com/_next/static/chunks/56.4630d3...: 1115ms CPU time
Warning::
https://wwnorton.com/: 1054ms CPU time
Warning::
Unattributable: 968ms CPU time
Warning::
https://wwnorton.com/_next/static/chunks/commons.0...: 949ms CPU time
Info::
Third-party scripts: 3087ms (45% of total)

Main Thread Breakdown

Script Evaluation 52% Other 18% Script Parsing & Compilation 11% Style & Layout 9% Rendering 6%
ScriptTotalScriptingParse/CompileParty
https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js1613ms1249ms265ms3rd
https://wwnorton.com/_next/static/chunks/56.4630d38315922e95046e.js1115ms891ms74ms1st
https://wwnorton.com/1054ms6ms2ms1st
Unattributable968ms7ms0ms3rd
https://wwnorton.com/_next/static/chunks/commons.0099909af9ced2a3778d.js949ms475ms316ms1st
https://wwnorton.com/_next/static/runtime/main-c784cdd9eb824ac26123.js669ms545ms1ms1st
https://www.googletagmanager.com/gtag/js?id=UA-66576513-3224ms126ms97ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-NGRFMPC211ms168ms34ms3rd
https://www.google-analytics.com/analytics.js71ms49ms18ms3rd
F
JS Bundles
Action
21 scripts, 1.6 MB unused
FIX
21 scripts, 1.6 MB unused
Warning::
https://wwnorton.com/_next/static/chunks/commons.0...: 535 KB unused (58%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.gstatic.com/recaptcha/releases/gTpTIWh...: 177 KB unused (49%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.gstatic.com/recaptcha/releases/gTpTIWh...: 177 KB unused (49%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.gstatic.com/recaptcha/releases/gTpTIWh...: 177 KB unused (49%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.gstatic.com/recaptcha/releases/gTpTIWh...: 177 KB unused (49%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 1.6 MB
1670 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://wwnorton.com/_next/static/chunks/commons.0099909af9ced2a3778d.js926 KB535 KB (58%)1st
https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js0 KB177 KB (49%)3rd
https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js0 KB177 KB (49%)3rd
https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js0 KB177 KB (49%)3rd
https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js362 KB177 KB (49%)3rd
https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js362 KB177 KB (49%)3rd
https://wwnorton.com/_next/static/chunks/56.4630d38315922e95046e.js141 KB116 KB (82%)1st
https://www.googletagmanager.com/gtm.js?id=GTM-NGRFMPC151 KB70 KB (46%)3rd
https://www.googletagmanager.com/gtag/js?id=UA-66576513-3116 KB64 KB (56%)3rd
https://wwnorton.com/_next/static/chunks/5.eb967e03bf75d7cf9623.js2 KB1st

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

F
Page Weight Inventory
Action
121 resources · 11.5 MB · 1.6 MB savings available
FIX
121 resources · 11.5 MB · 1.6 MB savings available
Warning::
Page weight 10.5 MB over 1MB target
Got: 11.5 MB Expected: ≤ 1 MB
Info::
~1.6 MB of savings available
Warning::
103 third-party resources (89% of weight)
Info::
28 resources over 200KB
121 resources · 11.5 MiB · 103 third-party 10.5 MiB over 1MB target
Image 77% · 8.9 MiB
JavaScript 18% · 2.1 MiB
CSS 3% · 364.0 KiB
Font 1% · 96.2 KiB
Document 1% · 71.9 KiB
Other 0% · 10.5 KiB

~1.6 MiB of savings available

Remove unused JavaScript: 1.6 MiB
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.
Info::
ETag present — enables conditional (304) responses

No Cache-Control header

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

C
Image Optimization
Action
79 images, 0 KB saveable
REVIEW
79 images, 0 KB saveable
Warning::
https://cdn2.wwnorton.com/wwnproducts/CTRYMN/2/3/9... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn.wwnorton.com/cms/books/9780393930702_3... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn2.wwnorton.com/wwnproducts/TRADE/4/4/97... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn2.wwnorton.com/wwnproducts/NRTPRO/7/7/9... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn2.wwnorton.com/wwnproducts/TRADE/3/3/97... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn.wwnorton.com/dam_booktitles/779/img/co... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn2.wwnorton.com/wwnproducts/TRADE/9/2/97... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn2.wwnorton.com/wwnproducts/CTRYMN/4/4/9... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn.wwnorton.com/cms/books/9780393339406_3... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn2.wwnorton.com/wwnproducts/TRADE/4/9/97... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn2.wwnorton.com/wwnproducts/TRADE/4/2/97... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn2.wwnorton.com/wwnproducts/LIVERT/5/2/9... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn2.wwnorton.com/wwnproducts/NRTPRO/1/1/9... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://appservices.wwnorton.com/media/api/v1/asse... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn2.wwnorton.com/wwnproducts/TRADE/5/5/97... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn2.wwnorton.com/wwnproducts/NRTYNG/4/3/9... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn2.wwnorton.com/wwnproducts/TRADE/3/1/97... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn.wwnorton.com/dam_booktitles/615/img/co... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://appservices.wwnorton.com/media/api/v1/asse... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn2.wwnorton.com/wwnproducts/TRADE/2/7/97... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn.wwnorton.com/dam_booktitles/024/img/co... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn2.wwnorton.com/wwnproducts/TRADE/9/9/97... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn.wwnorton.com/dam_booktitles/516/img/co... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn.wwnorton.com/dam_booktitles/196/img/co... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://appservices.wwnorton.com/media/api/v1/asse... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn2.wwnorton.com/wwnproducts/TRADE/4/2/97... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn2.wwnorton.com/wwnproducts/COLLEG/6/4/9... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn2.wwnorton.com/wwnproducts/NRTYNG/8/4/9... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn2.wwnorton.com/wwnproducts/COLLEG/6/7/9... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn2.wwnorton.com/wwnproducts/TRADE/0/9/97... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn2.wwnorton.com/wwnproducts/TRADE/0/4/97... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn2.wwnorton.com/wwnproducts/TRADE/5/3/97... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn.wwnorton.com/dam_booktitles/741/img/co... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn.wwnorton.com/dam_booktitles/965/img/co... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://appservices.wwnorton.com/media/api/v1/asse... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn2.wwnorton.com/wwnproducts/TRADE/5/1/97... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn2.wwnorton.com/wwnproducts/TRADE/9/2/97... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn.wwnorton.com/cms/books/9780393327649_3... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn2.wwnorton.com/wwnproducts/TRADE/8/8/97... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn.wwnorton.com/dam_booktitles/025/img/co... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn.wwnorton.com/dam_booktitles/635/img/co... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn2.wwnorton.com/wwnproducts/TRADE/0/0/97... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn2.wwnorton.com/wwnproducts/COLLEG/7/8/9... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn2.wwnorton.com/wwnproducts/LIVERT/4/8/9... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn2.wwnorton.com/wwnproducts/NRTYNG/1/4/9... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn.wwnorton.com/dam_booktitles/338/img/co... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn.wwnorton.com/dam_booktitles/249/img/co... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn.wwnorton.com/dam_booktitles/141/img/co... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn2.wwnorton.com/wwnproducts/TRADE/5/1/97... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn2.wwnorton.com/wwnproducts/TRADE/9/0/97... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn.wwnorton.com/dam_booktitles/226/img/co... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn.wwnorton.com/cms/books/9780393337761_3... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn2.wwnorton.com/wwnproducts/LIVERT/1/5/9... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn2.wwnorton.com/wwnproducts/TRADE/7/1/97... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn2.wwnorton.com/wwnproducts/NRTPRO/8/7/9... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn2.wwnorton.com/wwnproducts/TRADE/2/0/97... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn.wwnorton.com/dam_booktitles/839/img/co... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn.wwnorton.com/dam_booktitles/565/img/co... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://appservices.wwnorton.com/media/api/v1/asse... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn.wwnorton.com/cms/books/9780393339741_3... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn.wwnorton.com/booktitles/10443/img/cove... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn2.wwnorton.com/wwnproducts/CTRYMN/4/0/9... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn2.wwnorton.com/wwnproducts/TRADE/9/3/97... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn2.wwnorton.com/wwnproducts/TRADE/7/7/97... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn.wwnorton.com/dam_booktitles/185/img/co... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn.wwnorton.com/dam_booktitles/137/img/co... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
79 images 8.9 MB
0 oversized -0 KB
66 legacy format
66 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

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

Green Hosting

No green hosting detected

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

Web fonts

10

96 KB total

Render-blocking

0

of 10

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s 18.0 s 20.0 s 22.0 s FCP 11.5 s LCP 22.5 sdata:application/x-font-woff2;base64,d09GMk9UVE8AACokAA0AAAAAViQAACnTAANNDgAAAAAAAAAAAAAAAAAAAAAAAA…x-font-woff2;base64,d09... data:application/x-font-woff2;base64,d09GMk9UVE8AACokAA0AAAAAViQAACnTAANNDgAAAAAAAAAAAAAAAAAAAAAAAA… — 10.5 KiB — 31 ms — font-display: swapdata:application/x-font-woff2;base64,d09GMk9UVE8AACvMAA0AAAAAVngAACt5AANNDgAAAAAAAAAAAAAAAAAAAAAAAA…x-font-woff2;base64,d09... data:application/x-font-woff2;base64,d09GMk9UVE8AACvMAA0AAAAAVngAACt5AANNDgAAAAAAAAAAAAAAAAAAAAAAAA… — 10.9 KiB — 31 ms — font-display: swapdata:application/x-font-woff2;base64,d09GMk9UVE8AACp4AA0AAAAAVYAAACooAANNDgAAAAAAAAAAAAAAAAAAAAAAAA…x-font-woff2;base64,d09... data:application/x-font-woff2;base64,d09GMk9UVE8AACp4AA0AAAAAVYAAACooAANNDgAAAAAAAAAAAAAAAAAAAAAAAA… — 10.6 KiB — 32 ms — font-display: swapdata:application/x-font-woff2;base64,d09GMk9UVE8AABGwAAsAAAAAHvgAABFmAANNDgAAAAAAAAAAAAAAAAAAAAAAAA…x-font-woff2;base64,d09... data:application/x-font-woff2;base64,d09GMk9UVE8AABGwAAsAAAAAHvgAABFmAANNDgAAAAAAAAAAAAAAAAAAAAAAAA… — 4.4 KiB — 26 ms — font-display: swapdata:application/x-font-woff2;base64,d09GMk9UVE8AABGkAAsAAAAAHugAABFYAANNDgAAAAAAAAAAAAAAAAAAAAAAAA…x-font-woff2;base64,d09... data:application/x-font-woff2;base64,d09GMk9UVE8AABGkAAsAAAAAHugAABFYAANNDgAAAAAAAAAAAAAAAAAAAAAAAA… — 4.4 KiB — 22 ms — font-display: swapdata:application/x-font-woff2;base64,d09GMk9UVE8AABFgAAsAAAAAHuAAABEVAANNDgAAAAAAAAAAAAAAAAAAAAAAAA…x-font-woff2;base64,d09... data:application/x-font-woff2;base64,d09GMk9UVE8AABFgAAsAAAAAHuAAABEVAANNDgAAAAAAAAAAAAAAAAAAAAAAAA… — 4.3 KiB — 21 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 33.9 KiB — 100 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 0 B — 79 ms — font-display: swapdata:application/x-font-woff2;base64,d09GMk9UVE8AADFAAA0AAAAAczwAADDuAAEz+AAAAAAAAAAAAAAAAAAAAAAAAA…x-font-woff2;base64,d09... data:application/x-font-woff2;base64,d09GMk9UVE8AADFAAA0AAAAAczwAADDuAAEz+AAAAAAAAAAAAAAAAAAAAAAAAA… — 12.3 KiB — 44 ms — font-display: swapdata:application/x-font-woff2;base64,d09GMk9UVE8AABL0AAsAAAAAIBAAABKnAAEz+AAAAAAAAAAAAAAAAAAAAAAAAA…x-font-woff2;base64,d09... data:application/x-font-woff2;base64,d09GMk9UVE8AABL0AAsAAAAAIBAAABKnAAEz+AAAAAAAAAAAAAAAAAAAAAAAAA… — 4.7 KiB — 47 ms — font-display: swap
x-font-woff2;base64,d09... woff2 swap
Size 11 KB
Load time 31 ms
Start 2.1 s
Risk FOUT — text flashes from fallback to web font
x-font-woff2;base64,d09... woff2 swap
Size 11 KB
Load time 31 ms
Start 2.1 s
Risk FOUT — text flashes from fallback to web font
x-font-woff2;base64,d09... woff2 swap
Size 11 KB
Load time 32 ms
Start 2.1 s
Risk FOUT — text flashes from fallback to web font
x-font-woff2;base64,d09... woff2 swap
Size 4 KB
Load time 26 ms
Start 2.1 s
Risk FOUT — text flashes from fallback to web font
x-font-woff2;base64,d09... woff2 swap
Size 4 KB
Load time 22 ms
Start 2.1 s
Risk FOUT — text flashes from fallback to web font
x-font-woff2;base64,d09... woff2 swap
Size 4 KB
Load time 21 ms
Start 2.1 s
Risk FOUT — text flashes from fallback to web font
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 34 KB
Load time 100 ms
Start 2.9 s
Risk FOUT — text flashes from fallback to web font
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 0 KB
Load time 79 ms
Start 2.9 s
Risk FOUT — text flashes from fallback to web font
x-font-woff2;base64,d09... woff2 swap
Size 12 KB
Load time 44 ms
Start 3.3 s
Risk FOUT — text flashes from fallback to web font
x-font-woff2;base64,d09... woff2 swap
Size 5 KB
Load time 47 ms
Start 3.3 s
Risk FOUT — text flashes from fallback to web font
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)
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
11 hints, 0 missing preconnects
PASS
11 hints, 0 missing preconnects
Info::
Page uses 11 resource hint(s)

Current Resource Hints

preconnect
2
preload
9
dns-prefetch
prefetch

11 resource hints configured

A+
Render-Blocking Resources
No render-blocking resources detected
PASS
No render-blocking resources detected
Info::
No render-blocking resources detected in <head>
A+
Third-Party Resources
No third-party resources detected
PASS
No third-party resources detected
Network Waterfall
121 requests over 13559ms
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 FCP 11.5 s LCP 22.5 shttps://wwnorton.com// https://wwnorton.com/ — 200 — 16.0 KiB — 411 ms — h2https://cloud.typography.com/6656932/6704792/css/fonts.csscloud.typography.com/6656932/670479... https://cloud.typography.com/6656932/6704792/css/fonts.css — 302 — 479 B — 1.2 s — http/1.1https://www.googletagmanager.com/gtag/js?id=UA-66576513-3www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=UA-66576513-3 — 200 — 115.9 KiB — 165 ms — h2https://wwnorton.com/_next/static/wNdAf0pYHJdzZ5DATm2xs/pages/index.js/_next/static/wNdAf0pYHJdzZ5DATm2xs... https://wwnorton.com/_next/static/wNdAf0pYHJdzZ5DATm2xs/pages/index.js — 200 — 2.3 KiB — 116 ms — h2https://wwnorton.com/_next/static/wNdAf0pYHJdzZ5DATm2xs/pages/_app.js/_next/static/wNdAf0pYHJdzZ5DATm2xs... https://wwnorton.com/_next/static/wNdAf0pYHJdzZ5DATm2xs/pages/_app.js — 200 — 7.0 KiB — 112 ms — h2https://wwnorton.com/_next/static/runtime/webpack-22666b046115f630bb51.js/_next/static/runtime/webpack-22666... https://wwnorton.com/_next/static/runtime/webpack-22666b046115f630bb51.js — 200 — 2.9 KiB — 110 ms — h2https://wwnorton.com/_next/static/chunks/commons.0099909af9ced2a3778d.js/_next/static/chunks/commons.009990... https://wwnorton.com/_next/static/chunks/commons.0099909af9ced2a3778d.js — 200 — 926.2 KiB — 597 ms — h2https://wwnorton.com/_next/static/chunks/styles.6f142a77d2b578e0d823.js/_next/static/chunks/styles.6f142a7... https://wwnorton.com/_next/static/chunks/styles.6f142a77d2b578e0d823.js — 200 — 726 B — 112 ms — h2https://wwnorton.com/_next/static/runtime/main-c784cdd9eb824ac26123.js/_next/static/runtime/main-c784cdd9... https://wwnorton.com/_next/static/runtime/main-c784cdd9eb824ac26123.js — 200 — 6.5 KiB — 205 ms — h2https://wwnorton.com/_next/static/css/commons.de997f85.chunk.css/_next/static/css/commons.de997f85.... https://wwnorton.com/_next/static/css/commons.de997f85.chunk.css — 200 — 45.4 KiB — 305 ms — h2https://wwnorton.com/_next/static/css/styles.ba36898a.chunk.css/_next/static/css/styles.ba36898a.c... https://wwnorton.com/_next/static/css/styles.ba36898a.chunk.css — 200 — 93.4 KiB — 307 ms — h2https://wwnorton.com/image/website/seagull.svg/image/website/seagull.svg https://wwnorton.com/image/website/seagull.svg — 200 — 1016 B — 115 ms — h2https://wwnorton.com/static/assets/images/svg/social-media/facebook.svg/static/assets/images/svg/social-me... https://wwnorton.com/static/assets/images/svg/social-media/facebook.svg — 200 — 659 B — 113 ms — h2https://wwnorton.com/static/assets/images/svg/social-media/twitter.svg/static/assets/images/svg/social-me... https://wwnorton.com/static/assets/images/svg/social-media/twitter.svg — 200 — 725 B — 288 ms — h2https://wwnorton.com/static/assets/images/svg/social-media/instagram.svg/static/assets/images/svg/social-me... https://wwnorton.com/static/assets/images/svg/social-media/instagram.svg — 200 — 1.0 KiB — 288 ms — h2https://www.google.com/recaptcha/api.js?render=6LdzKYcsAAAAADmrWhqskrQnElKAuQ0ZJCOscsIBwww.google.com/recaptcha/api.js?ren... https://www.google.com/recaptcha/api.js?render=6LdzKYcsAAAAADmrWhqskrQnElKAuQ0ZJCOscsIB — 200 — 1.0 KiB — 53 ms — h3https://dsbst55b1909i.cloudfront.net/wwnorton/fonts/735007/5B444F91F49ECCCC4.cssdsbst55b1909i.cloudfront.net/wwnort... https://dsbst55b1909i.cloudfront.net/wwnorton/fonts/735007/5B444F91F49ECCCC4.css — 200 — 183.1 KiB — 242 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-NGRFMPCwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-NGRFMPC — 200 — 151.4 KiB — 72 ms — h2https://www.google-analytics.com/analytics.jswww.google-analytics.com/analytics.... https://www.google-analytics.com/analytics.js — 200 — 20.9 KiB — 110 ms — h2https://wwnorton.com/_next/static/chunks/5.eb967e03bf75d7cf9623.js/_next/static/chunks/5.eb967e03bf75... https://wwnorton.com/_next/static/chunks/5.eb967e03bf75d7cf9623.js — 200 — 1.6 KiB — 104 ms — h2data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.…www.w3.org/2000/svg' xmlns:xlink='h... data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.… — 200 — 0 B — 0 ms — datadata:application/x-font-woff2;base64,d09GMk9UVE8AACokAA0AAAAAViQAACnTAANNDgAAAAAAAAAAAAAAAAAAAAAAAA…data:application/x-font-woff2;base6... data:application/x-font-woff2;base64,d09GMk9UVE8AACokAA0AAAAAViQAACnTAANNDgAAAAAAAAAAAAAAAAAAAAAAAA… — 200 — 10.5 KiB — 31 ms — datadata:application/x-font-woff2;base64,d09GMk9UVE8AACvMAA0AAAAAVngAACt5AANNDgAAAAAAAAAAAAAAAAAAAAAAAA…data:application/x-font-woff2;base6... data:application/x-font-woff2;base64,d09GMk9UVE8AACvMAA0AAAAAVngAACt5AANNDgAAAAAAAAAAAAAAAAAAAAAAAA… — 200 — 10.9 KiB — 31 ms — datadata:application/x-font-woff2;base64,d09GMk9UVE8AACp4AA0AAAAAVYAAACooAANNDgAAAAAAAAAAAAAAAAAAAAAAAA…data:application/x-font-woff2;base6... data:application/x-font-woff2;base64,d09GMk9UVE8AACp4AA0AAAAAVYAAACooAANNDgAAAAAAAAAAAAAAAAAAAAAAAA… — 200 — 10.6 KiB — 32 ms — datadata:application/x-font-woff2;base64,d09GMk9UVE8AABGwAAsAAAAAHvgAABFmAANNDgAAAAAAAAAAAAAAAAAAAAAAAA…data:application/x-font-woff2;base6... data:application/x-font-woff2;base64,d09GMk9UVE8AABGwAAsAAAAAHvgAABFmAANNDgAAAAAAAAAAAAAAAAAAAAAAAA… — 200 — 4.4 KiB — 26 ms — datadata:application/x-font-woff2;base64,d09GMk9UVE8AABGkAAsAAAAAHugAABFYAANNDgAAAAAAAAAAAAAAAAAAAAAAAA…data:application/x-font-woff2;base6... data:application/x-font-woff2;base64,d09GMk9UVE8AABGkAAsAAAAAHugAABFYAANNDgAAAAAAAAAAAAAAAAAAAAAAAA… — 200 — 4.4 KiB — 22 ms — datadata:application/x-font-woff2;base64,d09GMk9UVE8AABFgAAsAAAAAHuAAABEVAANNDgAAAAAAAAAAAAAAAAAAAAAAAA…data:application/x-font-woff2;base6... data:application/x-font-woff2;base64,d09GMk9UVE8AABFgAAsAAAAAHuAAABEVAANNDgAAAAAAAAAAAAAAAAAAAAAAAA… — 200 — 4.3 KiB — 21 ms — datahttps://wwnorton.com/CMSData/gm/campaignMonitor/CMSData/gm/campaignMonitor https://wwnorton.com/CMSData/gm/campaignMonitor — 404 — 151 B — 105 ms — h2https://wwnorton.com/static/assets/sprites/wwn_sprite.svg/static/assets/sprites/wwn_sprite.s... https://wwnorton.com/static/assets/sprites/wwn_sprite.svg — 200 — 4.1 KiB — 103 ms — h2https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.jswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js — 200 — 362.4 KiB — 144 ms — h2
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s 18.0 s 20.0 s 22.0 s FCP 11.5 s LCP 22.5 shttps://wwnorton.com// https://wwnorton.com/ — 200 — 16.0 KiB — 411 ms — h2https://cloud.typography.com/6656932/6704792/css/fonts.csscloud.typography.com/6656932/670479... https://cloud.typography.com/6656932/6704792/css/fonts.css — 302 — 479 B — 1.2 s — http/1.1https://www.googletagmanager.com/gtag/js?id=UA-66576513-3www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=UA-66576513-3 — 200 — 115.9 KiB — 165 ms — h2https://wwnorton.com/_next/static/wNdAf0pYHJdzZ5DATm2xs/pages/index.js/_next/static/wNdAf0pYHJdzZ5DATm2xs... https://wwnorton.com/_next/static/wNdAf0pYHJdzZ5DATm2xs/pages/index.js — 200 — 2.3 KiB — 116 ms — h2https://wwnorton.com/_next/static/wNdAf0pYHJdzZ5DATm2xs/pages/_app.js/_next/static/wNdAf0pYHJdzZ5DATm2xs... https://wwnorton.com/_next/static/wNdAf0pYHJdzZ5DATm2xs/pages/_app.js — 200 — 7.0 KiB — 112 ms — h2https://wwnorton.com/_next/static/runtime/webpack-22666b046115f630bb51.js/_next/static/runtime/webpack-22666... https://wwnorton.com/_next/static/runtime/webpack-22666b046115f630bb51.js — 200 — 2.9 KiB — 110 ms — h2https://wwnorton.com/_next/static/chunks/commons.0099909af9ced2a3778d.js/_next/static/chunks/commons.009990... https://wwnorton.com/_next/static/chunks/commons.0099909af9ced2a3778d.js — 200 — 926.2 KiB — 597 ms — h2https://wwnorton.com/_next/static/chunks/styles.6f142a77d2b578e0d823.js/_next/static/chunks/styles.6f142a7... https://wwnorton.com/_next/static/chunks/styles.6f142a77d2b578e0d823.js — 200 — 726 B — 112 ms — h2https://wwnorton.com/_next/static/runtime/main-c784cdd9eb824ac26123.js/_next/static/runtime/main-c784cdd9... https://wwnorton.com/_next/static/runtime/main-c784cdd9eb824ac26123.js — 200 — 6.5 KiB — 205 ms — h2https://wwnorton.com/_next/static/css/commons.de997f85.chunk.css/_next/static/css/commons.de997f85.... https://wwnorton.com/_next/static/css/commons.de997f85.chunk.css — 200 — 45.4 KiB — 305 ms — h2https://wwnorton.com/_next/static/css/styles.ba36898a.chunk.css/_next/static/css/styles.ba36898a.c... https://wwnorton.com/_next/static/css/styles.ba36898a.chunk.css — 200 — 93.4 KiB — 307 ms — h2https://wwnorton.com/image/website/seagull.svg/image/website/seagull.svg https://wwnorton.com/image/website/seagull.svg — 200 — 1016 B — 115 ms — h2https://wwnorton.com/static/assets/images/svg/social-media/facebook.svg/static/assets/images/svg/social-me... https://wwnorton.com/static/assets/images/svg/social-media/facebook.svg — 200 — 659 B — 113 ms — h2https://wwnorton.com/static/assets/images/svg/social-media/twitter.svg/static/assets/images/svg/social-me... https://wwnorton.com/static/assets/images/svg/social-media/twitter.svg — 200 — 725 B — 288 ms — h2https://wwnorton.com/static/assets/images/svg/social-media/instagram.svg/static/assets/images/svg/social-me... https://wwnorton.com/static/assets/images/svg/social-media/instagram.svg — 200 — 1.0 KiB — 288 ms — h2https://www.google.com/recaptcha/api.js?render=6LdzKYcsAAAAADmrWhqskrQnElKAuQ0ZJCOscsIBwww.google.com/recaptcha/api.js?ren... https://www.google.com/recaptcha/api.js?render=6LdzKYcsAAAAADmrWhqskrQnElKAuQ0ZJCOscsIB — 200 — 1.0 KiB — 53 ms — h3https://dsbst55b1909i.cloudfront.net/wwnorton/fonts/735007/5B444F91F49ECCCC4.cssdsbst55b1909i.cloudfront.net/wwnort... https://dsbst55b1909i.cloudfront.net/wwnorton/fonts/735007/5B444F91F49ECCCC4.css — 200 — 183.1 KiB — 242 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-NGRFMPCwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-NGRFMPC — 200 — 151.4 KiB — 72 ms — h2https://www.google-analytics.com/analytics.jswww.google-analytics.com/analytics.... https://www.google-analytics.com/analytics.js — 200 — 20.9 KiB — 110 ms — h2https://wwnorton.com/_next/static/chunks/5.eb967e03bf75d7cf9623.js/_next/static/chunks/5.eb967e03bf75... https://wwnorton.com/_next/static/chunks/5.eb967e03bf75d7cf9623.js — 200 — 1.6 KiB — 104 ms — h2data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.…www.w3.org/2000/svg' xmlns:xlink='h... data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.… — 200 — 0 B — 0 ms — datadata:application/x-font-woff2;base64,d09GMk9UVE8AACokAA0AAAAAViQAACnTAANNDgAAAAAAAAAAAAAAAAAAAAAAAA…data:application/x-font-woff2;base6... data:application/x-font-woff2;base64,d09GMk9UVE8AACokAA0AAAAAViQAACnTAANNDgAAAAAAAAAAAAAAAAAAAAAAAA… — 200 — 10.5 KiB — 31 ms — datadata:application/x-font-woff2;base64,d09GMk9UVE8AACvMAA0AAAAAVngAACt5AANNDgAAAAAAAAAAAAAAAAAAAAAAAA…data:application/x-font-woff2;base6... data:application/x-font-woff2;base64,d09GMk9UVE8AACvMAA0AAAAAVngAACt5AANNDgAAAAAAAAAAAAAAAAAAAAAAAA… — 200 — 10.9 KiB — 31 ms — datadata:application/x-font-woff2;base64,d09GMk9UVE8AACp4AA0AAAAAVYAAACooAANNDgAAAAAAAAAAAAAAAAAAAAAAAA…data:application/x-font-woff2;base6... data:application/x-font-woff2;base64,d09GMk9UVE8AACp4AA0AAAAAVYAAACooAANNDgAAAAAAAAAAAAAAAAAAAAAAAA… — 200 — 10.6 KiB — 32 ms — datadata:application/x-font-woff2;base64,d09GMk9UVE8AABGwAAsAAAAAHvgAABFmAANNDgAAAAAAAAAAAAAAAAAAAAAAAA…data:application/x-font-woff2;base6... data:application/x-font-woff2;base64,d09GMk9UVE8AABGwAAsAAAAAHvgAABFmAANNDgAAAAAAAAAAAAAAAAAAAAAAAA… — 200 — 4.4 KiB — 26 ms — datadata:application/x-font-woff2;base64,d09GMk9UVE8AABGkAAsAAAAAHugAABFYAANNDgAAAAAAAAAAAAAAAAAAAAAAAA…data:application/x-font-woff2;base6... data:application/x-font-woff2;base64,d09GMk9UVE8AABGkAAsAAAAAHugAABFYAANNDgAAAAAAAAAAAAAAAAAAAAAAAA… — 200 — 4.4 KiB — 22 ms — datadata:application/x-font-woff2;base64,d09GMk9UVE8AABFgAAsAAAAAHuAAABEVAANNDgAAAAAAAAAAAAAAAAAAAAAAAA…data:application/x-font-woff2;base6... data:application/x-font-woff2;base64,d09GMk9UVE8AABFgAAsAAAAAHuAAABEVAANNDgAAAAAAAAAAAAAAAAAAAAAAAA… — 200 — 4.3 KiB — 21 ms — datahttps://wwnorton.com/CMSData/gm/campaignMonitor/CMSData/gm/campaignMonitor https://wwnorton.com/CMSData/gm/campaignMonitor — 404 — 151 B — 105 ms — h2https://wwnorton.com/static/assets/sprites/wwn_sprite.svg/static/assets/sprites/wwn_sprite.s... https://wwnorton.com/static/assets/sprites/wwn_sprite.svg — 200 — 4.1 KiB — 103 ms — h2https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.jswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js — 200 — 362.4 KiB — 144 ms — h2https://cdn.cookielaw.org/scripttemplates/otSDKStub.jscdn.cookielaw.org/scripttemplates/o... https://cdn.cookielaw.org/scripttemplates/otSDKStub.js — 200 — 9.1 KiB — 98 ms — h2https://www.google.com/recaptcha/api2/anchor?ar=1&k=6LdzKYcsAAAAADmrWhqskrQnElKAuQ0ZJCOscsIB&co=aHR0cHM6Ly93d25vcnRvbi5jb206NDQz&hl=en&v=gTpTIWhbKpxADzTzkcabhXN4&size=invisible&anchor-ms=20000&execute-ms=30000&cb=aungeib089o9www.google.com/recaptcha/api2/ancho... https://www.google.com/recaptcha/api2/anchor?ar=1&k=6LdzKYcsAAAAADmrWhqskrQnElKAuQ0ZJCOscsIB&co=aHR0cHM6Ly93d25vcnRvbi5jb206NDQz&hl=en&v=gTpTIWhbKpxADzTzkcabhXN4&size=invisible&anchor-ms=20000&execute-ms=30000&cb=aungeib089o9 — 200 — 27.7 KiB — 100 ms — h3https://www.google.com/recaptcha/api2/anchor?ar=1&k=6LdzKYcsAAAAADmrWhqskrQnElKAuQ0ZJCOscsIB&co=aHR0cHM6Ly93d25vcnRvbi5jb206NDQz&hl=en&v=gTpTIWhbKpxADzTzkcabhXN4&size=invisible&anchor-ms=20000&execute-ms=30000&cb=7afl38whg3w5www.google.com/recaptcha/api2/ancho... https://www.google.com/recaptcha/api2/anchor?ar=1&k=6LdzKYcsAAAAADmrWhqskrQnElKAuQ0ZJCOscsIB&co=aHR0cHM6Ly93d25vcnRvbi5jb206NDQz&hl=en&v=gTpTIWhbKpxADzTzkcabhXN4&size=invisible&anchor-ms=20000&execute-ms=30000&cb=7afl38whg3w5 — 200 — 27.7 KiB — 114 ms — h3https://cdn.cookielaw.org/consent/0c28691a-f581-4abc-899d-16a1375d9a2c/0c28691a-f581-4abc-899d-16a1375d9a2c.jsoncdn.cookielaw.org/consent/0c28691a-... https://cdn.cookielaw.org/consent/0c28691a-f581-4abc-899d-16a1375d9a2c/0c28691a-f581-4abc-899d-16a1375d9a2c.json — 200 — 2.5 KiB — 69 ms — h2https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/styles__ltr.csswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/styles__ltr.css — 200 — 42.1 KiB — 120 ms — h2https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.jswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js — 200 — 361.9 KiB — 199 ms — h2https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/styles__ltr.csswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/styles__ltr.css — 200 — 0 B — 104 ms — h2https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.jswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js — 200 — 0 B — 185 ms — h2https://geolocation.onetrust.com/cookieconsentpub/v1/geo/locationgeolocation.onetrust.com/cookiecons... https://geolocation.onetrust.com/cookieconsentpub/v1/geo/location — 200 — 281 B — 107 ms — h2https://cdn.cookielaw.org/scripttemplates/202512.1.0/otBannerSdk.jscdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202512.1.0/otBannerSdk.js — -1 — 0 B — 22 ms — https://www.google.com/recaptcha/api2/webworker.js?hl=en&v=gTpTIWhbKpxADzTzkcabhXN4www.google.com/recaptcha/api2/webwo... https://www.google.com/recaptcha/api2/webworker.js?hl=en&v=gTpTIWhbKpxADzTzkcabhXN4 — 200 — 23 B — 232 ms — h3https://www.gstatic.com/recaptcha/api2/logo_48.pngwww.gstatic.com/recaptcha/api2/logo... https://www.gstatic.com/recaptcha/api2/logo_48.png — 200 — 2.3 KiB — 32 ms — h2https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2fonts.gstatic.com/s/roboto/v48/KFO7... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 200 — 33.9 KiB — 100 ms — h3https://www.google.com/recaptcha/api2/webworker.js?hl=en&v=gTpTIWhbKpxADzTzkcabhXN4www.google.com/recaptcha/api2/webwo... https://www.google.com/recaptcha/api2/webworker.js?hl=en&v=gTpTIWhbKpxADzTzkcabhXN4 — 200 — 0 B — 200 ms — h3https://www.gstatic.com/recaptcha/api2/logo_48.pngwww.gstatic.com/recaptcha/api2/logo... https://www.gstatic.com/recaptcha/api2/logo_48.png — 200 — 0 B — 10 ms — h2https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2fonts.gstatic.com/s/roboto/v48/KFO7... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 200 — 0 B — 79 ms — h3https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.jswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js — 200 — 0 B — 21 ms — h2https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.jswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js — 200 — 0 B — 15 ms — h2https://wwnorton.com/_next/static/chunks/56.4630d38315922e95046e.js/_next/static/chunks/56.4630d383159... https://wwnorton.com/_next/static/chunks/56.4630d38315922e95046e.js — 200 — 141.0 KiB — 119 ms — h2https://wwnorton.com/favicon.ico/favicon.ico https://wwnorton.com/favicon.ico — 200 — 1.1 KiB — 104 ms — h2data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%220 0 50 50…data:image/svg+xml,%3Csvg xmlns%3D%... data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%220 0 50 50… — 200 — 0 B — 0 ms — datahttps://appservices.wwnorton.com/media/api/v1/asset/cf/6393a6cd048b07001a831b78/22.12.6_header-homepage.png?redirect=1appservices.wwnorton.com/media/api/... https://appservices.wwnorton.com/media/api/v1/asset/cf/6393a6cd048b07001a831b78/22.12.6_header-homepage.png?redirect=1 — 302 — 1.3 KiB — 227 ms — h2https://appservices.wwnorton.com/media/api/v1/asset/cf/5cf68354f9543f0017537085/seagull_logo-homepage.svg?redirect=1appservices.wwnorton.com/media/api/... https://appservices.wwnorton.com/media/api/v1/asset/cf/5cf68354f9543f0017537085/seagull_logo-homepage.svg?redirect=1 — 302 — 1.3 KiB — 222 ms — h2data:application/x-font-woff2;base64,d09GMk9UVE8AADFAAA0AAAAAczwAADDuAAEz+AAAAAAAAAAAAAAAAAAAAAAAAA…data:application/x-font-woff2;base6... data:application/x-font-woff2;base64,d09GMk9UVE8AADFAAA0AAAAAczwAADDuAAEz+AAAAAAAAAAAAAAAAAAAAAAAAA… — 200 — 12.3 KiB — 44 ms — datadata:application/x-font-woff2;base64,d09GMk9UVE8AABL0AAsAAAAAIBAAABKnAAEz+AAAAAAAAAAAAAAAAAAAAAAAAA…data:application/x-font-woff2;base6... data:application/x-font-woff2;base64,d09GMk9UVE8AABL0AAsAAAAAIBAAABKnAAEz+AAAAAAAAAAAAAAAAAAAAAAAAA… — 200 — 4.7 KiB — 47 ms — datahttps://appservices.wwnorton.com/media/api/v1/asset/cf/66db6d6ea291741ceb64ae90/liveright-smaller-2.svg?redirect=1appservices.wwnorton.com/media/api/... https://appservices.wwnorton.com/media/api/v1/asset/cf/66db6d6ea291741ceb64ae90/liveright-smaller-2.svg?redirect=1 — 302 — 1.3 KiB — 192 ms — h2https://appservices.wwnorton.com/media/api/v1/asset/cf/5d0297abf9543f00175370ab/norton-professional-books-01.svg?redirect=1appservices.wwnorton.com/media/api/... https://appservices.wwnorton.com/media/api/v1/asset/cf/5d0297abf9543f00175370ab/norton-professional-books-01.svg?redirect=1 — 302 — 1.3 KiB — 192 ms — h2https://appservices.wwnorton.com/media/api/v1/asset/cf/623c89a6635fa1001991e160/countrymanpress_new.svg?redirect=1appservices.wwnorton.com/media/api/... https://appservices.wwnorton.com/media/api/v1/asset/cf/623c89a6635fa1001991e160/countrymanpress_new.svg?redirect=1 — 302 — 1.3 KiB — 192 ms — h2https://appservices.wwnorton.com/media/api/v1/asset/cf/5cbe250cdf0b680018605f4f/5cae4842ff5397001099a721.png?redirect=1appservices.wwnorton.com/media/api/... https://appservices.wwnorton.com/media/api/v1/asset/cf/5cbe250cdf0b680018605f4f/5cae4842ff5397001099a721.png?redirect=1 — 302 — 1.3 KiB — 197 ms — h2https://cdn2.wwnorton.com/wwnproducts/TRADE/7/7/9781324078777/9781324078777_300.jpgcdn2.wwnorton.com/wwnproducts/TRADE... https://cdn2.wwnorton.com/wwnproducts/TRADE/7/7/9781324078777/9781324078777_300.jpg — 200 — 256.7 KiB — 202 ms — h2https://cdn2.wwnorton.com/wwnproducts/COLLEG/6/7/9781324114376/9781324114376_300.jpgcdn2.wwnorton.com/wwnproducts/COLLE... https://cdn2.wwnorton.com/wwnproducts/COLLEG/6/7/9781324114376/9781324114376_300.jpg — 200 — 256.6 KiB — 441 ms — h2https://cdn2.wwnorton.com/wwnproducts/TRADE/0/0/9781324066200/9781324066200_300.jpgcdn2.wwnorton.com/wwnproducts/TRADE... https://cdn2.wwnorton.com/wwnproducts/TRADE/0/0/9781324066200/9781324066200_300.jpg — 200 — 256.8 KiB — 208 ms — h2https://cdn2.wwnorton.com/wwnproducts/TRADE/5/5/9780393867855/9780393867855_300.jpgcdn2.wwnorton.com/wwnproducts/TRADE... https://cdn2.wwnorton.com/wwnproducts/TRADE/5/5/9780393867855/9780393867855_300.jpg — 200 — 256.6 KiB — 434 ms — h2https://diqp43fm0w6zs.cloudfront.net/image/5cf68354f9543f0017537085.svg?Expires=1776904430&Policy=eyJTdGF0ZW1lbnQiOlt7IlJlc291cmNlIjoiaHR0cHM6Ly9kaXFwNDNmbTB3NnpzLmNsb3VkZnJvbnQubmV0L2ltYWdlLzVjZjY4MzU0Zjk1NDNmMDAxNzUzNzA4NS5zdmciLCJDb25kaXRpb24iOnsiRGF0ZUxlc3NUaGFuIjp7IkFXUzpFcG9jaFRpbWUiOjE3NzY5MDQ0MzB9fX1dfQ__&Signature=Fw-pXr1FLK7TWAeogSX-7cZzp6xHs-jcU9uOB8kw7Uki01ezWr7DPXDCZYxrqp-CRfxLDNGu8eQWM0WpngmiO5~xdpz8H34JGn9Fe65xypfe2DYZ9bF7qVsDqwPXHT79aSqGRczEzHGOJniQuwTg0b1ImPos32uipjX2kVCSSock0gGNo~dmChK9MWm~ZARb3VV77VW43lFNXLUokSPHmD8QBPqXmx8NJzZk5aOjZX2sJsxvc1XfDN7v9iUxQUBtVv6n40xavZhip2-n5Na54AAODnOwH4T-53EXIz~NwbKE0gJH~L0NvsRLbV1xpqpRSdtPzNu1~tghYyEvLkmYTg__&Key-Pair-Id=APKAIEJPDB7FXILNLF2Adiqp43fm0w6zs.cloudfront.net/image/... https://diqp43fm0w6zs.cloudfront.net/image/5cf68354f9543f0017537085.svg?Expires=1776904430&Policy=eyJTdGF0ZW1lbnQiOlt7IlJlc291cmNlIjoiaHR0cHM6Ly9kaXFwNDNmbTB3NnpzLmNsb3VkZnJvbnQubmV0L2ltYWdlLzVjZjY4MzU0Zjk1NDNmMDAxNzUzNzA4NS5zdmciLCJDb25kaXRpb24iOnsiRGF0ZUxlc3NUaGFuIjp7IkFXUzpFcG9jaFRpbWUiOjE3NzY5MDQ0MzB9fX1dfQ__&Signature=Fw-pXr1FLK7TWAeogSX-7cZzp6xHs-jcU9uOB8kw7Uki01ezWr7DPXDCZYxrqp-CRfxLDNGu8eQWM0WpngmiO5~xdpz8H34JGn9Fe65xypfe2DYZ9bF7qVsDqwPXHT79aSqGRczEzHGOJniQuwTg0b1ImPos32uipjX2kVCSSock0gGNo~dmChK9MWm~ZARb3VV77VW43lFNXLUokSPHmD8QBPqXmx8NJzZk5aOjZX2sJsxvc1XfDN7v9iUxQUBtVv6n40xavZhip2-n5Na54AAODnOwH4T-53EXIz~NwbKE0gJH~L0NvsRLbV1xpqpRSdtPzNu1~tghYyEvLkmYTg__&Key-Pair-Id=APKAIEJPDB7FXILNLF2A — 200 — 1.2 KiB — 126 ms — h2https://diqp43fm0w6zs.cloudfront.net/image/66db6d6ea291741ceb64ae90.svg?Expires=1776904430&Policy=eyJTdGF0ZW1lbnQiOlt7IlJlc291cmNlIjoiaHR0cHM6Ly9kaXFwNDNmbTB3NnpzLmNsb3VkZnJvbnQubmV0L2ltYWdlLzY2ZGI2ZDZlYTI5MTc0MWNlYjY0YWU5MC5zdmciLCJDb25kaXRpb24iOnsiRGF0ZUxlc3NUaGFuIjp7IkFXUzpFcG9jaFRpbWUiOjE3NzY5MDQ0MzB9fX1dfQ__&Signature=i6N1pe1BTlQd7nKcR4jNPnxFHutfSQ4HArC~MFr4XJ5No4E5gmPdKvX7oAw~~oqGhPZvgFSXYu14XBrs~AJJm9oHHE1c7z~0u9WbziXd-A-jWxo4yzUO5FMnmLTL2E268ZReCWz9-pCH5FPAk~8~NjbiiMvJ57wTfsTfKc2Xvhe0hzbsvptrVCB2xskfNMw7IYt8px11pSGgp8JLSc~-NoM4Mffxbm7xHr6jIKJ8niEusLtslSkBL4T9RLnjciKXMQPHhZxQ0r4Brt8feAFgB~2oG2MYEAAw7bOjM~bRxG7arsE6~lHuI6fwG8VlP73arzjWVUyhEfEs6VmCIrfK6A__&Key-Pair-Id=APKAIEJPDB7FXILNLF2Adiqp43fm0w6zs.cloudfront.net/image/... https://diqp43fm0w6zs.cloudfront.net/image/66db6d6ea291741ceb64ae90.svg?Expires=1776904430&Policy=eyJTdGF0ZW1lbnQiOlt7IlJlc291cmNlIjoiaHR0cHM6Ly9kaXFwNDNmbTB3NnpzLmNsb3VkZnJvbnQubmV0L2ltYWdlLzY2ZGI2ZDZlYTI5MTc0MWNlYjY0YWU5MC5zdmciLCJDb25kaXRpb24iOnsiRGF0ZUxlc3NUaGFuIjp7IkFXUzpFcG9jaFRpbWUiOjE3NzY5MDQ0MzB9fX1dfQ__&Signature=i6N1pe1BTlQd7nKcR4jNPnxFHutfSQ4HArC~MFr4XJ5No4E5gmPdKvX7oAw~~oqGhPZvgFSXYu14XBrs~AJJm9oHHE1c7z~0u9WbziXd-A-jWxo4yzUO5FMnmLTL2E268ZReCWz9-pCH5FPAk~8~NjbiiMvJ57wTfsTfKc2Xvhe0hzbsvptrVCB2xskfNMw7IYt8px11pSGgp8JLSc~-NoM4Mffxbm7xHr6jIKJ8niEusLtslSkBL4T9RLnjciKXMQPHhZxQ0r4Brt8feAFgB~2oG2MYEAAw7bOjM~bRxG7arsE6~lHuI6fwG8VlP73arzjWVUyhEfEs6VmCIrfK6A__&Key-Pair-Id=APKAIEJPDB7FXILNLF2A — 200 — 1.7 KiB — 122 ms — h2https://diqp43fm0w6zs.cloudfront.net/image/5d0297abf9543f00175370ab.svg?Expires=1776904430&Policy=eyJTdGF0ZW1lbnQiOlt7IlJlc291cmNlIjoiaHR0cHM6Ly9kaXFwNDNmbTB3NnpzLmNsb3VkZnJvbnQubmV0L2ltYWdlLzVkMDI5N2FiZjk1NDNmMDAxNzUzNzBhYi5zdmciLCJDb25kaXRpb24iOnsiRGF0ZUxlc3NUaGFuIjp7IkFXUzpFcG9jaFRpbWUiOjE3NzY5MDQ0MzB9fX1dfQ__&Signature=PkTHV~Ss7L7N29TR9SwARB0uyOm3VP1CNqw9bxQIHANUyZsJ2VjdJem66I7KC5EoLZGpfam6fJUeEqaoCczNbtJ11NM9brtMnFM~o1q7Qb8FQPgDv50TCQGjm8Lkrtgk1ZMvayKiPuze2z6qduYF-T9xozB9bt~sq1xf2cH50elMCTEuNmDthLQdKSwvk9PfE4j8ANi2LkEttxetVkpxMtqZr3i0Erc49qtRfp83CGE6bXsX78~D5ngMBiaoXa83FYLiIDhd0wqJ-a~agXgvcTlQUmDflZ2XY~NL1jy0qbbAwAeujfUQUjmo4lnQZsUXZGm-7pz6hI-4w2cExkhq0A__&Key-Pair-Id=APKAIEJPDB7FXILNLF2Adiqp43fm0w6zs.cloudfront.net/image/... https://diqp43fm0w6zs.cloudfront.net/image/5d0297abf9543f00175370ab.svg?Expires=1776904430&Policy=eyJTdGF0ZW1lbnQiOlt7IlJlc291cmNlIjoiaHR0cHM6Ly9kaXFwNDNmbTB3NnpzLmNsb3VkZnJvbnQubmV0L2ltYWdlLzVkMDI5N2FiZjk1NDNmMDAxNzUzNzBhYi5zdmciLCJDb25kaXRpb24iOnsiRGF0ZUxlc3NUaGFuIjp7IkFXUzpFcG9jaFRpbWUiOjE3NzY5MDQ0MzB9fX1dfQ__&Signature=PkTHV~Ss7L7N29TR9SwARB0uyOm3VP1CNqw9bxQIHANUyZsJ2VjdJem66I7KC5EoLZGpfam6fJUeEqaoCczNbtJ11NM9brtMnFM~o1q7Qb8FQPgDv50TCQGjm8Lkrtgk1ZMvayKiPuze2z6qduYF-T9xozB9bt~sq1xf2cH50elMCTEuNmDthLQdKSwvk9PfE4j8ANi2LkEttxetVkpxMtqZr3i0Erc49qtRfp83CGE6bXsX78~D5ngMBiaoXa83FYLiIDhd0wqJ-a~agXgvcTlQUmDflZ2XY~NL1jy0qbbAwAeujfUQUjmo4lnQZsUXZGm-7pz6hI-4w2cExkhq0A__&Key-Pair-Id=APKAIEJPDB7FXILNLF2A — 200 — 2.4 KiB — 119 ms — h2https://diqp43fm0w6zs.cloudfront.net/image/623c89a6635fa1001991e160.svg?Expires=1776904430&Policy=eyJTdGF0ZW1lbnQiOlt7IlJlc291cmNlIjoiaHR0cHM6Ly9kaXFwNDNmbTB3NnpzLmNsb3VkZnJvbnQubmV0L2ltYWdlLzYyM2M4OWE2NjM1ZmExMDAxOTkxZTE2MC5zdmciLCJDb25kaXRpb24iOnsiRGF0ZUxlc3NUaGFuIjp7IkFXUzpFcG9jaFRpbWUiOjE3NzY5MDQ0MzB9fX1dfQ__&Signature=b~JHN9nSPSPELZxEqtkZYxNf15JetIu~46HBekVQv4xRSVWKmL49XSHauV8EI62u6qfJt3ssPvKteIW2vHN-iofwYstHm41blUpKokStUaIDDt9TkBJ3MblRUIKwEu0HaJQhY9IGVZi94KHOqSn~OlRuumeRz7zbBde-vL0VtSBrmVHX0DOnIpqah126Y5saZG1VUSijaVkRnVJX05vi2TCWm4VmH-6tczQ6yah2E5SXRh-2lfDehimkDdItaE6uZN9mIxOcA6f-eTihXqSK9P4hqIA0jeGpCrh1t8QQ40nZh30SodZrtsth7XayiFD7Qq52FP2Oe1EvSiVS8wnQlA__&Key-Pair-Id=APKAIEJPDB7FXILNLF2Adiqp43fm0w6zs.cloudfront.net/image/... https://diqp43fm0w6zs.cloudfront.net/image/623c89a6635fa1001991e160.svg?Expires=1776904430&Policy=eyJTdGF0ZW1lbnQiOlt7IlJlc291cmNlIjoiaHR0cHM6Ly9kaXFwNDNmbTB3NnpzLmNsb3VkZnJvbnQubmV0L2ltYWdlLzYyM2M4OWE2NjM1ZmExMDAxOTkxZTE2MC5zdmciLCJDb25kaXRpb24iOnsiRGF0ZUxlc3NUaGFuIjp7IkFXUzpFcG9jaFRpbWUiOjE3NzY5MDQ0MzB9fX1dfQ__&Signature=b~JHN9nSPSPELZxEqtkZYxNf15JetIu~46HBekVQv4xRSVWKmL49XSHauV8EI62u6qfJt3ssPvKteIW2vHN-iofwYstHm41blUpKokStUaIDDt9TkBJ3MblRUIKwEu0HaJQhY9IGVZi94KHOqSn~OlRuumeRz7zbBde-vL0VtSBrmVHX0DOnIpqah126Y5saZG1VUSijaVkRnVJX05vi2TCWm4VmH-6tczQ6yah2E5SXRh-2lfDehimkDdItaE6uZN9mIxOcA6f-eTihXqSK9P4hqIA0jeGpCrh1t8QQ40nZh30SodZrtsth7XayiFD7Qq52FP2Oe1EvSiVS8wnQlA__&Key-Pair-Id=APKAIEJPDB7FXILNLF2A — 200 — 9.4 KiB — 120 ms — h2https://diqp43fm0w6zs.cloudfront.net/image/6393a6cd048b07001a831b78.png?Expires=1776904430&Policy=eyJTdGF0ZW1lbnQiOlt7IlJlc291cmNlIjoiaHR0cHM6Ly9kaXFwNDNmbTB3NnpzLmNsb3VkZnJvbnQubmV0L2ltYWdlLzYzOTNhNmNkMDQ4YjA3MDAxYTgzMWI3OC5wbmciLCJDb25kaXRpb24iOnsiRGF0ZUxlc3NUaGFuIjp7IkFXUzpFcG9jaFRpbWUiOjE3NzY5MDQ0MzB9fX1dfQ__&Signature=Xbd8m~euowKIs4lvEpIqHgRJ2~0gXdriigr6qttHZH9LEozsQbR4WI8xcSOUv3kHNXdlXOKEObpkhBBnlIH-iCHc4go~YUqhaLSighzeMHjIJ-lhgkKabscT5NJR6RYibTZ16g~cqNMX8nKmp2W20uNUITKqfTcJyLgx7lxp1-4agS7H~gXA8pDJtX6HKGohud6RF2t8AT~G2XYBdfIKbWoBp2YFkNdlgOM-zHr6LX3h106F2dHGznPw144CTuYNnF1zXOfQutTBLdMJBBBuaqG87ddwpxLm--6GU5Oq-GUIJ~VMbCepUn2kJ9GzE5J-y0RWyh~uzVX3BB0ZjUZONQ__&Key-Pair-Id=APKAIEJPDB7FXILNLF2Adiqp43fm0w6zs.cloudfront.net/image/... https://diqp43fm0w6zs.cloudfront.net/image/6393a6cd048b07001a831b78.png?Expires=1776904430&Policy=eyJTdGF0ZW1lbnQiOlt7IlJlc291cmNlIjoiaHR0cHM6Ly9kaXFwNDNmbTB3NnpzLmNsb3VkZnJvbnQubmV0L2ltYWdlLzYzOTNhNmNkMDQ4YjA3MDAxYTgzMWI3OC5wbmciLCJDb25kaXRpb24iOnsiRGF0ZUxlc3NUaGFuIjp7IkFXUzpFcG9jaFRpbWUiOjE3NzY5MDQ0MzB9fX1dfQ__&Signature=Xbd8m~euowKIs4lvEpIqHgRJ2~0gXdriigr6qttHZH9LEozsQbR4WI8xcSOUv3kHNXdlXOKEObpkhBBnlIH-iCHc4go~YUqhaLSighzeMHjIJ-lhgkKabscT5NJR6RYibTZ16g~cqNMX8nKmp2W20uNUITKqfTcJyLgx7lxp1-4agS7H~gXA8pDJtX6HKGohud6RF2t8AT~G2XYBdfIKbWoBp2YFkNdlgOM-zHr6LX3h106F2dHGznPw144CTuYNnF1zXOfQutTBLdMJBBBuaqG87ddwpxLm--6GU5Oq-GUIJ~VMbCepUn2kJ9GzE5J-y0RWyh~uzVX3BB0ZjUZONQ__&Key-Pair-Id=APKAIEJPDB7FXILNLF2A — 200 — 257.8 KiB — 168 ms — h2https://diqp43fm0w6zs.cloudfront.net/image/5cbe250cdf0b680018605f4f.png?Expires=1776904430&Policy=eyJTdGF0ZW1lbnQiOlt7IlJlc291cmNlIjoiaHR0cHM6Ly9kaXFwNDNmbTB3NnpzLmNsb3VkZnJvbnQubmV0L2ltYWdlLzVjYmUyNTBjZGYwYjY4MDAxODYwNWY0Zi5wbmciLCJDb25kaXRpb24iOnsiRGF0ZUxlc3NUaGFuIjp7IkFXUzpFcG9jaFRpbWUiOjE3NzY5MDQ0MzB9fX1dfQ__&Signature=OtOQqo2mE-tjCg7vKHjW4dmd0-0y6YoOxXb6zrjLyvfkQK0c-zfQD8dWCkyxVPyGReALME2-MCwcefUpPpT0Hr0LjGbNu7m30Ipdyb3SYi1fZO2KbC9sAvBvkVBYc66iPvFf9p8Aj~bHKtL5rjWrDJb7O3iSCxTZ7ZbWKyB0ffS1ZS9kj8j2EjLLIXzbMQlUk611RVqDnrm3h3LOK1RK3-XoaMULD-y65X47esj74vkcvln0S9-zg6kCiq1wcHwZyEsZVC-Bc1oRPqxKQUM0AwYC7ojdIk18xH94gOMWkAHBTVgTUYXcwfWOlkctpYXmrSCtJIeltvnf0FPDHWHWdA__&Key-Pair-Id=APKAIEJPDB7FXILNLF2Adiqp43fm0w6zs.cloudfront.net/image/... https://diqp43fm0w6zs.cloudfront.net/image/5cbe250cdf0b680018605f4f.png?Expires=1776904430&Policy=eyJTdGF0ZW1lbnQiOlt7IlJlc291cmNlIjoiaHR0cHM6Ly9kaXFwNDNmbTB3NnpzLmNsb3VkZnJvbnQubmV0L2ltYWdlLzVjYmUyNTBjZGYwYjY4MDAxODYwNWY0Zi5wbmciLCJDb25kaXRpb24iOnsiRGF0ZUxlc3NUaGFuIjp7IkFXUzpFcG9jaFRpbWUiOjE3NzY5MDQ0MzB9fX1dfQ__&Signature=OtOQqo2mE-tjCg7vKHjW4dmd0-0y6YoOxXb6zrjLyvfkQK0c-zfQD8dWCkyxVPyGReALME2-MCwcefUpPpT0Hr0LjGbNu7m30Ipdyb3SYi1fZO2KbC9sAvBvkVBYc66iPvFf9p8Aj~bHKtL5rjWrDJb7O3iSCxTZ7ZbWKyB0ffS1ZS9kj8j2EjLLIXzbMQlUk611RVqDnrm3h3LOK1RK3-XoaMULD-y65X47esj74vkcvln0S9-zg6kCiq1wcHwZyEsZVC-Bc1oRPqxKQUM0AwYC7ojdIk18xH94gOMWkAHBTVgTUYXcwfWOlkctpYXmrSCtJIeltvnf0FPDHWHWdA__&Key-Pair-Id=APKAIEJPDB7FXILNLF2A — 200 — 5.7 KiB — 150 ms — h2https://cdn2.wwnorton.com/wwnproducts/TRADE/4/9/9780393868494/9780393868494_300.jpgcdn2.wwnorton.com/wwnproducts/TRADE... https://cdn2.wwnorton.com/wwnproducts/TRADE/4/9/9780393868494/9780393868494_300.jpg — 200 — 256.6 KiB — 28 ms — h2https://cdn2.wwnorton.com/wwnproducts/TRADE/0/9/9780393338690/9780393338690_300.jpegcdn2.wwnorton.com/wwnproducts/TRADE... https://cdn2.wwnorton.com/wwnproducts/TRADE/0/9/9780393338690/9780393338690_300.jpeg — 200 — 128.5 KiB — 320 ms — h2https://cdn2.wwnorton.com/wwnproducts/LIVERT/1/5/9781324094951/9781324094951_300.jpgcdn2.wwnorton.com/wwnproducts/LIVER... https://cdn2.wwnorton.com/wwnproducts/LIVERT/1/5/9781324094951/9781324094951_300.jpg — 200 — 256.6 KiB — 29 ms — h2https://cdn2.wwnorton.com/wwnproducts/TRADE/4/2/9781324002024/9781324002024_300.jpgcdn2.wwnorton.com/wwnproducts/TRADE... https://cdn2.wwnorton.com/wwnproducts/TRADE/4/2/9781324002024/9781324002024_300.jpg — 200 — 64.4 KiB — 304 ms — h2https://cdn2.wwnorton.com/wwnproducts/TRADE/2/7/9780393330472/9780393330472_300.jpegcdn2.wwnorton.com/wwnproducts/TRADE... https://cdn2.wwnorton.com/wwnproducts/TRADE/2/7/9780393330472/9780393330472_300.jpeg — 200 — 64.4 KiB — 20 ms — h2https://cdn2.wwnorton.com/wwnproducts/NRTYNG/4/3/9781324083634/9781324083634_300.jpgcdn2.wwnorton.com/wwnproducts/NRTYN... https://cdn2.wwnorton.com/wwnproducts/NRTYNG/4/3/9781324083634/9781324083634_300.jpg — 200 — 256.7 KiB — 26 ms — h2https://cdn.wwnorton.com/dam_booktitles/635/img/cover/9781631494536_300.jpegcdn.wwnorton.com/dam_booktitles/635... https://cdn.wwnorton.com/dam_booktitles/635/img/cover/9781631494536_300.jpeg — 200 — 128.5 KiB — 438 ms — h3https://cdn2.wwnorton.com/wwnproducts/TRADE/5/1/9780393324815/9780393324815_300.jpegcdn2.wwnorton.com/wwnproducts/TRADE... https://cdn2.wwnorton.com/wwnproducts/TRADE/5/1/9780393324815/9780393324815_300.jpeg — 200 — 128.5 KiB — 22 ms — h2https://cdn2.wwnorton.com/wwnproducts/CTRYMN/2/3/9781324111832/9781324111832_300.jpgcdn2.wwnorton.com/wwnproducts/CTRYM... https://cdn2.wwnorton.com/wwnproducts/CTRYMN/2/3/9781324111832/9781324111832_300.jpg — 200 — 64.4 KiB — 21 ms — h2https://cdn2.wwnorton.com/wwnproducts/TRADE/4/2/9781324006824/9781324006824_300.jpgcdn2.wwnorton.com/wwnproducts/TRADE... https://cdn2.wwnorton.com/wwnproducts/TRADE/4/2/9781324006824/9781324006824_300.jpg — 200 — 64.4 KiB — 298 ms — h2https://cdn2.wwnorton.com/wwnproducts/TRADE/9/2/9780393338829/9780393338829_300.jpegcdn2.wwnorton.com/wwnproducts/TRADE... https://cdn2.wwnorton.com/wwnproducts/TRADE/9/2/9780393338829/9780393338829_300.jpeg — 200 — 128.5 KiB — 22 ms — h2https://cdn2.wwnorton.com/wwnproducts/NRTPRO/7/7/9781324053477/9781324053477_300.jpgcdn2.wwnorton.com/wwnproducts/NRTPR... https://cdn2.wwnorton.com/wwnproducts/NRTPRO/7/7/9781324053477/9781324053477_300.jpg — 200 — 64.4 KiB — 21 ms — h2https://cdn.wwnorton.com/dam_booktitles/024/img/cover/9780393355420_300.jpegcdn.wwnorton.com/dam_booktitles/024... https://cdn.wwnorton.com/dam_booktitles/024/img/cover/9780393355420_300.jpeg — 200 — 32.4 KiB — 25 ms — h3https://cdn2.wwnorton.com/wwnproducts/TRADE/7/1/9781324105817/9781324105817_300.jpgcdn2.wwnorton.com/wwnproducts/TRADE... https://cdn2.wwnorton.com/wwnproducts/TRADE/7/1/9781324105817/9781324105817_300.jpg — 200 — 256.9 KiB — 26 ms — h2https://cdn2.wwnorton.com/wwnproducts/TRADE/5/1/9781324124115/9781324124115_300.jpgcdn2.wwnorton.com/wwnproducts/TRADE... https://cdn2.wwnorton.com/wwnproducts/TRADE/5/1/9781324124115/9781324124115_300.jpg — 200 — 256.7 KiB — 29 ms — h2https://cdn.wwnorton.com/cms/books/9780393339741_300.jpgcdn.wwnorton.com/cms/books/97803933... https://cdn.wwnorton.com/cms/books/9780393339741_300.jpg — 200 — 8.0 KiB — 328 ms — h3https://cdn2.wwnorton.com/wwnproducts/TRADE/3/1/9780393337013/9780393337013_300.jpegcdn2.wwnorton.com/wwnproducts/TRADE... https://cdn2.wwnorton.com/wwnproducts/TRADE/3/1/9780393337013/9780393337013_300.jpeg — 200 — 128.5 KiB — 26 ms — h2https://cdn2.wwnorton.com/wwnproducts/COLLEG/6/4/9781324115946/9781324115946_300.jpgcdn2.wwnorton.com/wwnproducts/COLLE... https://cdn2.wwnorton.com/wwnproducts/COLLEG/6/4/9781324115946/9781324115946_300.jpg — 200 — 256.8 KiB — 26 ms — h2https://cdn.wwnorton.com/dam_booktitles/185/img/cover/9781631494581_300.jpegcdn.wwnorton.com/dam_booktitles/185... https://cdn.wwnorton.com/dam_booktitles/185/img/cover/9781631494581_300.jpeg — 200 — 32.4 KiB — 318 ms — h3https://cdn2.wwnorton.com/wwnproducts/TRADE/3/3/9780393347333/9780393347333_300.jpegcdn2.wwnorton.com/wwnproducts/TRADE... https://cdn2.wwnorton.com/wwnproducts/TRADE/3/3/9780393347333/9780393347333_300.jpeg — 200 — 64.4 KiB — 21 ms — h2https://cdn2.wwnorton.com/wwnproducts/LIVERT/5/2/9781324097525/9781324097525_300.jpgcdn2.wwnorton.com/wwnproducts/LIVER... https://cdn2.wwnorton.com/wwnproducts/LIVERT/5/2/9781324097525/9781324097525_300.jpg — 200 — 256.6 KiB — 25 ms — h2https://cdn.wwnorton.com/booktitles/10443/img/cover/9780393352733_300.jpgcdn.wwnorton.com/booktitles/10443/i... https://cdn.wwnorton.com/booktitles/10443/img/cover/9780393352733_300.jpg — 200 — 95.6 KiB — 336 ms — h3https://cdn2.wwnorton.com/wwnproducts/TRADE/9/9/9780393341799/9780393341799_300.jpegcdn2.wwnorton.com/wwnproducts/TRADE... https://cdn2.wwnorton.com/wwnproducts/TRADE/9/9/9780393341799/9780393341799_300.jpeg — 200 — 128.5 KiB — 305 ms — h2https://cdn2.wwnorton.com/wwnproducts/NRTYNG/8/4/9781324083948/9781324083948_300.jpgcdn2.wwnorton.com/wwnproducts/NRTYN... https://cdn2.wwnorton.com/wwnproducts/NRTYNG/8/4/9781324083948/9781324083948_300.jpg — 200 — 64.4 KiB — 22 ms — h2https://cdn.wwnorton.com/cms/books/9780393327649_300.jpgcdn.wwnorton.com/cms/books/97803933... https://cdn.wwnorton.com/cms/books/9780393327649_300.jpg — 200 — 25.5 KiB — 22 ms — h3https://cdn2.wwnorton.com/wwnproducts/TRADE/8/8/9780393541588/9780393541588_300.jpegcdn2.wwnorton.com/wwnproducts/TRADE... https://cdn2.wwnorton.com/wwnproducts/TRADE/8/8/9780393541588/9780393541588_300.jpeg — 200 — 256.6 KiB — 307 ms — h2https://cdn2.wwnorton.com/wwnproducts/CTRYMN/4/0/9781682688304/9781682688304_300.jpgcdn2.wwnorton.com/wwnproducts/CTRYM... https://cdn2.wwnorton.com/wwnproducts/CTRYMN/4/0/9781682688304/9781682688304_300.jpg — 200 — 128.5 KiB — 22 ms — h2https://cdn.wwnorton.com/cms/books/9780393930702_300.jpgcdn.wwnorton.com/cms/books/97803939... https://cdn.wwnorton.com/cms/books/9780393930702_300.jpg — 200 — 22.6 KiB — 21 ms — h3https://cdn2.wwnorton.com/wwnproducts/TRADE/9/0/9781324020509/9781324020509_300.jpgcdn2.wwnorton.com/wwnproducts/TRADE... https://cdn2.wwnorton.com/wwnproducts/TRADE/9/0/9781324020509/9781324020509_300.jpg — 200 — 64.4 KiB — 22 ms — h2https://cdn2.wwnorton.com/wwnproducts/NRTPRO/8/7/9781324054078/9781324054078_300.jpgcdn2.wwnorton.com/wwnproducts/NRTPR... https://cdn2.wwnorton.com/wwnproducts/NRTPRO/8/7/9781324054078/9781324054078_300.jpg — 200 — 128.5 KiB — 311 ms — h2https://cdn.wwnorton.com/dam_booktitles/226/img/cover/9780393357622_300.jpegcdn.wwnorton.com/dam_booktitles/226... https://cdn.wwnorton.com/dam_booktitles/226/img/cover/9780393357622_300.jpeg — 200 — 256.5 KiB — 320 ms — h3https://cdn2.wwnorton.com/wwnproducts/TRADE/4/4/9781324021544/9781324021544_300.jpgcdn2.wwnorton.com/wwnproducts/TRADE... https://cdn2.wwnorton.com/wwnproducts/TRADE/4/4/9781324021544/9781324021544_300.jpg — 200 — 64.4 KiB — 301 ms — h2https://cdn2.wwnorton.com/wwnproducts/TRADE/9/3/9781324124139/9781324124139_300.jpgcdn2.wwnorton.com/wwnproducts/TRADE... https://cdn2.wwnorton.com/wwnproducts/TRADE/9/3/9781324124139/9781324124139_300.jpg — 200 — 256.6 KiB — 614 ms — h2https://cdn.wwnorton.com/dam_booktitles/779/img/cover/9781631495977_300.jpegcdn.wwnorton.com/dam_booktitles/779... https://cdn.wwnorton.com/dam_booktitles/779/img/cover/9781631495977_300.jpeg — 200 — 128.5 KiB — 302 ms — h3https://cdn2.wwnorton.com/wwnproducts/TRADE/0/4/9780393333640/9780393333640_300.jpegcdn2.wwnorton.com/wwnproducts/TRADE... https://cdn2.wwnorton.com/wwnproducts/TRADE/0/4/9780393333640/9780393333640_300.jpeg — 200 — 256.6 KiB — 303 ms — h2https://cdn2.wwnorton.com/wwnproducts/COLLEG/7/8/9781324103387/9781324103387_300.jpgcdn2.wwnorton.com/wwnproducts/COLLE... https://cdn2.wwnorton.com/wwnproducts/COLLEG/7/8/9781324103387/9781324103387_300.jpg — 200 — 128.5 KiB — 25 ms — h2https://cdn.wwnorton.com/dam_booktitles/137/img/cover/9780393356731_300.jpegcdn.wwnorton.com/dam_booktitles/137... https://cdn.wwnorton.com/dam_booktitles/137/img/cover/9780393356731_300.jpeg — 200 — 64.4 KiB — 312 ms — h3https://cdn2.wwnorton.com/wwnproducts/TRADE/5/3/9781324035435/9781324035435_300.jpgcdn2.wwnorton.com/wwnproducts/TRADE... https://cdn2.wwnorton.com/wwnproducts/TRADE/5/3/9781324035435/9781324035435_300.jpg — 200 — 256.8 KiB — 305 ms — h2https://cdn2.wwnorton.com/wwnproducts/LIVERT/4/8/9781631496684/9781631496684_300.jpgcdn2.wwnorton.com/wwnproducts/LIVER... https://cdn2.wwnorton.com/wwnproducts/LIVERT/4/8/9781631496684/9781631496684_300.jpg — 200 — 256.6 KiB — 309 ms — h2https://cdn.wwnorton.com/dam_booktitles/615/img/cover/9780393328516_300.jpegcdn.wwnorton.com/dam_booktitles/615... https://cdn.wwnorton.com/dam_booktitles/615/img/cover/9780393328516_300.jpeg — 200 — 256.5 KiB — 334 ms — h3https://cdn2.wwnorton.com/wwnproducts/TRADE/2/0/9780393868302/9780393868302_300.jpegcdn2.wwnorton.com/wwnproducts/TRADE... https://cdn2.wwnorton.com/wwnproducts/TRADE/2/0/9780393868302/9780393868302_300.jpeg — 200 — 256.8 KiB — 634 ms — h2https://cdn2.wwnorton.com/wwnproducts/NRTYNG/1/4/9781324053941/9781324053941_300.jpgcdn2.wwnorton.com/wwnproducts/NRTYN... https://cdn2.wwnorton.com/wwnproducts/NRTYNG/1/4/9781324053941/9781324053941_300.jpg — 200 — 256.6 KiB — 303 ms — h2https://cdn.wwnorton.com/dam_booktitles/741/img/cover/9780393652147_300.jpegcdn.wwnorton.com/dam_booktitles/741... https://cdn.wwnorton.com/dam_booktitles/741/img/cover/9780393652147_300.jpeg — 200 — 64.4 KiB — 300 ms — h3https://cdn2.wwnorton.com/wwnproducts/TRADE/9/2/9781324116929/9781324116929_300.jpgcdn2.wwnorton.com/wwnproducts/TRADE... https://cdn2.wwnorton.com/wwnproducts/TRADE/9/2/9781324116929/9781324116929_300.jpg — 200 — 256.6 KiB — 309 ms — h2https://cdn2.wwnorton.com/wwnproducts/CTRYMN/4/4/9781324112044/9781324112044_300.jpgcdn2.wwnorton.com/wwnproducts/CTRYM... https://cdn2.wwnorton.com/wwnproducts/CTRYMN/4/4/9781324112044/9781324112044_300.jpg — 200 — 128.5 KiB — 534 ms — h2https://cdn.wwnorton.com/dam_booktitles/965/img/cover/9780393083569_300.jpegcdn.wwnorton.com/dam_booktitles/965... https://cdn.wwnorton.com/dam_booktitles/965/img/cover/9780393083569_300.jpeg — 200 — 64.4 KiB — 308 ms — h3https://cdn2.wwnorton.com/wwnproducts/NRTPRO/1/1/9781324083511/9781324083511_300.jpgcdn2.wwnorton.com/wwnproducts/NRTPR... https://cdn2.wwnorton.com/wwnproducts/NRTPRO/1/1/9781324083511/9781324083511_300.jpg — 200 — 128.5 KiB — 303 ms — h2https://cdn.wwnorton.com/dam_booktitles/025/img/cover/9780393358520_300.jpegcdn.wwnorton.com/dam_booktitles/025... https://cdn.wwnorton.com/dam_booktitles/025/img/cover/9780393358520_300.jpeg — 200 — 256.5 KiB — 305 ms — h3https://cdn.wwnorton.com/dam_booktitles/516/img/cover/9781324004615_300.jpegcdn.wwnorton.com/dam_booktitles/516... https://cdn.wwnorton.com/dam_booktitles/516/img/cover/9781324004615_300.jpeg — 200 — 256.5 KiB — 313 ms — h3https://cdn.wwnorton.com/dam_booktitles/338/img/cover/9781631494833_300.jpegcdn.wwnorton.com/dam_booktitles/338... https://cdn.wwnorton.com/dam_booktitles/338/img/cover/9781631494833_300.jpeg — 200 — 64.4 KiB — 322 ms — h3https://cdn.wwnorton.com/dam_booktitles/839/img/cover/9780393973938_300.jpegcdn.wwnorton.com/dam_booktitles/839... https://cdn.wwnorton.com/dam_booktitles/839/img/cover/9780393973938_300.jpeg — 200 — 256.5 KiB — 302 ms — h3https://cdn.wwnorton.com/cms/books/9780393337761_300.jpgcdn.wwnorton.com/cms/books/97803933... https://cdn.wwnorton.com/cms/books/9780393337761_300.jpg — 200 — 44.9 KiB — 303 ms — h3
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
45% of JavaScript execution is third-party
First-party Third-party 3087ms · 288KB · $41/mo
www.gstatic.com
Other
Costly
Execution 1613ms
Transfer 0 KB
Unused 49%
Monthly Cost $21/mo
Unattributable
Other
Costly
Execution 968ms
Transfer 0 KB
Monthly Cost $13/mo
Google Tag Manager
Tag Manager
Costly
Execution 224ms
Transfer 116 KB
Unused 56%
Monthly Cost $3/mo
Google Tag Manager
Tag Manager
Costly
Execution 211ms
Transfer 151 KB
Unused 46%
Monthly Cost $3/mo
Google Analytics
Analytics
Optional
Execution 71ms
Transfer 21 KB
Monthly Cost $1/mo

These scripts may cost more than they're worth

  • www.gstatic.com adds 1613ms and costs ~$21/month
  • Unattributable adds 968ms and costs ~$13/month
  • Google Tag Manager adds 224ms and costs ~$3/month
  • Google Tag Manager adds 211ms and costs ~$3/month

45% of JavaScript execution time comes from third-party scripts.

Why this matters

Third-party scripts (analytics, ads, social, A/B testing) often dominate execution time — every one is a perf-and-privacy tax.

Learn more

Each third-party script is a black box: you don't control when it loads, what it executes, or how much it grows. They often account for a major share of total blocking time on average sites (HTTP Archive's Web Almanac documents the trend). Audit which ones you actually need, defer the rest, and use facade patterns (lite-youtube, lite-vimeo) for embedded media.

Source: web.dev / HTTP Archive Web Almanac

www.gstatic.com takes 1613ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

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

Source: web.dev

Unattributable takes 968ms 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 224ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

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

Source: web.dev

56% of Google Tag Manager's code is unused. The script may be loading features you don't use.

Why this matters

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

Source: web.dev

Google Tag Manager takes 211ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

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

Source: web.dev

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