Skip to content
https://pipedrive.com

Performance

· 17 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
81
GRADE
B
FIX
3
REVIEW
4
PASS
8
INFO
2

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

55
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
96
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.
92
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.

3.65 s

Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.

9.62 s

Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.

308 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.

7.21 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.

9.67 s

Page Load Progression

375 ms
750 ms
1.1 s
1.5 s
1.9 s
2.2 s
2.6 s
3.0 s
Checks
17
8 PASS 4 REVIEW 3 FIX
D
Third-Party Impact
Action
100% third-party, 0 ms blocking
FIX
100% third-party, 0 ms blocking
Warning::
Third-party code accounts for 100% of page weight (1.3 MiB of 1.3 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Execution Cost
Action
3514ms total JS execution
FIX
3514ms total JS execution
Warning::
https://www.pipedrive.com/: 1278ms CPU time
Warning::
https://cdn.dub-1.pipedriveassets.com/www-main-ren...: 710ms CPU time
Warning::
Unattributable: 629ms CPU time
Warning::
https://cdn.cookielaw.org/scripttemplates/202601.2...: 282ms CPU time
Info::
https://www.pipedrive.com/cdn-cgi/challenge-platfo...: 247ms CPU time
Warning::
Third-party scripts: 3514ms (100% of total)

Main Thread Breakdown

Script Evaluation 42% Other 24% Style & Layout 23% Script Parsing & Compilation 4% Rendering 3%
ScriptTotalScriptingParse/CompileParty
https://www.pipedrive.com/1278ms105ms5ms3rd
https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/framework-b9fd9bcc3ecde907.js710ms580ms12ms3rd
Unattributable629ms58ms0ms3rd
https://cdn.cookielaw.org/scripttemplates/202601.2.0/otBannerSdk.js282ms191ms50ms3rd
https://www.pipedrive.com/cdn-cgi/challenge-platform/scripts/jsd/main.js247ms234ms2ms3rd
https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/pages/index-acc500b8e79efd9c.js112ms111ms0ms3rd
https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/main-811ed523caa5eef2.js110ms94ms15ms3rd
https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/pages/_app-a16f9b796f1ef0d1.js78ms59ms17ms3rd
https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/7e42aecb.621bc1df6baa46f3.js69ms48ms6ms3rd
F
HTTP Caching
Action
No cache headers
FIX
No cache headers
Warning::
No Cache-Control header found
Browsers will use heuristic caching, which can be unpredictable. Set explicit cache headers.

No Cache-Control header

Adding a Cache-Control header can significantly improve repeat-visit performance.

B
Page Weight Budget
1.3 MB transferred, 111 requests
REVIEW
1.3 MB transferred, 111 requests
Info::
Page weighs 3.3 MB (1.3 MB transferred)
Info::
Fonts are 371 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 371 KB
Warning::
111 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.26 g CO2 per page load
1.3 MB / 2.4 MB budget
1.3 MB transferred
111 requests
0.26 g CO2 per page load
JavaScript 493.8 KiB 38%
Fonts 370.9 KiB 29%
Images 267.6 KiB 21%
CSS 50.9 KiB 4%
HTML 46.3 KiB 4%
Other 45.1 KiB 4%
Other 5.3 KiB 0%
Other 4.9 KiB 0%
0 2.4 MB 4.9 MB
Under budget

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

C
Image Optimization
Action
25 images, 0 KB saveable
REVIEW
25 images, 0 KB saveable
Warning::
https://www-cms.pipedriveassets.com/companies-logo... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www-cms.pipedriveassets.com/companies-logo... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www-cms.pipedriveassets.com/companies-logo... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www-cms.pipedriveassets.com/companies-logo... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www-cms.pipedriveassets.com/companies-logo... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
25 images 268 KB
0 oversized -0 KB
5 legacy format
5 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

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

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

B
JS Bundles
58 scripts, 100 KB unused
REVIEW
58 scripts, 100 KB unused
Warning::
https://cdn.cookielaw.org/scripttemplates/202601.2...: 69 KB unused (54%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://cdn.dub-1.pipedriveassets.com/www-main-ren...: 30 KB unused (55%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 100 KB
100 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://cdn.cookielaw.org/scripttemplates/202601.2.0/otBannerSdk.js128 KB69 KB (54%)3rd
https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/main-811ed523caa5eef2.js55 KB30 KB (55%)3rd
https://cdn.cookielaw.org/scripttemplates/otSDKStub.js9 KB3rd
https://aff.trypipedrive.com/pr/js4 KB3rd
https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/4706-80ae9f276e9617fd.js3 KB3rd
https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/9230-bdd98474bdfa7454.js3 KB3rd
https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/9217-0f30839ef76df1d6.js10 KB3rd
https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/6075-74d7fdd1061ee522.js5 KB3rd
https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/3451-4d5c11b751d212f0.js10 KB3rd
https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/2899-51eaf68716e6f8b9.js5 KB3rd

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

C
Page Weight Inventory
Action
111 resources · 1.3 MB · 100 KB savings available
REVIEW
111 resources · 1.3 MB · 100 KB savings available
Warning::
Page weight 261 KB over 1MB target
Got: 1.3 MB Expected: ≤ 1 MB
Info::
~100 KB of savings available
Warning::
110 third-party resources (100% of weight)
111 resources · 1.3 MiB · 110 third-party 260.8 KiB over 1MB target
JavaScript 38% · 493.8 KiB
Font 29% · 370.9 KiB
Image 21% · 272.5 KiB
CSS 4% · 55.6 KiB
Document 4% · 46.7 KiB
Other 4% · 45.4 KiB

~99.5 KiB of savings available

Remove unused JavaScript: 99.5 KiB
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
4 fonts (371 KB)
PASS
4 fonts (371 KB)
Info::
4 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

4

371 KB total

Render-blocking

0

of 4

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 FCP 3.7 s LCP 9.6 shttps://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/media/Inter-Regular-29323e651791fdcd6e00da970b2ba98eb4f6c319.a747faad.woff2Inter-Regular-29323e651... https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/media/Inter-Regular-29323e651791fdcd6e00da970b2ba98eb4f6c319.a747faad.woff2 — 98.5 KiB — 159 ms — font-display: swaphttps://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/media/Inter-Bold-446ba08d661178e775203f8f1332422835c6c100.1e38562c.woff2Inter-Bold-446ba08d6611... https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/media/Inter-Bold-446ba08d661178e775203f8f1332422835c6c100.1e38562c.woff2 — 106.6 KiB — 222 ms — font-display: swaphttps://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/media/Haffer-Bold.ef4665fb.woff2Haffer-Bold.ef4665fb.woff2 https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/media/Haffer-Bold.ef4665fb.woff2 — 53.0 KiB — 234 ms — font-display: swaphttps://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/media/Inter-SemiBold-9cc2b10d4186b63c8d90be346069b2011451897c.95439fb4.woff2Inter-SemiBold-9cc2b10d... https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/media/Inter-SemiBold-9cc2b10d4186b63c8d90be346069b2011451897c.95439fb4.woff2 — 112.8 KiB — 241 ms — font-display: swap
Inter-Regular-29323e651... woff2 swap
Size 98 KB
Load time 159 ms
Start 378 ms
Risk FOUT — text flashes from fallback to web font
Inter-Bold-446ba08d6611... woff2 swap
Size 107 KB
Load time 222 ms
Start 378 ms
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
Haffer-Bold.ef4665fb.woff2 woff2 swap
Size 53 KB
Load time 234 ms
Start 378 ms
Risk FOUT — text flashes from fallback to web font
Inter-SemiBold-9cc2b10d... woff2 swap
Size 113 KB
Load time 241 ms
Start 379 ms
Risk FOUT — text flashes from fallback to web font
  • 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 ~110 KB and ~220 ms

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
13 hints, 0 missing preconnects
PASS
13 hints, 0 missing preconnects
Info::
Page uses 13 resource hint(s)

Current Resource Hints

preconnect
3
preload
10
dns-prefetch
prefetch

13 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
111 requests over 1644ms
INFO
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s FCP 3.7 s LCP 9.6 shttps://pipedrive.com// https://pipedrive.com/ — 301 — 427 B — 165 ms — h2https://www.pipedrive.com/www.pipedrive.com/ https://www.pipedrive.com/ — 200 — 46.3 KiB — 203 ms — h2https://cdn.cookielaw.org/scripttemplates/otSDKStub.jscdn.cookielaw.org/scripttemplates/o... https://cdn.cookielaw.org/scripttemplates/otSDKStub.js — 200 — 9.1 KiB — 111 ms — h2https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/media/Inter-Regular-29323e651791fdcd6e00da970b2ba98eb4f6c319.a747faad.woff2cdn.dub-1.pipedriveassets.com/www-m... https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/media/Inter-Regular-29323e651791fdcd6e00da970b2ba98eb4f6c319.a747faad.woff2 — 200 — 98.5 KiB — 159 ms — h2https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/media/Inter-Bold-446ba08d661178e775203f8f1332422835c6c100.1e38562c.woff2cdn.dub-1.pipedriveassets.com/www-m... https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/media/Inter-Bold-446ba08d661178e775203f8f1332422835c6c100.1e38562c.woff2 — 200 — 106.6 KiB — 222 ms — h2https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/media/Haffer-Bold.ef4665fb.woff2cdn.dub-1.pipedriveassets.com/www-m... https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/media/Haffer-Bold.ef4665fb.woff2 — 200 — 53.0 KiB — 234 ms — h2https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/media/Inter-SemiBold-9cc2b10d4186b63c8d90be346069b2011451897c.95439fb4.woff2cdn.dub-1.pipedriveassets.com/www-m... https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/media/Inter-SemiBold-9cc2b10d4186b63c8d90be346069b2011451897c.95439fb4.woff2 — 200 — 112.8 KiB — 241 ms — h2https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/css/ea10c947296797ff.csscdn.dub-1.pipedriveassets.com/www-m... https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/css/ea10c947296797ff.css — 200 — 44.8 KiB — 139 ms — h2https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/css/a9972138f5dc6cdd.csscdn.dub-1.pipedriveassets.com/www-m... https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/css/a9972138f5dc6cdd.css — 200 — 724 B — 125 ms — h2https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/css/3c02280f42a71477.csscdn.dub-1.pipedriveassets.com/www-m... https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/css/3c02280f42a71477.css — 200 — 570 B — 131 ms — h2https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/css/efe87b356c497534.csscdn.dub-1.pipedriveassets.com/www-m... https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/css/efe87b356c497534.css — 200 — 618 B — 130 ms — h2https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/css/9133c0a209af47d9.csscdn.dub-1.pipedriveassets.com/www-m... https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/css/9133c0a209af47d9.css — 200 — 2.3 KiB — 123 ms — h2https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/css/080cd6fb1f51c0a7.csscdn.dub-1.pipedriveassets.com/www-m... https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/css/080cd6fb1f51c0a7.css — 200 — 480 B — 128 ms — h2https://aff.trypipedrive.com/pr/jsaff.trypipedrive.com/pr/js https://aff.trypipedrive.com/pr/js — 200 — 3.5 KiB — 154 ms — h2https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/4706-80ae9f276e9617fd.jscdn.dub-1.pipedriveassets.com/www-m... https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/4706-80ae9f276e9617fd.js — 200 — 2.9 KiB — 56 ms — h2https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/9230-bdd98474bdfa7454.jscdn.dub-1.pipedriveassets.com/www-m... https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/9230-bdd98474bdfa7454.js — 200 — 3.5 KiB — 59 ms — h2https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/9217-0f30839ef76df1d6.jscdn.dub-1.pipedriveassets.com/www-m... https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/9217-0f30839ef76df1d6.js — 200 — 10.2 KiB — 52 ms — h2https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/6075-74d7fdd1061ee522.jscdn.dub-1.pipedriveassets.com/www-m... https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/6075-74d7fdd1061ee522.js — 200 — 5.4 KiB — 86 ms — h2https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/3451-4d5c11b751d212f0.jscdn.dub-1.pipedriveassets.com/www-m... https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/3451-4d5c11b751d212f0.js — 200 — 10.1 KiB — 41 ms — h2https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/2899-51eaf68716e6f8b9.jscdn.dub-1.pipedriveassets.com/www-m... https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/2899-51eaf68716e6f8b9.js — 200 — 5.0 KiB — 57 ms — h2https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/7789-041cb6f7fb6ed89e.jscdn.dub-1.pipedriveassets.com/www-m... https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/7789-041cb6f7fb6ed89e.js — 200 — 4.2 KiB — 52 ms — h2https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/1923.6b7995f452cd75b1.jscdn.dub-1.pipedriveassets.com/www-m... https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/1923.6b7995f452cd75b1.js — 200 — 1.0 KiB — 53 ms — h2https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/3420.a4c0957257ae2aec.jscdn.dub-1.pipedriveassets.com/www-m... https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/3420.a4c0957257ae2aec.js — 200 — 1.2 KiB — 63 ms — h2https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/835.abdf3b66238b428d.jscdn.dub-1.pipedriveassets.com/www-m... https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/835.abdf3b66238b428d.js — 200 — 1.2 KiB — 54 ms — h2https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/3735.cdcca7bbb2383cdb.jscdn.dub-1.pipedriveassets.com/www-m... https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/3735.cdcca7bbb2383cdb.js — 200 — 1.0 KiB — 94 ms — h2https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/7924.09405dca61d97c10.jscdn.dub-1.pipedriveassets.com/www-m... https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/7924.09405dca61d97c10.js — 200 — 846 B — 59 ms — h2https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/6790.8572ff63230f4718.jscdn.dub-1.pipedriveassets.com/www-m... https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/6790.8572ff63230f4718.js — 200 — 960 B — 57 ms — h2https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/5777.c1918a4fa18026bc.jscdn.dub-1.pipedriveassets.com/www-m... https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/5777.c1918a4fa18026bc.js — 200 — 3.3 KiB — 66 ms — h2https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/9440.b77ac419d0b7c871.jscdn.dub-1.pipedriveassets.com/www-m... https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/9440.b77ac419d0b7c871.js — 200 — 7.6 KiB — 68 ms — h2https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/1832.f08741beb5eaa222.jscdn.dub-1.pipedriveassets.com/www-m... https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/1832.f08741beb5eaa222.js — 200 — 3.3 KiB — 79 ms — h2
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s FCP 3.7 s LCP 9.6 shttps://pipedrive.com// https://pipedrive.com/ — 301 — 427 B — 165 ms — h2https://www.pipedrive.com/www.pipedrive.com/ https://www.pipedrive.com/ — 200 — 46.3 KiB — 203 ms — h2https://cdn.cookielaw.org/scripttemplates/otSDKStub.jscdn.cookielaw.org/scripttemplates/o... https://cdn.cookielaw.org/scripttemplates/otSDKStub.js — 200 — 9.1 KiB — 111 ms — h2https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/media/Inter-Regular-29323e651791fdcd6e00da970b2ba98eb4f6c319.a747faad.woff2cdn.dub-1.pipedriveassets.com/www-m... https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/media/Inter-Regular-29323e651791fdcd6e00da970b2ba98eb4f6c319.a747faad.woff2 — 200 — 98.5 KiB — 159 ms — h2https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/media/Inter-Bold-446ba08d661178e775203f8f1332422835c6c100.1e38562c.woff2cdn.dub-1.pipedriveassets.com/www-m... https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/media/Inter-Bold-446ba08d661178e775203f8f1332422835c6c100.1e38562c.woff2 — 200 — 106.6 KiB — 222 ms — h2https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/media/Haffer-Bold.ef4665fb.woff2cdn.dub-1.pipedriveassets.com/www-m... https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/media/Haffer-Bold.ef4665fb.woff2 — 200 — 53.0 KiB — 234 ms — h2https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/media/Inter-SemiBold-9cc2b10d4186b63c8d90be346069b2011451897c.95439fb4.woff2cdn.dub-1.pipedriveassets.com/www-m... https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/media/Inter-SemiBold-9cc2b10d4186b63c8d90be346069b2011451897c.95439fb4.woff2 — 200 — 112.8 KiB — 241 ms — h2https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/css/ea10c947296797ff.csscdn.dub-1.pipedriveassets.com/www-m... https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/css/ea10c947296797ff.css — 200 — 44.8 KiB — 139 ms — h2https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/css/a9972138f5dc6cdd.csscdn.dub-1.pipedriveassets.com/www-m... https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/css/a9972138f5dc6cdd.css — 200 — 724 B — 125 ms — h2https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/css/3c02280f42a71477.csscdn.dub-1.pipedriveassets.com/www-m... https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/css/3c02280f42a71477.css — 200 — 570 B — 131 ms — h2https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/css/efe87b356c497534.csscdn.dub-1.pipedriveassets.com/www-m... https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/css/efe87b356c497534.css — 200 — 618 B — 130 ms — h2https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/css/9133c0a209af47d9.csscdn.dub-1.pipedriveassets.com/www-m... https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/css/9133c0a209af47d9.css — 200 — 2.3 KiB — 123 ms — h2https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/css/080cd6fb1f51c0a7.csscdn.dub-1.pipedriveassets.com/www-m... https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/css/080cd6fb1f51c0a7.css — 200 — 480 B — 128 ms — h2https://aff.trypipedrive.com/pr/jsaff.trypipedrive.com/pr/js https://aff.trypipedrive.com/pr/js — 200 — 3.5 KiB — 154 ms — h2https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/4706-80ae9f276e9617fd.jscdn.dub-1.pipedriveassets.com/www-m... https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/4706-80ae9f276e9617fd.js — 200 — 2.9 KiB — 56 ms — h2https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/9230-bdd98474bdfa7454.jscdn.dub-1.pipedriveassets.com/www-m... https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/9230-bdd98474bdfa7454.js — 200 — 3.5 KiB — 59 ms — h2https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/9217-0f30839ef76df1d6.jscdn.dub-1.pipedriveassets.com/www-m... https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/9217-0f30839ef76df1d6.js — 200 — 10.2 KiB — 52 ms — h2https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/6075-74d7fdd1061ee522.jscdn.dub-1.pipedriveassets.com/www-m... https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/6075-74d7fdd1061ee522.js — 200 — 5.4 KiB — 86 ms — h2https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/3451-4d5c11b751d212f0.jscdn.dub-1.pipedriveassets.com/www-m... https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/3451-4d5c11b751d212f0.js — 200 — 10.1 KiB — 41 ms — h2https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/2899-51eaf68716e6f8b9.jscdn.dub-1.pipedriveassets.com/www-m... https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/2899-51eaf68716e6f8b9.js — 200 — 5.0 KiB — 57 ms — h2https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/7789-041cb6f7fb6ed89e.jscdn.dub-1.pipedriveassets.com/www-m... https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/7789-041cb6f7fb6ed89e.js — 200 — 4.2 KiB — 52 ms — h2https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/1923.6b7995f452cd75b1.jscdn.dub-1.pipedriveassets.com/www-m... https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/1923.6b7995f452cd75b1.js — 200 — 1.0 KiB — 53 ms — h2https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/3420.a4c0957257ae2aec.jscdn.dub-1.pipedriveassets.com/www-m... https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/3420.a4c0957257ae2aec.js — 200 — 1.2 KiB — 63 ms — h2https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/835.abdf3b66238b428d.jscdn.dub-1.pipedriveassets.com/www-m... https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/835.abdf3b66238b428d.js — 200 — 1.2 KiB — 54 ms — h2https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/3735.cdcca7bbb2383cdb.jscdn.dub-1.pipedriveassets.com/www-m... https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/3735.cdcca7bbb2383cdb.js — 200 — 1.0 KiB — 94 ms — h2https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/7924.09405dca61d97c10.jscdn.dub-1.pipedriveassets.com/www-m... https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/7924.09405dca61d97c10.js — 200 — 846 B — 59 ms — h2https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/6790.8572ff63230f4718.jscdn.dub-1.pipedriveassets.com/www-m... https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/6790.8572ff63230f4718.js — 200 — 960 B — 57 ms — h2https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/5777.c1918a4fa18026bc.jscdn.dub-1.pipedriveassets.com/www-m... https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/5777.c1918a4fa18026bc.js — 200 — 3.3 KiB — 66 ms — h2https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/9440.b77ac419d0b7c871.jscdn.dub-1.pipedriveassets.com/www-m... https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/9440.b77ac419d0b7c871.js — 200 — 7.6 KiB — 68 ms — h2https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/1832.f08741beb5eaa222.jscdn.dub-1.pipedriveassets.com/www-m... https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/1832.f08741beb5eaa222.js — 200 — 3.3 KiB — 79 ms — h2https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/3920.34101d05db1be6a0.jscdn.dub-1.pipedriveassets.com/www-m... https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/3920.34101d05db1be6a0.js — 200 — 2.7 KiB — 61 ms — h2https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/3347.e056bb424ffb784e.jscdn.dub-1.pipedriveassets.com/www-m... https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/3347.e056bb424ffb784e.js — 200 — 3.6 KiB — 69 ms — h2https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/8503.9e216d2575457262.jscdn.dub-1.pipedriveassets.com/www-m... https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/8503.9e216d2575457262.js — 200 — 1.8 KiB — 60 ms — h2https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/9676.85888d2d7ebfe7f9.jscdn.dub-1.pipedriveassets.com/www-m... https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/9676.85888d2d7ebfe7f9.js — 200 — 1.9 KiB — 76 ms — h2https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/8692.df2a07c265dcbd79.jscdn.dub-1.pipedriveassets.com/www-m... https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/8692.df2a07c265dcbd79.js — 200 — 1.7 KiB — 70 ms — h2https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/1522.889523681e9b4763.jscdn.dub-1.pipedriveassets.com/www-m... https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/1522.889523681e9b4763.js — 200 — 1.6 KiB — 72 ms — h2https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/8784.8cd84080f09f3208.jscdn.dub-1.pipedriveassets.com/www-m... https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/8784.8cd84080f09f3208.js — 200 — 10.2 KiB — 79 ms — h2https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/9626.549cf0a122a3f38a.jscdn.dub-1.pipedriveassets.com/www-m... https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/9626.549cf0a122a3f38a.js — 200 — 1.3 KiB — 85 ms — h2https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/3294.2b8645447670c17b.jscdn.dub-1.pipedriveassets.com/www-m... https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/3294.2b8645447670c17b.js — 200 — 2.8 KiB — 95 ms — h2https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/808.53fbafbcaa56d13b.jscdn.dub-1.pipedriveassets.com/www-m... https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/808.53fbafbcaa56d13b.js — 200 — 862 B — 107 ms — h2https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/9599.940e86447c4090cb.jscdn.dub-1.pipedriveassets.com/www-m... https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/9599.940e86447c4090cb.js — 200 — 3.2 KiB — 69 ms — h2https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/1677.2df450b6144cc0a3.jscdn.dub-1.pipedriveassets.com/www-m... https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/1677.2df450b6144cc0a3.js — 200 — 1012 B — 99 ms — h2https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/4852.24d48122c263e579.jscdn.dub-1.pipedriveassets.com/www-m... https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/4852.24d48122c263e579.js — 200 — 870 B — 97 ms — h2https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/7495.976e713ce7dd69b7.jscdn.dub-1.pipedriveassets.com/www-m... https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/7495.976e713ce7dd69b7.js — 200 — 929 B — 76 ms — h2https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/8149.b5f23fae74c36059.jscdn.dub-1.pipedriveassets.com/www-m... https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/8149.b5f23fae74c36059.js — 200 — 1.2 KiB — 80 ms — h2https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/1112.22a54184c876a097.jscdn.dub-1.pipedriveassets.com/www-m... https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/1112.22a54184c876a097.js — 200 — 1.9 KiB — 85 ms — h2https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/8118.ad2089c8de4cf84f.jscdn.dub-1.pipedriveassets.com/www-m... https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/8118.ad2089c8de4cf84f.js — 200 — 923 B — 89 ms — h2https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/7699.f9a39459324b1aa0.jscdn.dub-1.pipedriveassets.com/www-m... https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/7699.f9a39459324b1aa0.js — 200 — 1.5 KiB — 108 ms — h2https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/8405.1907da214f767b83.jscdn.dub-1.pipedriveassets.com/www-m... https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/8405.1907da214f767b83.js — 200 — 996 B — 93 ms — h2https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/9808.afb7b6d4db755add.jscdn.dub-1.pipedriveassets.com/www-m... https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/9808.afb7b6d4db755add.js — 200 — 1.8 KiB — 96 ms — h2https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/9691.d2d6ad6b1bc0e2af.jscdn.dub-1.pipedriveassets.com/www-m... https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/9691.d2d6ad6b1bc0e2af.js — 200 — 8.5 KiB — 114 ms — h2https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/6126.6d8eb875186ddaa1.jscdn.dub-1.pipedriveassets.com/www-m... https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/6126.6d8eb875186ddaa1.js — 200 — 2.0 KiB — 87 ms — h2https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/8222.ecf564b4835f4ed6.jscdn.dub-1.pipedriveassets.com/www-m... https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/8222.ecf564b4835f4ed6.js — 200 — 585 B — 104 ms — h2https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/8670.351956a9c6f62aaa.jscdn.dub-1.pipedriveassets.com/www-m... https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/8670.351956a9c6f62aaa.js — 200 — 6.5 KiB — 112 ms — h2https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/5412.2d1bebc881e8c944.jscdn.dub-1.pipedriveassets.com/www-m... https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/5412.2d1bebc881e8c944.js — 200 — 3.0 KiB — 86 ms — h2https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/1516.3f69121406807a1c.jscdn.dub-1.pipedriveassets.com/www-m... https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/1516.3f69121406807a1c.js — 200 — 3.6 KiB — 100 ms — h2https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/1543.488894e0b4269201.jscdn.dub-1.pipedriveassets.com/www-m... https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/1543.488894e0b4269201.js — 200 — 723 B — 111 ms — h2https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/webpack-46e7348dc4f39e66.jscdn.dub-1.pipedriveassets.com/www-m... https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/webpack-46e7348dc4f39e66.js — 200 — 6.9 KiB — 90 ms — h2https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/framework-b9fd9bcc3ecde907.jscdn.dub-1.pipedriveassets.com/www-m... https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/framework-b9fd9bcc3ecde907.js — 200 — 50.4 KiB — 129 ms — h2https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/main-811ed523caa5eef2.jscdn.dub-1.pipedriveassets.com/www-m... https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/main-811ed523caa5eef2.js — 200 — 54.7 KiB — 130 ms — h2https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/pages/_app-a16f9b796f1ef0d1.jscdn.dub-1.pipedriveassets.com/www-m... https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/pages/_app-a16f9b796f1ef0d1.js — 200 — 50.0 KiB — 130 ms — h2https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/7003-918407aef5d324b4.jscdn.dub-1.pipedriveassets.com/www-m... https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/7003-918407aef5d324b4.js — 200 — 5.4 KiB — 122 ms — h2https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/6355-ebde51ff8f14de8f.jscdn.dub-1.pipedriveassets.com/www-m... https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/6355-ebde51ff8f14de8f.js — 200 — 8.4 KiB — 122 ms — h2https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/pages/index-acc500b8e79efd9c.jscdn.dub-1.pipedriveassets.com/www-m... https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/pages/index-acc500b8e79efd9c.js — 200 — 1.4 KiB — 122 ms — h2https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/ELx-DjvYBzM3MQFkC4DAe/_buildManifest.jscdn.dub-1.pipedriveassets.com/www-m... https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/ELx-DjvYBzM3MQFkC4DAe/_buildManifest.js — 200 — 2.2 KiB — 122 ms — h2https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/ELx-DjvYBzM3MQFkC4DAe/_ssgManifest.jscdn.dub-1.pipedriveassets.com/www-m... https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/ELx-DjvYBzM3MQFkC4DAe/_ssgManifest.js — 200 — 401 B — 123 ms — h2https://cdn.cookielaw.org/consent/c938af5b-8612-421f-8d15-740c329a09bc/c938af5b-8612-421f-8d15-740c329a09bc.jsoncdn.cookielaw.org/consent/c938af5b-... https://cdn.cookielaw.org/consent/c938af5b-8612-421f-8d15-740c329a09bc/c938af5b-8612-421f-8d15-740c329a09bc.json — 200 — 2.9 KiB — 80 ms — h2data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' f…www.w3.org/2000/svg' width='24' hei... data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' f… — 200 — 0 B — 0 ms — datahttps://www-cms.pipedriveassets.com/background-images/AI-block-gradient-background.svgwww-cms.pipedriveassets.com/backgro... https://www-cms.pipedriveassets.com/background-images/AI-block-gradient-background.svg — 200 — 915 B — 90 ms — h2https://geolocation.onetrust.com/cookieconsentpub/v1/geo/locationgeolocation.onetrust.com/cookiecons... https://geolocation.onetrust.com/cookieconsentpub/v1/geo/location — 200 — 281 B — 30 ms — h2https://www.pipedrive.com/cdn-cgi/challenge-platform/scripts/jsd/main.jswww.pipedrive.com/cdn-cgi/challenge... https://www.pipedrive.com/cdn-cgi/challenge-platform/scripts/jsd/main.js — 302 — 491 B — 115 ms — h3https://cdn.cookielaw.org/scripttemplates/202601.2.0/otBannerSdk.jscdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202601.2.0/otBannerSdk.js — 200 — 128.3 KiB — 47 ms — h2https://www.pipedrive.com/api/userwww.pipedrive.com/api/user https://www.pipedrive.com/api/user — 200 — 355 B — 65 ms — h3https://www.pipedrive.com/cdn-cgi/challenge-platform/h/b/scripts/jsd/0b8fb825cb67/main.js?www.pipedrive.com/cdn-cgi/challenge... https://www.pipedrive.com/cdn-cgi/challenge-platform/h/b/scripts/jsd/0b8fb825cb67/main.js? — 200 — 12.8 KiB — 43 ms — h3https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/css/97ee9d20de056608.csscdn.dub-1.pipedriveassets.com/www-m... https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/css/97ee9d20de056608.css — 200 — 1.5 KiB — 35 ms — h2https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/7e42aecb.621bc1df6baa46f3.jscdn.dub-1.pipedriveassets.com/www-m... https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/7e42aecb.621bc1df6baa46f3.js — 200 — 27.8 KiB — 32 ms — h2https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/4668.8ce372d24f9d9904.jscdn.dub-1.pipedriveassets.com/www-m... https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/chunks/4668.8ce372d24f9d9904.js — 200 — 3.3 KiB — 35 ms — h2https://www-cms.pipedriveassets.com/companies-logos/Tiffany-Largie.pngwww-cms.pipedriveassets.com/compani... https://www-cms.pipedriveassets.com/companies-logos/Tiffany-Largie.png — 200 — 2.0 KiB — 38 ms — h2https://www-cms.pipedriveassets.com/companies-logos/mckeon-logo.pngwww-cms.pipedriveassets.com/compani... https://www-cms.pipedriveassets.com/companies-logos/mckeon-logo.png — 200 — 2.5 KiB — 68 ms — h2https://www-cms.pipedriveassets.com/companies-logos/Al-bees.pngwww-cms.pipedriveassets.com/compani... https://www-cms.pipedriveassets.com/companies-logos/Al-bees.png — 200 — 3.3 KiB — 38 ms — h2https://www-cms.pipedriveassets.com/companies-logos/big-dog-solar-logo-transparent.pngwww-cms.pipedriveassets.com/compani... https://www-cms.pipedriveassets.com/companies-logos/big-dog-solar-logo-transparent.png — 200 — 2.5 KiB — 39 ms — h2https://www-cms.pipedriveassets.com/companies-logos/key-search-logo.pngwww-cms.pipedriveassets.com/compani... https://www-cms.pipedriveassets.com/companies-logos/key-search-logo.png — 200 — 1.2 KiB — 40 ms — h2https://aff.trypipedrive.com/pr/grc/pk_1CAtmyLlopE7odQS68qF93TpqgTqeM0caff.trypipedrive.com/pr/grc/pk_1CAt... https://aff.trypipedrive.com/pr/grc/pk_1CAtmyLlopE7odQS68qF93TpqgTqeM0c — 200 — 214 B — 28 ms — h2https://cdn.cookielaw.org/consent/c938af5b-8612-421f-8d15-740c329a09bc/019d1689-b58b-7a6d-b0d0-c2e02acc6c50/en.jsoncdn.cookielaw.org/consent/c938af5b-... https://cdn.cookielaw.org/consent/c938af5b-8612-421f-8d15-740c329a09bc/019d1689-b58b-7a6d-b0d0-c2e02acc6c50/en.json — 200 — 23.3 KiB — 35 ms — h2https://www.pipedrive.com/cdn-cgi/challenge-platform/h/b/jsd/oneshot/0b8fb825cb67/0.701626560664917:1776892374:gQJljF0aZZrIO3IynWNGsIOLzRNC3tjn0Mr3NcjBzVE/9f07e6d2fc173c81www.pipedrive.com/cdn-cgi/challenge... https://www.pipedrive.com/cdn-cgi/challenge-platform/h/b/jsd/oneshot/0b8fb825cb67/0.701626560664917:1776892374:gQJljF0aZZrIO3IynWNGsIOLzRNC3tjn0Mr3NcjBzVE/9f07e6d2fc173c81 — 200 — 1.0 KiB — 26 ms — h3https://partnerlinks.io/pr/grc/pk_1CAtmyLlopE7odQS68qF93TpqgTqeM0cpartnerlinks.io/pr/grc/pk_1CAtmyLlo... https://partnerlinks.io/pr/grc/pk_1CAtmyLlopE7odQS68qF93TpqgTqeM0c — 200 — 268 B — 100 ms — h2https://grsm.io/pr/grc/pk_1CAtmyLlopE7odQS68qF93TpqgTqeM0cgrsm.io/pr/grc/pk_1CAtmyLlopE7odQS6... https://grsm.io/pr/grc/pk_1CAtmyLlopE7odQS68qF93TpqgTqeM0c — 200 — 268 B — 64 ms — h2https://cdn.cookielaw.org/scripttemplates/202601.2.0/assets/otCenterRounded.jsoncdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202601.2.0/assets/otCenterRounded.json — 200 — 2.9 KiB — 27 ms — h2https://cdn.cookielaw.org/scripttemplates/202601.2.0/assets/v2/otPcCenter.jsoncdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202601.2.0/assets/v2/otPcCenter.json — 200 — 13.4 KiB — 28 ms — h2https://cdn.cookielaw.org/scripttemplates/202601.2.0/assets/otCommonStyles.csscdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202601.2.0/assets/otCommonStyles.css — 200 — 4.7 KiB — 25 ms — h2https://cdn.cookielaw.org/logos/static/ot_guard_logo.svgcdn.cookielaw.org/logos/static/ot_g... https://cdn.cookielaw.org/logos/static/ot_guard_logo.svg — 200 — 489 B — 25 ms — h2https://cdn.cookielaw.org/logos/93bc8daa-5b3a-4f92-bef0-2fbea0b508b4/a8118b39-c260-48e7-b195-9437d7861070/1535dff4-8ba4-42fc-9b10-12667500f44c/Pipedrive_Logo_Green.pngcdn.cookielaw.org/logos/93bc8daa-5b... https://cdn.cookielaw.org/logos/93bc8daa-5b3a-4f92-bef0-2fbea0b508b4/a8118b39-c260-48e7-b195-9437d7861070/1535dff4-8ba4-42fc-9b10-12667500f44c/Pipedrive_Logo_Green.png — 200 — 29.8 KiB — 29 ms — h2https://cdn.cookielaw.org/logos/static/powered_by_logo.svgcdn.cookielaw.org/logos/static/powe... https://cdn.cookielaw.org/logos/static/powered_by_logo.svg — 200 — 2.7 KiB — 27 ms — h2https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/media/favicon.69a7a310.icocdn.dub-1.pipedriveassets.com/www-m... https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/media/favicon.69a7a310.ico — 200 — 3.2 KiB — 48 ms — h3https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/media/favicon-32x32.1fbe181a.pngcdn.dub-1.pipedriveassets.com/www-m... https://cdn.dub-1.pipedriveassets.com/www-main-renderer/_next/static/media/favicon-32x32.1fbe181a.png — 200 — 1.2 KiB — 42 ms — h3https://www-cms.pipedriveassets.com/cdn-cgi/image/quality=70,format=auto,width=415/https://www-cms.pipedriveassets.com/brand-half-page-illustrations/Pipedrive-homepage-hero-25_EN.pngwww-cms.pipedriveassets.com/cdn-cgi... https://www-cms.pipedriveassets.com/cdn-cgi/image/quality=70,format=auto,width=415/https://www-cms.pipedriveassets.com/brand-half-page-illustrations/Pipedrive-homepage-hero-25_EN.png — 200 — 12.9 KiB — 99 ms — h3https://www-cms.pipedriveassets.com/cdn-cgi/image/quality=70,format=auto,width=415/https://www-cms.pipedriveassets.com/Company-logos/Steinwaysons_logo_2x.pngwww-cms.pipedriveassets.com/cdn-cgi... https://www-cms.pipedriveassets.com/cdn-cgi/image/quality=70,format=auto,width=415/https://www-cms.pipedriveassets.com/Company-logos/Steinwaysons_logo_2x.png — 200 — 3.7 KiB — 79 ms — h3https://www-cms.pipedriveassets.com/cdn-cgi/image/quality=70,format=auto,width=415/https://www-cms.pipedriveassets.com/Company-logos/SpectrumScience_logo_2x.pngwww-cms.pipedriveassets.com/cdn-cgi... https://www-cms.pipedriveassets.com/cdn-cgi/image/quality=70,format=auto,width=415/https://www-cms.pipedriveassets.com/Company-logos/SpectrumScience_logo_2x.png — 200 — 5.1 KiB — 79 ms — h3https://www-cms.pipedriveassets.com/cdn-cgi/image/quality=70,format=auto,width=415/https://www-cms.pipedriveassets.com/Company-logos/Verge_logo_2x.pngwww-cms.pipedriveassets.com/cdn-cgi... https://www-cms.pipedriveassets.com/cdn-cgi/image/quality=70,format=auto,width=415/https://www-cms.pipedriveassets.com/Company-logos/Verge_logo_2x.png — 200 — 10.3 KiB — 78 ms — h3https://www-cms.pipedriveassets.com/cdn-cgi/image/quality=70,format=auto,width=415/https://www-cms.pipedriveassets.com/Company-logos/Landfolk_logo_2x.pngwww-cms.pipedriveassets.com/cdn-cgi... https://www-cms.pipedriveassets.com/cdn-cgi/image/quality=70,format=auto,width=415/https://www-cms.pipedriveassets.com/Company-logos/Landfolk_logo_2x.png — 200 — 4.5 KiB — 41 ms — h3https://www-cms.pipedriveassets.com/cdn-cgi/image/quality=70,format=auto,width=415/https://www-cms.pipedriveassets.com/Company-logos/Effortless_logo_2x.pngwww-cms.pipedriveassets.com/cdn-cgi... https://www-cms.pipedriveassets.com/cdn-cgi/image/quality=70,format=auto,width=415/https://www-cms.pipedriveassets.com/Company-logos/Effortless_logo_2x.png — 200 — 3.6 KiB — 78 ms — h3https://www-cms.pipedriveassets.com/cdn-cgi/image/quality=70,format=auto,width=415/https://www-cms.pipedriveassets.com/Company-logos/TeGroup_logo_2x.pngwww-cms.pipedriveassets.com/cdn-cgi... https://www-cms.pipedriveassets.com/cdn-cgi/image/quality=70,format=auto,width=415/https://www-cms.pipedriveassets.com/Company-logos/TeGroup_logo_2x.png — 200 — 3.6 KiB — 78 ms — h3https://www-cms.pipedriveassets.com/cdn-cgi/image/quality=70,format=auto,width=415/https://www-cms.pipedriveassets.com/Company-logos/CascadeEnergy_logo_2x.pngwww-cms.pipedriveassets.com/cdn-cgi... https://www-cms.pipedriveassets.com/cdn-cgi/image/quality=70,format=auto,width=415/https://www-cms.pipedriveassets.com/Company-logos/CascadeEnergy_logo_2x.png — 200 — 4.4 KiB — 78 ms — h3https://www-cms.pipedriveassets.com/cdn-cgi/image/quality=70,format=auto,width=415/https://www-cms.pipedriveassets.com/Company-logos/KemperSports_logo_2x.pngwww-cms.pipedriveassets.com/cdn-cgi... https://www-cms.pipedriveassets.com/cdn-cgi/image/quality=70,format=auto,width=415/https://www-cms.pipedriveassets.com/Company-logos/KemperSports_logo_2x.png — 200 — 7.4 KiB — 92 ms — h3https://www-cms.pipedriveassets.com/cdn-cgi/image/quality=70,format=auto,width=415/https://www-cms.pipedriveassets.com/Company-logos/Havwoods_logo_2x.pngwww-cms.pipedriveassets.com/cdn-cgi... https://www-cms.pipedriveassets.com/cdn-cgi/image/quality=70,format=auto,width=415/https://www-cms.pipedriveassets.com/Company-logos/Havwoods_logo_2x.png — 200 — 4.2 KiB — 76 ms — h3https://www-cms.pipedriveassets.com/cdn-cgi/image/quality=70,format=auto,width=415/https://www-cms.pipedriveassets.com/Company-logos/Refurbed_logo_2x.pngwww-cms.pipedriveassets.com/cdn-cgi... https://www-cms.pipedriveassets.com/cdn-cgi/image/quality=70,format=auto,width=415/https://www-cms.pipedriveassets.com/Company-logos/Refurbed_logo_2x.png — 200 — 4.9 KiB — 88 ms — h3https://www-cms.pipedriveassets.com/cdn-cgi/image/quality=70,format=auto,width=415/https://www-cms.pipedriveassets.com/Company-logos/Envira_logo_2x.pngwww-cms.pipedriveassets.com/cdn-cgi... https://www-cms.pipedriveassets.com/cdn-cgi/image/quality=70,format=auto,width=415/https://www-cms.pipedriveassets.com/Company-logos/Envira_logo_2x.png — 200 — 3.8 KiB — 76 ms — h3https://www-cms.pipedriveassets.com/cdn-cgi/image/quality=70,format=auto,width=415/https://www-cms.pipedriveassets.com/Company-logos/Dualboot_logo_2x.pngwww-cms.pipedriveassets.com/cdn-cgi... https://www-cms.pipedriveassets.com/cdn-cgi/image/quality=70,format=auto,width=415/https://www-cms.pipedriveassets.com/Company-logos/Dualboot_logo_2x.png — 200 — 3.0 KiB — 76 ms — h3https://www-cms.pipedriveassets.com/cdn-cgi/image/quality=70,format=auto,width=415/https://www-cms.pipedriveassets.com/brand-half-page-illustrations/Automations-500.pngwww-cms.pipedriveassets.com/cdn-cgi... https://www-cms.pipedriveassets.com/cdn-cgi/image/quality=70,format=auto,width=415/https://www-cms.pipedriveassets.com/brand-half-page-illustrations/Automations-500.png — 200 — 13.3 KiB — 93 ms — h3https://www-cms.pipedriveassets.com/brand-half-page-illustrations/Insights-400.svgwww-cms.pipedriveassets.com/brand-h... https://www-cms.pipedriveassets.com/brand-half-page-illustrations/Insights-400.svg — 200 — 23.8 KiB — 93 ms — h3https://www-cms.pipedriveassets.com/brand-half-page-illustrations/Contacts-450.svgwww-cms.pipedriveassets.com/brand-h... https://www-cms.pipedriveassets.com/brand-half-page-illustrations/Contacts-450.svg — 200 — 113.9 KiB — 109 ms — h3
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
100% of JavaScript execution is third-party
First-party Third-party 3514ms · 359KB · €61/mo
www.pipedrive.com
Other
Costly
Execution 1278ms
Transfer 46 KB
Monthly Cost €22/mo
cdn.dub-1.pipedriveassets.com
Other
Costly
Execution 710ms
Transfer 50 KB
Monthly Cost €12/mo
Unattributable
Other
Costly
Execution 629ms
Transfer 0 KB
Monthly Cost €11/mo
OneTrust
Consent
Essential
Execution 282ms
Transfer 128 KB
Unused 54%
Monthly Cost €5/mo
www.pipedrive.com
Other
Costly
Execution 247ms
Transfer 0 KB
Monthly Cost €4/mo
cdn.dub-1.pipedriveassets.com
Other
Optional
Execution 112ms
Transfer 1 KB
Monthly Cost €2/mo
cdn.dub-1.pipedriveassets.com
Other
Optional
Execution 110ms
Transfer 55 KB
Unused 55%
Monthly Cost €2/mo
cdn.dub-1.pipedriveassets.com
Other
Optional
Execution 78ms
Transfer 50 KB
Monthly Cost €1/mo
cdn.dub-1.pipedriveassets.com
Other
Optional
Execution 69ms
Transfer 28 KB
Monthly Cost €1/mo

These scripts may cost more than they're worth

  • www.pipedrive.com adds 1278ms and costs ~€22/month
  • cdn.dub-1.pipedriveassets.com adds 710ms and costs ~€12/month
  • Unattributable adds 629ms and costs ~€11/month
  • www.pipedrive.com adds 247ms and costs ~€4/month

100% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.

Why this matters

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

www.pipedrive.com takes 1278ms 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

cdn.dub-1.pipedriveassets.com takes 710ms 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

Unattributable takes 629ms 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

www.pipedrive.com takes 247ms 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

55% of cdn.dub-1.pipedriveassets.com'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

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