Skip to content
https://www.pagerduty.com

Performance

· 16 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
74
GRADE
C
FIX
4
REVIEW
2
PASS
8
INFO
2

Performance-focused optimization plan with CWV assessment, top offenders, and time estimates

48
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
95
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
81
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
83
SEO Measures basic SEO optimizations: meta tags, crawlability, link text, and mobile friendliness.

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

607 ms
1.2 s
1.8 s
2.4 s
3.0 s
3.6 s
4.3 s
4.9 s
Checks
16
8 PASS 2 REVIEW 4 FIX
F
Page Weight Budget
Action
5.0 MB transferred, 121 requests
FIX
5.0 MB transferred, 121 requests
Critical::
Page weighs 9.5 MB (5.0 MB transferred)
Warning::
Images are 1.0 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 1.0 MB
Warning::
JavaScript is 835 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 835 KB
Info::
Fonts are 222 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 222 KB
Warning::
121 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 1.0 g CO2 per page load
5.0 MB / 2.4 MB budget
5.0 MB transferred
121 requests
1.0 g CO2 per page load
Other 2.5 MiB 51%
Images 1.0 MiB 21%
JavaScript 835.1 KiB 16%
Fonts 222.2 KiB 4%
Other 185.0 KiB 4%
Other 142.4 KiB 3%
HTML 39.0 KiB 1%
CSS 37.8 KiB 1%
Other 1.6 KiB 0%
Other 120 B 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Over budget

Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.

Source: web.dev

D
Third-Party Impact
Action
86% third-party, 0 ms blocking
FIX
86% third-party, 0 ms blocking
Warning::
Third-party code accounts for 86% of page weight (4.3 MiB of 5.0 MiB)
Info::
Third-party blocking time is low (0 ms)
86%
First-party Third-party
F
JS Execution Cost
Action
5135ms total JS execution
FIX
5135ms total JS execution
Warning::
Unattributable: 1019ms CPU time
Warning::
https://www.pagerduty.com/_next/static/chunks/5686...: 775ms CPU time
Warning::
https://www.pagerduty.com/_next/static/chunks/4937...: 597ms CPU time
Warning::
https://ob.thisgreencolumn.com/i/313a1c6c53fc549b6...: 564ms CPU time
Warning::
https://www.pagerduty.com/: 520ms CPU time
Warning::
Third-party scripts: 2714ms (53% of total)

Main Thread Breakdown

Script Evaluation 50% Other 30% Script Parsing & Compilation 7% Style & Layout 7%
ScriptTotalScriptingParse/CompileParty
Unattributable1019ms84ms0ms3rd
https://www.pagerduty.com/_next/static/chunks/5686-9fb38a925f588e3e.js775ms147ms6ms1st
https://www.pagerduty.com/_next/static/chunks/4937-6624349af0453281.js597ms511ms13ms1st
https://ob.thisgreencolumn.com/i/313a1c6c53fc549b6cf9213d79f8ac28.js564ms434ms10ms3rd
https://www.pagerduty.com/520ms88ms100ms1st
https://www.googletagmanager.com/gtag/js?id=DC-12278716257ms211ms37ms3rd
https://cdn.cookielaw.org/scripttemplates/202409.2.0/otBannerSdk.js213ms131ms50ms3rd
https://scripts.clarity.ms/0.8.59/clarity.js203ms180ms9ms3rd
https://www.pagerduty.com/_next/static/chunks/4638-920655eacabd7e48.js177ms144ms32ms1st
https://connect.facebook.net/en_US/fbevents.js152ms106ms43ms3rd

Showing top 10 of 16 scripts

D
HTTP Caching
Action
no-store (uncacheable)
FIX
no-store (uncacheable)
Info::
Cache-Control: no-store prevents all caching
Intentional for dynamic content, but increases server load for every page view.
Got: private, no-cache, no-store, max-age=0, must-revalidate
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

private, no-cache, no-store, max-age=0, must-revalidate

DirectiveValueMeaning
privateOnly browser cache, not CDN/proxy
no-cacheCache but always revalidate first
no-storeNever cache this response
max-age0Cache for 0 seconds
must-revalidateMust recheck with server after expiry
C
Image Optimization
Action
42 images, 0 KB saveable
REVIEW
42 images, 0 KB saveable
Warning::
https://cdn.pagerduty.com/images/pillar1.1-sre-age... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn.pagerduty.com/images/pillar2.1-on-call... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
42 images 1.0 MB
0 oversized -0 KB
20 legacy format
2 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

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.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

C
JS Bundles
Action
30 scripts, 287 KB unused
REVIEW
30 scripts, 287 KB unused
Warning::
https://www.pagerduty.com/_next/static/chunks/3538...: 90 KB unused (75%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://cdn.cookielaw.org/scripttemplates/202409.2...: 61 KB unused (54%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=DC-122...: 55 KB unused (42%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://connect.facebook.net/en_US/fbevents.js: 33 KB unused (34%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.pagerduty.com/_next/static/chunks/4638...: 26 KB unused (59%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 287 KB
287 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.pagerduty.com/_next/static/chunks/3538-10978e3dacff2863.js119 KB90 KB (75%)1st
https://cdn.cookielaw.org/scripttemplates/202409.2.0/otBannerSdk.js112 KB61 KB (54%)3rd
https://www.googletagmanager.com/gtag/js?id=DC-12278716131 KB55 KB (42%)3rd
https://connect.facebook.net/en_US/fbevents.js95 KB33 KB (34%)3rd
https://www.pagerduty.com/_next/static/chunks/4638-920655eacabd7e48.js44 KB26 KB (59%)1st
https://www.pagerduty.com/_next/static/chunks/9279-22d9d462c298a215.js30 KB23 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=true13 KB3rd
blob:https://www.pagerduty.com/c84ae1ee-dbc0-43ee-b9b4-feac92422857-0 KB3rd
https://www.pagerduty.com/_next/static/chunks/ac9907b5-ac62fd9a491942d7.js3 KB1st
https://www.pagerduty.com/_next/static/chunks/app/layout-b0c358a71c193fa5.js13 KB1st

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
All text resources are compressed
All text resources are properly compressed.
A+
Font Loading
10 fonts (222 KB)
PASS
10 fonts (222 KB)
Info::
10 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

10

222 KB total

Render-blocking

0

of 10

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s FCP 2.6 s LCP 12.8 shttps://www.pagerduty.com/_next/static/media/196be43773cacfb1-s.p.woff2196be43773cacfb1-s.p.woff2 https://www.pagerduty.com/_next/static/media/196be43773cacfb1-s.p.woff2 — 22.6 KiB — 0 ms — font-display: swaphttps://www.pagerduty.com/_next/static/media/1dcf2f59595df932-s.p.woff21dcf2f59595df932-s.p.woff2 https://www.pagerduty.com/_next/static/media/1dcf2f59595df932-s.p.woff2 — 22.8 KiB — 0 ms — font-display: swaphttps://www.pagerduty.com/_next/static/media/26ca091aa4cf22dd-s.p.woff226ca091aa4cf22dd-s.p.woff2 https://www.pagerduty.com/_next/static/media/26ca091aa4cf22dd-s.p.woff2 — 21.5 KiB — 0 ms — font-display: swaphttps://www.pagerduty.com/_next/static/media/4bc40f2a9d6ea076-s.p.woff24bc40f2a9d6ea076-s.p.woff2 https://www.pagerduty.com/_next/static/media/4bc40f2a9d6ea076-s.p.woff2 — 22.2 KiB — 0 ms — font-display: swaphttps://www.pagerduty.com/_next/static/media/98c00efcba072cbf-s.p.woff298c00efcba072cbf-s.p.woff2 https://www.pagerduty.com/_next/static/media/98c00efcba072cbf-s.p.woff2 — 22.0 KiB — 0 ms — font-display: swaphttps://www.pagerduty.com/_next/static/media/af6faa570ca87d9d-s.p.woff2af6faa570ca87d9d-s.p.woff2 https://www.pagerduty.com/_next/static/media/af6faa570ca87d9d-s.p.woff2 — 22.0 KiB — 0 ms — font-display: swaphttps://www.pagerduty.com/_next/static/media/df02d7ebb3bb9c24-s.p.woff2df02d7ebb3bb9c24-s.p.woff2 https://www.pagerduty.com/_next/static/media/df02d7ebb3bb9c24-s.p.woff2 — 22.5 KiB — 0 ms — font-display: swaphttps://www.pagerduty.com/_next/static/media/e39d8d8c53f86999-s.p.woff2e39d8d8c53f86999-s.p.woff2 https://www.pagerduty.com/_next/static/media/e39d8d8c53f86999-s.p.woff2 — 21.7 KiB — 0 ms — font-display: swaphttps://www.pagerduty.com/_next/static/media/e901c91968357a19-s.p.woff2e901c91968357a19-s.p.woff2 https://www.pagerduty.com/_next/static/media/e901c91968357a19-s.p.woff2 — 22.5 KiB — 0 ms — font-display: swaphttps://www.pagerduty.com/_next/static/media/f1630277fac7b3a3-s.p.woff2f1630277fac7b3a3-s.p.woff2 https://www.pagerduty.com/_next/static/media/f1630277fac7b3a3-s.p.woff2 — 22.4 KiB — 0 ms — font-display: swap
196be43773cacfb1-s.p.woff2 woff2 swap
Size 23 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
1dcf2f59595df932-s.p.woff2 woff2 swap
Size 23 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
26ca091aa4cf22dd-s.p.woff2 woff2 swap
Size 21 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
4bc40f2a9d6ea076-s.p.woff2 woff2 swap
Size 22 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
98c00efcba072cbf-s.p.woff2 woff2 swap
Size 22 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
af6faa570ca87d9d-s.p.woff2 woff2 swap
Size 22 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
df02d7ebb3bb9c24-s.p.woff2 woff2 swap
Size 22 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
e39d8d8c53f86999-s.p.woff2 woff2 swap
Size 22 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
e901c91968357a19-s.p.woff2 woff2 swap
Size 22 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
f1630277fac7b3a3-s.p.woff2 woff2 swap
Size 22 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
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 Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
14 hints, 0 missing preconnects
PASS
14 hints, 0 missing preconnects
Info::
Page uses 14 resource hint(s)

Current Resource Hints

preconnect
1
preload
+3
13
dns-prefetch
prefetch

14 resource hints configured

A+
Render-Blocking Resources
No render-blocking resources detected
PASS
No render-blocking resources detected
Info::
No render-blocking resources detected in <head>
A+
Third-Party Resources
No third-party resources detected
PASS
No third-party resources detected
A+
Green Hosting
Whether the site is served from green-energy infrastructure
PASS

Green Hosting

This site is hosted on green energy infrastructure

Provider: Cloudflare

Network Waterfall
121 requests over 0ms
INFO

Performance analysis not available for this result.

Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
53% of JavaScript execution is third-party
First-party Third-party 2714ms · 467KB · €47/mo
Unattributable
Other
Costly
Execution 1019ms
Transfer 0 KB
Monthly Cost €18/mo
ob.thisgreencolumn.com
Other
Costly
Execution 564ms
Transfer 45 KB
Monthly Cost €10/mo
Google Tag Manager
Tag Manager
Costly
Execution 257ms
Transfer 131 KB
Unused 42%
Monthly Cost €4/mo
OneTrust
Consent
Essential
Execution 213ms
Transfer 112 KB
Unused 54%
Monthly Cost €4/mo
Microsoft Clarity
Session Replay
Costly
Execution 203ms
Transfer 26 KB
Monthly Cost €4/mo
Facebook Pixel
Advertising
Optional
Execution 152ms
Transfer 95 KB
Unused 34%
Monthly Cost €3/mo
obs.thisgreencolumn.com
Other
Optional
Execution 134ms
Transfer 2 KB
Monthly Cost €2/mo
Facebook Pixel
Advertising
Optional
Execution 100ms
Transfer 37 KB
Monthly Cost €2/mo
LinkedIn Insight
Advertising
Optional
Execution 72ms
Transfer 19 KB
Monthly Cost €1/mo

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

How third-party costs are calculated

All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback