Skip to content
https://wattpad.com

Performance

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

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

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

5.43 s

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

21.45 s

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

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

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

22.12 s

Page Load Progression

393 ms
786 ms
1.2 s
1.6 s
2.0 s
2.4 s
2.8 s
3.1 s
Checks
17
7 PASS 2 REVIEW 6 FIX
F
Page Weight Budget
Action
3.9 MB transferred, 210 requests
FIX
3.9 MB transferred, 210 requests
Critical::
Page weighs 7.8 MB (3.9 MB transferred)
Warning::
Images are 2.4 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 2.4 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::
210 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
3.9 MB / 2.4 MB budget
3.9 MB transferred
210 requests
0.83 g CO2 per page load
Images 2.4 MiB 61%
JavaScript 977.5 KiB 24%
Fonts 321.1 KiB 8%
Other 162.0 KiB 4%
CSS 57.0 KiB 1%
HTML 17.6 KiB 0%
Other 15.7 KiB 0%
Other 4.3 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 (3.9 MiB of 3.9 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Execution Cost
Action
4007ms total JS execution
FIX
4007ms total JS execution
Warning::
Unattributable: 1485ms CPU time
Warning::
https://www.wattpad.com/wp-web-assets/build/_share...: 980ms CPU time
Warning::
https://www.wattpad.com/: 607ms CPU time
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-WD9...: 268ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=G-FNDT...: 241ms CPU time
Warning::
Third-party scripts: 4007ms (100% of total)

Main Thread Breakdown

Script Evaluation 51% Other 28% Style & Layout 10% Script Parsing & Compilation 5%
ScriptTotalScriptingParse/CompileParty
Unattributable1485ms606ms0ms3rd
https://www.wattpad.com/wp-web-assets/build/_shared/chunk-BEEYMAMZ.js980ms821ms2ms3rd
https://www.wattpad.com/607ms31ms8ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-WD9JLB268ms209ms55ms3rd
https://www.googletagmanager.com/gtag/js?id=G-FNDTZ0MZDQ&cx=c&gtm=4e64f0241ms179ms60ms3rd
https://cdn.cookielaw.org/scripttemplates/202601.2.0/otBannerSdk.js150ms77ms42ms3rd
https://accounts.google.com/gsi/client76ms52ms21ms3rd
https://cdn.cookielaw.org/scripttemplates/otSDKStub.js68ms59ms2ms3rd
https://www.wattpad.com/wp-web-assets/build/routes/_index-5KZKMFG6.js68ms26ms0ms3rd
https://www.google-analytics.com/analytics.js65ms51ms4ms3rd
D
JS Bundles
Action
77 scripts, 347 KB unused
FIX
77 scripts, 347 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 (58%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://accounts.google.com/gsi/client: 70 KB unused (74%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-FNDT...: 69 KB unused (41%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.wattpad.com/wp-web-assets/build/_share...: 33 KB unused (42%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 347 KB
347 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 (58%)3rd
https://accounts.google.com/gsi/client96 KB70 KB (74%)3rd
https://www.googletagmanager.com/gtag/js?id=G-FNDTZ0MZDQ&cx=c&gtm=4e64f0167 KB69 KB (41%)3rd
https://www.wattpad.com/wp-web-assets/build/_shared/chunk-BEEYMAMZ.js79 KB33 KB (42%)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
210 resources · 3.9 MB · 347 KB savings available
FIX
210 resources · 3.9 MB · 347 KB savings available
Warning::
Page weight 2.9 MB over 1MB target
Got: 3.9 MB Expected: ≤ 1 MB
Info::
~347 KB of savings available
Warning::
209 third-party resources (100% of weight)
210 resources · 3.9 MiB · 209 third-party 2.9 MiB over 1MB target
Image 62% · 2.4 MiB
JavaScript 24% · 977.5 KiB
Font 8% · 321.1 KiB
Other 4% · 162.2 KiB
CSS 2% · 61.7 KiB
Document 0% · 17.6 KiB

~347.5 KiB of savings available

Remove unused JavaScript: 347.5 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://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/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/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/389097748-256-k99214... 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/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/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/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/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/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/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/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://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://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/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/393392420-256-k76584... 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/get-m... 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/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/378954742-256-k82491... 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/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/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/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/124711439-256-k98545... 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://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://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/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/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/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/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/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/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://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://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://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/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/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/397656072-256-k91336... 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://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/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/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/360094542-256-k93446... 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/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/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/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/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/393556265-256-k74530... 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/396703505-256-k77675... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
104 images 2.4 MB
0 oversized -0 KB
104 legacy format
63 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

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 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s 18.0 s 20.0 s 22.0 s FCP 5.4 s LCP 21.4 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 — 27 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 — 28 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 — 60 ms — font-display: swap
SourceSansPro-Regular.ttf ttf swap
Size 107 KB
Load time 27 ms
Start 388 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 28 ms
Start 389 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 60 ms
Start 621 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
2 hints, 0 missing preconnects
PASS
2 hints, 0 missing preconnects
Info::
Page uses 2 resource hint(s)

Current Resource Hints

preconnect
preload
2
dns-prefetch
prefetch

2 resource hints configured

A+
Render-Blocking Resources
No render-blocking resources detected
PASS
No render-blocking resources detected
Info::
No render-blocking resources detected in <head>
A+
Third-Party Resources
No third-party resources detected
PASS
No third-party resources detected
Network Waterfall
210 requests over 2620ms
INFO
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s 18.0 s 20.0 s 22.0 s FCP 5.4 s LCP 21.4 shttps://wattpad.com// https://wattpad.com/ — 301 — 286 B — 91 ms — h2https://www.wattpad.com/www.wattpad.com/ https://www.wattpad.com/ — 200 — 17.6 KiB — 382 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 — 19 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 — 27 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 — 28 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 — 648 B — 11 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 — 12 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 — 13 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 — 14 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 — 25 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 — 109 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 — 21 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 — 896 B — 22 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 — 986 B — 5 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 — 39 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 — 39 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 — 37 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 — 39 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 — 156 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 — 46 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 — 48 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 — 51 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 — 936 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 — 58 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 — 664 B — 59 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 — 117 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 — 76 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 — 76 ms — h2
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s 18.0 s 20.0 s 22.0 s FCP 5.4 s LCP 21.4 shttps://wattpad.com// https://wattpad.com/ — 301 — 286 B — 91 ms — h2https://www.wattpad.com/www.wattpad.com/ https://www.wattpad.com/ — 200 — 17.6 KiB — 382 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 — 19 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 — 27 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 — 28 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 — 648 B — 11 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 — 12 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 — 13 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 — 14 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 — 25 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 — 109 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 — 21 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 — 896 B — 22 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 — 986 B — 5 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 — 39 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 — 39 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 — 37 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 — 39 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 — 156 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 — 46 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 — 48 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 — 51 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 — 936 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 — 58 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 — 664 B — 59 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 — 117 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 — 76 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 — 76 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 — 77 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 — 78 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 — 849 B — 80 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 — 664 B — 82 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 — 84 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 — 86 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 — 87 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 — 118 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 — 625 B — 89 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 — 120 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 — 90 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 — 125 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 — 91 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 — 92 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 — 745 B — 93 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 — 933 B — 94 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 — 702 B — 96 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 — 125 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 — 126 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 — 721 B — 96 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 — 106 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 — 106 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 — 107 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 — 108 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 — 129 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 — 127 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 — 112 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 — 133 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 — 141 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 — 177 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 — 144 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 — 188 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 — 937 B — 153 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 — 184 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 — 157 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 — 178 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 — 16.0 KiB — 158 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 — 159 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 — 162 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 — 663 B — 160 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 — 162 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 — 572 B — 163 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 — 179 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 — 164 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 — 663 B — 164 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 — 652 B — 168 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 — 179 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 — 170 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 — 155 ms — h2https://accounts.google.com/gsi/clientaccounts.google.com/gsi/client https://accounts.google.com/gsi/client — 200 — 96.2 KiB — 264 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 — 134 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 — 135 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 — 148 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 — 139 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 — 140 ms — h2https://www.wattpad.com/wp-web-assets/images/landing/fanfiction-mobile.svgwww.wattpad.com/wp-web-assets/image... https://www.wattpad.com/wp-web-assets/images/landing/fanfiction-mobile.svg — 200 — 18.1 KiB — 141 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 — 153 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 — 199 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 — 196 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 — 210 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 — 207 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 — 189 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 — 172 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 — 150 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 — 145 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 — 166 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 — 169 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 — 195 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 — 169 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 — 150 ms — h2https://www.wattpad.com/wp-web-assets/images/landing/getapp-section-tablet.pngwww.wattpad.com/wp-web-assets/image... https://www.wattpad.com/wp-web-assets/images/landing/getapp-section-tablet.png — 200 — 191.3 KiB — 174 ms — h2https://www.wattpad.com/wp-web-assets/images/landing/footer-wave-tablet.svgwww.wattpad.com/wp-web-assets/image... https://www.wattpad.com/wp-web-assets/images/landing/footer-wave-tablet.svg — 200 — 750 B — 151 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 — 151 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.3 KiB — 152 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 — 153 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 — 154 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 — 176 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 — 155 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 — 689 B — 155 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 — 156 ms — h2https://www.wattpad.com/wp-web-assets/build/_assets/genres-top-right-mobile-PPW7TSRW.svgwww.wattpad.com/wp-web-assets/build... https://www.wattpad.com/wp-web-assets/build/_assets/genres-top-right-mobile-PPW7TSRW.svg — 200 — 1.2 KiB — 179 ms — h2https://www.wattpad.com/wp-web-assets/build/_assets/genres-tablet-wave-NICDBCFE.svgwww.wattpad.com/wp-web-assets/build... https://www.wattpad.com/wp-web-assets/build/_assets/genres-tablet-wave-NICDBCFE.svg — 200 — 751 B — 181 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 — 156 ms — h2https://www.wattpad.com/wp-web-assets/build/_assets/studio-bottom-left-tablet-67UJTL7R.svgwww.wattpad.com/wp-web-assets/build... https://www.wattpad.com/wp-web-assets/build/_assets/studio-bottom-left-tablet-67UJTL7R.svg — 200 — 1.2 KiB — 157 ms — h2https://www.wattpad.com/wp-web-assets/build/_assets/studio-wave-mobile-MELUXBDG.svgwww.wattpad.com/wp-web-assets/build... https://www.wattpad.com/wp-web-assets/build/_assets/studio-wave-mobile-MELUXBDG.svg — 200 — 706 B — 159 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 — 60 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 — 73 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 — 77 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 — 81 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 — 83 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 — 86 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 — 104 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 — 89 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 — 91 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 — 93 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 — 95 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 — 98 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 — 100 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 — 105 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 — 113 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 — 108 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 — 109 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 — 111 ms — h2https://geolocation.onetrust.com/cookieconsentpub/v1/geo/locationgeolocation.onetrust.com/cookiecons... https://geolocation.onetrust.com/cookieconsentpub/v1/geo/location — 200 — 303 B — 124 ms — h2https://accounts.google.com/gsi/styleaccounts.google.com/gsi/style https://accounts.google.com/gsi/style — 200 — 643 B — 39 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 — 54 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 — 54 ms — h2https://cdn.cookielaw.org/vendorlist/iab2V2Data.jsoncdn.cookielaw.org/vendorlist/iab2V2... https://cdn.cookielaw.org/vendorlist/iab2V2Data.json — 200 — 86.9 KiB — 48 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.7 KiB — 33 ms — h2https://www.wattpad.com/favicon.icowww.wattpad.com/favicon.ico https://www.wattpad.com/favicon.ico — 200 — 15.2 KiB — 105 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 — 29 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 — 31 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 — 110 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 — 115 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 — 113 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 — 96 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 — 94 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 — 6 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 — 34 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 — 36 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 — 38 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 — 40 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 — 41 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 — 44 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 — 46 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 — 49 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 — 51 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 — 60 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 — 53 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 — 54 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 — 56 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 — 57 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 — 59 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 — 60 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 — 61 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 — 62 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 — 64 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 — 65 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 — 66 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 — 67 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 — 68 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 — 69 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 — 72 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 — 74 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 — 76 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 — 77 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 — 77 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 — 80 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 — 81 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 — 72 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 — 73 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 — 76 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 — 78 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 — 81 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 — 83 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 — 87 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 — 90 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 — 90 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 — 92 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 — 93 ms — h2https://track.wattpad.com/api/eventtrack.wattpad.com/api/event https://track.wattpad.com/api/event — 200 — 0 B — 336 ms — h2https://track.wattpad.com/api/eventtrack.wattpad.com/api/event https://track.wattpad.com/api/event — 200 — 0 B — 335 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 — 264 ms — h2https://a.wp-e.net/prebid.jsa.wp-e.net/prebid.js https://a.wp-e.net/prebid.js — -1 — 0 B — 93 ms — https://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 — 5 ms — h2https://www.google-analytics.com/analytics.jswww.google-analytics.com/analytics.... https://www.google-analytics.com/analytics.js — 200 — 20.9 KiB — 180 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 — 107 ms — h2https://track.wattpad.com/api/eventtrack.wattpad.com/api/event https://track.wattpad.com/api/event — 200 — 114 B — 100 ms — h2https://track.wattpad.com/api/eventtrack.wattpad.com/api/event https://track.wattpad.com/api/event — 200 — 114 B — 104 ms — h2https://sb.scorecardresearch.com/beacon.jssb.scorecardresearch.com/beacon.js https://sb.scorecardresearch.com/beacon.js — 200 — 6.7 KiB — 90 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 — 46 ms — h2https://sb.scorecardresearch.com/b?c1=2&c2=18767423&ns__t=1776362162464&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=1776362162464&ns_c=UTF-8&c8=Wattpad%20-%20Where%20stories%20live&c7=https%3A%2F%2Fwww.wattpad.com%2F&c9= — 204 — 225 B — 107 ms — h2https://sb.scorecardresearch.com/c2/18767423/cs.jssb.scorecardresearch.com/c2/1876742... https://sb.scorecardresearch.com/c2/18767423/cs.js — 302 — 259 B — 105 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 — 220 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 — 21 ms — h2https://region1.google-analytics.com/g/collect?v=2&tid=G-FNDTZ0MZDQ&gtm=45je64f0v878746336z86511769za20gzb6511769zd6511769&_p=1776362162130&gcd=13l3lPl2l1l1&npa=1&dma_cps=a&dma=1&tcfd=10001&are=1&cid=1705350516.1776362163&frm=0&pscdl=noapi&rcb=9&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.55%7CNot.A%252FBrand%3B8.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=0~115938465~115938468~117266401&sid=1776362162&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=2266region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-FNDTZ0MZDQ&gtm=45je64f0v878746336z86511769za20gzb6511769zd6511769&_p=1776362162130&gcd=13l3lPl2l1l1&npa=1&dma_cps=a&dma=1&tcfd=10001&are=1&cid=1705350516.1776362163&frm=0&pscdl=noapi&rcb=9&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.55%7CNot.A%252FBrand%3B8.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=0~115938465~115938468~117266401&sid=1776362162&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=2266 — 204 — 549 B — 98 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 — 165 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 — 177 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 4007ms · 688KB · $53/mo
Unattributable
Other
Costly
Execution 1485ms
Transfer 0 KB
Monthly Cost $20/mo
www.wattpad.com
Other
Costly
Execution 980ms
Transfer 79 KB
Unused 42%
Monthly Cost $13/mo
www.wattpad.com
Other
Costly
Execution 607ms
Transfer 18 KB
Monthly Cost $8/mo
Google Tag Manager
Tag Manager
Costly
Execution 268ms
Transfer 159 KB
Unused 49%
Monthly Cost $4/mo
Google Tag Manager
Tag Manager
Costly
Execution 241ms
Transfer 167 KB
Unused 41%
Monthly Cost $3/mo
OneTrust
Consent
Essential
Execution 150ms
Transfer 128 KB
Unused 58%
Monthly Cost $2/mo
accounts.google.com
Other
Optional
Execution 76ms
Transfer 96 KB
Unused 74%
Monthly Cost $1/mo
OneTrust
Consent
Essential
Execution 68ms
Transfer 9 KB
Monthly Cost $1/mo
www.wattpad.com
Other
Optional
Execution 68ms
Transfer 10 KB
Monthly Cost $1/mo
Google Analytics
Analytics
Optional
Execution 65ms
Transfer 21 KB
Monthly Cost $1/mo

These scripts may cost more than they're worth

  • Unattributable adds 1485ms and costs ~$20/month
  • www.wattpad.com adds 980ms and costs ~$13/month
  • www.wattpad.com adds 607ms and costs ~$8/month
  • Google Tag Manager adds 268ms and costs ~$4/month
  • Google Tag Manager adds 241ms 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 1485ms 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 980ms 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 607ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

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

Source: web.dev

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

Why this matters

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

Source: web.dev

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

58% 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

74% of accounts.google.com's code is unused. The script may be loading features you don't use.

Why this matters

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

Source: web.dev

How third-party costs are calculated

All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback