Skip to content
https://foxitsoftware.com

Performance

· 15 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
71
GRADE
C
FIX
5
REVIEW
3
PASS
5
INFO
2

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

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

First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.

1.10 s

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

5.34 s

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

129 ms

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

0.057

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

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

5.36 s

Page Load Progression

672 ms
1.3 s
2.0 s
2.7 s
3.4 s
4.0 s
4.7 s
5.4 s
Checks
15
5 PASS 3 REVIEW 5 FIX
F
Page Weight Budget
Action
3.3 MB transferred, 189 requests
FIX
3.3 MB transferred, 189 requests
Warning::
Page weighs 9.9 MB (3.3 MB transferred)
Warning::
JavaScript is 1.4 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.4 MB
Info::
Fonts are 944 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 944 KB
Warning::
189 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.69 g CO2 per page load
3.3 MB / 2.4 MB budget
3.3 MB transferred
189 requests
0.69 g CO2 per page load
JavaScript 1.4 MiB 43%
Fonts 944.0 KiB 28%
Images 429.0 KiB 13%
Other 235.7 KiB 7%
CSS 168.5 KiB 5%
HTML 121.1 KiB 4%
Other 18.2 KiB 1%
Other 2.3 KiB 0%
Other 2.2 KiB 0%
0 2.4 MB 4.9 MB
Over budget

Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.

Why this matters

JavaScript bundle is large — code-split routes and lazy-load off-screen components to defer.

Source: web.dev

Subset fonts to include only used characters, or switch to system font stacks.

Why this matters

Font payload is large — subset to used glyphs only, or fall back to system fonts (zero load time).

Source: web.dev font loading

Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.

Why this matters

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

Source: web.dev

D
Third-Party Impact
Action
100% third-party, 0 ms blocking
FIX
100% third-party, 0 ms blocking
Warning::
Third-party code accounts for 100% of page weight (3.3 MiB of 3.3 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
D
JS Bundles
Action
78 scripts, 453 KB unused
FIX
78 scripts, 453 KB unused
Warning::
https://www.foxit.com/g1w9/?id=G-GY3Z4S6BVL&cx=c&g...: 71 KB unused (40%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.foxit.com/g1w9/?id=AW-16450149228&cx=c...: 69 KB unused (46%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.foxit.com/g2w9/?id=GTM-MXLFG6RZ: 67 KB unused (53%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.foxit.com/g1w9/?id=AW-1072304130&cx=c&...: 65 KB unused (43%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.foxit.com/_next/static/chunks/04220910...: 52 KB unused (85%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 453 KB
453 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.foxit.com/g1w9/?id=G-GY3Z4S6BVL&cx=c&gtm=4e64m0h2177 KB71 KB (40%)3rd
https://www.foxit.com/g1w9/?id=AW-16450149228&cx=c&gtm=4e64m0h2150 KB69 KB (46%)3rd
https://www.foxit.com/g2w9/?id=GTM-MXLFG6RZ125 KB67 KB (53%)3rd
https://www.foxit.com/g1w9/?id=AW-1072304130&cx=c&gtm=4e64m0h2151 KB65 KB (43%)3rd
https://www.foxit.com/_next/static/chunks/04220910-76/19775-b2b347a4bdb37af7.js61 KB52 KB (85%)3rd
https://www.foxit.com/g1w9/?id=GTM-T7ZBJN202 KB45 KB (22%)3rd
https://www.foxit.com/_next/static/chunks/04220910-76/72188-deb95dabe712ca41.js38 KB34 KB (90%)3rd
https://www.foxit.com/assets/js/jquery.min.js?v=04220910-7634 KB25 KB (76%)3rd
https://cdn.evgnet.com/beacon/foxit/foxit_prod/scripts/evergage.min.js?v=04220910-7655 KB25 KB (45%)3rd
https://www.foxit.com/_next/static/chunks/04220910-76/app/not-found-6f3331ce52906a04.js12 KB3rd

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

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
189 resources · 3.3 MB · 453 KB savings available
FIX
189 resources · 3.3 MB · 453 KB savings available
Warning::
Page weight 2.3 MB over 1MB target
Got: 3.3 MB Expected: ≤ 1 MB
Info::
~453 KB of savings available
Warning::
188 third-party resources (100% of weight)
Info::
1 resources over 200KB
189 resources · 3.3 MiB · 188 third-party 2.3 MiB over 1MB target
JavaScript 50% · 1.6 MiB
Font 28% · 944.0 KiB
Image 13% · 430.8 KiB
CSS 5% · 168.5 KiB
Document 4% · 121.7 KiB
Other 1% · 27.3 KiB

~453.4 KiB of savings available

Remove unused JavaScript: 453.4 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
62 images, 0 KB saveable
REVIEW
62 images, 0 KB saveable
Warning::
https://www.foxit.com/assets/images/partners/DellL... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.foxit.com/assets/images/partners/Lenov... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.foxit.com/assets/images/partners/Googl... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.foxit.com/assets/images/partners/Canad... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.foxit.com/assets/images/partners/Amazo... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.foxit.com/assets/images/partners/Intel... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.foxit.com/assets/images/partners/OneGa... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.foxit.com/assets/images/partners/JPMor... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.foxit.com/assets/images/partners/Hilto... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.foxit.com/assets/images/partners/Voith... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.foxit.com/assets/images/partners/Micro... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.foxit.com/assets/images/partners/Nasda... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.foxit.com/assets/images/partners/Miele... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
62 images 429 KB
0 oversized -0 KB
23 legacy format
13 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

C
JS Execution Cost
Action
1881ms total JS execution
REVIEW
1881ms total JS execution
Warning::
https://www.foxit.com/_next/static/chunks/04220910...: 591ms CPU time
Warning::
https://www.foxit.com/: 330ms CPU time
Info::
https://www.foxit.com/_next/static/chunks/04220910...: 230ms CPU time
Info::
Unattributable: 224ms CPU time
Info::
https://www.foxit.com/_next/static/chunks/04220910...: 152ms CPU time
Warning::
Third-party scripts: 1881ms (100% of total)

Main Thread Breakdown

Script Evaluation 57% Other 19% Style & Layout 10% Script Parsing & Compilation 8% Rendering 3%
ScriptTotalScriptingParse/CompileParty
https://www.foxit.com/_next/static/chunks/04220910-76/52117-fcd827446567e427.js591ms497ms33ms3rd
https://www.foxit.com/330ms156ms37ms3rd
https://www.foxit.com/_next/static/chunks/04220910-76/fd9d1056-92a11bf6171c44da.js230ms42ms3ms3rd
Unattributable224ms4ms0ms3rd
https://www.foxit.com/_next/static/chunks/04220910-76/app/%5Blocale%5D/page-1f03779dc5ceb5cc.js152ms22ms1ms3rd
https://www.foxit.com/g1w9/?id=GTM-T7ZBJN143ms109ms20ms3rd
https://cdn-cookieyes.com/client_data/666fd302444803b68fe7fd85/banner.js134ms112ms1ms3rd
https://cdn.evgnet.com/beacon/foxit/foxit_prod/scripts/evergage.min.js?v=04220910-7677ms68ms7ms3rd
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
13 fonts (944 KB)
PASS
13 fonts (944 KB)
Info::
13 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

13

944 KB total

Render-blocking

0

of 13

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 FCP 1.1 s LCP 5.3 shttps://www.foxit.com/_next/static/media/3a7db6186c919e7f-s.p.ttf3a7db6186c919e7f-s.p.ttf https://www.foxit.com/_next/static/media/3a7db6186c919e7f-s.p.ttf — 77.0 KiB — 71 ms — font-display: swaphttps://www.foxit.com/_next/static/media/3e3373eeaa83e3d0-s.p.ttf3e3373eeaa83e3d0-s.p.ttf https://www.foxit.com/_next/static/media/3e3373eeaa83e3d0-s.p.ttf — 77.2 KiB — 73 ms — font-display: swaphttps://www.foxit.com/_next/static/media/5a01ed7315b07ae7-s.p.ttf5a01ed7315b07ae7-s.p.ttf https://www.foxit.com/_next/static/media/5a01ed7315b07ae7-s.p.ttf — 81.3 KiB — 77 ms — font-display: swaphttps://www.foxit.com/_next/static/media/5c87321f7e98f1a4-s.p.ttf5c87321f7e98f1a4-s.p.ttf https://www.foxit.com/_next/static/media/5c87321f7e98f1a4-s.p.ttf — 78.8 KiB — 33 ms — font-display: swaphttps://www.foxit.com/_next/static/media/8ed94a4ecb10c26a-s.p.ttf8ed94a4ecb10c26a-s.p.ttf https://www.foxit.com/_next/static/media/8ed94a4ecb10c26a-s.p.ttf — 81.6 KiB — 79 ms — font-display: swaphttps://www.foxit.com/_next/static/media/9eac7908becbbcb6-s.p.ttf9eac7908becbbcb6-s.p.ttf https://www.foxit.com/_next/static/media/9eac7908becbbcb6-s.p.ttf — 81.2 KiB — 80 ms — font-display: swaphttps://www.foxit.com/_next/static/media/a1ea4e6efdaa5b11-s.p.ttfa1ea4e6efdaa5b11-s.p.ttf https://www.foxit.com/_next/static/media/a1ea4e6efdaa5b11-s.p.ttf — 77.3 KiB — 80 ms — font-display: swaphttps://www.foxit.com/_next/static/media/b2b502441fceedca-s.p.ttfb2b502441fceedca-s.p.ttf https://www.foxit.com/_next/static/media/b2b502441fceedca-s.p.ttf — 77.6 KiB — 81 ms — font-display: swaphttps://www.foxit.com/_next/static/media/b70311db0c2f6d88-s.p.ttfb70311db0c2f6d88-s.p.ttf https://www.foxit.com/_next/static/media/b70311db0c2f6d88-s.p.ttf — 78.1 KiB — 83 ms — font-display: swaphttps://www.foxit.com/_next/static/media/e7f81a2069af8e63-s.p.ttfe7f81a2069af8e63-s.p.ttf https://www.foxit.com/_next/static/media/e7f81a2069af8e63-s.p.ttf — 75.1 KiB — 84 ms — font-display: swaphttps://www.foxit.com/_next/static/media/fb4e39f53b891010-s.p.ttffb4e39f53b891010-s.p.ttf https://www.foxit.com/_next/static/media/fb4e39f53b891010-s.p.ttf — 81.4 KiB — 85 ms — font-display: swaphttps://www.foxit.com/_next/static/media/fbd7208f8d0e5b44-s.p.ttffbd7208f8d0e5b44-s.p.ttf https://www.foxit.com/_next/static/media/fbd7208f8d0e5b44-s.p.ttf — 75.8 KiB — 85 ms — font-display: swaphttps://www.foxit.com/_next/static/media/slick.653a4cbb.woffslick.653a4cbb.woff https://www.foxit.com/_next/static/media/slick.653a4cbb.woff — 1.5 KiB — 64 ms — font-display: swap
3a7db6186c919e7f-s.p.ttf ttf swap
Size 77 KB
Load time 71 ms
Start 867 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
3e3373eeaa83e3d0-s.p.ttf ttf swap
Size 77 KB
Load time 73 ms
Start 868 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
5a01ed7315b07ae7-s.p.ttf ttf swap
Size 81 KB
Load time 77 ms
Start 868 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
5c87321f7e98f1a4-s.p.ttf ttf swap
Size 79 KB
Load time 33 ms
Start 868 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
8ed94a4ecb10c26a-s.p.ttf ttf swap
Size 82 KB
Load time 79 ms
Start 868 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
9eac7908becbbcb6-s.p.ttf ttf swap
Size 81 KB
Load time 80 ms
Start 871 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
a1ea4e6efdaa5b11-s.p.ttf ttf swap
Size 77 KB
Load time 80 ms
Start 872 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
b2b502441fceedca-s.p.ttf ttf swap
Size 78 KB
Load time 81 ms
Start 872 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
b70311db0c2f6d88-s.p.ttf ttf swap
Size 78 KB
Load time 83 ms
Start 872 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
e7f81a2069af8e63-s.p.ttf ttf swap
Size 75 KB
Load time 84 ms
Start 873 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
fb4e39f53b891010-s.p.ttf ttf swap
Size 81 KB
Load time 85 ms
Start 873 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
fbd7208f8d0e5b44-s.p.ttf ttf swap
Size 76 KB
Load time 85 ms
Start 873 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
slick.653a4cbb.woff woff swap
Size 1 KB
Load time 64 ms
Start 1.0 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)

Fixing the unchecked items could save ~283 KB and ~566 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
189 requests over 4304ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 1.1 s LCP 5.3 shttps://foxitsoftware.com// https://foxitsoftware.com/ — 301 — 106 B — 288 ms — http/1.1https://www.foxit.com/www.foxit.com/ https://www.foxit.com/ — 200 — 120.3 KiB — 652 ms — h2https://www.foxit.com/_next/static/media/3a7db6186c919e7f-s.p.ttfwww.foxit.com/_next/static/media/3a... https://www.foxit.com/_next/static/media/3a7db6186c919e7f-s.p.ttf — 200 — 77.0 KiB — 71 ms — h2https://www.foxit.com/_next/static/media/3e3373eeaa83e3d0-s.p.ttfwww.foxit.com/_next/static/media/3e... https://www.foxit.com/_next/static/media/3e3373eeaa83e3d0-s.p.ttf — 200 — 77.2 KiB — 73 ms — h2https://www.foxit.com/_next/static/media/5a01ed7315b07ae7-s.p.ttfwww.foxit.com/_next/static/media/5a... https://www.foxit.com/_next/static/media/5a01ed7315b07ae7-s.p.ttf — 200 — 81.3 KiB — 77 ms — h2https://www.foxit.com/_next/static/media/5c87321f7e98f1a4-s.p.ttfwww.foxit.com/_next/static/media/5c... https://www.foxit.com/_next/static/media/5c87321f7e98f1a4-s.p.ttf — 200 — 78.8 KiB — 33 ms — h2https://www.foxit.com/_next/static/media/8ed94a4ecb10c26a-s.p.ttfwww.foxit.com/_next/static/media/8e... https://www.foxit.com/_next/static/media/8ed94a4ecb10c26a-s.p.ttf — 200 — 81.6 KiB — 79 ms — h2https://www.foxit.com/_next/static/media/9eac7908becbbcb6-s.p.ttfwww.foxit.com/_next/static/media/9e... https://www.foxit.com/_next/static/media/9eac7908becbbcb6-s.p.ttf — 200 — 81.2 KiB — 80 ms — h2https://www.foxit.com/_next/static/media/a1ea4e6efdaa5b11-s.p.ttfwww.foxit.com/_next/static/media/a1... https://www.foxit.com/_next/static/media/a1ea4e6efdaa5b11-s.p.ttf — 200 — 77.3 KiB — 80 ms — h2https://www.foxit.com/_next/static/media/b2b502441fceedca-s.p.ttfwww.foxit.com/_next/static/media/b2... https://www.foxit.com/_next/static/media/b2b502441fceedca-s.p.ttf — 200 — 77.6 KiB — 81 ms — h2https://www.foxit.com/_next/static/media/b70311db0c2f6d88-s.p.ttfwww.foxit.com/_next/static/media/b7... https://www.foxit.com/_next/static/media/b70311db0c2f6d88-s.p.ttf — 200 — 78.1 KiB — 83 ms — h2https://www.foxit.com/_next/static/media/e7f81a2069af8e63-s.p.ttfwww.foxit.com/_next/static/media/e7... https://www.foxit.com/_next/static/media/e7f81a2069af8e63-s.p.ttf — 200 — 75.1 KiB — 84 ms — h2https://www.foxit.com/_next/static/media/fb4e39f53b891010-s.p.ttfwww.foxit.com/_next/static/media/fb... https://www.foxit.com/_next/static/media/fb4e39f53b891010-s.p.ttf — 200 — 81.4 KiB — 85 ms — h2https://www.foxit.com/_next/static/media/fbd7208f8d0e5b44-s.p.ttfwww.foxit.com/_next/static/media/fb... https://www.foxit.com/_next/static/media/fbd7208f8d0e5b44-s.p.ttf — 200 — 75.8 KiB — 85 ms — h2https://www.foxit.com/assets/images/homeSlider/sliderBg4.avifwww.foxit.com/assets/images/homeSli... https://www.foxit.com/assets/images/homeSlider/sliderBg4.avif — 200 — 1.2 KiB — 66 ms — h2https://www.foxit.com/assets/images/homeSlider/slider4.avifwww.foxit.com/assets/images/homeSli... https://www.foxit.com/assets/images/homeSlider/slider4.avif — 200 — 26.8 KiB — 66 ms — h2https://www.foxit.com/_next/static/css/153bfa23343022c1.csswww.foxit.com/_next/static/css/153b... https://www.foxit.com/_next/static/css/153bfa23343022c1.css — 200 — 5.6 KiB — 62 ms — h2https://www.foxit.com/_next/static/css/27ee66169c28b75c.csswww.foxit.com/_next/static/css/27ee... https://www.foxit.com/_next/static/css/27ee66169c28b75c.css — 200 — 1.1 KiB — 62 ms — h2https://www.foxit.com/_next/static/css/334527b98f088d58.csswww.foxit.com/_next/static/css/3345... https://www.foxit.com/_next/static/css/334527b98f088d58.css — 200 — 49.6 KiB — 68 ms — h2https://www.foxit.com/_next/static/css/ef46db3751d8e999.csswww.foxit.com/_next/static/css/ef46... https://www.foxit.com/_next/static/css/ef46db3751d8e999.css — 200 — 81 B — 43 ms — h2https://www.foxit.com/_next/static/css/c7c23816c99690ae.csswww.foxit.com/_next/static/css/c7c2... https://www.foxit.com/_next/static/css/c7c23816c99690ae.css — 200 — 512 B — 62 ms — h2https://www.foxit.com/_next/static/css/5d787aaf294a21fa.csswww.foxit.com/_next/static/css/5d78... https://www.foxit.com/_next/static/css/5d787aaf294a21fa.css — 200 — 275 B — 62 ms — h2https://www.foxit.com/_next/static/css/e9867afea9993bef.csswww.foxit.com/_next/static/css/e986... https://www.foxit.com/_next/static/css/e9867afea9993bef.css — 200 — 207 B — 61 ms — h2https://www.foxit.com/assets/js/jquery.min.js?v=04220910-76www.foxit.com/assets/js/jquery.min.... https://www.foxit.com/assets/js/jquery.min.js?v=04220910-76 — 200 — 33.5 KiB — 67 ms — h2https://www.foxit.com/assets/js/foxit-common.js?v=04220910-76www.foxit.com/assets/js/foxit-commo... https://www.foxit.com/assets/js/foxit-common.js?v=04220910-76 — 200 — 3.5 KiB — 63 ms — h2https://cdn.evgnet.com/beacon/foxit/foxit_prod/scripts/evergage.min.js?v=04220910-76cdn.evgnet.com/beacon/foxit/foxit_p... https://cdn.evgnet.com/beacon/foxit/foxit_prod/scripts/evergage.min.js?v=04220910-76 — 200 — 55.1 KiB — 14 ms — h2https://www.foxit.com/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.jswww.foxit.com/cdn-cgi/scripts/5c5dd... https://www.foxit.com/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js — 200 — 731 B — 59 ms — h2https://www.foxit.com/_next/static/chunks/04220910-76/webpack-668e7a01b5fbd6dd.jswww.foxit.com/_next/static/chunks/0... https://www.foxit.com/_next/static/chunks/04220910-76/webpack-668e7a01b5fbd6dd.js — 200 — 12.4 KiB — 34 ms — h2https://www.foxit.com/_next/static/chunks/04220910-76/fd9d1056-92a11bf6171c44da.jswww.foxit.com/_next/static/chunks/0... https://www.foxit.com/_next/static/chunks/04220910-76/fd9d1056-92a11bf6171c44da.js — 200 — 52.8 KiB — 36 ms — h2https://www.foxit.com/_next/static/chunks/04220910-76/52117-fcd827446567e427.jswww.foxit.com/_next/static/chunks/0... https://www.foxit.com/_next/static/chunks/04220910-76/52117-fcd827446567e427.js — 200 — 31.4 KiB — 94 ms — h2
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 1.1 s LCP 5.3 shttps://foxitsoftware.com// https://foxitsoftware.com/ — 301 — 106 B — 288 ms — http/1.1https://www.foxit.com/www.foxit.com/ https://www.foxit.com/ — 200 — 120.3 KiB — 652 ms — h2https://www.foxit.com/_next/static/media/3a7db6186c919e7f-s.p.ttfwww.foxit.com/_next/static/media/3a... https://www.foxit.com/_next/static/media/3a7db6186c919e7f-s.p.ttf — 200 — 77.0 KiB — 71 ms — h2https://www.foxit.com/_next/static/media/3e3373eeaa83e3d0-s.p.ttfwww.foxit.com/_next/static/media/3e... https://www.foxit.com/_next/static/media/3e3373eeaa83e3d0-s.p.ttf — 200 — 77.2 KiB — 73 ms — h2https://www.foxit.com/_next/static/media/5a01ed7315b07ae7-s.p.ttfwww.foxit.com/_next/static/media/5a... https://www.foxit.com/_next/static/media/5a01ed7315b07ae7-s.p.ttf — 200 — 81.3 KiB — 77 ms — h2https://www.foxit.com/_next/static/media/5c87321f7e98f1a4-s.p.ttfwww.foxit.com/_next/static/media/5c... https://www.foxit.com/_next/static/media/5c87321f7e98f1a4-s.p.ttf — 200 — 78.8 KiB — 33 ms — h2https://www.foxit.com/_next/static/media/8ed94a4ecb10c26a-s.p.ttfwww.foxit.com/_next/static/media/8e... https://www.foxit.com/_next/static/media/8ed94a4ecb10c26a-s.p.ttf — 200 — 81.6 KiB — 79 ms — h2https://www.foxit.com/_next/static/media/9eac7908becbbcb6-s.p.ttfwww.foxit.com/_next/static/media/9e... https://www.foxit.com/_next/static/media/9eac7908becbbcb6-s.p.ttf — 200 — 81.2 KiB — 80 ms — h2https://www.foxit.com/_next/static/media/a1ea4e6efdaa5b11-s.p.ttfwww.foxit.com/_next/static/media/a1... https://www.foxit.com/_next/static/media/a1ea4e6efdaa5b11-s.p.ttf — 200 — 77.3 KiB — 80 ms — h2https://www.foxit.com/_next/static/media/b2b502441fceedca-s.p.ttfwww.foxit.com/_next/static/media/b2... https://www.foxit.com/_next/static/media/b2b502441fceedca-s.p.ttf — 200 — 77.6 KiB — 81 ms — h2https://www.foxit.com/_next/static/media/b70311db0c2f6d88-s.p.ttfwww.foxit.com/_next/static/media/b7... https://www.foxit.com/_next/static/media/b70311db0c2f6d88-s.p.ttf — 200 — 78.1 KiB — 83 ms — h2https://www.foxit.com/_next/static/media/e7f81a2069af8e63-s.p.ttfwww.foxit.com/_next/static/media/e7... https://www.foxit.com/_next/static/media/e7f81a2069af8e63-s.p.ttf — 200 — 75.1 KiB — 84 ms — h2https://www.foxit.com/_next/static/media/fb4e39f53b891010-s.p.ttfwww.foxit.com/_next/static/media/fb... https://www.foxit.com/_next/static/media/fb4e39f53b891010-s.p.ttf — 200 — 81.4 KiB — 85 ms — h2https://www.foxit.com/_next/static/media/fbd7208f8d0e5b44-s.p.ttfwww.foxit.com/_next/static/media/fb... https://www.foxit.com/_next/static/media/fbd7208f8d0e5b44-s.p.ttf — 200 — 75.8 KiB — 85 ms — h2https://www.foxit.com/assets/images/homeSlider/sliderBg4.avifwww.foxit.com/assets/images/homeSli... https://www.foxit.com/assets/images/homeSlider/sliderBg4.avif — 200 — 1.2 KiB — 66 ms — h2https://www.foxit.com/assets/images/homeSlider/slider4.avifwww.foxit.com/assets/images/homeSli... https://www.foxit.com/assets/images/homeSlider/slider4.avif — 200 — 26.8 KiB — 66 ms — h2https://www.foxit.com/_next/static/css/153bfa23343022c1.csswww.foxit.com/_next/static/css/153b... https://www.foxit.com/_next/static/css/153bfa23343022c1.css — 200 — 5.6 KiB — 62 ms — h2https://www.foxit.com/_next/static/css/27ee66169c28b75c.csswww.foxit.com/_next/static/css/27ee... https://www.foxit.com/_next/static/css/27ee66169c28b75c.css — 200 — 1.1 KiB — 62 ms — h2https://www.foxit.com/_next/static/css/334527b98f088d58.csswww.foxit.com/_next/static/css/3345... https://www.foxit.com/_next/static/css/334527b98f088d58.css — 200 — 49.6 KiB — 68 ms — h2https://www.foxit.com/_next/static/css/ef46db3751d8e999.csswww.foxit.com/_next/static/css/ef46... https://www.foxit.com/_next/static/css/ef46db3751d8e999.css — 200 — 81 B — 43 ms — h2https://www.foxit.com/_next/static/css/c7c23816c99690ae.csswww.foxit.com/_next/static/css/c7c2... https://www.foxit.com/_next/static/css/c7c23816c99690ae.css — 200 — 512 B — 62 ms — h2https://www.foxit.com/_next/static/css/5d787aaf294a21fa.csswww.foxit.com/_next/static/css/5d78... https://www.foxit.com/_next/static/css/5d787aaf294a21fa.css — 200 — 275 B — 62 ms — h2https://www.foxit.com/_next/static/css/e9867afea9993bef.csswww.foxit.com/_next/static/css/e986... https://www.foxit.com/_next/static/css/e9867afea9993bef.css — 200 — 207 B — 61 ms — h2https://www.foxit.com/assets/js/jquery.min.js?v=04220910-76www.foxit.com/assets/js/jquery.min.... https://www.foxit.com/assets/js/jquery.min.js?v=04220910-76 — 200 — 33.5 KiB — 67 ms — h2https://www.foxit.com/assets/js/foxit-common.js?v=04220910-76www.foxit.com/assets/js/foxit-commo... https://www.foxit.com/assets/js/foxit-common.js?v=04220910-76 — 200 — 3.5 KiB — 63 ms — h2https://cdn.evgnet.com/beacon/foxit/foxit_prod/scripts/evergage.min.js?v=04220910-76cdn.evgnet.com/beacon/foxit/foxit_p... https://cdn.evgnet.com/beacon/foxit/foxit_prod/scripts/evergage.min.js?v=04220910-76 — 200 — 55.1 KiB — 14 ms — h2https://www.foxit.com/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.jswww.foxit.com/cdn-cgi/scripts/5c5dd... https://www.foxit.com/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js — 200 — 731 B — 59 ms — h2https://www.foxit.com/_next/static/chunks/04220910-76/webpack-668e7a01b5fbd6dd.jswww.foxit.com/_next/static/chunks/0... https://www.foxit.com/_next/static/chunks/04220910-76/webpack-668e7a01b5fbd6dd.js — 200 — 12.4 KiB — 34 ms — h2https://www.foxit.com/_next/static/chunks/04220910-76/fd9d1056-92a11bf6171c44da.jswww.foxit.com/_next/static/chunks/0... https://www.foxit.com/_next/static/chunks/04220910-76/fd9d1056-92a11bf6171c44da.js — 200 — 52.8 KiB — 36 ms — h2https://www.foxit.com/_next/static/chunks/04220910-76/52117-fcd827446567e427.jswww.foxit.com/_next/static/chunks/0... https://www.foxit.com/_next/static/chunks/04220910-76/52117-fcd827446567e427.js — 200 — 31.4 KiB — 94 ms — h2https://www.foxit.com/_next/static/chunks/04220910-76/main-app-4d0b896e2b14467f.jswww.foxit.com/_next/static/chunks/0... https://www.foxit.com/_next/static/chunks/04220910-76/main-app-4d0b896e2b14467f.js — 200 — 309 B — 37 ms — h2https://www.foxit.com/_next/static/chunks/04220910-76/56739-00da273a547a7a18.jswww.foxit.com/_next/static/chunks/0... https://www.foxit.com/_next/static/chunks/04220910-76/56739-00da273a547a7a18.js — 200 — 5.3 KiB — 44 ms — h2https://www.foxit.com/_next/static/chunks/04220910-76/27648-49432f162f784b1d.jswww.foxit.com/_next/static/chunks/0... https://www.foxit.com/_next/static/chunks/04220910-76/27648-49432f162f784b1d.js — 200 — 6.8 KiB — 54 ms — h2https://www.foxit.com/_next/static/chunks/04220910-76/38106-969d820559cfa657.jswww.foxit.com/_next/static/chunks/0... https://www.foxit.com/_next/static/chunks/04220910-76/38106-969d820559cfa657.js — 200 — 8.4 KiB — 45 ms — h2https://www.foxit.com/_next/static/chunks/04220910-76/83464-0bd3f456ae1ded9e.jswww.foxit.com/_next/static/chunks/0... https://www.foxit.com/_next/static/chunks/04220910-76/83464-0bd3f456ae1ded9e.js — 200 — 14.1 KiB — 48 ms — h2https://www.foxit.com/_next/static/chunks/04220910-76/26580-d6a491b4cf7b578c.jswww.foxit.com/_next/static/chunks/0... https://www.foxit.com/_next/static/chunks/04220910-76/26580-d6a491b4cf7b578c.js — 200 — 2.6 KiB — 46 ms — h2https://www.foxit.com/_next/static/chunks/04220910-76/19775-b2b347a4bdb37af7.jswww.foxit.com/_next/static/chunks/0... https://www.foxit.com/_next/static/chunks/04220910-76/19775-b2b347a4bdb37af7.js — 200 — 61.2 KiB — 131 ms — h2https://www.foxit.com/_next/static/chunks/04220910-76/98668-fc24cf20fe3edfaa.jswww.foxit.com/_next/static/chunks/0... https://www.foxit.com/_next/static/chunks/04220910-76/98668-fc24cf20fe3edfaa.js — 200 — 17.0 KiB — 90 ms — h2https://www.foxit.com/_next/static/chunks/04220910-76/29501-cf59c5f49fcb2496.jswww.foxit.com/_next/static/chunks/0... https://www.foxit.com/_next/static/chunks/04220910-76/29501-cf59c5f49fcb2496.js — 200 — 9.2 KiB — 89 ms — h2https://www.foxit.com/_next/static/chunks/04220910-76/68829-0d5db6cda2d93058.jswww.foxit.com/_next/static/chunks/0... https://www.foxit.com/_next/static/chunks/04220910-76/68829-0d5db6cda2d93058.js — 200 — 5.2 KiB — 50 ms — h2https://www.foxit.com/_next/static/chunks/04220910-76/65878-6ddc26975210ccf5.jswww.foxit.com/_next/static/chunks/0... https://www.foxit.com/_next/static/chunks/04220910-76/65878-6ddc26975210ccf5.js — 200 — 5.2 KiB — 40 ms — h2https://www.foxit.com/_next/static/chunks/04220910-76/85883-e12719f1b820107b.jswww.foxit.com/_next/static/chunks/0... https://www.foxit.com/_next/static/chunks/04220910-76/85883-e12719f1b820107b.js — 200 — 2.5 KiB — 37 ms — h2https://www.foxit.com/_next/static/chunks/04220910-76/89915-e66a89e9ec637a7c.jswww.foxit.com/_next/static/chunks/0... https://www.foxit.com/_next/static/chunks/04220910-76/89915-e66a89e9ec637a7c.js — 200 — 13.2 KiB — 95 ms — h2https://www.foxit.com/_next/static/chunks/04220910-76/46075-773c06dcc5a2cf5d.jswww.foxit.com/_next/static/chunks/0... https://www.foxit.com/_next/static/chunks/04220910-76/46075-773c06dcc5a2cf5d.js — 200 — 2.0 KiB — 47 ms — h2https://www.foxit.com/_next/static/chunks/04220910-76/72188-deb95dabe712ca41.jswww.foxit.com/_next/static/chunks/0... https://www.foxit.com/_next/static/chunks/04220910-76/72188-deb95dabe712ca41.js — 200 — 38.0 KiB — 121 ms — h2https://www.foxit.com/_next/static/chunks/04220910-76/88003-be3796b3ed9d49be.jswww.foxit.com/_next/static/chunks/0... https://www.foxit.com/_next/static/chunks/04220910-76/88003-be3796b3ed9d49be.js — 200 — 2.4 KiB — 69 ms — h2https://www.foxit.com/_next/static/chunks/04220910-76/19528-975b74f324d9a44a.jswww.foxit.com/_next/static/chunks/0... https://www.foxit.com/_next/static/chunks/04220910-76/19528-975b74f324d9a44a.js — 200 — 18.0 KiB — 75 ms — h2https://www.foxit.com/_next/static/chunks/04220910-76/91849-ecac39cb64afa182.jswww.foxit.com/_next/static/chunks/0... https://www.foxit.com/_next/static/chunks/04220910-76/91849-ecac39cb64afa182.js — 200 — 5.7 KiB — 55 ms — h2https://www.foxit.com/_next/static/chunks/04220910-76/6406-a534f8ecde81c687.jswww.foxit.com/_next/static/chunks/0... https://www.foxit.com/_next/static/chunks/04220910-76/6406-a534f8ecde81c687.js — 200 — 15.9 KiB — 90 ms — h2https://www.foxit.com/_next/static/chunks/04220910-76/53950-f785bd7b80daf248.jswww.foxit.com/_next/static/chunks/0... https://www.foxit.com/_next/static/chunks/04220910-76/53950-f785bd7b80daf248.js — 200 — 2.9 KiB — 51 ms — h2https://www.foxit.com/_next/static/chunks/04220910-76/63169-dea818b8712ce1e3.jswww.foxit.com/_next/static/chunks/0... https://www.foxit.com/_next/static/chunks/04220910-76/63169-dea818b8712ce1e3.js — 200 — 3.4 KiB — 55 ms — h2https://www.foxit.com/_next/static/chunks/04220910-76/70684-b15ec936d87d9f4e.jswww.foxit.com/_next/static/chunks/0... https://www.foxit.com/_next/static/chunks/04220910-76/70684-b15ec936d87d9f4e.js — 200 — 3.1 KiB — 83 ms — h2https://www.foxit.com/_next/static/chunks/04220910-76/81302-6b3da4dd5b6c8aa0.jswww.foxit.com/_next/static/chunks/0... https://www.foxit.com/_next/static/chunks/04220910-76/81302-6b3da4dd5b6c8aa0.js — 200 — 15.6 KiB — 91 ms — h2https://www.foxit.com/_next/static/chunks/04220910-76/45323-7adfab2795d74ab1.jswww.foxit.com/_next/static/chunks/0... https://www.foxit.com/_next/static/chunks/04220910-76/45323-7adfab2795d74ab1.js — 200 — 12.8 KiB — 94 ms — h2https://www.foxit.com/_next/static/chunks/04220910-76/90420-735ae0874675d886.jswww.foxit.com/_next/static/chunks/0... https://www.foxit.com/_next/static/chunks/04220910-76/90420-735ae0874675d886.js — 200 — 6.3 KiB — 51 ms — h2https://www.foxit.com/_next/static/chunks/04220910-76/57709-8a0d04b82afe29fd.jswww.foxit.com/_next/static/chunks/0... https://www.foxit.com/_next/static/chunks/04220910-76/57709-8a0d04b82afe29fd.js — 200 — 18.2 KiB — 100 ms — h2https://www.foxit.com/_next/static/chunks/04220910-76/6453-fbbf89fd4a762186.jswww.foxit.com/_next/static/chunks/0... https://www.foxit.com/_next/static/chunks/04220910-76/6453-fbbf89fd4a762186.js — 200 — 22.6 KiB — 108 ms — h2https://www.foxit.com/_next/static/chunks/04220910-76/15997-ab4fb602dfa23428.jswww.foxit.com/_next/static/chunks/0... https://www.foxit.com/_next/static/chunks/04220910-76/15997-ab4fb602dfa23428.js — 200 — 10.3 KiB — 97 ms — h2https://www.foxit.com/_next/static/chunks/04220910-76/app/%5Blocale%5D/page-1f03779dc5ceb5cc.jswww.foxit.com/_next/static/chunks/0... https://www.foxit.com/_next/static/chunks/04220910-76/app/%5Blocale%5D/page-1f03779dc5ceb5cc.js — 200 — 15.6 KiB — 108 ms — h2https://www.foxit.com/_next/static/chunks/04220910-76/app/not-found-6f3331ce52906a04.jswww.foxit.com/_next/static/chunks/0... https://www.foxit.com/_next/static/chunks/04220910-76/app/not-found-6f3331ce52906a04.js — 200 — 11.5 KiB — 94 ms — h2https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516static.cloudflareinsights.com/beaco... https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516 — 200 — 10.7 KiB — 118 ms — h2https://www.foxit.com/assets/images/home-page/analyst-recognition-bg.avifwww.foxit.com/assets/images/home-pa... https://www.foxit.com/assets/images/home-page/analyst-recognition-bg.avif — 200 — 1.8 KiB — 102 ms — h2https://www.foxit.com/assets/images/home-page/security-section-bg.webpwww.foxit.com/assets/images/home-pa... https://www.foxit.com/assets/images/home-page/security-section-bg.webp — 200 — 41.3 KiB — 105 ms — h2https://www.foxit.com/assets/images/home-page/tools-tailored-bg.avifwww.foxit.com/assets/images/home-pa... https://www.foxit.com/assets/images/home-page/tools-tailored-bg.avif — 200 — 27.2 KiB — 100 ms — h2https://www.foxit.com/assets/images/home-page/tools-tailored-item-bg.avifwww.foxit.com/assets/images/home-pa... https://www.foxit.com/assets/images/home-page/tools-tailored-item-bg.avif — 200 — 6.1 KiB — 104 ms — h2https://www.foxit.com/assets/images/ai/Ai-Assistant.svgwww.foxit.com/assets/images/ai/Ai-A... https://www.foxit.com/assets/images/ai/Ai-Assistant.svg — 200 — 995 B — 99 ms — h2https://www.foxit.com/assets/images/ad/navAd/doMoreWithAI.webpwww.foxit.com/assets/images/ad/navA... https://www.foxit.com/assets/images/ad/navAd/doMoreWithAI.webp — 200 — 20.8 KiB — 79 ms — h2https://www.foxit.com/assets/images/maskot_header.webpwww.foxit.com/assets/images/maskot_... https://www.foxit.com/assets/images/maskot_header.webp — 200 — 9.8 KiB — 73 ms — h2https://www.foxit.com/assets/images/homeSlider/sliderBg2.avifwww.foxit.com/assets/images/homeSli... https://www.foxit.com/assets/images/homeSlider/sliderBg2.avif — 200 — 1.7 KiB — 74 ms — h2https://www.foxit.com/assets/images/homeSlider/slider2.avifwww.foxit.com/assets/images/homeSli... https://www.foxit.com/assets/images/homeSlider/slider2.avif — 200 — 51.0 KiB — 80 ms — h2https://www.foxit.com/assets/images/homeSlider/sliderBg1.avifwww.foxit.com/assets/images/homeSli... https://www.foxit.com/assets/images/homeSlider/sliderBg1.avif — 200 — 21.8 KiB — 83 ms — h2https://www.foxit.com/assets/images/homeSlider/slider1.avifwww.foxit.com/assets/images/homeSli... https://www.foxit.com/assets/images/homeSlider/slider1.avif — 200 — 29.8 KiB — 75 ms — h2https://www.foxit.com/assets/images/homeSlider/sliderBg3.avifwww.foxit.com/assets/images/homeSli... https://www.foxit.com/assets/images/homeSlider/sliderBg3.avif — 200 — 1.7 KiB — 81 ms — h2https://www.foxit.com/assets/images/partners/AmazonKindleLogo.svgwww.foxit.com/assets/images/partner... https://www.foxit.com/assets/images/partners/AmazonKindleLogo.svg — 200 — 3.3 KiB — 113 ms — h2https://www.foxit.com/assets/images/partners/DellLogo.svgwww.foxit.com/assets/images/partner... https://www.foxit.com/assets/images/partners/DellLogo.svg — 200 — 689 B — 108 ms — h2https://www.foxit.com/assets/images/partners/IntelLogo.svgwww.foxit.com/assets/images/partner... https://www.foxit.com/assets/images/partners/IntelLogo.svg — 200 — 1.5 KiB — 85 ms — h2https://www.foxit.com/assets/images/partners/GoogleLogo.svgwww.foxit.com/assets/images/partner... https://www.foxit.com/assets/images/partners/GoogleLogo.svg — 200 — 3.0 KiB — 103 ms — h2https://www.foxit.com/assets/images/partners/LenovoLogo.svgwww.foxit.com/assets/images/partner... https://www.foxit.com/assets/images/partners/LenovoLogo.svg — 200 — 1.0 KiB — 109 ms — h2https://www.foxit.com/assets/images/partners/JPMorganChaseLogo.svgwww.foxit.com/assets/images/partner... https://www.foxit.com/assets/images/partners/JPMorganChaseLogo.svg — 200 — 8.0 KiB — 96 ms — h2https://www.foxit.com/assets/images/partners/VoithLogo.svgwww.foxit.com/assets/images/partner... https://www.foxit.com/assets/images/partners/VoithLogo.svg — 200 — 701 B — 93 ms — h2https://www.foxit.com/assets/images/partners/MicrosoftLogo.svgwww.foxit.com/assets/images/partner... https://www.foxit.com/assets/images/partners/MicrosoftLogo.svg — 200 — 1.8 KiB — 86 ms — h2https://www.foxit.com/assets/images/partners/NasdaqLogo.svgwww.foxit.com/assets/images/partner... https://www.foxit.com/assets/images/partners/NasdaqLogo.svg — 200 — 1.3 KiB — 98 ms — h2https://www.foxit.com/assets/images/partners/HiltonLogo.svgwww.foxit.com/assets/images/partner... https://www.foxit.com/assets/images/partners/HiltonLogo.svg — 200 — 1.6 KiB — 109 ms — h2https://www.foxit.com/assets/images/partners/OneGasLogo.svgwww.foxit.com/assets/images/partner... https://www.foxit.com/assets/images/partners/OneGasLogo.svg — 200 — 3.2 KiB — 104 ms — h2https://www.foxit.com/assets/images/partners/MieleLogo.svgwww.foxit.com/assets/images/partner... https://www.foxit.com/assets/images/partners/MieleLogo.svg — 200 — 688 B — 115 ms — h2https://www.foxit.com/assets/images/partners/CanadaWordmarkLogo.svgwww.foxit.com/assets/images/partner... https://www.foxit.com/assets/images/partners/CanadaWordmarkLogo.svg — 200 — 1.4 KiB — 102 ms — h2https://www.foxit.com/_next/image/?url=%2Fassets%2Fimages%2Fhome-page%2Fpdf-solutions%2F1.webp&w=750&q=75www.foxit.com/_next/image/?url=%2Fa... https://www.foxit.com/_next/image/?url=%2Fassets%2Fimages%2Fhome-page%2Fpdf-solutions%2F1.webp&w=750&q=75 — 200 — 36.4 KiB — 146 ms — h2https://www.foxit.com/assets/images/home-page/pdf-solutions/icon-1-1.svgwww.foxit.com/assets/images/home-pa... https://www.foxit.com/assets/images/home-page/pdf-solutions/icon-1-1.svg — 200 — 1.2 KiB — 111 ms — h2https://www.foxit.com/assets/images/home-page/pdf-solutions/icon-1-2.svgwww.foxit.com/assets/images/home-pa... https://www.foxit.com/assets/images/home-page/pdf-solutions/icon-1-2.svg — 200 — 1.0 KiB — 95 ms — h2https://www.foxit.com/assets/images/home-page/pdf-solutions/icon-1-3.svgwww.foxit.com/assets/images/home-pa... https://www.foxit.com/assets/images/home-page/pdf-solutions/icon-1-3.svg — 200 — 873 B — 117 ms — h2https://www.foxit.com/assets/images/home-page/pdf-solutions/icon-1-4.svgwww.foxit.com/assets/images/home-pa... https://www.foxit.com/assets/images/home-page/pdf-solutions/icon-1-4.svg — 200 — 1009 B — 112 ms — h2https://www.foxit.com/assets/images/home-page/analyst-recognition-1.webpwww.foxit.com/assets/images/home-pa... https://www.foxit.com/assets/images/home-page/analyst-recognition-1.webp — 200 — 7.3 KiB — 97 ms — h2https://www.foxit.com/assets/images/home-page/analyst-recognition-2.webpwww.foxit.com/assets/images/home-pa... https://www.foxit.com/assets/images/home-page/analyst-recognition-2.webp — 200 — 5.3 KiB — 85 ms — h2https://www.foxit.com/assets/images/home-page/analyst-recognition-3.webpwww.foxit.com/assets/images/home-pa... https://www.foxit.com/assets/images/home-page/analyst-recognition-3.webp — 200 — 5.5 KiB — 87 ms — h2https://www.foxit.com/_next/image/?url=%2Fassets%2Fimages%2Fhome-page%2Fsecurity-section-logo-1.webp&w=256&q=75www.foxit.com/_next/image/?url=%2Fa... https://www.foxit.com/_next/image/?url=%2Fassets%2Fimages%2Fhome-page%2Fsecurity-section-logo-1.webp&w=256&q=75 — 200 — 2.7 KiB — 141 ms — h2https://www.foxit.com/_next/image/?url=%2Fassets%2Fimages%2Fhome-page%2Fsecurity-section-logo-2.webp&w=256&q=75www.foxit.com/_next/image/?url=%2Fa... https://www.foxit.com/_next/image/?url=%2Fassets%2Fimages%2Fhome-page%2Fsecurity-section-logo-2.webp&w=256&q=75 — 200 — 3.5 KiB — 136 ms — h2https://www.foxit.com/_next/image/?url=%2Fassets%2Fimages%2Fhome-page%2Fsecurity-section-logo-4.webp&w=256&q=75www.foxit.com/_next/image/?url=%2Fa... https://www.foxit.com/_next/image/?url=%2Fassets%2Fimages%2Fhome-page%2Fsecurity-section-logo-4.webp&w=256&q=75 — 200 — 3.6 KiB — 138 ms — h2https://www.foxit.com/_next/image/?url=%2Fassets%2Fimages%2Fhome-page%2Fsecurity-section-logo-5.webp&w=256&q=75www.foxit.com/_next/image/?url=%2Fa... https://www.foxit.com/_next/image/?url=%2Fassets%2Fimages%2Fhome-page%2Fsecurity-section-logo-5.webp&w=256&q=75 — 200 — 3.3 KiB — 142 ms — h2https://www.foxit.com/_next/image/?url=%2Fassets%2Fimages%2Fhome-page%2Fsecurity-section-logo-6.webp&w=256&q=75www.foxit.com/_next/image/?url=%2Fa... https://www.foxit.com/_next/image/?url=%2Fassets%2Fimages%2Fhome-page%2Fsecurity-section-logo-6.webp&w=256&q=75 — 200 — 4.1 KiB — 132 ms — h2https://www.foxit.com/_next/static/media/slick.653a4cbb.woffwww.foxit.com/_next/static/media/sl... https://www.foxit.com/_next/static/media/slick.653a4cbb.woff — 200 — 1.5 KiB — 64 ms — h2https://www.foxit.com/cdn-cgi/challenge-platform/scripts/jsd/main.jswww.foxit.com/cdn-cgi/challenge-pla... https://www.foxit.com/cdn-cgi/challenge-platform/scripts/jsd/main.js — 302 — 378 B — 84 ms — h2https://www.foxit.com/cdn-cgi/challenge-platform/h/b/scripts/jsd/0b8fb825cb67/main.js?www.foxit.com/cdn-cgi/challenge-pla... https://www.foxit.com/cdn-cgi/challenge-platform/h/b/scripts/jsd/0b8fb825cb67/main.js? — 200 — 11.3 KiB — 21 ms — h2https://www.foxit.com/cdn-cgi/rum?www.foxit.com/cdn-cgi/rum? https://www.foxit.com/cdn-cgi/rum? — 204 — 165 B — 20 ms — h2https://www.foxit.com/cdn-cgi/challenge-platform/h/b/jsd/oneshot/0b8fb825cb67/0.15003100145269122:1776899610:ocN79iLeoMzLIrbO7RufIK3kxf6HJgAQAGMI3HucTfc/9f0893ee1a17d87ewww.foxit.com/cdn-cgi/challenge-pla... https://www.foxit.com/cdn-cgi/challenge-platform/h/b/jsd/oneshot/0b8fb825cb67/0.15003100145269122:1776899610:ocN79iLeoMzLIrbO7RufIK3kxf6HJgAQAGMI3HucTfc/9f0893ee1a17d87e — 200 — 1.2 KiB — 24 ms — h2https://www.foxit.com/favicon.icowww.foxit.com/favicon.ico https://www.foxit.com/favicon.ico — 200 — 1.7 KiB — 29 ms — h2https://dev.visualwebsiteoptimizer.com/j.php?a=717193&u=https%3A%2F%2Fwww.foxit.com%2F&vn=2.2&ph=1&st=1511.1999998092651&x=truedev.visualwebsiteoptimizer.com/j.ph... https://dev.visualwebsiteoptimizer.com/j.php?a=717193&u=https%3A%2F%2Fwww.foxit.com%2F&vn=2.2&ph=1&st=1511.1999998092651&x=true — 200 — 19.8 KiB — 105 ms — h2https://www.googletagmanager.com/ns.html?id=GTM-T7ZBJNwww.googletagmanager.com/ns.html?id... https://www.googletagmanager.com/ns.html?id=GTM-T7ZBJN — 200 — 388 B — 89 ms — h2https://www.googletagmanager.com/ns.html?id=GTM-MXLFG6RZwww.googletagmanager.com/ns.html?id... https://www.googletagmanager.com/ns.html?id=GTM-MXLFG6RZ — 200 — 437 B — 83 ms — h2https://www.foxit.com/_next/static/chunks/04220910-76/icon-LogoIcon-dbc3c2c74bfa13fa.jswww.foxit.com/_next/static/chunks/0... https://www.foxit.com/_next/static/chunks/04220910-76/icon-LogoIcon-dbc3c2c74bfa13fa.js — 200 — 1.7 KiB — 30 ms — h2https://www.foxit.com/_next/static/chunks/04220910-76/icon-DirectionDownSingleIcon-2a7d8fba9e8be20b.jswww.foxit.com/_next/static/chunks/0... https://www.foxit.com/_next/static/chunks/04220910-76/icon-DirectionDownSingleIcon-2a7d8fba9e8be20b.js — 200 — 409 B — 29 ms — h2https://www.foxit.com/_next/static/chunks/04220910-76/icon-PdfLogoICon-4579455960891a84.jswww.foxit.com/_next/static/chunks/0... https://www.foxit.com/_next/static/chunks/04220910-76/icon-PdfLogoICon-4579455960891a84.js — 200 — 758 B — 29 ms — h2https://www.foxit.com/_next/static/chunks/04220910-76/icon-LinkArrowIcon-d83493abbdeaea04.jswww.foxit.com/_next/static/chunks/0... https://www.foxit.com/_next/static/chunks/04220910-76/icon-LinkArrowIcon-d83493abbdeaea04.js — 200 — 539 B — 29 ms — h2https://www.foxit.com/_next/static/chunks/04220910-76/icon-PdfLogoOutlineIcon-b29787a5644ca65f.jswww.foxit.com/_next/static/chunks/0... https://www.foxit.com/_next/static/chunks/04220910-76/icon-PdfLogoOutlineIcon-b29787a5644ca65f.js — 200 — 755 B — 29 ms — h2https://www.foxit.com/_next/static/chunks/04220910-76/icon-CartHeaderIcon-782463a85186c556.jswww.foxit.com/_next/static/chunks/0... https://www.foxit.com/_next/static/chunks/04220910-76/icon-CartHeaderIcon-782463a85186c556.js — 200 — 649 B — 27 ms — h2https://www.foxit.com/_next/static/chunks/04220910-76/icon-BurgerIcon-db7be85356324a0f.jswww.foxit.com/_next/static/chunks/0... https://www.foxit.com/_next/static/chunks/04220910-76/icon-BurgerIcon-db7be85356324a0f.js — 200 — 563 B — 27 ms — h2https://www.foxit.com/_next/static/chunks/04220910-76/icon-CloudApplicationsIcon-bc5a73f60a0d88f4.jswww.foxit.com/_next/static/chunks/0... https://www.foxit.com/_next/static/chunks/04220910-76/icon-CloudApplicationsIcon-bc5a73f60a0d88f4.js — 200 — 605 B — 31 ms — h2https://www.foxit.com/_next/static/chunks/04220910-76/icon-StarIcon-6d820ee9ee2d62aa.jswww.foxit.com/_next/static/chunks/0... https://www.foxit.com/_next/static/chunks/04220910-76/icon-StarIcon-6d820ee9ee2d62aa.js — 200 — 709 B — 28 ms — h2https://www.foxit.com/_next/static/chunks/04220910-76/icon-CheckOutlinedIcon-d94189ec8f4d45bd.jswww.foxit.com/_next/static/chunks/0... https://www.foxit.com/_next/static/chunks/04220910-76/icon-CheckOutlinedIcon-d94189ec8f4d45bd.js — 200 — 638 B — 29 ms — h2https://www.foxit.com/_next/static/chunks/04220910-76/icon-AIFoxitIcon-e2f0a3f06a56ba54.jswww.foxit.com/_next/static/chunks/0... https://www.foxit.com/_next/static/chunks/04220910-76/icon-AIFoxitIcon-e2f0a3f06a56ba54.js — 200 — 990 B — 28 ms — h2https://www.foxit.com/_next/static/chunks/04220910-76/icon-HomePageGartnerLogo-51589d09355bf2cf.jswww.foxit.com/_next/static/chunks/0... https://www.foxit.com/_next/static/chunks/04220910-76/icon-HomePageGartnerLogo-51589d09355bf2cf.js — 200 — 1.1 KiB — 28 ms — h2https://www.foxit.com/_next/static/chunks/04220910-76/icon-ComparisonStartSolidIcon-80fc7a4806b2ee24.jswww.foxit.com/_next/static/chunks/0... https://www.foxit.com/_next/static/chunks/04220910-76/icon-ComparisonStartSolidIcon-80fc7a4806b2ee24.js — 200 — 2.2 KiB — 28 ms — h2https://www.foxit.com/_next/static/chunks/04220910-76/icon-HomePageG2Logo-5f586f89af234253.jswww.foxit.com/_next/static/chunks/0... https://www.foxit.com/_next/static/chunks/04220910-76/icon-HomePageG2Logo-5f586f89af234253.js — 200 — 742 B — 28 ms — h2https://www.foxit.com/_next/static/chunks/04220910-76/icon-YoutubeIcon-1c767100466cf70d.jswww.foxit.com/_next/static/chunks/0... https://www.foxit.com/_next/static/chunks/04220910-76/icon-YoutubeIcon-1c767100466cf70d.js — 200 — 501 B — 27 ms — h2https://www.foxit.com/_next/static/chunks/04220910-76/icon-LinkedInIcon-96cccd17d6fe13cb.jswww.foxit.com/_next/static/chunks/0... https://www.foxit.com/_next/static/chunks/04220910-76/icon-LinkedInIcon-96cccd17d6fe13cb.js — 200 — 534 B — 27 ms — h2https://www.foxit.com/_next/static/chunks/04220910-76/icon-FacebookIcon-75cbe88777ddabbc.jswww.foxit.com/_next/static/chunks/0... https://www.foxit.com/_next/static/chunks/04220910-76/icon-FacebookIcon-75cbe88777ddabbc.js — 200 — 443 B — 28 ms — h2https://www.foxit.com/_next/static/chunks/04220910-76/icon-TwitterIcon-ef731d140799503b.jswww.foxit.com/_next/static/chunks/0... https://www.foxit.com/_next/static/chunks/04220910-76/icon-TwitterIcon-ef731d140799503b.js — 200 — 825 B — 31 ms — h2https://www.foxit.com/_next/static/chunks/04220910-76/icon-GlobeIcon-240343f8e33068fa.jswww.foxit.com/_next/static/chunks/0... https://www.foxit.com/_next/static/chunks/04220910-76/icon-GlobeIcon-240343f8e33068fa.js — 200 — 522 B — 28 ms — h2https://www.foxit.com/_next/static/chunks/04220910-76/icon-ChevronDownIcon-f2ef0fde7dd82065.jswww.foxit.com/_next/static/chunks/0... https://www.foxit.com/_next/static/chunks/04220910-76/icon-ChevronDownIcon-f2ef0fde7dd82065.js — 200 — 515 B — 32 ms — h2https://www.foxit.com/_next/static/chunks/04220910-76/icon-ArrowRightIcon-e2a3c0aac0959f56.jswww.foxit.com/_next/static/chunks/0... https://www.foxit.com/_next/static/chunks/04220910-76/icon-ArrowRightIcon-e2a3c0aac0959f56.js — 200 — 536 B — 31 ms — h2https://www.googleadservices.com/pagead/conversion/1072304130/?value=&label=VA88CJSrgc0DEIKgqP8D&url=https%3A%2F%2Fwww.foxit.com%2F&guid=ON&script=0www.googleadservices.com/pagead/con... https://www.googleadservices.com/pagead/conversion/1072304130/?value=&label=VA88CJSrgc0DEIKgqP8D&url=https%3A%2F%2Fwww.foxit.com%2F&guid=ON&script=0 — 302 — 23 B — 82 ms — h3https://www.foxit.com/assets/images/home-page/integrates-carousel-line-bg.svgwww.foxit.com/assets/images/home-pa... https://www.foxit.com/assets/images/home-page/integrates-carousel-line-bg.svg — 200 — 380 B — 29 ms — h2https://googleads.g.doubleclick.net/pagead/viewthroughconversion/1072304130/?value=&label=VA88CJSrgc0DEIKgqP8D&url=https%3A%2F%2Fwww.foxit.com%2F&guid=ON&script=0&ct_cookie_present=false&random=1424204913&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiw3rECCIDbsQI&cerd=CgEA&fsk=ChEI8OOhzwYQy-2I0MH1tu65ARIsADfqr1W7wS-FLR8lRdZmjYtutUyU3AFGXmRjcHzRRLV9HlpPWik33-IfOI4aAr-H&pscrd=IhMIz-e__dSClAMVxEakBB2mRwluMgwIA2IICAAQABgAIAAyDAgEYggIABAAGAAgADIMCAdiCAgAEAAYACAAMgwICGIICAAQABgAIAAyDAgJYggIABAAGAAgADIMCApiCAgAEAAYACAAMgwIAmIICAAQABgAIAAyDAgLYggIABAAGAAgADIMCBViCAgAEAAYACAAMgwIH2IICAAQABgAIAAyDAgTYggIABAAGAAgADIMCBJiCAgAEAAYACAAOiFodHRwczovL3d3dy5nb29nbGV0YWdtYW5hZ2VyLmNvbS96DAgJYggIABAAGAAgAAgoogleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/viewthroughconversion/1072304130/?value=&label=VA88CJSrgc0DEIKgqP8D&url=https%3A%2F%2Fwww.foxit.com%2F&guid=ON&script=0&ct_cookie_present=false&random=1424204913&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiw3rECCIDbsQI&cerd=CgEA&fsk=ChEI8OOhzwYQy-2I0MH1tu65ARIsADfqr1W7wS-FLR8lRdZmjYtutUyU3AFGXmRjcHzRRLV9HlpPWik33-IfOI4aAr-H&pscrd=IhMIz-e__dSClAMVxEakBB2mRwluMgwIA2IICAAQABgAIAAyDAgEYggIABAAGAAgADIMCAdiCAgAEAAYACAAMgwICGIICAAQABgAIAAyDAgJYggIABAAGAAgADIMCApiCAgAEAAYACAAMgwIAmIICAAQABgAIAAyDAgLYggIABAAGAAgADIMCBViCAgAEAAYACAAMgwIH2IICAAQABgAIAAyDAgTYggIABAAGAAgADIMCBJiCAgAEAAYACAAOiFodHRwczovL3d3dy5nb29nbGV0YWdtYW5hZ2VyLmNvbS96DAgJYggIABAAGAAgAA — 302 — 24 B — 92 ms — h3https://www.foxit.com/_next/static/chunks/04220910-76/icon-UserMenuIcon-7be1e53a3550f326.jswww.foxit.com/_next/static/chunks/0... https://www.foxit.com/_next/static/chunks/04220910-76/icon-UserMenuIcon-7be1e53a3550f326.js — 200 — 548 B — 30 ms — h2https://www.foxit.com/_next/image/?url=%2Fassets%2Fimages%2Fhome-page%2Fintegrates-carousel%2Ficons%2Fpaycor.webp&w=48&q=75www.foxit.com/_next/image/?url=%2Fa... https://www.foxit.com/_next/image/?url=%2Fassets%2Fimages%2Fhome-page%2Fintegrates-carousel%2Ficons%2Fpaycor.webp&w=48&q=75 — 200 — 777 B — 119 ms — h2https://www.foxit.com/_next/image/?url=%2Fassets%2Fimages%2Fhome-page%2Fintegrates-carousel%2Ficons%2Frippling.webp&w=48&q=75www.foxit.com/_next/image/?url=%2Fa... https://www.foxit.com/_next/image/?url=%2Fassets%2Fimages%2Fhome-page%2Fintegrates-carousel%2Ficons%2Frippling.webp&w=48&q=75 — 200 — 1.2 KiB — 117 ms — h2https://www.foxit.com/_next/image/?url=%2Fassets%2Fimages%2Fhome-page%2Fintegrates-carousel%2Ficons%2Ftrinet.webp&w=48&q=75www.foxit.com/_next/image/?url=%2Fa... https://www.foxit.com/_next/image/?url=%2Fassets%2Fimages%2Fhome-page%2Fintegrates-carousel%2Ficons%2Ftrinet.webp&w=48&q=75 — 200 — 917 B — 120 ms — h2https://www.foxit.com/_next/image/?url=%2Fassets%2Fimages%2Fhome-page%2Fintegrates-carousel%2Ficons%2Fukg-pro.webp&w=48&q=75www.foxit.com/_next/image/?url=%2Fa... https://www.foxit.com/_next/image/?url=%2Fassets%2Fimages%2Fhome-page%2Fintegrates-carousel%2Ficons%2Fukg-pro.webp&w=48&q=75 — 200 — 1.2 KiB — 118 ms — h2https://www.foxit.com/_next/image/?url=%2Fassets%2Fimages%2Fhome-page%2Fintegrates-carousel%2Ficons%2Fzoho-people.webp&w=48&q=75www.foxit.com/_next/image/?url=%2Fa... https://www.foxit.com/_next/image/?url=%2Fassets%2Fimages%2Fhome-page%2Fintegrates-carousel%2Ficons%2Fzoho-people.webp&w=48&q=75 — 200 — 1.2 KiB — 125 ms — h2https://www.foxit.com/_next/image/?url=%2Fassets%2Fimages%2Fhome-page%2Fintegrates-carousel%2Ficons%2Favature.webp&w=48&q=75www.foxit.com/_next/image/?url=%2Fa... https://www.foxit.com/_next/image/?url=%2Fassets%2Fimages%2Fhome-page%2Fintegrates-carousel%2Ficons%2Favature.webp&w=48&q=75 — 200 — 720 B — 357 ms — h2https://www.foxit.com/_next/image/?url=%2Fassets%2Fimages%2Fhome-page%2Fintegrates-carousel%2Ficons%2Fbreezy-hr.webp&w=48&q=75www.foxit.com/_next/image/?url=%2Fa... https://www.foxit.com/_next/image/?url=%2Fassets%2Fimages%2Fhome-page%2Fintegrates-carousel%2Ficons%2Fbreezy-hr.webp&w=48&q=75 — 200 — 908 B — 335 ms — h2https://www.foxit.com/_next/image/?url=%2Fassets%2Fimages%2Fhome-page%2Fintegrates-carousel%2Ficons%2Fdeel.webp&w=48&q=75www.foxit.com/_next/image/?url=%2Fa... https://www.foxit.com/_next/image/?url=%2Fassets%2Fimages%2Fhome-page%2Fintegrates-carousel%2Ficons%2Fdeel.webp&w=48&q=75 — 200 — 951 B — 120 ms — h2https://www.foxit.com/_next/image/?url=%2Fassets%2Fimages%2Fhome-page%2Fintegrates-carousel%2Ficons%2Fgusto.webp&w=48&q=75www.foxit.com/_next/image/?url=%2Fa... https://www.foxit.com/_next/image/?url=%2Fassets%2Fimages%2Fhome-page%2Fintegrates-carousel%2Ficons%2Fgusto.webp&w=48&q=75 — 200 — 791 B — 121 ms — h2https://www.foxit.com/_next/image/?url=%2Fassets%2Fimages%2Fhome-page%2Fintegrates-carousel%2Ficons%2Fhibob.webp&w=48&q=75www.foxit.com/_next/image/?url=%2Fa... https://www.foxit.com/_next/image/?url=%2Fassets%2Fimages%2Fhome-page%2Fintegrates-carousel%2Ficons%2Fhibob.webp&w=48&q=75 — 200 — 916 B — 125 ms — h2https://www.foxit.com/_next/image/?url=%2Fassets%2Fimages%2Fhome-page%2Fintegrates-carousel%2Ficons%2Fnamely.webp&w=48&q=75www.foxit.com/_next/image/?url=%2Fa... https://www.foxit.com/_next/image/?url=%2Fassets%2Fimages%2Fhome-page%2Fintegrates-carousel%2Ficons%2Fnamely.webp&w=48&q=75 — 200 — 1.0 KiB — 123 ms — h2https://www.foxit.com/_next/image/?url=%2Fassets%2Fimages%2Fhome-page%2Fintegrates-carousel%2Ficons%2Foracle-cloud-human-capital-management-hcm.webp&w=48&q=75www.foxit.com/_next/image/?url=%2Fa... https://www.foxit.com/_next/image/?url=%2Fassets%2Fimages%2Fhome-page%2Fintegrates-carousel%2Ficons%2Foracle-cloud-human-capital-management-hcm.webp&w=48&q=75 — 200 — 1.8 KiB — 118 ms — h2https://www.foxit.com/_next/image/?url=%2Fassets%2Fimages%2Fhome-page%2Fintegrates-carousel%2Ficons%2Fpaylocity.webp&w=48&q=75www.foxit.com/_next/image/?url=%2Fa... https://www.foxit.com/_next/image/?url=%2Fassets%2Fimages%2Fhome-page%2Fintegrates-carousel%2Ficons%2Fpaylocity.webp&w=48&q=75 — 200 — 1.2 KiB — 346 ms — h2https://www.google.com/pagead/1p-conversion/1072304130/?value=&label=VA88CJSrgc0DEIKgqP8D&url=https%3A%2F%2Fwww.foxit.com%2F&guid=ON&script=0&ct_cookie_present=false&random=1424204913&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiw3rECCIDbsQI&cerd=CgEA&fsk=ChEI8OOhzwYQy-2I0MH1tu65ARIsADfqr1W7wS-FLR8lRdZmjYtutUyU3AFGXmRjcHzRRLV9HlpPWik33-IfOI4aAr-H&pscrd=IhMIz-e__dSClAMVxEakBB2mRwluMgwIA2IICAAQABgAIAAyDAgEYggIABAAGAAgADIMCAdiCAgAEAAYACAAMgwICGIICAAQABgAIAAyDAgJYggIABAAGAAgADIMCApiCAgAEAAYACAAMgwIAmIICAAQABgAIAAyDAgLYggIABAAGAAgADIMCBViCAgAEAAYACAAMgwIH2IICAAQABgAIAAyDAgTYggIABAAGAAgADIMCBJiCAgAEAAYACAAOiFodHRwczovL3d3dy5nb29nbGV0YWdtYW5hZ2VyLmNvbS96DAgJYggIABAAGAAgAA&is_vtc=1&cid=CAQSWwAFq6B92trBU5WIJp8-eDUBZz6372IM5AVgHl4l-1GxkZyrTJMKhDzBEEUaEggALs8wsCUFMIC2mdQ_shYGmOoNDgjVgW3_dq1cTe_6PJlH7KxBpIJo8pYCJ5I&random=2210397098www.google.com/pagead/1p-conversion... https://www.google.com/pagead/1p-conversion/1072304130/?value=&label=VA88CJSrgc0DEIKgqP8D&url=https%3A%2F%2Fwww.foxit.com%2F&guid=ON&script=0&ct_cookie_present=false&random=1424204913&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiw3rECCIDbsQI&cerd=CgEA&fsk=ChEI8OOhzwYQy-2I0MH1tu65ARIsADfqr1W7wS-FLR8lRdZmjYtutUyU3AFGXmRjcHzRRLV9HlpPWik33-IfOI4aAr-H&pscrd=IhMIz-e__dSClAMVxEakBB2mRwluMgwIA2IICAAQABgAIAAyDAgEYggIABAAGAAgADIMCAdiCAgAEAAYACAAMgwICGIICAAQABgAIAAyDAgJYggIABAAGAAgADIMCApiCAgAEAAYACAAMgwIAmIICAAQABgAIAAyDAgLYggIABAAGAAgADIMCBViCAgAEAAYACAAMgwIH2IICAAQABgAIAAyDAgTYggIABAAGAAgADIMCBJiCAgAEAAYACAAOiFodHRwczovL3d3dy5nb29nbGV0YWdtYW5hZ2VyLmNvbS96DAgJYggIABAAGAAgAA&is_vtc=1&cid=CAQSWwAFq6B92trBU5WIJp8-eDUBZz6372IM5AVgHl4l-1GxkZyrTJMKhDzBEEUaEggALs8wsCUFMIC2mdQ_shYGmOoNDgjVgW3_dq1cTe_6PJlH7KxBpIJo8pYCJ5I&random=2210397098 — 302 — 24 B — 83 ms — h3https://foxit.us-6.evergage.com/api2/event/foxit_prod?event=eyJzb3VyY2UiOnsicGFnZVR5cGUiOiJob21lIiwidXJsIjoiaHR0cHM6Ly93d3cuZm94aXQuY29tLyIsInVybFJlZmVycmVyIjoiIiwiY2hhbm5lbCI6IldlYiIsImJlYWNvblZlcnNpb24iOjE2LCJjb25maWdWZXJzaW9uIjoiMjA0IiwiY29udGVudFpvbmVzIjpbImdsb2JhbF9oZWFkZXJfYWQxIiwiZ2xvYmFsX2hlYWRlcl9hZDIiLCJnbG9iYWxfaGVhZGVyX2FkMyIsImZpeGVkQWRQYW5lbCIsIkFJQXJ0aWNsZXMiLCJmaXhlZFJpZ2h0QWRQYW5lbCIsIm5vdGlmaWNhdGlvbi1iYXIiLCJob21lcGFnZV9pbmxpbmVfbW9kdWxlIiwiaG9tZV9oZXJvIiwiaW5kZXhfYmFubmVyXzAiLCJpbmRleF9iYW5uZXJfMSIsImluZGV4X2Jhbm5lcl8yIiwiaW5kZXhfYmFubmVyXzMiXX0sInVzZXIiOnsiYW5vbnltb3VzSWQiOiIwNmJmYzc3NDBlZmM5YzFlIiwiYXR0cmlidXRlcyI6eyJSYW5kb21CdWNrZXROdW1iZXIiOjk1LCJQcmVmZXJyZWRMYW5ndWFnZSI6ImVuIn19LCJpbnRlcmFjdGlvbiI6eyJuYW1lIjoiVmlld2VkIEhvbWVwYWdlIn0sInBhZ2VWaWV3Ijp0cnVlLCJjb25zZW50cyI6W3sicHJvdmlkZXIiOiJDb25zZW50IFByb3ZpZGVyIiwicHVycG9zZSI6IlBlcnNvbmFsaXphdGlvbiIsInN0YXR1cyI6Ik9wdCBJbiJ9XSwiYWNjb3VudCI6e30sIl90b29sc0V2ZW50TGlua0lkIjoiOTQyNDE4OTMwOTYzMTUyMyIsImV4cGxhaW4iOnRydWV9foxit.us-6.evergage.com/api2/event/... https://foxit.us-6.evergage.com/api2/event/foxit_prod?event=eyJzb3VyY2UiOnsicGFnZVR5cGUiOiJob21lIiwidXJsIjoiaHR0cHM6Ly93d3cuZm94aXQuY29tLyIsInVybFJlZmVycmVyIjoiIiwiY2hhbm5lbCI6IldlYiIsImJlYWNvblZlcnNpb24iOjE2LCJjb25maWdWZXJzaW9uIjoiMjA0IiwiY29udGVudFpvbmVzIjpbImdsb2JhbF9oZWFkZXJfYWQxIiwiZ2xvYmFsX2hlYWRlcl9hZDIiLCJnbG9iYWxfaGVhZGVyX2FkMyIsImZpeGVkQWRQYW5lbCIsIkFJQXJ0aWNsZXMiLCJmaXhlZFJpZ2h0QWRQYW5lbCIsIm5vdGlmaWNhdGlvbi1iYXIiLCJob21lcGFnZV9pbmxpbmVfbW9kdWxlIiwiaG9tZV9oZXJvIiwiaW5kZXhfYmFubmVyXzAiLCJpbmRleF9iYW5uZXJfMSIsImluZGV4X2Jhbm5lcl8yIiwiaW5kZXhfYmFubmVyXzMiXX0sInVzZXIiOnsiYW5vbnltb3VzSWQiOiIwNmJmYzc3NDBlZmM5YzFlIiwiYXR0cmlidXRlcyI6eyJSYW5kb21CdWNrZXROdW1iZXIiOjk1LCJQcmVmZXJyZWRMYW5ndWFnZSI6ImVuIn19LCJpbnRlcmFjdGlvbiI6eyJuYW1lIjoiVmlld2VkIEhvbWVwYWdlIn0sInBhZ2VWaWV3Ijp0cnVlLCJjb25zZW50cyI6W3sicHJvdmlkZXIiOiJDb25zZW50IFByb3ZpZGVyIiwicHVycG9zZSI6IlBlcnNvbmFsaXphdGlvbiIsInN0YXR1cyI6Ik9wdCBJbiJ9XSwiYWNjb3VudCI6e30sIl90b29sc0V2ZW50TGlua0lkIjoiOTQyNDE4OTMwOTYzMTUyMyIsImV4cGxhaW4iOnRydWV9 — 200 — 5.7 KiB — 397 ms — h2https://dev.visualwebsiteoptimizer.com/cdn/edrv/worker-57f1b8d94a5f9167e9bcdcf861046428.br.jsdev.visualwebsiteoptimizer.com/cdn/... https://dev.visualwebsiteoptimizer.com/cdn/edrv/worker-57f1b8d94a5f9167e9bcdcf861046428.br.js — 200 — 71.7 KiB — 90 ms — h3https://dev.visualwebsiteoptimizer.com/cdn/edrv/va-0d398609368382a1131e30f81e20d39a.br.jsdev.visualwebsiteoptimizer.com/cdn/... https://dev.visualwebsiteoptimizer.com/cdn/edrv/va-0d398609368382a1131e30f81e20d39a.br.js — 200 — 111.6 KiB — 96 ms — h3https://dev.visualwebsiteoptimizer.com/v.gif?cd=0&a=717193&d=foxit.com&u=D289C0FBF7858EFB849602346B25839B1&h=a6111e3a7ec02e75d80273085b0fdd56&t=falsedev.visualwebsiteoptimizer.com/v.gi... https://dev.visualwebsiteoptimizer.com/v.gif?cd=0&a=717193&d=foxit.com&u=D289C0FBF7858EFB849602346B25839B1&h=a6111e3a7ec02e75d80273085b0fdd56&t=false — 200 — 147 B — 111 ms — h2https://www.google.es/pagead/1p-conversion/1072304130/?value=&label=VA88CJSrgc0DEIKgqP8D&url=https%3A%2F%2Fwww.foxit.com%2F&guid=ON&script=0&ct_cookie_present=false&random=1424204913&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiw3rECCIDbsQI&cerd=CgEA&fsk=ChEI8OOhzwYQy-2I0MH1tu65ARIsADfqr1W7wS-FLR8lRdZmjYtutUyU3AFGXmRjcHzRRLV9HlpPWik33-IfOI4aAr-H&is_vtc=1&cid=CAQSWwAFq6B92trBU5WIJp8-eDUBZz6372IM5AVgHl4l-1GxkZyrTJMKhDzBEEUaEggALs8wsCUFMIC2mdQ_shYGmOoNDgjVgW3_dq1cTe_6PJlH7KxBpIJo8pYCJ5I&random=2210397098&ipr=y&pscrd=IhMIz-e__dSClAMVxEakBB2mRwluMgwIA2IICAAQABgAIAAyDAgEYggIABAAGAAgADIMCAdiCAgAEAAYACAAMgwICGIICAAQABgAIAAyDAgJYggIABAAGAAgADIMCApiCAgAEAAYACAAMgwIAmIICAAQABgAIAAyDAgLYggIABAAGAAgADIMCBViCAgAEAAYACAAMgwIH2IICAAQABgAIAAyDAgTYggIABAAGAAgADIMCBJiCAgAEAAYACAAOiFodHRwczovL3d3dy5nb29nbGV0YWdtYW5hZ2VyLmNvbS96DAgJYggIABAAGAAgAAwww.google.es/pagead/1p-conversion/... https://www.google.es/pagead/1p-conversion/1072304130/?value=&label=VA88CJSrgc0DEIKgqP8D&url=https%3A%2F%2Fwww.foxit.com%2F&guid=ON&script=0&ct_cookie_present=false&random=1424204913&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiw3rECCIDbsQI&cerd=CgEA&fsk=ChEI8OOhzwYQy-2I0MH1tu65ARIsADfqr1W7wS-FLR8lRdZmjYtutUyU3AFGXmRjcHzRRLV9HlpPWik33-IfOI4aAr-H&is_vtc=1&cid=CAQSWwAFq6B92trBU5WIJp8-eDUBZz6372IM5AVgHl4l-1GxkZyrTJMKhDzBEEUaEggALs8wsCUFMIC2mdQ_shYGmOoNDgjVgW3_dq1cTe_6PJlH7KxBpIJo8pYCJ5I&random=2210397098&ipr=y&pscrd=IhMIz-e__dSClAMVxEakBB2mRwluMgwIA2IICAAQABgAIAAyDAgEYggIABAAGAAgADIMCAdiCAgAEAAYACAAMgwICGIICAAQABgAIAAyDAgJYggIABAAGAAgADIMCApiCAgAEAAYACAAMgwIAmIICAAQABgAIAAyDAgLYggIABAAGAAgADIMCBViCAgAEAAYACAAMgwIH2IICAAQABgAIAAyDAgTYggIABAAGAAgADIMCBJiCAgAEAAYACAAOiFodHRwczovL3d3dy5nb29nbGV0YWdtYW5hZ2VyLmNvbS96DAgJYggIABAAGAAgAA — 200 — 455 B — 92 ms — h2blob:https://www.foxit.com/542b8547-ca15-4300-ba14-dc0d7b8376a3www.foxit.com/542b8547-ca15-4300-ba... blob:https://www.foxit.com/542b8547-ca15-4300-ba14-dc0d7b8376a3 — 200 — -1 B — 136 ms — blobhttps://dev.visualwebsiteoptimizer.com/cdn/edrv/nc-367e6623b8f828e1b7169e212977ec69.br.jsdev.visualwebsiteoptimizer.com/cdn/... https://dev.visualwebsiteoptimizer.com/cdn/edrv/nc-367e6623b8f828e1b7169e212977ec69.br.js — 200 — 25.6 KiB — 21 ms — h3https://www.foxit.com/g1w9/?id=GTM-T7ZBJNwww.foxit.com/g1w9/?id=GTM-T7ZBJN https://www.foxit.com/g1w9/?id=GTM-T7ZBJN — 200 — 202.4 KiB — 144 ms — h2https://www.foxit.com/g2w9/?id=GTM-MXLFG6RZwww.foxit.com/g2w9/?id=GTM-MXLFG6RZ https://www.foxit.com/g2w9/?id=GTM-MXLFG6RZ — 200 — 125.1 KiB — 206 ms — h2https://www.gartner.com/peer-insights/vendor-portal/public/Widget/css/widget.csswww.gartner.com/peer-insights/vendo... https://www.gartner.com/peer-insights/vendor-portal/public/Widget/css/widget.css — 200 — 111.1 KiB — 85 ms — h2https://dev.visualwebsiteoptimizer.com/l.gif?experiment_id=453&account_id=717193&cu=https%3A%2F%2Fwww.foxit.com%2F&combination=1&s=1&sId=1776902321&u=D289C0FBF7858EFB849602346B25839B1&ed=%7B%22sr%22%3A%22800x600%22%2C%22sc%22%3A24%2C%22de%22%3A%22UTF-8%22%2C%22ul%22%3A%22en-us%22%2C%22r%22%3A%22%22%2C%22lt%22%3A1776902322146%2C%22tO%22%3A0%2C%22tz%22%3A%22UTC%22%7D&eTime=1776902322149&v=ed127fefdev.visualwebsiteoptimizer.com/l.gi... https://dev.visualwebsiteoptimizer.com/l.gif?experiment_id=453&account_id=717193&cu=https%3A%2F%2Fwww.foxit.com%2F&combination=1&s=1&sId=1776902321&u=D289C0FBF7858EFB849602346B25839B1&ed=%7B%22sr%22%3A%22800x600%22%2C%22sc%22%3A24%2C%22de%22%3A%22UTF-8%22%2C%22ul%22%3A%22en-us%22%2C%22r%22%3A%22%22%2C%22lt%22%3A1776902322146%2C%22tO%22%3A0%2C%22tz%22%3A%22UTC%22%7D&eTime=1776902322149&v=ed127fef — 200 — 54 B — 100 ms — h3https://dev.visualwebsiteoptimizer.com/dcdn/settings.js?a=717193&settings_type=4&ts=1776901420&dt=desktop&cc=ESdev.visualwebsiteoptimizer.com/dcdn... https://dev.visualwebsiteoptimizer.com/dcdn/settings.js?a=717193&settings_type=4&ts=1776901420&dt=desktop&cc=ES — 200 — 17.0 KiB — 57 ms — h3https://foxit.us-6.evergage.com/pr?.top=439&action=Viewed%20Homepage&.tt=400&.ttdns=1&.dt=1182&.lt=1296&.bv=16&_ak=foxit&_ds=foxit_prod&.scv=204&channel=Web&_r=204776&.anonId=06bfc7740efc9c1e&_anon=truefoxit.us-6.evergage.com/pr?.top=439... https://foxit.us-6.evergage.com/pr?.top=439&action=Viewed%20Homepage&.tt=400&.ttdns=1&.dt=1182&.lt=1296&.bv=16&_ak=foxit&_ds=foxit_prod&.scv=204&channel=Web&_r=204776&.anonId=06bfc7740efc9c1e&_anon=true — 204 — 555 B — 101 ms — h2https://www.foxit.com/_next/image/?url=%2Fassets%2Fimages%2Fai%2Failogo.png&w=48&q=75www.foxit.com/_next/image/?url=%2Fa... https://www.foxit.com/_next/image/?url=%2Fassets%2Fimages%2Fai%2Failogo.png&w=48&q=75 — 200 — 1.7 KiB — 118 ms — h2https://foxit.us-6.evergage.com/msreceiver?.cStat=%5B%7B%22type%22%3A%22e%22%2C%22id%22%3A%229Q7qA%22%2C%22stat%22%3A%22i%22%7D%5D&.bv=16&_ak=foxit&_ds=foxit_prod&.scv=204&channel=Web&_r=441924&.anonId=06bfc7740efc9c1e&_anon=truefoxit.us-6.evergage.com/msreceiver?... https://foxit.us-6.evergage.com/msreceiver?.cStat=%5B%7B%22type%22%3A%22e%22%2C%22id%22%3A%229Q7qA%22%2C%22stat%22%3A%22i%22%7D%5D&.bv=16&_ak=foxit&_ds=foxit_prod&.scv=204&channel=Web&_r=441924&.anonId=06bfc7740efc9c1e&_anon=true — 204 — 545 B — 102 ms — h2https://www.foxit.com/assets/images/homeSlider/slider8A.webpwww.foxit.com/assets/images/homeSli... https://www.foxit.com/assets/images/homeSlider/slider8A.webp — 200 — 64.5 KiB — 31 ms — h2https://foxit.us-6.evergage.com/msreceiver?.cStat=%5B%7B%22type%22%3A%22e%22%2C%22id%22%3A%22W32rp%22%2C%22stat%22%3A%22i%22%7D%5D&.bv=16&_ak=foxit&_ds=foxit_prod&.scv=204&channel=Web&_r=613460&.anonId=06bfc7740efc9c1e&_anon=truefoxit.us-6.evergage.com/msreceiver?... https://foxit.us-6.evergage.com/msreceiver?.cStat=%5B%7B%22type%22%3A%22e%22%2C%22id%22%3A%22W32rp%22%2C%22stat%22%3A%22i%22%7D%5D&.bv=16&_ak=foxit&_ds=foxit_prod&.scv=204&channel=Web&_r=613460&.anonId=06bfc7740efc9c1e&_anon=true — 204 — 549 B — 100 ms — h2https://www.foxit.com/assets/images/sfmc/202603/bg-v2.webpwww.foxit.com/assets/images/sfmc/20... https://www.foxit.com/assets/images/sfmc/202603/bg-v2.webp — 200 — 1.6 KiB — 29 ms — h2https://dev.visualwebsiteoptimizer.com/s.gif?account_id=717193&u=D289C0FBF7858EFB849602346B25839B1&s=1776902321&ed=%7B%22sr%22%3A%22800x600%22%2C%22sc%22%3A24%2C%22de%22%3A%22UTF-8%22%2C%22ul%22%3A%22en-us%22%2C%22r%22%3A%22%22%2C%22lt%22%3A1776902322374%2C%22tO%22%3A0%2C%22tz%22%3A%22UTC%22%7D&cu=https%3A%2F%2Fwww.foxit.com%2F&r=0&p=1&cq=0&eTime=1776902322375&v=ed127fefdev.visualwebsiteoptimizer.com/s.gi... https://dev.visualwebsiteoptimizer.com/s.gif?account_id=717193&u=D289C0FBF7858EFB849602346B25839B1&s=1776902321&ed=%7B%22sr%22%3A%22800x600%22%2C%22sc%22%3A24%2C%22de%22%3A%22UTF-8%22%2C%22ul%22%3A%22en-us%22%2C%22r%22%3A%22%22%2C%22lt%22%3A1776902322374%2C%22tO%22%3A0%2C%22tz%22%3A%22UTC%22%7D&cu=https%3A%2F%2Fwww.foxit.com%2F&r=0&p=1&cq=0&eTime=1776902322375&v=ed127fef — 200 — 54 B — 101 ms — h3https://cdn-cookieyes.com/client_data/666fd302444803b68fe7fd85/script.jscdn-cookieyes.com/client_data/666fd... https://cdn-cookieyes.com/client_data/666fd302444803b68fe7fd85/script.js — 200 — 11.2 KiB — 63 ms — h2https://www.foxit.com/g1w9/?id=G-GY3Z4S6BVL&cx=c&gtm=4e64m0h2www.foxit.com/g1w9/?id=G-GY3Z4S6BVL... https://www.foxit.com/g1w9/?id=G-GY3Z4S6BVL&cx=c&gtm=4e64m0h2 — 200 — 177.1 KiB — 85 ms — h2https://www.foxit.com/g1w9/?id=AW-1072304130&cx=c&gtm=4e64m0h2www.foxit.com/g1w9/?id=AW-107230413... https://www.foxit.com/g1w9/?id=AW-1072304130&cx=c&gtm=4e64m0h2 — 200 — 151.1 KiB — 95 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-T7ZBJN&gtg_health=1www.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-T7ZBJN&gtg_health=1 — 200 — 392 B — 86 ms — h2https://www.foxit.com/g1w9/?id=AW-16450149228&cx=c&gtm=4e64m0h2www.foxit.com/g1w9/?id=AW-164501492... https://www.foxit.com/g1w9/?id=AW-16450149228&cx=c&gtm=4e64m0h2 — 200 — 149.9 KiB — 205 ms — h2https://unpkg.com/web-vitals@5.0.1/dist/web-vitals.iife.jsunpkg.com/web-vitals@5.0.1/dist/web... https://unpkg.com/web-vitals@5.0.1/dist/web-vitals.iife.js — 200 — 2.7 KiB — 59 ms — h3https://bat.bing.com/bat.jsbat.bing.com/bat.js https://bat.bing.com/bat.js — 200 — 15.5 KiB — 98 ms — h2https://dev.visualwebsiteoptimizer.com/events/t?en=vwo_variationShown&a=717193&v=ed127fef&_cu=https%3A%2F%2Fwww.foxit.com%2Fdev.visualwebsiteoptimizer.com/even... https://dev.visualwebsiteoptimizer.com/events/t?en=vwo_variationShown&a=717193&v=ed127fef&_cu=https%3A%2F%2Fwww.foxit.com%2F — 200 — 37 B — 104 ms — h3https://cdn-cookieyes.com/client_data/666fd302444803b68fe7fd85/banner.jscdn-cookieyes.com/client_data/666fd... https://cdn-cookieyes.com/client_data/666fd302444803b68fe7fd85/banner.js — 200 — 14.8 KiB — 26 ms — h2https://log.cookieyes.com/api/v1/loglog.cookieyes.com/api/v1/log https://log.cookieyes.com/api/v1/log — 200 — 260 B — 65 ms — h3https://directory.cookieyes.com/api/v1/ipdirectory.cookieyes.com/api/v1/ip https://directory.cookieyes.com/api/v1/ip — 200 — 412 B — 67 ms — h3https://cdn-cookieyes.com/client_data/666fd302444803b68fe7fd85/translations/Up2l_qG3.jsoncdn-cookieyes.com/client_data/666fd... https://cdn-cookieyes.com/client_data/666fd302444803b68fe7fd85/translations/Up2l_qG3.json — 200 — 1.4 KiB — 61 ms — h2https://cdn-cookieyes.com/assets/images/close.svgcdn-cookieyes.com/assets/images/clo... https://cdn-cookieyes.com/assets/images/close.svg — 200 — 844 B — 23 ms — h2https://cdn-cookieyes.com/client_data/666fd302444803b68fe7fd85/config/ujqe12Oq.jsoncdn-cookieyes.com/client_data/666fd... https://cdn-cookieyes.com/client_data/666fd302444803b68fe7fd85/config/ujqe12Oq.json — 200 — 1.8 KiB — 24 ms — h2https://cdn-cookieyes.com/client_data/666fd302444803b68fe7fd85/audit-table/qElLh0Ei.jsoncdn-cookieyes.com/client_data/666fd... https://cdn-cookieyes.com/client_data/666fd302444803b68fe7fd85/audit-table/qElLh0Ei.json — 200 — 13.1 KiB — 24 ms — h2https://region1.google-analytics.com/g/collect?v=2&tid=G-GY3Z4S6BVL&gtm=45g92e64m0h2v872287623z871091093za20kzb71091093zd71091093&_p=1776902322074&gcs=G101&gcd=13q3rPq2q5l1&npa=1&dma_cps=-&dma=1&gdid=dY2Q2ZW.dNzQzZD&_eu=AAAAAGA&_uip=%3A%3A&are=1&cid=25566487.1776902323&frm=0&pscdl=denied&rcb=19&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&ur=ES&_s=1&tag_exp=0~115938466~115938468~117266401~117512543~118128923~118463261&sid=1776902322&sct=1&seg=0&dl=https%3A%2F%2Fwww.foxit.com%2F&dt=PDF%20Software%20%26%20Tools%20Tailored%20to%20Your%20Business%20%7C%20Foxit&_tu=CA&en=page_view&_fv=1&_nsi=1&_ss=1&gap.gtb=2&ep.url_passthrough=true&ep.content_group=Homepages&tfd=2949region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-GY3Z4S6BVL&gtm=45g92e64m0h2v872287623z871091093za20kzb71091093zd71091093&_p=1776902322074&gcs=G101&gcd=13q3rPq2q5l1&npa=1&dma_cps=-&dma=1&gdid=dY2Q2ZW.dNzQzZD&_eu=AAAAAGA&_uip=%3A%3A&are=1&cid=25566487.1776902323&frm=0&pscdl=denied&rcb=19&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&ur=ES&_s=1&tag_exp=0~115938466~115938468~117266401~117512543~118128923~118463261&sid=1776902322&sct=1&seg=0&dl=https%3A%2F%2Fwww.foxit.com%2F&dt=PDF%20Software%20%26%20Tools%20Tailored%20to%20Your%20Business%20%7C%20Foxit&_tu=CA&en=page_view&_fv=1&_nsi=1&_ss=1&gap.gtb=2&ep.url_passthrough=true&ep.content_group=Homepages&tfd=2949 — 204 — 548 B — 115 ms — h2https://www.foxit.com/g1w9/gs/pagead/conversion/1072304130/?random=1776902322611&cv=11&fst=1776902322611&bg=ffffff&guid=ON&async=1&en=conversion&gtm=45892e64m0h2v882138586z871091093za20kzb71091093zd71091093xea&gcs=G101&gcd=13q3rPq2q5l1&dma_cps=-&dma=1&tag_exp=0~115938466~115938469~117266400~118463262&u_w=800&u_h=600&url=https%3A%2F%2Fwww.foxit.com%2F&rcb=6&label=VA88CJSrgc0DEIKgqP8D&frm=0&tiba=PDF%20Software%20%26%20Tools%20Tailored%20to%20Your%20Business%20%7C%20Foxit&did=dY2Q2ZW&gdid=dY2Q2ZW.dNzQzZD&bttype=purchase&value=0&hn=www.googleadservices.com&npa=1&pscdl=denied&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&_tu=CA&data=ads_data_redaction%3Dfalse&gap.gtb=2&category=acrcp_v1_512&fmt=8www.foxit.com/g1w9/gs/pagead/conver... https://www.foxit.com/g1w9/gs/pagead/conversion/1072304130/?random=1776902322611&cv=11&fst=1776902322611&bg=ffffff&guid=ON&async=1&en=conversion&gtm=45892e64m0h2v882138586z871091093za20kzb71091093zd71091093xea&gcs=G101&gcd=13q3rPq2q5l1&dma_cps=-&dma=1&tag_exp=0~115938466~115938469~117266400~118463262&u_w=800&u_h=600&url=https%3A%2F%2Fwww.foxit.com%2F&rcb=6&label=VA88CJSrgc0DEIKgqP8D&frm=0&tiba=PDF%20Software%20%26%20Tools%20Tailored%20to%20Your%20Business%20%7C%20Foxit&did=dY2Q2ZW&gdid=dY2Q2ZW.dNzQzZD&bttype=purchase&value=0&hn=www.googleadservices.com&npa=1&pscdl=denied&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&_tu=CA&data=ads_data_redaction%3Dfalse&gap.gtb=2&category=acrcp_v1_512&fmt=8 — 204 — 643 B — 98 ms — h2https://www.foxit.com/g1w9/gs/ccm/collect?rcb=2&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fwww.foxit.com%2F&scrsrc=www.foxit.com&rnd=1632400478.1776902323&navt=n&npa=1&ep.ads_data_redaction=0&gdid=dY2Q2ZW.dNzQzZD&_tu=CA&gtm=45E92e64m0h2v71091093za204zd71091093xea&gcs=G101&gcd=13q3r3q2q5l1&dma_cps=-&dma=1&tag_exp=0~115938466~115938469~117266400&apve=1&apvf=f&gap.gtb=2&apvc=1&tft=1776902322992&tfd=2989www.foxit.com/g1w9/gs/ccm/collect?r... https://www.foxit.com/g1w9/gs/ccm/collect?rcb=2&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fwww.foxit.com%2F&scrsrc=www.foxit.com&rnd=1632400478.1776902323&navt=n&npa=1&ep.ads_data_redaction=0&gdid=dY2Q2ZW.dNzQzZD&_tu=CA&gtm=45E92e64m0h2v71091093za204zd71091093xea&gcs=G101&gcd=13q3r3q2q5l1&dma_cps=-&dma=1&tag_exp=0~115938466~115938469~117266400&apve=1&apvf=f&gap.gtb=2&apvc=1&tft=1776902322992&tfd=2989 — 200 — 43 B — 76 ms — h2https://www.foxit.com/g1w9/gs/ccm/collect?rcb=6&frm=0&en=page_view&dl=https%3A%2F%2Fwww.foxit.com%2F&scrsrc=www.foxit.com&rnd=1632400478.1776902323&navt=n&npa=1&did=dY2Q2ZW&gdid=dY2Q2ZW.dNzQzZD&_tu=CA&gtm=45892e64m0h2v882138586z871091093za20kzb71091093zd71091093xec&gcs=G101&gcd=13q3rPq2q5l1&dma_cps=-&dma=1&tag_exp=0~115938466~115938469~117266400~118463262&apve=1&apvf=f&gap.gtb=2&apvc=0&tids=AW-1072304130&tid=AW-1072304130&tft=1776902322993&tfd=2990www.foxit.com/g1w9/gs/ccm/collect?r... https://www.foxit.com/g1w9/gs/ccm/collect?rcb=6&frm=0&en=page_view&dl=https%3A%2F%2Fwww.foxit.com%2F&scrsrc=www.foxit.com&rnd=1632400478.1776902323&navt=n&npa=1&did=dY2Q2ZW&gdid=dY2Q2ZW.dNzQzZD&_tu=CA&gtm=45892e64m0h2v882138586z871091093za20kzb71091093zd71091093xec&gcs=G101&gcd=13q3rPq2q5l1&dma_cps=-&dma=1&tag_exp=0~115938466~115938469~117266400~118463262&apve=1&apvf=f&gap.gtb=2&apvc=0&tids=AW-1072304130&tid=AW-1072304130&tft=1776902322993&tfd=2990 — 200 — 43 B — 76 ms — h2https://www.foxit.com/g1w9/gs/ccm/collect?rcb=6&frm=0&ae=g&dl=https%3A%2F%2Fwww.foxit.com%2F&scrsrc=www.foxit.com&rnd=1632400478.1776902323&navt=n&npa=1&ep.ads_data_redaction=0&did=dY2Q2ZW&gdid=dY2Q2ZW.dNzQzZD&_tu=CA&gtm=45892e64m0h2v882138586z871091093za20kzb71091093zd71091093xea&gcs=G101&gcd=13q3rPq2q5l1&dma_cps=-&dma=1&tag_exp=0~115938466~115938469~117266400~118463262&apve=1&apvf=f&gap.gtb=2&apvc=0&tids=AW-1072304130&tid=AW-1072304130&tft=1776902322993&tfd=2990www.foxit.com/g1w9/gs/ccm/collect?r... https://www.foxit.com/g1w9/gs/ccm/collect?rcb=6&frm=0&ae=g&dl=https%3A%2F%2Fwww.foxit.com%2F&scrsrc=www.foxit.com&rnd=1632400478.1776902323&navt=n&npa=1&ep.ads_data_redaction=0&did=dY2Q2ZW&gdid=dY2Q2ZW.dNzQzZD&_tu=CA&gtm=45892e64m0h2v882138586z871091093za20kzb71091093zd71091093xea&gcs=G101&gcd=13q3rPq2q5l1&dma_cps=-&dma=1&tag_exp=0~115938466~115938469~117266400~118463262&apve=1&apvf=f&gap.gtb=2&apvc=0&tids=AW-1072304130&tid=AW-1072304130&tft=1776902322993&tfd=2990 — 200 — 202 B — 74 ms — h2https://www.foxit.com/g1w9/gs/ccm/collect?rcb=15&frm=0&en=page_view&dl=https%3A%2F%2Fwww.foxit.com%2F&scrsrc=www.foxit.com&rnd=1632400478.1776902323&navt=n&npa=1&did=dY2Q2ZW&gdid=dY2Q2ZW.dNzQzZD&_tu=CA&gtm=45892e64m0h2v9177709173z871091093za20kzb71091093zd71091093xec&gcs=G101&gcd=13q3r3q2q5l1&dma_cps=-&dma=1&tag_exp=0~115938466~115938469~117266401~118463262&apve=1&apvf=f&gap.gtb=2&apvc=0&tids=AW-16450149228&tid=AW-16450149228&tft=1776902322994&tfd=2991www.foxit.com/g1w9/gs/ccm/collect?r... https://www.foxit.com/g1w9/gs/ccm/collect?rcb=15&frm=0&en=page_view&dl=https%3A%2F%2Fwww.foxit.com%2F&scrsrc=www.foxit.com&rnd=1632400478.1776902323&navt=n&npa=1&did=dY2Q2ZW&gdid=dY2Q2ZW.dNzQzZD&_tu=CA&gtm=45892e64m0h2v9177709173z871091093za20kzb71091093zd71091093xec&gcs=G101&gcd=13q3r3q2q5l1&dma_cps=-&dma=1&tag_exp=0~115938466~115938469~117266401~118463262&apve=1&apvf=f&gap.gtb=2&apvc=0&tids=AW-16450149228&tid=AW-16450149228&tft=1776902322994&tfd=2991 — 200 — 43 B — 75 ms — h2https://bat.bing.net/actionp/0?ti=4072653&tm=gtm002&Ver=2&mid=7788fd85-1cfe-4493-8090-239f79adf9c3&bo=1&evt=consent&src=update&cdb=AQcB&asc=Dbat.bing.net/actionp/0?ti=4072653&t... https://bat.bing.net/actionp/0?ti=4072653&tm=gtm002&Ver=2&mid=7788fd85-1cfe-4493-8090-239f79adf9c3&bo=1&evt=consent&src=update&cdb=AQcB&asc=D — 204 — 346 B — 90 ms — h2https://bat.bing.net/action/0?ti=4072653&tm=gtm002&Ver=2&mid=7788fd85-1cfe-4493-8090-239f79adf9c3&bo=2&pi=918639831&lg=en-US&sw=800&sh=600&sc=24&tl=PDF%20Software%20%26%20Tools%20Tailored%20to%20Your%20Business%20%7C%20Foxit&kw=Foxit%20Software&p=https%3A%2F%2Fwww.foxit.com%2F&r=&lt=1296&evt=pageLoad&sv=2&asc=D&cdb=AQcB&rn=96455bat.bing.net/action/0?ti=4072653&tm... https://bat.bing.net/action/0?ti=4072653&tm=gtm002&Ver=2&mid=7788fd85-1cfe-4493-8090-239f79adf9c3&bo=2&pi=918639831&lg=en-US&sw=800&sh=600&sc=24&tl=PDF%20Software%20%26%20Tools%20Tailored%20to%20Your%20Business%20%7C%20Foxit&kw=Foxit%20Software&p=https%3A%2F%2Fwww.foxit.com%2F&r=&lt=1296&evt=pageLoad&sv=2&asc=D&cdb=AQcB&rn=96455 — -1 — 0 B — 0 ms —
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 1881ms · 492KB · €20/mo
www.foxit.com
Other
Costly
Execution 591ms
Transfer 31 KB
Monthly Cost €6/mo
www.foxit.com
Other
Costly
Execution 330ms
Transfer 120 KB
Monthly Cost €4/mo
www.foxit.com
Other
Costly
Execution 230ms
Transfer 53 KB
Monthly Cost €2/mo
Unattributable
Other
Costly
Execution 224ms
Transfer 0 KB
Monthly Cost €2/mo
www.foxit.com
Other
Optional
Execution 152ms
Transfer 16 KB
Monthly Cost €2/mo
www.foxit.com
Other
Optional
Execution 143ms
Transfer 202 KB
Unused 22%
Monthly Cost €2/mo
cdn-cookieyes.com
Other
Optional
Execution 134ms
Transfer 15 KB
Monthly Cost €1/mo
cdn.evgnet.com
Other
Optional
Execution 77ms
Transfer 55 KB
Unused 45%
Monthly Cost €1/mo

These scripts may cost more than they're worth

  • www.foxit.com adds 591ms and costs ~€6/month
  • www.foxit.com adds 330ms and costs ~€4/month
  • www.foxit.com adds 230ms and costs ~€2/month
  • Unattributable adds 224ms and costs ~€2/month

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

Why this matters

When third-party JS execution time exceeds your own, performance gains from frontend work are capped by code you don't own.

Learn more

Every millisecond of third-party JS competes with your own for main-thread time. If their share is bigger than yours, optimization on your code base barely moves the needle. Audit, defer, or remove third-parties before further frontend optimization. Use Lighthouse's third-party audit to identify the worst offenders.

Source: web.dev

www.foxit.com takes 591ms 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

www.foxit.com takes 330ms 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

www.foxit.com takes 230ms 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 224ms 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