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.
7.07 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
17.88 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
956 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.
8.00 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.
17.99 s
Page Load Progression
FPage Weight BudgetAction2.9 MB transferred, 88 requestsFIX
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
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.
Font payload is large — subset to used glyphs only, or fall back to system fonts (zero load time).
Source: web.dev font loading
DJS Execution CostAction3301ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.googletagmanager.com/gtm.js?id=GTM-WXPTQPP | 503ms | 447ms | 47ms | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=AW-11045773574&cx=c>m=4e64k1h2 | 466ms | 400ms | 56ms | 3rd |
| Unattributable | 465ms | 112ms | 0ms | 3rd |
| https://taylorandfrancis.com/ | 452ms | 55ms | 5ms | 1st |
| https://transcend-cdn.com/cm/ef49a3f1-d8c1-47d6-88fc-50e41130631f/tcf/ui.js | 323ms | 252ms | 36ms | 3rd |
| https://taylorandfrancis.com/cdn-cgi/challenge-platform/scripts/jsd/main.js | 321ms | 318ms | 2ms | 1st |
| https://www.googletagmanager.com/gtag/destination?id=AW-16473093908&cx=c>m=4e64k1h2 | 297ms | 249ms | 46ms | 3rd |
| https://transcend-cdn.com/cm/ef49a3f1-d8c1-47d6-88fc-50e41130631f/airgap.js | 236ms | 194ms | 21ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-5WV5K4GW>m=4e64k1h2 | 172ms | 125ms | 44ms | 3rd |
| https://taylorandfrancis.com/wp-content/plugins/gutenberg/build/scripts/vendors/react-dom.min.js?ver=18.3.1 | 66ms | 50ms | 15ms | 1st |
DJS BundlesAction45 scripts, 389 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.googletagmanager.com/gtm.js?id=GTM-5WV5K4GW>m=4e64k1h2 | 145 KB | 83 KB (57%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-WXPTQPP | 158 KB | 65 KB (41%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=AW-16473093908&cx=c>m=4e64k1h2 | 146 KB | 62 KB (42%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=AW-11045773574&cx=c>m=4e64k1h2 | 183 KB | 58 KB (32%) | ✓ | 3rd |
| https://taylorandfrancis.com/wp-content/plugins/gutenberg/build/scripts/vendors/react-dom.min.js?ver=18.3.1 | 44 KB | 37 KB (86%) | ✓ | 1st |
| https://taylorandfrancis.com/wp-content/plugins/gutenberg/build/scripts/blocks/index.min.js?ver=27318ac6d6f72eaf78ee | 56 KB | 35 KB (62%) | ✓ | 1st |
| https://transcend-cdn.com/cm/ef49a3f1-d8c1-47d6-88fc-50e41130631f/tcf/ui.js | 84 KB | 27 KB (33%) | ✓ | 3rd |
| https://taylorandfrancis.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 | 31 KB | 22 KB (72%) | ✓ | 1st |
| https://taylorandfrancis.com/wp-content/plugins/gutenberg/build/scripts/escape-html/index.min.js?ver=3f093e5cca67aa0f8b56 | 2 KB | — | ✓ | 1st |
| https://taylorandfrancis.com/wp-content/plugins/gutenberg/build/scripts/html-entities/index.min.js?ver=8c6fa5b869dfeadc4af2 | 2 KB | — | ✓ | 1st |
Consider code splitting or tree shaking to reduce unused code.
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.
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.
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.
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.
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
DPage Weight InventoryAction88 resources · 2.9 MB · 389 KB savings availableFIX
~389.0 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 88 resources | 2.9 MiB | ||||||
BImage Optimization10 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
AThird-Party Impact28% third-party, 0 ms blockingPASS
A+Text CompressionAll text resources are compressedPASS
A+Font Loading7 fonts (773 KB)PASS
Web fonts
7
773 KB total
Render-blocking
0
of 7
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
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
- 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 ~352 KB and ~704 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
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
AHTTP Cachingmax-age=600 (10 minutes)PASS
public, max-age=600
| Directive | Value | Meaning |
|---|---|---|
| public | — | Any cache may store this response |
| max-age | 600 | Cache for 10 minutes |
Network Waterfall88 requests over 2792msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Google Tag Manager www.googletagmanager.com | Tag Manager | 503ms | 158 KB | 41% | $9/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 466ms | 183 KB | 32% | $8/mo | Costly |
Unattributable Unattributable | Other | 465ms | 0 KB | — | $8/mo | Costly |
transcend-cdn.com transcend-cdn.com | Other | 323ms | 84 KB | 33% | $6/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 297ms | 146 KB | 42% | $5/mo | Costly |
transcend-cdn.com transcend-cdn.com | Other | 236ms | 78 KB | — | $4/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 172ms | 145 KB | 57% | $3/mo | Optional |
These scripts may cost more than they're worth
- Google Tag Manager adds 503ms and costs ~$9/month
- Google Tag Manager adds 466ms and costs ~$8/month
- Unattributable adds 465ms and costs ~$8/month
- transcend-cdn.com adds 323ms and costs ~$6/month
- Google Tag Manager adds 297ms and costs ~$5/month
- transcend-cdn.com adds 236ms and costs ~$4/month
75% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.
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
Google Tag Manager takes 503ms 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
Google Tag Manager takes 466ms 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
Unattributable takes 465ms 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
transcend-cdn.com takes 323ms 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
Google Tag Manager takes 297ms 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
transcend-cdn.com takes 236ms 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
57% of Google Tag Manager's code is unused. The script may be loading features you don't use.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev