Performance
· 17 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.Performance-focused optimization plan with CWV assessment, top offenders, and time estimates
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
1.79 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
3.09 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.48 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.062
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.79 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.
5.82 s
Page Load Progression
DThird-Party ImpactAction63% third-party, 0 ms blockingFIX
DJS Execution CostAction2535ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://tandfonline.com/cdn-cgi/challenge-platform/h/g/orchestrate/chl_page/v1?ray=9ed4fd8d9970f179 | 1867ms | 1800ms | 24ms | 1st |
| Unattributable | 313ms | 10ms | 0ms | 3rd |
| https://tandfonline.com/ | 294ms | 71ms | 32ms | 1st |
| https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015 | 61ms | 33ms | 3ms | 3rd |
DHTTP CachingActionno-store (uncacheable)FIX
private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0
| Directive | Value | Meaning |
|---|---|---|
| private | — | Only browser cache, not CDN/proxy |
| max-age | 0 | Cache for 0 seconds |
| no-store | — | Never cache this response |
| no-cache | — | Cache but always revalidate first |
| must-revalidate | — | Must recheck with server after expiry |
| post-check | 0 | |
| pre-check | 0 |
BImage Optimization5 images, 0 KB saveableREVIEW
Set explicit width and height to prevent CLS.
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.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
APage Weight Budget1000 KB transferred, 24 requestsPASS
Subset fonts to include only used characters, or switch to system font stacks.
Font payload is large — subset to used glyphs only, or fall back to system fonts (zero load time).
Source: web.dev font loading
A+Text CompressionAll text resources are compressedPASS
A+Font Loading1 fonts (212 KB)PASS
Web fonts
1
212 KB total
Render-blocking
0
of 1
Dominant font-display
swap
Most common across fonts
Font loading timeline
- 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 ~170 KB and ~340 ms
A+JS Bundles9 scripts, 0 KB unusedPASS
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015 | 7 KB | — | ✓ | 3rd |
| https://tandfonline.com/cdn-cgi/challenge-platform/h/g/orchestrate/chl_page/v1?ray=9ed4fd8d9970f179 | 70 KB | — | ✓ | 1st |
| blob:https://tandfonline.com/c2692966-abe7-4fbe-ab85-327d3810bd5f | 0 KB | — | ✓ | 3rd |
| https://challenges.cloudflare.com/turnstile/v0/g/b0a7532ac8ec/api.js?onload=cFyL2&render=explicit | 17 KB | — | ✓ | 3rd |
| blob:https://tandfonline.com/d7ea00b3-5a0a-4d43-bd22-c58fcd3eed26 | -0 KB | — | ✓ | 3rd |
| blob:https://challenges.cloudflare.com/337176d2-ef0e-4f78-bbda-fdc27a4b5ba0 | 0 KB | — | ✓ | 3rd |
| blob:https://challenges.cloudflare.com/4de8d22d-40e1-45d8-ac8c-dfaca9c9924f | -0 KB | — | ✓ | 3rd |
| blob:https://challenges.cloudflare.com/4de8d22d-40e1-45d8-ac8c-dfaca9c9924f | -0 KB | — | ✓ | 3rd |
| blob:https://challenges.cloudflare.com/f4bbfa6b-2ac4-40bf-a976-3298694871fb | -0 KB | — | ✓ | 3rd |
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
APage Weight Inventory24 resources · 1000 KB · 0 KB savings availablePASS
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 24 resources | 1000.5 KiB | ||||||
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
A+Green HostingWhether the site is served from green-energy infrastructurePASS
Green Hosting
This site is hosted on green energy infrastructure
Provider: Cloudflare
Network Waterfall24 requests over 3260msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 313ms | 0 KB | — | $4/mo | Costly |
static.cloudflareinsights.com static.cloudflareinsights.com | Other | 61ms | 7 KB | — | $1/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 313ms and costs ~$4/month
Unattributable takes 313ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev