Skip to content
https://scholastic.com

Performance

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

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

60
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
93
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.
85
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.

2.03 s

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

6.17 s

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

49 ms

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

0.000

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

4.01 s

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

6.38 s

Page Load Progression

438 ms
877 ms
1.3 s
1.8 s
2.2 s
2.6 s
3.1 s
3.5 s
Checks
15
6 PASS 2 REVIEW 5 FIX
F
Page Weight Budget
Action
7.4 MB transferred, 149 requests
FIX
7.4 MB transferred, 149 requests
Critical::
Page weighs 12.2 MB (7.4 MB transferred)
Warning::
Images are 6.0 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 6.0 MB
Warning::
JavaScript is 1.2 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.2 MB
Warning::
149 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 1.6 g CO2 per page load
7.4 MB / 2.4 MB budget
7.4 MB transferred
149 requests
1.6 g CO2 per page load
Images 6.0 MiB 81%
JavaScript 1.2 MiB 16%
CSS 108.8 KiB 1%
Fonts 68.2 KiB 1%
Other 48.7 KiB 1%
HTML 13.7 KiB 0%
Other 10.3 KiB 0%
Other 3.0 KiB 0%
Other 560 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

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

Why this matters

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

Source: web.dev

D
Third-Party Impact
Action
100% third-party, 0 ms blocking
FIX
100% third-party, 0 ms blocking
Warning::
Third-party code accounts for 100% of page weight (7.4 MiB of 7.4 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Bundles
Action
35 scripts, 519 KB unused
FIX
35 scripts, 519 KB unused
Warning::
https://www.scholastic.com/etc.clientlibs/corp-hom...: 97 KB unused (70%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://assets.adobedtm.com/8805123d051b038294c585...: 77 KB unused (56%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-9EGX...: 71 KB unused (41%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.scholastic.com/etc.clientlibs/enterpri...: 68 KB unused (58%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.scholastic.com/etc.clientlibs/enterpri...: unminified — 67 KB could be saved
Warning::
https://www.googletagmanager.com/gtag/js?id=UA-134...: 63 KB unused (51%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 519 KB
519 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.scholastic.com/etc.clientlibs/corp-home/clientlibs/clientlib-dependencies.min.js139 KB97 KB (70%)3rd
https://assets.adobedtm.com/8805123d051b038294c5858f0e9358891260018d/satelliteLib-15300add77f83fb88df0be76c0e65f77392706e9.js137 KB77 KB (56%)3rd
https://www.googletagmanager.com/gtag/js?id=G-9EGXH5RS94&cx=c&gtm=4e64h1h1175 KB71 KB (41%)3rd
https://www.scholastic.com/etc.clientlibs/enterprise/clientlibs/clientlib-dependencies.js118 KB68 KB (58%)3rd
https://www.googletagmanager.com/gtag/js?id=UA-134505870-7125 KB63 KB (51%)3rd
https://cdn.cookielaw.org/scripttemplates/202601.1.0/otBannerSdk.js127 KB43 KB (56%)3rd
https://cdn.mouseflow.com/projects/f3b466a5-cbaa-4ee9-919f-17b9c36ffd11.js53 KB40 KB (78%)3rd
https://connect.facebook.net/en_US/fbevents.js97 KB30 KB (31%)3rd
https://www.scholastic.com/etc.clientlibs/enterprise/clientlibs/clientlib-base.js40 KB29 KB (72%)3rd
https://www.scholastic.com/cdn-cgi/challenge-platform/h/b/scripts/jsd/0b8fb825cb67/main.js?12 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

F
Page Weight Inventory
Action
149 resources · 7.4 MB · 519 KB savings available
FIX
149 resources · 7.4 MB · 519 KB savings available
Warning::
Page weight 6.4 MB over 1MB target
Got: 7.4 MB Expected: ≤ 1 MB
Info::
~519 KB of savings available
Warning::
148 third-party resources (100% of weight)
Info::
3 resources over 200KB
149 resources · 7.4 MiB · 148 third-party 6.4 MiB over 1MB target
Image 81% · 6.0 MiB
JavaScript 16% · 1.2 MiB
CSS 1% · 113.5 KiB
Font 1% · 68.2 KiB
Other 1% · 52.2 KiB
Document 0% · 13.7 KiB

~518.8 KiB of savings available

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

No Cache-Control header

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

C
Image Optimization
Action
82 images, 0 KB saveable
REVIEW
82 images, 0 KB saveable
Warning::
https://www.scholastic.com/content/corp-home/home/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.scholastic.com/content/corp-home/home/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.scholastic.com/content/dam/enterprise/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.scholastic.com/content/corp-home/home/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.scholastic.com/content/corp-home/home/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.scholastic.com/content/dam/corp-home/a... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.scholastic.com/content/corp-home/home/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.scholastic.com/content/dam/corp-home/a... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.scholastic.com/content/dam/enterprise/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.scholastic.com/content/dam/fairs/asset... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.scholastic.com/content/corp-home/home/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.scholastic.com/content/corp-home/home/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.scholastic.com/content/dam/corp-home/a... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.scholastic.com/content/corp-home/home/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.scholastic.com/content/corp-home/home/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.scholastic.com/content/corp-home/home/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.scholastic.com/content/dam/enterprise/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.scholastic.com/content/corp-home/home/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.scholastic.com/content/corp-home/home/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.scholastic.com/content/corp-home/home/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.scholastic.com/content/corp-home/home/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.scholastic.com/content/dam/enterprise/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.scholastic.com/content/dam/corp-home/a... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.scholastic.com/content/corp-home/home/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.scholastic.com/content/corp-home/home/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.scholastic.com/content/corp-home/home/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.scholastic.com/content/dam/corp-home/a... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.scholastic.com/content/corp-home/home/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.scholastic.com/content/corp-home/home/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
82 images 6.0 MB
0 oversized -0 KB
32 legacy format
29 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

C
JS Execution Cost
Action
1017ms total JS execution
REVIEW
1017ms total JS execution
Warning::
Unattributable: 310ms CPU time
Info::
https://www.scholastic.com/home: 168ms CPU time
Info::
https://www.scholastic.com/etc.clientlibs/corp-hom...: 129ms CPU time
Info::
https://assets.adobedtm.com/8805123d051b038294c585...: 127ms CPU time
Info::
https://www.scholastic.com/cdn-cgi/challenge-platf...: 77ms CPU time
Warning::
Third-party scripts: 1017ms (100% of total)

Main Thread Breakdown

Script Evaluation 50% Other 23% Script Parsing & Compilation 11% Style & Layout 8% Parse HTML & CSS 4%
ScriptTotalScriptingParse/CompileParty
Unattributable310ms41ms0ms3rd
https://www.scholastic.com/home168ms13ms2ms3rd
https://www.scholastic.com/etc.clientlibs/corp-home/clientlibs/clientlib-dependencies.min.js129ms79ms14ms3rd
https://assets.adobedtm.com/8805123d051b038294c5858f0e9358891260018d/satelliteLib-15300add77f83fb88df0be76c0e65f77392706e9.js127ms96ms20ms3rd
https://www.scholastic.com/cdn-cgi/challenge-platform/scripts/jsd/main.js77ms73ms1ms3rd
https://cdn.cookielaw.org/scripttemplates/202601.1.0/otBannerSdk.js69ms48ms15ms3rd
https://connect.facebook.net/signals/config/967016190369164?v=2.9.303&r=stable&domain=www.scholastic.com&hme=97937018cefade17726f0472876fc101316b2ce9008a35a6a5a7977d7436151a&ex_m=104%2C205%2C154%2C22%2C72%2C73%2C145%2C68%2C67%2C11%2C162%2C90%2C16%2C138%2C127%2C39%2C75%2C78%2C134%2C159%2C164%2C8%2C4%2C5%2C7%2C6%2C3%2C91%2C101%2C165%2C170%2C219%2C62%2C186%2C187%2C55%2C276%2C30%2C74%2C231%2C230%2C229%2C23%2C33%2C103%2C61%2C10%2C63%2C97%2C98%2C99%2C105%2C130%2C31%2C29%2C132%2C133%2C129%2C128%2C155%2C76%2C158%2C156%2C157%2C50%2C60%2C123%2C15%2C161%2C45%2C263%2C264%2C262%2C26%2C27%2C28%2C48%2C146%2C77%2C112%2C18%2C20%2C44%2C40%2C42%2C41%2C83%2C92%2C96%2C110%2C144%2C147%2C46%2C111%2C24%2C21%2C119%2C69%2C36%2C149%2C148%2C150%2C141%2C139%2C25%2C35%2C59%2C109%2C160%2C70%2C17%2C152%2C114%2C81%2C66%2C19%2C85%2C86%2C116%2C84%2C136%2C135%2C34%2C278%2C293%2C212%2C201%2C202%2C200%2C296%2C288%2C52%2C213%2C107%2C131%2C80%2C121%2C54%2C47%2C49%2C113%2C120%2C126%2C58%2C64%2C151%2C115%2C37%2C32%2C53%2C56%2C100%2C163%2C1%2C124%2C14%2C122%2C12%2C2%2C57%2C93%2C65%2C118%2C89%2C88%2C166%2C167%2C94%2C95%2C9%2C125%2C102%2C51%2C142%2C87%2C79%2C71%2C117%2C106%2C43%2C143%2C0%2C82%2C137%2C140%2C153%2C38%2C108%2C13%2C16869ms60ms7ms3rd
https://www.googletagmanager.com/gtag/js?id=G-9EGXH5RS94&cx=c&gtm=4e64h1h168ms51ms17ms3rd
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
4 fonts (68 KB)
PASS
4 fonts (68 KB)
Info::
4 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

4

68 KB total

Render-blocking

0

of 4

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s FCP 2.0 s LCP 6.2 shttps://use.typekit.net/af/e3ca36/00000000000000000000e805/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3l https://use.typekit.net/af/e3ca36/00000000000000000000e805/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3 — 16.9 KiB — 26 ms — font-display: swaphttps://use.typekit.net/af/a28b50/00000000000000000000e803/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3l https://use.typekit.net/af/a28b50/00000000000000000000e803/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3 — 16.6 KiB — 27 ms — font-display: swaphttps://use.typekit.net/af/620bf8/00000000000000000000e7fe/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3l https://use.typekit.net/af/620bf8/00000000000000000000e7fe/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3 — 16.9 KiB — 13 ms — font-display: swaphttps://use.typekit.net/af/635674/00000000000000000000e800/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n1&v=3l https://use.typekit.net/af/635674/00000000000000000000e800/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n1&v=3 — 17.7 KiB — 15 ms — font-display: swap
l woff2 swap
Size 17 KB
Load time 26 ms
Start 480 ms
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 17 KB
Load time 27 ms
Start 481 ms
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 17 KB
Load time 13 ms
Start 518 ms
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 18 KB
Load time 15 ms
Start 519 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
149 requests over 1667ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s FCP 2.0 s LCP 6.2 shttps://scholastic.com// https://scholastic.com/ — 301 — 97 B — 18 ms — h2https://www.scholastic.com/www.scholastic.com/ https://www.scholastic.com/ — 301 — 123 B — 20 ms — h2https://www.scholastic.com/homewww.scholastic.com/home https://www.scholastic.com/home — 200 — 13.1 KiB — 30 ms — h2https://www.scholastic.com/etc.clientlibs/enterprise/clientlibs/clientlib-dependencies.jswww.scholastic.com/etc.clientlibs/e... https://www.scholastic.com/etc.clientlibs/enterprise/clientlibs/clientlib-dependencies.js — 200 — 118.3 KiB — 55 ms — h3https://www.scholastic.com/etc.clientlibs/corp-home/clientlibs/clientlib-dependencies.min.jswww.scholastic.com/etc.clientlibs/c... https://www.scholastic.com/etc.clientlibs/corp-home/clientlibs/clientlib-dependencies.min.js — 200 — 139.0 KiB — 56 ms — h3https://www.scholastic.com/etc.clientlibs/corp-home/clientlibs/clientlib-base.min.csswww.scholastic.com/etc.clientlibs/c... https://www.scholastic.com/etc.clientlibs/corp-home/clientlibs/clientlib-base.min.css — 200 — 49.5 KiB — 33 ms — h3https://www.scholastic.com/etc/cloudsettings/default/contexthub.kernel.jswww.scholastic.com/etc/cloudsetting... https://www.scholastic.com/etc/cloudsettings/default/contexthub.kernel.js — 200 — 242 B — 50 ms — h3https://www.scholastic.com/etc.clientlibs/enterprise/clientlibs/clientlib-base.csswww.scholastic.com/etc.clientlibs/e... https://www.scholastic.com/etc.clientlibs/enterprise/clientlibs/clientlib-base.css — 200 — 57.5 KiB — 36 ms — h3https://www.scholastic.com/etc.clientlibs/corp-home/clientlibs/clientlib-homepage-template.min.jswww.scholastic.com/etc.clientlibs/c... https://www.scholastic.com/etc.clientlibs/corp-home/clientlibs/clientlib-homepage-template.min.js — 200 — 473 B — 52 ms — h3https://www.scholastic.com/content/dam/corp-home/asset.jpg/icons/x-close.svgwww.scholastic.com/content/dam/corp... https://www.scholastic.com/content/dam/corp-home/asset.jpg/icons/x-close.svg — 200 — 491 B — 114 ms — h3https://www.scholastic.com/content/dam/corp-home/asset.jpg/unsupportedModal/chrome.pngwww.scholastic.com/content/dam/corp... https://www.scholastic.com/content/dam/corp-home/asset.jpg/unsupportedModal/chrome.png — 200 — 3.9 KiB — 113 ms — h3https://www.scholastic.com/libs/granite/csrf/token.jsonwww.scholastic.com/libs/granite/csr... https://www.scholastic.com/libs/granite/csrf/token.json — 200 — 260 B — 48 ms — h3https://use.typekit.net/qvo7ray.cssuse.typekit.net/qvo7ray.css https://use.typekit.net/qvo7ray.css — 200 — 1.6 KiB — 19 ms — h2https://www.scholastic.com/content/dam/corp-home/asset.jpg/unsupportedModal/safari.pngwww.scholastic.com/content/dam/corp... https://www.scholastic.com/content/dam/corp-home/asset.jpg/unsupportedModal/safari.png — 200 — 7.7 KiB — 48 ms — h3https://www.scholastic.com/content/dam/corp-home/asset.jpg/unsupportedModal/firefox.pngwww.scholastic.com/content/dam/corp... https://www.scholastic.com/content/dam/corp-home/asset.jpg/unsupportedModal/firefox.png — 200 — 4.8 KiB — 47 ms — h3https://p.typekit.net/p.css?s=1&k=qvo7ray&ht=tk&f=1980.1981.1982.1983.1984.8541.8542.8543.8544.8545.2003.2004.2005.2006.2007.2008.2009.2010.2011.2012&a=18529732&app=typekit&e=cssp.typekit.net/p.css?s=1&k=qvo7ray&h... https://p.typekit.net/p.css?s=1&k=qvo7ray&ht=tk&f=1980.1981.1982.1983.1984.8541.8542.8543.8544.8545.2003.2004.2005.2006.2007.2008.2009.2010.2011.2012&a=18529732&app=typekit&e=css — 200 — 173 B — 19 ms — h2https://ltm.scholastic.com/ltm/headtag/www.scholastic.com/defaultltm.scholastic.com/ltm/headtag/www.... https://ltm.scholastic.com/ltm/headtag/www.scholastic.com/default — 200 — 581 B — 23 ms — h2https://www.scholastic.com/content/dam/corp-home/asset.jpg/icons/hamburger.svgwww.scholastic.com/content/dam/corp... https://www.scholastic.com/content/dam/corp-home/asset.jpg/icons/hamburger.svg — 200 — 440 B — 40 ms — h3https://www.scholastic.com/etc.clientlibs/corp-home/clientlibs/clientlib-base.min.jswww.scholastic.com/etc.clientlibs/c... https://www.scholastic.com/etc.clientlibs/corp-home/clientlibs/clientlib-base.min.js — 200 — 20.6 KiB — 31 ms — h3https://assets.adobedtm.com/8805123d051b038294c5858f0e9358891260018d/satelliteLib-15300add77f83fb88df0be76c0e65f77392706e9.jsassets.adobedtm.com/8805123d051b038... https://assets.adobedtm.com/8805123d051b038294c5858f0e9358891260018d/satelliteLib-15300add77f83fb88df0be76c0e65f77392706e9.js — 200 — 137.4 KiB — 57 ms — h2https://www.scholastic.com/etc.clientlibs/enterprise/clientlibs/clientlib-base.jswww.scholastic.com/etc.clientlibs/e... https://www.scholastic.com/etc.clientlibs/enterprise/clientlibs/clientlib-base.js — 200 — 40.4 KiB — 28 ms — h3https://ltm.scholastic.com/ltm/resources/tag/footer.jsltm.scholastic.com/ltm/resources/ta... https://ltm.scholastic.com/ltm/resources/tag/footer.js — 200 — 550 B — 29 ms — h2https://www.scholastic.com/content/dam/enterprise/asset.jpg/scholastic-logo-red-bar-white-outline.svgwww.scholastic.com/content/dam/ente... https://www.scholastic.com/content/dam/enterprise/asset.jpg/scholastic-logo-red-bar-white-outline.svg — 200 — 1.6 KiB — 45 ms — h3https://www.scholastic.com/content/dam/corp-home/asset.jpg/icons/arrow-down.svgwww.scholastic.com/content/dam/corp... https://www.scholastic.com/content/dam/corp-home/asset.jpg/icons/arrow-down.svg — 200 — 467 B — 45 ms — h3https://cdn.cookielaw.org/scripttemplates/otSDKStub.jscdn.cookielaw.org/scripttemplates/o... https://cdn.cookielaw.org/scripttemplates/otSDKStub.js — 200 — 9.1 KiB — 26 ms — h2https://www.scholastic.com/content/dam/corp-home/asset.jpg/icons/arrow-up.svgwww.scholastic.com/content/dam/corp... https://www.scholastic.com/content/dam/corp-home/asset.jpg/icons/arrow-up.svg — 200 — 482 B — 88 ms — h3https://www.scholastic.com/content/dam/corp-home/asset.jpg/book-clubs-image.pngwww.scholastic.com/content/dam/corp... https://www.scholastic.com/content/dam/corp-home/asset.jpg/book-clubs-image.png — 200 — 8.4 KiB — 71 ms — h3https://cdn.cookielaw.org/consent/47d7d2d7-fb45-4ca8-beeb-97f4bbc8f84d/47d7d2d7-fb45-4ca8-beeb-97f4bbc8f84d.jsoncdn.cookielaw.org/consent/47d7d2d7-... https://cdn.cookielaw.org/consent/47d7d2d7-fb45-4ca8-beeb-97f4bbc8f84d/47d7d2d7-fb45-4ca8-beeb-97f4bbc8f84d.json — 200 — 2.7 KiB — 62 ms — h2https://www.scholastic.com/content/dam/corp-home/asset.jpg/tso-image.pngwww.scholastic.com/content/dam/corp... https://www.scholastic.com/content/dam/corp-home/asset.jpg/tso-image.png — 200 — 9.0 KiB — 76 ms — h3https://www.scholastic.com/content/dam/corp-home/asset.jpg/sso-image.pngwww.scholastic.com/content/dam/corp... https://www.scholastic.com/content/dam/corp-home/asset.jpg/sso-image.png — 200 — 7.5 KiB — 65 ms — h3
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s FCP 2.0 s LCP 6.2 shttps://scholastic.com// https://scholastic.com/ — 301 — 97 B — 18 ms — h2https://www.scholastic.com/www.scholastic.com/ https://www.scholastic.com/ — 301 — 123 B — 20 ms — h2https://www.scholastic.com/homewww.scholastic.com/home https://www.scholastic.com/home — 200 — 13.1 KiB — 30 ms — h2https://www.scholastic.com/etc.clientlibs/enterprise/clientlibs/clientlib-dependencies.jswww.scholastic.com/etc.clientlibs/e... https://www.scholastic.com/etc.clientlibs/enterprise/clientlibs/clientlib-dependencies.js — 200 — 118.3 KiB — 55 ms — h3https://www.scholastic.com/etc.clientlibs/corp-home/clientlibs/clientlib-dependencies.min.jswww.scholastic.com/etc.clientlibs/c... https://www.scholastic.com/etc.clientlibs/corp-home/clientlibs/clientlib-dependencies.min.js — 200 — 139.0 KiB — 56 ms — h3https://www.scholastic.com/etc.clientlibs/corp-home/clientlibs/clientlib-base.min.csswww.scholastic.com/etc.clientlibs/c... https://www.scholastic.com/etc.clientlibs/corp-home/clientlibs/clientlib-base.min.css — 200 — 49.5 KiB — 33 ms — h3https://www.scholastic.com/etc/cloudsettings/default/contexthub.kernel.jswww.scholastic.com/etc/cloudsetting... https://www.scholastic.com/etc/cloudsettings/default/contexthub.kernel.js — 200 — 242 B — 50 ms — h3https://www.scholastic.com/etc.clientlibs/enterprise/clientlibs/clientlib-base.csswww.scholastic.com/etc.clientlibs/e... https://www.scholastic.com/etc.clientlibs/enterprise/clientlibs/clientlib-base.css — 200 — 57.5 KiB — 36 ms — h3https://www.scholastic.com/etc.clientlibs/corp-home/clientlibs/clientlib-homepage-template.min.jswww.scholastic.com/etc.clientlibs/c... https://www.scholastic.com/etc.clientlibs/corp-home/clientlibs/clientlib-homepage-template.min.js — 200 — 473 B — 52 ms — h3https://www.scholastic.com/content/dam/corp-home/asset.jpg/icons/x-close.svgwww.scholastic.com/content/dam/corp... https://www.scholastic.com/content/dam/corp-home/asset.jpg/icons/x-close.svg — 200 — 491 B — 114 ms — h3https://www.scholastic.com/content/dam/corp-home/asset.jpg/unsupportedModal/chrome.pngwww.scholastic.com/content/dam/corp... https://www.scholastic.com/content/dam/corp-home/asset.jpg/unsupportedModal/chrome.png — 200 — 3.9 KiB — 113 ms — h3https://www.scholastic.com/libs/granite/csrf/token.jsonwww.scholastic.com/libs/granite/csr... https://www.scholastic.com/libs/granite/csrf/token.json — 200 — 260 B — 48 ms — h3https://use.typekit.net/qvo7ray.cssuse.typekit.net/qvo7ray.css https://use.typekit.net/qvo7ray.css — 200 — 1.6 KiB — 19 ms — h2https://www.scholastic.com/content/dam/corp-home/asset.jpg/unsupportedModal/safari.pngwww.scholastic.com/content/dam/corp... https://www.scholastic.com/content/dam/corp-home/asset.jpg/unsupportedModal/safari.png — 200 — 7.7 KiB — 48 ms — h3https://www.scholastic.com/content/dam/corp-home/asset.jpg/unsupportedModal/firefox.pngwww.scholastic.com/content/dam/corp... https://www.scholastic.com/content/dam/corp-home/asset.jpg/unsupportedModal/firefox.png — 200 — 4.8 KiB — 47 ms — h3https://p.typekit.net/p.css?s=1&k=qvo7ray&ht=tk&f=1980.1981.1982.1983.1984.8541.8542.8543.8544.8545.2003.2004.2005.2006.2007.2008.2009.2010.2011.2012&a=18529732&app=typekit&e=cssp.typekit.net/p.css?s=1&k=qvo7ray&h... https://p.typekit.net/p.css?s=1&k=qvo7ray&ht=tk&f=1980.1981.1982.1983.1984.8541.8542.8543.8544.8545.2003.2004.2005.2006.2007.2008.2009.2010.2011.2012&a=18529732&app=typekit&e=css — 200 — 173 B — 19 ms — h2https://ltm.scholastic.com/ltm/headtag/www.scholastic.com/defaultltm.scholastic.com/ltm/headtag/www.... https://ltm.scholastic.com/ltm/headtag/www.scholastic.com/default — 200 — 581 B — 23 ms — h2https://www.scholastic.com/content/dam/corp-home/asset.jpg/icons/hamburger.svgwww.scholastic.com/content/dam/corp... https://www.scholastic.com/content/dam/corp-home/asset.jpg/icons/hamburger.svg — 200 — 440 B — 40 ms — h3https://www.scholastic.com/etc.clientlibs/corp-home/clientlibs/clientlib-base.min.jswww.scholastic.com/etc.clientlibs/c... https://www.scholastic.com/etc.clientlibs/corp-home/clientlibs/clientlib-base.min.js — 200 — 20.6 KiB — 31 ms — h3https://assets.adobedtm.com/8805123d051b038294c5858f0e9358891260018d/satelliteLib-15300add77f83fb88df0be76c0e65f77392706e9.jsassets.adobedtm.com/8805123d051b038... https://assets.adobedtm.com/8805123d051b038294c5858f0e9358891260018d/satelliteLib-15300add77f83fb88df0be76c0e65f77392706e9.js — 200 — 137.4 KiB — 57 ms — h2https://www.scholastic.com/etc.clientlibs/enterprise/clientlibs/clientlib-base.jswww.scholastic.com/etc.clientlibs/e... https://www.scholastic.com/etc.clientlibs/enterprise/clientlibs/clientlib-base.js — 200 — 40.4 KiB — 28 ms — h3https://ltm.scholastic.com/ltm/resources/tag/footer.jsltm.scholastic.com/ltm/resources/ta... https://ltm.scholastic.com/ltm/resources/tag/footer.js — 200 — 550 B — 29 ms — h2https://www.scholastic.com/content/dam/enterprise/asset.jpg/scholastic-logo-red-bar-white-outline.svgwww.scholastic.com/content/dam/ente... https://www.scholastic.com/content/dam/enterprise/asset.jpg/scholastic-logo-red-bar-white-outline.svg — 200 — 1.6 KiB — 45 ms — h3https://www.scholastic.com/content/dam/corp-home/asset.jpg/icons/arrow-down.svgwww.scholastic.com/content/dam/corp... https://www.scholastic.com/content/dam/corp-home/asset.jpg/icons/arrow-down.svg — 200 — 467 B — 45 ms — h3https://cdn.cookielaw.org/scripttemplates/otSDKStub.jscdn.cookielaw.org/scripttemplates/o... https://cdn.cookielaw.org/scripttemplates/otSDKStub.js — 200 — 9.1 KiB — 26 ms — h2https://www.scholastic.com/content/dam/corp-home/asset.jpg/icons/arrow-up.svgwww.scholastic.com/content/dam/corp... https://www.scholastic.com/content/dam/corp-home/asset.jpg/icons/arrow-up.svg — 200 — 482 B — 88 ms — h3https://www.scholastic.com/content/dam/corp-home/asset.jpg/book-clubs-image.pngwww.scholastic.com/content/dam/corp... https://www.scholastic.com/content/dam/corp-home/asset.jpg/book-clubs-image.png — 200 — 8.4 KiB — 71 ms — h3https://cdn.cookielaw.org/consent/47d7d2d7-fb45-4ca8-beeb-97f4bbc8f84d/47d7d2d7-fb45-4ca8-beeb-97f4bbc8f84d.jsoncdn.cookielaw.org/consent/47d7d2d7-... https://cdn.cookielaw.org/consent/47d7d2d7-fb45-4ca8-beeb-97f4bbc8f84d/47d7d2d7-fb45-4ca8-beeb-97f4bbc8f84d.json — 200 — 2.7 KiB — 62 ms — h2https://www.scholastic.com/content/dam/corp-home/asset.jpg/tso-image.pngwww.scholastic.com/content/dam/corp... https://www.scholastic.com/content/dam/corp-home/asset.jpg/tso-image.png — 200 — 9.0 KiB — 76 ms — h3https://www.scholastic.com/content/dam/corp-home/asset.jpg/sso-image.pngwww.scholastic.com/content/dam/corp... https://www.scholastic.com/content/dam/corp-home/asset.jpg/sso-image.png — 200 — 7.5 KiB — 65 ms — h3https://www.scholastic.com/content/dam/corp-home/asset.jpg/egift-image.pngwww.scholastic.com/content/dam/corp... https://www.scholastic.com/content/dam/corp-home/asset.jpg/egift-image.png — 200 — 6.9 KiB — 64 ms — h3https://www.scholastic.com/content/dam/corp-home/asset.jpg/icons/profile.svgwww.scholastic.com/content/dam/corp... https://www.scholastic.com/content/dam/corp-home/asset.jpg/icons/profile.svg — 200 — 670 B — 74 ms — h3https://www.scholastic.com/content/dam/corp-home/asset.jpg/icons/arrow-down-dark.svgwww.scholastic.com/content/dam/corp... https://www.scholastic.com/content/dam/corp-home/asset.jpg/icons/arrow-down-dark.svg — 200 — 466 B — 76 ms — h3https://www.scholastic.com/content/corp-home/home/_jcr_content/root/compoundheader/image.coreimg.png/1775069835816/gxd-7210-books-img.pngwww.scholastic.com/content/corp-hom... https://www.scholastic.com/content/corp-home/home/_jcr_content/root/compoundheader/image.coreimg.png/1775069835816/gxd-7210-books-img.png — 200 — 85.3 KiB — 85 ms — h3https://www.scholastic.com/content/corp-home/home/_jcr_content/root/compoundheader/clubsImage.coreimg.png/1775069939779/bts25-ads-scholastic-april.pngwww.scholastic.com/content/corp-hom... https://www.scholastic.com/content/corp-home/home/_jcr_content/root/compoundheader/clubsImage.coreimg.png/1775069939779/bts25-ads-scholastic-april.png — 200 — 82.0 KiB — 86 ms — h3https://www.scholastic.com/content/dam/corp-home/asset.jpg/sbc-logo.pngwww.scholastic.com/content/dam/corp... https://www.scholastic.com/content/dam/corp-home/asset.jpg/sbc-logo.png — 200 — 6.2 KiB — 415 ms — h3https://www.scholastic.com/content/corp-home/home/_jcr_content/root/merchandisingcarouse/carousel/item_1555355512806/image.coreimg.jpeg/1775071760252/gxd-7258-1.jpegwww.scholastic.com/content/corp-hom... https://www.scholastic.com/content/corp-home/home/_jcr_content/root/merchandisingcarouse/carousel/item_1555355512806/image.coreimg.jpeg/1775071760252/gxd-7258-1.jpeg — 200 — 27.9 KiB — 156 ms — h3https://www.scholastic.com/content/corp-home/home/_jcr_content/root/merchandisingcarouse/carousel/item_1555355494685/image.coreimg.jpeg/1775071958128/gxd-7258-2.jpegwww.scholastic.com/content/corp-hom... https://www.scholastic.com/content/corp-home/home/_jcr_content/root/merchandisingcarouse/carousel/item_1555355494685/image.coreimg.jpeg/1775071958128/gxd-7258-2.jpeg — 200 — 29.6 KiB — 167 ms — h3https://www.scholastic.com/content/corp-home/home/_jcr_content/root/merchandisingcarouse/carousel/item_1555355523958/image.coreimg.jpeg/1775072018563/gxd-7258-3.jpegwww.scholastic.com/content/corp-hom... https://www.scholastic.com/content/corp-home/home/_jcr_content/root/merchandisingcarouse/carousel/item_1555355523958/image.coreimg.jpeg/1775072018563/gxd-7258-3.jpeg — 200 — 36.3 KiB — 445 ms — h3https://www.scholastic.com/content/corp-home/home/_jcr_content/root/merchandisingcarouse/carousel/merchandisingteaser/image.coreimg.jpeg/1775072077445/gxd-7258-4.jpegwww.scholastic.com/content/corp-hom... https://www.scholastic.com/content/corp-home/home/_jcr_content/root/merchandisingcarouse/carousel/merchandisingteaser/image.coreimg.jpeg/1775072077445/gxd-7258-4.jpeg — 200 — 29.4 KiB — 154 ms — h3https://www.scholastic.com/content/corp-home/home/_jcr_content/root/merchandisingcarouse/carousel/item_1635278728315/image.coreimg.jpeg/1775072145096/gxd-7258-5.jpegwww.scholastic.com/content/corp-hom... https://www.scholastic.com/content/corp-home/home/_jcr_content/root/merchandisingcarouse/carousel/item_1635278728315/image.coreimg.jpeg/1775072145096/gxd-7258-5.jpeg — 200 — 22.5 KiB — 138 ms — h3https://www.scholastic.com/content/corp-home/home/_jcr_content/root/merchandisingcarouse/carousel/item_1555361167942/image.coreimg.jpeg/1775072259415/gxd-7258-6.jpegwww.scholastic.com/content/corp-hom... https://www.scholastic.com/content/corp-home/home/_jcr_content/root/merchandisingcarouse/carousel/item_1555361167942/image.coreimg.jpeg/1775072259415/gxd-7258-6.jpeg — 200 — 17.0 KiB — 158 ms — h3https://www.scholastic.com/content/corp-home/home/_jcr_content/root/merchandisingcarouse/carousel/item_1598647987133/image.coreimg.jpeg/1775072320975/gxd-7258-7.jpegwww.scholastic.com/content/corp-hom... https://www.scholastic.com/content/corp-home/home/_jcr_content/root/merchandisingcarouse/carousel/item_1598647987133/image.coreimg.jpeg/1775072320975/gxd-7258-7.jpeg — 200 — 24.1 KiB — 129 ms — h3https://www.scholastic.com/content/corp-home/home/_jcr_content/root/merchandisingcarouse/carousel/item_1654006060910/image.coreimg.jpeg/1775072378456/gxd-7258-8.jpegwww.scholastic.com/content/corp-hom... https://www.scholastic.com/content/corp-home/home/_jcr_content/root/merchandisingcarouse/carousel/item_1654006060910/image.coreimg.jpeg/1775072378456/gxd-7258-8.jpeg — 200 — 22.6 KiB — 151 ms — h3https://www.scholastic.com/content/corp-home/home/_jcr_content/root/merchandisingcarouse/carousel/item_1654006064037/image.coreimg.jpeg/1775072431782/gxd-7258-9.jpegwww.scholastic.com/content/corp-hom... https://www.scholastic.com/content/corp-home/home/_jcr_content/root/merchandisingcarouse/carousel/item_1654006064037/image.coreimg.jpeg/1775072431782/gxd-7258-9.jpeg — 200 — 23.7 KiB — 146 ms — h3https://www.scholastic.com/content/corp-home/home/_jcr_content/root/bookcarousel/carousel/item_1586290747692/image.coreimg.jpeg/1756240590106/gxd-6648-mistershivers.jpegwww.scholastic.com/content/corp-hom... https://www.scholastic.com/content/corp-home/home/_jcr_content/root/bookcarousel/carousel/item_1586290747692/image.coreimg.jpeg/1756240590106/gxd-6648-mistershivers.jpeg — 200 — 25.6 KiB — 135 ms — h3https://www.scholastic.com/content/corp-home/home/_jcr_content/root/bookcarousel/carousel/item_1572381513685/image.coreimg.jpeg/1756240743186/gxd-6648-continuetheseries.jpegwww.scholastic.com/content/corp-hom... https://www.scholastic.com/content/corp-home/home/_jcr_content/root/bookcarousel/carousel/item_1572381513685/image.coreimg.jpeg/1756240743186/gxd-6648-continuetheseries.jpeg — 200 — 22.4 KiB — 125 ms — h3https://www.scholastic.com/content/corp-home/home/_jcr_content/root/bookcarousel/carousel/item_1635445535283/image.coreimg.jpeg/1756240826715/gxd-6648-catontherun.jpegwww.scholastic.com/content/corp-hom... https://www.scholastic.com/content/corp-home/home/_jcr_content/root/bookcarousel/carousel/item_1635445535283/image.coreimg.jpeg/1756240826715/gxd-6648-catontherun.jpeg — 200 — 23.6 KiB — 167 ms — h3https://www.scholastic.com/content/corp-home/home/_jcr_content/root/bookcarousel/carousel/item_1635445558579/image.coreimg.jpeg/1756240910305/gxd-6648-rarmagicalreads.jpegwww.scholastic.com/content/corp-hom... https://www.scholastic.com/content/corp-home/home/_jcr_content/root/bookcarousel/carousel/item_1635445558579/image.coreimg.jpeg/1756240910305/gxd-6648-rarmagicalreads.jpeg — 200 — 28.7 KiB — 149 ms — h3https://www.scholastic.com/content/corp-home/home/_jcr_content/root/bookcarousel/carousel/item_1654738219587/image.coreimg.jpeg/1756240996377/gxd-6648-diastersquad.jpegwww.scholastic.com/content/corp-hom... https://www.scholastic.com/content/corp-home/home/_jcr_content/root/bookcarousel/carousel/item_1654738219587/image.coreimg.jpeg/1756240996377/gxd-6648-diastersquad.jpeg — 200 — 26.0 KiB — 126 ms — h3https://www.scholastic.com/content/corp-home/home/_jcr_content/root/bookcarousel/carousel/item_1575584944472/image.coreimg.jpeg/1756241065482/gxd-6648-graphixthrills.jpegwww.scholastic.com/content/corp-hom... https://www.scholastic.com/content/corp-home/home/_jcr_content/root/bookcarousel/carousel/item_1575584944472/image.coreimg.jpeg/1756241065482/gxd-6648-graphixthrills.jpeg — 200 — 29.3 KiB — 164 ms — h3https://www.scholastic.com/content/corp-home/home/_jcr_content/root/bookcarousel/carousel/item_1654738203001/image.coreimg.jpeg/1756241144682/gxd-6648-singboardbooks.jpegwww.scholastic.com/content/corp-hom... https://www.scholastic.com/content/corp-home/home/_jcr_content/root/bookcarousel/carousel/item_1654738203001/image.coreimg.jpeg/1756241144682/gxd-6648-singboardbooks.jpeg — 200 — 28.5 KiB — 439 ms — h3https://www.scholastic.com/content/corp-home/home/_jcr_content/root/bookcarousel/carousel/item_1711043999853/image.coreimg.jpeg/1756241217688/gxd-6648-kwamesmagicquest.jpegwww.scholastic.com/content/corp-hom... https://www.scholastic.com/content/corp-home/home/_jcr_content/root/bookcarousel/carousel/item_1711043999853/image.coreimg.jpeg/1756241217688/gxd-6648-kwamesmagicquest.jpeg — 200 — 25.6 KiB — 124 ms — h3https://www.scholastic.com/content/corp-home/home/_jcr_content/root/bookcarousel/carousel/item_1572471512146/image.coreimg.jpeg/1756241291074/gxd-6648-prekreads.jpegwww.scholastic.com/content/corp-hom... https://www.scholastic.com/content/corp-home/home/_jcr_content/root/bookcarousel/carousel/item_1572471512146/image.coreimg.jpeg/1756241291074/gxd-6648-prekreads.jpeg — 200 — 31.9 KiB — 161 ms — h3https://www.scholastic.com/content/corp-home/home/_jcr_content/root/bookcarousel/carousel/item_1572380401143/image.coreimg.jpeg/1756241360730/gxd-6648-heartwarmingboardbooks.jpegwww.scholastic.com/content/corp-hom... https://www.scholastic.com/content/corp-home/home/_jcr_content/root/bookcarousel/carousel/item_1572380401143/image.coreimg.jpeg/1756241360730/gxd-6648-heartwarmingboardbooks.jpeg — 200 — 26.3 KiB — 166 ms — h3https://www.scholastic.com/content/corp-home/home/_jcr_content/root/threecardmerchandisi/card-one/image.coreimg.png/1684959024478/sso-aug22dmo.pngwww.scholastic.com/content/corp-hom... https://www.scholastic.com/content/corp-home/home/_jcr_content/root/threecardmerchandisi/card-one/image.coreimg.png/1684959024478/sso-aug22dmo.png — 200 — 65.2 KiB — 429 ms — h3https://www.scholastic.com/content/corp-home/home/_jcr_content/root/threecardmerchandisi/card-two/image.coreimg.png/1759263763526/gxd-6759-newprogram-dmo.pngwww.scholastic.com/content/corp-hom... https://www.scholastic.com/content/corp-home/home/_jcr_content/root/threecardmerchandisi/card-two/image.coreimg.png/1759263763526/gxd-6759-newprogram-dmo.png — 200 — 68.2 KiB — 429 ms — h3https://www.scholastic.com/content/corp-home/home/_jcr_content/root/threecardmerchandisi/card-three/image.coreimg.png/1771010072819/gxd-7125-tso-summer-dmo-blue.pngwww.scholastic.com/content/corp-hom... https://www.scholastic.com/content/corp-home/home/_jcr_content/root/threecardmerchandisi/card-three/image.coreimg.png/1771010072819/gxd-7125-tso-summer-dmo-blue.png — 200 — 57.5 KiB — 430 ms — h3https://www.scholastic.com/content/corp-home/home/_jcr_content/root/lobcarousel/item_1648689483569/logo.coreimg.png/1727813903420/scholasticbookfair-lock-up.pngwww.scholastic.com/content/corp-hom... https://www.scholastic.com/content/corp-home/home/_jcr_content/root/lobcarousel/item_1648689483569/logo.coreimg.png/1727813903420/scholasticbookfair-lock-up.png — 200 — 2.7 KiB — 76 ms — h3https://www.scholastic.com/content/corp-home/home/_jcr_content/root/lobcarousel/item_1648689483569/lobCard1/image.coreimg.png/1699910618584/link-find-your-fair.pngwww.scholastic.com/content/corp-hom... https://www.scholastic.com/content/corp-home/home/_jcr_content/root/lobcarousel/item_1648689483569/lobCard1/image.coreimg.png/1699910618584/link-find-your-fair.png — 200 — 3.3 KiB — 401 ms — h3https://www.scholastic.com/content/corp-home/home/_jcr_content/root/lobcarousel/item_1648689483569/lobCard2/image.coreimg.png/1723219037918/link-ewallet-newlogo.pngwww.scholastic.com/content/corp-hom... https://www.scholastic.com/content/corp-home/home/_jcr_content/root/lobcarousel/item_1648689483569/lobCard2/image.coreimg.png/1723219037918/link-ewallet-newlogo.png — 200 — 4.2 KiB — 401 ms — h3https://www.scholastic.com/content/corp-home/home/_jcr_content/root/lobcarousel/item_1648689483569/filewww.scholastic.com/content/corp-hom... https://www.scholastic.com/content/corp-home/home/_jcr_content/root/lobcarousel/item_1648689483569/file — 200 — 423.5 KiB — 242 ms — h3https://www.scholastic.com/content/corp-home/home/_jcr_content/root/lobcarousel/item_1560435808311/logo.coreimg.png/1664388129073/magazines-logo.pngwww.scholastic.com/content/corp-hom... https://www.scholastic.com/content/corp-home/home/_jcr_content/root/lobcarousel/item_1560435808311/logo.coreimg.png/1664388129073/magazines-logo.png — 200 — 7.6 KiB — 406 ms — h3https://www.scholastic.com/content/corp-home/home/_jcr_content/root/lobcarousel/item_1560435808311/lobCard1/image.coreimg.png/1684959170305/601-wb-earlylearn.pngwww.scholastic.com/content/corp-hom... https://www.scholastic.com/content/corp-home/home/_jcr_content/root/lobcarousel/item_1560435808311/lobCard1/image.coreimg.png/1684959170305/601-wb-earlylearn.png — 200 — 13.2 KiB — 84 ms — h3https://www.scholastic.com/content/corp-home/home/_jcr_content/root/lobcarousel/item_1560435808311/lobCard2/image.coreimg.png/1684959176538/601-wb-socst.pngwww.scholastic.com/content/corp-hom... https://www.scholastic.com/content/corp-home/home/_jcr_content/root/lobcarousel/item_1560435808311/lobCard2/image.coreimg.png/1684959176538/601-wb-socst.png — 200 — 13.9 KiB — 409 ms — h3https://www.scholastic.com/content/corp-home/home/_jcr_content/root/lobcarousel/item_1560435808311/lobCard3/image.coreimg.png/1684959183081/601-wb-langarts.pngwww.scholastic.com/content/corp-hom... https://www.scholastic.com/content/corp-home/home/_jcr_content/root/lobcarousel/item_1560435808311/lobCard3/image.coreimg.png/1684959183081/601-wb-langarts.png — 200 — 16.0 KiB — 102 ms — h3https://www.scholastic.com/content/corp-home/home/_jcr_content/root/lobcarousel/item_1560435808311/lobCard4/image.coreimg.png/1684959189095/601-wb-steam.pngwww.scholastic.com/content/corp-hom... https://www.scholastic.com/content/corp-home/home/_jcr_content/root/lobcarousel/item_1560435808311/lobCard4/image.coreimg.png/1684959189095/601-wb-steam.png — 200 — 16.9 KiB — 412 ms — h3https://www.scholastic.com/content/corp-home/home/_jcr_content/root/lobcarousel/item_1560435808311/filewww.scholastic.com/content/corp-hom... https://www.scholastic.com/content/corp-home/home/_jcr_content/root/lobcarousel/item_1560435808311/file — 200 — 1.8 MiB — 349 ms — h3https://www.scholastic.com/content/corp-home/home/_jcr_content/root/lobcarousel/item_1560452086882/logo.coreimg.png/1718224462329/stacked-logo-135x500.pngwww.scholastic.com/content/corp-hom... https://www.scholastic.com/content/corp-home/home/_jcr_content/root/lobcarousel/item_1560452086882/logo.coreimg.png/1718224462329/stacked-logo-135x500.png — 200 — 8.4 KiB — 412 ms — h3https://www.scholastic.com/content/corp-home/home/_jcr_content/root/lobcarousel/item_1560452086882/lobCard1/image.coreimg.jpeg/1684959205653/corp-lob-literacy-pro-content-card.jpegwww.scholastic.com/content/corp-hom... https://www.scholastic.com/content/corp-home/home/_jcr_content/root/lobcarousel/item_1560452086882/lobCard1/image.coreimg.jpeg/1684959205653/corp-lob-literacy-pro-content-card.jpeg — 200 — 4.9 KiB — 434 ms — h3https://www.scholastic.com/content/corp-home/home/_jcr_content/root/lobcarousel/item_1560452086882/lobCard2/image.coreimg.png/1718224511825/grff3-litrintr-v2-%281%29.pngwww.scholastic.com/content/corp-hom... https://www.scholastic.com/content/corp-home/home/_jcr_content/root/lobcarousel/item_1560452086882/lobCard2/image.coreimg.png/1718224511825/grff3-litrintr-v2-%281%29.png — 200 — 16.4 KiB — 413 ms — h3https://www.scholastic.com/content/corp-home/home/_jcr_content/root/lobcarousel/item_1560452086882/lobCard3/image.coreimg.png/1684959218269/teacher-solutions.pngwww.scholastic.com/content/corp-hom... https://www.scholastic.com/content/corp-home/home/_jcr_content/root/lobcarousel/item_1560452086882/lobCard3/image.coreimg.png/1684959218269/teacher-solutions.png — 200 — 14.2 KiB — 88 ms — h3https://www.scholastic.com/content/corp-home/home/_jcr_content/root/lobcarousel/item_1560452086882/lobCard4/image.coreimg.png/1684959224875/lit-init.pngwww.scholastic.com/content/corp-hom... https://www.scholastic.com/content/corp-home/home/_jcr_content/root/lobcarousel/item_1560452086882/lobCard4/image.coreimg.png/1684959224875/lit-init.png — 200 — 12.9 KiB — 414 ms — h3https://www.scholastic.com/content/corp-home/home/_jcr_content/root/lobcarousel/item_1560452086882/filewww.scholastic.com/content/corp-hom... https://www.scholastic.com/content/corp-home/home/_jcr_content/root/lobcarousel/item_1560452086882/file — 200 — 2.3 MiB — 389 ms — h3https://www.scholastic.com/content/dam/enterprise/asset.jpg/footer/socialIcons/facebook.svgwww.scholastic.com/content/dam/ente... https://www.scholastic.com/content/dam/enterprise/asset.jpg/footer/socialIcons/facebook.svg — 200 — 530 B — 181 ms — h3https://www.scholastic.com/content/dam/enterprise/asset.jpg/footer/socialIcons/instagram.svgwww.scholastic.com/content/dam/ente... https://www.scholastic.com/content/dam/enterprise/asset.jpg/footer/socialIcons/instagram.svg — 200 — 766 B — 99 ms — h3https://www.scholastic.com/content/dam/enterprise/asset.jpg/footer/socialIcons/twitter.svgwww.scholastic.com/content/dam/ente... https://www.scholastic.com/content/dam/enterprise/asset.jpg/footer/socialIcons/twitter.svg — 200 — 552 B — 182 ms — h3https://www.scholastic.com/content/dam/enterprise/asset.jpg/footer/socialIcons/pinterest.svgwww.scholastic.com/content/dam/ente... https://www.scholastic.com/content/dam/enterprise/asset.jpg/footer/socialIcons/pinterest.svg — 200 — 907 B — 181 ms — h3https://www.scholastic.com/content/dam/enterprise/asset.jpg/footer/socialIcons/linked-in.svgwww.scholastic.com/content/dam/ente... https://www.scholastic.com/content/dam/enterprise/asset.jpg/footer/socialIcons/linked-in.svg — 200 — 651 B — 181 ms — h3https://www.scholastic.com/content/dam/enterprise/asset.jpg/footer/arrow-down.svgwww.scholastic.com/content/dam/ente... https://www.scholastic.com/content/dam/enterprise/asset.jpg/footer/arrow-down.svg — 200 — 467 B — 180 ms — h3https://www.scholastic.com/content/dam/fairs/asset.jpg/footer/Expand.svgwww.scholastic.com/content/dam/fair... https://www.scholastic.com/content/dam/fairs/asset.jpg/footer/Expand.svg — 200 — 695 B — 179 ms — h3https://www.scholastic.com/content/dam/fairs/asset.jpg/footer/Collapse.svgwww.scholastic.com/content/dam/fair... https://www.scholastic.com/content/dam/fairs/asset.jpg/footer/Collapse.svg — 200 — 770 B — 107 ms — h3https://www.scholastic.com/content/dam/corp-home/asset.jpg/scholastic-logo-white-outline.pngwww.scholastic.com/content/dam/corp... https://www.scholastic.com/content/dam/corp-home/asset.jpg/scholastic-logo-white-outline.png — 200 — 1.2 KiB — 395 ms — h3https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516static.cloudflareinsights.com/beaco... https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516 — 200 — 10.7 KiB — 58 ms — h2https://assets.adobedtm.com/extensions/EPbde2f7ca14e540399dcc1f8208860b7b/AppMeasurement.min.jsassets.adobedtm.com/extensions/EPbd... https://assets.adobedtm.com/extensions/EPbde2f7ca14e540399dcc1f8208860b7b/AppMeasurement.min.js — 200 — 12.2 KiB — 20 ms — h2https://assets.adobedtm.com/extensions/EPbde2f7ca14e540399dcc1f8208860b7b/AppMeasurement_Module_ActivityMap.min.jsassets.adobedtm.com/extensions/EPbd... https://assets.adobedtm.com/extensions/EPbde2f7ca14e540399dcc1f8208860b7b/AppMeasurement_Module_ActivityMap.min.js — 200 — 1.8 KiB — 18 ms — h2https://cdn.mouseflow.com/projects/f3b466a5-cbaa-4ee9-919f-17b9c36ffd11.jscdn.mouseflow.com/projects/f3b466a5... https://cdn.mouseflow.com/projects/f3b466a5-cbaa-4ee9-919f-17b9c36ffd11.js — 200 — 52.5 KiB — 86 ms — h3https://use.typekit.net/af/e3ca36/00000000000000000000e805/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3use.typekit.net/af/e3ca36/000000000... https://use.typekit.net/af/e3ca36/00000000000000000000e805/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3 — 200 — 16.9 KiB — 26 ms — h2https://use.typekit.net/af/a28b50/00000000000000000000e803/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3use.typekit.net/af/a28b50/000000000... https://use.typekit.net/af/a28b50/00000000000000000000e803/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3 — 200 — 16.6 KiB — 27 ms — h2https://www.scholastic.com/content/corp-home/home/jcr:content/root/compoundheader/filewww.scholastic.com/content/corp-hom... https://www.scholastic.com/content/corp-home/home/jcr:content/root/compoundheader/file — 200 — 13.5 KiB — 160 ms — h3https://www.scholastic.com/content/corp-home/home/jcr:content/root/responsivegrid/responsivegrid/responsivegrid_copy_/file?ver=www.scholastic.com/content/corp-hom... https://www.scholastic.com/content/corp-home/home/jcr:content/root/responsivegrid/responsivegrid/responsivegrid_copy_/file?ver= — 200 — 13.7 KiB — 160 ms — h3https://www.scholastic.com/content/corp-home/home/jcr:content/root/responsivegrid/responsivegrid/responsivegrid_copy_123/file?ver=www.scholastic.com/content/corp-hom... https://www.scholastic.com/content/corp-home/home/jcr:content/root/responsivegrid/responsivegrid/responsivegrid_copy_123/file?ver= — 200 — 41.5 KiB — 164 ms — h3https://www.scholastic.com/content/dam/corp-home/asset.jpg/backgroundImages/violet-smoke.jpgwww.scholastic.com/content/dam/corp... https://www.scholastic.com/content/dam/corp-home/asset.jpg/backgroundImages/violet-smoke.jpg — 200 — 62.2 KiB — 151 ms — h3https://www.scholastic.com/content/dam/corp-home/asset.jpg/backgroundImages/peach-cloud.jpgwww.scholastic.com/content/dam/corp... https://www.scholastic.com/content/dam/corp-home/asset.jpg/backgroundImages/peach-cloud.jpg — 200 — 54.6 KiB — 166 ms — h3https://www.scholastic.com/content/dam/corp-home/asset.jpg/backgroundImages/rain-drops.jpgwww.scholastic.com/content/dam/corp... https://www.scholastic.com/content/dam/corp-home/asset.jpg/backgroundImages/rain-drops.jpg — 200 — 25.5 KiB — 201 ms — h3https://use.typekit.net/af/620bf8/00000000000000000000e7fe/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3use.typekit.net/af/620bf8/000000000... https://use.typekit.net/af/620bf8/00000000000000000000e7fe/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3 — 200 — 16.9 KiB — 13 ms — h2https://use.typekit.net/af/635674/00000000000000000000e800/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n1&v=3use.typekit.net/af/635674/000000000... https://use.typekit.net/af/635674/00000000000000000000e800/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n1&v=3 — 200 — 17.7 KiB — 15 ms — h2https://geolocation.onetrust.com/cookieconsentpub/v1/geo/locationgeolocation.onetrust.com/cookiecons... https://geolocation.onetrust.com/cookieconsentpub/v1/geo/location — 200 — 307 B — 68 ms — h2https://cdn.cookielaw.org/scripttemplates/202601.1.0/otBannerSdk.jscdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202601.1.0/otBannerSdk.js — 200 — 127.0 KiB — 33 ms — h2https://www.scholastic.com/bin/sch/jwtvalidate/loginwww.scholastic.com/bin/sch/jwtvalid... https://www.scholastic.com/bin/sch/jwtvalidate/login — 200 — 172 B — 90 ms — h3https://www.scholastic.com/etc.clientlibs/corp-home/clientlibs/clientlib-base/slickjs/ajax-loader.gifwww.scholastic.com/etc.clientlibs/c... https://www.scholastic.com/etc.clientlibs/corp-home/clientlibs/clientlib-base/slickjs/ajax-loader.gif — 404 — 264 B — 86 ms — h3https://www.scholastic.com/etc/designs/scholastic/enterprise/clientlibs/reader/bundle.reader.js?_=1776808357019www.scholastic.com/etc/designs/scho... https://www.scholastic.com/etc/designs/scholastic/enterprise/clientlibs/reader/bundle.reader.js?_=1776808357019 — 200 — 2.7 KiB — 178 ms — h3https://www.scholastic.com/content/dam/corp-home/asset.jpg/corp-carousel-prev-arrow.svgwww.scholastic.com/content/dam/corp... https://www.scholastic.com/content/dam/corp-home/asset.jpg/corp-carousel-prev-arrow.svg — 200 — 556 B — 77 ms — h3https://www.scholastic.com/content/dam/corp-home/asset.jpg/corp-carousel-next-arrow.svgwww.scholastic.com/content/dam/corp... https://www.scholastic.com/content/dam/corp-home/asset.jpg/corp-carousel-next-arrow.svg — 200 — 555 B — 83 ms — h3https://www.scholastic.com/content/corp-home/home/_jcr_content/root/responsivegrid_2021037237/responsivegrid_copy__1400113259/responsivegrid/image.coreimg.100.1285.jpeg/1632250282101/dick-portrait-hero.jpegwww.scholastic.com/content/corp-hom... https://www.scholastic.com/content/corp-home/home/_jcr_content/root/responsivegrid_2021037237/responsivegrid_copy__1400113259/responsivegrid/image.coreimg.100.1285.jpeg/1632250282101/dick-portrait-hero.jpeg — 200 — 148.2 KiB — 90 ms — h3https://www.scholastic.com/content/corp-home/home/_jcr_content/root/responsivegrid/responsivegrid/responsivegrid_copy_/responsivegrid/image.coreimg.100.512.png/1773688985276/ccount-offers-corp-hp-hero-fgd.pngwww.scholastic.com/content/corp-hom... https://www.scholastic.com/content/corp-home/home/_jcr_content/root/responsivegrid/responsivegrid/responsivegrid_copy_/responsivegrid/image.coreimg.100.512.png/1773688985276/ccount-offers-corp-hp-hero-fgd.png — 200 — 13.4 KiB — 88 ms — h3https://www.scholastic.com/content/corp-home/home/_jcr_content/root/responsivegrid/responsivegrid/responsivegrid_copy_123/responsivegrid/image.coreimg.100.512.png/1758126511794/9s-s-banner-foreground-1577x525.pngwww.scholastic.com/content/corp-hom... https://www.scholastic.com/content/corp-home/home/_jcr_content/root/responsivegrid/responsivegrid/responsivegrid_copy_123/responsivegrid/image.coreimg.100.512.png/1758126511794/9s-s-banner-foreground-1577x525.png — 200 — 39.4 KiB — 97 ms — h3https://www.scholastic.com/cdn-cgi/challenge-platform/scripts/jsd/main.jswww.scholastic.com/cdn-cgi/challeng... https://www.scholastic.com/cdn-cgi/challenge-platform/scripts/jsd/main.js — 302 — 453 B — 39 ms — h3https://www.scholastic.com/cdn-cgi/challenge-platform/h/b/scripts/jsd/0b8fb825cb67/main.js?www.scholastic.com/cdn-cgi/challeng... https://www.scholastic.com/cdn-cgi/challenge-platform/h/b/scripts/jsd/0b8fb825cb67/main.js? — 200 — 12.3 KiB — 41 ms — h3https://www.scholastic.com/cdn-cgi/challenge-platform/h/b/jsd/oneshot/0b8fb825cb67/0.3010120391956863:1776806030:O4nFJ4H1SlPhxYobbUGYG2ts5IwT06syHfVwjWSU9s8/9eff9de67b827095www.scholastic.com/cdn-cgi/challeng... https://www.scholastic.com/cdn-cgi/challenge-platform/h/b/jsd/oneshot/0b8fb825cb67/0.3010120391956863:1776806030:O4nFJ4H1SlPhxYobbUGYG2ts5IwT06syHfVwjWSU9s8/9eff9de67b827095 — 200 — 1.1 KiB — 9 ms — h3https://cdn.cookielaw.org/consent/47d7d2d7-fb45-4ca8-beeb-97f4bbc8f84d/01992f4e-916c-7237-b846-c52737cfc961/en.jsoncdn.cookielaw.org/consent/47d7d2d7-... https://cdn.cookielaw.org/consent/47d7d2d7-fb45-4ca8-beeb-97f4bbc8f84d/01992f4e-916c-7237-b846-c52737cfc961/en.json — 200 — 28.9 KiB — 25 ms — h2https://www.scholastic.com/cdn-cgi/rum?www.scholastic.com/cdn-cgi/rum? https://www.scholastic.com/cdn-cgi/rum? — 204 — 198 B — 6 ms — h3https://www.scholastic.com/favicon.icowww.scholastic.com/favicon.ico https://www.scholastic.com/favicon.ico — 200 — 1.6 KiB — 23 ms — h3https://cdn.cookielaw.org/scripttemplates/202601.1.0/assets/v2/otPcCenter.jsoncdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202601.1.0/assets/v2/otPcCenter.json — 200 — 13.4 KiB — 18 ms — h2https://cdn.cookielaw.org/scripttemplates/202601.1.0/assets/otCommonStyles.csscdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202601.1.0/assets/otCommonStyles.css — 200 — 4.7 KiB — 15 ms — h2https://assets.adobedtm.com/119ebaf99f7d/578029a2a040/78b65dd1d096/RC79bd6786b4354146af7e0deabbde490c-source.min.jsassets.adobedtm.com/119ebaf99f7d/57... https://assets.adobedtm.com/119ebaf99f7d/578029a2a040/78b65dd1d096/RC79bd6786b4354146af7e0deabbde490c-source.min.js — 200 — 520 B — 4 ms — h2https://assets.adobedtm.com/119ebaf99f7d/578029a2a040/78b65dd1d096/RCf5d72ec70564466b813d092560b94aa7-source.min.jsassets.adobedtm.com/119ebaf99f7d/57... https://assets.adobedtm.com/119ebaf99f7d/578029a2a040/78b65dd1d096/RCf5d72ec70564466b813d092560b94aa7-source.min.js — 200 — 554 B — 5 ms — h2https://assets.adobedtm.com/119ebaf99f7d/578029a2a040/78b65dd1d096/RCa167ff48ebd44f2fab5ebbfe99364fb4-source.min.jsassets.adobedtm.com/119ebaf99f7d/57... https://assets.adobedtm.com/119ebaf99f7d/578029a2a040/78b65dd1d096/RCa167ff48ebd44f2fab5ebbfe99364fb4-source.min.js — 200 — 838 B — 7 ms — h2https://assets.adobedtm.com/119ebaf99f7d/578029a2a040/78b65dd1d096/RCb03f652b65b64913bc810439d531b8f6-source.min.jsassets.adobedtm.com/119ebaf99f7d/57... https://assets.adobedtm.com/119ebaf99f7d/578029a2a040/78b65dd1d096/RCb03f652b65b64913bc810439d531b8f6-source.min.js — 200 — 832 B — 18 ms — h2https://assets.adobedtm.com/119ebaf99f7d/578029a2a040/78b65dd1d096/RCd0be077ec0354d72b2c76dca824e78cf-source.min.jsassets.adobedtm.com/119ebaf99f7d/57... https://assets.adobedtm.com/119ebaf99f7d/578029a2a040/78b65dd1d096/RCd0be077ec0354d72b2c76dca824e78cf-source.min.js — 200 — 661 B — 14 ms — h2https://assets.adobedtm.com/119ebaf99f7d/578029a2a040/78b65dd1d096/RC59f1003e02464548989128ddb57385d8-source.min.jsassets.adobedtm.com/119ebaf99f7d/57... https://assets.adobedtm.com/119ebaf99f7d/578029a2a040/78b65dd1d096/RC59f1003e02464548989128ddb57385d8-source.min.js — 200 — 557 B — 14 ms — h2https://assets.adobedtm.com/119ebaf99f7d/578029a2a040/78b65dd1d096/RC9fdbe662addc4f5d8d5fa93e1913e25a-source.min.jsassets.adobedtm.com/119ebaf99f7d/57... https://assets.adobedtm.com/119ebaf99f7d/578029a2a040/78b65dd1d096/RC9fdbe662addc4f5d8d5fa93e1913e25a-source.min.js — 200 — 894 B — 11 ms — h2https://cdn.cookielaw.org/logos/static/ot_guard_logo.svgcdn.cookielaw.org/logos/static/ot_g... https://cdn.cookielaw.org/logos/static/ot_guard_logo.svg — 200 — 506 B — 20 ms — h2https://cdn.cookielaw.org/logos/f955e05c-2ee6-4741-b882-51597c2beeb3/bc1051ce-902c-41c1-90b2-97fb3a6cb450/a9b1c130-fecf-4302-b32a-a277c329878a/scholastic-logo-red-bar-white-outline@3x.pngcdn.cookielaw.org/logos/f955e05c-2e... https://cdn.cookielaw.org/logos/f955e05c-2ee6-4741-b882-51597c2beeb3/bc1051ce-902c-41c1-90b2-97fb3a6cb450/a9b1c130-fecf-4302-b32a-a277c329878a/scholastic-logo-red-bar-white-outline@3x.png — 200 — 8.5 KiB — 13 ms — h2https://cdn.cookielaw.org/logos/static/powered_by_logo.svgcdn.cookielaw.org/logos/static/powe... https://cdn.cookielaw.org/logos/static/powered_by_logo.svg — 200 — 2.6 KiB — 15 ms — h2https://dpm.demdex.net/id?d_visid_ver=5.2.0&d_fieldgroup=MC&d_rtbd=json&d_ver=2&d_verify=1&d_orgid=AA923BC75245B3F90A490D4D%40AdobeOrg&d_nsid=0&d_coppa=true&ts=1776808357959dpm.demdex.net/id?d_visid_ver=5.2.0... https://dpm.demdex.net/id?d_visid_ver=5.2.0&d_fieldgroup=MC&d_rtbd=json&d_ver=2&d_verify=1&d_orgid=AA923BC75245B3F90A490D4D%40AdobeOrg&d_nsid=0&d_coppa=true&ts=1776808357959 — 200 — 669 B — 31 ms — h2https://snap.licdn.com/li.lms-analytics/insight.min.jssnap.licdn.com/li.lms-analytics/ins... https://snap.licdn.com/li.lms-analytics/insight.min.js — 200 — 18.7 KiB — 26 ms — h2https://s.pinimg.com/ct/core.jss.pinimg.com/ct/core.js https://s.pinimg.com/ct/core.js — 200 — 2.1 KiB — 14 ms — h2https://www.googletagmanager.com/gtag/js?id=UA-134505870-7www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=UA-134505870-7 — 200 — 125.4 KiB — 65 ms — h2https://sstats.scholastic.com/id?d_visid_ver=5.2.0&d_fieldgroup=A&mcorgid=AA923BC75245B3F90A490D4D%40AdobeOrg&mid=87591862468852792622063050371487661316&d_coppa=true&ts=1776808357997sstats.scholastic.com/id?d_visid_ve... https://sstats.scholastic.com/id?d_visid_ver=5.2.0&d_fieldgroup=A&mcorgid=AA923BC75245B3F90A490D4D%40AdobeOrg&mid=87591862468852792622063050371487661316&d_coppa=true&ts=1776808357997 — 200 — 460 B — 37 ms — h2https://scholasticinc.tt.omtrdc.net/rest/v1/delivery?client=scholasticinc&sessionId=85ee54b914f640b78e5484d6b6159f0d&version=2.8.0scholasticinc.tt.omtrdc.net/rest/v1... https://scholasticinc.tt.omtrdc.net/rest/v1/delivery?client=scholasticinc&sessionId=85ee54b914f640b78e5484d6b6159f0d&version=2.8.0 — 200 — 848 B — 57 ms — h2https://s.pinimg.com/ct/lib/main.10d2511a.jss.pinimg.com/ct/lib/main.10d2511a.j... https://s.pinimg.com/ct/lib/main.10d2511a.js — 200 — 27.4 KiB — 8 ms — h2https://px.ads.linkedin.com/attribution_trigger?pid=2625641&time=1776808358011&url=https%3A%2F%2Fwww.scholastic.com%2Fhomepx.ads.linkedin.com/attribution_tri... https://px.ads.linkedin.com/attribution_trigger?pid=2625641&time=1776808358011&url=https%3A%2F%2Fwww.scholastic.com%2Fhome — 200 — 788 B — 124 ms — h2https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=2625641&time=1776808358011&li_adsId=99b0ee02-7ee5-4bef-b628-ff2e8e31edb7&url=https%3A%2F%2Fwww.scholastic.com%2Fhomepx.ads.linkedin.com/collect?v=2&fmt... https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=2625641&time=1776808358011&li_adsId=99b0ee02-7ee5-4bef-b628-ff2e8e31edb7&url=https%3A%2F%2Fwww.scholastic.com%2Fhome — 302 — 765 B — 130 ms — h2https://ct.pinterest.com/user/?tid=2613387113372&pd=%7B%7D&cb=1776808358032&dep=2%2CPAGE_LOADct.pinterest.com/user/?tid=26133871... https://ct.pinterest.com/user/?tid=2613387113372&pd=%7B%7D&cb=1776808358032&dep=2%2CPAGE_LOAD — 200 — 402 B — 24 ms — h2https://ct.pinterest.com/v3/?tid=2613387113372&pd=%7B%7D&event=init&ad=%7B%22loc%22%3A%22https%3A%2F%2Fwww.scholastic.com%2Fhome%22%2C%22ref%22%3A%22%22%2C%22if%22%3Afalse%2C%22sh%22%3A600%2C%22sw%22%3A800%2C%22mh%22%3A%2210d2511a%22%2C%22is_eu%22%3Atrue%2C%22architecture%22%3A%22x86%22%2C%22bitness%22%3A%2264%22%2C%22brands%22%3A%5B%7B%22brand%22%3A%22Chromium%22%2C%22version%22%3A%22146%22%7D%2C%7B%22brand%22%3A%22Google%20Chrome%22%2C%22version%22%3A%22146%22%7D%5D%2C%22mobile%22%3Afalse%2C%22model%22%3A%22%22%2C%22platform%22%3A%22macOS%22%2C%22platformVersion%22%3A%2210.15.7%22%2C%22uaFullVersion%22%3A%22146.0.0.0%22%2C%22ecm_enabled%22%3Atrue%7D&cb=1776808358034ct.pinterest.com/v3/?tid=2613387113... https://ct.pinterest.com/v3/?tid=2613387113372&pd=%7B%7D&event=init&ad=%7B%22loc%22%3A%22https%3A%2F%2Fwww.scholastic.com%2Fhome%22%2C%22ref%22%3A%22%22%2C%22if%22%3Afalse%2C%22sh%22%3A600%2C%22sw%22%3A800%2C%22mh%22%3A%2210d2511a%22%2C%22is_eu%22%3Atrue%2C%22architecture%22%3A%22x86%22%2C%22bitness%22%3A%2264%22%2C%22brands%22%3A%5B%7B%22brand%22%3A%22Chromium%22%2C%22version%22%3A%22146%22%7D%2C%7B%22brand%22%3A%22Google%20Chrome%22%2C%22version%22%3A%22146%22%7D%5D%2C%22mobile%22%3Afalse%2C%22model%22%3A%22%22%2C%22platform%22%3A%22macOS%22%2C%22platformVersion%22%3A%2210.15.7%22%2C%22uaFullVersion%22%3A%22146.0.0.0%22%2C%22ecm_enabled%22%3Atrue%7D&cb=1776808358034 — 200 — 503 B — 22 ms — h2https://ct.pinterest.com/static/ct/token_create.jsct.pinterest.com/static/ct/token_cr... https://ct.pinterest.com/static/ct/token_create.js — 200 — 3.9 KiB — 4 ms — h2https://ct.pinterest.com/ct.htmlct.pinterest.com/ct.html https://ct.pinterest.com/ct.html — 200 — 604 B — 19 ms — h2https://www.googletagmanager.com/gtag/js?id=G-9EGXH5RS94&cx=c&gtm=4e64h1h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-9EGXH5RS94&cx=c&gtm=4e64h1h1 — 200 — 174.7 KiB — 62 ms — h2https://www.google-analytics.com/analytics.jswww.google-analytics.com/analytics.... https://www.google-analytics.com/analytics.js — 200 — 20.9 KiB — 34 ms — h2https://connect.facebook.net/en_US/fbevents.jsconnect.facebook.net/en_US/fbevents... https://connect.facebook.net/en_US/fbevents.js — 200 — 96.6 KiB — 28 ms — h3https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=2625641&time=1776808358011&li_adsId=99b0ee02-7ee5-4bef-b628-ff2e8e31edb7&url=https%3A%2F%2Fwww.scholastic.com%2Fhome&cookiesTest=truepx.ads.linkedin.com/collect?v=2&fmt... https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=2625641&time=1776808358011&li_adsId=99b0ee02-7ee5-4bef-b628-ff2e8e31edb7&url=https%3A%2F%2Fwww.scholastic.com%2Fhome&cookiesTest=true — 200 — 451 B — 30 ms — h2https://sstats.scholastic.com/b/ss/schopreprodmain/1/JS-2.22.0-LEWM/s92449194015782?AQB=1&ndh=1&pf=1&t=21%2F3%2F2026%2021%3A52%3A38%202%200&mid=87591862468852792622063050371487661316&aamlh=7&ce=UTF-8&pageName=corporate%3Ahomepage&g=https%3A%2F%2Fwww.scholastic.com%2Fhome&c.&cm.&ssf=1&.cm&.c&cc=USD&ch=Main%3ADotcom%20Home&aamb=6G1ynYcLPuiQxYZrsz_pkqfLG9yMXBpb2zX5dvJdYQJzPXImdj0y&c3=Main%3ADotcom%20Home&h3=Main%7COther%7CCorporate%7CDotcom%20Home&c12=www.scholastic.com&c13=Not%20Logged%20In&v16=Teachers%20Content&c30=5%3A30PM&v30=D%3Dc30&c31=Tuesday&v31=D%3Dc31&c32=Weekday&v32=D%3Dc32&c33=D%3DpageName&c42=Main%3Alanding&v43=Not%20Logged%20In&c44=D%3Dv60&v49=Not%20Logged%20In&v50=D%3DpageName&c53=scholastic.com%2Fhome&c59=DTM&v60=https%3A%2F%2Fwww.scholastic.com%2Fhome&v61=https%3A%2F%2Fwww.scholastic.com%2Fhome&v134=Mozilla%2F5.0%20%28Macintosh%3B%20Intel%20Mac%20OS%20X%2010_15_7%29%20AppleWebKit%2F537.36%20%28KHTML%2C%20like%20Gecko%29%20Chrome%2F146.0.0.0%20Safari%2F537.36&s=800x600&c=24&j=1.6&v=N&k=Y&bw=1350&bh=940&mcorgid=AA923BC75245B3F90A490D4D%40AdobeOrg&AQE=1sstats.scholastic.com/b/ss/schoprep... https://sstats.scholastic.com/b/ss/schopreprodmain/1/JS-2.22.0-LEWM/s92449194015782?AQB=1&ndh=1&pf=1&t=21%2F3%2F2026%2021%3A52%3A38%202%200&mid=87591862468852792622063050371487661316&aamlh=7&ce=UTF-8&pageName=corporate%3Ahomepage&g=https%3A%2F%2Fwww.scholastic.com%2Fhome&c.&cm.&ssf=1&.cm&.c&cc=USD&ch=Main%3ADotcom%20Home&aamb=6G1ynYcLPuiQxYZrsz_pkqfLG9yMXBpb2zX5dvJdYQJzPXImdj0y&c3=Main%3ADotcom%20Home&h3=Main%7COther%7CCorporate%7CDotcom%20Home&c12=www.scholastic.com&c13=Not%20Logged%20In&v16=Teachers%20Content&c30=5%3A30PM&v30=D%3Dc30&c31=Tuesday&v31=D%3Dc31&c32=Weekday&v32=D%3Dc32&c33=D%3DpageName&c42=Main%3Alanding&v43=Not%20Logged%20In&c44=D%3Dv60&v49=Not%20Logged%20In&v50=D%3DpageName&c53=scholastic.com%2Fhome&c59=DTM&v60=https%3A%2F%2Fwww.scholastic.com%2Fhome&v61=https%3A%2F%2Fwww.scholastic.com%2Fhome&v134=Mozilla%2F5.0%20%28Macintosh%3B%20Intel%20Mac%20OS%20X%2010_15_7%29%20AppleWebKit%2F537.36%20%28KHTML%2C%20like%20Gecko%29%20Chrome%2F146.0.0.0%20Safari%2F537.36&s=800x600&c=24&j=1.6&v=N&k=Y&bw=1350&bh=940&mcorgid=AA923BC75245B3F90A490D4D%40AdobeOrg&AQE=1 — 200 — 306 B — 16 ms — h2https://px.ads.linkedin.com/wa/?medium=fetch&fmt=gpx.ads.linkedin.com/wa/?medium=fetc... https://px.ads.linkedin.com/wa/?medium=fetch&fmt=g — 204 — 43 B — 145 ms — h3https://connect.facebook.net/signals/config/967016190369164?v=2.9.303&r=stable&domain=www.scholastic.com&hme=97937018cefade17726f0472876fc101316b2ce9008a35a6a5a7977d7436151a&ex_m=104%2C205%2C154%2C22%2C72%2C73%2C145%2C68%2C67%2C11%2C162%2C90%2C16%2C138%2C127%2C39%2C75%2C78%2C134%2C159%2C164%2C8%2C4%2C5%2C7%2C6%2C3%2C91%2C101%2C165%2C170%2C219%2C62%2C186%2C187%2C55%2C276%2C30%2C74%2C231%2C230%2C229%2C23%2C33%2C103%2C61%2C10%2C63%2C97%2C98%2C99%2C105%2C130%2C31%2C29%2C132%2C133%2C129%2C128%2C155%2C76%2C158%2C156%2C157%2C50%2C60%2C123%2C15%2C161%2C45%2C263%2C264%2C262%2C26%2C27%2C28%2C48%2C146%2C77%2C112%2C18%2C20%2C44%2C40%2C42%2C41%2C83%2C92%2C96%2C110%2C144%2C147%2C46%2C111%2C24%2C21%2C119%2C69%2C36%2C149%2C148%2C150%2C141%2C139%2C25%2C35%2C59%2C109%2C160%2C70%2C17%2C152%2C114%2C81%2C66%2C19%2C85%2C86%2C116%2C84%2C136%2C135%2C34%2C278%2C293%2C212%2C201%2C202%2C200%2C296%2C288%2C52%2C213%2C107%2C131%2C80%2C121%2C54%2C47%2C49%2C113%2C120%2C126%2C58%2C64%2C151%2C115%2C37%2C32%2C53%2C56%2C100%2C163%2C1%2C124%2C14%2C122%2C12%2C2%2C57%2C93%2C65%2C118%2C89%2C88%2C166%2C167%2C94%2C95%2C9%2C125%2C102%2C51%2C142%2C87%2C79%2C71%2C117%2C106%2C43%2C143%2C0%2C82%2C137%2C140%2C153%2C38%2C108%2C13%2C168connect.facebook.net/signals/config... https://connect.facebook.net/signals/config/967016190369164?v=2.9.303&r=stable&domain=www.scholastic.com&hme=97937018cefade17726f0472876fc101316b2ce9008a35a6a5a7977d7436151a&ex_m=104%2C205%2C154%2C22%2C72%2C73%2C145%2C68%2C67%2C11%2C162%2C90%2C16%2C138%2C127%2C39%2C75%2C78%2C134%2C159%2C164%2C8%2C4%2C5%2C7%2C6%2C3%2C91%2C101%2C165%2C170%2C219%2C62%2C186%2C187%2C55%2C276%2C30%2C74%2C231%2C230%2C229%2C23%2C33%2C103%2C61%2C10%2C63%2C97%2C98%2C99%2C105%2C130%2C31%2C29%2C132%2C133%2C129%2C128%2C155%2C76%2C158%2C156%2C157%2C50%2C60%2C123%2C15%2C161%2C45%2C263%2C264%2C262%2C26%2C27%2C28%2C48%2C146%2C77%2C112%2C18%2C20%2C44%2C40%2C42%2C41%2C83%2C92%2C96%2C110%2C144%2C147%2C46%2C111%2C24%2C21%2C119%2C69%2C36%2C149%2C148%2C150%2C141%2C139%2C25%2C35%2C59%2C109%2C160%2C70%2C17%2C152%2C114%2C81%2C66%2C19%2C85%2C86%2C116%2C84%2C136%2C135%2C34%2C278%2C293%2C212%2C201%2C202%2C200%2C296%2C288%2C52%2C213%2C107%2C131%2C80%2C121%2C54%2C47%2C49%2C113%2C120%2C126%2C58%2C64%2C151%2C115%2C37%2C32%2C53%2C56%2C100%2C163%2C1%2C124%2C14%2C122%2C12%2C2%2C57%2C93%2C65%2C118%2C89%2C88%2C166%2C167%2C94%2C95%2C9%2C125%2C102%2C51%2C142%2C87%2C79%2C71%2C117%2C106%2C43%2C143%2C0%2C82%2C137%2C140%2C153%2C38%2C108%2C13%2C168 — 200 — 49.1 KiB — 9 ms — h3https://analytics.google.com/g/collect?v=2&tid=G-9EGXH5RS94&gtm=45je64h1h1v9103828146za20g&_p=1776808358119&_gaz=1&gcd=13l3l3l3l1l1&npa=0&dma=0&_eu=EAAIAGA&are=1&cid=710945518.1776808358&frm=0&ir=1&pscdl=noapi&rcb=16&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938466~115938468~117266401~118128922&sid=1776808358&sct=1&seg=0&dl=https%3A%2F%2Fwww.scholastic.com%2Fhome&dt=Scholastic%20%7C%20Books%20for%20Kids%20%7C%20Learning%20Resources&en=page_view&_fv=1&_ss=1&tfd=1511analytics.google.com/g/collect?v=2&... https://analytics.google.com/g/collect?v=2&tid=G-9EGXH5RS94&gtm=45je64h1h1v9103828146za20g&_p=1776808358119&_gaz=1&gcd=13l3l3l3l1l1&npa=0&dma=0&_eu=EAAIAGA&are=1&cid=710945518.1776808358&frm=0&ir=1&pscdl=noapi&rcb=16&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938466~115938468~117266401~118128922&sid=1776808358&sct=1&seg=0&dl=https%3A%2F%2Fwww.scholastic.com%2Fhome&dt=Scholastic%20%7C%20Books%20for%20Kids%20%7C%20Learning%20Resources&en=page_view&_fv=1&_ss=1&tfd=1511 — 204 — 551 B — 82 ms — h2https://stats.g.doubleclick.net/g/collect?v=2&tid=G-9EGXH5RS94&cid=710945518.1776808358&gtm=45je64h1h1v9103828146za20g&rcb=16&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115938466~115938468~117266401~118128922stats.g.doubleclick.net/g/collect?v... https://stats.g.doubleclick.net/g/collect?v=2&tid=G-9EGXH5RS94&cid=710945518.1776808358&gtm=45je64h1h1v9103828146za20g&rcb=16&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115938466~115938468~117266401~118128922 — 204 — 560 B — 36 ms — h2https://www.facebook.com/tr/?id=967016190369164&ev=PageView&dl=https%3A%2F%2Fwww.scholastic.com%2Fhome&rl=&if=false&ts=1776808358413&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=12318&fbp=fb.1.1776808358386.99370332869562537&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=Scholastic%20%7C%20Books%20for%20Kids%20%7C%20Learning%20Resources&pmd[locale]=en-US&pmd[description]=Find%20the%20best%20kids%20books%2C%20learning%20resources%2C%20and%20educational%20solutions%20at%20Scholastic%2C%20promoting%20literacy%20development%20for%20over%20100%20years.&plt=790.0999999046326&it=1776808358258&coo=false&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im0&expv2[6]=hf1&rqm=GETwww.facebook.com/tr/?id=96701619036... https://www.facebook.com/tr/?id=967016190369164&ev=PageView&dl=https%3A%2F%2Fwww.scholastic.com%2Fhome&rl=&if=false&ts=1776808358413&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=12318&fbp=fb.1.1776808358386.99370332869562537&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=Scholastic%20%7C%20Books%20for%20Kids%20%7C%20Learning%20Resources&pmd[locale]=en-US&pmd[description]=Find%20the%20best%20kids%20books%2C%20learning%20resources%2C%20and%20educational%20solutions%20at%20Scholastic%2C%20promoting%20literacy%20development%20for%20over%20100%20years.&plt=790.0999999046326&it=1776808358258&coo=false&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im0&expv2[6]=hf1&rqm=GET — 200 — 16 B — 12 ms — h3https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=967016190369164&ev=PageView&dl=https%3A%2F%2Fwww.scholastic.com%2Fhome&rl=&if=false&ts=1776808358413&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=12318&fbp=fb.1.1776808358386.99370332869562537&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=Scholastic%20%7C%20Books%20for%20Kids%20%7C%20Learning%20Resources&pmd[locale]=en-US&pmd[description]=Find%20the%20best%20kids%20books%2C%20learning%20resources%2C%20and%20educational%20solutions%20at%20Scholastic%2C%20promoting%20literacy%20development%20for%20over%20100%20years.&plt=790.0999999046326&it=1776808358258&coo=false&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im0&expv2[6]=hf1&rqm=FGETwww.facebook.com/privacy_sandbox/pi... https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=967016190369164&ev=PageView&dl=https%3A%2F%2Fwww.scholastic.com%2Fhome&rl=&if=false&ts=1776808358413&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=12318&fbp=fb.1.1776808358386.99370332869562537&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=Scholastic%20%7C%20Books%20for%20Kids%20%7C%20Learning%20Resources&pmd[locale]=en-US&pmd[description]=Find%20the%20best%20kids%20books%2C%20learning%20resources%2C%20and%20educational%20solutions%20at%20Scholastic%2C%20promoting%20literacy%20development%20for%20over%20100%20years.&plt=790.0999999046326&it=1776808358258&coo=false&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im0&expv2[6]=hf1&rqm=FGET — 200 — 198 B — 75 ms — h3
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
100% of JavaScript execution is third-party
First-party Third-party 1017ms · 641KB · $13/mo
Unattributable
Other
Costly
Execution 310ms
Transfer 0 KB
Monthly Cost $4/mo
www.scholastic.com
Other
Optional
Execution 168ms
Transfer 13 KB
Monthly Cost $2/mo
www.scholastic.com
Other
Optional
Execution 129ms
Transfer 139 KB
Unused 70%
Monthly Cost $2/mo
assets.adobedtm.com
Other
Optional
Execution 127ms
Transfer 137 KB
Unused 56%
Monthly Cost $2/mo
www.scholastic.com
Other
Optional
Execution 77ms
Transfer 0 KB
Monthly Cost $1/mo
OneTrust
Consent
Essential
Execution 69ms
Transfer 127 KB
Unused 56%
Monthly Cost $1/mo
Facebook Pixel
Advertising
Optional
Execution 69ms
Transfer 49 KB
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 68ms
Transfer 175 KB
Unused 41%
Monthly Cost $1/mo

These scripts may cost more than they're worth

  • Unattributable adds 310ms and costs ~$4/month

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

Why this matters

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

Learn more

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

Source: web.dev

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

70% of www.scholastic.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

56% of assets.adobedtm.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

56% of OneTrust'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