Performance
· 15 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.07 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.29 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
103 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.
2.76 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.
2.60 s
Page Load Progression
FPage Weight BudgetAction16.7 MB transferred, 118 requestsFIX
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
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.
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
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.
Source: web.dev
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
DPage Weight InventoryAction118 resources · 16.7 MB · 247 KB savings availableFIX
~247.0 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 118 resources | 16.7 MiB | ||||||
BImage Optimization30 images, 0 KB saveableREVIEW
CJS Execution CostAction1615ms total JS executionREVIEW
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| Unattributable | 591ms | 37ms | 0ms | 3rd |
| https://tags.tiqcdn.com/utag/gsk/profile-rx-gb/prod/utag.js | 388ms | 293ms | 76ms | 3rd |
| https://www.gsk.com/en-gb/ | 289ms | 33ms | 1ms | 3rd |
| https://www.gsk.com/_nuxt/BQyzoT6n.js | 122ms | 112ms | 0ms | 3rd |
| https://www.gsk.com/_nuxt/DDlvirwQ.js | 108ms | 7ms | 0ms | 3rd |
| https://www.gsk.com/_nuxt/D5-xqjRT.js | 60ms | 56ms | 0ms | 3rd |
| https://www.gsk.com/_nuxt/D17R7Lh8.js | 57ms | 6ms | 0ms | 3rd |
CJS BundlesAction48 scripts, 247 KB unusedREVIEW
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://tags.tiqcdn.com/utag/gsk/profile-rx-gb/prod/utag.js | 447 KB | 151 KB (34%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js | 85 KB | 54 KB (64%) | ✓ | 3rd |
| https://www.gsk.com/_nuxt/BQyzoT6n.js | 104 KB | 42 KB (41%) | ✓ | 3rd |
| https://www.gsk.com/_nuxt/BdevirBr.js | 1 KB | — | ✓ | 3rd |
| https://www.gsk.com/_nuxt/BECnRw6w.js | 3 KB | — | ✓ | 3rd |
| https://www.gsk.com/_nuxt/_v4gJJCl.js | 6 KB | — | ✓ | 3rd |
| https://www.gsk.com/_nuxt/DeHI1n72.js | 2 KB | — | ✓ | 3rd |
| https://www.gsk.com/_nuxt/DiLrbaPy.js | 1 KB | — | ✓ | 3rd |
| https://www.gsk.com/_nuxt/C0DmV8Vd.js | 1 KB | — | ✓ | 3rd |
| https://www.gsk.com/_nuxt/Dgt8XGRz.js | 1 KB | — | ✓ | 3rd |
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
BHTTP Cachingpublic, max-age=0, max-stale=0, s-maxage=604800, stale-while-revalidate=5, must-revalidate, proxy-revalidateREVIEW
public, max-age=0, max-stale=0, s-maxage=604800, stale-while-revalidate=5, must-revalidate, proxy-revalidate
| Directive | Value | Meaning |
|---|---|---|
| public | — | Any cache may store this response |
| max-age | 0 | Cache for 0 seconds |
| max-stale | 0 | |
| s-maxage | 604800 | CDN caches for 1 week |
| stale-while-revalidate | 5 | Serve stale for 5 seconds while fetching fresh |
| must-revalidate | — | Must recheck with server after expiry |
| proxy-revalidate | — |
A+Text CompressionAll text resources are compressedPASS
A+Font Loading5 fonts (235 KB)PASS
Web fonts
5
235 KB total
Render-blocking
0
of 5
Dominant font-display
swap
Most common across fonts
Font loading timeline
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
- 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 ~71 KB and ~142 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
A+Green HostingWhether the site is served from green-energy infrastructurePASS
Green Hosting
This site is hosted on green energy infrastructure
Provider: Google Cloud
Network Waterfall118 requests over 4004msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 591ms | 0 KB | — | £6/mo | Costly |
tags.tiqcdn.com tags.tiqcdn.com | Other | 388ms | 447 KB | 34% | £4/mo | Costly |
www.gsk.com www.gsk.com | Other | 289ms | 112 KB | — | £3/mo | Costly |
www.gsk.com www.gsk.com | Other | 122ms | 104 KB | 41% | £1/mo | Optional |
www.gsk.com www.gsk.com | Other | 108ms | 31 KB | — | £1/mo | Optional |
www.gsk.com www.gsk.com | Other | 60ms | 8 KB | — | £1/mo | Optional |
www.gsk.com www.gsk.com | Other | 57ms | 2 KB | — | £1/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 591ms and costs ~£6/month
- tags.tiqcdn.com adds 388ms and costs ~£4/month
- www.gsk.com adds 289ms and costs ~£3/month
100% 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
Unattributable takes 591ms 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
tags.tiqcdn.com takes 388ms 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
www.gsk.com takes 289ms 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