Performance
· 16 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.
2.65 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
12.78 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
677 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.
6.70 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.47 s
Page Load Progression
FPage Weight BudgetAction5.0 MB transferred, 121 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 ImpactAction86% third-party, 0 ms blockingFIX
FJS Execution CostAction5135ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| Unattributable | 1019ms | 84ms | 0ms | 3rd |
| https://www.pagerduty.com/_next/static/chunks/5686-9fb38a925f588e3e.js | 775ms | 147ms | 6ms | 1st |
| https://www.pagerduty.com/_next/static/chunks/4937-6624349af0453281.js | 597ms | 511ms | 13ms | 1st |
| https://ob.thisgreencolumn.com/i/313a1c6c53fc549b6cf9213d79f8ac28.js | 564ms | 434ms | 10ms | 3rd |
| https://www.pagerduty.com/ | 520ms | 88ms | 100ms | 1st |
| https://www.googletagmanager.com/gtag/js?id=DC-12278716 | 257ms | 211ms | 37ms | 3rd |
| https://cdn.cookielaw.org/scripttemplates/202409.2.0/otBannerSdk.js | 213ms | 131ms | 50ms | 3rd |
| https://scripts.clarity.ms/0.8.59/clarity.js | 203ms | 180ms | 9ms | 3rd |
| https://www.pagerduty.com/_next/static/chunks/4638-920655eacabd7e48.js | 177ms | 144ms | 32ms | 1st |
| https://connect.facebook.net/en_US/fbevents.js | 152ms | 106ms | 43ms | 3rd |
Showing top 10 of 16 scripts
DHTTP CachingActionno-store (uncacheable)FIX
private, no-cache, no-store, max-age=0, must-revalidate
| Directive | Value | Meaning |
|---|---|---|
| private | — | Only browser cache, not CDN/proxy |
| no-cache | — | Cache but always revalidate first |
| no-store | — | Never cache this response |
| max-age | 0 | Cache for 0 seconds |
| must-revalidate | — | Must recheck with server after expiry |
CImage OptimizationAction42 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
CJS BundlesAction30 scripts, 287 KB unusedREVIEW
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.pagerduty.com/_next/static/chunks/3538-10978e3dacff2863.js | 119 KB | 90 KB (75%) | ✓ | 1st |
| https://cdn.cookielaw.org/scripttemplates/202409.2.0/otBannerSdk.js | 112 KB | 61 KB (54%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=DC-12278716 | 131 KB | 55 KB (42%) | ✓ | 3rd |
| https://connect.facebook.net/en_US/fbevents.js | 95 KB | 33 KB (34%) | ✓ | 3rd |
| https://www.pagerduty.com/_next/static/chunks/4638-920655eacabd7e48.js | 44 KB | 26 KB (59%) | ✓ | 1st |
| https://www.pagerduty.com/_next/static/chunks/9279-22d9d462c298a215.js | 30 KB | 23 KB (79%) | ✓ | 1st |
| https://dev.visualwebsiteoptimizer.com/j.php?a=753563&u=https%3A%2F%2Fwww.pagerduty.com%2F&vn=2.2&ph=1&st=345.9000005722046&x=true | 13 KB | — | ✓ | 3rd |
| blob:https://www.pagerduty.com/c84ae1ee-dbc0-43ee-b9b4-feac92422857 | -0 KB | — | ✓ | 3rd |
| https://www.pagerduty.com/_next/static/chunks/ac9907b5-ac62fd9a491942d7.js | 3 KB | — | ✓ | 1st |
| https://www.pagerduty.com/_next/static/chunks/app/layout-b0c358a71c193fa5.js | 13 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
A+Text CompressionAll text resources are compressedPASS
A+Font Loading10 fonts (222 KB)PASS
Web fonts
10
222 KB total
Render-blocking
0
of 10
Dominant font-display
swap
Most common across fonts
Font loading timeline
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)
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource Hints14 hints, 0 missing preconnectsPASS
Current Resource Hints
14 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: Cloudflare
Network Waterfall121 requests over 0msINFO
Performance analysis not available for this result.
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 1019ms | 0 KB | — | €18/mo | Costly |
ob.thisgreencolumn.com ob.thisgreencolumn.com | Other | 564ms | 45 KB | — | €10/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 257ms | 131 KB | 42% | €4/mo | Costly |
OneTrust cdn.cookielaw.org | Consent | 213ms | 112 KB | 54% | €4/mo | Essential |
Microsoft Clarity scripts.clarity.ms | Session Replay | 203ms | 26 KB | — | €4/mo | Costly |
Facebook Pixel connect.facebook.net | Advertising | 152ms | 95 KB | 34% | €3/mo | Optional |
obs.thisgreencolumn.com obs.thisgreencolumn.com | Other | 134ms | 2 KB | — | €2/mo | Optional |
Facebook Pixel connect.facebook.net | Advertising | 100ms | 37 KB | — | €2/mo | Optional |
LinkedIn Insight snap.licdn.com | Advertising | 72ms | 19 KB | — | €1/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 1019ms and costs ~€18/month
- ob.thisgreencolumn.com adds 564ms and costs ~€10/month
- Google Tag Manager adds 257ms and costs ~€4/month
- Microsoft Clarity adds 203ms and costs ~€4/month
53% of JavaScript execution time comes from third-party scripts.
Third-party scripts (analytics, ads, social, A/B testing) often dominate execution time — every one is a perf-and-privacy tax.
Learn more ▾ ▴
Each third-party script is a black box: you don't control when it loads, what it executes, or how much it grows. They often account for a major share of total blocking time on average sites (HTTP Archive's Web Almanac documents the trend). Audit which ones you actually need, defer the rest, and use facade patterns (lite-youtube, lite-vimeo) for embedded media.
Source: web.dev / HTTP Archive Web Almanac
Unattributable takes 1019ms 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
ob.thisgreencolumn.com takes 564ms 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 257ms 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
54% of OneTrust'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
Microsoft Clarity takes 203ms 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