Skip to content
https://smartrecruiters.com

Performance

· 15 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
66
GRADE
D
FIX
6
REVIEW
2
PASS
5
INFO
2

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

41
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
82
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
77
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
85
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.

1.28 s

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

7.60 s

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

468 ms

Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.

0.075

Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.

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

15.28 s

Page Load Progression

1.6 s
3.3 s
4.9 s
6.6 s
8.2 s
9.8 s
11.5 s
13.1 s
Checks
15
5 PASS 2 REVIEW 6 FIX
F
Page Weight Budget
Action
9.5 MB transferred, 203 requests
FIX
9.5 MB transferred, 203 requests
Critical::
Page weighs 18.2 MB (9.5 MB transferred)
Warning::
Images are 4.4 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 4.4 MB
Warning::
JavaScript is 2.2 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 2.2 MB
Info::
Fonts are 1.3 MB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 1.3 MB
Info::
CSS is 218 KB — consider purging unused styles
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
Got: 218 KB
Warning::
203 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 2.0 g CO2 per page load
9.5 MB / 2.4 MB budget
9.5 MB transferred
203 requests
2.0 g CO2 per page load
Images 4.4 MiB 46%
JavaScript 2.2 MiB 24%
Fonts 1.3 MiB 13%
Other 708.8 KiB 7%
Other 678.1 KiB 7%
CSS 217.9 KiB 2%
HTML 41.3 KiB 0%
Other 7.1 KiB 0%
Other 4.8 KiB 0%
Other 318 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

Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.

Why this matters

CSS bundle is large — purge unused styles (PurgeCSS, Tailwind JIT) to reduce CSS payload.

Source: web.dev

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
100% third-party, 0 ms blocking
FIX
100% third-party, 0 ms blocking
Warning::
Third-party code accounts for 100% of page weight (9.5 MiB of 9.5 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Execution Cost
Action
12431ms total JS execution
FIX
12431ms total JS execution
Warning::
https://unpkg.com/@lottiefiles/dotlottie-wc@0.6.2/...: 10519ms CPU time
Warning::
https://www.smartrecruiters.com/: 390ms CPU time
Warning::
Unattributable: 333ms CPU time
Warning::
https://fast.wistia.com/assets/external/E-v1.js: 327ms CPU time
Info::
https://cdn.jsdelivr.net/npm/gsap@3.12.5/dist/Scro...: 228ms CPU time
Warning::
Third-party scripts: 12431ms (100% of total)

Main Thread Breakdown

Script Evaluation 90% Other 4% Style & Layout 3%
ScriptTotalScriptingParse/CompileParty
https://unpkg.com/@lottiefiles/dotlottie-wc@0.6.2/dist/chunk-ZSSL66PV.js10519ms10518ms0ms3rd
https://www.smartrecruiters.com/390ms29ms3ms3rd
Unattributable333ms25ms0ms3rd
https://fast.wistia.com/assets/external/E-v1.js327ms258ms21ms3rd
https://cdn.jsdelivr.net/npm/gsap@3.12.5/dist/ScrollTrigger.min.js228ms33ms2ms3rd
https://ta.smartrecruiters.com/js/forms2/js/forms2.min.js151ms90ms9ms3rd
https://cdn.jsdelivr.net/npm/gsap@3.12.5/dist/gsap.min.js89ms12ms2ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-MNSS5X84ms70ms11ms3rd
https://js.qualified.com/qualified.js?token=9mKbWqe9AD4b35NL70ms58ms8ms3rd
https://code.jquery.com/jquery-3.6.0.min.js66ms39ms2ms3rd

Showing top 10 of 13 scripts

F
JS Bundles
Action
53 scripts, 734 KB unused
FIX
53 scripts, 734 KB unused
Warning::
https://fast.wistia.com/assets/external/engines/hl...: 122 KB unused (77%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.smartrecruiters.com/wp-content/plugins...: 84 KB unused (91%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.smartrecruiters.com/wp-content/plugins...: unminified — 22 KB could be saved
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-MNS...: 82 KB unused (48%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://fast.wistia.com/assets/external/E-v1.js: 69 KB unused (43%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://js.qualified.com/qualified.js?token=9mKbWq...: 57 KB unused (49%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 734 KB
734 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://fast.wistia.com/assets/external/engines/hls_video.js@51432a28fdfed55ac3775a385633a2762bb90dca159 KB122 KB (77%)3rd
https://www.smartrecruiters.com/wp-content/plugins/roi-calculator//frontend/asset/js/chart.js?ver=1.0.093 KB84 KB (91%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-MNSS5X170 KB82 KB (48%)3rd
https://fast.wistia.com/assets/external/E-v1.js162 KB69 KB (43%)3rd
https://js.qualified.com/qualified.js?token=9mKbWqe9AD4b35NL117 KB57 KB (49%)3rd
https://js.qualified.com/packs/js/multimodal_v2-fe90ad83.js97 KB50 KB (52%)3rd
https://unpkg.com/@lottiefiles/dotlottie-wc@0.6.2/dist/chunk-ZSSL66PV.js50 KB46 KB (94%)3rd
https://cdn.consentmanager.net/delivery/js/cmp_final.min.js?t=2026-4-22101 KB41 KB (41%)3rd
https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/build/js/script.min.js?ver=0.1.60c55 KB39 KB (72%)3rd
https://ta.smartrecruiters.com/js/forms2/js/forms2.min.js68 KB33 KB (49%)3rd

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

F
Page Weight Inventory
Action
203 resources · 9.5 MB · 734 KB savings available
FIX
203 resources · 9.5 MB · 734 KB savings available
Warning::
Page weight 8.5 MB over 1MB target
Got: 9.5 MB Expected: ≤ 1 MB
Info::
~734 KB of savings available
Warning::
202 third-party resources (100% of weight)
Info::
10 resources over 200KB
203 resources · 9.5 MiB · 202 third-party 8.5 MiB over 1MB target
Image 46% · 4.4 MiB
JavaScript 24% · 2.2 MiB
Font 13% · 1.3 MiB
Media 7% · 708.8 KiB
Other 7% · 678.5 KiB
CSS 2% · 222.0 KiB
Document 0% · 42.3 KiB

~733.9 KiB of savings available

Remove unused JavaScript: 733.9 KiB
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.

C
Image Optimization
Action
75 images, 0 KB saveable
REVIEW
75 images, 0 KB saveable
Warning::
https://www.smartrecruiters.com/wp-content/themes/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.smartrecruiters.com/wp-content/uploads... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.smartrecruiters.com/wp-content/uploads... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.smartrecruiters.com/wp-content/uploads... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.smartrecruiters.com/wp-content/uploads... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.smartrecruiters.com/wp-content/themes/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.smartrecruiters.com/wp-content/themes/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.smartrecruiters.com/wp-content/uploads... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.smartrecruiters.com/wp-content/themes/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.smartrecruiters.com/wp-content/uploads... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.smartrecruiters.com/wp-content/uploads... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.smartrecruiters.com/wp-content/uploads... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.smartrecruiters.com/wp-content/uploads... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.smartrecruiters.com/wp-content/uploads... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.smartrecruiters.com/wp-content/themes/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.smartrecruiters.com/wp-content/uploads... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.smartrecruiters.com/wp-content/uploads... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.smartrecruiters.com/wp-content/uploads... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.smartrecruiters.com/wp-content/themes/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.smartrecruiters.com/wp-content/themes/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.smartrecruiters.com/wp-content/uploads... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.smartrecruiters.com/wp-content/uploads... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.smartrecruiters.com/wp-content/themes/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.smartrecruiters.com/wp-content/uploads... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.smartrecruiters.com/wp-content/themes/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.smartrecruiters.com/wp-content/themes/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.smartrecruiters.com/wp-content/uploads... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.smartrecruiters.com/wp-content/uploads... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.smartrecruiters.com/wp-content/themes/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.smartrecruiters.com/wp-content/themes/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.smartrecruiters.com/wp-content/uploads... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.smartrecruiters.com/wp-content/uploads... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.smartrecruiters.com/wp-content/uploads... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.smartrecruiters.com/wp-content/uploads... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.smartrecruiters.com/wp-content/uploads... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.smartrecruiters.com/wp-content/uploads... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.smartrecruiters.com/wp-content/uploads... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.smartrecruiters.com/wp-content/themes/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.smartrecruiters.com/wp-content/uploads... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.smartrecruiters.com/wp-content/uploads... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.smartrecruiters.com/wp-content/uploads... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.smartrecruiters.com/wp-content/themes/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.smartrecruiters.com/wp-content/themes/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.smartrecruiters.com/wp-content/uploads... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.smartrecruiters.com/wp-content/uploads... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.smartrecruiters.com/wp-content/uploads... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.smartrecruiters.com/wp-content/themes/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.smartrecruiters.com/wp-content/themes/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.smartrecruiters.com/wp-content/themes/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.smartrecruiters.com/wp-content/themes/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.smartrecruiters.com/wp-content/themes/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.smartrecruiters.com/wp-content/uploads... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
75 images 4.4 MB
0 oversized -0 KB
74 legacy format
52 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

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

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

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

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

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

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

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

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

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

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
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

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
23 fonts (1306 KB)
PASS
23 fonts (1306 KB)
Info::
23 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

23

1306 KB total

Render-blocking

0

of 23

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s FCP 1.3 s LCP 7.6 shttps://www.smartrecruiters.com/wp-content/themes/smartrecruiters/new-template/fonts/EuclidSquare/WebS/EuclidSquare-Regular-WebS.woff2EuclidSquare-Regular-We... https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/new-template/fonts/EuclidSquare/WebS/EuclidSquare-Regular-WebS.woff2 — 19.9 KiB — 56 ms — font-display: swaphttps://www.smartrecruiters.com/wp-content/themes/smartrecruiters/new-template/fonts/EuclidSquare/WebS/EuclidSquare-Semibold-WebS.woffEuclidSquare-Semibold-W... https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/new-template/fonts/EuclidSquare/WebS/EuclidSquare-Semibold-WebS.woff — 24.0 KiB — 57 ms — font-display: swaphttps://www.smartrecruiters.com/wp-content/themes/smartrecruiters/typography/fonts/EuclidSquare-Medium-WebS.woff2EuclidSquare-Medium-Web... https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/typography/fonts/EuclidSquare-Medium-WebS.woff2 — 19.9 KiB — 57 ms — font-display: swaphttps://www.smartrecruiters.com/wp-content/themes/smartrecruiters/new-template/fonts/Inter/Inter_18pt-Regular.ttfInter_18pt-Regular.ttf https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/new-template/fonts/Inter/Inter_18pt-Regular.ttf — 160.9 KiB — 86 ms — font-display: swaphttps://fonts.gstatic.com/s/inter/v20/UcCo3FwrK3iLTcviYwYZ8UA3.woff2UcCo3FwrK3iLTcviYwYZ8UA... https://fonts.gstatic.com/s/inter/v20/UcCo3FwrK3iLTcviYwYZ8UA3.woff2 — 71.3 KiB — 99 ms — font-display: swaphttps://fonts.gstatic.com/s/inter/v20/UcCm3FwrK3iLTcvnUwQT9mI1F54.woff2UcCm3FwrK3iLTcvnUwQT9mI... https://fonts.gstatic.com/s/inter/v20/UcCm3FwrK3iLTcvnUwQT9mI1F54.woff2 — 77.9 KiB — 111 ms — font-display: swaphttps://www.smartrecruiters.com/wp-content/themes/smartrecruiters/typography/fonts/EuclidSquare-Regular-WebS.woff2EuclidSquare-Regular-We... https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/typography/fonts/EuclidSquare-Regular-WebS.woff2 — 19.9 KiB — 55 ms — font-display: swaphttps://www.smartrecruiters.com/wp-content/themes/smartrecruiters/typography/fonts/EuclidSquare-Semibold-WebS.woff2EuclidSquare-Semibold-W... https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/typography/fonts/EuclidSquare-Semibold-WebS.woff2 — 19.8 KiB — 87 ms — font-display: swaphttps://www.smartrecruiters.com/wp-content/themes/smartrecruiters/typography/fonts/EuclidSquare-Bold-WebS.woff2EuclidSquare-Bold-WebS.... https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/typography/fonts/EuclidSquare-Bold-WebS.woff2 — 19.7 KiB — 87 ms — font-display: swaphttps://www.smartrecruiters.com/wp-content/themes/smartrecruiters/new-template/fonts/Inter/Inter_28pt-Bold.ttfInter_28pt-Bold.ttf https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/new-template/fonts/Inter/Inter_28pt-Bold.ttf — 164.8 KiB — 135 ms — font-display: swaphttps://www.smartrecruiters.com/wp-content/themes/smartrecruiters/typography/fonts/EuclidSquare-BoldItalic-WebS.woff2EuclidSquare-BoldItalic... https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/typography/fonts/EuclidSquare-BoldItalic-WebS.woff2 — 20.0 KiB — 88 ms — font-display: swaphttps://fonts.gstatic.com/s/lexend/v26/wlpwgwvFAVdoq2_v-6QU82RHaA.woff2wlpwgwvFAVdoq2_v-6QU82R... https://fonts.gstatic.com/s/lexend/v26/wlpwgwvFAVdoq2_v-6QU82RHaA.woff2 — 38.8 KiB — 87 ms — font-display: swaphttps://www.smartrecruiters.com/wp-content/themes/smartrecruiters/new-template/font/slick.woffslick.woff https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/new-template/font/slick.woff — 2.0 KiB — 26 ms — font-display: swaphttps://use.typekit.net/af/61f808/00000000000000003b9b3d63/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3l https://use.typekit.net/af/61f808/00000000000000003b9b3d63/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3 — 34.0 KiB — 15 ms — font-display: swaphttps://use.typekit.net/af/860e41/00000000000000003b9b3d69/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3l https://use.typekit.net/af/860e41/00000000000000003b9b3d69/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3 — 32.5 KiB — 13 ms — font-display: swaphttps://use.typekit.net/af/422d60/00000000000000003b9b3d67/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3l https://use.typekit.net/af/422d60/00000000000000003b9b3d67/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3 — 33.6 KiB — 8 ms — font-display: swaphttps://use.typekit.net/af/ffb1e2/00000000000000003b9b3d64/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3l https://use.typekit.net/af/ffb1e2/00000000000000003b9b3d64/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3 — 28.0 KiB — 9 ms — font-display: swaphttps://use.typekit.net/af/b6c887/00000000000000003b9b3d61/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3l https://use.typekit.net/af/b6c887/00000000000000003b9b3d61/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3 — 33.6 KiB — 10 ms — font-display: swaphttps://use.typekit.net/af/348732/00000000000000003b9b3d65/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3l https://use.typekit.net/af/348732/00000000000000003b9b3d65/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3 — 33.9 KiB — 10 ms — font-display: swaphttps://use.typekit.net/af/31c386/00000000000000003b9b3d66/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i6&v=3l https://use.typekit.net/af/31c386/00000000000000003b9b3d66/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i6&v=3 — 28.1 KiB — 4 ms — font-display: swaphttps://assets.qualified.com/packs/media/Inter-Regular.f1f0c35b.woff2Inter-Regular.f1f0c35b.... https://assets.qualified.com/packs/media/Inter-Regular.f1f0c35b.woff2 — 96.9 KiB — 87 ms — font-display: swaphttps://assets.qualified.com/packs/media/Inter-SemiBold.fcb100c7.woff2Inter-SemiBold.fcb100c7... https://assets.qualified.com/packs/media/Inter-SemiBold.fcb100c7.woff2 — 103.9 KiB — 102 ms — font-display: swaphttps://assets.qualified.com/packs/media/Inter-roman.var.b2129c00.woff2Inter-roman.var.b2129c0... https://assets.qualified.com/packs/media/Inter-roman.var.b2129c00.woff2 — 222.3 KiB — 37 ms — font-display: swap
EuclidSquare-Regular-We... woff2 swap
Size 20 KB
Load time 56 ms
Start 596 ms
Risk FOUT — text flashes from fallback to web font
EuclidSquare-Semibold-W... woff swap
Size 24 KB
Load time 57 ms
Start 597 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
EuclidSquare-Medium-Web... woff2 swap
Size 20 KB
Load time 57 ms
Start 597 ms
Risk FOUT — text flashes from fallback to web font
Inter_18pt-Regular.ttf ttf swap
Size 161 KB
Load time 86 ms
Start 597 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
UcCo3FwrK3iLTcviYwYZ8UA... woff2 swap
Size 71 KB
Load time 99 ms
Start 598 ms
Risk FOUT — text flashes from fallback to web font
UcCm3FwrK3iLTcvnUwQT9mI... woff2 swap
Size 78 KB
Load time 111 ms
Start 598 ms
Risk FOUT — text flashes from fallback to web font
EuclidSquare-Regular-We... woff2 swap
Size 20 KB
Load time 55 ms
Start 599 ms
Risk FOUT — text flashes from fallback to web font
EuclidSquare-Semibold-W... woff2 swap
Size 20 KB
Load time 87 ms
Start 599 ms
Risk FOUT — text flashes from fallback to web font
EuclidSquare-Bold-WebS.... woff2 swap
Size 20 KB
Load time 87 ms
Start 600 ms
Risk FOUT — text flashes from fallback to web font
Inter_28pt-Bold.ttf ttf swap
Size 165 KB
Load time 135 ms
Start 601 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
EuclidSquare-BoldItalic... woff2 swap
Size 20 KB
Load time 88 ms
Start 601 ms
Risk FOUT — text flashes from fallback to web font
wlpwgwvFAVdoq2_v-6QU82R... woff2 swap
Size 39 KB
Load time 87 ms
Start 601 ms
Risk FOUT — text flashes from fallback to web font
slick.woff woff swap
Size 2 KB
Load time 26 ms
Start 980 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
l woff2 swap
Size 34 KB
Load time 15 ms
Start 1.9 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 33 KB
Load time 13 ms
Start 1.9 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 34 KB
Load time 8 ms
Start 1.9 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 28 KB
Load time 9 ms
Start 1.9 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 34 KB
Load time 10 ms
Start 1.9 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 34 KB
Load time 10 ms
Start 1.9 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 28 KB
Load time 4 ms
Start 1.9 s
Risk FOUT — text flashes from fallback to web font
Inter-Regular.f1f0c35b.... woff2 swap
Size 97 KB
Load time 87 ms
Start 2.1 s
Risk FOUT — text flashes from fallback to web font
Inter-SemiBold.fcb100c7... woff2 swap
Size 104 KB
Load time 102 ms
Start 2.1 s
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
Inter-roman.var.b2129c0... woff2 swap
Size 222 KB
Load time 37 ms
Start 3.8 s
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 ~431 KB and ~862 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
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
Network Waterfall
203 requests over 6034ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s FCP 1.3 s LCP 7.6 shttps://smartrecruiters.com// https://smartrecruiters.com/ — 301 — 982 B — 153 ms — http/1.1https://www.smartrecruiters.com/www.smartrecruiters.com/ https://www.smartrecruiters.com/ — 200 — 36.6 KiB — 92 ms — http/1.1https://js.qualified.com/qualified.js?token=9mKbWqe9AD4b35NLjs.qualified.com/qualified.js?token... https://js.qualified.com/qualified.js?token=9mKbWqe9AD4b35NL — 200 — 117.0 KiB — 93 ms — h2https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/css/bootstrap.min.css?ver=1776890470cdn.jsdelivr.net/npm/bootstrap@4.6.... https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/css/bootstrap.min.css?ver=1776890470 — 200 — 25.1 KiB — 17 ms — h2https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/css/infinit-carousel-style.css?ver=6.5.5www.smartrecruiters.com/wp-content/... https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/css/infinit-carousel-style.css?ver=6.5.5 — 200 — 1.1 KiB — 29 ms — http/1.1https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/css/modules.css?ver=1776890470www.smartrecruiters.com/wp-content/... https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/css/modules.css?ver=1776890470 — 200 — 8.8 KiB — 58 ms — http/1.1https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/common/css/jquery.fancybox.css?ver=6.5.5www.smartrecruiters.com/wp-content/... https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/common/css/jquery.fancybox.css?ver=6.5.5 — 200 — 6.7 KiB — 71 ms — http/1.1https://www.smartrecruiters.com/wp-includes/css/dist/block-library/style.min.css?ver=6.5.5www.smartrecruiters.com/wp-includes... https://www.smartrecruiters.com/wp-includes/css/dist/block-library/style.min.css?ver=6.5.5 — 200 — 15.3 KiB — 74 ms — http/1.1https://www.smartrecruiters.com/wp-content/plugins/all-in-one-seo-pack-pro/dist/Pro/assets/css/table-of-contents/global.e90f6d47.css?ver=4.9.5.2www.smartrecruiters.com/wp-content/... https://www.smartrecruiters.com/wp-content/plugins/all-in-one-seo-pack-pro/dist/Pro/assets/css/table-of-contents/global.e90f6d47.css?ver=4.9.5.2 — 200 — 1.2 KiB — 79 ms — http/1.1https://www.smartrecruiters.com/wp-content/plugins/all-in-one-seo-pack-pro/dist/Pro/assets/css/recipe/global.d86a4aa4.css?ver=4.9.5.2www.smartrecruiters.com/wp-content/... https://www.smartrecruiters.com/wp-content/plugins/all-in-one-seo-pack-pro/dist/Pro/assets/css/recipe/global.d86a4aa4.css?ver=4.9.5.2 — 200 — 2.0 KiB — 69 ms — http/1.1https://www.smartrecruiters.com/wp-content/plugins/all-in-one-seo-pack-pro/dist/Pro/assets/css/product/global.0f804f5f.css?ver=4.9.5.2www.smartrecruiters.com/wp-content/... https://www.smartrecruiters.com/wp-content/plugins/all-in-one-seo-pack-pro/dist/Pro/assets/css/product/global.0f804f5f.css?ver=4.9.5.2 — 200 — 1.6 KiB — 73 ms — http/1.1https://www.smartrecruiters.com/wp-content/plugins/roi-calculator//frontend/asset/css/style.css?ver=1761663854www.smartrecruiters.com/wp-content/... https://www.smartrecruiters.com/wp-content/plugins/roi-calculator//frontend/asset/css/style.css?ver=1761663854 — 200 — 1.8 KiB — 84 ms — http/1.1https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/build/js/script.min.js?ver=0.1.60cwww.smartrecruiters.com/wp-content/... https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/build/js/script.min.js?ver=0.1.60c — 200 — 54.9 KiB — 111 ms — http/1.1https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.csscdnjs.cloudflare.com/ajax/libs/meye... https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css — 200 — 992 B — 55 ms — h3https://cdn.jsdelivr.net/npm/bootstrap-v4-grid-only@1.0.0/dist/bootstrap-grid.min.csscdn.jsdelivr.net/npm/bootstrap-v4-g... https://cdn.jsdelivr.net/npm/bootstrap-v4-grid-only@1.0.0/dist/bootstrap-grid.min.css — 200 — 4.1 KiB — 11 ms — h2https://code.jquery.com/jquery-3.6.0.min.jscode.jquery.com/jquery-3.6.0.min.js https://code.jquery.com/jquery-3.6.0.min.js — 200 — 30.5 KiB — 46 ms — h2https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.csscdn.jsdelivr.net/npm/slick-carousel... https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css — 200 — 657 B — 8 ms — h2https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/new-template/css/sr_delight_2023.css?v=2025-04-03www.smartrecruiters.com/wp-content/... https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/new-template/css/sr_delight_2023.css?v=2025-04-03 — 200 — 134.7 KiB — 114 ms — http/1.1https://unpkg.com/@lottiefiles/dotlottie-wc@0.6.2/dist/dotlottie-wc.jsunpkg.com/@lottiefiles/dotlottie-wc... https://unpkg.com/@lottiefiles/dotlottie-wc@0.6.2/dist/dotlottie-wc.js — 200 — 598 B — 57 ms — h3blob:https://www.smartrecruiters.com/b39f0210-bde1-48f4-8588-f3369e3de82bwww.smartrecruiters.com/b39f0210-bd... blob:https://www.smartrecruiters.com/b39f0210-bde1-48f4-8588-f3369e3de82b — 200 — -1 B — 36 ms — blobhttps://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swapfonts.googleapis.com/css2?family=In... https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap — 200 — 1.1 KiB — 102 ms — h2https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swapfonts.googleapis.com/css2?family=Le... https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap — 200 — 563 B — 105 ms — h2https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/img/2025/notify-nav-drop-down-icon.svgwww.smartrecruiters.com/wp-content/... https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/img/2025/notify-nav-drop-down-icon.svg — 200 — 762 B — 30 ms — http/1.1https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/img/2025/search-icon.svgwww.smartrecruiters.com/wp-content/... https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/img/2025/search-icon.svg — 200 — 1.0 KiB — 31 ms — http/1.1https://app.qualified.com/w/1/9mKbWqe9AD4b35NL/visitor_events?wu=app.qualified.com/w/1/9mKbWqe9AD4b3... https://app.qualified.com/w/1/9mKbWqe9AD4b35NL/visitor_events?wu= — 200 — 0 B — 162 ms — h2https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/img/2025/language-world-icon.svgwww.smartrecruiters.com/wp-content/... https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/img/2025/language-world-icon.svg — 200 — 2.2 KiB — 27 ms — http/1.1https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/img/2025/SR-SAP-Logo.svgwww.smartrecruiters.com/wp-content/... https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/img/2025/SR-SAP-Logo.svg — 200 — 5.6 KiB — 27 ms — http/1.1https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/img/2025/platform-icon.svgwww.smartrecruiters.com/wp-content/... https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/img/2025/platform-icon.svg — 200 — 1.2 KiB — 26 ms — http/1.1https://ta.smartrecruiters.com/js/forms2/js/forms2.min.jsta.smartrecruiters.com/js/forms2/js... https://ta.smartrecruiters.com/js/forms2/js/forms2.min.js — 200 — 67.5 KiB — 87 ms — h2https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/js/jquery.flexisel.js?ver=1776890470www.smartrecruiters.com/wp-content/... https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/js/jquery.flexisel.js?ver=1776890470 — 200 — 3.5 KiB — 31 ms — http/1.1
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s FCP 1.3 s LCP 7.6 shttps://smartrecruiters.com// https://smartrecruiters.com/ — 301 — 982 B — 153 ms — http/1.1https://www.smartrecruiters.com/www.smartrecruiters.com/ https://www.smartrecruiters.com/ — 200 — 36.6 KiB — 92 ms — http/1.1https://js.qualified.com/qualified.js?token=9mKbWqe9AD4b35NLjs.qualified.com/qualified.js?token... https://js.qualified.com/qualified.js?token=9mKbWqe9AD4b35NL — 200 — 117.0 KiB — 93 ms — h2https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/css/bootstrap.min.css?ver=1776890470cdn.jsdelivr.net/npm/bootstrap@4.6.... https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/css/bootstrap.min.css?ver=1776890470 — 200 — 25.1 KiB — 17 ms — h2https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/css/infinit-carousel-style.css?ver=6.5.5www.smartrecruiters.com/wp-content/... https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/css/infinit-carousel-style.css?ver=6.5.5 — 200 — 1.1 KiB — 29 ms — http/1.1https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/css/modules.css?ver=1776890470www.smartrecruiters.com/wp-content/... https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/css/modules.css?ver=1776890470 — 200 — 8.8 KiB — 58 ms — http/1.1https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/common/css/jquery.fancybox.css?ver=6.5.5www.smartrecruiters.com/wp-content/... https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/common/css/jquery.fancybox.css?ver=6.5.5 — 200 — 6.7 KiB — 71 ms — http/1.1https://www.smartrecruiters.com/wp-includes/css/dist/block-library/style.min.css?ver=6.5.5www.smartrecruiters.com/wp-includes... https://www.smartrecruiters.com/wp-includes/css/dist/block-library/style.min.css?ver=6.5.5 — 200 — 15.3 KiB — 74 ms — http/1.1https://www.smartrecruiters.com/wp-content/plugins/all-in-one-seo-pack-pro/dist/Pro/assets/css/table-of-contents/global.e90f6d47.css?ver=4.9.5.2www.smartrecruiters.com/wp-content/... https://www.smartrecruiters.com/wp-content/plugins/all-in-one-seo-pack-pro/dist/Pro/assets/css/table-of-contents/global.e90f6d47.css?ver=4.9.5.2 — 200 — 1.2 KiB — 79 ms — http/1.1https://www.smartrecruiters.com/wp-content/plugins/all-in-one-seo-pack-pro/dist/Pro/assets/css/recipe/global.d86a4aa4.css?ver=4.9.5.2www.smartrecruiters.com/wp-content/... https://www.smartrecruiters.com/wp-content/plugins/all-in-one-seo-pack-pro/dist/Pro/assets/css/recipe/global.d86a4aa4.css?ver=4.9.5.2 — 200 — 2.0 KiB — 69 ms — http/1.1https://www.smartrecruiters.com/wp-content/plugins/all-in-one-seo-pack-pro/dist/Pro/assets/css/product/global.0f804f5f.css?ver=4.9.5.2www.smartrecruiters.com/wp-content/... https://www.smartrecruiters.com/wp-content/plugins/all-in-one-seo-pack-pro/dist/Pro/assets/css/product/global.0f804f5f.css?ver=4.9.5.2 — 200 — 1.6 KiB — 73 ms — http/1.1https://www.smartrecruiters.com/wp-content/plugins/roi-calculator//frontend/asset/css/style.css?ver=1761663854www.smartrecruiters.com/wp-content/... https://www.smartrecruiters.com/wp-content/plugins/roi-calculator//frontend/asset/css/style.css?ver=1761663854 — 200 — 1.8 KiB — 84 ms — http/1.1https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/build/js/script.min.js?ver=0.1.60cwww.smartrecruiters.com/wp-content/... https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/build/js/script.min.js?ver=0.1.60c — 200 — 54.9 KiB — 111 ms — http/1.1https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.csscdnjs.cloudflare.com/ajax/libs/meye... https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css — 200 — 992 B — 55 ms — h3https://cdn.jsdelivr.net/npm/bootstrap-v4-grid-only@1.0.0/dist/bootstrap-grid.min.csscdn.jsdelivr.net/npm/bootstrap-v4-g... https://cdn.jsdelivr.net/npm/bootstrap-v4-grid-only@1.0.0/dist/bootstrap-grid.min.css — 200 — 4.1 KiB — 11 ms — h2https://code.jquery.com/jquery-3.6.0.min.jscode.jquery.com/jquery-3.6.0.min.js https://code.jquery.com/jquery-3.6.0.min.js — 200 — 30.5 KiB — 46 ms — h2https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.csscdn.jsdelivr.net/npm/slick-carousel... https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css — 200 — 657 B — 8 ms — h2https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/new-template/css/sr_delight_2023.css?v=2025-04-03www.smartrecruiters.com/wp-content/... https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/new-template/css/sr_delight_2023.css?v=2025-04-03 — 200 — 134.7 KiB — 114 ms — http/1.1https://unpkg.com/@lottiefiles/dotlottie-wc@0.6.2/dist/dotlottie-wc.jsunpkg.com/@lottiefiles/dotlottie-wc... https://unpkg.com/@lottiefiles/dotlottie-wc@0.6.2/dist/dotlottie-wc.js — 200 — 598 B — 57 ms — h3blob:https://www.smartrecruiters.com/b39f0210-bde1-48f4-8588-f3369e3de82bwww.smartrecruiters.com/b39f0210-bd... blob:https://www.smartrecruiters.com/b39f0210-bde1-48f4-8588-f3369e3de82b — 200 — -1 B — 36 ms — blobhttps://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swapfonts.googleapis.com/css2?family=In... https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap — 200 — 1.1 KiB — 102 ms — h2https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swapfonts.googleapis.com/css2?family=Le... https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap — 200 — 563 B — 105 ms — h2https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/img/2025/notify-nav-drop-down-icon.svgwww.smartrecruiters.com/wp-content/... https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/img/2025/notify-nav-drop-down-icon.svg — 200 — 762 B — 30 ms — http/1.1https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/img/2025/search-icon.svgwww.smartrecruiters.com/wp-content/... https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/img/2025/search-icon.svg — 200 — 1.0 KiB — 31 ms — http/1.1https://app.qualified.com/w/1/9mKbWqe9AD4b35NL/visitor_events?wu=app.qualified.com/w/1/9mKbWqe9AD4b3... https://app.qualified.com/w/1/9mKbWqe9AD4b35NL/visitor_events?wu= — 200 — 0 B — 162 ms — h2https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/img/2025/language-world-icon.svgwww.smartrecruiters.com/wp-content/... https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/img/2025/language-world-icon.svg — 200 — 2.2 KiB — 27 ms — http/1.1https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/img/2025/SR-SAP-Logo.svgwww.smartrecruiters.com/wp-content/... https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/img/2025/SR-SAP-Logo.svg — 200 — 5.6 KiB — 27 ms — http/1.1https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/img/2025/platform-icon.svgwww.smartrecruiters.com/wp-content/... https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/img/2025/platform-icon.svg — 200 — 1.2 KiB — 26 ms — http/1.1https://ta.smartrecruiters.com/js/forms2/js/forms2.min.jsta.smartrecruiters.com/js/forms2/js... https://ta.smartrecruiters.com/js/forms2/js/forms2.min.js — 200 — 67.5 KiB — 87 ms — h2https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/js/jquery.flexisel.js?ver=1776890470www.smartrecruiters.com/wp-content/... https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/js/jquery.flexisel.js?ver=1776890470 — 200 — 3.5 KiB — 31 ms — http/1.1https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/new-template/js/sub-pages/jquery.cookie.min.js?ver=1.1www.smartrecruiters.com/wp-content/... https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/new-template/js/sub-pages/jquery.cookie.min.js?ver=1.1 — 200 — 1.3 KiB — 30 ms — http/1.1https://www.smartrecruiters.com/wp-content/plugins/roi-calculator//frontend/asset/js/script.js?ver=1761663854www.smartrecruiters.com/wp-content/... https://www.smartrecruiters.com/wp-content/plugins/roi-calculator//frontend/asset/js/script.js?ver=1761663854 — 200 — 2.2 KiB — 36 ms — http/1.1https://www.smartrecruiters.com/wp-content/plugins/roi-calculator//frontend/asset/js/chart.js?ver=1.0.0www.smartrecruiters.com/wp-content/... https://www.smartrecruiters.com/wp-content/plugins/roi-calculator//frontend/asset/js/chart.js?ver=1.0.0 — 200 — 93.2 KiB — 56 ms — http/1.1https://www.smartrecruiters.com/wp-content/plugins/page-links-to/dist/new-tab.js?ver=3.4.1www.smartrecruiters.com/wp-content/... https://www.smartrecruiters.com/wp-content/plugins/page-links-to/dist/new-tab.js?ver=3.4.1 — 200 — 13.7 KiB — 42 ms — http/1.1https://www.smartrecruiters.com/wp-content/plugins/wp-smushit/app/assets/js/smush-lazy-load.min.js?ver=3.24.0www.smartrecruiters.com/wp-content/... https://www.smartrecruiters.com/wp-content/plugins/wp-smushit/app/assets/js/smush-lazy-load.min.js?ver=3.24.0 — 200 — 6.1 KiB — 44 ms — http/1.1https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.min.jscdn.jsdelivr.net/npm/bootstrap@5.1.... https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.min.js — 200 — 17.1 KiB — 18 ms — h3https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.min.jscdn.jsdelivr.net/npm/slick-carousel... https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.min.js — 200 — 10.8 KiB — 22 ms — h2https://fast.wistia.com/embed/medias/rlgbl1zyke.jsonpfast.wistia.com/embed/medias/rlgbl1... https://fast.wistia.com/embed/medias/rlgbl1zyke.jsonp — 200 — 3.5 KiB — 51 ms — h2https://fast.wistia.com/assets/external/E-v1.jsfast.wistia.com/assets/external/E-v... https://fast.wistia.com/assets/external/E-v1.js — 200 — 161.9 KiB — 49 ms — h2https://cdn.jsdelivr.net/npm/gsap@3.12.5/dist/gsap.min.jscdn.jsdelivr.net/npm/gsap@3.12.5/di... https://cdn.jsdelivr.net/npm/gsap@3.12.5/dist/gsap.min.js — 200 — 28.8 KiB — 14 ms — h3https://cdn.jsdelivr.net/npm/gsap@3.12.5/dist/ScrollTrigger.min.jscdn.jsdelivr.net/npm/gsap@3.12.5/di... https://cdn.jsdelivr.net/npm/gsap@3.12.5/dist/ScrollTrigger.min.js — 200 — 18.0 KiB — 12 ms — h3https://cdn.jsdelivr.net/npm/@studio-freight/lenis@1.0.42/dist/lenis.min.jscdn.jsdelivr.net/npm/@studio-freigh... https://cdn.jsdelivr.net/npm/@studio-freight/lenis@1.0.42/dist/lenis.min.js — 200 — 3.7 KiB — 13 ms — h3https://js-www.smartrecruiters.com/@sr/perfastic-agent/5.7.0/jStorage-cleaner.min.jsjs-www.smartrecruiters.com/@sr/perf... https://js-www.smartrecruiters.com/@sr/perfastic-agent/5.7.0/jStorage-cleaner.min.js — 200 — 1.2 KiB — 152 ms — h2https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/img/2025/Winston-Icon.svgwww.smartrecruiters.com/wp-content/... https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/img/2025/Winston-Icon.svg — 200 — 1.9 KiB — 30 ms — http/1.1https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516static.cloudflareinsights.com/beaco... https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516 — 200 — 10.7 KiB — 65 ms — h2https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/img/2025/integrations-icon.svgwww.smartrecruiters.com/wp-content/... https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/img/2025/integrations-icon.svg — 200 — 2.3 KiB — 27 ms — http/1.1https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/img/2025/attract-icon.svgwww.smartrecruiters.com/wp-content/... https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/img/2025/attract-icon.svg — 200 — 1.4 KiB — 31 ms — http/1.1https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/img/2025/select-icon.svgwww.smartrecruiters.com/wp-content/... https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/img/2025/select-icon.svg — 200 — 1.1 KiB — 27 ms — http/1.1https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/img/2025/hire-icon.svgwww.smartrecruiters.com/wp-content/... https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/img/2025/hire-icon.svg — 200 — 2.0 KiB — 37 ms — http/1.1https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/img/2025/role-icon.svgwww.smartrecruiters.com/wp-content/... https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/img/2025/role-icon.svg — 200 — 2.2 KiB — 27 ms — http/1.1https://rum-static.pingdom.net/prum.min.jsrum-static.pingdom.net/prum.min.js https://rum-static.pingdom.net/prum.min.js — 200 — 2.8 KiB — 67 ms — h2https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/img/2025/topic-icon.svgwww.smartrecruiters.com/wp-content/... https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/img/2025/topic-icon.svg — 200 — 1.3 KiB — 32 ms — http/1.1https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/img/2025/usecase-icon.svgwww.smartrecruiters.com/wp-content/... https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/img/2025/usecase-icon.svg — 200 — 1.8 KiB — 31 ms — http/1.1https://www.googletagmanager.com/gtm.js?id=GTM-MNSS5Xwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-MNSS5X — 200 — 170.3 KiB — 215 ms — h2https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/img/2025/industry-icon.svgwww.smartrecruiters.com/wp-content/... https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/img/2025/industry-icon.svg — 200 — 1.6 KiB — 30 ms — http/1.1https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/img/2025/calendar.svgwww.smartrecruiters.com/wp-content/... https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/img/2025/calendar.svg — 404 — 54.2 KiB — 79 ms — http/1.1https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/img/2025/play.svgwww.smartrecruiters.com/wp-content/... https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/img/2025/play.svg — 404 — 54.2 KiB — 76 ms — http/1.1https://app.qualified.com/w/1/9mKbWqe9AD4b35NL/visitor_events?wu=app.qualified.com/w/1/9mKbWqe9AD4b3... https://app.qualified.com/w/1/9mKbWqe9AD4b35NL/visitor_events?wu= — 204 — 299 B — 232 ms — h2https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/img/2025/bookmark.svgwww.smartrecruiters.com/wp-content/... https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/img/2025/bookmark.svg — 404 — 54.2 KiB — 68 ms — http/1.1https://use.typekit.net/fol8bxk.jsuse.typekit.net/fol8bxk.js https://use.typekit.net/fol8bxk.js — 200 — 6.9 KiB — 69 ms — h2https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/img/2025/file-rounded-outlined-symbol.svgwww.smartrecruiters.com/wp-content/... https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/img/2025/file-rounded-outlined-symbol.svg — 404 — 54.2 KiB — 62 ms — http/1.1https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/img/2025/square.svgwww.smartrecruiters.com/wp-content/... https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/img/2025/square.svg — 404 — 54.2 KiB — 60 ms — http/1.1https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/img/2025/briefcase.svgwww.smartrecruiters.com/wp-content/... https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/img/2025/briefcase.svg — 404 — 54.2 KiB — 58 ms — http/1.1https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/img/2025/about-icon.svgwww.smartrecruiters.com/wp-content/... https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/img/2025/about-icon.svg — 200 — 1.2 KiB — 26 ms — http/1.1https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/img/2025/why-icon.svgwww.smartrecruiters.com/wp-content/... https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/img/2025/why-icon.svg — 200 — 1.3 KiB — 33 ms — http/1.1https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/modules/assets/images/ArrowLineUpRight.svgwww.smartrecruiters.com/wp-content/... https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/modules/assets/images/ArrowLineUpRight.svg — 200 — 1.1 KiB — 32 ms — http/1.1https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/img/2025/partner-icon.svgwww.smartrecruiters.com/wp-content/... https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/img/2025/partner-icon.svg — 200 — 1.5 KiB — 28 ms — http/1.1https://www.smartrecruiters.com/wp-content/uploads/Air-New-Zealand-1.pngwww.smartrecruiters.com/wp-content/... https://www.smartrecruiters.com/wp-content/uploads/Air-New-Zealand-1.png — 200 — 3.8 KiB — 27 ms — http/1.1https://www.smartrecruiters.com/wp-content/uploads/Avery-Dennison-1.pngwww.smartrecruiters.com/wp-content/... https://www.smartrecruiters.com/wp-content/uploads/Avery-Dennison-1.png — 200 — 4.2 KiB — 62 ms — http/1.1https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/new-template/fonts/EuclidSquare/WebS/EuclidSquare-Regular-WebS.woff2www.smartrecruiters.com/wp-content/... https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/new-template/fonts/EuclidSquare/WebS/EuclidSquare-Regular-WebS.woff2 — 200 — 19.9 KiB — 56 ms — http/1.1https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/new-template/fonts/EuclidSquare/WebS/EuclidSquare-Semibold-WebS.woffwww.smartrecruiters.com/wp-content/... https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/new-template/fonts/EuclidSquare/WebS/EuclidSquare-Semibold-WebS.woff — 200 — 24.0 KiB — 57 ms — http/1.1https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/typography/fonts/EuclidSquare-Medium-WebS.woff2www.smartrecruiters.com/wp-content/... https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/typography/fonts/EuclidSquare-Medium-WebS.woff2 — 200 — 19.9 KiB — 57 ms — http/1.1https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/new-template/fonts/Inter/Inter_18pt-Regular.ttfwww.smartrecruiters.com/wp-content/... https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/new-template/fonts/Inter/Inter_18pt-Regular.ttf — 200 — 160.9 KiB — 86 ms — http/1.1https://fonts.gstatic.com/s/inter/v20/UcCo3FwrK3iLTcviYwYZ8UA3.woff2fonts.gstatic.com/s/inter/v20/UcCo3... https://fonts.gstatic.com/s/inter/v20/UcCo3FwrK3iLTcviYwYZ8UA3.woff2 — 200 — 71.3 KiB — 99 ms — h3https://fonts.gstatic.com/s/inter/v20/UcCm3FwrK3iLTcvnUwQT9mI1F54.woff2fonts.gstatic.com/s/inter/v20/UcCm3... https://fonts.gstatic.com/s/inter/v20/UcCm3FwrK3iLTcvnUwQT9mI1F54.woff2 — 200 — 77.9 KiB — 111 ms — h3https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/typography/fonts/EuclidSquare-Regular-WebS.woff2www.smartrecruiters.com/wp-content/... https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/typography/fonts/EuclidSquare-Regular-WebS.woff2 — 200 — 19.9 KiB — 55 ms — http/1.1https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/typography/fonts/EuclidSquare-Semibold-WebS.woff2www.smartrecruiters.com/wp-content/... https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/typography/fonts/EuclidSquare-Semibold-WebS.woff2 — 200 — 19.8 KiB — 87 ms — http/1.1https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/typography/fonts/EuclidSquare-Bold-WebS.woff2www.smartrecruiters.com/wp-content/... https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/typography/fonts/EuclidSquare-Bold-WebS.woff2 — 200 — 19.7 KiB — 87 ms — http/1.1https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/new-template/fonts/Inter/Inter_28pt-Bold.ttfwww.smartrecruiters.com/wp-content/... https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/new-template/fonts/Inter/Inter_28pt-Bold.ttf — 200 — 164.8 KiB — 135 ms — http/1.1https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/typography/fonts/EuclidSquare-BoldItalic-WebS.woff2www.smartrecruiters.com/wp-content/... https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/typography/fonts/EuclidSquare-BoldItalic-WebS.woff2 — 200 — 20.0 KiB — 88 ms — http/1.1https://fonts.gstatic.com/s/lexend/v26/wlpwgwvFAVdoq2_v-6QU82RHaA.woff2fonts.gstatic.com/s/lexend/v26/wlpw... https://fonts.gstatic.com/s/lexend/v26/wlpwgwvFAVdoq2_v-6QU82RHaA.woff2 — 200 — 38.8 KiB — 87 ms — h3https://unpkg.com/@lottiefiles/dotlottie-wc@0.6.2/dist/chunk-HXURJ4QZ.jsunpkg.com/@lottiefiles/dotlottie-wc... https://unpkg.com/@lottiefiles/dotlottie-wc@0.6.2/dist/chunk-HXURJ4QZ.js — 200 — 863 B — 41 ms — h3https://unpkg.com/@lottiefiles/dotlottie-wc@0.6.2/dist/chunk-ZSSL66PV.jsunpkg.com/@lottiefiles/dotlottie-wc... https://unpkg.com/@lottiefiles/dotlottie-wc@0.6.2/dist/chunk-ZSSL66PV.js — 200 — 49.6 KiB — 114 ms — h3https://unpkg.com/@lottiefiles/dotlottie-wc@0.6.2/dist/chunk-SI7D3PZW.jsunpkg.com/@lottiefiles/dotlottie-wc... https://unpkg.com/@lottiefiles/dotlottie-wc@0.6.2/dist/chunk-SI7D3PZW.js — 200 — 8.0 KiB — 40 ms — h3https://www.smartrecruiters.com/wp-content/uploads/Dominos-Pizza-1.pngwww.smartrecruiters.com/wp-content/... https://www.smartrecruiters.com/wp-content/uploads/Dominos-Pizza-1.png — 200 — 3.8 KiB — 28 ms — http/1.1https://www.smartrecruiters.com/wp-content/uploads/Foster-Farms-1.pngwww.smartrecruiters.com/wp-content/... https://www.smartrecruiters.com/wp-content/uploads/Foster-Farms-1.png — 200 — 9.4 KiB — 47 ms — http/1.1https://www.smartrecruiters.com/wp-content/uploads/Frasers-Group-1.pngwww.smartrecruiters.com/wp-content/... https://www.smartrecruiters.com/wp-content/uploads/Frasers-Group-1.png — 200 — 3.1 KiB — 41 ms — http/1.1https://www.smartrecruiters.com/wp-content/uploads/Jysk-1.pngwww.smartrecruiters.com/wp-content/... https://www.smartrecruiters.com/wp-content/uploads/Jysk-1.png — 200 — 3.2 KiB — 39 ms — http/1.1https://www.smartrecruiters.com/wp-content/uploads/KPMG-1.pngwww.smartrecruiters.com/wp-content/... https://www.smartrecruiters.com/wp-content/uploads/KPMG-1.png — 200 — 3.1 KiB — 38 ms — http/1.1https://www.smartrecruiters.com/wp-content/uploads/LinkedIn-1.pngwww.smartrecruiters.com/wp-content/... https://www.smartrecruiters.com/wp-content/uploads/LinkedIn-1.png — 200 — 3.0 KiB — 40 ms — http/1.1https://www.smartrecruiters.com/wp-content/uploads/McDonalds-1.pngwww.smartrecruiters.com/wp-content/... https://www.smartrecruiters.com/wp-content/uploads/McDonalds-1.png — 200 — 3.0 KiB — 37 ms — http/1.1https://www.smartrecruiters.com/wp-content/uploads/Public-Storage-1.pngwww.smartrecruiters.com/wp-content/... https://www.smartrecruiters.com/wp-content/uploads/Public-Storage-1.png — 200 — 3.7 KiB — 37 ms — http/1.1https://www.smartrecruiters.com/wp-content/uploads/Relais-Chateaux-1.pngwww.smartrecruiters.com/wp-content/... https://www.smartrecruiters.com/wp-content/uploads/Relais-Chateaux-1.png — 200 — 5.1 KiB — 36 ms — http/1.1https://www.smartrecruiters.com/wp-content/uploads/servicenow-1.pngwww.smartrecruiters.com/wp-content/... https://www.smartrecruiters.com/wp-content/uploads/servicenow-1.png — 200 — 4.4 KiB — 38 ms — http/1.1https://www.smartrecruiters.com/wp-content/uploads/Sodexo-1.pngwww.smartrecruiters.com/wp-content/... https://www.smartrecruiters.com/wp-content/uploads/Sodexo-1.png — 200 — 4.1 KiB — 38 ms — http/1.1https://www.smartrecruiters.com/wp-content/uploads/Square-Inc-1.pngwww.smartrecruiters.com/wp-content/... https://www.smartrecruiters.com/wp-content/uploads/Square-Inc-1.png — 200 — 3.3 KiB — 32 ms — http/1.1https://www.smartrecruiters.com/wp-content/uploads/Visa-1.pngwww.smartrecruiters.com/wp-content/... https://www.smartrecruiters.com/wp-content/uploads/Visa-1.png — 200 — 3.5 KiB — 30 ms — http/1.1https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/modules/assets/images/bits-left.svgwww.smartrecruiters.com/wp-content/... https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/modules/assets/images/bits-left.svg — 200 — 3.0 KiB — 36 ms — http/1.1https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/modules/assets/images/bits-bottom.svgwww.smartrecruiters.com/wp-content/... https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/modules/assets/images/bits-bottom.svg — 200 — 2.1 KiB — 36 ms — http/1.1https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/modules/assets/images/bits-right.svgwww.smartrecruiters.com/wp-content/... https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/modules/assets/images/bits-right.svg — 200 — 4.5 KiB — 37 ms — http/1.1https://www.smartrecruiters.com/wp-content/uploads/Gartner_logo-1-1.pngwww.smartrecruiters.com/wp-content/... https://www.smartrecruiters.com/wp-content/uploads/Gartner_logo-1-1.png — 200 — 2.2 KiB — 34 ms — http/1.1https://www.smartrecruiters.com/wp-content/uploads/Rectangle-3465068.pngwww.smartrecruiters.com/wp-content/... https://www.smartrecruiters.com/wp-content/uploads/Rectangle-3465068.png — 200 — 151.1 KiB — 38 ms — http/1.1https://ta.smartrecruiters.com/index.php/form/getForm?munchkinId=664-NIC-529&form=1124&url=https%3A%2F%2Fwww.smartrecruiters.com%2F&callback=jQuery371030679241815483804_1776894600548&_=1776894600549ta.smartrecruiters.com/index.php/fo... https://ta.smartrecruiters.com/index.php/form/getForm?munchkinId=664-NIC-529&form=1124&url=https%3A%2F%2Fwww.smartrecruiters.com%2F&callback=jQuery371030679241815483804_1776894600548&_=1776894600549 — 200 — 8.9 KiB — 41 ms — h2https://www.smartrecruiters.com/wp-content/uploads/Rectangle-3465069.pngwww.smartrecruiters.com/wp-content/... https://www.smartrecruiters.com/wp-content/uploads/Rectangle-3465069.png — 200 — 161.0 KiB — 63 ms — http/1.1https://www.smartrecruiters.com/wp-content/uploads/Rectangle-3465070.pngwww.smartrecruiters.com/wp-content/... https://www.smartrecruiters.com/wp-content/uploads/Rectangle-3465070.png — 200 — 135.9 KiB — 61 ms — http/1.1https://www.smartrecruiters.com/wp-content/uploads/smartos-image.pngwww.smartrecruiters.com/wp-content/... https://www.smartrecruiters.com/wp-content/uploads/smartos-image.png — 200 — 98.2 KiB — 43 ms — http/1.1https://www.smartrecruiters.com/wp-content/uploads/Winston-Cutout-1.pngwww.smartrecruiters.com/wp-content/... https://www.smartrecruiters.com/wp-content/uploads/Winston-Cutout-1.png — 200 — 249.9 KiB — 65 ms — http/1.1https://www.smartrecruiters.com/wp-content/uploads/01-Helpful-Resource.pngwww.smartrecruiters.com/wp-content/... https://www.smartrecruiters.com/wp-content/uploads/01-Helpful-Resource.png — 200 — 978.0 KiB — 100 ms — http/1.1https://www.smartrecruiters.com/wp-content/uploads/02-Helpful-Resource.pngwww.smartrecruiters.com/wp-content/... https://www.smartrecruiters.com/wp-content/uploads/02-Helpful-Resource.png — 200 — 894.6 KiB — 83 ms — http/1.1https://cdn.jsdelivr.net/npm/@lottiefiles/dotlottie-web@0.47.0/dist/dotlottie-player.wasmcdn.jsdelivr.net/npm/@lottiefiles/d... https://cdn.jsdelivr.net/npm/@lottiefiles/dotlottie-web@0.47.0/dist/dotlottie-player.wasm — 200 — 555.3 KiB — 66 ms — h3https://www.smartrecruiters.com/wp-content/uploads/Manufatcuring.pngwww.smartrecruiters.com/wp-content/... https://www.smartrecruiters.com/wp-content/uploads/Manufatcuring.png — 200 — 1.6 KiB — 34 ms — http/1.1https://www.smartrecruiters.com/wp-content/uploads/Healthcare-1.pngwww.smartrecruiters.com/wp-content/... https://www.smartrecruiters.com/wp-content/uploads/Healthcare-1.png — 200 — 1.7 KiB — 30 ms — http/1.1https://www.smartrecruiters.com/wp-content/uploads/Retail-1.pngwww.smartrecruiters.com/wp-content/... https://www.smartrecruiters.com/wp-content/uploads/Retail-1.png — 200 — 1.6 KiB — 32 ms — http/1.1https://www.smartrecruiters.com/wp-content/uploads/Hospitality-1.pngwww.smartrecruiters.com/wp-content/... https://www.smartrecruiters.com/wp-content/uploads/Hospitality-1.png — 200 — 1.5 KiB — 30 ms — http/1.1https://www.smartrecruiters.com/wp-content/uploads/Pro-Services.pngwww.smartrecruiters.com/wp-content/... https://www.smartrecruiters.com/wp-content/uploads/Pro-Services.png — 200 — 1.4 KiB — 28 ms — http/1.1https://www.smartrecruiters.com/wp-content/uploads/Frasers-Logo-2.pngwww.smartrecruiters.com/wp-content/... https://www.smartrecruiters.com/wp-content/uploads/Frasers-Logo-2.png — 200 — 4.5 KiB — 27 ms — http/1.1https://www.smartrecruiters.com/wp-content/uploads/Asbury-Logo-2.pngwww.smartrecruiters.com/wp-content/... https://www.smartrecruiters.com/wp-content/uploads/Asbury-Logo-2.png — 200 — 32.8 KiB — 32 ms — http/1.1https://www.smartrecruiters.com/wp-content/uploads/Deloitte-Logo-4.pngwww.smartrecruiters.com/wp-content/... https://www.smartrecruiters.com/wp-content/uploads/Deloitte-Logo-4.png — 200 — 3.6 KiB — 33 ms — http/1.1https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/modules/assets/images/slider-arrow-left.svgwww.smartrecruiters.com/wp-content/... https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/modules/assets/images/slider-arrow-left.svg — 200 — 903 B — 29 ms — http/1.1https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/modules/assets/images/slider-arrow-right.svgwww.smartrecruiters.com/wp-content/... https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/modules/assets/images/slider-arrow-right.svg — 200 — 908 B — 29 ms — http/1.1https://www.smartrecruiters.com/wp-content/uploads/E-1-1_Web_10-Ways-to-Improve-Your-Hiring-Process_NCH.pngwww.smartrecruiters.com/wp-content/... https://www.smartrecruiters.com/wp-content/uploads/E-1-1_Web_10-Ways-to-Improve-Your-Hiring-Process_NCH.png — 200 — 403.0 KiB — 60 ms — http/1.1https://www.smartrecruiters.com/wp-content/uploads/E-1-3_Web_Benefits-of-Best-Of-Breed-ATS-vs-HCM-Recruitment-Modules_NCH.pngwww.smartrecruiters.com/wp-content/... https://www.smartrecruiters.com/wp-content/uploads/E-1-3_Web_Benefits-of-Best-Of-Breed-ATS-vs-HCM-Recruitment-Modules_NCH.png — 200 — 431.7 KiB — 37 ms — http/1.1https://www.smartrecruiters.com/wp-content/uploads/SE-1-1_Web_Unpacking-AI-and-What-It-Means-for-the-Future-of-Talent-Acquisition_NCH.pngwww.smartrecruiters.com/wp-content/... https://www.smartrecruiters.com/wp-content/uploads/SE-1-1_Web_Unpacking-AI-and-What-It-Means-for-the-Future-of-Talent-Acquisition_NCH.png — 200 — 379.9 KiB — 59 ms — http/1.1https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/img/2023/Active-User.pngwww.smartrecruiters.com/wp-content/... https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/img/2023/Active-User.png — 200 — 73.0 KiB — 30 ms — http/1.1https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/img/2025/SR-SAP-Logo-Inverse.svgwww.smartrecruiters.com/wp-content/... https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/img/2025/SR-SAP-Logo-Inverse.svg — 200 — 5.6 KiB — 30 ms — http/1.1https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/img/2025/footer-wavy-hills.svgwww.smartrecruiters.com/wp-content/... https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/img/2025/footer-wavy-hills.svg — 200 — 1.2 KiB — 29 ms — http/1.1https://www.smartrecruiters.com/cdn-cgi/challenge-platform/scripts/jsd/main.jswww.smartrecruiters.com/cdn-cgi/cha... https://www.smartrecruiters.com/cdn-cgi/challenge-platform/scripts/jsd/main.js — 302 — 349 B — 123 ms — http/1.1https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/new-template/img/en_us/global/ajax-loader.gifwww.smartrecruiters.com/wp-content/... https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/new-template/img/en_us/global/ajax-loader.gif — 200 — 3.3 KiB — 29 ms — http/1.1https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/new-template/font/slick.woffwww.smartrecruiters.com/wp-content/... https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/new-template/font/slick.woff — 200 — 2.0 KiB — 26 ms — http/1.1https://lottie.host/697892e6-6475-4137-9531-61ff8f47dd5c/nyB68rlOYy.lottielottie.host/697892e6-6475-4137-9531... https://lottie.host/697892e6-6475-4137-9531-61ff8f47dd5c/nyB68rlOYy.lottie — 200 — 111.2 KiB — 174 ms — h2https://ta.smartrecruiters.com/js/forms2/css/forms2.cssta.smartrecruiters.com/js/forms2/cs... https://ta.smartrecruiters.com/js/forms2/css/forms2.css — 200 — 2.7 KiB — 37 ms — h2https://ta.smartrecruiters.com/js/forms2/css/forms2-theme-round.cssta.smartrecruiters.com/js/forms2/cs... https://ta.smartrecruiters.com/js/forms2/css/forms2-theme-round.css — 200 — 1.1 KiB — 32 ms — h2https://www.smartrecruiters.com/cdn-cgi/challenge-platform/h/b/scripts/jsd/0b8fb825cb67/main.js?www.smartrecruiters.com/cdn-cgi/cha... https://www.smartrecruiters.com/cdn-cgi/challenge-platform/h/b/scripts/jsd/0b8fb825cb67/main.js? — 200 — 12.9 KiB — 22 ms — http/1.1https://browser.sentry-cdn.com/9.6.1/bundle.min.jsbrowser.sentry-cdn.com/9.6.1/bundle... https://browser.sentry-cdn.com/9.6.1/bundle.min.js — 200 — 24.8 KiB — 9 ms — h2https://www.smartrecruiters.com/cdn-cgi/challenge-platform/h/b/jsd/oneshot/0b8fb825cb67/0.701626560664917:1776892374:gQJljF0aZZrIO3IynWNGsIOLzRNC3tjn0Mr3NcjBzVE/9f07d772ae449e84www.smartrecruiters.com/cdn-cgi/cha... https://www.smartrecruiters.com/cdn-cgi/challenge-platform/h/b/jsd/oneshot/0b8fb825cb67/0.701626560664917:1776892374:gQJljF0aZZrIO3IynWNGsIOLzRNC3tjn0Mr3NcjBzVE/9f07d772ae449e84 — 200 — 1.3 KiB — 38 ms — http/1.1https://ta.smartrecruiters.com/js/forms2/images/arrow-down-bk.pngta.smartrecruiters.com/js/forms2/im... https://ta.smartrecruiters.com/js/forms2/images/arrow-down-bk.png — 200 — 1.2 KiB — 196 ms — h2https://fast.wistia.com/assets/external/popover.js@51432a28fdfed55ac3775a385633a2762bb90dcafast.wistia.com/assets/external/pop... https://fast.wistia.com/assets/external/popover.js@51432a28fdfed55ac3775a385633a2762bb90dca — 200 — 42.1 KiB — 6 ms — h2https://ta.smartrecruiters.com/index.php/form/XDFrameta.smartrecruiters.com/index.php/fo... https://ta.smartrecruiters.com/index.php/form/XDFrame — 200 — 902 B — 348 ms — h2https://app.qualified.com/w/1/9mKbWqe9AD4b35NL/messenger?uuid=507c64ff-025d-455d-8d72-f4f1e0ee037dapp.qualified.com/w/1/9mKbWqe9AD4b3... https://app.qualified.com/w/1/9mKbWqe9AD4b35NL/messenger?uuid=507c64ff-025d-455d-8d72-f4f1e0ee037d — 200 — 2.9 KiB — 353 ms — h2https://js.qualified.com/packs/js/analytics-5b4599f9.jsjs.qualified.com/packs/js/analytics... https://js.qualified.com/packs/js/analytics-5b4599f9.js — 200 — 1.3 KiB — 30 ms — h2https://js.qualified.com/packs/js/multimodal_v2-fe90ad83.jsjs.qualified.com/packs/js/multimoda... https://js.qualified.com/packs/js/multimodal_v2-fe90ad83.js — 200 — 97.5 KiB — 53 ms — h2https://app.qualified.com/w/1/9mKbWqe9AD4b35NL/visitor_events?wu=445b3b57-0006-4387-9bbb-913c659dc4e5&uuid=507c64ff-025d-455d-8d72-f4f1e0ee037dapp.qualified.com/w/1/9mKbWqe9AD4b3... https://app.qualified.com/w/1/9mKbWqe9AD4b35NL/visitor_events?wu=445b3b57-0006-4387-9bbb-913c659dc4e5&uuid=507c64ff-025d-455d-8d72-f4f1e0ee037d — 200 — 0 B — 118 ms — h2https://fast.wistia.com/assets/external/captions.jsfast.wistia.com/assets/external/cap... https://fast.wistia.com/assets/external/captions.js — 200 — 43.7 KiB — 4 ms — h2https://assets.qualified.com/static-media/piperx-orb/orb-animation.mp4assets.qualified.com/static-media/p... https://assets.qualified.com/static-media/piperx-orb/orb-animation.mp4 — 206 — 708.8 KiB — 74 ms — h2https://ta.smartrecruiters.com/js/forms2/js/forms2.min.jsta.smartrecruiters.com/js/forms2/js... https://ta.smartrecruiters.com/js/forms2/js/forms2.min.js — 200 — 0 B — 6 ms — h2https://app.qualified.com/w/1/9mKbWqe9AD4b35NL/visitor_events?wu=445b3b57-0006-4387-9bbb-913c659dc4e5&uuid=507c64ff-025d-455d-8d72-f4f1e0ee037dapp.qualified.com/w/1/9mKbWqe9AD4b3... https://app.qualified.com/w/1/9mKbWqe9AD4b35NL/visitor_events?wu=445b3b57-0006-4387-9bbb-913c659dc4e5&uuid=507c64ff-025d-455d-8d72-f4f1e0ee037d — 204 — 184 B — 292 ms — h2https://use.typekit.net/af/61f808/00000000000000003b9b3d63/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3use.typekit.net/af/61f808/000000000... https://use.typekit.net/af/61f808/00000000000000003b9b3d63/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3 — 200 — 34.0 KiB — 15 ms — h2https://use.typekit.net/af/860e41/00000000000000003b9b3d69/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3use.typekit.net/af/860e41/000000000... https://use.typekit.net/af/860e41/00000000000000003b9b3d69/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3 — 200 — 32.5 KiB — 13 ms — h2https://use.typekit.net/af/422d60/00000000000000003b9b3d67/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3use.typekit.net/af/422d60/000000000... https://use.typekit.net/af/422d60/00000000000000003b9b3d67/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3 — 200 — 33.6 KiB — 8 ms — h2https://use.typekit.net/af/ffb1e2/00000000000000003b9b3d64/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3use.typekit.net/af/ffb1e2/000000000... https://use.typekit.net/af/ffb1e2/00000000000000003b9b3d64/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3 — 200 — 28.0 KiB — 9 ms — h2https://use.typekit.net/af/b6c887/00000000000000003b9b3d61/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3use.typekit.net/af/b6c887/000000000... https://use.typekit.net/af/b6c887/00000000000000003b9b3d61/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3 — 200 — 33.6 KiB — 10 ms — h2https://use.typekit.net/af/348732/00000000000000003b9b3d65/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3use.typekit.net/af/348732/000000000... https://use.typekit.net/af/348732/00000000000000003b9b3d65/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3 — 200 — 33.9 KiB — 10 ms — h2https://use.typekit.net/af/31c386/00000000000000003b9b3d66/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i6&v=3use.typekit.net/af/31c386/000000000... https://use.typekit.net/af/31c386/00000000000000003b9b3d66/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i6&v=3 — 200 — 28.1 KiB — 4 ms — h2https://cdn.consentmanager.net/delivery/customcmp/64484.jscdn.consentmanager.net/delivery/cus... https://cdn.consentmanager.net/delivery/customcmp/64484.js — 200 — 4.9 KiB — 116 ms — h2https://munchkin.marketo.net/munchkin.jsmunchkin.marketo.net/munchkin.js https://munchkin.marketo.net/munchkin.js — 200 — 1.2 KiB — 107 ms — http/1.1https://ta.smartrecruiters.com/rs/664-NIC-529/images/mktoDynamicForms.jsta.smartrecruiters.com/rs/664-NIC-5... https://ta.smartrecruiters.com/rs/664-NIC-529/images/mktoDynamicForms.js — 200 — 1.5 KiB — 35 ms — h2https://cdn.equalweb.com/core/4.5.2/accessibility.jscdn.equalweb.com/core/4.5.2/accessi... https://cdn.equalweb.com/core/4.5.2/accessibility.js — 200 — 14.4 KiB — 71 ms — h2https://analytics.ahrefs.com/analytics.jsanalytics.ahrefs.com/analytics.js https://analytics.ahrefs.com/analytics.js — 200 — 3.0 KiB — 48 ms — h3https://p.typekit.net/p.gif?s=1&k=fol8bxk&ht=tk&h=www.smartrecruiters.com&f=17265.17266.17267.17269.17270.17272.17273&a=87746280&js=1.21.0&app=typekit&e=js&_=1776894601920p.typekit.net/p.gif?s=1&k=fol8bxk&h... https://p.typekit.net/p.gif?s=1&k=fol8bxk&ht=tk&h=www.smartrecruiters.com&f=17265.17266.17267.17269.17270.17272.17273&a=87746280&js=1.21.0&app=typekit&e=js&_=1776894601920 — 200 — 205 B — 64 ms — h2https://assets.qualified.com/packs/css/widget/sandboxed/messenger-9fcbda82.cssassets.qualified.com/packs/css/widg... https://assets.qualified.com/packs/css/widget/sandboxed/messenger-9fcbda82.css — 200 — 8.4 KiB — 33 ms — h2https://assets.qualified.com/packs/js/widget/sandboxed/messenger-573d66d5.jsassets.qualified.com/packs/js/widge... https://assets.qualified.com/packs/js/widget/sandboxed/messenger-573d66d5.js — 200 — 803.6 KiB — 182 ms — h2https://assets.qualified.com/packs/media/Inter-Regular.f1f0c35b.woff2assets.qualified.com/packs/media/In... https://assets.qualified.com/packs/media/Inter-Regular.f1f0c35b.woff2 — 200 — 96.9 KiB — 87 ms — h2https://assets.qualified.com/packs/media/Inter-SemiBold.fcb100c7.woff2assets.qualified.com/packs/media/In... https://assets.qualified.com/packs/media/Inter-SemiBold.fcb100c7.woff2 — 200 — 103.9 KiB — 102 ms — h2https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516static.cloudflareinsights.com/beaco... https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516 — 200 — 10.7 KiB — 73 ms — h2https://ta.smartrecruiters.com/rs/664-NIC-529/images/mktoDynamicFormsIDs.js?_=1776894600550ta.smartrecruiters.com/rs/664-NIC-5... https://ta.smartrecruiters.com/rs/664-NIC-529/images/mktoDynamicFormsIDs.js?_=1776894600550 — 200 — 222 B — 184 ms — h2https://o209747.ingest.us.sentry.io/api/4508915056574464/envelope/?sentry_key=c36ec735e564530732f0d75311d173b6&sentry_version=7&sentry_client=sentry.javascript.browser%2F7.119.1o209747.ingest.us.sentry.io/api/450... https://o209747.ingest.us.sentry.io/api/4508915056574464/envelope/?sentry_key=c36ec735e564530732f0d75311d173b6&sentry_version=7&sentry_client=sentry.javascript.browser%2F7.119.1 — 200 — 300 B — 84 ms — h2https://app.qualified.com/cdn-cgi/rum?app.qualified.com/cdn-cgi/rum? https://app.qualified.com/cdn-cgi/rum? — 204 — 150 B — 20 ms — h2https://js.qualified.com/packs/js/4463-c1968716.jsjs.qualified.com/packs/js/4463-c196... https://js.qualified.com/packs/js/4463-c1968716.js — 200 — 2.3 KiB — 26 ms — h2https://app.qualified.com/w/1/9mKbWqe9AD4b35NL/visitor_events?wu=445b3b57-0006-4387-9bbb-913c659dc4e5&uuid=507c64ff-025d-455d-8d72-f4f1e0ee037dapp.qualified.com/w/1/9mKbWqe9AD4b3... https://app.qualified.com/w/1/9mKbWqe9AD4b35NL/visitor_events?wu=445b3b57-0006-4387-9bbb-913c659dc4e5&uuid=507c64ff-025d-455d-8d72-f4f1e0ee037d — 204 — 208 B — 319 ms — h2https://fast.wistia.com/embed/captions/rlgbl1zyke.jsonfast.wistia.com/embed/captions/rlgb... https://fast.wistia.com/embed/captions/rlgbl1zyke.json — 200 — 3.4 KiB — 3 ms — h2https://fast.wistia.com/assets/external/interFontFace.js@51432a28fdfed55ac3775a385633a2762bb90dcafast.wistia.com/assets/external/int... https://fast.wistia.com/assets/external/interFontFace.js@51432a28fdfed55ac3775a385633a2762bb90dca — 200 — 20.0 KiB — 3 ms — h2https://embed-ssl.wistia.com/deliveries/ce3981d60426ca2dc57f050958200694.webp?image_crop_resized=1920x1080embed-ssl.wistia.com/deliveries/ce3... https://embed-ssl.wistia.com/deliveries/ce3981d60426ca2dc57f050958200694.webp?image_crop_resized=1920x1080 — 200 — 32.7 KiB — 106 ms — h2https://analytics.ahrefs.com/api/eventanalytics.ahrefs.com/api/event https://analytics.ahrefs.com/api/event — 200 — 307 B — 140 ms — h3https://cdn.equalweb.com/style/style.csscdn.equalweb.com/style/style.css https://cdn.equalweb.com/style/style.css — 200 — 3.7 KiB — 45 ms — h2https://cdn.equalweb.com/style/btncolor.csscdn.equalweb.com/style/btncolor.css https://cdn.equalweb.com/style/btncolor.css — 200 — 425 B — 46 ms — h2https://cdn.equalweb.com/assets/locale/en.jsoncdn.equalweb.com/assets/locale/en.j... https://cdn.equalweb.com/assets/locale/en.json — 200 — 717 B — 47 ms — h2https://cdn.equalweb.com/assets/scripts/classManager.jscdn.equalweb.com/assets/scripts/cla... https://cdn.equalweb.com/assets/scripts/classManager.js — 200 — 1.5 KiB — 68 ms — h2https://delivery.consentmanager.net/delivery/cmp.php?id=64484&h=https%3A%2F%2Fwww.smartrecruiters.com%2F&__cmpfcc=1&l=en&ls=EN_EN_EN&lp=EN-US&o=1776894603213delivery.consentmanager.net/deliver... https://delivery.consentmanager.net/delivery/cmp.php?id=64484&h=https%3A%2F%2Fwww.smartrecruiters.com%2F&__cmpfcc=1&l=en&ls=EN_EN_EN&lp=EN-US&o=1776894603213 — 200 — 2.7 KiB — 120 ms — h2https://cdn.consentmanager.net/delivery/js/cmp_final.min.js?t=2026-4-22cdn.consentmanager.net/delivery/js/... https://cdn.consentmanager.net/delivery/js/cmp_final.min.js?t=2026-4-22 — 200 — 101.2 KiB — 57 ms — h2https://munchkin.marketo.net/165/munchkin.jsmunchkin.marketo.net/165/munchkin.j... https://munchkin.marketo.net/165/munchkin.js — 200 — 5.6 KiB — 3 ms — http/1.1https://cdn.equalweb.com/assets/images/11.svgcdn.equalweb.com/assets/images/11.s... https://cdn.equalweb.com/assets/images/11.svg — 200 — 908 B — 30 ms — h2https://664-nic-529.mktoresp.com/webevents/visitWebPage?_mchNc=1776894603474&_mchCn=&_mchId=664-NIC-529&_mchTk=_mch-smartrecruiters.com-0920b42692c79dbbfef52ca5cafd297a&_mchHo=www.smartrecruiters.com&_mchPo=&_mchRu=%2F&_mchPc=https%3A&_mchVr=165&_mchEcid=&_mchHa=&_mchRe=&_mchQp=664-nic-529.mktoresp.com/webevents/... https://664-nic-529.mktoresp.com/webevents/visitWebPage?_mchNc=1776894603474&_mchCn=&_mchId=664-NIC-529&_mchTk=_mch-smartrecruiters.com-0920b42692c79dbbfef52ca5cafd297a&_mchHo=www.smartrecruiters.com&_mchPo=&_mchRu=%2F&_mchPc=https%3A&_mchVr=165&_mchEcid=&_mchHa=&_mchRe=&_mchQp= — 200 — 318 B — 805 ms — http/1.1https://cdn.consentmanager.net/delivery/customdata/bV8xLndfNjQ0ODQucl9HRFBSLmxfZW4uZF8yODAzNC54XzMyLnYucC50XzI4MDM0Lnh0Xzg1.jscdn.consentmanager.net/delivery/cus... https://cdn.consentmanager.net/delivery/customdata/bV8xLndfNjQ0ODQucl9HRFBSLmxfZW4uZF8yODAzNC54XzMyLnYucC50XzI4MDM0Lnh0Xzg1.js — 200 — 12.6 KiB — 42 ms — h2https://cdn.consentmanager.net/delivery/crossdomain.htmlcdn.consentmanager.net/delivery/cro... https://cdn.consentmanager.net/delivery/crossdomain.html — 200 — 1.0 KiB — 53 ms — h2https://assets.qualified.com/packs/media/Inter-roman.var.b2129c00.woff2assets.qualified.com/packs/media/In... https://assets.qualified.com/packs/media/Inter-roman.var.b2129c00.woff2 — 200 — 222.3 KiB — 37 ms — h2https://cdn.consentmanager.net/delivery/recall/recall_shield2.svgcdn.consentmanager.net/delivery/rec... https://cdn.consentmanager.net/delivery/recall/recall_shield2.svg — 200 — 669 B — 19 ms — h2https://a.delivery.consentmanager.net/delivery/info/?id=64484&did=1&cfdid=1&t=pv.d_ncs.d_ancs.d_bncs.cv&h=https%3A%2F%2Fwww.smartrecruiters.com%2F&o=1776894603851&l=EN&lv=0&d=1&ct=14&e=&e2=&e3=&i=&sv=85&dv=32&a.delivery.consentmanager.net/deliv... https://a.delivery.consentmanager.net/delivery/info/?id=64484&did=1&cfdid=1&t=pv.d_ncs.d_ancs.d_bncs.cv&h=https%3A%2F%2Fwww.smartrecruiters.com%2F&o=1776894603851&l=EN&lv=0&d=1&ct=14&e=&e2=&e3=&i=&sv=85&dv=32& — 200 — 320 B — 34 ms — h2https://cdn.consentmanager.net/delivery/whitelabel/cmplogo.svgcdn.consentmanager.net/delivery/whi... https://cdn.consentmanager.net/delivery/whitelabel/cmplogo.svg — 200 — 1.5 KiB — 18 ms — h2https://cdn.consentmanager.net/delivery/flags/en.gifcdn.consentmanager.net/delivery/fla... https://cdn.consentmanager.net/delivery/flags/en.gif — 200 — 816 B — 19 ms — h2https://fast.wistia.com/assets/external/playPauseLoadingControl.js@51432a28fdfed55ac3775a385633a2762bb90dcafast.wistia.com/assets/external/pla... https://fast.wistia.com/assets/external/playPauseLoadingControl.js@51432a28fdfed55ac3775a385633a2762bb90dca — 200 — 20.1 KiB — 7 ms — h2https://pipedream.wistia.com/mput?topic=metricspipedream.wistia.com/mput?topic=met... https://pipedream.wistia.com/mput?topic=metrics — 200 — 335 B — 188 ms — h2https://fast.wistia.com/assets/external/engines/hls_video.js@51432a28fdfed55ac3775a385633a2762bb90dcafast.wistia.com/assets/external/eng... https://fast.wistia.com/assets/external/engines/hls_video.js@51432a28fdfed55ac3775a385633a2762bb90dca — 200 — 158.9 KiB — 11 ms — h2https://distillery.wistia.com/xdistillery.wistia.com/x https://distillery.wistia.com/x — 204 — 292 B — 357 ms — h2https://pipedream.wistia.com/mput?topic=metricspipedream.wistia.com/mput?topic=met... https://pipedream.wistia.com/mput?topic=metrics — 200 — 333 B — 186 ms — h2https://www.smartrecruiters.com/cdn-cgi/rum?www.smartrecruiters.com/cdn-cgi/rum... https://www.smartrecruiters.com/cdn-cgi/rum? — 204 — 372 B — 20 ms — http/1.1https://rum-collector-2.pingdom.net/img/beacon.gif?id=531bb235abe53d6f0ec2ed0c&sAW=800&sAH=600&bIW=1350&bIH=940&pD=24&dPR=1&or=landscape-primary&nT=0&rC=0&nS=0&cS=156&cE=197&dLE=156&dLS=155&fS=154&hS=173&rE=-1&rS=-1&reS=197&resS=245&resE=248&uEE=-1&uES=-1&dL=250&dI=825&dCLES=876&dCLEE=901&dC=4127&lES=4130&lEE=4140&s=nt&title=Talent%20Acquisition%20and%20Hiring%20Software%20-%20AI-Powered&path=https%3A%2F%2Fwww.smartrecruiters.com%2F&ref=&sId=1r7sc9lb&sST=1776894604&sIS=1&rV=0&v=1.4.1rum-collector-2.pingdom.net/img/bea... https://rum-collector-2.pingdom.net/img/beacon.gif?id=531bb235abe53d6f0ec2ed0c&sAW=800&sAH=600&bIW=1350&bIH=940&pD=24&dPR=1&or=landscape-primary&nT=0&rC=0&nS=0&cS=156&cE=197&dLE=156&dLS=155&fS=154&hS=173&rE=-1&rS=-1&reS=197&resS=245&resE=248&uEE=-1&uES=-1&dL=250&dI=825&dCLES=876&dCLEE=901&dC=4127&lES=4130&lEE=4140&s=nt&title=Talent%20Acquisition%20and%20Hiring%20Software%20-%20AI-Powered&path=https%3A%2F%2Fwww.smartrecruiters.com%2F&ref=&sId=1r7sc9lb&sST=1776894604&sIS=1&rV=0&v=1.4.1 — 200 — 213 B — 240 ms — http/1.1https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/img/favicon.ico?v=2025-04-03www.smartrecruiters.com/wp-content/... https://www.smartrecruiters.com/wp-content/themes/smartrecruiters/img/favicon.ico?v=2025-04-03 — 200 — 4.1 KiB — 28 ms — http/1.1https://fast.wistia.com/assets/images/blank.giffast.wistia.com/assets/images/blank... https://fast.wistia.com/assets/images/blank.gif — 200 — 1.6 KiB — 2 ms — h2https://fast.wistia.com/embed/medias/rlgbl1zyke.m3u8fast.wistia.com/embed/medias/rlgbl1... https://fast.wistia.com/embed/medias/rlgbl1zyke.m3u8 — 200 — 2.5 KiB — 2 ms — h2https://www.smartrecruiters.com/wp-content/uploads/cropped-web-app-manifest-192x192-1-32x32.pngwww.smartrecruiters.com/wp-content/... https://www.smartrecruiters.com/wp-content/uploads/cropped-web-app-manifest-192x192-1-32x32.png — 200 — 1.7 KiB — 26 ms — http/1.1https://pipedream.wistia.com/mput?topic=metricspipedream.wistia.com/mput?topic=met... https://pipedream.wistia.com/mput?topic=metrics — 200 — 334 B — 106 ms — h2https://fast.wistia.com/assets/external/allIntegrations.js@51432a28fdfed55ac3775a385633a2762bb90dcafast.wistia.com/assets/external/all... https://fast.wistia.com/assets/external/allIntegrations.js@51432a28fdfed55ac3775a385633a2762bb90dca — 200 — 16.2 KiB — 3 ms — h2https://pipedream.wistia.com/mput?topic=metricspipedream.wistia.com/mput?topic=met... https://pipedream.wistia.com/mput?topic=metrics — 200 — 332 B — 104 ms — h2
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 12431ms · 622KB · $165/mo
unpkg
CDN
Costly
Execution 10519ms
Transfer 50 KB
Unused 94%
Monthly Cost $140/mo
www.smartrecruiters.com
Other
Costly
Execution 390ms
Transfer 37 KB
Monthly Cost $5/mo
Unattributable
Other
Costly
Execution 333ms
Transfer 0 KB
Monthly Cost $4/mo
fast.wistia.com
Other
Costly
Execution 327ms
Transfer 162 KB
Unused 43%
Monthly Cost $4/mo
jsDelivr
CDN
Costly
Execution 228ms
Transfer 18 KB
Monthly Cost $3/mo
ta.smartrecruiters.com
Other
Optional
Execution 151ms
Transfer 0 KB
Unused 49%
Monthly Cost $2/mo
jsDelivr
CDN
Optional
Execution 89ms
Transfer 29 KB
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 84ms
Transfer 170 KB
Unused 48%
Monthly Cost $1/mo
js.qualified.com
Other
Optional
Execution 70ms
Transfer 117 KB
Unused 49%
Monthly Cost $1/mo
code.jquery.com
Other
Optional
Execution 66ms
Transfer 31 KB
Monthly Cost $1/mo
www.smartrecruiters.com
Other
Optional
Execution 58ms
Transfer 0 KB
Monthly Cost $1/mo
delivery.consentmanager.net
Other
Optional
Execution 58ms
Transfer 3 KB
Monthly Cost $1/mo
www.smartrecruiters.com
Other
Optional
Execution 57ms
Transfer 6 KB
Monthly Cost $1/mo

These scripts may cost more than they're worth

  • unpkg adds 10519ms and costs ~$140/month
  • www.smartrecruiters.com adds 390ms and costs ~$5/month
  • Unattributable adds 333ms and costs ~$4/month
  • fast.wistia.com adds 327ms and costs ~$4/month
  • jsDelivr adds 228ms and costs ~$3/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

unpkg takes 10519ms 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

94% of unpkg'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.smartrecruiters.com takes 390ms 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 333ms 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

fast.wistia.com takes 327ms 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

jsDelivr takes 228ms 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