Skip to content
https://smashwords.com

Performance

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

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

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

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

13.42 s

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

1.01 s

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

0.418

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

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

14.52 s

Page Load Progression

421 ms
841 ms
1.3 s
1.7 s
2.1 s
2.5 s
2.9 s
3.4 s
Checks
17
7 PASS 2 REVIEW 6 FIX
D
Page Weight Budget
Action
2.4 MB transferred, 41 requests
FIX
2.4 MB transferred, 41 requests
Info::
Page weighs 6.2 MB (2.4 MB transferred)
Warning::
JavaScript is 1.2 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.2 MB
Info::
41 HTTP requests
Info::
Estimated 0.50 g CO2 per page load
2.4 MB / 2.4 MB budget
2.4 MB transferred
41 requests
0.50 g CO2 per page load
JavaScript 1.2 MiB 50%
Images 876.9 KiB 36%
Other 104.0 KiB 4%
Other 91.2 KiB 4%
CSS 77.0 KiB 3%
Fonts 61.1 KiB 3%
HTML 4.4 KiB 0%
Other 551 B 0%
0 2.4 MB 4.9 MB
Approaching limit

Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.

Why this matters

JavaScript bundle is large — code-split routes and lazy-load off-screen components to defer.

Source: web.dev

D
Third-Party Impact
Action
100% third-party, 0 ms blocking
FIX
100% third-party, 0 ms blocking
Warning::
Third-party code accounts for 100% of page weight (2.4 MiB of 2.4 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
D
JS Execution Cost
Action
2292ms total JS execution
FIX
2292ms total JS execution
Warning::
https://www.smashwords.com/static/dist/js/react.37...: 779ms CPU time
Warning::
https://www.smashwords.com/: 388ms CPU time
Warning::
Unattributable: 259ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=G-0HDV...: 250ms CPU time
Info::
https://www.smashwords.com/static/dist/js/main.cff...: 230ms CPU time
Warning::
Third-party scripts: 2292ms (100% of total)

Main Thread Breakdown

Script Evaluation 51% Other 20% Script Parsing & Compilation 15% Style & Layout 7% Parse HTML & CSS 3%
ScriptTotalScriptingParse/CompileParty
https://www.smashwords.com/static/dist/js/react.37d49bfa.chunk.js779ms626ms41ms3rd
https://www.smashwords.com/388ms11ms3ms3rd
Unattributable259ms7ms0ms3rd
https://www.googletagmanager.com/gtag/js?id=G-0HDVFTDL0S250ms204ms36ms3rd
https://www.smashwords.com/static/dist/js/main.cff9ff76.chunk.js230ms165ms61ms3rd
https://www.smashwords.com/static/dist/js/13.15dd9909.chunk.js215ms27ms177ms3rd
https://www.smashwords.com/static/dist/js/1.13231034.chunk.js171ms140ms25ms3rd
F
JS Bundles
Action
8 scripts, 727 KB unused
FIX
8 scripts, 727 KB unused
Warning::
https://www.smashwords.com/static/dist/js/13.15dd9...: 358 KB unused (62%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.smashwords.com/static/dist/js/main.cff...: 146 KB unused (76%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.smashwords.com/static/dist/js/react.37...: 114 KB unused (75%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-0HDV...: 61 KB unused (41%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.smashwords.com/static/dist/js/1.132310...: 48 KB unused (49%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 727 KB
727 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.smashwords.com/static/dist/js/13.15dd9909.chunk.js581 KB358 KB (62%)3rd
https://www.smashwords.com/static/dist/js/main.cff9ff76.chunk.js194 KB146 KB (76%)3rd
https://www.smashwords.com/static/dist/js/react.37d49bfa.chunk.js153 KB114 KB (75%)3rd
https://www.googletagmanager.com/gtag/js?id=G-0HDVFTDL0S149 KB61 KB (41%)3rd
https://www.smashwords.com/static/dist/js/1.13231034.chunk.js99 KB48 KB (49%)3rd
https://www.smashwords.com/static/dist/js/runtime.7cf3c255.js3 KB3rd
https://www.smashwords.com/static/dist/js/4.1be4e192.chunk.js11 KB3rd
https://www.google-analytics.com/analytics.js21 KB3rd

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

F
Page Weight Inventory
Action
41 resources · 2.4 MB · 727 KB savings available
FIX
41 resources · 2.4 MB · 727 KB savings available
Warning::
Page weight 1.4 MB over 1MB target
Got: 2.4 MB Expected: ≤ 1 MB
Info::
~727 KB of savings available
Warning::
40 third-party resources (100% of weight)
Info::
1 resources over 200KB
41 resources · 2.4 MiB · 40 third-party 1.4 MiB over 1MB target
JavaScript 50% · 1.2 MiB
Image 40% · 967.8 KiB
Other 4% · 104.6 KiB
CSS 3% · 77.0 KiB
Font 3% · 61.1 KiB
Document 0% · 4.7 KiB

~727.4 KiB of savings available

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

No Cache-Control header

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

B
Image Optimization
21 images, 0 KB saveable
REVIEW
21 images, 0 KB saveable
Info::
All images are well-optimized
21 images 877 KB
0 oversized -0 KB
21 legacy format
0 missing dimensions CLS risk
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
1 fonts (61 KB)
PASS
1 fonts (61 KB)
Info::
1 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

1

61 KB total

Render-blocking

0

of 1

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 FCP 5.1 s LCP 13.4 shttps://www.smashwords.com/static/3rd/fa/font/Smashwords-FontAwesome.woff?v=21ba9e8925ee0d0c28809094423809a8Smashwords-FontAwesome.... https://www.smashwords.com/static/3rd/fa/font/Smashwords-FontAwesome.woff?v=21ba9e8925ee0d0c28809094423809a8 — 61.1 KiB — 122 ms — font-display: swap
Smashwords-FontAwesome.... woff swap
Size 61 KB
Load time 122 ms
Start 1.6 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
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 ~18 KB and ~36 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
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
41 requests over 3378ms
INFO
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s FCP 5.1 s LCP 13.4 shttps://smashwords.com// https://smashwords.com/ — 301 — 296 B — 366 ms — http/1.1https://www.smashwords.com/www.smashwords.com/ https://www.smashwords.com/ — 200 — 4.4 KiB — 418 ms — http/1.1https://www.smashwords.com/static/dist/css/13.c6231af7.chunk.csswww.smashwords.com/static/dist/css/... https://www.smashwords.com/static/dist/css/13.c6231af7.chunk.css — 200 — 2.3 KiB — 121 ms — http/1.1https://www.smashwords.com/static/dist/css/react.d2ad1c42.chunk.csswww.smashwords.com/static/dist/css/... https://www.smashwords.com/static/dist/css/react.d2ad1c42.chunk.css — 200 — 5.0 KiB — 241 ms — http/1.1https://www.smashwords.com/static/dist/css/main.d9dbf98d.chunk.csswww.smashwords.com/static/dist/css/... https://www.smashwords.com/static/dist/css/main.d9dbf98d.chunk.css — 200 — 69.7 KiB — 589 ms — http/1.1https://www.smashwords.com/static/dist/js/runtime.7cf3c255.jswww.smashwords.com/static/dist/js/r... https://www.smashwords.com/static/dist/js/runtime.7cf3c255.js — 200 — 2.6 KiB — 357 ms — http/1.1https://www.smashwords.com/static/dist/js/1.13231034.chunk.jswww.smashwords.com/static/dist/js/1... https://www.smashwords.com/static/dist/js/1.13231034.chunk.js — 200 — 98.5 KiB — 714 ms — http/1.1https://www.smashwords.com/static/dist/js/4.1be4e192.chunk.jswww.smashwords.com/static/dist/js/4... https://www.smashwords.com/static/dist/js/4.1be4e192.chunk.js — 200 — 10.8 KiB — 363 ms — http/1.1https://www.smashwords.com/static/dist/js/main.cff9ff76.chunk.jswww.smashwords.com/static/dist/js/m... https://www.smashwords.com/static/dist/js/main.cff9ff76.chunk.js — 200 — 193.5 KiB — 725 ms — http/1.1https://dwtr67e3ikfml.cloudfront.net/static/1/swlogo.pngdwtr67e3ikfml.cloudfront.net/static... https://dwtr67e3ikfml.cloudfront.net/static/1/swlogo.png — 200 — 9.0 KiB — 59 ms — http/1.1https://www.googletagmanager.com/gtag/js?id=G-0HDVFTDL0Swww.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-0HDVFTDL0S — 200 — 149.0 KiB — 201 ms — h2https://www.smashwords.com/static/dist/js/13.15dd9909.chunk.jswww.smashwords.com/static/dist/js/1... https://www.smashwords.com/static/dist/js/13.15dd9909.chunk.js — 200 — 581.3 KiB — 755 ms — http/1.1https://www.smashwords.com/static/dist/js/react.37d49bfa.chunk.jswww.smashwords.com/static/dist/js/r... https://www.smashwords.com/static/dist/js/react.37d49bfa.chunk.js — 200 — 152.5 KiB — 484 ms — http/1.1https://www.smashwords.com/static/3rd/fa/font/Smashwords-FontAwesome.woff?v=21ba9e8925ee0d0c28809094423809a8www.smashwords.com/static/3rd/fa/fo... https://www.smashwords.com/static/3rd/fa/font/Smashwords-FontAwesome.woff?v=21ba9e8925ee0d0c28809094423809a8 — 200 — 61.1 KiB — 122 ms — http/1.1https://region1.google-analytics.com/g/collect?v=2&tid=G-0HDVFTDL0S&gtm=45je64k0v9126864351za200zd9126864351&_p=1776894855186&gcd=13l3lPl2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=2067142866.1776894855&frm=0&pscdl=noapi&rcb=19&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%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~117266400~117512543&sid=1776894855&sct=1&seg=0&dl=https%3A%2F%2Fwww.smashwords.com%2F&dt=Smashwords%20%E2%80%93%20Home&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&ep.erotica_preference=no_erotica&tfd=1659region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-0HDVFTDL0S&gtm=45je64k0v9126864351za200zd9126864351&_p=1776894855186&gcd=13l3lPl2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=2067142866.1776894855&frm=0&pscdl=noapi&rcb=19&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%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~117266400~117512543&sid=1776894855&sct=1&seg=0&dl=https%3A%2F%2Fwww.smashwords.com%2F&dt=Smashwords%20%E2%80%93%20Home&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&ep.erotica_preference=no_erotica&tfd=1659 — 204 — 551 B — 91 ms — h2https://www.smashwords.com/api/bookshelves/destinationswww.smashwords.com/api/bookshelves/... https://www.smashwords.com/api/bookshelves/destinations — 200 — 325 B — 129 ms — http/1.1https://www.smashwords.com/api/bookshelves/category/render/1/any/anywww.smashwords.com/api/bookshelves/... https://www.smashwords.com/api/bookshelves/category/render/1/any/any — 200 — 1.5 KiB — 170 ms — http/1.1https://www.smashwords.com/api/bookshelves/collection/home/1/any/anywww.smashwords.com/api/bookshelves/... https://www.smashwords.com/api/bookshelves/collection/home/1/any/any — 200 — 101.7 KiB — 1.3 s — http/1.1https://www.google-analytics.com/analytics.jswww.google-analytics.com/analytics.... https://www.google-analytics.com/analytics.js — 200 — 20.9 KiB — 138 ms — h2https://www.google-analytics.com/j/collect?v=1&_v=j102&a=40351558&t=pageview&_s=1&dl=https%3A%2F%2Fwww.smashwords.com%2F&dp=%2F&ul=en-us&dt=Category%20-%20All&sr=412x823&vp=412x823&_u=IADAAEABAAAAACAAI~&jid=1204566163&gjid=120098171&cid=2067142866.1776894855&tid=UA-886172-7&_gid=38849378.1776894856&_r=1&_slc=1&z=243519052www.google-analytics.com/j/collect?... https://www.google-analytics.com/j/collect?v=1&_v=j102&a=40351558&t=pageview&_s=1&dl=https%3A%2F%2Fwww.smashwords.com%2F&dp=%2F&ul=en-us&dt=Category%20-%20All&sr=412x823&vp=412x823&_u=IADAAEABAAAAACAAI~&jid=1204566163&gjid=120098171&cid=2067142866.1776894855&tid=UA-886172-7&_gid=38849378.1776894856&_r=1&_slc=1&z=243519052 — 200 — 467 B — 30 ms — h2https://www.smashwords.com/static/img/favicon.icowww.smashwords.com/static/img/favic... https://www.smashwords.com/static/img/favicon.ico — 200 — 90.9 KiB — 135 ms — http/1.1https://dwtr67e3ikfml.cloudfront.net/bookCovers/5221d54b-e8a1-43e9-8ba6-62dce253cf81.jpg__300x0dwtr67e3ikfml.cloudfront.net/bookCo... https://dwtr67e3ikfml.cloudfront.net/bookCovers/5221d54b-e8a1-43e9-8ba6-62dce253cf81.jpg__300x0 — 200 — 41.6 KiB — 9 ms — http/1.1https://dwtr67e3ikfml.cloudfront.net/bookCovers/aab7106e-0622-4efe-8bf7-170757ab6804.jpg__300x0dwtr67e3ikfml.cloudfront.net/bookCo... https://dwtr67e3ikfml.cloudfront.net/bookCovers/aab7106e-0622-4efe-8bf7-170757ab6804.jpg__300x0 — 200 — 60.8 KiB — 21 ms — http/1.1https://dwtr67e3ikfml.cloudfront.net/bookCovers/6ccbf8f5-4a2a-4e24-93aa-030f84ff2e58.jpg__300x0dwtr67e3ikfml.cloudfront.net/bookCo... https://dwtr67e3ikfml.cloudfront.net/bookCovers/6ccbf8f5-4a2a-4e24-93aa-030f84ff2e58.jpg__300x0 — 200 — 29.5 KiB — 22 ms — http/1.1https://dwtr67e3ikfml.cloudfront.net/bookCovers/e1451b2a-8111-4f85-b935-9c946c6de2b0.jpg__300x0dwtr67e3ikfml.cloudfront.net/bookCo... https://dwtr67e3ikfml.cloudfront.net/bookCovers/e1451b2a-8111-4f85-b935-9c946c6de2b0.jpg__300x0 — 200 — 47.3 KiB — 22 ms — http/1.1https://dwtr67e3ikfml.cloudfront.net/bookCovers/72da62cb-65de-4e86-a30a-2280a1dedaba.jpg__300x0dwtr67e3ikfml.cloudfront.net/bookCo... https://dwtr67e3ikfml.cloudfront.net/bookCovers/72da62cb-65de-4e86-a30a-2280a1dedaba.jpg__300x0 — 200 — 38.3 KiB — 22 ms — http/1.1https://dwtr67e3ikfml.cloudfront.net/bookCovers/a549921a39201067b1d16bed72534d812261008f__300x0dwtr67e3ikfml.cloudfront.net/bookCo... https://dwtr67e3ikfml.cloudfront.net/bookCovers/a549921a39201067b1d16bed72534d812261008f__300x0 — 200 — 45.0 KiB — 23 ms — http/1.1https://dwtr67e3ikfml.cloudfront.net/bookCovers/366e2a51-4b65-44d1-b2dc-dfdd40df2b1b.jpg__300x0dwtr67e3ikfml.cloudfront.net/bookCo... https://dwtr67e3ikfml.cloudfront.net/bookCovers/366e2a51-4b65-44d1-b2dc-dfdd40df2b1b.jpg__300x0 — 200 — 45.3 KiB — 16 ms — http/1.1https://dwtr67e3ikfml.cloudfront.net/bookCovers/b90c7396-7cd0-47f6-85b6-bca94b207743.jpg__300x0dwtr67e3ikfml.cloudfront.net/bookCo... https://dwtr67e3ikfml.cloudfront.net/bookCovers/b90c7396-7cd0-47f6-85b6-bca94b207743.jpg__300x0 — 200 — 50.9 KiB — 14 ms — http/1.1https://dwtr67e3ikfml.cloudfront.net/bookCovers/a8532258-8f54-43ad-94a4-31244b8305ea.jpg__300x0dwtr67e3ikfml.cloudfront.net/bookCo... https://dwtr67e3ikfml.cloudfront.net/bookCovers/a8532258-8f54-43ad-94a4-31244b8305ea.jpg__300x0 — 200 — 46.1 KiB — 13 ms — http/1.1
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s FCP 5.1 s LCP 13.4 shttps://smashwords.com// https://smashwords.com/ — 301 — 296 B — 366 ms — http/1.1https://www.smashwords.com/www.smashwords.com/ https://www.smashwords.com/ — 200 — 4.4 KiB — 418 ms — http/1.1https://www.smashwords.com/static/dist/css/13.c6231af7.chunk.csswww.smashwords.com/static/dist/css/... https://www.smashwords.com/static/dist/css/13.c6231af7.chunk.css — 200 — 2.3 KiB — 121 ms — http/1.1https://www.smashwords.com/static/dist/css/react.d2ad1c42.chunk.csswww.smashwords.com/static/dist/css/... https://www.smashwords.com/static/dist/css/react.d2ad1c42.chunk.css — 200 — 5.0 KiB — 241 ms — http/1.1https://www.smashwords.com/static/dist/css/main.d9dbf98d.chunk.csswww.smashwords.com/static/dist/css/... https://www.smashwords.com/static/dist/css/main.d9dbf98d.chunk.css — 200 — 69.7 KiB — 589 ms — http/1.1https://www.smashwords.com/static/dist/js/runtime.7cf3c255.jswww.smashwords.com/static/dist/js/r... https://www.smashwords.com/static/dist/js/runtime.7cf3c255.js — 200 — 2.6 KiB — 357 ms — http/1.1https://www.smashwords.com/static/dist/js/1.13231034.chunk.jswww.smashwords.com/static/dist/js/1... https://www.smashwords.com/static/dist/js/1.13231034.chunk.js — 200 — 98.5 KiB — 714 ms — http/1.1https://www.smashwords.com/static/dist/js/4.1be4e192.chunk.jswww.smashwords.com/static/dist/js/4... https://www.smashwords.com/static/dist/js/4.1be4e192.chunk.js — 200 — 10.8 KiB — 363 ms — http/1.1https://www.smashwords.com/static/dist/js/main.cff9ff76.chunk.jswww.smashwords.com/static/dist/js/m... https://www.smashwords.com/static/dist/js/main.cff9ff76.chunk.js — 200 — 193.5 KiB — 725 ms — http/1.1https://dwtr67e3ikfml.cloudfront.net/static/1/swlogo.pngdwtr67e3ikfml.cloudfront.net/static... https://dwtr67e3ikfml.cloudfront.net/static/1/swlogo.png — 200 — 9.0 KiB — 59 ms — http/1.1https://www.googletagmanager.com/gtag/js?id=G-0HDVFTDL0Swww.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-0HDVFTDL0S — 200 — 149.0 KiB — 201 ms — h2https://www.smashwords.com/static/dist/js/13.15dd9909.chunk.jswww.smashwords.com/static/dist/js/1... https://www.smashwords.com/static/dist/js/13.15dd9909.chunk.js — 200 — 581.3 KiB — 755 ms — http/1.1https://www.smashwords.com/static/dist/js/react.37d49bfa.chunk.jswww.smashwords.com/static/dist/js/r... https://www.smashwords.com/static/dist/js/react.37d49bfa.chunk.js — 200 — 152.5 KiB — 484 ms — http/1.1https://www.smashwords.com/static/3rd/fa/font/Smashwords-FontAwesome.woff?v=21ba9e8925ee0d0c28809094423809a8www.smashwords.com/static/3rd/fa/fo... https://www.smashwords.com/static/3rd/fa/font/Smashwords-FontAwesome.woff?v=21ba9e8925ee0d0c28809094423809a8 — 200 — 61.1 KiB — 122 ms — http/1.1https://region1.google-analytics.com/g/collect?v=2&tid=G-0HDVFTDL0S&gtm=45je64k0v9126864351za200zd9126864351&_p=1776894855186&gcd=13l3lPl2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=2067142866.1776894855&frm=0&pscdl=noapi&rcb=19&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%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~117266400~117512543&sid=1776894855&sct=1&seg=0&dl=https%3A%2F%2Fwww.smashwords.com%2F&dt=Smashwords%20%E2%80%93%20Home&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&ep.erotica_preference=no_erotica&tfd=1659region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-0HDVFTDL0S&gtm=45je64k0v9126864351za200zd9126864351&_p=1776894855186&gcd=13l3lPl2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=2067142866.1776894855&frm=0&pscdl=noapi&rcb=19&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%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~117266400~117512543&sid=1776894855&sct=1&seg=0&dl=https%3A%2F%2Fwww.smashwords.com%2F&dt=Smashwords%20%E2%80%93%20Home&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&ep.erotica_preference=no_erotica&tfd=1659 — 204 — 551 B — 91 ms — h2https://www.smashwords.com/api/bookshelves/destinationswww.smashwords.com/api/bookshelves/... https://www.smashwords.com/api/bookshelves/destinations — 200 — 325 B — 129 ms — http/1.1https://www.smashwords.com/api/bookshelves/category/render/1/any/anywww.smashwords.com/api/bookshelves/... https://www.smashwords.com/api/bookshelves/category/render/1/any/any — 200 — 1.5 KiB — 170 ms — http/1.1https://www.smashwords.com/api/bookshelves/collection/home/1/any/anywww.smashwords.com/api/bookshelves/... https://www.smashwords.com/api/bookshelves/collection/home/1/any/any — 200 — 101.7 KiB — 1.3 s — http/1.1https://www.google-analytics.com/analytics.jswww.google-analytics.com/analytics.... https://www.google-analytics.com/analytics.js — 200 — 20.9 KiB — 138 ms — h2https://www.google-analytics.com/j/collect?v=1&_v=j102&a=40351558&t=pageview&_s=1&dl=https%3A%2F%2Fwww.smashwords.com%2F&dp=%2F&ul=en-us&dt=Category%20-%20All&sr=412x823&vp=412x823&_u=IADAAEABAAAAACAAI~&jid=1204566163&gjid=120098171&cid=2067142866.1776894855&tid=UA-886172-7&_gid=38849378.1776894856&_r=1&_slc=1&z=243519052www.google-analytics.com/j/collect?... https://www.google-analytics.com/j/collect?v=1&_v=j102&a=40351558&t=pageview&_s=1&dl=https%3A%2F%2Fwww.smashwords.com%2F&dp=%2F&ul=en-us&dt=Category%20-%20All&sr=412x823&vp=412x823&_u=IADAAEABAAAAACAAI~&jid=1204566163&gjid=120098171&cid=2067142866.1776894855&tid=UA-886172-7&_gid=38849378.1776894856&_r=1&_slc=1&z=243519052 — 200 — 467 B — 30 ms — h2https://www.smashwords.com/static/img/favicon.icowww.smashwords.com/static/img/favic... https://www.smashwords.com/static/img/favicon.ico — 200 — 90.9 KiB — 135 ms — http/1.1https://dwtr67e3ikfml.cloudfront.net/bookCovers/5221d54b-e8a1-43e9-8ba6-62dce253cf81.jpg__300x0dwtr67e3ikfml.cloudfront.net/bookCo... https://dwtr67e3ikfml.cloudfront.net/bookCovers/5221d54b-e8a1-43e9-8ba6-62dce253cf81.jpg__300x0 — 200 — 41.6 KiB — 9 ms — http/1.1https://dwtr67e3ikfml.cloudfront.net/bookCovers/aab7106e-0622-4efe-8bf7-170757ab6804.jpg__300x0dwtr67e3ikfml.cloudfront.net/bookCo... https://dwtr67e3ikfml.cloudfront.net/bookCovers/aab7106e-0622-4efe-8bf7-170757ab6804.jpg__300x0 — 200 — 60.8 KiB — 21 ms — http/1.1https://dwtr67e3ikfml.cloudfront.net/bookCovers/6ccbf8f5-4a2a-4e24-93aa-030f84ff2e58.jpg__300x0dwtr67e3ikfml.cloudfront.net/bookCo... https://dwtr67e3ikfml.cloudfront.net/bookCovers/6ccbf8f5-4a2a-4e24-93aa-030f84ff2e58.jpg__300x0 — 200 — 29.5 KiB — 22 ms — http/1.1https://dwtr67e3ikfml.cloudfront.net/bookCovers/e1451b2a-8111-4f85-b935-9c946c6de2b0.jpg__300x0dwtr67e3ikfml.cloudfront.net/bookCo... https://dwtr67e3ikfml.cloudfront.net/bookCovers/e1451b2a-8111-4f85-b935-9c946c6de2b0.jpg__300x0 — 200 — 47.3 KiB — 22 ms — http/1.1https://dwtr67e3ikfml.cloudfront.net/bookCovers/72da62cb-65de-4e86-a30a-2280a1dedaba.jpg__300x0dwtr67e3ikfml.cloudfront.net/bookCo... https://dwtr67e3ikfml.cloudfront.net/bookCovers/72da62cb-65de-4e86-a30a-2280a1dedaba.jpg__300x0 — 200 — 38.3 KiB — 22 ms — http/1.1https://dwtr67e3ikfml.cloudfront.net/bookCovers/a549921a39201067b1d16bed72534d812261008f__300x0dwtr67e3ikfml.cloudfront.net/bookCo... https://dwtr67e3ikfml.cloudfront.net/bookCovers/a549921a39201067b1d16bed72534d812261008f__300x0 — 200 — 45.0 KiB — 23 ms — http/1.1https://dwtr67e3ikfml.cloudfront.net/bookCovers/366e2a51-4b65-44d1-b2dc-dfdd40df2b1b.jpg__300x0dwtr67e3ikfml.cloudfront.net/bookCo... https://dwtr67e3ikfml.cloudfront.net/bookCovers/366e2a51-4b65-44d1-b2dc-dfdd40df2b1b.jpg__300x0 — 200 — 45.3 KiB — 16 ms — http/1.1https://dwtr67e3ikfml.cloudfront.net/bookCovers/b90c7396-7cd0-47f6-85b6-bca94b207743.jpg__300x0dwtr67e3ikfml.cloudfront.net/bookCo... https://dwtr67e3ikfml.cloudfront.net/bookCovers/b90c7396-7cd0-47f6-85b6-bca94b207743.jpg__300x0 — 200 — 50.9 KiB — 14 ms — http/1.1https://dwtr67e3ikfml.cloudfront.net/bookCovers/a8532258-8f54-43ad-94a4-31244b8305ea.jpg__300x0dwtr67e3ikfml.cloudfront.net/bookCo... https://dwtr67e3ikfml.cloudfront.net/bookCovers/a8532258-8f54-43ad-94a4-31244b8305ea.jpg__300x0 — 200 — 46.1 KiB — 13 ms — http/1.1https://dwtr67e3ikfml.cloudfront.net/bookCovers/18178605-24b3-44a7-b6cb-fb0ebc0ce2f0.jpg__300x0dwtr67e3ikfml.cloudfront.net/bookCo... https://dwtr67e3ikfml.cloudfront.net/bookCovers/18178605-24b3-44a7-b6cb-fb0ebc0ce2f0.jpg__300x0 — 200 — 44.7 KiB — 15 ms — http/1.1https://dwtr67e3ikfml.cloudfront.net/bookCovers/7c23675b-46a5-49c9-91e2-7d36b99ed970.jpg__300x0dwtr67e3ikfml.cloudfront.net/bookCo... https://dwtr67e3ikfml.cloudfront.net/bookCovers/7c23675b-46a5-49c9-91e2-7d36b99ed970.jpg__300x0 — 200 — 39.8 KiB — 14 ms — http/1.1https://dwtr67e3ikfml.cloudfront.net/bookCovers/df09d87d01c7a705b517f06fddcf946b369dd9c0__300x0dwtr67e3ikfml.cloudfront.net/bookCo... https://dwtr67e3ikfml.cloudfront.net/bookCovers/df09d87d01c7a705b517f06fddcf946b369dd9c0__300x0 — 200 — 54.9 KiB — 14 ms — http/1.1https://dwtr67e3ikfml.cloudfront.net/bookCovers/d75bee7d-305a-4829-b94a-ad4800a74a76.jpg__300x0dwtr67e3ikfml.cloudfront.net/bookCo... https://dwtr67e3ikfml.cloudfront.net/bookCovers/d75bee7d-305a-4829-b94a-ad4800a74a76.jpg__300x0 — 200 — 36.9 KiB — 14 ms — http/1.1https://dwtr67e3ikfml.cloudfront.net/bookCovers/876a3651-0ab6-480f-ab62-13454500ae20.jpg__300x0dwtr67e3ikfml.cloudfront.net/bookCo... https://dwtr67e3ikfml.cloudfront.net/bookCovers/876a3651-0ab6-480f-ab62-13454500ae20.jpg__300x0 — 200 — 38.6 KiB — 17 ms — http/1.1https://dwtr67e3ikfml.cloudfront.net/bookCovers/72287624-06cc-4ab1-abbe-5ffb69a6c658.jpg__300x0dwtr67e3ikfml.cloudfront.net/bookCo... https://dwtr67e3ikfml.cloudfront.net/bookCovers/72287624-06cc-4ab1-abbe-5ffb69a6c658.jpg__300x0 — 200 — 29.0 KiB — 17 ms — http/1.1https://dwtr67e3ikfml.cloudfront.net/bookCovers/ef587042-6c04-44a8-88fd-71e0023a8593.jpg__300x0dwtr67e3ikfml.cloudfront.net/bookCo... https://dwtr67e3ikfml.cloudfront.net/bookCovers/ef587042-6c04-44a8-88fd-71e0023a8593.jpg__300x0 — 200 — 57.2 KiB — 16 ms — http/1.1https://dwtr67e3ikfml.cloudfront.net/bookCovers/f5f3ed4ca989750579c06ca815d70977583f8000__300x0dwtr67e3ikfml.cloudfront.net/bookCo... https://dwtr67e3ikfml.cloudfront.net/bookCovers/f5f3ed4ca989750579c06ca815d70977583f8000__300x0 — 200 — 45.6 KiB — 16 ms — http/1.1https://dwtr67e3ikfml.cloudfront.net/bookCovers/0034858-33ccc559-37cd-410e-96d4-8f606e5440df.jpg__300x0dwtr67e3ikfml.cloudfront.net/bookCo... https://dwtr67e3ikfml.cloudfront.net/bookCovers/0034858-33ccc559-37cd-410e-96d4-8f606e5440df.jpg__300x0 — 200 — 41.7 KiB — 16 ms — http/1.1https://dwtr67e3ikfml.cloudfront.net/bookCovers/679aed1b-5bb1-4924-9c16-04407e8448fd.jpg__300x0dwtr67e3ikfml.cloudfront.net/bookCo... https://dwtr67e3ikfml.cloudfront.net/bookCovers/679aed1b-5bb1-4924-9c16-04407e8448fd.jpg__300x0 — 200 — 58.9 KiB — 16 ms — http/1.1https://dwtr67e3ikfml.cloudfront.net/bookCovers/2dc3357a-63b5-442b-9e6b-1b4d5e9f9e30.jpg__300x0dwtr67e3ikfml.cloudfront.net/bookCo... https://dwtr67e3ikfml.cloudfront.net/bookCovers/2dc3357a-63b5-442b-9e6b-1b4d5e9f9e30.jpg__300x0 — 200 — 15.8 KiB — 4 ms — http/1.1
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 2292ms · 1179KB · $13/mo
www.smashwords.com
Other
Costly
Execution 779ms
Transfer 153 KB
Unused 75%
Monthly Cost $4/mo
www.smashwords.com
Other
Costly
Execution 388ms
Transfer 4 KB
Monthly Cost $2/mo
Unattributable
Other
Costly
Execution 259ms
Transfer 0 KB
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Costly
Execution 250ms
Transfer 149 KB
Unused 41%
Monthly Cost $1/mo
www.smashwords.com
Other
Costly
Execution 230ms
Transfer 194 KB
Unused 76%
Monthly Cost $1/mo
www.smashwords.com
Other
Costly
Execution 215ms
Transfer 581 KB
Unused 62%
Monthly Cost $1/mo
www.smashwords.com
Other
Optional
Execution 171ms
Transfer 99 KB
Unused 49%
Monthly Cost $1/mo

These scripts may cost more than they're worth

  • www.smashwords.com adds 779ms and costs ~$4/month
  • www.smashwords.com adds 388ms and costs ~$2/month
  • Unattributable adds 259ms and costs ~$1/month
  • Google Tag Manager adds 250ms and costs ~$1/month
  • www.smashwords.com adds 230ms and costs ~$1/month
  • www.smashwords.com adds 215ms and costs ~$1/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

www.smashwords.com takes 779ms 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

75% of www.smashwords.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

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

Why this matters

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

Source: web.dev

Unattributable takes 259ms 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 250ms 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.smashwords.com takes 230ms 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

76% of www.smashwords.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

www.smashwords.com takes 215ms 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

62% of www.smashwords.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