Skip to content
https://wattpad.com

Performance

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

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

88
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
95
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
85
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
100
SEO Measures basic SEO optimizations: meta tags, crawlability, link text, and mobile friendliness.

First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.

1.13 s

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

1.92 s

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

55 ms

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

0.010

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

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

4.15 s

Page Load Progression

375 ms
750 ms
1.1 s
1.5 s
1.9 s
2.2 s
2.6 s
3.0 s
Checks
15
5 PASS 3 REVIEW 5 FIX
F
Page Weight Budget
Action
4.0 MB transferred, 212 requests
FIX
4.0 MB transferred, 212 requests
Critical::
Page weighs 7.8 MB (4.0 MB transferred)
Warning::
Images are 2.5 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 2.5 MB
Warning::
JavaScript is 977 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 977 KB
Info::
Fonts are 321 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 321 KB
Warning::
212 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.83 g CO2 per page load
4.0 MB / 2.4 MB budget
4.0 MB transferred
212 requests
0.83 g CO2 per page load
Images 2.5 MiB 62%
JavaScript 977.4 KiB 24%
Fonts 321.1 KiB 8%
Other 162.1 KiB 4%
CSS 57.0 KiB 1%
HTML 17.3 KiB 0%
Other 15.7 KiB 0%
Other 4.4 KiB 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Over budget

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

Why this matters

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

Source: web.dev

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

Subset fonts to include only used characters, or switch to system font stacks.

Why this matters

Font payload is large — subset to used glyphs only, or fall back to system fonts (zero load time).

Source: web.dev font loading

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 (4.0 MiB of 4.0 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
D
JS Bundles
Action
77 scripts, 349 KB unused
FIX
77 scripts, 349 KB unused
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-WD9...: 78 KB unused (49%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://cdn.cookielaw.org/scripttemplates/202601.2...: 74 KB unused (57%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://accounts.google.com/gsi/client: 71 KB unused (74%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-FNDT...: 68 KB unused (41%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.wattpad.com/wp-web-assets/build/_share...: 35 KB unused (45%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 349 KB
349 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.googletagmanager.com/gtm.js?id=GTM-WD9JLB159 KB78 KB (49%)3rd
https://cdn.cookielaw.org/scripttemplates/202601.2.0/otBannerSdk.js128 KB74 KB (57%)3rd
https://accounts.google.com/gsi/client96 KB71 KB (74%)3rd
https://www.googletagmanager.com/gtag/js?id=G-FNDTZ0MZDQ&cx=c&gtm=4e64f0167 KB68 KB (41%)3rd
https://www.wattpad.com/wp-web-assets/build/_shared/chunk-BEEYMAMZ.js79 KB35 KB (45%)3rd
https://www.wattpad.com/wp-web-assets/build/_shared/chunk-SNM3CREJ.js42 KB23 KB (56%)3rd
https://www.wattpad.com/wp-web-assets/build/_shared/chunk-HYVMTUOD.js1 KB3rd
https://cdn.cookielaw.org/scripttemplates/otSDKStub.js9 KB3rd
https://www.wattpad.com/wp-web-assets/build/entry.client-HXXVBYJG.js23 KB3rd
https://www.wattpad.com/wp-web-assets/build/_shared/chunk-NJRXYCPO.js8 KB3rd

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

D
Page Weight Inventory
Action
212 resources · 4.0 MB · 349 KB savings available
FIX
212 resources · 4.0 MB · 349 KB savings available
Warning::
Page weight 3.0 MB over 1MB target
Got: 4.0 MB Expected: ≤ 1 MB
Info::
~349 KB of savings available
Warning::
211 third-party resources (100% of weight)
Info::
1 resources over 200KB
212 resources · 4.0 MiB · 211 third-party 3.0 MiB over 1MB target
Image 62% · 2.5 MiB
JavaScript 24% · 977.4 KiB
Font 8% · 321.1 KiB
Other 4% · 162.3 KiB
CSS 2% · 61.8 KiB
Document 0% · 17.3 KiB

~348.7 KiB of savings available

Remove unused JavaScript: 348.7 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
104 images, 0 KB saveable
REVIEW
104 images, 0 KB saveable
Warning::
https://img.wattpad.com/cover/347718219-256-k37266... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://img.wattpad.com/cover/351599673-256-k68528... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://img.wattpad.com/cover/387928203-256-k70949... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://img.wattpad.com/cover/376957415-256-k27825... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://img.wattpad.com/cover/246316767-256-k89275... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://img.wattpad.com/cover/115320159-256-k93435... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.wattpad.com/wp-web-assets/images/landi... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://img.wattpad.com/cover/231385938-256-k67043... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://img.wattpad.com/cover/1890687-256-k78617.j... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://img.wattpad.com/cover/147933890-256-k85005... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://img.wattpad.com/cover/158008243-256-k81562... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://img.wattpad.com/cover/5095707-256-k764271.... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://img.wattpad.com/cover/90623050-256-k503464... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://img.wattpad.com/cover/7483469-256-k557503.... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://img.wattpad.com/cover/360094542-256-k93446... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.wattpad.com/wp-web-assets/images/wattp... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://img.wattpad.com/cover/402659967-256-k65060... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://img.wattpad.com/cover/389097748-256-k99214... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://img.wattpad.com/cover/890487-256-k461724.j... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://img.wattpad.com/cover/396703505-256-k77675... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://img.wattpad.com/cover/18024139-256-k854044... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://img.wattpad.com/cover/393556265-256-k74530... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://img.wattpad.com/cover/397656072-256-k91336... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://img.wattpad.com/cover/224016460-256-k54532... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://img.wattpad.com/cover/258988576-256-k69125... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://img.wattpad.com/cover/111614995-256-k23175... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://img.wattpad.com/cover/11070537-256-k296790... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://img.wattpad.com/cover/5949534-256-k579768.... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.wattpad.com/wp-web-assets/images/wp-ch... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://img.wattpad.com/cover/326277149-256-k53489... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://img.wattpad.com/cover/124711439-256-k98545... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.wattpad.com/wp-web-assets/images/landi... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.wattpad.com/wp-web-assets/images/landi... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://img.wattpad.com/cover/181121904-256-k81941... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://img.wattpad.com/cover/386615177-256-k34944... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://img.wattpad.com/cover/319781399-256-k70875... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://img.wattpad.com/cover/393392420-256-k76584... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://img.wattpad.com/cover/257468746-256-k96827... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://img.wattpad.com/cover/240045572-256-k88678... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://img.wattpad.com/cover/350193740-256-k59079... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://img.wattpad.com/cover/19145631-256-k698481... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://img.wattpad.com/cover/198853565-256-k64043... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://img.wattpad.com/cover/397727457-256-k15157... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.wattpad.com/wp-web-assets/images/landi... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://img.wattpad.com/cover/345813647-256-k92727... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://img.wattpad.com/cover/265841465-256-k38059... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://img.wattpad.com/cover/155084955-256-k84702... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://img.wattpad.com/cover/378954742-256-k82491... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://img.wattpad.com/cover/240256215-256-k31353... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://img.wattpad.com/cover/396290476-256-k26460... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.wattpad.com/wp-web-assets/images/landi... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.wattpad.com/wp-web-assets/images/landi... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.wattpad.com/wp-web-assets/images/landi... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://img.wattpad.com/cover/276321551-256-k42345... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://img.wattpad.com/cover/21530897-256-k713766... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://img.wattpad.com/cover/394344302-256-k45695... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://img.wattpad.com/cover/80428185-256-k903753... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.wattpad.com/wp-web-assets/images/landi... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
104 images 2.5 MB
0 oversized -0 KB
104 legacy format
58 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

B
JS Execution Cost
890ms total JS execution
REVIEW
890ms total JS execution
Warning::
Unattributable: 404ms CPU time
Info::
https://www.wattpad.com/: 225ms CPU time
Info::
https://www.wattpad.com/wp-web-assets/build/_share...: 159ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=G-FNDT...: 52ms CPU time
Info::
https://www.googletagmanager.com/gtm.js?id=GTM-WD9...: 50ms CPU time
Warning::
Third-party scripts: 890ms (100% of total)

Main Thread Breakdown

Script Evaluation 45% Other 35% Style & Layout 9% Rendering 4% Script Parsing & Compilation 4%
ScriptTotalScriptingParse/CompileParty
Unattributable404ms145ms0ms3rd
https://www.wattpad.com/225ms9ms2ms3rd
https://www.wattpad.com/wp-web-assets/build/_shared/chunk-BEEYMAMZ.js159ms142ms0ms3rd
https://www.googletagmanager.com/gtag/js?id=G-FNDTZ0MZDQ&cx=c&gtm=4e64f052ms43ms9ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-WD9JLB50ms41ms8ms3rd
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
3 fonts (321 KB)
PASS
3 fonts (321 KB)
Info::
3 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

3

321 KB total

Render-blocking

0

of 3

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 500 ms 1.0 s 1.5 s 2.0 s FCP 1.1 s LCP 1.9 shttps://www.wattpad.com/wp-web-assets/fonts/Source_Sans_Pro/SourceSansPro-Regular.ttfSourceSansPro-Regular.ttf https://www.wattpad.com/wp-web-assets/fonts/Source_Sans_Pro/SourceSansPro-Regular.ttf — 106.8 KiB — 53 ms — font-display: swaphttps://www.wattpad.com/wp-web-assets/fonts/Source_Sans_Pro/SourceSansPro-SemiBold.ttfSourceSansPro-SemiBold.ttf https://www.wattpad.com/wp-web-assets/fonts/Source_Sans_Pro/SourceSansPro-SemiBold.ttf — 107.2 KiB — 100 ms — font-display: swaphttps://www.wattpad.com/wp-web-assets/fonts/Source_Sans_Pro/SourceSansPro-Bold.ttfSourceSansPro-Bold.ttf https://www.wattpad.com/wp-web-assets/fonts/Source_Sans_Pro/SourceSansPro-Bold.ttf — 107.2 KiB — 100 ms — font-display: swap
SourceSansPro-Regular.ttf ttf swap
Size 107 KB
Load time 53 ms
Start 381 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
SourceSansPro-SemiBold.ttf ttf swap
Size 107 KB
Load time 100 ms
Start 381 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
SourceSansPro-Bold.ttf ttf swap
Size 107 KB
Load time 100 ms
Start 599 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)

Fixing the unchecked items could save ~257 KB and ~514 ms

A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
Network Waterfall
212 requests over 1816ms
INFO
0 ms 500 ms 1.0 s 1.5 s 2.0 s FCP 1.1 s LCP 1.9 shttps://wattpad.com// https://wattpad.com/ — 301 — 284 B — 74 ms — h2https://www.wattpad.com/www.wattpad.com/ https://www.wattpad.com/ — 200 — 17.3 KiB — 302 ms — h2https://www.wattpad.com/wp-web-assets/build/css-bundle-PNRQBQEC.csswww.wattpad.com/wp-web-assets/build... https://www.wattpad.com/wp-web-assets/build/css-bundle-PNRQBQEC.css — 200 — 45.8 KiB — 39 ms — h2https://www.wattpad.com/wp-web-assets/fonts/Source_Sans_Pro/SourceSansPro-Regular.ttfwww.wattpad.com/wp-web-assets/fonts... https://www.wattpad.com/wp-web-assets/fonts/Source_Sans_Pro/SourceSansPro-Regular.ttf — 200 — 106.8 KiB — 53 ms — h2https://www.wattpad.com/wp-web-assets/fonts/Source_Sans_Pro/SourceSansPro-SemiBold.ttfwww.wattpad.com/wp-web-assets/fonts... https://www.wattpad.com/wp-web-assets/fonts/Source_Sans_Pro/SourceSansPro-SemiBold.ttf — 200 — 107.2 KiB — 100 ms — h2https://www.wattpad.com/wp-web-assets/build/_assets/fonts-XNHMJ6ZM.csswww.wattpad.com/wp-web-assets/build... https://www.wattpad.com/wp-web-assets/build/_assets/fonts-XNHMJ6ZM.css — 200 — 647 B — 27 ms — h2https://www.wattpad.com/wp-web-assets/build/_assets/tokens-2GVK43A7.csswww.wattpad.com/wp-web-assets/build... https://www.wattpad.com/wp-web-assets/build/_assets/tokens-2GVK43A7.css — 200 — 1.4 KiB — 27 ms — h2https://www.wattpad.com/wp-web-assets/build/_assets/main-ZO2YC27N.csswww.wattpad.com/wp-web-assets/build... https://www.wattpad.com/wp-web-assets/build/_assets/main-ZO2YC27N.css — 200 — 5.9 KiB — 29 ms — h2https://www.wattpad.com/wp-web-assets/build/_assets/react-tooltip-HIHMAPNF.csswww.wattpad.com/wp-web-assets/build... https://www.wattpad.com/wp-web-assets/build/_assets/react-tooltip-HIHMAPNF.css — 200 — 1.0 KiB — 28 ms — h2https://www.wattpad.com/wp-web-assets/build/_assets/splide.min-AQNS3YPQ.csswww.wattpad.com/wp-web-assets/build... https://www.wattpad.com/wp-web-assets/build/_assets/splide.min-AQNS3YPQ.css — 200 — 1.7 KiB — 30 ms — h2https://cdn.cookielaw.org/consent/tcf.stub.jscdn.cookielaw.org/consent/tcf.stub.... https://cdn.cookielaw.org/consent/tcf.stub.js — 200 — 1.2 KiB — 114 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.wattpad.com/wp-web-assets/images/wattpad-logo.svgwww.wattpad.com/wp-web-assets/image... https://www.wattpad.com/wp-web-assets/images/wattpad-logo.svg — 200 — 1.1 KiB — 42 ms — h2https://www.wattpad.com/wp-web-assets/images/wp-chevron-down.svgwww.wattpad.com/wp-web-assets/image... https://www.wattpad.com/wp-web-assets/images/wp-chevron-down.svg — 200 — 895 B — 43 ms — h2https://www.wattpad.com/wp-web-assets/build/manifest-A382D642.jswww.wattpad.com/wp-web-assets/build... https://www.wattpad.com/wp-web-assets/build/manifest-A382D642.js — 200 — 5.6 KiB — 43 ms — h2https://www.wattpad.com/wp-web-assets/build/entry.client-HXXVBYJG.jswww.wattpad.com/wp-web-assets/build... https://www.wattpad.com/wp-web-assets/build/entry.client-HXXVBYJG.js — 200 — 23.1 KiB — 48 ms — h2https://www.wattpad.com/wp-web-assets/build/_shared/chunk-NJRXYCPO.jswww.wattpad.com/wp-web-assets/build... https://www.wattpad.com/wp-web-assets/build/_shared/chunk-NJRXYCPO.js — 200 — 7.9 KiB — 45 ms — h2https://www.wattpad.com/wp-web-assets/build/_shared/chunk-3H2OJZL7.jswww.wattpad.com/wp-web-assets/build... https://www.wattpad.com/wp-web-assets/build/_shared/chunk-3H2OJZL7.js — 200 — 2.8 KiB — 58 ms — h2https://www.wattpad.com/wp-web-assets/build/_shared/chunk-BEEYMAMZ.jswww.wattpad.com/wp-web-assets/build... https://www.wattpad.com/wp-web-assets/build/_shared/chunk-BEEYMAMZ.js — 200 — 79.2 KiB — 109 ms — h2https://www.wattpad.com/wp-web-assets/build/_shared/chunk-NFQRDOF2.jswww.wattpad.com/wp-web-assets/build... https://www.wattpad.com/wp-web-assets/build/_shared/chunk-NFQRDOF2.js — 200 — 3.4 KiB — 59 ms — h2https://www.wattpad.com/wp-web-assets/build/_shared/chunk-H535LSQH.jswww.wattpad.com/wp-web-assets/build... https://www.wattpad.com/wp-web-assets/build/_shared/chunk-H535LSQH.js — 200 — 1.4 KiB — 51 ms — h2https://www.wattpad.com/wp-web-assets/build/_shared/chunk-YQE4DKRM.jswww.wattpad.com/wp-web-assets/build... https://www.wattpad.com/wp-web-assets/build/_shared/chunk-YQE4DKRM.js — 200 — 1.3 KiB — 52 ms — h2https://www.wattpad.com/wp-web-assets/build/_shared/chunk-F2IJMOUW.jswww.wattpad.com/wp-web-assets/build... https://www.wattpad.com/wp-web-assets/build/_shared/chunk-F2IJMOUW.js — 200 — 934 B — 53 ms — h2https://www.wattpad.com/wp-web-assets/build/_shared/chunk-5P5F5VBA.jswww.wattpad.com/wp-web-assets/build... https://www.wattpad.com/wp-web-assets/build/_shared/chunk-5P5F5VBA.js — 200 — 1.1 KiB — 55 ms — h2https://www.wattpad.com/wp-web-assets/build/_shared/chunk-RW54AFLD.jswww.wattpad.com/wp-web-assets/build... https://www.wattpad.com/wp-web-assets/build/_shared/chunk-RW54AFLD.js — 200 — 1.7 KiB — 60 ms — h2https://www.wattpad.com/wp-web-assets/build/_shared/chunk-OOOF62CW.jswww.wattpad.com/wp-web-assets/build... https://www.wattpad.com/wp-web-assets/build/_shared/chunk-OOOF62CW.js — 200 — 663 B — 61 ms — h2https://www.wattpad.com/wp-web-assets/build/_shared/chunk-JAFSWBKZ.jswww.wattpad.com/wp-web-assets/build... https://www.wattpad.com/wp-web-assets/build/_shared/chunk-JAFSWBKZ.js — 200 — 1.2 KiB — 62 ms — h2https://www.wattpad.com/wp-web-assets/build/_shared/chunk-JB2LBGCV.jswww.wattpad.com/wp-web-assets/build... https://www.wattpad.com/wp-web-assets/build/_shared/chunk-JB2LBGCV.js — 200 — 20.3 KiB — 67 ms — h2https://www.wattpad.com/wp-web-assets/build/_shared/chunk-TGTXIEYC.jswww.wattpad.com/wp-web-assets/build... https://www.wattpad.com/wp-web-assets/build/_shared/chunk-TGTXIEYC.js — 200 — 13.7 KiB — 64 ms — h2https://www.wattpad.com/wp-web-assets/build/_shared/chunk-HR54A3WZ.jswww.wattpad.com/wp-web-assets/build... https://www.wattpad.com/wp-web-assets/build/_shared/chunk-HR54A3WZ.js — 200 — 4.2 KiB — 116 ms — h2
0 ms 500 ms 1.0 s 1.5 s 2.0 s FCP 1.1 s LCP 1.9 shttps://wattpad.com// https://wattpad.com/ — 301 — 284 B — 74 ms — h2https://www.wattpad.com/www.wattpad.com/ https://www.wattpad.com/ — 200 — 17.3 KiB — 302 ms — h2https://www.wattpad.com/wp-web-assets/build/css-bundle-PNRQBQEC.csswww.wattpad.com/wp-web-assets/build... https://www.wattpad.com/wp-web-assets/build/css-bundle-PNRQBQEC.css — 200 — 45.8 KiB — 39 ms — h2https://www.wattpad.com/wp-web-assets/fonts/Source_Sans_Pro/SourceSansPro-Regular.ttfwww.wattpad.com/wp-web-assets/fonts... https://www.wattpad.com/wp-web-assets/fonts/Source_Sans_Pro/SourceSansPro-Regular.ttf — 200 — 106.8 KiB — 53 ms — h2https://www.wattpad.com/wp-web-assets/fonts/Source_Sans_Pro/SourceSansPro-SemiBold.ttfwww.wattpad.com/wp-web-assets/fonts... https://www.wattpad.com/wp-web-assets/fonts/Source_Sans_Pro/SourceSansPro-SemiBold.ttf — 200 — 107.2 KiB — 100 ms — h2https://www.wattpad.com/wp-web-assets/build/_assets/fonts-XNHMJ6ZM.csswww.wattpad.com/wp-web-assets/build... https://www.wattpad.com/wp-web-assets/build/_assets/fonts-XNHMJ6ZM.css — 200 — 647 B — 27 ms — h2https://www.wattpad.com/wp-web-assets/build/_assets/tokens-2GVK43A7.csswww.wattpad.com/wp-web-assets/build... https://www.wattpad.com/wp-web-assets/build/_assets/tokens-2GVK43A7.css — 200 — 1.4 KiB — 27 ms — h2https://www.wattpad.com/wp-web-assets/build/_assets/main-ZO2YC27N.csswww.wattpad.com/wp-web-assets/build... https://www.wattpad.com/wp-web-assets/build/_assets/main-ZO2YC27N.css — 200 — 5.9 KiB — 29 ms — h2https://www.wattpad.com/wp-web-assets/build/_assets/react-tooltip-HIHMAPNF.csswww.wattpad.com/wp-web-assets/build... https://www.wattpad.com/wp-web-assets/build/_assets/react-tooltip-HIHMAPNF.css — 200 — 1.0 KiB — 28 ms — h2https://www.wattpad.com/wp-web-assets/build/_assets/splide.min-AQNS3YPQ.csswww.wattpad.com/wp-web-assets/build... https://www.wattpad.com/wp-web-assets/build/_assets/splide.min-AQNS3YPQ.css — 200 — 1.7 KiB — 30 ms — h2https://cdn.cookielaw.org/consent/tcf.stub.jscdn.cookielaw.org/consent/tcf.stub.... https://cdn.cookielaw.org/consent/tcf.stub.js — 200 — 1.2 KiB — 114 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.wattpad.com/wp-web-assets/images/wattpad-logo.svgwww.wattpad.com/wp-web-assets/image... https://www.wattpad.com/wp-web-assets/images/wattpad-logo.svg — 200 — 1.1 KiB — 42 ms — h2https://www.wattpad.com/wp-web-assets/images/wp-chevron-down.svgwww.wattpad.com/wp-web-assets/image... https://www.wattpad.com/wp-web-assets/images/wp-chevron-down.svg — 200 — 895 B — 43 ms — h2https://www.wattpad.com/wp-web-assets/build/manifest-A382D642.jswww.wattpad.com/wp-web-assets/build... https://www.wattpad.com/wp-web-assets/build/manifest-A382D642.js — 200 — 5.6 KiB — 43 ms — h2https://www.wattpad.com/wp-web-assets/build/entry.client-HXXVBYJG.jswww.wattpad.com/wp-web-assets/build... https://www.wattpad.com/wp-web-assets/build/entry.client-HXXVBYJG.js — 200 — 23.1 KiB — 48 ms — h2https://www.wattpad.com/wp-web-assets/build/_shared/chunk-NJRXYCPO.jswww.wattpad.com/wp-web-assets/build... https://www.wattpad.com/wp-web-assets/build/_shared/chunk-NJRXYCPO.js — 200 — 7.9 KiB — 45 ms — h2https://www.wattpad.com/wp-web-assets/build/_shared/chunk-3H2OJZL7.jswww.wattpad.com/wp-web-assets/build... https://www.wattpad.com/wp-web-assets/build/_shared/chunk-3H2OJZL7.js — 200 — 2.8 KiB — 58 ms — h2https://www.wattpad.com/wp-web-assets/build/_shared/chunk-BEEYMAMZ.jswww.wattpad.com/wp-web-assets/build... https://www.wattpad.com/wp-web-assets/build/_shared/chunk-BEEYMAMZ.js — 200 — 79.2 KiB — 109 ms — h2https://www.wattpad.com/wp-web-assets/build/_shared/chunk-NFQRDOF2.jswww.wattpad.com/wp-web-assets/build... https://www.wattpad.com/wp-web-assets/build/_shared/chunk-NFQRDOF2.js — 200 — 3.4 KiB — 59 ms — h2https://www.wattpad.com/wp-web-assets/build/_shared/chunk-H535LSQH.jswww.wattpad.com/wp-web-assets/build... https://www.wattpad.com/wp-web-assets/build/_shared/chunk-H535LSQH.js — 200 — 1.4 KiB — 51 ms — h2https://www.wattpad.com/wp-web-assets/build/_shared/chunk-YQE4DKRM.jswww.wattpad.com/wp-web-assets/build... https://www.wattpad.com/wp-web-assets/build/_shared/chunk-YQE4DKRM.js — 200 — 1.3 KiB — 52 ms — h2https://www.wattpad.com/wp-web-assets/build/_shared/chunk-F2IJMOUW.jswww.wattpad.com/wp-web-assets/build... https://www.wattpad.com/wp-web-assets/build/_shared/chunk-F2IJMOUW.js — 200 — 934 B — 53 ms — h2https://www.wattpad.com/wp-web-assets/build/_shared/chunk-5P5F5VBA.jswww.wattpad.com/wp-web-assets/build... https://www.wattpad.com/wp-web-assets/build/_shared/chunk-5P5F5VBA.js — 200 — 1.1 KiB — 55 ms — h2https://www.wattpad.com/wp-web-assets/build/_shared/chunk-RW54AFLD.jswww.wattpad.com/wp-web-assets/build... https://www.wattpad.com/wp-web-assets/build/_shared/chunk-RW54AFLD.js — 200 — 1.7 KiB — 60 ms — h2https://www.wattpad.com/wp-web-assets/build/_shared/chunk-OOOF62CW.jswww.wattpad.com/wp-web-assets/build... https://www.wattpad.com/wp-web-assets/build/_shared/chunk-OOOF62CW.js — 200 — 663 B — 61 ms — h2https://www.wattpad.com/wp-web-assets/build/_shared/chunk-JAFSWBKZ.jswww.wattpad.com/wp-web-assets/build... https://www.wattpad.com/wp-web-assets/build/_shared/chunk-JAFSWBKZ.js — 200 — 1.2 KiB — 62 ms — h2https://www.wattpad.com/wp-web-assets/build/_shared/chunk-JB2LBGCV.jswww.wattpad.com/wp-web-assets/build... https://www.wattpad.com/wp-web-assets/build/_shared/chunk-JB2LBGCV.js — 200 — 20.3 KiB — 67 ms — h2https://www.wattpad.com/wp-web-assets/build/_shared/chunk-TGTXIEYC.jswww.wattpad.com/wp-web-assets/build... https://www.wattpad.com/wp-web-assets/build/_shared/chunk-TGTXIEYC.js — 200 — 13.7 KiB — 64 ms — h2https://www.wattpad.com/wp-web-assets/build/_shared/chunk-HR54A3WZ.jswww.wattpad.com/wp-web-assets/build... https://www.wattpad.com/wp-web-assets/build/_shared/chunk-HR54A3WZ.js — 200 — 4.2 KiB — 116 ms — h2https://www.wattpad.com/wp-web-assets/build/_shared/chunk-R53N2EQH.jswww.wattpad.com/wp-web-assets/build... https://www.wattpad.com/wp-web-assets/build/_shared/chunk-R53N2EQH.js — 200 — 2.4 KiB — 67 ms — h2https://www.wattpad.com/wp-web-assets/build/_shared/chunk-NNCEOOGZ.jswww.wattpad.com/wp-web-assets/build... https://www.wattpad.com/wp-web-assets/build/_shared/chunk-NNCEOOGZ.js — 200 — 848 B — 116 ms — h2https://www.wattpad.com/wp-web-assets/build/_shared/chunk-2ECT7SEU.jswww.wattpad.com/wp-web-assets/build... https://www.wattpad.com/wp-web-assets/build/_shared/chunk-2ECT7SEU.js — 200 — 663 B — 67 ms — h2https://www.wattpad.com/wp-web-assets/build/_shared/chunk-BW5IKC2G.jswww.wattpad.com/wp-web-assets/build... https://www.wattpad.com/wp-web-assets/build/_shared/chunk-BW5IKC2G.js — 200 — 652 B — 69 ms — h2https://www.wattpad.com/wp-web-assets/build/_shared/chunk-42MT5L2A.jswww.wattpad.com/wp-web-assets/build... https://www.wattpad.com/wp-web-assets/build/_shared/chunk-42MT5L2A.js — 200 — 1.3 KiB — 70 ms — h2https://www.wattpad.com/wp-web-assets/build/_shared/chunk-LANJQWE5.jswww.wattpad.com/wp-web-assets/build... https://www.wattpad.com/wp-web-assets/build/_shared/chunk-LANJQWE5.js — 200 — 1.2 KiB — 72 ms — h2https://www.wattpad.com/wp-web-assets/build/_shared/chunk-2PTZ22GN.jswww.wattpad.com/wp-web-assets/build... https://www.wattpad.com/wp-web-assets/build/_shared/chunk-2PTZ22GN.js — 200 — 1.4 KiB — 73 ms — h2https://www.wattpad.com/wp-web-assets/build/_shared/chunk-2OLAXILF.jswww.wattpad.com/wp-web-assets/build... https://www.wattpad.com/wp-web-assets/build/_shared/chunk-2OLAXILF.js — 200 — 623 B — 75 ms — h2https://www.wattpad.com/wp-web-assets/build/_shared/chunk-LE3TDDUT.jswww.wattpad.com/wp-web-assets/build... https://www.wattpad.com/wp-web-assets/build/_shared/chunk-LE3TDDUT.js — 200 — 764 B — 76 ms — h2https://www.wattpad.com/wp-web-assets/build/_shared/chunk-TORCQSWI.jswww.wattpad.com/wp-web-assets/build... https://www.wattpad.com/wp-web-assets/build/_shared/chunk-TORCQSWI.js — 200 — 728 B — 77 ms — h2https://www.wattpad.com/wp-web-assets/build/_shared/chunk-WOZQIOIA.jswww.wattpad.com/wp-web-assets/build... https://www.wattpad.com/wp-web-assets/build/_shared/chunk-WOZQIOIA.js — 200 — 1.1 KiB — 77 ms — h2https://www.wattpad.com/wp-web-assets/build/_shared/chunk-YOIGOYZ5.jswww.wattpad.com/wp-web-assets/build... https://www.wattpad.com/wp-web-assets/build/_shared/chunk-YOIGOYZ5.js — 200 — 651 B — 78 ms — h2https://www.wattpad.com/wp-web-assets/build/_shared/chunk-ZEFN23NE.jswww.wattpad.com/wp-web-assets/build... https://www.wattpad.com/wp-web-assets/build/_shared/chunk-ZEFN23NE.js — 200 — 1.4 KiB — 78 ms — h2https://www.wattpad.com/wp-web-assets/build/_shared/chunk-4USI5IBT.jswww.wattpad.com/wp-web-assets/build... https://www.wattpad.com/wp-web-assets/build/_shared/chunk-4USI5IBT.js — 200 — 744 B — 79 ms — h2https://www.wattpad.com/wp-web-assets/build/_shared/chunk-4NJOGKYR.jswww.wattpad.com/wp-web-assets/build... https://www.wattpad.com/wp-web-assets/build/_shared/chunk-4NJOGKYR.js — 200 — 934 B — 80 ms — h2https://www.wattpad.com/wp-web-assets/build/_shared/chunk-QJZMAILB.jswww.wattpad.com/wp-web-assets/build... https://www.wattpad.com/wp-web-assets/build/_shared/chunk-QJZMAILB.js — 200 — 701 B — 114 ms — h2https://www.wattpad.com/wp-web-assets/build/_shared/chunk-HYVMTUOD.jswww.wattpad.com/wp-web-assets/build... https://www.wattpad.com/wp-web-assets/build/_shared/chunk-HYVMTUOD.js — 200 — 1.4 KiB — 81 ms — h2https://www.wattpad.com/wp-web-assets/build/_shared/chunk-YT4BOELI.jswww.wattpad.com/wp-web-assets/build... https://www.wattpad.com/wp-web-assets/build/_shared/chunk-YT4BOELI.js — 200 — 1.5 KiB — 116 ms — h2https://www.wattpad.com/wp-web-assets/build/_shared/chunk-MC3XSA5T.jswww.wattpad.com/wp-web-assets/build... https://www.wattpad.com/wp-web-assets/build/_shared/chunk-MC3XSA5T.js — 200 — 720 B — 82 ms — h2https://www.wattpad.com/wp-web-assets/build/_shared/chunk-S7MNISZN.jswww.wattpad.com/wp-web-assets/build... https://www.wattpad.com/wp-web-assets/build/_shared/chunk-S7MNISZN.js — 200 — 2.4 KiB — 87 ms — h2https://www.wattpad.com/wp-web-assets/build/_shared/chunk-NWL24YDG.jswww.wattpad.com/wp-web-assets/build... https://www.wattpad.com/wp-web-assets/build/_shared/chunk-NWL24YDG.js — 200 — 1.5 KiB — 91 ms — h2https://www.wattpad.com/wp-web-assets/build/_shared/chunk-CHDXR7XN.jswww.wattpad.com/wp-web-assets/build... https://www.wattpad.com/wp-web-assets/build/_shared/chunk-CHDXR7XN.js — 200 — 9.4 KiB — 118 ms — h2https://www.wattpad.com/wp-web-assets/build/_shared/chunk-WIQP2BU7.jswww.wattpad.com/wp-web-assets/build... https://www.wattpad.com/wp-web-assets/build/_shared/chunk-WIQP2BU7.js — 200 — 1.4 KiB — 119 ms — h2https://www.wattpad.com/wp-web-assets/build/_shared/chunk-EMGNVMXW.jswww.wattpad.com/wp-web-assets/build... https://www.wattpad.com/wp-web-assets/build/_shared/chunk-EMGNVMXW.js — 200 — 2.1 KiB — 92 ms — h2https://www.wattpad.com/wp-web-assets/build/_shared/chunk-2G7AHW6Y.jswww.wattpad.com/wp-web-assets/build... https://www.wattpad.com/wp-web-assets/build/_shared/chunk-2G7AHW6Y.js — 200 — 687 B — 98 ms — h2https://www.wattpad.com/wp-web-assets/build/_shared/chunk-6ZUQLUOS.jswww.wattpad.com/wp-web-assets/build... https://www.wattpad.com/wp-web-assets/build/_shared/chunk-6ZUQLUOS.js — 200 — 14.0 KiB — 120 ms — h2https://www.wattpad.com/wp-web-assets/build/_shared/chunk-NCVXWVVW.jswww.wattpad.com/wp-web-assets/build... https://www.wattpad.com/wp-web-assets/build/_shared/chunk-NCVXWVVW.js — 200 — 1.3 KiB — 94 ms — h2https://www.wattpad.com/wp-web-assets/build/_shared/chunk-VUUQH377.jswww.wattpad.com/wp-web-assets/build... https://www.wattpad.com/wp-web-assets/build/_shared/chunk-VUUQH377.js — 200 — 1.3 KiB — 95 ms — h2https://www.wattpad.com/wp-web-assets/build/_shared/chunk-7GSA6SSL.jswww.wattpad.com/wp-web-assets/build... https://www.wattpad.com/wp-web-assets/build/_shared/chunk-7GSA6SSL.js — 200 — 652 B — 121 ms — h2https://www.wattpad.com/wp-web-assets/build/_shared/chunk-64JDZSE3.jswww.wattpad.com/wp-web-assets/build... https://www.wattpad.com/wp-web-assets/build/_shared/chunk-64JDZSE3.js — 200 — 17.3 KiB — 123 ms — h2https://www.wattpad.com/wp-web-assets/build/_shared/chunk-SNM3CREJ.jswww.wattpad.com/wp-web-assets/build... https://www.wattpad.com/wp-web-assets/build/_shared/chunk-SNM3CREJ.js — 200 — 42.2 KiB — 174 ms — h2https://www.wattpad.com/wp-web-assets/build/_shared/chunk-WRFPJY3T.jswww.wattpad.com/wp-web-assets/build... https://www.wattpad.com/wp-web-assets/build/_shared/chunk-WRFPJY3T.js — 200 — 936 B — 124 ms — h2https://www.wattpad.com/wp-web-assets/build/root-FT53IL66.jswww.wattpad.com/wp-web-assets/build... https://www.wattpad.com/wp-web-assets/build/root-FT53IL66.js — 200 — 33.4 KiB — 173 ms — h2https://www.wattpad.com/wp-web-assets/build/_shared/chunk-4BLB6UHE.jswww.wattpad.com/wp-web-assets/build... https://www.wattpad.com/wp-web-assets/build/_shared/chunk-4BLB6UHE.js — 200 — 1.8 KiB — 142 ms — h2https://www.wattpad.com/wp-web-assets/build/_shared/chunk-4U2VR2SZ.jswww.wattpad.com/wp-web-assets/build... https://www.wattpad.com/wp-web-assets/build/_shared/chunk-4U2VR2SZ.js — 200 — 1.8 KiB — 101 ms — h2https://www.wattpad.com/wp-web-assets/build/_shared/chunk-ANNGUSH2.jswww.wattpad.com/wp-web-assets/build... https://www.wattpad.com/wp-web-assets/build/_shared/chunk-ANNGUSH2.js — 200 — 15.9 KiB — 102 ms — h2https://www.wattpad.com/wp-web-assets/build/_shared/chunk-Q7PST2PA.jswww.wattpad.com/wp-web-assets/build... https://www.wattpad.com/wp-web-assets/build/_shared/chunk-Q7PST2PA.js — 200 — 1.3 KiB — 143 ms — h2https://www.wattpad.com/wp-web-assets/build/_shared/chunk-HG6VKKPY.jswww.wattpad.com/wp-web-assets/build... https://www.wattpad.com/wp-web-assets/build/_shared/chunk-HG6VKKPY.js — 200 — 1.4 KiB — 140 ms — h2https://www.wattpad.com/wp-web-assets/build/_shared/chunk-UWNN3P7T.jswww.wattpad.com/wp-web-assets/build... https://www.wattpad.com/wp-web-assets/build/_shared/chunk-UWNN3P7T.js — 200 — 664 B — 103 ms — h2https://www.wattpad.com/wp-web-assets/build/_shared/chunk-PTDLG6JT.jswww.wattpad.com/wp-web-assets/build... https://www.wattpad.com/wp-web-assets/build/_shared/chunk-PTDLG6JT.js — 200 — 2.4 KiB — 152 ms — h2https://www.wattpad.com/wp-web-assets/build/_shared/chunk-WTNBQ3RX.jswww.wattpad.com/wp-web-assets/build... https://www.wattpad.com/wp-web-assets/build/_shared/chunk-WTNBQ3RX.js — 200 — 571 B — 144 ms — h2https://www.wattpad.com/wp-web-assets/build/_shared/chunk-OOEOQTRB.jswww.wattpad.com/wp-web-assets/build... https://www.wattpad.com/wp-web-assets/build/_shared/chunk-OOEOQTRB.js — 200 — 733 B — 104 ms — h2https://www.wattpad.com/wp-web-assets/build/_shared/chunk-ETRJWPBV.jswww.wattpad.com/wp-web-assets/build... https://www.wattpad.com/wp-web-assets/build/_shared/chunk-ETRJWPBV.js — 200 — 1.0 KiB — 153 ms — h2https://www.wattpad.com/wp-web-assets/build/_shared/chunk-NZUR3HR4.jswww.wattpad.com/wp-web-assets/build... https://www.wattpad.com/wp-web-assets/build/_shared/chunk-NZUR3HR4.js — 200 — 664 B — 165 ms — h2https://www.wattpad.com/wp-web-assets/build/_shared/chunk-MKZVYRB5.jswww.wattpad.com/wp-web-assets/build... https://www.wattpad.com/wp-web-assets/build/_shared/chunk-MKZVYRB5.js — 200 — 651 B — 154 ms — h2https://www.wattpad.com/wp-web-assets/build/_shared/chunk-FXAGX4NV.jswww.wattpad.com/wp-web-assets/build... https://www.wattpad.com/wp-web-assets/build/_shared/chunk-FXAGX4NV.js — 200 — 2.0 KiB — 155 ms — h2https://www.wattpad.com/wp-web-assets/build/routes/_index-5KZKMFG6.jswww.wattpad.com/wp-web-assets/build... https://www.wattpad.com/wp-web-assets/build/routes/_index-5KZKMFG6.js — 200 — 9.5 KiB — 159 ms — h2https://www.wattpad.com/wp-web-assets/images/wp-search.svgwww.wattpad.com/wp-web-assets/image... https://www.wattpad.com/wp-web-assets/images/wp-search.svg — 200 — 985 B — 138 ms — h2https://cdn.cookielaw.org/consent/2f739687-3621-49e8-8522-0f4791c90851/2f739687-3621-49e8-8522-0f4791c90851.jsoncdn.cookielaw.org/consent/2f739687-... https://cdn.cookielaw.org/consent/2f739687-3621-49e8-8522-0f4791c90851/2f739687-3621-49e8-8522-0f4791c90851.json — 200 — 3.0 KiB — 89 ms — h2https://accounts.google.com/gsi/clientaccounts.google.com/gsi/client https://accounts.google.com/gsi/client — 200 — 96.2 KiB — 284 ms — h2https://www.wattpad.com/wp-web-assets/images/get-mobile/app-store/app-store-new.svgwww.wattpad.com/wp-web-assets/image... https://www.wattpad.com/wp-web-assets/images/get-mobile/app-store/app-store-new.svg — 200 — 7.7 KiB — 58 ms — h2https://www.wattpad.com/wp-web-assets/images/get-mobile/google-play/en.pngwww.wattpad.com/wp-web-assets/image... https://www.wattpad.com/wp-web-assets/images/get-mobile/google-play/en.png — 200 — 19.7 KiB — 59 ms — h2https://www.wattpad.com/wp-web-assets/images/landing/hero.webpwww.wattpad.com/wp-web-assets/image... https://www.wattpad.com/wp-web-assets/images/landing/hero.webp — 200 — 101.4 KiB — 81 ms — h2https://www.wattpad.com/wp-web-assets/images/landing/profile-card-1.pngwww.wattpad.com/wp-web-assets/image... https://www.wattpad.com/wp-web-assets/images/landing/profile-card-1.png — 200 — 3.4 KiB — 66 ms — h2https://www.wattpad.com/wp-web-assets/images/landing/profile-card-2.pngwww.wattpad.com/wp-web-assets/image... https://www.wattpad.com/wp-web-assets/images/landing/profile-card-2.png — 200 — 3.0 KiB — 67 ms — h2https://www.wattpad.com/wp-web-assets/images/landing/fanfiction-desktop.svgwww.wattpad.com/wp-web-assets/image... https://www.wattpad.com/wp-web-assets/images/landing/fanfiction-desktop.svg — 200 — 24.1 KiB — 69 ms — h2https://www.wattpad.com/wp-web-assets/images/landing/genres-section.pngwww.wattpad.com/wp-web-assets/image... https://www.wattpad.com/wp-web-assets/images/landing/genres-section.png — 200 — 100.3 KiB — 85 ms — h2https://static.wattpad.com/image/romance-illo@120x120.pngstatic.wattpad.com/image/romance-il... https://static.wattpad.com/image/romance-illo@120x120.png — 200 — 39.0 KiB — 91 ms — h2https://static.wattpad.com/image/fanfic-illo@120x120.pngstatic.wattpad.com/image/fanfic-ill... https://static.wattpad.com/image/fanfic-illo@120x120.png — 200 — 27.1 KiB — 101 ms — h2https://static.wattpad.com/image/lgbt-illo@120x120.pngstatic.wattpad.com/image/lgbt-illo@... https://static.wattpad.com/image/lgbt-illo@120x120.png — 200 — 34.1 KiB — 107 ms — h2https://static.wattpad.com/image/paidstories-illo@120x120.pngstatic.wattpad.com/image/paidstorie... https://static.wattpad.com/image/paidstories-illo@120x120.png — 200 — 17.1 KiB — 92 ms — h2https://static.wattpad.com/image/werewolf-illo@120x120.pngstatic.wattpad.com/image/werewolf-i... https://static.wattpad.com/image/werewolf-illo@120x120.png — 200 — 31.7 KiB — 112 ms — h2https://static.wattpad.com/image/newadult-illo@120x120.pngstatic.wattpad.com/image/newadult-i... https://static.wattpad.com/image/newadult-illo@120x120.png — 200 — 32.8 KiB — 72 ms — h2https://www.wattpad.com/wp-web-assets/images/landing/book-club.pngwww.wattpad.com/wp-web-assets/image... https://www.wattpad.com/wp-web-assets/images/landing/book-club.png — 200 — 64.7 KiB — 80 ms — h2https://www.wattpad.com/wp-web-assets/images/landing/profile-card-3.pngwww.wattpad.com/wp-web-assets/image... https://www.wattpad.com/wp-web-assets/images/landing/profile-card-3.png — 200 — 3.1 KiB — 74 ms — h2https://www.wattpad.com/wp-web-assets/images/landing/profile-card-4.pngwww.wattpad.com/wp-web-assets/image... https://www.wattpad.com/wp-web-assets/images/landing/profile-card-4.png — 200 — 3.2 KiB — 75 ms — h2https://www.wattpad.com/wp-web-assets/images/landing/studio-cover-1.pngwww.wattpad.com/wp-web-assets/image... https://www.wattpad.com/wp-web-assets/images/landing/studio-cover-1.png — 200 — 109.4 KiB — 86 ms — h2https://www.wattpad.com/wp-web-assets/images/landing/studio-cover-2.pngwww.wattpad.com/wp-web-assets/image... https://www.wattpad.com/wp-web-assets/images/landing/studio-cover-2.png — 200 — 97.9 KiB — 96 ms — h2https://www.wattpad.com/wp-web-assets/images/landing/studio-cover-3.pngwww.wattpad.com/wp-web-assets/image... https://www.wattpad.com/wp-web-assets/images/landing/studio-cover-3.png — 200 — 66.9 KiB — 94 ms — h2https://www.wattpad.com/wp-web-assets/images/landing/get-app-new.pngwww.wattpad.com/wp-web-assets/image... https://www.wattpad.com/wp-web-assets/images/landing/get-app-new.png — 200 — 56.1 KiB — 86 ms — h2https://www.wattpad.com/wp-web-assets/images/landing/getapp-section.webpwww.wattpad.com/wp-web-assets/image... https://www.wattpad.com/wp-web-assets/images/landing/getapp-section.webp — 200 — 214.8 KiB — 140 ms — h2https://www.wattpad.com/wp-web-assets/images/landing/footer-wave.svgwww.wattpad.com/wp-web-assets/image... https://www.wattpad.com/wp-web-assets/images/landing/footer-wave.svg — 200 — 684 B — 102 ms — h2https://www.wattpad.com/wp-web-assets/images/landing/socials/tiktok-footer.pngwww.wattpad.com/wp-web-assets/image... https://www.wattpad.com/wp-web-assets/images/landing/socials/tiktok-footer.png — 200 — 1.2 KiB — 102 ms — h2https://www.wattpad.com/wp-web-assets/images/landing/socials/instagram-footer.pngwww.wattpad.com/wp-web-assets/image... https://www.wattpad.com/wp-web-assets/images/landing/socials/instagram-footer.png — 200 — 1.2 KiB — 103 ms — h2https://www.wattpad.com/wp-web-assets/images/landing/socials/pinterest-footer.pngwww.wattpad.com/wp-web-assets/image... https://www.wattpad.com/wp-web-assets/images/landing/socials/pinterest-footer.png — 200 — 1.7 KiB — 112 ms — h2https://www.wattpad.com/wp-web-assets/images/landing/socials/youtube-footer.pngwww.wattpad.com/wp-web-assets/image... https://www.wattpad.com/wp-web-assets/images/landing/socials/youtube-footer.png — 200 — 1.2 KiB — 108 ms — h2https://www.wattpad.com/wp-web-assets/images/landing/socials/twitter-footer.pngwww.wattpad.com/wp-web-assets/image... https://www.wattpad.com/wp-web-assets/images/landing/socials/twitter-footer.png — 200 — 1.4 KiB — 110 ms — h2https://www.wattpad.com/wp-web-assets/images/landing/socials/facebook-footer.pngwww.wattpad.com/wp-web-assets/image... https://www.wattpad.com/wp-web-assets/images/landing/socials/facebook-footer.png — 200 — 1.2 KiB — 126 ms — h2https://www.wattpad.com/wp-web-assets/build/_assets/hero-wave-VRRYHUD7.svgwww.wattpad.com/wp-web-assets/build... https://www.wattpad.com/wp-web-assets/build/_assets/hero-wave-VRRYHUD7.svg — 200 — 686 B — 81 ms — h2https://www.wattpad.com/wp-web-assets/build/_assets/fanfiction-bottom-GDNGUT3T.svgwww.wattpad.com/wp-web-assets/build... https://www.wattpad.com/wp-web-assets/build/_assets/fanfiction-bottom-GDNGUT3T.svg — 200 — 1.2 KiB — 83 ms — h2https://www.wattpad.com/wp-web-assets/build/_assets/genres-top-right-GNFITEYM.svgwww.wattpad.com/wp-web-assets/build... https://www.wattpad.com/wp-web-assets/build/_assets/genres-top-right-GNFITEYM.svg — 200 — 1.2 KiB — 86 ms — h2https://www.wattpad.com/wp-web-assets/build/_assets/genres-wave-LJ3GECKR.svgwww.wattpad.com/wp-web-assets/build... https://www.wattpad.com/wp-web-assets/build/_assets/genres-wave-LJ3GECKR.svg — 200 — 742 B — 83 ms — h2https://www.wattpad.com/wp-web-assets/build/_assets/wp_search-R77HHWMG.svgwww.wattpad.com/wp-web-assets/build... https://www.wattpad.com/wp-web-assets/build/_assets/wp_search-R77HHWMG.svg — 200 — 1.2 KiB — 88 ms — h2https://www.wattpad.com/wp-web-assets/build/_assets/studio-bottom-left-3MWU4CP4.svgwww.wattpad.com/wp-web-assets/build... https://www.wattpad.com/wp-web-assets/build/_assets/studio-bottom-left-3MWU4CP4.svg — 200 — 1.2 KiB — 89 ms — h2https://www.wattpad.com/wp-web-assets/build/_assets/studios-wave-4P3HCS7I.svgwww.wattpad.com/wp-web-assets/build... https://www.wattpad.com/wp-web-assets/build/_assets/studios-wave-4P3HCS7I.svg — 200 — 701 B — 91 ms — h2https://static.wattpad.com/image/fantasy-illo@120x120.pngstatic.wattpad.com/image/fantasy-il... https://static.wattpad.com/image/fantasy-illo@120x120.png — 200 — 32.9 KiB — 84 ms — h2https://static.wattpad.com/image/shortstory-illo@120x120.pngstatic.wattpad.com/image/shortstory... https://static.wattpad.com/image/shortstory-illo@120x120.png — 200 — 28.3 KiB — 86 ms — h2https://static.wattpad.com/image/teenfic-illo@120x120.pngstatic.wattpad.com/image/teenfic-il... https://static.wattpad.com/image/teenfic-illo@120x120.png — 200 — 30.1 KiB — 92 ms — h2https://static.wattpad.com/image/historicalfic-illo@120x120.pngstatic.wattpad.com/image/historical... https://static.wattpad.com/image/historicalfic-illo@120x120.png — 200 — 27.4 KiB — 93 ms — h2https://static.wattpad.com/image/paranormal-illo@120x120.pngstatic.wattpad.com/image/paranormal... https://static.wattpad.com/image/paranormal-illo@120x120.png — 200 — 33.6 KiB — 105 ms — h2https://static.wattpad.com/image/edschoice-illo@120x120.pngstatic.wattpad.com/image/edschoice-... https://static.wattpad.com/image/edschoice-illo@120x120.png — 200 — 12.0 KiB — 106 ms — h2https://static.wattpad.com/image/humor-illo@120x120.pngstatic.wattpad.com/image/humor-illo... https://static.wattpad.com/image/humor-illo@120x120.png — 200 — 32.9 KiB — 113 ms — h2https://static.wattpad.com/image/horror-illo@120x120.pngstatic.wattpad.com/image/horror-ill... https://static.wattpad.com/image/horror-illo@120x120.png — 200 — 25.4 KiB — 115 ms — h2https://static.wattpad.com/image/urban-illo@120x120.pngstatic.wattpad.com/image/urban-illo... https://static.wattpad.com/image/urban-illo@120x120.png — 200 — 30.7 KiB — 116 ms — h2https://static.wattpad.com/image/diverselit-illo@120x120.pngstatic.wattpad.com/image/diverselit... https://static.wattpad.com/image/diverselit-illo@120x120.png — 200 — 33.5 KiB — 118 ms — h2https://static.wattpad.com/image/mystery-illo@120x120.pngstatic.wattpad.com/image/mystery-il... https://static.wattpad.com/image/mystery-illo@120x120.png — 200 — 30.7 KiB — 119 ms — h2https://static.wattpad.com/image/thriller-illo@120x120.pngstatic.wattpad.com/image/thriller-i... https://static.wattpad.com/image/thriller-illo@120x120.png — 200 — 40.0 KiB — 120 ms — h2https://static.wattpad.com/image/scifi-illo@120x120.pngstatic.wattpad.com/image/scifi-illo... https://static.wattpad.com/image/scifi-illo@120x120.png — 200 — 31.7 KiB — 121 ms — h2https://static.wattpad.com/image/wattys2-illo@120x120.pngstatic.wattpad.com/image/wattys2-il... https://static.wattpad.com/image/wattys2-illo@120x120.png — 200 — 12.3 KiB — 122 ms — h2https://static.wattpad.com/image/adventure-illo@120x120.pngstatic.wattpad.com/image/adventure-... https://static.wattpad.com/image/adventure-illo@120x120.png — 200 — 27.5 KiB — 124 ms — h2https://static.wattpad.com/image/nonfiction-illo@120x120.pngstatic.wattpad.com/image/nonfiction... https://static.wattpad.com/image/nonfiction-illo@120x120.png — 200 — 32.4 KiB — 125 ms — h2https://static.wattpad.com/image/poetry-illo@120x120.pngstatic.wattpad.com/image/poetry-ill... https://static.wattpad.com/image/poetry-illo@120x120.png — 200 — 28.6 KiB — 128 ms — h2https://www.wattpad.com/wp-web-assets/fonts/Source_Sans_Pro/SourceSansPro-Bold.ttfwww.wattpad.com/wp-web-assets/fonts... https://www.wattpad.com/wp-web-assets/fonts/Source_Sans_Pro/SourceSansPro-Bold.ttf — 200 — 107.2 KiB — 100 ms — h2https://img.wattpad.com/cover/402659967-256-k650601.jpgimg.wattpad.com/cover/402659967-256... https://img.wattpad.com/cover/402659967-256-k650601.jpg — 200 — 24.1 KiB — 116 ms — h2https://img.wattpad.com/cover/347718219-256-k372666.jpgimg.wattpad.com/cover/347718219-256... https://img.wattpad.com/cover/347718219-256-k372666.jpg — 200 — 14.4 KiB — 123 ms — h2https://img.wattpad.com/cover/181121904-256-k819414.jpgimg.wattpad.com/cover/181121904-256... https://img.wattpad.com/cover/181121904-256-k819414.jpg — 200 — 10.3 KiB — 118 ms — h2https://img.wattpad.com/cover/319781399-256-k708756.jpgimg.wattpad.com/cover/319781399-256... https://img.wattpad.com/cover/319781399-256-k708756.jpg — 200 — 26.8 KiB — 120 ms — h2https://img.wattpad.com/cover/326277149-256-k534899.jpgimg.wattpad.com/cover/326277149-256... https://img.wattpad.com/cover/326277149-256-k534899.jpg — 200 — 18.0 KiB — 92 ms — h2https://img.wattpad.com/cover/90623050-256-k503464.jpgimg.wattpad.com/cover/90623050-256-... https://img.wattpad.com/cover/90623050-256-k503464.jpg — 200 — 15.6 KiB — 96 ms — h2https://img.wattpad.com/cover/7483469-256-k557503.jpgimg.wattpad.com/cover/7483469-256-k... https://img.wattpad.com/cover/7483469-256-k557503.jpg — 200 — 16.8 KiB — 70 ms — h2https://img.wattpad.com/cover/376957415-256-k278250.jpgimg.wattpad.com/cover/376957415-256... https://img.wattpad.com/cover/376957415-256-k278250.jpg — 200 — 16.0 KiB — 79 ms — h2https://img.wattpad.com/cover/231385938-256-k670433.jpgimg.wattpad.com/cover/231385938-256... https://img.wattpad.com/cover/231385938-256-k670433.jpg — 200 — 17.9 KiB — 69 ms — h2https://img.wattpad.com/cover/386615177-256-k349447.jpgimg.wattpad.com/cover/386615177-256... https://img.wattpad.com/cover/386615177-256-k349447.jpg — 200 — 27.8 KiB — 72 ms — h2https://img.wattpad.com/cover/393392420-256-k765847.jpgimg.wattpad.com/cover/393392420-256... https://img.wattpad.com/cover/393392420-256-k765847.jpg — 200 — 22.6 KiB — 75 ms — h2https://img.wattpad.com/cover/276321551-256-k423457.jpgimg.wattpad.com/cover/276321551-256... https://img.wattpad.com/cover/276321551-256-k423457.jpg — 200 — 13.4 KiB — 80 ms — h2https://img.wattpad.com/cover/224016460-256-k545328.jpgimg.wattpad.com/cover/224016460-256... https://img.wattpad.com/cover/224016460-256-k545328.jpg — 200 — 28.4 KiB — 81 ms — h2https://img.wattpad.com/cover/345813647-256-k927272.jpgimg.wattpad.com/cover/345813647-256... https://img.wattpad.com/cover/345813647-256-k927272.jpg — 200 — 23.6 KiB — 91 ms — h2https://img.wattpad.com/cover/257468746-256-k968278.jpgimg.wattpad.com/cover/257468746-256... https://img.wattpad.com/cover/257468746-256-k968278.jpg — 200 — 16.6 KiB — 83 ms — h2https://img.wattpad.com/cover/258988576-256-k691256.jpgimg.wattpad.com/cover/258988576-256... https://img.wattpad.com/cover/258988576-256-k691256.jpg — 200 — 17.6 KiB — 92 ms — h2https://img.wattpad.com/cover/351599673-256-k685282.jpgimg.wattpad.com/cover/351599673-256... https://img.wattpad.com/cover/351599673-256-k685282.jpg — 200 — 18.2 KiB — 85 ms — h2https://img.wattpad.com/cover/240045572-256-k886785.jpgimg.wattpad.com/cover/240045572-256... https://img.wattpad.com/cover/240045572-256-k886785.jpg — 200 — 13.0 KiB — 86 ms — h2https://img.wattpad.com/cover/387928203-256-k709498.jpgimg.wattpad.com/cover/387928203-256... https://img.wattpad.com/cover/387928203-256-k709498.jpg — 200 — 11.2 KiB — 93 ms — h2https://img.wattpad.com/cover/1890687-256-k78617.jpgimg.wattpad.com/cover/1890687-256-k... https://img.wattpad.com/cover/1890687-256-k78617.jpg — 200 — 13.6 KiB — 87 ms — h2https://geolocation.onetrust.com/cookieconsentpub/v1/geo/locationgeolocation.onetrust.com/cookiecons... https://geolocation.onetrust.com/cookieconsentpub/v1/geo/location — 200 — 303 B — 94 ms — h2https://img.wattpad.com/cover/350193740-256-k590797.jpgimg.wattpad.com/cover/350193740-256... https://img.wattpad.com/cover/350193740-256-k590797.jpg — 200 — 17.2 KiB — 84 ms — h2https://img.wattpad.com/cover/246316767-256-k892757.jpgimg.wattpad.com/cover/246316767-256... https://img.wattpad.com/cover/246316767-256-k892757.jpg — 200 — 13.9 KiB — 89 ms — h2https://img.wattpad.com/cover/265841465-256-k38059.jpgimg.wattpad.com/cover/265841465-256... https://img.wattpad.com/cover/265841465-256-k38059.jpg — 200 — 13.0 KiB — 90 ms — h2https://img.wattpad.com/cover/115320159-256-k93435.jpgimg.wattpad.com/cover/115320159-256... https://img.wattpad.com/cover/115320159-256-k93435.jpg — 200 — 17.2 KiB — 93 ms — h2https://img.wattpad.com/cover/147933890-256-k850056.jpgimg.wattpad.com/cover/147933890-256... https://img.wattpad.com/cover/147933890-256-k850056.jpg — 200 — 16.1 KiB — 94 ms — h2https://img.wattpad.com/cover/111614995-256-k231751.jpgimg.wattpad.com/cover/111614995-256... https://img.wattpad.com/cover/111614995-256-k231751.jpg — 200 — 19.3 KiB — 95 ms — h2https://img.wattpad.com/cover/19145631-256-k698481.jpgimg.wattpad.com/cover/19145631-256-... https://img.wattpad.com/cover/19145631-256-k698481.jpg — 200 — 14.0 KiB — 96 ms — h2https://img.wattpad.com/cover/158008243-256-k81562.jpgimg.wattpad.com/cover/158008243-256... https://img.wattpad.com/cover/158008243-256-k81562.jpg — 200 — 19.4 KiB — 97 ms — h2https://img.wattpad.com/cover/198853565-256-k64043.jpgimg.wattpad.com/cover/198853565-256... https://img.wattpad.com/cover/198853565-256-k64043.jpg — 200 — 31.1 KiB — 98 ms — h2https://img.wattpad.com/cover/360094542-256-k934466.jpgimg.wattpad.com/cover/360094542-256... https://img.wattpad.com/cover/360094542-256-k934466.jpg — 200 — 20.2 KiB — 100 ms — h2https://img.wattpad.com/cover/397727457-256-k151573.jpgimg.wattpad.com/cover/397727457-256... https://img.wattpad.com/cover/397727457-256-k151573.jpg — 200 — 16.8 KiB — 101 ms — h2https://img.wattpad.com/cover/155084955-256-k847025.jpgimg.wattpad.com/cover/155084955-256... https://img.wattpad.com/cover/155084955-256-k847025.jpg — 200 — 21.3 KiB — 102 ms — h2https://img.wattpad.com/cover/240256215-256-k313533.jpgimg.wattpad.com/cover/240256215-256... https://img.wattpad.com/cover/240256215-256-k313533.jpg — 200 — 23.2 KiB — 103 ms — h2https://img.wattpad.com/cover/396290476-256-k264607.jpgimg.wattpad.com/cover/396290476-256... https://img.wattpad.com/cover/396290476-256-k264607.jpg — 200 — 17.5 KiB — 104 ms — h2https://img.wattpad.com/cover/396703505-256-k776758.jpgimg.wattpad.com/cover/396703505-256... https://img.wattpad.com/cover/396703505-256-k776758.jpg — 200 — 11.6 KiB — 105 ms — h2https://img.wattpad.com/cover/378954742-256-k824915.jpgimg.wattpad.com/cover/378954742-256... https://img.wattpad.com/cover/378954742-256-k824915.jpg — 200 — 41.3 KiB — 106 ms — h2https://img.wattpad.com/cover/394344302-256-k45695.jpgimg.wattpad.com/cover/394344302-256... https://img.wattpad.com/cover/394344302-256-k45695.jpg — 200 — 16.3 KiB — 107 ms — h2https://img.wattpad.com/cover/124711439-256-k985459.jpgimg.wattpad.com/cover/124711439-256... https://img.wattpad.com/cover/124711439-256-k985459.jpg — 200 — 25.6 KiB — 108 ms — h2https://img.wattpad.com/cover/5095707-256-k764271.jpgimg.wattpad.com/cover/5095707-256-k... https://img.wattpad.com/cover/5095707-256-k764271.jpg — 200 — 17.4 KiB — 109 ms — h2https://img.wattpad.com/cover/389097748-256-k992145.jpgimg.wattpad.com/cover/389097748-256... https://img.wattpad.com/cover/389097748-256-k992145.jpg — 200 — 25.7 KiB — 110 ms — h2https://img.wattpad.com/cover/18024139-256-k854044.jpgimg.wattpad.com/cover/18024139-256-... https://img.wattpad.com/cover/18024139-256-k854044.jpg — 200 — 24.1 KiB — 113 ms — h2https://img.wattpad.com/cover/80428185-256-k903753.jpgimg.wattpad.com/cover/80428185-256-... https://img.wattpad.com/cover/80428185-256-k903753.jpg — 200 — 23.7 KiB — 114 ms — h2https://img.wattpad.com/cover/890487-256-k461724.jpgimg.wattpad.com/cover/890487-256-k4... https://img.wattpad.com/cover/890487-256-k461724.jpg — 200 — 19.6 KiB — 121 ms — h2https://img.wattpad.com/cover/21530897-256-k713766.jpgimg.wattpad.com/cover/21530897-256-... https://img.wattpad.com/cover/21530897-256-k713766.jpg — 200 — 29.9 KiB — 115 ms — h2https://img.wattpad.com/cover/11070537-256-k296790.jpgimg.wattpad.com/cover/11070537-256-... https://img.wattpad.com/cover/11070537-256-k296790.jpg — 200 — 23.4 KiB — 116 ms — h2https://img.wattpad.com/cover/393556265-256-k745301.jpgimg.wattpad.com/cover/393556265-256... https://img.wattpad.com/cover/393556265-256-k745301.jpg — 200 — 19.4 KiB — 116 ms — h2https://img.wattpad.com/cover/397656072-256-k913360.jpgimg.wattpad.com/cover/397656072-256... https://img.wattpad.com/cover/397656072-256-k913360.jpg — 200 — 23.1 KiB — 118 ms — h2https://img.wattpad.com/cover/5949534-256-k579768.jpgimg.wattpad.com/cover/5949534-256-k... https://img.wattpad.com/cover/5949534-256-k579768.jpg — 200 — 15.5 KiB — 119 ms — h2https://cdn.cookielaw.org/scripttemplates/202601.2.0/otBannerSdk.jscdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202601.2.0/otBannerSdk.js — 200 — 128.4 KiB — 50 ms — h2https://accounts.google.com/gsi/styleaccounts.google.com/gsi/style https://accounts.google.com/gsi/style — 200 — 666 B — 146 ms — h2https://www.wattpad.com/wp-web-assets/locales/en_US/web.jsonwww.wattpad.com/wp-web-assets/local... https://www.wattpad.com/wp-web-assets/locales/en_US/web.json — 200 — 19.1 KiB — 5 ms — h2https://www.wattpad.com/wp-web-assets/locales/en_US/web.jsonwww.wattpad.com/wp-web-assets/local... https://www.wattpad.com/wp-web-assets/locales/en_US/web.json — 200 — 0 B — 7 ms — h2https://track.wattpad.com/api/eventtrack.wattpad.com/api/event https://track.wattpad.com/api/event — 200 — 0 B — 302 ms — h2https://a.wp-e.net/prebid.jsa.wp-e.net/prebid.js https://a.wp-e.net/prebid.js — -1 — 0 B — 63 ms — https://track.wattpad.com/api/eventtrack.wattpad.com/api/event https://track.wattpad.com/api/event — 200 — 0 B — 297 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-WD9JLBwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-WD9JLB — 200 — 159.3 KiB — 245 ms — h2https://www.wattpad.com/wp-web-assets/scripts/ads/ados.jswww.wattpad.com/wp-web-assets/scrip... https://www.wattpad.com/wp-web-assets/scripts/ads/ados.js — 200 — 9.3 KiB — 4 ms — h2https://track.wattpad.com/api/eventtrack.wattpad.com/api/event https://track.wattpad.com/api/event — 200 — 0 B — 277 ms — h2https://cdn.cookielaw.org/consent/2f739687-3621-49e8-8522-0f4791c90851/01989ee2-409e-702a-87f4-815cc52f79c5/en.jsoncdn.cookielaw.org/consent/2f739687-... https://cdn.cookielaw.org/consent/2f739687-3621-49e8-8522-0f4791c90851/01989ee2-409e-702a-87f4-815cc52f79c5/en.json — 200 — 47.5 KiB — 60 ms — h2https://cdn.cookielaw.org/vendorlist/iab2V2Data.jsoncdn.cookielaw.org/vendorlist/iab2V2... https://cdn.cookielaw.org/vendorlist/iab2V2Data.json — 200 — 86.9 KiB — 47 ms — h2https://cdn.cookielaw.org/scripttemplates/202601.2.0/otTCF.jscdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202601.2.0/otTCF.js — 200 — 17.8 KiB — 31 ms — h2https://cdn.cookielaw.org/scripttemplates/202601.2.0/assets/otFlat.jsoncdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202601.2.0/assets/otFlat.json — 200 — 3.4 KiB — 28 ms — h2https://cdn.cookielaw.org/scripttemplates/202601.2.0/assets/otCommonStyles.csscdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202601.2.0/assets/otCommonStyles.css — 200 — 4.7 KiB — 29 ms — h2https://www.google-analytics.com/analytics.jswww.google-analytics.com/analytics.... https://www.google-analytics.com/analytics.js — 200 — 20.9 KiB — 129 ms — h2https://www.googletagmanager.com/gtag/js?id=G-FNDTZ0MZDQ&cx=c&gtm=4e64f0www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-FNDTZ0MZDQ&cx=c&gtm=4e64f0 — 200 — 167.5 KiB — 102 ms — h2https://track.wattpad.com/api/eventtrack.wattpad.com/api/event https://track.wattpad.com/api/event — 200 — 114 B — 106 ms — h2https://sb.scorecardresearch.com/beacon.jssb.scorecardresearch.com/beacon.js https://sb.scorecardresearch.com/beacon.js — 200 — 6.7 KiB — 61 ms — h2https://static.clmbtech.com/ase/65973/3140/aa.jsstatic.clmbtech.com/ase/65973/3140/... https://static.clmbtech.com/ase/65973/3140/aa.js — 200 — 3.1 KiB — 11 ms — h2https://track.wattpad.com/api/eventtrack.wattpad.com/api/event https://track.wattpad.com/api/event — 200 — 114 B — 184 ms — h2https://track.wattpad.com/api/eventtrack.wattpad.com/api/event https://track.wattpad.com/api/event — 200 — 114 B — 183 ms — h2https://sb.scorecardresearch.com/b?c1=2&c2=18767423&ns__t=1776362182304&ns_c=UTF-8&c8=Wattpad%20-%20Where%20stories%20live&c7=https%3A%2F%2Fwww.wattpad.com%2F&c9=sb.scorecardresearch.com/b?c1=2&c2=... https://sb.scorecardresearch.com/b?c1=2&c2=18767423&ns__t=1776362182304&ns_c=UTF-8&c8=Wattpad%20-%20Where%20stories%20live&c7=https%3A%2F%2Fwww.wattpad.com%2F&c9= — 204 — 225 B — 67 ms — h2https://ase.clmbtech.com/message?cid=65973%3A3140&val_102=www.wattpad.com&val_120=0&val_101=65973%3A3140&val_101=ctrt%3Awattpad.com&val_122=ase.clmbtech.com/message?cid=65973%... https://ase.clmbtech.com/message?cid=65973%3A3140&val_102=www.wattpad.com&val_120=0&val_101=65973%3A3140&val_101=ctrt%3Awattpad.com&val_122= — 200 — 883 B — 179 ms — h2https://region1.google-analytics.com/g/collect?v=2&tid=G-FNDTZ0MZDQ&gtm=45je64f0v878746336z86511769za20gzb6511769zd6511769&_p=1776362182010&gcd=13l3lPl2l1l1&npa=1&dma_cps=a&dma=1&tcfd=10001&are=1&cid=812815530.1776362182&frm=0&pscdl=noapi&rcb=12&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.55%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115616986~115938466~115938469~117266401&sid=1776362182&sct=1&seg=0&dl=https%3A%2F%2Fwww.wattpad.com%2F&dt=Wattpad%20-%20Where%20stories%20live&en=page_view&_fv=2&_nsi=1&_ss=2&ep.wp_web_page=true&tfd=1420region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-FNDTZ0MZDQ&gtm=45je64f0v878746336z86511769za20gzb6511769zd6511769&_p=1776362182010&gcd=13l3lPl2l1l1&npa=1&dma_cps=a&dma=1&tcfd=10001&are=1&cid=812815530.1776362182&frm=0&pscdl=noapi&rcb=12&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.55%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115616986~115938466~115938469~117266401&sid=1776362182&sct=1&seg=0&dl=https%3A%2F%2Fwww.wattpad.com%2F&dt=Wattpad%20-%20Where%20stories%20live&en=page_view&_fv=2&_nsi=1&_ss=2&ep.wp_web_page=true&tfd=1420 — 204 — 549 B — 69 ms — h2https://ampcid.google.com/v1/publisher:getClientId?key=AIzaSyA65lEHUEizIsNtlbNo-l2K18dT680nsaMampcid.google.com/v1/publisher:getC... https://ampcid.google.com/v1/publisher:getClientId?key=AIzaSyA65lEHUEizIsNtlbNo-l2K18dT680nsaM — 200 — 432 B — 242 ms — h2https://sb.scorecardresearch.com/c2/18767423/cs.jssb.scorecardresearch.com/c2/1876742... https://sb.scorecardresearch.com/c2/18767423/cs.js — 302 — 260 B — 30 ms — h2https://www.wattpad.com/favicon.icowww.wattpad.com/favicon.ico https://www.wattpad.com/favicon.ico — 200 — 15.2 KiB — 106 ms — h2https://sb.scorecardresearch.com/internal-c2/default/cs.jssb.scorecardresearch.com/internal-c... https://sb.scorecardresearch.com/internal-c2/default/cs.js — 200 — 359 B — 19 ms — h2https://ampcid.google.es/v1/publisher:getClientId?key=AIzaSyA65lEHUEizIsNtlbNo-l2K18dT680nsaMampcid.google.es/v1/publisher:getCl... https://ampcid.google.es/v1/publisher:getClientId?key=AIzaSyA65lEHUEizIsNtlbNo-l2K18dT680nsaM — 200 — 361 B — 139 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
100% of JavaScript execution is third-party
First-party Third-party 890ms · 423KB · $12/mo
Unattributable
Other
Costly
Execution 404ms
Transfer 0 KB
Monthly Cost $5/mo
www.wattpad.com
Other
Costly
Execution 225ms
Transfer 17 KB
Monthly Cost $3/mo
www.wattpad.com
Other
Optional
Execution 159ms
Transfer 79 KB
Unused 45%
Monthly Cost $2/mo
Google Tag Manager
Tag Manager
Optional
Execution 52ms
Transfer 167 KB
Unused 41%
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 50ms
Transfer 159 KB
Unused 49%
Monthly Cost $1/mo

These scripts may cost more than they're worth

  • Unattributable adds 404ms and costs ~$5/month
  • www.wattpad.com adds 225ms and costs ~$3/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 404ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

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

Source: web.dev

www.wattpad.com takes 225ms 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