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.
3.92 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
11.90 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
882 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.49 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.
16.01 s
Page Load Progression
FPage Weight BudgetAction16.7 MB transferred, 119 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
FJS Execution CostAction6663ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| Unattributable | 2294ms | 163ms | 0ms | 3rd |
| https://tags.tiqcdn.com/utag/gsk/profile-rx-gb/prod/utag.js | 1704ms | 1310ms | 314ms | 3rd |
| https://www.gsk.com/en-gb/ | 1524ms | 118ms | 3ms | 3rd |
| https://www.gsk.com/_nuxt/BQyzoT6n.js | 476ms | 421ms | 2ms | 3rd |
| https://www.gsk.com/_nuxt/DDlvirwQ.js | 241ms | 20ms | 1ms | 3rd |
| https://www.gsk.com/_nuxt/D5-xqjRT.js | 232ms | 217ms | 1ms | 3rd |
| https://www.googletagmanager.com/gtag/js | 119ms | 81ms | 36ms | 3rd |
| https://www.gsk.com/_nuxt/BQU67Am4.js | 73ms | 11ms | 1ms | 3rd |
DPage Weight InventoryAction119 resources · 16.7 MB · 247 KB savings availableFIX
~247.0 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 119 resources | 16.7 MiB | ||||||
BImage Optimization29 images, 0 KB saveableREVIEW
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 Hints4 hints, 0 missing preconnectsPASS
Current Resource Hints
4 resource hints configured
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: Google Cloud
Network Waterfall119 requests over 4499msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 2294ms | 0 KB | — | £24/mo | Costly |
tags.tiqcdn.com tags.tiqcdn.com | Other | 1704ms | 447 KB | 34% | £18/mo | Costly |
www.gsk.com www.gsk.com | Other | 1524ms | 112 KB | — | £16/mo | Costly |
www.gsk.com www.gsk.com | Other | 476ms | 104 KB | 41% | £5/mo | Costly |
www.gsk.com www.gsk.com | Other | 241ms | 31 KB | — | £2/mo | Costly |
www.gsk.com www.gsk.com | Other | 232ms | 8 KB | — | £2/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 119ms | 85 KB | 64% | £1/mo | Optional |
www.gsk.com www.gsk.com | Other | 73ms | 30 KB | — | £1/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 2294ms and costs ~£24/month
- tags.tiqcdn.com adds 1704ms and costs ~£18/month
- www.gsk.com adds 1524ms and costs ~£16/month
- www.gsk.com adds 476ms and costs ~£5/month
- www.gsk.com adds 241ms and costs ~£2/month
- www.gsk.com adds 232ms and costs ~£2/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 2294ms 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 1704ms 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 1524ms 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 476ms 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 241ms 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 232ms 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
64% 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