Skip to content
https://ptc.com

Performance

· 17 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
69
GRADE
D
FIX
6
REVIEW
2
PASS
7
INFO
2

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

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

4.75 s

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

32.23 s

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

1.81 s

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

0.687

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

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

41.10 s

Page Load Progression

941 ms
1.9 s
2.8 s
3.8 s
4.7 s
5.6 s
6.6 s
7.5 s
Checks
17
7 PASS 2 REVIEW 6 FIX
F
Page Weight Budget
Action
20.7 MB transferred, 324 requests
FIX
20.7 MB transferred, 324 requests
Critical::
Page weighs 28.2 MB (20.7 MB transferred)
Warning::
Images are 4.1 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 4.1 MB
Warning::
JavaScript is 2.5 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 2.5 MB
Info::
Fonts are 468 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 468 KB
Warning::
324 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 4.3 g CO2 per page load
20.7 MB / 2.4 MB budget
20.7 MB transferred
324 requests
4.3 g CO2 per page load
Other 13.0 MiB 63%
Images 4.1 MiB 20%
JavaScript 2.5 MiB 12%
Fonts 468.4 KiB 2%
Other 302.3 KiB 1%
Other 217.4 KiB 1%
Other 61.6 KiB 0%
CSS 39.5 KiB 0%
HTML 33.9 KiB 0%
Other 5.0 KiB 0%
Other 1.1 KiB 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Over budget

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

Why this matters

Image bandwidth is high — modern formats (WebP/AVIF) and resizing typically cut it 50%+.

Source: web.dev

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

Why this matters

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

Source: web.dev

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

Why this matters

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

Source: web.dev font loading

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

Why this matters

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

Source: web.dev

D
Third-Party Impact
Action
100% third-party, 0 ms blocking
FIX
100% third-party, 0 ms blocking
Warning::
Third-party code accounts for 100% of page weight (20.7 MiB of 20.7 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Execution Cost
Action
11384ms total JS execution
FIX
11384ms total JS execution
Warning::
https://www.ptc.com/en: 2692ms CPU time
Warning::
Unattributable: 2471ms CPU time
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-TRN...: 884ms CPU time
Warning::
https://www.ptc.com/dist/smartbeans/ptcw-design/p-...: 858ms CPU time
Warning::
https://www.googletagmanager.com/gtag/js?id=G-7NMP...: 849ms CPU time
Warning::
Third-party scripts: 11384ms (100% of total)

Main Thread Breakdown

Script Evaluation 53% Other 28% Style & Layout 8% Script Parsing & Compilation 5%
ScriptTotalScriptingParse/CompileParty
https://www.ptc.com/en2692ms1097ms139ms3rd
Unattributable2471ms63ms0ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-TRNG6R884ms724ms94ms3rd
https://www.ptc.com/dist/smartbeans/ptcw-design/p-CG1_3nuY.js858ms534ms0ms3rd
https://www.googletagmanager.com/gtag/js?id=G-7NMP2MSYPM&cx=c&gtm=4e64k0849ms787ms54ms3rd
https://js.qualified.com/qualified.js?token=kHhbzLQFc5fffEBd711ms575ms35ms3rd
https://cdn.dreamdata.cloud/scripts/analytics/next/dreamdata.min.js335ms317ms15ms3rd
https://j.6sc.co/j/722eb55f-f5bf-4b00-a11f-120386eb6c86.js315ms276ms1ms3rd
https://j.6sc.co/6si.min.js303ms247ms27ms3rd
https://s.go-mpulse.net/boomerang/PL944-YXMMB-DADGC-DMF56-R2RQ9292ms225ms16ms3rd

Showing top 10 of 25 scripts

D
JS Bundles
Action
86 scripts, 462 KB unused
FIX
86 scripts, 462 KB unused
Warning::
https://www.googletagmanager.com/gtag/js?id=G-7NMP...: 66 KB unused (39%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-2NPK...: 64 KB unused (41%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-TRN...: 60 KB unused (30%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://js.qualified.com/qualified.js?token=kHhbzL...: 58 KB unused (50%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=AW-757...: 55 KB unused (38%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 462 KB
462 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.googletagmanager.com/gtag/js?id=G-7NMP2MSYPM&cx=c&gtm=4e64k0172 KB66 KB (39%)3rd
https://www.googletagmanager.com/gtag/js?id=G-2NPKD7C4PN&cx=c&gtm=4e64k0157 KB64 KB (41%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-TRNG6R202 KB60 KB (30%)3rd
https://js.qualified.com/qualified.js?token=kHhbzLQFc5fffEBd117 KB58 KB (50%)3rd
https://www.googletagmanager.com/gtag/js?id=AW-757418926&cx=c&gtm=4e64k0144 KB55 KB (38%)3rd
https://js.qualified.com/packs/js/multimodal_v2-fe90ad83.js97 KB50 KB (52%)3rd
https://connect.facebook.net/en_US/fbevents.js97 KB34 KB (35%)3rd
https://s.go-mpulse.net/boomerang/PL944-YXMMB-DADGC-DMF56-R2RQ957 KB32 KB (56%)3rd
https://www.ptc.com/dist/smartbeans/js/web-components/homepage-case-study-cards.min.js?v=4.0.6.27789.VYxuqDSHH0xt49 KB22 KB (45%)3rd
https://www.ptc.com/dist/smartbeans/js/web-components/homepage-case-study-cards.min.js?v=4.0.6.27789.VYxuqDSHH0xt0 KB22 KB (45%)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
324 resources · 20.7 MB · 462 KB savings available
FIX
324 resources · 20.7 MB · 462 KB savings available
Warning::
Page weight 19.7 MB over 1MB target
Got: 20.7 MB Expected: ≤ 1 MB
Info::
~462 KB of savings available
Warning::
323 third-party resources (100% of weight)
Info::
14 resources over 200KB
324 resources · 20.7 MiB · 323 third-party 19.7 MiB over 1MB target
Media 63% · 13.0 MiB
Image 20% · 4.1 MiB
JavaScript 13% · 2.7 MiB
Font 2% · 468.4 KiB
Document 2% · 353.7 KiB
CSS 0% · 39.5 KiB
Other 0% · 14.3 KiB

~461.8 KiB of savings available

Remove unused JavaScript: 461.8 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
131 images, 0 KB saveable
REVIEW
131 images, 0 KB saveable
Warning::
https://ptc-p-001.sitecorecontenthub.cloud/api/pub... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://ptc-p-001.sitecorecontenthub.cloud/api/pub... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://ptc-p-001.sitecorecontenthub.cloud/api/pub... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://ptc-p-001.sitecorecontenthub.cloud/api/pub... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://ptc-p-001.sitecorecontenthub.cloud/api/pub... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://ptc-p-001.sitecorecontenthub.cloud/api/pub... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://ptc-p-001.sitecorecontenthub.cloud/api/pub... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://ptc-p-001.sitecorecontenthub.cloud/api/pub... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://ptc-p-001.sitecorecontenthub.cloud/api/pub... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
131 images 4.1 MB
0 oversized -0 KB
129 legacy format
9 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

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

Web fonts

5

468 KB total

Render-blocking

0

of 5

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s 18.0 s 20.0 s 22.0 s 24.0 s 26.0 s 28.0 s 30.0 s 32.0 s FCP 4.7 s LCP 32.2 shttps://fonts.gstatic.com/s/raleway/v37/1Ptug8zYS_SKggPNyC0IT4ttDfA.woff21Ptug8zYS_SKggPNyC0IT4t... https://fonts.gstatic.com/s/raleway/v37/1Ptug8zYS_SKggPNyC0IT4ttDfA.woff2 — 42.1 KiB — 102 ms — font-display: swaphttps://www.ptc.com/dist/ptc/fonts/icomoon/icomoon.woff2icomoon.woff2 https://www.ptc.com/dist/ptc/fonts/icomoon/icomoon.woff2 — 3.1 KiB — 43 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 — 97.2 KiB — 88 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.6 KiB — 101 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 — 108 ms — font-display: swap
1Ptug8zYS_SKggPNyC0IT4t... woff2 swap
Size 42 KB
Load time 102 ms
Start 1.6 s
Risk FOUT — text flashes from fallback to web font
icomoon.woff2 woff2 swap
Size 3 KB
Load time 43 ms
Start 2.2 s
Risk FOUT — text flashes from fallback to web font
Inter-Regular.f1f0c35b.... woff2 swap
Size 97 KB
Load time 88 ms
Start 3.3 s
Risk FOUT — text flashes from fallback to web font
Inter-SemiBold.fcb100c7... woff2 swap
Size 104 KB
Load time 101 ms
Start 3.3 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 108 ms
Start 4.4 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 ~163 KB and ~326 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
50 hints, 0 missing preconnects
PASS
50 hints, 0 missing preconnects
Info::
Page uses 50 resource hint(s)

Current Resource Hints

preconnect
5
preload
+30
40
dns-prefetch
5
prefetch

50 resource hints configured

A+
Render-Blocking Resources
No render-blocking resources detected
PASS
No render-blocking resources detected
Info::
No render-blocking resources detected in <head>
A+
Third-Party Resources
No third-party resources detected
PASS
No third-party resources detected
Network Waterfall
324 requests over 7357ms
INFO
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s 18.0 s 20.0 s 22.0 s 24.0 s 26.0 s 28.0 s 30.0 s 32.0 s FCP 4.7 s LCP 32.2 shttps://ptc.com// https://ptc.com/ — 301 — 85 B — 423 ms — http/1.1https://www.ptc.com/www.ptc.com/ https://www.ptc.com/ — 301 — 1.6 KiB — 168 ms — h2https://www.ptc.com/en/www.ptc.com/en/ https://www.ptc.com/en/ — 301 — 1.5 KiB — 173 ms — h2https://www.ptc.com/enwww.ptc.com/en https://www.ptc.com/en — 200 — 30.1 KiB — 563 ms — h2https://www.ptc.com/dist/smartbeans/ptcw-design/ptcw-design.esm.js?v=4.0.6.27789.VYxuqDSHH0xtwww.ptc.com/dist/smartbeans/ptcw-de... https://www.ptc.com/dist/smartbeans/ptcw-design/ptcw-design.esm.js?v=4.0.6.27789.VYxuqDSHH0xt — 200 — 12.5 KiB — 90 ms — h2https://www.ptc.com/dist/smartbeans/ptcw-design/p-CG1_3nuY.js?v=4.0.6.27789.VYxuqDSHH0xtwww.ptc.com/dist/smartbeans/ptcw-de... https://www.ptc.com/dist/smartbeans/ptcw-design/p-CG1_3nuY.js?v=4.0.6.27789.VYxuqDSHH0xt — 200 — 12.9 KiB — 91 ms — h2https://www.ptc.com/dist/smartbeans/ptcw-design/p-D04HI6Ma.js?v=4.0.6.27789.VYxuqDSHH0xtwww.ptc.com/dist/smartbeans/ptcw-de... https://www.ptc.com/dist/smartbeans/ptcw-design/p-D04HI6Ma.js?v=4.0.6.27789.VYxuqDSHH0xt — 200 — 1.3 KiB — 118 ms — h2https://www.ptc.com/dist/smartbeans/ptcw-design/p-a2cf5a3b.entry.js?v=4.0.6.27789.VYxuqDSHH0xtwww.ptc.com/dist/smartbeans/ptcw-de... https://www.ptc.com/dist/smartbeans/ptcw-design/p-a2cf5a3b.entry.js?v=4.0.6.27789.VYxuqDSHH0xt — 200 — 13.5 KiB — 108 ms — h2https://www.ptc.com/dist/smartbeans/ptcw-design/ptcw-design.css?v=4.0.6.27789.VYxuqDSHH0xtwww.ptc.com/dist/smartbeans/ptcw-de... https://www.ptc.com/dist/smartbeans/ptcw-design/ptcw-design.css?v=4.0.6.27789.VYxuqDSHH0xt — 200 — 18.7 KiB — 68 ms — h2https://www.ptc.com/dist/smartbeans/css/style.min.css?v=4.0.6.27789.VYxuqDSHH0xtwww.ptc.com/dist/smartbeans/css/sty... https://www.ptc.com/dist/smartbeans/css/style.min.css?v=4.0.6.27789.VYxuqDSHH0xt — 200 — 6.7 KiB — 94 ms — h2https://www.ptc.com/dist/smartbeans/css/view-styles/home-toggled-content.min.css?v=4.0.6.27789.VYxuqDSHH0xtwww.ptc.com/dist/smartbeans/css/vie... https://www.ptc.com/dist/smartbeans/css/view-styles/home-toggled-content.min.css?v=4.0.6.27789.VYxuqDSHH0xt — 200 — 1.3 KiB — 196 ms — h2https://www.ptc.com/dist/smartbeans/css/view-styles/home-jumbotron.min.css?v=4.0.6.27789.VYxuqDSHH0xtwww.ptc.com/dist/smartbeans/css/vie... https://www.ptc.com/dist/smartbeans/css/view-styles/home-jumbotron.min.css?v=4.0.6.27789.VYxuqDSHH0xt — 200 — 1.4 KiB — 265 ms — h2https://www.ptc.com/dist/smartbeans/css/view-styles/homepage-video-background.min.css?v=4.0.6.27789.VYxuqDSHH0xtwww.ptc.com/dist/smartbeans/css/vie... https://www.ptc.com/dist/smartbeans/css/view-styles/homepage-video-background.min.css?v=4.0.6.27789.VYxuqDSHH0xt — 200 — 1.3 KiB — 286 ms — h2https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/2966207cec8f4177b08b89a817bdc528?v=3211f8fcptc-p-001.sitecorecontenthub.cloud/... https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/2966207cec8f4177b08b89a817bdc528?v=3211f8fc — 200 — 56.4 KiB — 575 ms — h3https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/2da643288f0147f59bde88785580de3e?v=886a2520ptc-p-001.sitecorecontenthub.cloud/... https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/2da643288f0147f59bde88785580de3e?v=886a2520 — 200 — 52.2 KiB — 574 ms — h3https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/54635d336438409988acbadeb0a11b6c?v=2ee3ea23ptc-p-001.sitecorecontenthub.cloud/... https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/54635d336438409988acbadeb0a11b6c?v=2ee3ea23 — 200 — 42.4 KiB — 574 ms — h3https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/828b9562946842c9a0f894a0e8437013?v=53c83ab7ptc-p-001.sitecorecontenthub.cloud/... https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/828b9562946842c9a0f894a0e8437013?v=53c83ab7 — 200 — 91.1 KiB — 819 ms — h3https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/9db78d861545430aabec03a94c67c5e4?v=37a3c890ptc-p-001.sitecorecontenthub.cloud/... https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/9db78d861545430aabec03a94c67c5e4?v=37a3c890 — 200 — 12.2 KiB — 940 ms — h3https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/a66257b6ef2d4106931c1940dcc97919?v=539f964eptc-p-001.sitecorecontenthub.cloud/... https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/a66257b6ef2d4106931c1940dcc97919?v=539f964e — 200 — 10.8 KiB — 790 ms — h3https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/ce00a50e07954fdc9b1250e52ab11576?v=846b9f47ptc-p-001.sitecorecontenthub.cloud/... https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/ce00a50e07954fdc9b1250e52ab11576?v=846b9f47 — 200 — 45.1 KiB — 800 ms — h3https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/f039804a2a6b4245ac7fb237ddc25f2e?v=bdcde973ptc-p-001.sitecorecontenthub.cloud/... https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/f039804a2a6b4245ac7fb237ddc25f2e?v=bdcde973 — 200 — 14.5 KiB — 554 ms — h3https://www.ptc.com/dist/ptc/js/ptc-instantpage.min.js?v=4.0.6.27789.VYxuqDSHH0xtwww.ptc.com/dist/ptc/js/ptc-instant... https://www.ptc.com/dist/ptc/js/ptc-instantpage.min.js?v=4.0.6.27789.VYxuqDSHH0xt — 200 — 2.9 KiB — 139 ms — h2https://dev.visualwebsiteoptimizer.com/j.php?a=539049&u=https%3A%2F%2Fwww.ptc.com%2Fen&vn=2.2&ph=1&st=1362.5&x=truedev.visualwebsiteoptimizer.com/j.ph... https://dev.visualwebsiteoptimizer.com/j.php?a=539049&u=https%3A%2F%2Fwww.ptc.com%2Fen&vn=2.2&ph=1&st=1362.5&x=true — 200 — 17.5 KiB — 158 ms — h2https://s.go-mpulse.net/boomerang/PL944-YXMMB-DADGC-DMF56-R2RQ9s.go-mpulse.net/boomerang/PL944-YXM... https://s.go-mpulse.net/boomerang/PL944-YXMMB-DADGC-DMF56-R2RQ9 — 200 — 56.8 KiB — 101 ms — h2https://js.qualified.com/qualified.js?token=kHhbzLQFc5fffEBdjs.qualified.com/qualified.js?token... https://js.qualified.com/qualified.js?token=kHhbzLQFc5fffEBd — 200 — 116.8 KiB — 149 ms — h2https://edge.api.brightcove.com/playback/v1/accounts/1532789042001/videos/6354448616112/poster.jpg?bcov_auth=edge.api.brightcove.com/playback/v1... https://edge.api.brightcove.com/playback/v1/accounts/1532789042001/videos/6354448616112/poster.jpg?bcov_auth= — 403 — 612 B — 105 ms — h2https://edge.api.brightcove.com/playback/v1/accounts/1532789042001/videos/6354448616112/poster.jpg?bcov_auth=eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhY2NpZCI6IjE1MzI3ODkwNDIwMDEiLCJjb25pZCI6IjYzNTQ0NDg2MTYxMTIiLCJpYXQiOiIxNzc2ODY1MDI0IiwiZXhwIjoxNzc2OTA4MjI0fQ.LT42pWHYLxUtpBf5H5OB-NDmxIafJ9-s5NSN0_wOf6cfmp1SHaztnVgo1C4uoeEGdoWXhAFfIstDO5ABxleZm-dfUVF-hRa49c3H1OCKVGGyu45L44TX-zp9Z9Cdopffm0sid6oztcaVfourY3urGK2onhgkGKFjV6LsRhqIh_oTA36yO2Vu_h-YJ8sGuJIxAYBEUnyMiz9mS-82gGcErr1zsKvlyVEUu50W4WxL65VzJuhDXhGyBB_8VuetgoLMhhKKrTG_rORorp0M-qnc1VBnuL1BZx0C9MHvEA5MRTCSv9XMoR0TSwq1MLZ3T-lJpyvW1yd8qKoKIlR1oixM6wedge.api.brightcove.com/playback/v1... https://edge.api.brightcove.com/playback/v1/accounts/1532789042001/videos/6354448616112/poster.jpg?bcov_auth=eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhY2NpZCI6IjE1MzI3ODkwNDIwMDEiLCJjb25pZCI6IjYzNTQ0NDg2MTYxMTIiLCJpYXQiOiIxNzc2ODY1MDI0IiwiZXhwIjoxNzc2OTA4MjI0fQ.LT42pWHYLxUtpBf5H5OB-NDmxIafJ9-s5NSN0_wOf6cfmp1SHaztnVgo1C4uoeEGdoWXhAFfIstDO5ABxleZm-dfUVF-hRa49c3H1OCKVGGyu45L44TX-zp9Z9Cdopffm0sid6oztcaVfourY3urGK2onhgkGKFjV6LsRhqIh_oTA36yO2Vu_h-YJ8sGuJIxAYBEUnyMiz9mS-82gGcErr1zsKvlyVEUu50W4WxL65VzJuhDXhGyBB_8VuetgoLMhhKKrTG_rORorp0M-qnc1VBnuL1BZx0C9MHvEA5MRTCSv9XMoR0TSwq1MLZ3T-lJpyvW1yd8qKoKIlR1oixM6w — 302 — 244 B — 199 ms — h2https://www.ptc.com/dist/smartbeans/js/web-components/homepage-case-study-cards.min.js?v=4.0.6.27789.VYxuqDSHH0xtwww.ptc.com/dist/smartbeans/js/web-... https://www.ptc.com/dist/smartbeans/js/web-components/homepage-case-study-cards.min.js?v=4.0.6.27789.VYxuqDSHH0xt — 200 — 49.3 KiB — 309 ms — h2https://www.ptc.com/dist/smartbeans/js/web-components/hp-toggled-content.min.js?v=4.0.6.27789.VYxuqDSHH0xtwww.ptc.com/dist/smartbeans/js/web-... https://www.ptc.com/dist/smartbeans/js/web-components/hp-toggled-content.min.js?v=4.0.6.27789.VYxuqDSHH0xt — 200 — 25.2 KiB — 613 ms — h2https://www.ptc.com/dist/smartbeans/js/web-components/footer-nav.min.js?v=4.0.6.27789.VYxuqDSHH0xtwww.ptc.com/dist/smartbeans/js/web-... https://www.ptc.com/dist/smartbeans/js/web-components/footer-nav.min.js?v=4.0.6.27789.VYxuqDSHH0xt — 200 — 23.6 KiB — 246 ms — h2
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s 18.0 s 20.0 s 22.0 s 24.0 s 26.0 s 28.0 s 30.0 s 32.0 s FCP 4.7 s LCP 32.2 shttps://ptc.com// https://ptc.com/ — 301 — 85 B — 423 ms — http/1.1https://www.ptc.com/www.ptc.com/ https://www.ptc.com/ — 301 — 1.6 KiB — 168 ms — h2https://www.ptc.com/en/www.ptc.com/en/ https://www.ptc.com/en/ — 301 — 1.5 KiB — 173 ms — h2https://www.ptc.com/enwww.ptc.com/en https://www.ptc.com/en — 200 — 30.1 KiB — 563 ms — h2https://www.ptc.com/dist/smartbeans/ptcw-design/ptcw-design.esm.js?v=4.0.6.27789.VYxuqDSHH0xtwww.ptc.com/dist/smartbeans/ptcw-de... https://www.ptc.com/dist/smartbeans/ptcw-design/ptcw-design.esm.js?v=4.0.6.27789.VYxuqDSHH0xt — 200 — 12.5 KiB — 90 ms — h2https://www.ptc.com/dist/smartbeans/ptcw-design/p-CG1_3nuY.js?v=4.0.6.27789.VYxuqDSHH0xtwww.ptc.com/dist/smartbeans/ptcw-de... https://www.ptc.com/dist/smartbeans/ptcw-design/p-CG1_3nuY.js?v=4.0.6.27789.VYxuqDSHH0xt — 200 — 12.9 KiB — 91 ms — h2https://www.ptc.com/dist/smartbeans/ptcw-design/p-D04HI6Ma.js?v=4.0.6.27789.VYxuqDSHH0xtwww.ptc.com/dist/smartbeans/ptcw-de... https://www.ptc.com/dist/smartbeans/ptcw-design/p-D04HI6Ma.js?v=4.0.6.27789.VYxuqDSHH0xt — 200 — 1.3 KiB — 118 ms — h2https://www.ptc.com/dist/smartbeans/ptcw-design/p-a2cf5a3b.entry.js?v=4.0.6.27789.VYxuqDSHH0xtwww.ptc.com/dist/smartbeans/ptcw-de... https://www.ptc.com/dist/smartbeans/ptcw-design/p-a2cf5a3b.entry.js?v=4.0.6.27789.VYxuqDSHH0xt — 200 — 13.5 KiB — 108 ms — h2https://www.ptc.com/dist/smartbeans/ptcw-design/ptcw-design.css?v=4.0.6.27789.VYxuqDSHH0xtwww.ptc.com/dist/smartbeans/ptcw-de... https://www.ptc.com/dist/smartbeans/ptcw-design/ptcw-design.css?v=4.0.6.27789.VYxuqDSHH0xt — 200 — 18.7 KiB — 68 ms — h2https://www.ptc.com/dist/smartbeans/css/style.min.css?v=4.0.6.27789.VYxuqDSHH0xtwww.ptc.com/dist/smartbeans/css/sty... https://www.ptc.com/dist/smartbeans/css/style.min.css?v=4.0.6.27789.VYxuqDSHH0xt — 200 — 6.7 KiB — 94 ms — h2https://www.ptc.com/dist/smartbeans/css/view-styles/home-toggled-content.min.css?v=4.0.6.27789.VYxuqDSHH0xtwww.ptc.com/dist/smartbeans/css/vie... https://www.ptc.com/dist/smartbeans/css/view-styles/home-toggled-content.min.css?v=4.0.6.27789.VYxuqDSHH0xt — 200 — 1.3 KiB — 196 ms — h2https://www.ptc.com/dist/smartbeans/css/view-styles/home-jumbotron.min.css?v=4.0.6.27789.VYxuqDSHH0xtwww.ptc.com/dist/smartbeans/css/vie... https://www.ptc.com/dist/smartbeans/css/view-styles/home-jumbotron.min.css?v=4.0.6.27789.VYxuqDSHH0xt — 200 — 1.4 KiB — 265 ms — h2https://www.ptc.com/dist/smartbeans/css/view-styles/homepage-video-background.min.css?v=4.0.6.27789.VYxuqDSHH0xtwww.ptc.com/dist/smartbeans/css/vie... https://www.ptc.com/dist/smartbeans/css/view-styles/homepage-video-background.min.css?v=4.0.6.27789.VYxuqDSHH0xt — 200 — 1.3 KiB — 286 ms — h2https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/2966207cec8f4177b08b89a817bdc528?v=3211f8fcptc-p-001.sitecorecontenthub.cloud/... https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/2966207cec8f4177b08b89a817bdc528?v=3211f8fc — 200 — 56.4 KiB — 575 ms — h3https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/2da643288f0147f59bde88785580de3e?v=886a2520ptc-p-001.sitecorecontenthub.cloud/... https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/2da643288f0147f59bde88785580de3e?v=886a2520 — 200 — 52.2 KiB — 574 ms — h3https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/54635d336438409988acbadeb0a11b6c?v=2ee3ea23ptc-p-001.sitecorecontenthub.cloud/... https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/54635d336438409988acbadeb0a11b6c?v=2ee3ea23 — 200 — 42.4 KiB — 574 ms — h3https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/828b9562946842c9a0f894a0e8437013?v=53c83ab7ptc-p-001.sitecorecontenthub.cloud/... https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/828b9562946842c9a0f894a0e8437013?v=53c83ab7 — 200 — 91.1 KiB — 819 ms — h3https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/9db78d861545430aabec03a94c67c5e4?v=37a3c890ptc-p-001.sitecorecontenthub.cloud/... https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/9db78d861545430aabec03a94c67c5e4?v=37a3c890 — 200 — 12.2 KiB — 940 ms — h3https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/a66257b6ef2d4106931c1940dcc97919?v=539f964eptc-p-001.sitecorecontenthub.cloud/... https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/a66257b6ef2d4106931c1940dcc97919?v=539f964e — 200 — 10.8 KiB — 790 ms — h3https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/ce00a50e07954fdc9b1250e52ab11576?v=846b9f47ptc-p-001.sitecorecontenthub.cloud/... https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/ce00a50e07954fdc9b1250e52ab11576?v=846b9f47 — 200 — 45.1 KiB — 800 ms — h3https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/f039804a2a6b4245ac7fb237ddc25f2e?v=bdcde973ptc-p-001.sitecorecontenthub.cloud/... https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/f039804a2a6b4245ac7fb237ddc25f2e?v=bdcde973 — 200 — 14.5 KiB — 554 ms — h3https://www.ptc.com/dist/ptc/js/ptc-instantpage.min.js?v=4.0.6.27789.VYxuqDSHH0xtwww.ptc.com/dist/ptc/js/ptc-instant... https://www.ptc.com/dist/ptc/js/ptc-instantpage.min.js?v=4.0.6.27789.VYxuqDSHH0xt — 200 — 2.9 KiB — 139 ms — h2https://dev.visualwebsiteoptimizer.com/j.php?a=539049&u=https%3A%2F%2Fwww.ptc.com%2Fen&vn=2.2&ph=1&st=1362.5&x=truedev.visualwebsiteoptimizer.com/j.ph... https://dev.visualwebsiteoptimizer.com/j.php?a=539049&u=https%3A%2F%2Fwww.ptc.com%2Fen&vn=2.2&ph=1&st=1362.5&x=true — 200 — 17.5 KiB — 158 ms — h2https://s.go-mpulse.net/boomerang/PL944-YXMMB-DADGC-DMF56-R2RQ9s.go-mpulse.net/boomerang/PL944-YXM... https://s.go-mpulse.net/boomerang/PL944-YXMMB-DADGC-DMF56-R2RQ9 — 200 — 56.8 KiB — 101 ms — h2https://js.qualified.com/qualified.js?token=kHhbzLQFc5fffEBdjs.qualified.com/qualified.js?token... https://js.qualified.com/qualified.js?token=kHhbzLQFc5fffEBd — 200 — 116.8 KiB — 149 ms — h2https://edge.api.brightcove.com/playback/v1/accounts/1532789042001/videos/6354448616112/poster.jpg?bcov_auth=edge.api.brightcove.com/playback/v1... https://edge.api.brightcove.com/playback/v1/accounts/1532789042001/videos/6354448616112/poster.jpg?bcov_auth= — 403 — 612 B — 105 ms — h2https://edge.api.brightcove.com/playback/v1/accounts/1532789042001/videos/6354448616112/poster.jpg?bcov_auth=eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhY2NpZCI6IjE1MzI3ODkwNDIwMDEiLCJjb25pZCI6IjYzNTQ0NDg2MTYxMTIiLCJpYXQiOiIxNzc2ODY1MDI0IiwiZXhwIjoxNzc2OTA4MjI0fQ.LT42pWHYLxUtpBf5H5OB-NDmxIafJ9-s5NSN0_wOf6cfmp1SHaztnVgo1C4uoeEGdoWXhAFfIstDO5ABxleZm-dfUVF-hRa49c3H1OCKVGGyu45L44TX-zp9Z9Cdopffm0sid6oztcaVfourY3urGK2onhgkGKFjV6LsRhqIh_oTA36yO2Vu_h-YJ8sGuJIxAYBEUnyMiz9mS-82gGcErr1zsKvlyVEUu50W4WxL65VzJuhDXhGyBB_8VuetgoLMhhKKrTG_rORorp0M-qnc1VBnuL1BZx0C9MHvEA5MRTCSv9XMoR0TSwq1MLZ3T-lJpyvW1yd8qKoKIlR1oixM6wedge.api.brightcove.com/playback/v1... https://edge.api.brightcove.com/playback/v1/accounts/1532789042001/videos/6354448616112/poster.jpg?bcov_auth=eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhY2NpZCI6IjE1MzI3ODkwNDIwMDEiLCJjb25pZCI6IjYzNTQ0NDg2MTYxMTIiLCJpYXQiOiIxNzc2ODY1MDI0IiwiZXhwIjoxNzc2OTA4MjI0fQ.LT42pWHYLxUtpBf5H5OB-NDmxIafJ9-s5NSN0_wOf6cfmp1SHaztnVgo1C4uoeEGdoWXhAFfIstDO5ABxleZm-dfUVF-hRa49c3H1OCKVGGyu45L44TX-zp9Z9Cdopffm0sid6oztcaVfourY3urGK2onhgkGKFjV6LsRhqIh_oTA36yO2Vu_h-YJ8sGuJIxAYBEUnyMiz9mS-82gGcErr1zsKvlyVEUu50W4WxL65VzJuhDXhGyBB_8VuetgoLMhhKKrTG_rORorp0M-qnc1VBnuL1BZx0C9MHvEA5MRTCSv9XMoR0TSwq1MLZ3T-lJpyvW1yd8qKoKIlR1oixM6w — 302 — 244 B — 199 ms — h2https://www.ptc.com/dist/smartbeans/js/web-components/homepage-case-study-cards.min.js?v=4.0.6.27789.VYxuqDSHH0xtwww.ptc.com/dist/smartbeans/js/web-... https://www.ptc.com/dist/smartbeans/js/web-components/homepage-case-study-cards.min.js?v=4.0.6.27789.VYxuqDSHH0xt — 200 — 49.3 KiB — 309 ms — h2https://www.ptc.com/dist/smartbeans/js/web-components/hp-toggled-content.min.js?v=4.0.6.27789.VYxuqDSHH0xtwww.ptc.com/dist/smartbeans/js/web-... https://www.ptc.com/dist/smartbeans/js/web-components/hp-toggled-content.min.js?v=4.0.6.27789.VYxuqDSHH0xt — 200 — 25.2 KiB — 613 ms — h2https://www.ptc.com/dist/smartbeans/js/web-components/footer-nav.min.js?v=4.0.6.27789.VYxuqDSHH0xtwww.ptc.com/dist/smartbeans/js/web-... https://www.ptc.com/dist/smartbeans/js/web-components/footer-nav.min.js?v=4.0.6.27789.VYxuqDSHH0xt — 200 — 23.6 KiB — 246 ms — h2https://www.ptc.com/dist/smartbeans/js/web-components/header-nav.min.js?v=4.0.6.27789.VYxuqDSHH0xtwww.ptc.com/dist/smartbeans/js/web-... https://www.ptc.com/dist/smartbeans/js/web-components/header-nav.min.js?v=4.0.6.27789.VYxuqDSHH0xt — 200 — 36.9 KiB — 504 ms — h2https://www.ptc.com/dist/smartbeans/js/web-components/layout-bundle.min.js?v=4.0.6.27789.VYxuqDSHH0xtwww.ptc.com/dist/smartbeans/js/web-... https://www.ptc.com/dist/smartbeans/js/web-components/layout-bundle.min.js?v=4.0.6.27789.VYxuqDSHH0xt — 200 — 25.0 KiB — 84 ms — h2https://www.ptc.com/dist/smartbeans/js/web-components/hp-jumbotron.min.js?v=4.0.6.27789.VYxuqDSHH0xtwww.ptc.com/dist/smartbeans/js/web-... https://www.ptc.com/dist/smartbeans/js/web-components/hp-jumbotron.min.js?v=4.0.6.27789.VYxuqDSHH0xt — 200 — 46.8 KiB — 339 ms — h2https://www.ptc.com/dist/ptc/js/clean-incap.min.jswww.ptc.com/dist/ptc/js/clean-incap... https://www.ptc.com/dist/ptc/js/clean-incap.min.js — 200 — 2.0 KiB — 64 ms — h2https://www.ptc.com/dist/ptc/js/dynamicloader.yt.min.jswww.ptc.com/dist/ptc/js/dynamicload... https://www.ptc.com/dist/ptc/js/dynamicloader.yt.min.js — 200 — 1.2 KiB — 308 ms — h2https://www.ptc.com/dist/ptc/js/dynamicloader.ot.min.jswww.ptc.com/dist/ptc/js/dynamicload... https://www.ptc.com/dist/ptc/js/dynamicloader.ot.min.js — 200 — 1.0 KiB — 57 ms — h2https://www.ptc.com/dist/ptc/js/dynamicloader.mf.min.jswww.ptc.com/dist/ptc/js/dynamicload... https://www.ptc.com/dist/ptc/js/dynamicloader.mf.min.js — 200 — 1.5 KiB — 75 ms — h2https://www.ptc.com/dist/ptc/js/touch-event-polyfill.min.jswww.ptc.com/dist/ptc/js/touch-event... https://www.ptc.com/dist/ptc/js/touch-event-polyfill.min.js — 200 — 1.1 KiB — 77 ms — h2https://www.ptc.com/dist/ptc/js/contenthub-pdf-tracker.min.jswww.ptc.com/dist/ptc/js/contenthub-... https://www.ptc.com/dist/ptc/js/contenthub-pdf-tracker.min.js — 200 — 1.0 KiB — 78 ms — h2https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516static.cloudflareinsights.com/beaco... https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516 — 200 — 10.7 KiB — 114 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-TRNG6Rwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-TRNG6R — 200 — 202.3 KiB — 367 ms — h2https://j.6sc.co/6si.min.jsj.6sc.co/6si.min.js https://j.6sc.co/6si.min.js — 200 — 18.8 KiB — 109 ms — h2https://www.ptc.com/dist/smartbeans/js/web-components/homepage-case-study-cards.min.js?v=4.0.6.27789.VYxuqDSHH0xtwww.ptc.com/dist/smartbeans/js/web-... https://www.ptc.com/dist/smartbeans/js/web-components/homepage-case-study-cards.min.js?v=4.0.6.27789.VYxuqDSHH0xt — 200 — 220 B — 366 ms — h2https://www.ptc.com/dist/smartbeans/js/web-components/hp-toggled-content.min.js?v=4.0.6.27789.VYxuqDSHH0xtwww.ptc.com/dist/smartbeans/js/web-... https://www.ptc.com/dist/smartbeans/js/web-components/hp-toggled-content.min.js?v=4.0.6.27789.VYxuqDSHH0xt — 200 — 0 B — 617 ms — h2https://www.ptc.com/dist/smartbeans/js/web-components/footer-nav.min.js?v=4.0.6.27789.VYxuqDSHH0xtwww.ptc.com/dist/smartbeans/js/web-... https://www.ptc.com/dist/smartbeans/js/web-components/footer-nav.min.js?v=4.0.6.27789.VYxuqDSHH0xt — 200 — 0 B — 344 ms — h2https://www.ptc.com/dist/smartbeans/js/web-components/header-nav.min.js?v=4.0.6.27789.VYxuqDSHH0xtwww.ptc.com/dist/smartbeans/js/web-... https://www.ptc.com/dist/smartbeans/js/web-components/header-nav.min.js?v=4.0.6.27789.VYxuqDSHH0xt — 200 — 0 B — 503 ms — h2https://www.ptc.com/dist/smartbeans/js/web-components/layout-bundle.min.js?v=4.0.6.27789.VYxuqDSHH0xtwww.ptc.com/dist/smartbeans/js/web-... https://www.ptc.com/dist/smartbeans/js/web-components/layout-bundle.min.js?v=4.0.6.27789.VYxuqDSHH0xt — 200 — 25.0 KiB — 94 ms — h2https://www.ptc.com/dist/smartbeans/js/web-components/hp-jumbotron.min.js?v=4.0.6.27789.VYxuqDSHH0xtwww.ptc.com/dist/smartbeans/js/web-... https://www.ptc.com/dist/smartbeans/js/web-components/hp-jumbotron.min.js?v=4.0.6.27789.VYxuqDSHH0xt — 200 — 46.7 KiB — 387 ms — h2https://www.ptc.com/dist/ptc/js/ptc-instantpage.min.js?v=4.0.6.27789.VYxuqDSHH0xtwww.ptc.com/dist/ptc/js/ptc-instant... https://www.ptc.com/dist/ptc/js/ptc-instantpage.min.js?v=4.0.6.27789.VYxuqDSHH0xt — 200 — 2.8 KiB — 121 ms — h2https://fonts.googleapis.com/css2?family=Rajdhani:wght@400;500;600;700&family=Raleway:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swapfonts.googleapis.com/css2?family=Ra... https://fonts.googleapis.com/css2?family=Rajdhani:wght@400;500;600;700&family=Raleway:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap — 200 — 1.7 KiB — 128 ms — h2https://www.ptc.com/dist/smartbeans/ptcw-design/p-CG1_3nuY.jswww.ptc.com/dist/smartbeans/ptcw-de... https://www.ptc.com/dist/smartbeans/ptcw-design/p-CG1_3nuY.js — 200 — 12.9 KiB — 48 ms — h2https://www.ptc.com/dist/smartbeans/ptcw-design/p-D04HI6Ma.jswww.ptc.com/dist/smartbeans/ptcw-de... https://www.ptc.com/dist/smartbeans/ptcw-design/p-D04HI6Ma.js — 200 — 1.3 KiB — 63 ms — h2https://c.6sc.co/c.6sc.co/ https://c.6sc.co/ — 302 — 189 B — 113 ms — h2https://ipv6.6sc.co/ipv6.6sc.co/ https://ipv6.6sc.co/ — 200 — 309 B — 65 ms — h2https://b.6sc.co/v1/beacon/img.gif?token=6e93802ac6f24eaf09a4ff1d3c9cfe0c&svisitor=null&visitor=f3347b60-ce2e-407e-8ba8-9eb046afeb33&session=f3a3dc3f-9f93-4934-8085-8b757d157b5c&event=a_pageload&q=%7B%22pageLoadTime%22%3A%22Wed%2C%2022%20Apr%202026%2021%3A59%3A23%20GMT%22%7D&isIframe=false&m=%7B%22description%22%3A%22PTC%20accelerates%20digital%20transformation%20with%20a%20new%20generation%20of%20technology%20that%20powers%20the%20ways%20you%20engineer%2C%20manufacture%2C%20and%20service%20your%20physical%20products.%22%2C%22keywords%22%3A%22%22%2C%22title%22%3A%22Global%20Leader%20in%20Product%20Lifecycle%20Management%20Software%20%7C%20PTC%22%7D&cb=&r=&thirdParty=%7B%7D&v2=1&pageURL=https%3A%2F%2Fwww.ptc.com%2Fen&pageViewId=f17a2daf-2ddf-4632-849e-26f9018b3f5a&v=1.1.31b.6sc.co/v1/beacon/img.gif?token=6e... https://b.6sc.co/v1/beacon/img.gif?token=6e93802ac6f24eaf09a4ff1d3c9cfe0c&svisitor=null&visitor=f3347b60-ce2e-407e-8ba8-9eb046afeb33&session=f3a3dc3f-9f93-4934-8085-8b757d157b5c&event=a_pageload&q=%7B%22pageLoadTime%22%3A%22Wed%2C%2022%20Apr%202026%2021%3A59%3A23%20GMT%22%7D&isIframe=false&m=%7B%22description%22%3A%22PTC%20accelerates%20digital%20transformation%20with%20a%20new%20generation%20of%20technology%20that%20powers%20the%20ways%20you%20engineer%2C%20manufacture%2C%20and%20service%20your%20physical%20products.%22%2C%22keywords%22%3A%22%22%2C%22title%22%3A%22Global%20Leader%20in%20Product%20Lifecycle%20Management%20Software%20%7C%20PTC%22%7D&cb=&r=&thirdParty=%7B%7D&v2=1&pageURL=https%3A%2F%2Fwww.ptc.com%2Fen&pageViewId=f17a2daf-2ddf-4632-849e-26f9018b3f5a&v=1.1.31 — 200 — 199 B — 192 ms — h2https://b.6sc.co/v1/beacon/img.gif?token=6e93802ac6f24eaf09a4ff1d3c9cfe0c&svisitor=null&visitor=f3347b60-ce2e-407e-8ba8-9eb046afeb33&session=f3a3dc3f-9f93-4934-8085-8b757d157b5c&event=ni%3AasyncSettingsAudit&q=%7B%22settings%22%3A%22%5B%7B%5C%22name%5C%22%3A%5C%22enableEventTracking%5C%22%2C%5C%22value%5C%22%3A%5C%22true%5C%22%2C%5C%22dateTime%5C%22%3A%5C%22Wed%2C%2022%20Apr%202026%2021%3A59%3A23%20GMT%5C%22%2C%5C%22timeSincePageLoad%5C%22%3A%5C%220%5C%22%7D%2C%7B%5C%22name%5C%22%3A%5C%22setToken%5C%22%2C%5C%22value%5C%22%3A%5C%226e93802ac6f24eaf09a4ff1d3c9cfe0c%5C%22%2C%5C%22dateTime%5C%22%3A%5C%22Wed%2C%2022%20Apr%202026%2021%3A59%3A23%20GMT%5C%22%2C%5C%22timeSincePageLoad%5C%22%3A%5C%220%5C%22%7D%2C%7B%5C%22name%5C%22%3A%5C%22setEpsilonKey%5C%22%2C%5C%22value%5C%22%3A%5C%2205af84bfa569366700d826313cdfde44b5efca48%5C%22%2C%5C%22dateTime%5C%22%3A%5C%22Wed%2C%2022%20Apr%202026%2021%3A59%3A23%20GMT%5C%22%2C%5C%22timeSincePageLoad%5C%22%3A%5C%220%5C%22%7D%2C%7B%5C%22name%5C%22%3A%5C%22setEndpoint%5C%22%2C%5C%22value%5C%22%3A%5C%22b.6sc.co%5C%22%2C%5C%22dateTime%5C%22%3A%5C%22Wed%2C%2022%20Apr%202026%2021%3A59%3A23%20GMT%5C%22%2C%5C%22timeSincePageLoad%5C%22%3A%5C%220%5C%22%7D%5D%22%7D&isIframe=false&m=%7B%22description%22%3A%22PTC%20accelerates%20digital%20transformation%20with%20a%20new%20generation%20of%20technology%20that%20powers%20the%20ways%20you%20engineer%2C%20manufacture%2C%20and%20service%20your%20physical%20products.%22%2C%22keywords%22%3A%22%22%2C%22title%22%3A%22Global%20Leader%20in%20Product%20Lifecycle%20Management%20Software%20%7C%20PTC%22%7D&cb=&r=&thirdParty=%7B%7D&v2=1&pageURL=https%3A%2F%2Fwww.ptc.com%2Fen&pageViewId=f17a2daf-2ddf-4632-849e-26f9018b3f5a&v=1.1.31b.6sc.co/v1/beacon/img.gif?token=6e... https://b.6sc.co/v1/beacon/img.gif?token=6e93802ac6f24eaf09a4ff1d3c9cfe0c&svisitor=null&visitor=f3347b60-ce2e-407e-8ba8-9eb046afeb33&session=f3a3dc3f-9f93-4934-8085-8b757d157b5c&event=ni%3AasyncSettingsAudit&q=%7B%22settings%22%3A%22%5B%7B%5C%22name%5C%22%3A%5C%22enableEventTracking%5C%22%2C%5C%22value%5C%22%3A%5C%22true%5C%22%2C%5C%22dateTime%5C%22%3A%5C%22Wed%2C%2022%20Apr%202026%2021%3A59%3A23%20GMT%5C%22%2C%5C%22timeSincePageLoad%5C%22%3A%5C%220%5C%22%7D%2C%7B%5C%22name%5C%22%3A%5C%22setToken%5C%22%2C%5C%22value%5C%22%3A%5C%226e93802ac6f24eaf09a4ff1d3c9cfe0c%5C%22%2C%5C%22dateTime%5C%22%3A%5C%22Wed%2C%2022%20Apr%202026%2021%3A59%3A23%20GMT%5C%22%2C%5C%22timeSincePageLoad%5C%22%3A%5C%220%5C%22%7D%2C%7B%5C%22name%5C%22%3A%5C%22setEpsilonKey%5C%22%2C%5C%22value%5C%22%3A%5C%2205af84bfa569366700d826313cdfde44b5efca48%5C%22%2C%5C%22dateTime%5C%22%3A%5C%22Wed%2C%2022%20Apr%202026%2021%3A59%3A23%20GMT%5C%22%2C%5C%22timeSincePageLoad%5C%22%3A%5C%220%5C%22%7D%2C%7B%5C%22name%5C%22%3A%5C%22setEndpoint%5C%22%2C%5C%22value%5C%22%3A%5C%22b.6sc.co%5C%22%2C%5C%22dateTime%5C%22%3A%5C%22Wed%2C%2022%20Apr%202026%2021%3A59%3A23%20GMT%5C%22%2C%5C%22timeSincePageLoad%5C%22%3A%5C%220%5C%22%7D%5D%22%7D&isIframe=false&m=%7B%22description%22%3A%22PTC%20accelerates%20digital%20transformation%20with%20a%20new%20generation%20of%20technology%20that%20powers%20the%20ways%20you%20engineer%2C%20manufacture%2C%20and%20service%20your%20physical%20products.%22%2C%22keywords%22%3A%22%22%2C%22title%22%3A%22Global%20Leader%20in%20Product%20Lifecycle%20Management%20Software%20%7C%20PTC%22%7D&cb=&r=&thirdParty=%7B%7D&v2=1&pageURL=https%3A%2F%2Fwww.ptc.com%2Fen&pageViewId=f17a2daf-2ddf-4632-849e-26f9018b3f5a&v=1.1.31 — 200 — 199 B — 166 ms — h2https://www.ptc.com/api/forms/validation-messageswww.ptc.com/api/forms/validation-me... https://www.ptc.com/api/forms/validation-messages — 200 — 2.8 KiB — 156 ms — h2https://www.ptc.com/dist/smartbeans/ptcw-design/p-1febf003.entry.jswww.ptc.com/dist/smartbeans/ptcw-de... https://www.ptc.com/dist/smartbeans/ptcw-design/p-1febf003.entry.js — 200 — 10.1 KiB — 208 ms — h2https://www.ptc.com/dist/smartbeans/ptcw-design/p-49d169c8.entry.jswww.ptc.com/dist/smartbeans/ptcw-de... https://www.ptc.com/dist/smartbeans/ptcw-design/p-49d169c8.entry.js — 200 — 4.5 KiB — 182 ms — h2https://www.ptc.com/dist/smartbeans/ptcw-design/p-0755f9f0.entry.jswww.ptc.com/dist/smartbeans/ptcw-de... https://www.ptc.com/dist/smartbeans/ptcw-design/p-0755f9f0.entry.js — 200 — 3.7 KiB — 467 ms — h2https://www.ptc.com/dist/smartbeans/ptcw-design/p-549356cc.entry.jswww.ptc.com/dist/smartbeans/ptcw-de... https://www.ptc.com/dist/smartbeans/ptcw-design/p-549356cc.entry.js — 200 — 3.0 KiB — 175 ms — h2https://www.ptc.com/dist/smartbeans/ptcw-design/p-4ab1d492.entry.jswww.ptc.com/dist/smartbeans/ptcw-de... https://www.ptc.com/dist/smartbeans/ptcw-design/p-4ab1d492.entry.js — 200 — 3.2 KiB — 48 ms — h2https://www.ptc.com/dist/smartbeans/ptcw-design/p-662f41c8.entry.jswww.ptc.com/dist/smartbeans/ptcw-de... https://www.ptc.com/dist/smartbeans/ptcw-design/p-662f41c8.entry.js — 200 — 2.2 KiB — 183 ms — h2https://www.ptc.com/dist/smartbeans/ptcw-design/p-032fe761.entry.jswww.ptc.com/dist/smartbeans/ptcw-de... https://www.ptc.com/dist/smartbeans/ptcw-design/p-032fe761.entry.js — 200 — 2.3 KiB — 172 ms — h2https://www.ptc.com/dist/smartbeans/ptcw-design/p-f2cdf99d.entry.jswww.ptc.com/dist/smartbeans/ptcw-de... https://www.ptc.com/dist/smartbeans/ptcw-design/p-f2cdf99d.entry.js — 200 — 3.0 KiB — 211 ms — h2https://www.ptc.com/dist/smartbeans/ptcw-design/p-549b997c.entry.jswww.ptc.com/dist/smartbeans/ptcw-de... https://www.ptc.com/dist/smartbeans/ptcw-design/p-549b997c.entry.js — 200 — 2.1 KiB — 52 ms — h2https://www.ptc.com/dist/smartbeans/ptcw-design/p-b042b354.entry.jswww.ptc.com/dist/smartbeans/ptcw-de... https://www.ptc.com/dist/smartbeans/ptcw-design/p-b042b354.entry.js — 200 — 2.8 KiB — 66 ms — h2https://www.ptc.com/dist/smartbeans/ptcw-design/p-7bb87970.entry.jswww.ptc.com/dist/smartbeans/ptcw-de... https://www.ptc.com/dist/smartbeans/ptcw-design/p-7bb87970.entry.js — 200 — 1.6 KiB — 79 ms — h2https://www.ptc.com/dist/smartbeans/ptcw-design/p-3ab3fd4d.entry.jswww.ptc.com/dist/smartbeans/ptcw-de... https://www.ptc.com/dist/smartbeans/ptcw-design/p-3ab3fd4d.entry.js — 200 — 18.2 KiB — 92 ms — h2https://www.ptc.com/dist/smartbeans/ptcw-design/p-a2cf5a3b.entry.jswww.ptc.com/dist/smartbeans/ptcw-de... https://www.ptc.com/dist/smartbeans/ptcw-design/p-a2cf5a3b.entry.js — 200 — 13.5 KiB — 88 ms — h2https://cf-images.us-east-1.prod.boltdns.net/v1/jit/1532789042001/0c7c3199-98b7-4152-bea2-7b0f89573c51/main/1280x720/7s767ms/match/image.jpgcf-images.us-east-1.prod.boltdns.ne... https://cf-images.us-east-1.prod.boltdns.net/v1/jit/1532789042001/0c7c3199-98b7-4152-bea2-7b0f89573c51/main/1280x720/7s767ms/match/image.jpg — 200 — 90.9 KiB — 243 ms — h2https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/c22e1d0a2ced49ccacb3fae025b2eb00?v=33c3645bptc-p-001.sitecorecontenthub.cloud/... https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/c22e1d0a2ced49ccacb3fae025b2eb00?v=33c3645b — 200 — 1.9 KiB — 65 ms — h3https://fonts.gstatic.com/s/raleway/v37/1Ptug8zYS_SKggPNyC0IT4ttDfA.woff2fonts.gstatic.com/s/raleway/v37/1Pt... https://fonts.gstatic.com/s/raleway/v37/1Ptug8zYS_SKggPNyC0IT4ttDfA.woff2 — 200 — 42.1 KiB — 102 ms — h3https://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 — 158 ms — h3https://dev.visualwebsiteoptimizer.com/cdn/edrv/va_gq-d728c477f0f4777c8be7f1f120d0c70b.br.jsdev.visualwebsiteoptimizer.com/cdn/... https://dev.visualwebsiteoptimizer.com/cdn/edrv/va_gq-d728c477f0f4777c8be7f1f120d0c70b.br.js — 200 — 96.5 KiB — 160 ms — h3https://dev.visualwebsiteoptimizer.com/v.gif?cd=0&a=539049&d=ptc.com&u=D61DFB7A32AAB495F8D60056B7DA2ADBD&h=c6c62d86cbe37814f9ae0f4eb47acb96&t=falsedev.visualwebsiteoptimizer.com/v.gi... https://dev.visualwebsiteoptimizer.com/v.gif?cd=0&a=539049&d=ptc.com&u=D61DFB7A32AAB495F8D60056B7DA2ADBD&h=c6c62d86cbe37814f9ae0f4eb47acb96&t=false — 200 — 147 B — 133 ms — h2https://b.6sc.co/v1/beacon/img.gif?token=6e93802ac6f24eaf09a4ff1d3c9cfe0c&svisitor=null&visitor=f3347b60-ce2e-407e-8ba8-9eb046afeb33&session=f3a3dc3f-9f93-4934-8085-8b757d157b5c&event=ipv6&q=%7B%22address%22%3A%222001%3A41d0%3Aab00%3A%3A4%3A0%3A8c%22%7D&isIframe=false&m=%7B%22description%22%3A%22PTC%20accelerates%20digital%20transformation%20with%20a%20new%20generation%20of%20technology%20that%20powers%20the%20ways%20you%20engineer%2C%20manufacture%2C%20and%20service%20your%20physical%20products.%22%2C%22keywords%22%3A%22%22%2C%22title%22%3A%22Global%20Leader%20in%20Product%20Lifecycle%20Management%20Software%20%7C%20PTC%22%7D&cb=&r=&thirdParty=%7B%7D&v2=1&pageURL=https%3A%2F%2Fwww.ptc.com%2Fen&pageViewId=f17a2daf-2ddf-4632-849e-26f9018b3f5a&ipv6=2001%3A41d0%3Aab00%3A%3A4%3A0%3A8c&v=1.1.31b.6sc.co/v1/beacon/img.gif?token=6e... https://b.6sc.co/v1/beacon/img.gif?token=6e93802ac6f24eaf09a4ff1d3c9cfe0c&svisitor=null&visitor=f3347b60-ce2e-407e-8ba8-9eb046afeb33&session=f3a3dc3f-9f93-4934-8085-8b757d157b5c&event=ipv6&q=%7B%22address%22%3A%222001%3A41d0%3Aab00%3A%3A4%3A0%3A8c%22%7D&isIframe=false&m=%7B%22description%22%3A%22PTC%20accelerates%20digital%20transformation%20with%20a%20new%20generation%20of%20technology%20that%20powers%20the%20ways%20you%20engineer%2C%20manufacture%2C%20and%20service%20your%20physical%20products.%22%2C%22keywords%22%3A%22%22%2C%22title%22%3A%22Global%20Leader%20in%20Product%20Lifecycle%20Management%20Software%20%7C%20PTC%22%7D&cb=&r=&thirdParty=%7B%7D&v2=1&pageURL=https%3A%2F%2Fwww.ptc.com%2Fen&pageViewId=f17a2daf-2ddf-4632-849e-26f9018b3f5a&ipv6=2001%3A41d0%3Aab00%3A%3A4%3A0%3A8c&v=1.1.31 — 200 — 199 B — 139 ms — h2https://c.6sc.co/refreshc.6sc.co/refresh https://c.6sc.co/refresh — 302 — 296 B — 59 ms — h2https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/01ad20b1e1374116b80de831d1a25323?v=57b027a5ptc-p-001.sitecorecontenthub.cloud/... https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/01ad20b1e1374116b80de831d1a25323?v=57b027a5 — 200 — 3.7 KiB — 382 ms — h3https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/0233be3d2a6e44eab95ba66910ddf8bf?v=cced898dptc-p-001.sitecorecontenthub.cloud/... https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/0233be3d2a6e44eab95ba66910ddf8bf?v=cced898d — 200 — 48.5 KiB — 584 ms — h3https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/097f3fb916594e6085bf0599c7ec4fdb?v=c75c1001ptc-p-001.sitecorecontenthub.cloud/... https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/097f3fb916594e6085bf0599c7ec4fdb?v=c75c1001 — 200 — 4.8 KiB — 387 ms — h3https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/15e874a3b5e7475ba870cc24409ac209?v=0db9c38f&h=733&w=580&la=enptc-p-001.sitecorecontenthub.cloud/... https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/15e874a3b5e7475ba870cc24409ac209?v=0db9c38f&h=733&w=580&la=en — 200 — 226.9 KiB — 982 ms — h3https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/2e6f7b6f348f42c9b6baf22c67d728c4?v=f0b6292eptc-p-001.sitecorecontenthub.cloud/... https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/2e6f7b6f348f42c9b6baf22c67d728c4?v=f0b6292e — 200 — 320.4 KiB — 732 ms — h3https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/3598ab97d8af491794e183dfc92e4942?v=f92fc718ptc-p-001.sitecorecontenthub.cloud/... https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/3598ab97d8af491794e183dfc92e4942?v=f92fc718 — 200 — 41.8 KiB — 838 ms — h3https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/3c9d7c7c7ca74dd483c4d7ca554ecc38?v=ece57c52ptc-p-001.sitecorecontenthub.cloud/... https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/3c9d7c7c7ca74dd483c4d7ca554ecc38?v=ece57c52 — 200 — 516.4 KiB — 537 ms — h3https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/40be20793ef640328cd366ba33fcdd75?v=d2377a3e&h=733&w=580&la=enptc-p-001.sitecorecontenthub.cloud/... https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/40be20793ef640328cd366ba33fcdd75?v=d2377a3e&h=733&w=580&la=en — 200 — 224.7 KiB — 829 ms — h3https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/46412ff3352d4ff3babee5f7581f5775?v=0c21fe7eptc-p-001.sitecorecontenthub.cloud/... https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/46412ff3352d4ff3babee5f7581f5775?v=0c21fe7e — 200 — 2.0 KiB — 646 ms — h3https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/4bc61df0d4144b088e192176f65fa832?v=80d0f1d0ptc-p-001.sitecorecontenthub.cloud/... https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/4bc61df0d4144b088e192176f65fa832?v=80d0f1d0 — 200 — 6.5 KiB — 906 ms — h3https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/4d9caf235f3b43d0b4f92e484ec4ff77?v=bab728e9&h=733&w=580&la=enptc-p-001.sitecorecontenthub.cloud/... https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/4d9caf235f3b43d0b4f92e484ec4ff77?v=bab728e9&h=733&w=580&la=en — 200 — 246.7 KiB — 625 ms — h3https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/4e67f955f2564147afe9a63746f4b30a?v=c6574b80ptc-p-001.sitecorecontenthub.cloud/... https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/4e67f955f2564147afe9a63746f4b30a?v=c6574b80 — 200 — 66.9 KiB — 1.2 s — h3https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/5997b6c3a336496e8bbeb48866b1e546?v=702e0697ptc-p-001.sitecorecontenthub.cloud/... https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/5997b6c3a336496e8bbeb48866b1e546?v=702e0697 — 200 — 72.2 KiB — 729 ms — h3https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/61954d0aa2994987842f6d1450ac3c10?v=45439b48ptc-p-001.sitecorecontenthub.cloud/... https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/61954d0aa2994987842f6d1450ac3c10?v=45439b48 — 200 — 3.1 KiB — 376 ms — h3https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/6933c7caf3384f9eace560248f5aba93?v=1d20d85cptc-p-001.sitecorecontenthub.cloud/... https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/6933c7caf3384f9eace560248f5aba93?v=1d20d85c — 200 — 2.3 KiB — 617 ms — h3https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/8562fd61795f4982908fb2d255d35efe?v=b4ba64eaptc-p-001.sitecorecontenthub.cloud/... https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/8562fd61795f4982908fb2d255d35efe?v=b4ba64ea — 200 — 43.7 KiB — 683 ms — h3https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/995503c4ea664f3085f06266e109b0be?v=c426f5c3ptc-p-001.sitecorecontenthub.cloud/... https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/995503c4ea664f3085f06266e109b0be?v=c426f5c3 — 200 — 105.7 KiB — 990 ms — h3https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/9dc3a371dce44b50b8807dd2114035f6?v=937026feptc-p-001.sitecorecontenthub.cloud/... https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/9dc3a371dce44b50b8807dd2114035f6?v=937026fe — 200 — 42.9 KiB — 704 ms — h3https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/b04a21f8e7e249c8883b258ab2cde078?v=a9faf657ptc-p-001.sitecorecontenthub.cloud/... https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/b04a21f8e7e249c8883b258ab2cde078?v=a9faf657 — 200 — 2.5 KiB — 816 ms — h3https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/b0e602871db0403a92f4f9f26caaba0d?v=65df46fdptc-p-001.sitecorecontenthub.cloud/... https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/b0e602871db0403a92f4f9f26caaba0d?v=65df46fd — 200 — 2.5 KiB — 734 ms — h3https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/bdb0381e7c62486395760c0717c55b96?v=cbfae839&h=733&w=580&la=enptc-p-001.sitecorecontenthub.cloud/... https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/bdb0381e7c62486395760c0717c55b96?v=cbfae839&h=733&w=580&la=en — 200 — 191.1 KiB — 786 ms — h3https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/ceeee93be3d1409eb13998e651649444?v=d92b8fcdptc-p-001.sitecorecontenthub.cloud/... https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/ceeee93be3d1409eb13998e651649444?v=d92b8fcd — 200 — 28.6 KiB — 1.0 s — h3https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/d0f212efdbff45c6b51ba631fb71ae22?v=c12b8d2c&h=733&w=580&la=enptc-p-001.sitecorecontenthub.cloud/... https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/d0f212efdbff45c6b51ba631fb71ae22?v=c12b8d2c&h=733&w=580&la=en — 200 — 186.1 KiB — 704 ms — h3https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/d30635ddee984294a3461b8286a44e6a?v=7f6a9693ptc-p-001.sitecorecontenthub.cloud/... https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/d30635ddee984294a3461b8286a44e6a?v=7f6a9693 — 200 — 2.2 KiB — 833 ms — h3https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/db1cea426ed545caa421c6c6b55e8000?v=dfb0c2a4ptc-p-001.sitecorecontenthub.cloud/... https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/db1cea426ed545caa421c6c6b55e8000?v=dfb0c2a4 — 200 — 46.4 KiB — 837 ms — h3https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/dd61bdcce0834918add8ad1fe817c72c?v=4a8c033dptc-p-001.sitecorecontenthub.cloud/... https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/dd61bdcce0834918add8ad1fe817c72c?v=4a8c033d — 200 — 31.7 KiB — 837 ms — h3https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/de0c1c5a2d794312970c51d30ac3d33d?v=fbe0b15dptc-p-001.sitecorecontenthub.cloud/... https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/de0c1c5a2d794312970c51d30ac3d33d?v=fbe0b15d — 200 — 64.9 KiB — 887 ms — h3https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/e35be4f06a234760b2660cc3ef5e6319?v=b3656cf6ptc-p-001.sitecorecontenthub.cloud/... https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/e35be4f06a234760b2660cc3ef5e6319?v=b3656cf6 — 200 — 1.1 KiB — 696 ms — h3https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/ed96aae786f04bfb9228080f49639f92?v=808ad85fptc-p-001.sitecorecontenthub.cloud/... https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/ed96aae786f04bfb9228080f49639f92?v=808ad85f — 200 — 2.3 KiB — 551 ms — h3https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/fccdd5d36dd247a79b526489aa528209?v=6d60eb56ptc-p-001.sitecorecontenthub.cloud/... https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/fccdd5d36dd247a79b526489aa528209?v=6d60eb56 — 200 — 3.2 KiB — 725 ms — h3https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/40be20793ef640328cd366ba33fcdd75?v=d2377a3e&amp;h=733&amp;w=580&amp;la=enptc-p-001.sitecorecontenthub.cloud/... https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/40be20793ef640328cd366ba33fcdd75?v=d2377a3e&amp;h=733&amp;w=580&amp;la=en — 200 — 224.7 KiB — 1.0 s — h3https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/15e874a3b5e7475ba870cc24409ac209?v=0db9c38f&amp;h=733&amp;w=580&amp;la=enptc-p-001.sitecorecontenthub.cloud/... https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/15e874a3b5e7475ba870cc24409ac209?v=0db9c38f&amp;h=733&amp;w=580&amp;la=en — 200 — 226.9 KiB — 877 ms — h3https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/bdb0381e7c62486395760c0717c55b96?v=cbfae839&amp;h=733&amp;w=580&amp;la=enptc-p-001.sitecorecontenthub.cloud/... https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/bdb0381e7c62486395760c0717c55b96?v=cbfae839&amp;h=733&amp;w=580&amp;la=en — 200 — 191.1 KiB — 665 ms — h3https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/d0f212efdbff45c6b51ba631fb71ae22?v=c12b8d2c&amp;h=733&amp;w=580&amp;la=enptc-p-001.sitecorecontenthub.cloud/... https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/d0f212efdbff45c6b51ba631fb71ae22?v=c12b8d2c&amp;h=733&amp;w=580&amp;la=en — 200 — 186.1 KiB — 808 ms — h3https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/4d9caf235f3b43d0b4f92e484ec4ff77?v=bab728e9&amp;h=733&amp;w=580&amp;la=enptc-p-001.sitecorecontenthub.cloud/... https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/4d9caf235f3b43d0b4f92e484ec4ff77?v=bab728e9&amp;h=733&amp;w=580&amp;la=en — 200 — 246.7 KiB — 1.1 s — h3https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/351606a71b9e48a29068caca026162e4?v=567a25deptc-p-001.sitecorecontenthub.cloud/... https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/351606a71b9e48a29068caca026162e4?v=567a25de — 200 — 2.7 KiB — 103 ms — h3https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/8854097a04c04199a97e35cd7d9123a3?v=e3743790ptc-p-001.sitecorecontenthub.cloud/... https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/8854097a04c04199a97e35cd7d9123a3?v=e3743790 — 200 — 1.1 KiB — 111 ms — h3https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/922dae77b7854629a21796773e0e1391?v=792ba0ccptc-p-001.sitecorecontenthub.cloud/... https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/922dae77b7854629a21796773e0e1391?v=792ba0cc — 200 — 2.2 KiB — 118 ms — h3https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/d1a7ac95794e47a7a7d8764215ed2d5d?v=75aeea15ptc-p-001.sitecorecontenthub.cloud/... https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/d1a7ac95794e47a7a7d8764215ed2d5d?v=75aeea15 — 200 — 2.9 KiB — 119 ms — h3https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/f529d0db850d44b8807dfd365cd46105?v=ef88a747ptc-p-001.sitecorecontenthub.cloud/... https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/f529d0db850d44b8807dfd365cd46105?v=ef88a747 — 200 — 40.6 KiB — 134 ms — h3https://www.ptc.com/dist/smartbeans/ptcw-design/p-CDn3ApXj.jswww.ptc.com/dist/smartbeans/ptcw-de... https://www.ptc.com/dist/smartbeans/ptcw-design/p-CDn3ApXj.js — 200 — 2.7 KiB — 62 ms — h2https://c.6sc.co/?m=1c.6sc.co/?m=1 https://c.6sc.co/?m=1 — 200 — 189 B — 49 ms — h2https://www.ptc.com/dist/smartbeans/ptcw-design/p-033e093e.entry.jswww.ptc.com/dist/smartbeans/ptcw-de... https://www.ptc.com/dist/smartbeans/ptcw-design/p-033e093e.entry.js — 200 — 8.8 KiB — 67 ms — h2https://www.ptc.com/dist/smartbeans/ptcw-design/p-d9b547c7.entry.jswww.ptc.com/dist/smartbeans/ptcw-de... https://www.ptc.com/dist/smartbeans/ptcw-design/p-d9b547c7.entry.js — 200 — 2.4 KiB — 76 ms — h2blob:https://www.ptc.com/98849895-ae88-4647-a4fd-c441520b6312www.ptc.com/98849895-ae88-4647-a4fd... blob:https://www.ptc.com/98849895-ae88-4647-a4fd-c441520b6312 — 200 — -1 B — 169 ms — blobhttps://www.ptc.com/dist/smartbeans/ptcw-design/p-Cy7-E173.jswww.ptc.com/dist/smartbeans/ptcw-de... https://www.ptc.com/dist/smartbeans/ptcw-design/p-Cy7-E173.js — 200 — 2.7 KiB — 178 ms — h2https://www.ptc.com/dist/smartbeans/ptcw-design/p-Dot8pfx7.jswww.ptc.com/dist/smartbeans/ptcw-de... https://www.ptc.com/dist/smartbeans/ptcw-design/p-Dot8pfx7.js — 200 — 1.5 KiB — 175 ms — h2https://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 — 24 ms — h3https://www.ptc.com/dist/smartbeans/ptcw-design/p-CoH9VLSd.jswww.ptc.com/dist/smartbeans/ptcw-de... https://www.ptc.com/dist/smartbeans/ptcw-design/p-CoH9VLSd.js — 200 — 7.3 KiB — 34 ms — h2https://app.qualified.com/w/1/kHhbzLQFc5fffEBd/visitor_events?wu=app.qualified.com/w/1/kHhbzLQFc5fff... https://app.qualified.com/w/1/kHhbzLQFc5fffEBd/visitor_events?wu= — 200 — 0 B — 375 ms — h2https://www.ptc.com/dist/smartbeans/ptcw-design/media/designer-v6.0.7.svgwww.ptc.com/dist/smartbeans/ptcw-de... https://www.ptc.com/dist/smartbeans/ptcw-design/media/designer-v6.0.7.svg — 200 — 26.9 KiB — 190 ms — h2data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 18" id="pause"><path id=…www.w3.org/2000/svg" viewBox="0 0 1... data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 18" id="pause"><path id=… — 200 — 0 B — 0 ms — datahttps://www.ptc.com/dist/smartbeans/ptcw-design/p-d4d19426.entry.jswww.ptc.com/dist/smartbeans/ptcw-de... https://www.ptc.com/dist/smartbeans/ptcw-design/p-d4d19426.entry.js — 200 — 2.9 KiB — 171 ms — h2https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/72f3518e3c1a41298671e004e99e195d?v=338b12aeptc-p-001.sitecorecontenthub.cloud/... https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/72f3518e3c1a41298671e004e99e195d?v=338b12ae — 200 — 903 B — 34 ms — h3https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/761b30af75974db7a7e438824352e5d3?v=97907b05ptc-p-001.sitecorecontenthub.cloud/... https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/761b30af75974db7a7e438824352e5d3?v=97907b05 — 200 — 936 B — 34 ms — h3https://www.ptc.com/dist/smartbeans/ptcw-design/p-5c171f79.entry.jswww.ptc.com/dist/smartbeans/ptcw-de... https://www.ptc.com/dist/smartbeans/ptcw-design/p-5c171f79.entry.js — 200 — 10.5 KiB — 427 ms — h2https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/3518f57ac4dc40e699f7972e32c5c29e?v=517ca83bptc-p-001.sitecorecontenthub.cloud/... https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/3518f57ac4dc40e699f7972e32c5c29e?v=517ca83b — 200 — 683 B — 33 ms — h3https://www.ptc.com/dist/ptc/fonts/icomoon/icomoon.woff2www.ptc.com/dist/ptc/fonts/icomoon/... https://www.ptc.com/dist/ptc/fonts/icomoon/icomoon.woff2 — 200 — 3.1 KiB — 43 ms — h2https://img.en25.com/i/elqCfg.min.jsimg.en25.com/i/elqCfg.min.js https://img.en25.com/i/elqCfg.min.js — 200 — 2.7 KiB — 87 ms — http/1.1https://www.ptc.com/enwww.ptc.com/en https://www.ptc.com/en — 200 — 29.7 KiB — 203 ms — h2https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/9eae6eac94de4092a8835741aca89d56?v=cfeec368ptc-p-001.sitecorecontenthub.cloud/... https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/9eae6eac94de4092a8835741aca89d56?v=cfeec368 — 200 — 1.6 KiB — 41 ms — h3https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/ce03bd3b07ea4ed48a99133432ae25ab?v=35aadf45ptc-p-001.sitecorecontenthub.cloud/... https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/ce03bd3b07ea4ed48a99133432ae25ab?v=35aadf45 — 200 — 759 B — 53 ms — h3https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/a2a9c63fa8324e11af773ce9866d7c52?v=fee1219cptc-p-001.sitecorecontenthub.cloud/... https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/a2a9c63fa8324e11af773ce9866d7c52?v=fee1219c — 200 — 1.2 KiB — 52 ms — h3https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/0cb44545fc4146b5a0274c88078d31f1?v=f77cd240ptc-p-001.sitecorecontenthub.cloud/... https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/0cb44545fc4146b5a0274c88078d31f1?v=f77cd240 — 200 — 724 B — 53 ms — h3https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/47a5d023d0774b5f817643effa562708?v=cf906d96ptc-p-001.sitecorecontenthub.cloud/... https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/47a5d023d0774b5f817643effa562708?v=cf906d96 — 200 — 796 B — 53 ms — h3https://app.qualified.com/w/1/kHhbzLQFc5fffEBd/visitor_events?wu=app.qualified.com/w/1/kHhbzLQFc5fff... https://app.qualified.com/w/1/kHhbzLQFc5fffEBd/visitor_events?wu= — 204 — 393 B — 171 ms — h2https://dev.visualwebsiteoptimizer.com/dcdn/settings.js?a=539049&settings_type=4&ts=1776871296&dt=mobile&cc=ESdev.visualwebsiteoptimizer.com/dcdn... https://dev.visualwebsiteoptimizer.com/dcdn/settings.js?a=539049&settings_type=4&ts=1776871296&dt=mobile&cc=ES — 200 — 20.0 KiB — 54 ms — h3https://www.ptc.com/cnwww.ptc.com/cn https://www.ptc.com/cn — 200 — 31.1 KiB — 311 ms — h2https://c.go-mpulse.net/api/config.json?key=PL944-YXMMB-DADGC-DMF56-R2RQ9&d=www.ptc.com&t=5922984&v=1.720.0&sl=0&si=b84fff93-8425-42a3-9831-31a6a2dc59f8-tdx12y&plugins=AK,ConfigOverride,Continuity,PageParams,IFrameDelay,AutoXHR,SPA,History,Angular,Backbone,Ember,RT,CrossDomain,BW,PaintTiming,NavigationTiming,ResourceTiming,Memory,CACHE_RELOAD,Errors,TPAnalytics,UserTiming,Akamai,Early,EventTiming,LOGN&acao=&ak.ai=796639c.go-mpulse.net/api/config.json?key... https://c.go-mpulse.net/api/config.json?key=PL944-YXMMB-DADGC-DMF56-R2RQ9&d=www.ptc.com&t=5922984&v=1.720.0&sl=0&si=b84fff93-8425-42a3-9831-31a6a2dc59f8-tdx12y&plugins=AK,ConfigOverride,Continuity,PageParams,IFrameDelay,AutoXHR,SPA,History,Angular,Backbone,Ember,RT,CrossDomain,BW,PaintTiming,NavigationTiming,ResourceTiming,Memory,CACHE_RELOAD,Errors,TPAnalytics,UserTiming,Akamai,Early,EventTiming,LOGN&acao=&ak.ai=796639 — 200 — 787 B — 557 ms — h2https://b.6sc.co/v1/beacon/img.gif?token=6e93802ac6f24eaf09a4ff1d3c9cfe0c&svisitor=null&visitor=f3347b60-ce2e-407e-8ba8-9eb046afeb33&session=f3a3dc3f-9f93-4934-8085-8b757d157b5c&event=active_time_track&q=%7B%22currentTime%22%3A%22Wed%2C%2022%20Apr%202026%2021%3A59%3A24%20GMT%22%2C%22lastTrackTime%22%3A%22Wed%2C%2022%20Apr%202026%2021%3A59%3A23%20GMT%22%2C%22timeSpent%22%3A%221034%22%2C%22totalTimeSpent%22%3A%221034%22%7D&isIframe=false&m=%7B%22description%22%3A%22PTC%20accelerates%20digital%20transformation%20with%20a%20new%20generation%20of%20technology%20that%20powers%20the%20ways%20you%20engineer%2C%20manufacture%2C%20and%20service%20your%20physical%20products.%22%2C%22keywords%22%3A%22%22%2C%22title%22%3A%22Global%20Leader%20in%20Product%20Lifecycle%20Management%20Software%20%7C%20PTC%22%7D&cb=&r=&thirdParty=%7B%7D&v2=1&pageURL=https%3A%2F%2Fwww.ptc.com%2Fen&pageViewId=f17a2daf-2ddf-4632-849e-26f9018b3f5a&ipv6=2001%3A41d0%3Aab00%3A%3A4%3A0%3A8c&v=1.1.31b.6sc.co/v1/beacon/img.gif?token=6e... https://b.6sc.co/v1/beacon/img.gif?token=6e93802ac6f24eaf09a4ff1d3c9cfe0c&svisitor=null&visitor=f3347b60-ce2e-407e-8ba8-9eb046afeb33&session=f3a3dc3f-9f93-4934-8085-8b757d157b5c&event=active_time_track&q=%7B%22currentTime%22%3A%22Wed%2C%2022%20Apr%202026%2021%3A59%3A24%20GMT%22%2C%22lastTrackTime%22%3A%22Wed%2C%2022%20Apr%202026%2021%3A59%3A23%20GMT%22%2C%22timeSpent%22%3A%221034%22%2C%22totalTimeSpent%22%3A%221034%22%7D&isIframe=false&m=%7B%22description%22%3A%22PTC%20accelerates%20digital%20transformation%20with%20a%20new%20generation%20of%20technology%20that%20powers%20the%20ways%20you%20engineer%2C%20manufacture%2C%20and%20service%20your%20physical%20products.%22%2C%22keywords%22%3A%22%22%2C%22title%22%3A%22Global%20Leader%20in%20Product%20Lifecycle%20Management%20Software%20%7C%20PTC%22%7D&cb=&r=&thirdParty=%7B%7D&v2=1&pageURL=https%3A%2F%2Fwww.ptc.com%2Fen&pageViewId=f17a2daf-2ddf-4632-849e-26f9018b3f5a&ipv6=2001%3A41d0%3Aab00%3A%3A4%3A0%3A8c&v=1.1.31 — 200 — 199 B — 104 ms — h2https://www.googletagmanager.com/gtag/js?id=AW-757418926&cx=c&gtm=4e64k0www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-757418926&cx=c&gtm=4e64k0 — 200 — 144.5 KiB — 143 ms — h3https://j.6sc.co/j/722eb55f-f5bf-4b00-a11f-120386eb6c86.jsj.6sc.co/j/722eb55f-f5bf-4b00-a11f-... https://j.6sc.co/j/722eb55f-f5bf-4b00-a11f-120386eb6c86.js — 200 — 1.8 KiB — 294 ms — h2https://www.googletagmanager.com/gtag/js?id=G-7NMP2MSYPM&cx=c&gtm=4e64k0www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-7NMP2MSYPM&cx=c&gtm=4e64k0 — 200 — 171.8 KiB — 120 ms — h3https://www.googletagmanager.com/gtag/js?id=G-2NPKD7C4PN&cx=c&gtm=4e64k0www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-2NPKD7C4PN&cx=c&gtm=4e64k0 — 200 — 156.8 KiB — 116 ms — h3https://www.redditstatic.com/ads/pixel.jswww.redditstatic.com/ads/pixel.js https://www.redditstatic.com/ads/pixel.js — 200 — 19.0 KiB — 7 ms — h2https://bat.bing.com/bat.jsbat.bing.com/bat.js https://bat.bing.com/bat.js — 200 — 15.5 KiB — 118 ms — h2https://tag.simpli.fi/sifitag/04919ed2-12e1-4069-bbbd-624664c5a2a3?referer=https%3A%2F%2Fwww.ptc.com%2Fentag.simpli.fi/sifitag/04919ed2-12e1... https://tag.simpli.fi/sifitag/04919ed2-12e1-4069-bbbd-624664c5a2a3?referer=https%3A%2F%2Fwww.ptc.com%2Fen — 200 — 1.6 KiB — 158 ms — h2https://cdn.dreamdata.cloud/scripts/analytics/next/dreamdata.min.jscdn.dreamdata.cloud/scripts/analyti... https://cdn.dreamdata.cloud/scripts/analytics/next/dreamdata.min.js — 200 — 34.6 KiB — 122 ms — h2https://js.adsrvr.org/up_loader.3.0.0.jsjs.adsrvr.org/up_loader.3.0.0.js https://js.adsrvr.org/up_loader.3.0.0.js — 200 — 12.3 KiB — 158 ms — http/1.1https://b.6sc.co/v1/beacon/img.gif?token=6e93802ac6f24eaf09a4ff1d3c9cfe0c&svisitor=null&visitor=f3347b60-ce2e-407e-8ba8-9eb046afeb33&session=f3a3dc3f-9f93-4934-8085-8b757d157b5c&event=s_update&q=%7B%22settings%22%3A%22%5B%7B%5C%22name%5C%22%3A%5C%22enableEventTracking%5C%22%2C%5C%22value%5C%22%3A%5C%22true%5C%22%2C%5C%22dateTime%5C%22%3A%5C%22Wed%2C%2022%20Apr%202026%2021%3A59%3A24%20GMT%5C%22%2C%5C%22timeSincePageLoad%5C%22%3A%5C%221141%5C%22%7D%5D%22%7D&isIframe=false&m=%7B%22description%22%3A%22PTC%20accelerates%20digital%20transformation%20with%20a%20new%20generation%20of%20technology%20that%20powers%20the%20ways%20you%20engineer%2C%20manufacture%2C%20and%20service%20your%20physical%20products.%22%2C%22keywords%22%3A%22%22%2C%22title%22%3A%22Global%20Leader%20in%20Product%20Lifecycle%20Management%20Software%20%7C%20PTC%22%7D&cb=&r=&thirdParty=%7B%7D&v2=1&pageURL=https%3A%2F%2Fwww.ptc.com%2Fen&pageViewId=f17a2daf-2ddf-4632-849e-26f9018b3f5a&ipv6=2001%3A41d0%3Aab00%3A%3A4%3A0%3A8c&v=1.1.31b.6sc.co/v1/beacon/img.gif?token=6e... https://b.6sc.co/v1/beacon/img.gif?token=6e93802ac6f24eaf09a4ff1d3c9cfe0c&svisitor=null&visitor=f3347b60-ce2e-407e-8ba8-9eb046afeb33&session=f3a3dc3f-9f93-4934-8085-8b757d157b5c&event=s_update&q=%7B%22settings%22%3A%22%5B%7B%5C%22name%5C%22%3A%5C%22enableEventTracking%5C%22%2C%5C%22value%5C%22%3A%5C%22true%5C%22%2C%5C%22dateTime%5C%22%3A%5C%22Wed%2C%2022%20Apr%202026%2021%3A59%3A24%20GMT%5C%22%2C%5C%22timeSincePageLoad%5C%22%3A%5C%221141%5C%22%7D%5D%22%7D&isIframe=false&m=%7B%22description%22%3A%22PTC%20accelerates%20digital%20transformation%20with%20a%20new%20generation%20of%20technology%20that%20powers%20the%20ways%20you%20engineer%2C%20manufacture%2C%20and%20service%20your%20physical%20products.%22%2C%22keywords%22%3A%22%22%2C%22title%22%3A%22Global%20Leader%20in%20Product%20Lifecycle%20Management%20Software%20%7C%20PTC%22%7D&cb=&r=&thirdParty=%7B%7D&v2=1&pageURL=https%3A%2F%2Fwww.ptc.com%2Fen&pageViewId=f17a2daf-2ddf-4632-849e-26f9018b3f5a&ipv6=2001%3A41d0%3Aab00%3A%3A4%3A0%3A8c&v=1.1.31 — 200 — 199 B — 122 ms — h2https://b.6sc.co/v1/beacon/img.gif?token=6e93802ac6f24eaf09a4ff1d3c9cfe0c&svisitor=null&visitor=f3347b60-ce2e-407e-8ba8-9eb046afeb33&session=f3a3dc3f-9f93-4934-8085-8b757d157b5c&event=s_update&q=%7B%22settings%22%3A%22%5B%7B%5C%22name%5C%22%3A%5C%22setToken%5C%22%2C%5C%22value%5C%22%3A%5C%226e93802ac6f24eaf09a4ff1d3c9cfe0c%5C%22%2C%5C%22dateTime%5C%22%3A%5C%22Wed%2C%2022%20Apr%202026%2021%3A59%3A24%20GMT%5C%22%2C%5C%22timeSincePageLoad%5C%22%3A%5C%221142%5C%22%7D%5D%22%7D&isIframe=false&m=%7B%22description%22%3A%22PTC%20accelerates%20digital%20transformation%20with%20a%20new%20generation%20of%20technology%20that%20powers%20the%20ways%20you%20engineer%2C%20manufacture%2C%20and%20service%20your%20physical%20products.%22%2C%22keywords%22%3A%22%22%2C%22title%22%3A%22Global%20Leader%20in%20Product%20Lifecycle%20Management%20Software%20%7C%20PTC%22%7D&cb=&r=&thirdParty=%7B%7D&v2=1&pageURL=https%3A%2F%2Fwww.ptc.com%2Fen&pageViewId=f17a2daf-2ddf-4632-849e-26f9018b3f5a&ipv6=2001%3A41d0%3Aab00%3A%3A4%3A0%3A8c&v=1.1.31b.6sc.co/v1/beacon/img.gif?token=6e... https://b.6sc.co/v1/beacon/img.gif?token=6e93802ac6f24eaf09a4ff1d3c9cfe0c&svisitor=null&visitor=f3347b60-ce2e-407e-8ba8-9eb046afeb33&session=f3a3dc3f-9f93-4934-8085-8b757d157b5c&event=s_update&q=%7B%22settings%22%3A%22%5B%7B%5C%22name%5C%22%3A%5C%22setToken%5C%22%2C%5C%22value%5C%22%3A%5C%226e93802ac6f24eaf09a4ff1d3c9cfe0c%5C%22%2C%5C%22dateTime%5C%22%3A%5C%22Wed%2C%2022%20Apr%202026%2021%3A59%3A24%20GMT%5C%22%2C%5C%22timeSincePageLoad%5C%22%3A%5C%221142%5C%22%7D%5D%22%7D&isIframe=false&m=%7B%22description%22%3A%22PTC%20accelerates%20digital%20transformation%20with%20a%20new%20generation%20of%20technology%20that%20powers%20the%20ways%20you%20engineer%2C%20manufacture%2C%20and%20service%20your%20physical%20products.%22%2C%22keywords%22%3A%22%22%2C%22title%22%3A%22Global%20Leader%20in%20Product%20Lifecycle%20Management%20Software%20%7C%20PTC%22%7D&cb=&r=&thirdParty=%7B%7D&v2=1&pageURL=https%3A%2F%2Fwww.ptc.com%2Fen&pageViewId=f17a2daf-2ddf-4632-849e-26f9018b3f5a&ipv6=2001%3A41d0%3Aab00%3A%3A4%3A0%3A8c&v=1.1.31 — 200 — 199 B — 134 ms — h2https://b.6sc.co/v1/beacon/img.gif?token=6e93802ac6f24eaf09a4ff1d3c9cfe0c&svisitor=null&visitor=f3347b60-ce2e-407e-8ba8-9eb046afeb33&session=f3a3dc3f-9f93-4934-8085-8b757d157b5c&event=s_update&q=%7B%22settings%22%3A%22%5B%7B%5C%22name%5C%22%3A%5C%22setEndpoint%5C%22%2C%5C%22value%5C%22%3A%5C%22b.6sc.co%5C%22%2C%5C%22dateTime%5C%22%3A%5C%22Wed%2C%2022%20Apr%202026%2021%3A59%3A24%20GMT%5C%22%2C%5C%22timeSincePageLoad%5C%22%3A%5C%221142%5C%22%7D%5D%22%7D&isIframe=false&m=%7B%22description%22%3A%22PTC%20accelerates%20digital%20transformation%20with%20a%20new%20generation%20of%20technology%20that%20powers%20the%20ways%20you%20engineer%2C%20manufacture%2C%20and%20service%20your%20physical%20products.%22%2C%22keywords%22%3A%22%22%2C%22title%22%3A%22Global%20Leader%20in%20Product%20Lifecycle%20Management%20Software%20%7C%20PTC%22%7D&cb=&r=&thirdParty=%7B%7D&v2=1&pageURL=https%3A%2F%2Fwww.ptc.com%2Fen&pageViewId=f17a2daf-2ddf-4632-849e-26f9018b3f5a&ipv6=2001%3A41d0%3Aab00%3A%3A4%3A0%3A8c&v=1.1.31b.6sc.co/v1/beacon/img.gif?token=6e... https://b.6sc.co/v1/beacon/img.gif?token=6e93802ac6f24eaf09a4ff1d3c9cfe0c&svisitor=null&visitor=f3347b60-ce2e-407e-8ba8-9eb046afeb33&session=f3a3dc3f-9f93-4934-8085-8b757d157b5c&event=s_update&q=%7B%22settings%22%3A%22%5B%7B%5C%22name%5C%22%3A%5C%22setEndpoint%5C%22%2C%5C%22value%5C%22%3A%5C%22b.6sc.co%5C%22%2C%5C%22dateTime%5C%22%3A%5C%22Wed%2C%2022%20Apr%202026%2021%3A59%3A24%20GMT%5C%22%2C%5C%22timeSincePageLoad%5C%22%3A%5C%221142%5C%22%7D%5D%22%7D&isIframe=false&m=%7B%22description%22%3A%22PTC%20accelerates%20digital%20transformation%20with%20a%20new%20generation%20of%20technology%20that%20powers%20the%20ways%20you%20engineer%2C%20manufacture%2C%20and%20service%20your%20physical%20products.%22%2C%22keywords%22%3A%22%22%2C%22title%22%3A%22Global%20Leader%20in%20Product%20Lifecycle%20Management%20Software%20%7C%20PTC%22%7D&cb=&r=&thirdParty=%7B%7D&v2=1&pageURL=https%3A%2F%2Fwww.ptc.com%2Fen&pageViewId=f17a2daf-2ddf-4632-849e-26f9018b3f5a&ipv6=2001%3A41d0%3Aab00%3A%3A4%3A0%3A8c&v=1.1.31 — 200 — 199 B — 114 ms — h2https://b.6sc.co/v1/beacon/img.gif?token=6e93802ac6f24eaf09a4ff1d3c9cfe0c&svisitor=null&visitor=f3347b60-ce2e-407e-8ba8-9eb046afeb33&session=f3a3dc3f-9f93-4934-8085-8b757d157b5c&event=s_update&q=%7B%22settings%22%3A%22%5B%7B%5C%22name%5C%22%3A%5C%22enableRetargeting%5C%22%2C%5C%22value%5C%22%3A%5C%22false%5C%22%2C%5C%22dateTime%5C%22%3A%5C%22Wed%2C%2022%20Apr%202026%2021%3A59%3A24%20GMT%5C%22%2C%5C%22timeSincePageLoad%5C%22%3A%5C%221143%5C%22%7D%5D%22%7D&isIframe=false&m=%7B%22description%22%3A%22PTC%20accelerates%20digital%20transformation%20with%20a%20new%20generation%20of%20technology%20that%20powers%20the%20ways%20you%20engineer%2C%20manufacture%2C%20and%20service%20your%20physical%20products.%22%2C%22keywords%22%3A%22%22%2C%22title%22%3A%22Global%20Leader%20in%20Product%20Lifecycle%20Management%20Software%20%7C%20PTC%22%7D&cb=&r=&thirdParty=%7B%7D&v2=1&pageURL=https%3A%2F%2Fwww.ptc.com%2Fen&pageViewId=f17a2daf-2ddf-4632-849e-26f9018b3f5a&ipv6=2001%3A41d0%3Aab00%3A%3A4%3A0%3A8c&v=1.1.31b.6sc.co/v1/beacon/img.gif?token=6e... https://b.6sc.co/v1/beacon/img.gif?token=6e93802ac6f24eaf09a4ff1d3c9cfe0c&svisitor=null&visitor=f3347b60-ce2e-407e-8ba8-9eb046afeb33&session=f3a3dc3f-9f93-4934-8085-8b757d157b5c&event=s_update&q=%7B%22settings%22%3A%22%5B%7B%5C%22name%5C%22%3A%5C%22enableRetargeting%5C%22%2C%5C%22value%5C%22%3A%5C%22false%5C%22%2C%5C%22dateTime%5C%22%3A%5C%22Wed%2C%2022%20Apr%202026%2021%3A59%3A24%20GMT%5C%22%2C%5C%22timeSincePageLoad%5C%22%3A%5C%221143%5C%22%7D%5D%22%7D&isIframe=false&m=%7B%22description%22%3A%22PTC%20accelerates%20digital%20transformation%20with%20a%20new%20generation%20of%20technology%20that%20powers%20the%20ways%20you%20engineer%2C%20manufacture%2C%20and%20service%20your%20physical%20products.%22%2C%22keywords%22%3A%22%22%2C%22title%22%3A%22Global%20Leader%20in%20Product%20Lifecycle%20Management%20Software%20%7C%20PTC%22%7D&cb=&r=&thirdParty=%7B%7D&v2=1&pageURL=https%3A%2F%2Fwww.ptc.com%2Fen&pageViewId=f17a2daf-2ddf-4632-849e-26f9018b3f5a&ipv6=2001%3A41d0%3Aab00%3A%3A4%3A0%3A8c&v=1.1.31 — 200 — 199 B — 131 ms — h2https://b.6sc.co/v1/beacon/img.gif?token=6e93802ac6f24eaf09a4ff1d3c9cfe0c&svisitor=null&visitor=f3347b60-ce2e-407e-8ba8-9eb046afeb33&session=f3a3dc3f-9f93-4934-8085-8b757d157b5c&event=s_update&q=%7B%22settings%22%3A%22%5B%7B%5C%22name%5C%22%3A%5C%22enableCompanyDetails%5C%22%2C%5C%22value%5C%22%3A%5C%22true%5C%22%2C%5C%22dateTime%5C%22%3A%5C%22Wed%2C%2022%20Apr%202026%2021%3A59%3A24%20GMT%5C%22%2C%5C%22timeSincePageLoad%5C%22%3A%5C%221144%5C%22%7D%5D%22%7D&isIframe=false&m=%7B%22description%22%3A%22PTC%20accelerates%20digital%20transformation%20with%20a%20new%20generation%20of%20technology%20that%20powers%20the%20ways%20you%20engineer%2C%20manufacture%2C%20and%20service%20your%20physical%20products.%22%2C%22keywords%22%3A%22%22%2C%22title%22%3A%22Global%20Leader%20in%20Product%20Lifecycle%20Management%20Software%20%7C%20PTC%22%7D&cb=&r=&thirdParty=%7B%7D&v2=1&pageURL=https%3A%2F%2Fwww.ptc.com%2Fen&pageViewId=f17a2daf-2ddf-4632-849e-26f9018b3f5a&ipv6=2001%3A41d0%3Aab00%3A%3A4%3A0%3A8c&v=1.1.31b.6sc.co/v1/beacon/img.gif?token=6e... https://b.6sc.co/v1/beacon/img.gif?token=6e93802ac6f24eaf09a4ff1d3c9cfe0c&svisitor=null&visitor=f3347b60-ce2e-407e-8ba8-9eb046afeb33&session=f3a3dc3f-9f93-4934-8085-8b757d157b5c&event=s_update&q=%7B%22settings%22%3A%22%5B%7B%5C%22name%5C%22%3A%5C%22enableCompanyDetails%5C%22%2C%5C%22value%5C%22%3A%5C%22true%5C%22%2C%5C%22dateTime%5C%22%3A%5C%22Wed%2C%2022%20Apr%202026%2021%3A59%3A24%20GMT%5C%22%2C%5C%22timeSincePageLoad%5C%22%3A%5C%221144%5C%22%7D%5D%22%7D&isIframe=false&m=%7B%22description%22%3A%22PTC%20accelerates%20digital%20transformation%20with%20a%20new%20generation%20of%20technology%20that%20powers%20the%20ways%20you%20engineer%2C%20manufacture%2C%20and%20service%20your%20physical%20products.%22%2C%22keywords%22%3A%22%22%2C%22title%22%3A%22Global%20Leader%20in%20Product%20Lifecycle%20Management%20Software%20%7C%20PTC%22%7D&cb=&r=&thirdParty=%7B%7D&v2=1&pageURL=https%3A%2F%2Fwww.ptc.com%2Fen&pageViewId=f17a2daf-2ddf-4632-849e-26f9018b3f5a&ipv6=2001%3A41d0%3Aab00%3A%3A4%3A0%3A8c&v=1.1.31 — 200 — 199 B — 138 ms — h2https://b.6sc.co/v1/beacon/img.gif?token=6e93802ac6f24eaf09a4ff1d3c9cfe0c&svisitor=null&visitor=f3347b60-ce2e-407e-8ba8-9eb046afeb33&session=f3a3dc3f-9f93-4934-8085-8b757d157b5c&event=s_update&q=%7B%22settings%22%3A%22%5B%7B%5C%22name%5C%22%3A%5C%22setEpsilonKey%5C%22%2C%5C%22value%5C%22%3A%5C%227da399dccf608094ca2ad3e1a54d9c3b743d7a2a%5C%22%2C%5C%22dateTime%5C%22%3A%5C%22Wed%2C%2022%20Apr%202026%2021%3A59%3A24%20GMT%5C%22%2C%5C%22timeSincePageLoad%5C%22%3A%5C%221144%5C%22%7D%5D%22%7D&isIframe=false&m=%7B%22description%22%3A%22PTC%20accelerates%20digital%20transformation%20with%20a%20new%20generation%20of%20technology%20that%20powers%20the%20ways%20you%20engineer%2C%20manufacture%2C%20and%20service%20your%20physical%20products.%22%2C%22keywords%22%3A%22%22%2C%22title%22%3A%22Global%20Leader%20in%20Product%20Lifecycle%20Management%20Software%20%7C%20PTC%22%7D&cb=&r=&thirdParty=%7B%7D&v2=1&pageURL=https%3A%2F%2Fwww.ptc.com%2Fen&pageViewId=f17a2daf-2ddf-4632-849e-26f9018b3f5a&ipv6=2001%3A41d0%3Aab00%3A%3A4%3A0%3A8c&v=1.1.31b.6sc.co/v1/beacon/img.gif?token=6e... https://b.6sc.co/v1/beacon/img.gif?token=6e93802ac6f24eaf09a4ff1d3c9cfe0c&svisitor=null&visitor=f3347b60-ce2e-407e-8ba8-9eb046afeb33&session=f3a3dc3f-9f93-4934-8085-8b757d157b5c&event=s_update&q=%7B%22settings%22%3A%22%5B%7B%5C%22name%5C%22%3A%5C%22setEpsilonKey%5C%22%2C%5C%22value%5C%22%3A%5C%227da399dccf608094ca2ad3e1a54d9c3b743d7a2a%5C%22%2C%5C%22dateTime%5C%22%3A%5C%22Wed%2C%2022%20Apr%202026%2021%3A59%3A24%20GMT%5C%22%2C%5C%22timeSincePageLoad%5C%22%3A%5C%221144%5C%22%7D%5D%22%7D&isIframe=false&m=%7B%22description%22%3A%22PTC%20accelerates%20digital%20transformation%20with%20a%20new%20generation%20of%20technology%20that%20powers%20the%20ways%20you%20engineer%2C%20manufacture%2C%20and%20service%20your%20physical%20products.%22%2C%22keywords%22%3A%22%22%2C%22title%22%3A%22Global%20Leader%20in%20Product%20Lifecycle%20Management%20Software%20%7C%20PTC%22%7D&cb=&r=&thirdParty=%7B%7D&v2=1&pageURL=https%3A%2F%2Fwww.ptc.com%2Fen&pageViewId=f17a2daf-2ddf-4632-849e-26f9018b3f5a&ipv6=2001%3A41d0%3Aab00%3A%3A4%3A0%3A8c&v=1.1.31 — 200 — 199 B — 114 ms — h2https://www.ptc.com/twwww.ptc.com/tw https://www.ptc.com/tw — 200 — 31.3 KiB — 243 ms — h2https://app.qualified.com/w/1/kHhbzLQFc5fffEBd/messenger?uuid=de4b37ba-b932-4c87-8899-3eed8092bd9dapp.qualified.com/w/1/kHhbzLQFc5fff... https://app.qualified.com/w/1/kHhbzLQFc5fffEBd/messenger?uuid=de4b37ba-b932-4c87-8899-3eed8092bd9d — 200 — 3.5 KiB — 410 ms — h2https://app.qualified.com/w/1/kHhbzLQFc5fffEBd/visitor_events?wu=9f829070-7a25-4c4a-afc5-a869c7cfc8d1&uuid=de4b37ba-b932-4c87-8899-3eed8092bd9dapp.qualified.com/w/1/kHhbzLQFc5fff... https://app.qualified.com/w/1/kHhbzLQFc5fffEBd/visitor_events?wu=9f829070-7a25-4c4a-afc5-a869c7cfc8d1&uuid=de4b37ba-b932-4c87-8899-3eed8092bd9d — 200 — 0 B — 283 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 — 37 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 — 59 ms — h2https://b.6sc.co/v1/beacon/img.gif?token=6e93802ac6f24eaf09a4ff1d3c9cfe0c&svisitor=null&visitor=f3347b60-ce2e-407e-8ba8-9eb046afeb33&session=f3a3dc3f-9f93-4934-8085-8b757d157b5c&event=s_update&q=%7B%22settings%22%3A%22%5B%7B%5C%22name%5C%22%3A%5C%22enableCompanyDetails%5C%22%2C%5C%22value%5C%22%3A%5C%22%5Btrue%2Cnull%2C3%5D%5C%22%2C%5C%22dateTime%5C%22%3A%5C%22Wed%2C%2022%20Apr%202026%2021%3A59%3A24%20GMT%5C%22%2C%5C%22timeSincePageLoad%5C%22%3A%5C%221145%5C%22%7D%5D%22%7D&isIframe=false&m=%7B%22description%22%3A%22PTC%20accelerates%20digital%20transformation%20with%20a%20new%20generation%20of%20technology%20that%20powers%20the%20ways%20you%20engineer%2C%20manufacture%2C%20and%20service%20your%20physical%20products.%22%2C%22keywords%22%3A%22%22%2C%22title%22%3A%22Global%20Leader%20in%20Product%20Lifecycle%20Management%20Software%20%7C%20PTC%22%7D&cb=&r=&thirdParty=%7B%7D&v2=1&pageURL=https%3A%2F%2Fwww.ptc.com%2Fen&pageViewId=f17a2daf-2ddf-4632-849e-26f9018b3f5a&ipv6=2001%3A41d0%3Aab00%3A%3A4%3A0%3A8c&v=1.1.31b.6sc.co/v1/beacon/img.gif?token=6e... https://b.6sc.co/v1/beacon/img.gif?token=6e93802ac6f24eaf09a4ff1d3c9cfe0c&svisitor=null&visitor=f3347b60-ce2e-407e-8ba8-9eb046afeb33&session=f3a3dc3f-9f93-4934-8085-8b757d157b5c&event=s_update&q=%7B%22settings%22%3A%22%5B%7B%5C%22name%5C%22%3A%5C%22enableCompanyDetails%5C%22%2C%5C%22value%5C%22%3A%5C%22%5Btrue%2Cnull%2C3%5D%5C%22%2C%5C%22dateTime%5C%22%3A%5C%22Wed%2C%2022%20Apr%202026%2021%3A59%3A24%20GMT%5C%22%2C%5C%22timeSincePageLoad%5C%22%3A%5C%221145%5C%22%7D%5D%22%7D&isIframe=false&m=%7B%22description%22%3A%22PTC%20accelerates%20digital%20transformation%20with%20a%20new%20generation%20of%20technology%20that%20powers%20the%20ways%20you%20engineer%2C%20manufacture%2C%20and%20service%20your%20physical%20products.%22%2C%22keywords%22%3A%22%22%2C%22title%22%3A%22Global%20Leader%20in%20Product%20Lifecycle%20Management%20Software%20%7C%20PTC%22%7D&cb=&r=&thirdParty=%7B%7D&v2=1&pageURL=https%3A%2F%2Fwww.ptc.com%2Fen&pageViewId=f17a2daf-2ddf-4632-849e-26f9018b3f5a&ipv6=2001%3A41d0%3Aab00%3A%3A4%3A0%3A8c&v=1.1.31 — 200 — 199 B — 135 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 — 119 ms — h2https://epsilon.6sense.com/v3/company/detailsepsilon.6sense.com/v3/company/detai... https://epsilon.6sense.com/v3/company/details — 200 — 0 B — 137 ms — h2https://epsilon.6sense.com/v3/company/detailsepsilon.6sense.com/v3/company/detai... https://epsilon.6sense.com/v3/company/details — 200 — 0 B — 135 ms — h2https://edge.api.brightcove.com/playback/v1/accounts/1532789042001/videos/6385220348112/high.mp4?bcov_auth=eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhY2NpZCI6IjE1MzI3ODkwNDIwMDEiLCJjb25pZCI6IjYzODUyMjAzNDgxMTIiLCJpYXQiOiIxNzc2ODY1MDIzIiwiZXhwIjoxNzc2OTA4MjIzfQ.YT22KgpgD1rZRjJyUZtVrYlC6_NEOYALT_fBpCSSTdCjAInqOt9Z2pwW_bu-Io6-kKVw3-obm4JDpRjC8cLADAZi0eEAXUFA4YrWaAwYlOnDgoS-sf2rvJTXKfeFzpUFpH0kARHC7uugewetebahItGZlyBk0zU7QXmGH29kkRhphW8_Bu8Qu6CaoPotfCVFekmuvaJrlUGh_9_3-H_q-_K0mwklOUFXyMhciIQhwMQx7H07EtOmw-SNUQ9paMlYeRjeWAxTJ0t6fauhaTJj3scnwv1CUDM2lC4LNYYOb8_X2Q-tpSXfR4ahMFYYZ9FeB3xhMgYqUSZ6ho7nTVZaAAedge.api.brightcove.com/playback/v1... https://edge.api.brightcove.com/playback/v1/accounts/1532789042001/videos/6385220348112/high.mp4?bcov_auth=eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhY2NpZCI6IjE1MzI3ODkwNDIwMDEiLCJjb25pZCI6IjYzODUyMjAzNDgxMTIiLCJpYXQiOiIxNzc2ODY1MDIzIiwiZXhwIjoxNzc2OTA4MjIzfQ.YT22KgpgD1rZRjJyUZtVrYlC6_NEOYALT_fBpCSSTdCjAInqOt9Z2pwW_bu-Io6-kKVw3-obm4JDpRjC8cLADAZi0eEAXUFA4YrWaAwYlOnDgoS-sf2rvJTXKfeFzpUFpH0kARHC7uugewetebahItGZlyBk0zU7QXmGH29kkRhphW8_Bu8Qu6CaoPotfCVFekmuvaJrlUGh_9_3-H_q-_K0mwklOUFXyMhciIQhwMQx7H07EtOmw-SNUQ9paMlYeRjeWAxTJ0t6fauhaTJj3scnwv1CUDM2lC4LNYYOb8_X2Q-tpSXfR4ahMFYYZ9FeB3xhMgYqUSZ6ho7nTVZaAA — 302 — 530 B — 133 ms — h2https://tracking.ptc.com/visitor/v200/svrGP?pps=3&siteid=2826&ref=https%3A%2F%2Fwww.ptc.com%2Fen&ref2=elqNone&tzo=0&ms=577&optin=disabled&firstPartyCookieDomain=tracking.ptc.comtracking.ptc.com/visitor/v200/svrGP... https://tracking.ptc.com/visitor/v200/svrGP?pps=3&siteid=2826&ref=https%3A%2F%2Fwww.ptc.com%2Fen&ref2=elqNone&tzo=0&ms=577&optin=disabled&firstPartyCookieDomain=tracking.ptc.com — 302 — 936 B — 484 ms — http/1.1https://secure.adnxs.com/getuidjsecure.adnxs.com/getuidj https://secure.adnxs.com/getuidj — -1 — 0 B — 189 ms — https://b.6sc.co/v1/beacon/img.gif?token=6e93802ac6f24eaf09a4ff1d3c9cfe0c&svisitor=null&visitor=f3347b60-ce2e-407e-8ba8-9eb046afeb33&session=f3a3dc3f-9f93-4934-8085-8b757d157b5c&event=s_update&q=%7B%22settings%22%3A%22%5B%7B%5C%22name%5C%22%3A%5C%22setToken%5C%22%2C%5C%22value%5C%22%3A%5C%226e93802ac6f24eaf09a4ff1d3c9cfe0c%5C%22%2C%5C%22dateTime%5C%22%3A%5C%22Wed%2C%2022%20Apr%202026%2021%3A59%3A24%20GMT%5C%22%2C%5C%22timeSincePageLoad%5C%22%3A%5C%221444%5C%22%7D%5D%22%7D&isIframe=false&m=%7B%22description%22%3A%22PTC%20accelerates%20digital%20transformation%20with%20a%20new%20generation%20of%20technology%20that%20powers%20the%20ways%20you%20engineer%2C%20manufacture%2C%20and%20service%20your%20physical%20products.%22%2C%22keywords%22%3A%22%22%2C%22title%22%3A%22Global%20Leader%20in%20Product%20Lifecycle%20Management%20Software%20%7C%20PTC%22%7D&cb=&r=&thirdParty=%7B%7D&v2=1&pageURL=https%3A%2F%2Fwww.ptc.com%2Fen&pageViewId=f17a2daf-2ddf-4632-849e-26f9018b3f5a&ipv6=2001%3A41d0%3Aab00%3A%3A4%3A0%3A8c&v=1.1.31b.6sc.co/v1/beacon/img.gif?token=6e... https://b.6sc.co/v1/beacon/img.gif?token=6e93802ac6f24eaf09a4ff1d3c9cfe0c&svisitor=null&visitor=f3347b60-ce2e-407e-8ba8-9eb046afeb33&session=f3a3dc3f-9f93-4934-8085-8b757d157b5c&event=s_update&q=%7B%22settings%22%3A%22%5B%7B%5C%22name%5C%22%3A%5C%22setToken%5C%22%2C%5C%22value%5C%22%3A%5C%226e93802ac6f24eaf09a4ff1d3c9cfe0c%5C%22%2C%5C%22dateTime%5C%22%3A%5C%22Wed%2C%2022%20Apr%202026%2021%3A59%3A24%20GMT%5C%22%2C%5C%22timeSincePageLoad%5C%22%3A%5C%221444%5C%22%7D%5D%22%7D&isIframe=false&m=%7B%22description%22%3A%22PTC%20accelerates%20digital%20transformation%20with%20a%20new%20generation%20of%20technology%20that%20powers%20the%20ways%20you%20engineer%2C%20manufacture%2C%20and%20service%20your%20physical%20products.%22%2C%22keywords%22%3A%22%22%2C%22title%22%3A%22Global%20Leader%20in%20Product%20Lifecycle%20Management%20Software%20%7C%20PTC%22%7D&cb=&r=&thirdParty=%7B%7D&v2=1&pageURL=https%3A%2F%2Fwww.ptc.com%2Fen&pageViewId=f17a2daf-2ddf-4632-849e-26f9018b3f5a&ipv6=2001%3A41d0%3Aab00%3A%3A4%3A0%3A8c&v=1.1.31 — 200 — 199 B — 139 ms — h2https://b.6sc.co/v1/beacon/img.gif?token=6e93802ac6f24eaf09a4ff1d3c9cfe0c&svisitor=null&visitor=f3347b60-ce2e-407e-8ba8-9eb046afeb33&session=f3a3dc3f-9f93-4934-8085-8b757d157b5c&event=s_update&q=%7B%22settings%22%3A%22%5B%7B%5C%22name%5C%22%3A%5C%22disableCookies%5C%22%2C%5C%22value%5C%22%3A%5C%22false%5C%22%2C%5C%22dateTime%5C%22%3A%5C%22Wed%2C%2022%20Apr%202026%2021%3A59%3A24%20GMT%5C%22%2C%5C%22timeSincePageLoad%5C%22%3A%5C%221444%5C%22%7D%5D%22%7D&isIframe=false&m=%7B%22description%22%3A%22PTC%20accelerates%20digital%20transformation%20with%20a%20new%20generation%20of%20technology%20that%20powers%20the%20ways%20you%20engineer%2C%20manufacture%2C%20and%20service%20your%20physical%20products.%22%2C%22keywords%22%3A%22%22%2C%22title%22%3A%22Global%20Leader%20in%20Product%20Lifecycle%20Management%20Software%20%7C%20PTC%22%7D&cb=&r=&thirdParty=%7B%7D&v2=1&pageURL=https%3A%2F%2Fwww.ptc.com%2Fen&pageViewId=f17a2daf-2ddf-4632-849e-26f9018b3f5a&ipv6=2001%3A41d0%3Aab00%3A%3A4%3A0%3A8c&v=1.1.31b.6sc.co/v1/beacon/img.gif?token=6e... https://b.6sc.co/v1/beacon/img.gif?token=6e93802ac6f24eaf09a4ff1d3c9cfe0c&svisitor=null&visitor=f3347b60-ce2e-407e-8ba8-9eb046afeb33&session=f3a3dc3f-9f93-4934-8085-8b757d157b5c&event=s_update&q=%7B%22settings%22%3A%22%5B%7B%5C%22name%5C%22%3A%5C%22disableCookies%5C%22%2C%5C%22value%5C%22%3A%5C%22false%5C%22%2C%5C%22dateTime%5C%22%3A%5C%22Wed%2C%2022%20Apr%202026%2021%3A59%3A24%20GMT%5C%22%2C%5C%22timeSincePageLoad%5C%22%3A%5C%221444%5C%22%7D%5D%22%7D&isIframe=false&m=%7B%22description%22%3A%22PTC%20accelerates%20digital%20transformation%20with%20a%20new%20generation%20of%20technology%20that%20powers%20the%20ways%20you%20engineer%2C%20manufacture%2C%20and%20service%20your%20physical%20products.%22%2C%22keywords%22%3A%22%22%2C%22title%22%3A%22Global%20Leader%20in%20Product%20Lifecycle%20Management%20Software%20%7C%20PTC%22%7D&cb=&r=&thirdParty=%7B%7D&v2=1&pageURL=https%3A%2F%2Fwww.ptc.com%2Fen&pageViewId=f17a2daf-2ddf-4632-849e-26f9018b3f5a&ipv6=2001%3A41d0%3Aab00%3A%3A4%3A0%3A8c&v=1.1.31 — 200 — 199 B — 122 ms — h2https://b.6sc.co/v1/beacon/img.gif?token=6e93802ac6f24eaf09a4ff1d3c9cfe0c&svisitor=null&visitor=f3347b60-ce2e-407e-8ba8-9eb046afeb33&session=f3a3dc3f-9f93-4934-8085-8b757d157b5c&event=s_update&q=%7B%22settings%22%3A%22%5B%7B%5C%22name%5C%22%3A%5C%22setEpsilonKey%5C%22%2C%5C%22value%5C%22%3A%5C%22e4f1ec6f094488156fe5281b4d3e4a812567083b%5C%22%2C%5C%22dateTime%5C%22%3A%5C%22Wed%2C%2022%20Apr%202026%2021%3A59%3A24%20GMT%5C%22%2C%5C%22timeSincePageLoad%5C%22%3A%5C%221444%5C%22%7D%5D%22%7D&isIframe=false&m=%7B%22description%22%3A%22PTC%20accelerates%20digital%20transformation%20with%20a%20new%20generation%20of%20technology%20that%20powers%20the%20ways%20you%20engineer%2C%20manufacture%2C%20and%20service%20your%20physical%20products.%22%2C%22keywords%22%3A%22%22%2C%22title%22%3A%22Global%20Leader%20in%20Product%20Lifecycle%20Management%20Software%20%7C%20PTC%22%7D&cb=&r=&thirdParty=%7B%7D&v2=1&pageURL=https%3A%2F%2Fwww.ptc.com%2Fen&pageViewId=f17a2daf-2ddf-4632-849e-26f9018b3f5a&ipv6=2001%3A41d0%3Aab00%3A%3A4%3A0%3A8c&v=1.1.31b.6sc.co/v1/beacon/img.gif?token=6e... https://b.6sc.co/v1/beacon/img.gif?token=6e93802ac6f24eaf09a4ff1d3c9cfe0c&svisitor=null&visitor=f3347b60-ce2e-407e-8ba8-9eb046afeb33&session=f3a3dc3f-9f93-4934-8085-8b757d157b5c&event=s_update&q=%7B%22settings%22%3A%22%5B%7B%5C%22name%5C%22%3A%5C%22setEpsilonKey%5C%22%2C%5C%22value%5C%22%3A%5C%22e4f1ec6f094488156fe5281b4d3e4a812567083b%5C%22%2C%5C%22dateTime%5C%22%3A%5C%22Wed%2C%2022%20Apr%202026%2021%3A59%3A24%20GMT%5C%22%2C%5C%22timeSincePageLoad%5C%22%3A%5C%221444%5C%22%7D%5D%22%7D&isIframe=false&m=%7B%22description%22%3A%22PTC%20accelerates%20digital%20transformation%20with%20a%20new%20generation%20of%20technology%20that%20powers%20the%20ways%20you%20engineer%2C%20manufacture%2C%20and%20service%20your%20physical%20products.%22%2C%22keywords%22%3A%22%22%2C%22title%22%3A%22Global%20Leader%20in%20Product%20Lifecycle%20Management%20Software%20%7C%20PTC%22%7D&cb=&r=&thirdParty=%7B%7D&v2=1&pageURL=https%3A%2F%2Fwww.ptc.com%2Fen&pageViewId=f17a2daf-2ddf-4632-849e-26f9018b3f5a&ipv6=2001%3A41d0%3Aab00%3A%3A4%3A0%3A8c&v=1.1.31 — 200 — 199 B — 109 ms — h2https://b.6sc.co/v1/beacon/img.gif?token=6e93802ac6f24eaf09a4ff1d3c9cfe0c&svisitor=null&visitor=f3347b60-ce2e-407e-8ba8-9eb046afeb33&session=f3a3dc3f-9f93-4934-8085-8b757d157b5c&event=s_update&q=%7B%22settings%22%3A%22%5B%7B%5C%22name%5C%22%3A%5C%22enableIPv6Ping%5C%22%2C%5C%22value%5C%22%3A%5C%22true%5C%22%2C%5C%22dateTime%5C%22%3A%5C%22Wed%2C%2022%20Apr%202026%2021%3A59%3A24%20GMT%5C%22%2C%5C%22timeSincePageLoad%5C%22%3A%5C%221445%5C%22%7D%5D%22%7D&isIframe=false&m=%7B%22description%22%3A%22PTC%20accelerates%20digital%20transformation%20with%20a%20new%20generation%20of%20technology%20that%20powers%20the%20ways%20you%20engineer%2C%20manufacture%2C%20and%20service%20your%20physical%20products.%22%2C%22keywords%22%3A%22%22%2C%22title%22%3A%22Global%20Leader%20in%20Product%20Lifecycle%20Management%20Software%20%7C%20PTC%22%7D&cb=&r=&thirdParty=%7B%7D&v2=1&pageURL=https%3A%2F%2Fwww.ptc.com%2Fen&pageViewId=f17a2daf-2ddf-4632-849e-26f9018b3f5a&ipv6=2001%3A41d0%3Aab00%3A%3A4%3A0%3A8c&v=1.1.31b.6sc.co/v1/beacon/img.gif?token=6e... https://b.6sc.co/v1/beacon/img.gif?token=6e93802ac6f24eaf09a4ff1d3c9cfe0c&svisitor=null&visitor=f3347b60-ce2e-407e-8ba8-9eb046afeb33&session=f3a3dc3f-9f93-4934-8085-8b757d157b5c&event=s_update&q=%7B%22settings%22%3A%22%5B%7B%5C%22name%5C%22%3A%5C%22enableIPv6Ping%5C%22%2C%5C%22value%5C%22%3A%5C%22true%5C%22%2C%5C%22dateTime%5C%22%3A%5C%22Wed%2C%2022%20Apr%202026%2021%3A59%3A24%20GMT%5C%22%2C%5C%22timeSincePageLoad%5C%22%3A%5C%221445%5C%22%7D%5D%22%7D&isIframe=false&m=%7B%22description%22%3A%22PTC%20accelerates%20digital%20transformation%20with%20a%20new%20generation%20of%20technology%20that%20powers%20the%20ways%20you%20engineer%2C%20manufacture%2C%20and%20service%20your%20physical%20products.%22%2C%22keywords%22%3A%22%22%2C%22title%22%3A%22Global%20Leader%20in%20Product%20Lifecycle%20Management%20Software%20%7C%20PTC%22%7D&cb=&r=&thirdParty=%7B%7D&v2=1&pageURL=https%3A%2F%2Fwww.ptc.com%2Fen&pageViewId=f17a2daf-2ddf-4632-849e-26f9018b3f5a&ipv6=2001%3A41d0%3Aab00%3A%3A4%3A0%3A8c&v=1.1.31 — 200 — 199 B — 112 ms — h2https://b.6sc.co/v1/beacon/img.gif?token=6e93802ac6f24eaf09a4ff1d3c9cfe0c&svisitor=null&visitor=f3347b60-ce2e-407e-8ba8-9eb046afeb33&session=f3a3dc3f-9f93-4934-8085-8b757d157b5c&event=s_update&q=%7B%22settings%22%3A%22%5B%7B%5C%22name%5C%22%3A%5C%22enableIgnorePageUrlHash%5C%22%2C%5C%22value%5C%22%3A%5C%22false%5C%22%2C%5C%22dateTime%5C%22%3A%5C%22Wed%2C%2022%20Apr%202026%2021%3A59%3A24%20GMT%5C%22%2C%5C%22timeSincePageLoad%5C%22%3A%5C%221445%5C%22%7D%5D%22%7D&isIframe=false&m=%7B%22description%22%3A%22PTC%20accelerates%20digital%20transformation%20with%20a%20new%20generation%20of%20technology%20that%20powers%20the%20ways%20you%20engineer%2C%20manufacture%2C%20and%20service%20your%20physical%20products.%22%2C%22keywords%22%3A%22%22%2C%22title%22%3A%22Global%20Leader%20in%20Product%20Lifecycle%20Management%20Software%20%7C%20PTC%22%7D&cb=&r=&thirdParty=%7B%7D&v2=1&pageURL=https%3A%2F%2Fwww.ptc.com%2Fen&pageViewId=f17a2daf-2ddf-4632-849e-26f9018b3f5a&ipv6=2001%3A41d0%3Aab00%3A%3A4%3A0%3A8c&v=1.1.31b.6sc.co/v1/beacon/img.gif?token=6e... https://b.6sc.co/v1/beacon/img.gif?token=6e93802ac6f24eaf09a4ff1d3c9cfe0c&svisitor=null&visitor=f3347b60-ce2e-407e-8ba8-9eb046afeb33&session=f3a3dc3f-9f93-4934-8085-8b757d157b5c&event=s_update&q=%7B%22settings%22%3A%22%5B%7B%5C%22name%5C%22%3A%5C%22enableIgnorePageUrlHash%5C%22%2C%5C%22value%5C%22%3A%5C%22false%5C%22%2C%5C%22dateTime%5C%22%3A%5C%22Wed%2C%2022%20Apr%202026%2021%3A59%3A24%20GMT%5C%22%2C%5C%22timeSincePageLoad%5C%22%3A%5C%221445%5C%22%7D%5D%22%7D&isIframe=false&m=%7B%22description%22%3A%22PTC%20accelerates%20digital%20transformation%20with%20a%20new%20generation%20of%20technology%20that%20powers%20the%20ways%20you%20engineer%2C%20manufacture%2C%20and%20service%20your%20physical%20products.%22%2C%22keywords%22%3A%22%22%2C%22title%22%3A%22Global%20Leader%20in%20Product%20Lifecycle%20Management%20Software%20%7C%20PTC%22%7D&cb=&r=&thirdParty=%7B%7D&v2=1&pageURL=https%3A%2F%2Fwww.ptc.com%2Fen&pageViewId=f17a2daf-2ddf-4632-849e-26f9018b3f5a&ipv6=2001%3A41d0%3Aab00%3A%3A4%3A0%3A8c&v=1.1.31 — 200 — 199 B — 113 ms — h2https://ipv6.6sc.co/ipv6.6sc.co/ https://ipv6.6sc.co/ — 200 — 309 B — 20 ms — h2https://b.6sc.co/v1/beacon/img.gif?token=6e93802ac6f24eaf09a4ff1d3c9cfe0c&svisitor=null&visitor=f3347b60-ce2e-407e-8ba8-9eb046afeb33&session=f3a3dc3f-9f93-4934-8085-8b757d157b5c&event=s_update&q=%7B%22settings%22%3A%22%5B%7B%5C%22name%5C%22%3A%5C%22enableRetargeting%5C%22%2C%5C%22value%5C%22%3A%5C%22true%5C%22%2C%5C%22dateTime%5C%22%3A%5C%22Wed%2C%2022%20Apr%202026%2021%3A59%3A24%20GMT%5C%22%2C%5C%22timeSincePageLoad%5C%22%3A%5C%221446%5C%22%7D%5D%22%7D&isIframe=false&m=%7B%22description%22%3A%22PTC%20accelerates%20digital%20transformation%20with%20a%20new%20generation%20of%20technology%20that%20powers%20the%20ways%20you%20engineer%2C%20manufacture%2C%20and%20service%20your%20physical%20products.%22%2C%22keywords%22%3A%22%22%2C%22title%22%3A%22Global%20Leader%20in%20Product%20Lifecycle%20Management%20Software%20%7C%20PTC%22%7D&cb=&r=&thirdParty=%7B%7D&v2=1&pageURL=https%3A%2F%2Fwww.ptc.com%2Fen&pageViewId=f17a2daf-2ddf-4632-849e-26f9018b3f5a&ipv6=2001%3A41d0%3Aab00%3A%3A4%3A0%3A8c&v=1.1.31b.6sc.co/v1/beacon/img.gif?token=6e... https://b.6sc.co/v1/beacon/img.gif?token=6e93802ac6f24eaf09a4ff1d3c9cfe0c&svisitor=null&visitor=f3347b60-ce2e-407e-8ba8-9eb046afeb33&session=f3a3dc3f-9f93-4934-8085-8b757d157b5c&event=s_update&q=%7B%22settings%22%3A%22%5B%7B%5C%22name%5C%22%3A%5C%22enableRetargeting%5C%22%2C%5C%22value%5C%22%3A%5C%22true%5C%22%2C%5C%22dateTime%5C%22%3A%5C%22Wed%2C%2022%20Apr%202026%2021%3A59%3A24%20GMT%5C%22%2C%5C%22timeSincePageLoad%5C%22%3A%5C%221446%5C%22%7D%5D%22%7D&isIframe=false&m=%7B%22description%22%3A%22PTC%20accelerates%20digital%20transformation%20with%20a%20new%20generation%20of%20technology%20that%20powers%20the%20ways%20you%20engineer%2C%20manufacture%2C%20and%20service%20your%20physical%20products.%22%2C%22keywords%22%3A%22%22%2C%22title%22%3A%22Global%20Leader%20in%20Product%20Lifecycle%20Management%20Software%20%7C%20PTC%22%7D&cb=&r=&thirdParty=%7B%7D&v2=1&pageURL=https%3A%2F%2Fwww.ptc.com%2Fen&pageViewId=f17a2daf-2ddf-4632-849e-26f9018b3f5a&ipv6=2001%3A41d0%3Aab00%3A%3A4%3A0%3A8c&v=1.1.31 — 200 — 199 B — 104 ms — h2https://www.ptc.com/frwww.ptc.com/fr https://www.ptc.com/fr — 200 — 30.8 KiB — 261 ms — h2https://pixel-config.reddit.com/pixels/t2_3vo9vp83h/configpixel-config.reddit.com/pixels/t2_3... https://pixel-config.reddit.com/pixels/t2_3vo9vp83h/config — 200 — 215 B — 86 ms — h2https://alb.reddit.com/rp.gif?ts=1776895164645&id=t2_3vo9vp83h&event=PageVisit&m.value=&m.transactionId=&m.customEventName=&m.products=&m.conversionId=&uuid=026098fb-131b-4b02-88c5-edc5d0a3a590&aaid=&external_id=&idfa=&integration=gtm&partner=&partner_version=&opt_out=0&sh=823&sw=412&v=rdt_f3936046&dpm=&dpcc=&dprc=alb.reddit.com/rp.gif?ts=1776895164... https://alb.reddit.com/rp.gif?ts=1776895164645&id=t2_3vo9vp83h&event=PageVisit&m.value=&m.transactionId=&m.customEventName=&m.products=&m.conversionId=&uuid=026098fb-131b-4b02-88c5-edc5d0a3a590&aaid=&external_id=&idfa=&integration=gtm&partner=&partner_version=&opt_out=0&sh=823&sw=412&v=rdt_f3936046&dpm=&dpcc=&dprc= — 200 — 76 B — 132 ms — h2https://alb.reddit.com/rp.gif?ts=1776895164649&id=a2_e5mwnd1hbc9f&event=PageVisit&m.value=&m.transactionId=&m.customEventName=&m.products=&m.conversionId=&uuid=026098fb-131b-4b02-88c5-edc5d0a3a590&aaid=&external_id=&idfa=&integration=gtm&partner=&partner_version=&opt_out=0&sh=823&sw=412&v=rdt_f3936046&dpm=&dpcc=&dprc=alb.reddit.com/rp.gif?ts=1776895164... https://alb.reddit.com/rp.gif?ts=1776895164649&id=a2_e5mwnd1hbc9f&event=PageVisit&m.value=&m.transactionId=&m.customEventName=&m.products=&m.conversionId=&uuid=026098fb-131b-4b02-88c5-edc5d0a3a590&aaid=&external_id=&idfa=&integration=gtm&partner=&partner_version=&opt_out=0&sh=823&sw=412&v=rdt_f3936046&dpm=&dpcc=&dprc= — 200 — 666 B — 126 ms — h2https://epsilon.6sense.com/v3/company/detailsepsilon.6sense.com/v3/company/detai... https://epsilon.6sense.com/v3/company/details — 200 — 655 B — 115 ms — h2https://epsilon.6sense.com/v3/company/detailsepsilon.6sense.com/v3/company/detai... https://epsilon.6sense.com/v3/company/details — 200 — 654 B — 186 ms — h2https://house-fastly-signed-us-east-1-prod.brightcovecdn.com/media/v1/pmp4/static/clear/1532789042001/63a7cce9-7d01-446a-af0c-a806570a6d16/2f5a2492-8bfd-4795-84d0-8a43639da268/main.mp4?fastly_token=NjllOTljYWNfZTQ1YWZmODcxMGExZDM4NjhlZjNlOGVhOWY3MjBiOTEyMTk4ZTI3NjI1ZDdhMWQyNzQyNmUzYmNmYmMyMjc3MF8vL2hvdXNlLWZhc3RseS1zaWduZWQtdXMtZWFzdC0xLXByb2QuYnJpZ2h0Y292ZWNkbi5jb20vbWVkaWEvdjEvcG1wNC9zdGF0aWMvY2xlYXIvMTUzMjc4OTA0MjAwMS82M2E3Y2NlOS03ZDAxLTQ0NmEtYWYwYy1hODA2NTcwYTZkMTYvMmY1YTI0OTItOGJmZC00Nzk1LTg0ZDAtOGE0MzYzOWRhMjY4L21haW4ubXA0house-fastly-signed-us-east-1-prod.... https://house-fastly-signed-us-east-1-prod.brightcovecdn.com/media/v1/pmp4/static/clear/1532789042001/63a7cce9-7d01-446a-af0c-a806570a6d16/2f5a2492-8bfd-4795-84d0-8a43639da268/main.mp4?fastly_token=NjllOTljYWNfZTQ1YWZmODcxMGExZDM4NjhlZjNlOGVhOWY3MjBiOTEyMTk4ZTI3NjI1ZDdhMWQyNzQyNmUzYmNmYmMyMjc3MF8vL2hvdXNlLWZhc3RseS1zaWduZWQtdXMtZWFzdC0xLXByb2QuYnJpZ2h0Y292ZWNkbi5jb20vbWVkaWEvdjEvcG1wNC9zdGF0aWMvY2xlYXIvMTUzMjc4OTA0MjAwMS82M2E3Y2NlOS03ZDAxLTQ0NmEtYWYwYy1hODA2NTcwYTZkMTYvMmY1YTI0OTItOGJmZC00Nzk1LTg0ZDAtOGE0MzYzOWRhMjY4L21haW4ubXA0 — 206 — 4.8 MiB — 195 ms — h2https://b.6sc.co/v1/beacon/img.gif?token=6e93802ac6f24eaf09a4ff1d3c9cfe0c&svisitor=null&visitor=f3347b60-ce2e-407e-8ba8-9eb046afeb33&session=f3a3dc3f-9f93-4934-8085-8b757d157b5c&event=s_update&q=%7B%22settings%22%3A%22%5B%7B%5C%22name%5C%22%3A%5C%22setWhiteListFields%5C%22%2C%5C%22value%5C%22%3A%5C%22%5B%5D%5C%22%2C%5C%22dateTime%5C%22%3A%5C%22Wed%2C%2022%20Apr%202026%2021%3A59%3A24%20GMT%5C%22%2C%5C%22timeSincePageLoad%5C%22%3A%5C%221446%5C%22%7D%5D%22%7D&isIframe=false&m=%7B%22description%22%3A%22PTC%20accelerates%20digital%20transformation%20with%20a%20new%20generation%20of%20technology%20that%20powers%20the%20ways%20you%20engineer%2C%20manufacture%2C%20and%20service%20your%20physical%20products.%22%2C%22keywords%22%3A%22%22%2C%22title%22%3A%22Global%20Leader%20in%20Product%20Lifecycle%20Management%20Software%20%7C%20PTC%22%7D&cb=&r=&thirdParty=%7B%7D&v2=1&pageURL=https%3A%2F%2Fwww.ptc.com%2Fen&pageViewId=f17a2daf-2ddf-4632-849e-26f9018b3f5a&ipv6=2001%3A41d0%3Aab00%3A%3A4%3A0%3A8c&v=1.1.31b.6sc.co/v1/beacon/img.gif?token=6e... https://b.6sc.co/v1/beacon/img.gif?token=6e93802ac6f24eaf09a4ff1d3c9cfe0c&svisitor=null&visitor=f3347b60-ce2e-407e-8ba8-9eb046afeb33&session=f3a3dc3f-9f93-4934-8085-8b757d157b5c&event=s_update&q=%7B%22settings%22%3A%22%5B%7B%5C%22name%5C%22%3A%5C%22setWhiteListFields%5C%22%2C%5C%22value%5C%22%3A%5C%22%5B%5D%5C%22%2C%5C%22dateTime%5C%22%3A%5C%22Wed%2C%2022%20Apr%202026%2021%3A59%3A24%20GMT%5C%22%2C%5C%22timeSincePageLoad%5C%22%3A%5C%221446%5C%22%7D%5D%22%7D&isIframe=false&m=%7B%22description%22%3A%22PTC%20accelerates%20digital%20transformation%20with%20a%20new%20generation%20of%20technology%20that%20powers%20the%20ways%20you%20engineer%2C%20manufacture%2C%20and%20service%20your%20physical%20products.%22%2C%22keywords%22%3A%22%22%2C%22title%22%3A%22Global%20Leader%20in%20Product%20Lifecycle%20Management%20Software%20%7C%20PTC%22%7D&cb=&r=&thirdParty=%7B%7D&v2=1&pageURL=https%3A%2F%2Fwww.ptc.com%2Fen&pageViewId=f17a2daf-2ddf-4632-849e-26f9018b3f5a&ipv6=2001%3A41d0%3Aab00%3A%3A4%3A0%3A8c&v=1.1.31 — 200 — 199 B — 105 ms — h2https://b.6sc.co/v1/beacon/img.gif?token=6e93802ac6f24eaf09a4ff1d3c9cfe0c&svisitor=null&visitor=f3347b60-ce2e-407e-8ba8-9eb046afeb33&session=f3a3dc3f-9f93-4934-8085-8b757d157b5c&event=s_update&q=%7B%22settings%22%3A%22%5B%7B%5C%22name%5C%22%3A%5C%22setCustomMetatags%5C%22%2C%5C%22value%5C%22%3A%5C%22%5B%5D%5C%22%2C%5C%22dateTime%5C%22%3A%5C%22Wed%2C%2022%20Apr%202026%2021%3A59%3A24%20GMT%5C%22%2C%5C%22timeSincePageLoad%5C%22%3A%5C%221447%5C%22%7D%5D%22%7D&isIframe=false&m=%7B%22description%22%3A%22PTC%20accelerates%20digital%20transformation%20with%20a%20new%20generation%20of%20technology%20that%20powers%20the%20ways%20you%20engineer%2C%20manufacture%2C%20and%20service%20your%20physical%20products.%22%2C%22keywords%22%3A%22%22%2C%22title%22%3A%22Global%20Leader%20in%20Product%20Lifecycle%20Management%20Software%20%7C%20PTC%22%7D&cb=&r=&thirdParty=%7B%7D&v2=1&pageURL=https%3A%2F%2Fwww.ptc.com%2Fen&pageViewId=f17a2daf-2ddf-4632-849e-26f9018b3f5a&ipv6=2001%3A41d0%3Aab00%3A%3A4%3A0%3A8c&v=1.1.31b.6sc.co/v1/beacon/img.gif?token=6e... https://b.6sc.co/v1/beacon/img.gif?token=6e93802ac6f24eaf09a4ff1d3c9cfe0c&svisitor=null&visitor=f3347b60-ce2e-407e-8ba8-9eb046afeb33&session=f3a3dc3f-9f93-4934-8085-8b757d157b5c&event=s_update&q=%7B%22settings%22%3A%22%5B%7B%5C%22name%5C%22%3A%5C%22setCustomMetatags%5C%22%2C%5C%22value%5C%22%3A%5C%22%5B%5D%5C%22%2C%5C%22dateTime%5C%22%3A%5C%22Wed%2C%2022%20Apr%202026%2021%3A59%3A24%20GMT%5C%22%2C%5C%22timeSincePageLoad%5C%22%3A%5C%221447%5C%22%7D%5D%22%7D&isIframe=false&m=%7B%22description%22%3A%22PTC%20accelerates%20digital%20transformation%20with%20a%20new%20generation%20of%20technology%20that%20powers%20the%20ways%20you%20engineer%2C%20manufacture%2C%20and%20service%20your%20physical%20products.%22%2C%22keywords%22%3A%22%22%2C%22title%22%3A%22Global%20Leader%20in%20Product%20Lifecycle%20Management%20Software%20%7C%20PTC%22%7D&cb=&r=&thirdParty=%7B%7D&v2=1&pageURL=https%3A%2F%2Fwww.ptc.com%2Fen&pageViewId=f17a2daf-2ddf-4632-849e-26f9018b3f5a&ipv6=2001%3A41d0%3Aab00%3A%3A4%3A0%3A8c&v=1.1.31 — 200 — 199 B — 104 ms — h2https://b.6sc.co/v1/beacon/img.gif?token=6e93802ac6f24eaf09a4ff1d3c9cfe0c&svisitor=null&visitor=f3347b60-ce2e-407e-8ba8-9eb046afeb33&session=f3a3dc3f-9f93-4934-8085-8b757d157b5c&event=s_update&q=%7B%22settings%22%3A%22%5B%7B%5C%22name%5C%22%3A%5C%22storeTagId%5C%22%2C%5C%22value%5C%22%3A%5C%22722eb55f-f5bf-4b00-a11f-120386eb6c86%5C%22%2C%5C%22dateTime%5C%22%3A%5C%22Wed%2C%2022%20Apr%202026%2021%3A59%3A24%20GMT%5C%22%2C%5C%22timeSincePageLoad%5C%22%3A%5C%221447%5C%22%7D%5D%22%7D&isIframe=false&m=%7B%22description%22%3A%22PTC%20accelerates%20digital%20transformation%20with%20a%20new%20generation%20of%20technology%20that%20powers%20the%20ways%20you%20engineer%2C%20manufacture%2C%20and%20service%20your%20physical%20products.%22%2C%22keywords%22%3A%22%22%2C%22title%22%3A%22Global%20Leader%20in%20Product%20Lifecycle%20Management%20Software%20%7C%20PTC%22%7D&cb=&r=&thirdParty=%7B%7D&v2=1&pageURL=https%3A%2F%2Fwww.ptc.com%2Fen&pageViewId=f17a2daf-2ddf-4632-849e-26f9018b3f5a&webTagId=722eb55f-f5bf-4b00-a11f-120386eb6c86&ipv6=2001%3A41d0%3Aab00%3A%3A4%3A0%3A8c&v=1.1.31b.6sc.co/v1/beacon/img.gif?token=6e... https://b.6sc.co/v1/beacon/img.gif?token=6e93802ac6f24eaf09a4ff1d3c9cfe0c&svisitor=null&visitor=f3347b60-ce2e-407e-8ba8-9eb046afeb33&session=f3a3dc3f-9f93-4934-8085-8b757d157b5c&event=s_update&q=%7B%22settings%22%3A%22%5B%7B%5C%22name%5C%22%3A%5C%22storeTagId%5C%22%2C%5C%22value%5C%22%3A%5C%22722eb55f-f5bf-4b00-a11f-120386eb6c86%5C%22%2C%5C%22dateTime%5C%22%3A%5C%22Wed%2C%2022%20Apr%202026%2021%3A59%3A24%20GMT%5C%22%2C%5C%22timeSincePageLoad%5C%22%3A%5C%221447%5C%22%7D%5D%22%7D&isIframe=false&m=%7B%22description%22%3A%22PTC%20accelerates%20digital%20transformation%20with%20a%20new%20generation%20of%20technology%20that%20powers%20the%20ways%20you%20engineer%2C%20manufacture%2C%20and%20service%20your%20physical%20products.%22%2C%22keywords%22%3A%22%22%2C%22title%22%3A%22Global%20Leader%20in%20Product%20Lifecycle%20Management%20Software%20%7C%20PTC%22%7D&cb=&r=&thirdParty=%7B%7D&v2=1&pageURL=https%3A%2F%2Fwww.ptc.com%2Fen&pageViewId=f17a2daf-2ddf-4632-849e-26f9018b3f5a&webTagId=722eb55f-f5bf-4b00-a11f-120386eb6c86&ipv6=2001%3A41d0%3Aab00%3A%3A4%3A0%3A8c&v=1.1.31 — 200 — 199 B — 110 ms — h2https://b.6sc.co/v1/beacon/img.gif?token=6e93802ac6f24eaf09a4ff1d3c9cfe0c&svisitor=null&visitor=f3347b60-ce2e-407e-8ba8-9eb046afeb33&session=f3a3dc3f-9f93-4934-8085-8b757d157b5c&event=s_update&q=%7B%22settings%22%3A%22%5B%7B%5C%22name%5C%22%3A%5C%22enableEventTracking%5C%22%2C%5C%22value%5C%22%3A%5C%22true%5C%22%2C%5C%22dateTime%5C%22%3A%5C%22Wed%2C%2022%20Apr%202026%2021%3A59%3A24%20GMT%5C%22%2C%5C%22timeSincePageLoad%5C%22%3A%5C%221448%5C%22%7D%5D%22%7D&isIframe=false&m=%7B%22description%22%3A%22PTC%20accelerates%20digital%20transformation%20with%20a%20new%20generation%20of%20technology%20that%20powers%20the%20ways%20you%20engineer%2C%20manufacture%2C%20and%20service%20your%20physical%20products.%22%2C%22keywords%22%3A%22%22%2C%22title%22%3A%22Global%20Leader%20in%20Product%20Lifecycle%20Management%20Software%20%7C%20PTC%22%7D&cb=&r=&thirdParty=%7B%7D&v2=1&pageURL=https%3A%2F%2Fwww.ptc.com%2Fen&pageViewId=f17a2daf-2ddf-4632-849e-26f9018b3f5a&webTagId=722eb55f-f5bf-4b00-a11f-120386eb6c86&ipv6=2001%3A41d0%3Aab00%3A%3A4%3A0%3A8c&v=1.1.31b.6sc.co/v1/beacon/img.gif?token=6e... https://b.6sc.co/v1/beacon/img.gif?token=6e93802ac6f24eaf09a4ff1d3c9cfe0c&svisitor=null&visitor=f3347b60-ce2e-407e-8ba8-9eb046afeb33&session=f3a3dc3f-9f93-4934-8085-8b757d157b5c&event=s_update&q=%7B%22settings%22%3A%22%5B%7B%5C%22name%5C%22%3A%5C%22enableEventTracking%5C%22%2C%5C%22value%5C%22%3A%5C%22true%5C%22%2C%5C%22dateTime%5C%22%3A%5C%22Wed%2C%2022%20Apr%202026%2021%3A59%3A24%20GMT%5C%22%2C%5C%22timeSincePageLoad%5C%22%3A%5C%221448%5C%22%7D%5D%22%7D&isIframe=false&m=%7B%22description%22%3A%22PTC%20accelerates%20digital%20transformation%20with%20a%20new%20generation%20of%20technology%20that%20powers%20the%20ways%20you%20engineer%2C%20manufacture%2C%20and%20service%20your%20physical%20products.%22%2C%22keywords%22%3A%22%22%2C%22title%22%3A%22Global%20Leader%20in%20Product%20Lifecycle%20Management%20Software%20%7C%20PTC%22%7D&cb=&r=&thirdParty=%7B%7D&v2=1&pageURL=https%3A%2F%2Fwww.ptc.com%2Fen&pageViewId=f17a2daf-2ddf-4632-849e-26f9018b3f5a&webTagId=722eb55f-f5bf-4b00-a11f-120386eb6c86&ipv6=2001%3A41d0%3Aab00%3A%3A4%3A0%3A8c&v=1.1.31 — 200 — 199 B — 111 ms — h2https://app.qualified.com/w/1/kHhbzLQFc5fffEBd/visitor_events?wu=9f829070-7a25-4c4a-afc5-a869c7cfc8d1&uuid=de4b37ba-b932-4c87-8899-3eed8092bd9dapp.qualified.com/w/1/kHhbzLQFc5fff... https://app.qualified.com/w/1/kHhbzLQFc5fffEBd/visitor_events?wu=9f829070-7a25-4c4a-afc5-a869c7cfc8d1&uuid=de4b37ba-b932-4c87-8899-3eed8092bd9d — 204 — 91 B — 234 ms — h2https://b.6sc.co/v1/beacon/img.gif?token=6e93802ac6f24eaf09a4ff1d3c9cfe0c&svisitor=null&visitor=f3347b60-ce2e-407e-8ba8-9eb046afeb33&session=f3a3dc3f-9f93-4934-8085-8b757d157b5c&event=s_update&q=%7B%22settings%22%3A%22%5B%7B%5C%22name%5C%22%3A%5C%22setCompanyDetailsExpiration%5C%22%2C%5C%22value%5C%22%3A%5C%22true%5C%22%2C%5C%22dateTime%5C%22%3A%5C%22Wed%2C%2022%20Apr%202026%2021%3A59%3A24%20GMT%5C%22%2C%5C%22timeSincePageLoad%5C%22%3A%5C%221448%5C%22%7D%5D%22%7D&isIframe=false&m=%7B%22description%22%3A%22PTC%20accelerates%20digital%20transformation%20with%20a%20new%20generation%20of%20technology%20that%20powers%20the%20ways%20you%20engineer%2C%20manufacture%2C%20and%20service%20your%20physical%20products.%22%2C%22keywords%22%3A%22%22%2C%22title%22%3A%22Global%20Leader%20in%20Product%20Lifecycle%20Management%20Software%20%7C%20PTC%22%7D&cb=&r=&thirdParty=%7B%7D&v2=1&pageURL=https%3A%2F%2Fwww.ptc.com%2Fen&pageViewId=f17a2daf-2ddf-4632-849e-26f9018b3f5a&webTagId=722eb55f-f5bf-4b00-a11f-120386eb6c86&ipv6=2001%3A41d0%3Aab00%3A%3A4%3A0%3A8c&v=1.1.31b.6sc.co/v1/beacon/img.gif?token=6e... https://b.6sc.co/v1/beacon/img.gif?token=6e93802ac6f24eaf09a4ff1d3c9cfe0c&svisitor=null&visitor=f3347b60-ce2e-407e-8ba8-9eb046afeb33&session=f3a3dc3f-9f93-4934-8085-8b757d157b5c&event=s_update&q=%7B%22settings%22%3A%22%5B%7B%5C%22name%5C%22%3A%5C%22setCompanyDetailsExpiration%5C%22%2C%5C%22value%5C%22%3A%5C%22true%5C%22%2C%5C%22dateTime%5C%22%3A%5C%22Wed%2C%2022%20Apr%202026%2021%3A59%3A24%20GMT%5C%22%2C%5C%22timeSincePageLoad%5C%22%3A%5C%221448%5C%22%7D%5D%22%7D&isIframe=false&m=%7B%22description%22%3A%22PTC%20accelerates%20digital%20transformation%20with%20a%20new%20generation%20of%20technology%20that%20powers%20the%20ways%20you%20engineer%2C%20manufacture%2C%20and%20service%20your%20physical%20products.%22%2C%22keywords%22%3A%22%22%2C%22title%22%3A%22Global%20Leader%20in%20Product%20Lifecycle%20Management%20Software%20%7C%20PTC%22%7D&cb=&r=&thirdParty=%7B%7D&v2=1&pageURL=https%3A%2F%2Fwww.ptc.com%2Fen&pageViewId=f17a2daf-2ddf-4632-849e-26f9018b3f5a&webTagId=722eb55f-f5bf-4b00-a11f-120386eb6c86&ipv6=2001%3A41d0%3Aab00%3A%3A4%3A0%3A8c&v=1.1.31 — 200 — 199 B — 108 ms — h2https://b.6sc.co/v1/beacon/img.gif?token=6e93802ac6f24eaf09a4ff1d3c9cfe0c&svisitor=null&visitor=f3347b60-ce2e-407e-8ba8-9eb046afeb33&session=f3a3dc3f-9f93-4934-8085-8b757d157b5c&event=s_update&q=%7B%22settings%22%3A%22%5B%7B%5C%22name%5C%22%3A%5C%22enableCompanyDetails%5C%22%2C%5C%22value%5C%22%3A%5C%22%5Btrue%2Cnull%2C3%5D%5C%22%2C%5C%22dateTime%5C%22%3A%5C%22Wed%2C%2022%20Apr%202026%2021%3A59%3A24%20GMT%5C%22%2C%5C%22timeSincePageLoad%5C%22%3A%5C%221449%5C%22%7D%5D%22%7D&isIframe=false&m=%7B%22description%22%3A%22PTC%20accelerates%20digital%20transformation%20with%20a%20new%20generation%20of%20technology%20that%20powers%20the%20ways%20you%20engineer%2C%20manufacture%2C%20and%20service%20your%20physical%20products.%22%2C%22keywords%22%3A%22%22%2C%22title%22%3A%22Global%20Leader%20in%20Product%20Lifecycle%20Management%20Software%20%7C%20PTC%22%7D&cb=&r=&thirdParty=%7B%7D&v2=1&pageURL=https%3A%2F%2Fwww.ptc.com%2Fen&pageViewId=f17a2daf-2ddf-4632-849e-26f9018b3f5a&webTagId=722eb55f-f5bf-4b00-a11f-120386eb6c86&ipv6=2001%3A41d0%3Aab00%3A%3A4%3A0%3A8c&v=1.1.31b.6sc.co/v1/beacon/img.gif?token=6e... https://b.6sc.co/v1/beacon/img.gif?token=6e93802ac6f24eaf09a4ff1d3c9cfe0c&svisitor=null&visitor=f3347b60-ce2e-407e-8ba8-9eb046afeb33&session=f3a3dc3f-9f93-4934-8085-8b757d157b5c&event=s_update&q=%7B%22settings%22%3A%22%5B%7B%5C%22name%5C%22%3A%5C%22enableCompanyDetails%5C%22%2C%5C%22value%5C%22%3A%5C%22%5Btrue%2Cnull%2C3%5D%5C%22%2C%5C%22dateTime%5C%22%3A%5C%22Wed%2C%2022%20Apr%202026%2021%3A59%3A24%20GMT%5C%22%2C%5C%22timeSincePageLoad%5C%22%3A%5C%221449%5C%22%7D%5D%22%7D&isIframe=false&m=%7B%22description%22%3A%22PTC%20accelerates%20digital%20transformation%20with%20a%20new%20generation%20of%20technology%20that%20powers%20the%20ways%20you%20engineer%2C%20manufacture%2C%20and%20service%20your%20physical%20products.%22%2C%22keywords%22%3A%22%22%2C%22title%22%3A%22Global%20Leader%20in%20Product%20Lifecycle%20Management%20Software%20%7C%20PTC%22%7D&cb=&r=&thirdParty=%7B%7D&v2=1&pageURL=https%3A%2F%2Fwww.ptc.com%2Fen&pageViewId=f17a2daf-2ddf-4632-849e-26f9018b3f5a&webTagId=722eb55f-f5bf-4b00-a11f-120386eb6c86&ipv6=2001%3A41d0%3Aab00%3A%3A4%3A0%3A8c&v=1.1.31 — 200 — 199 B — 105 ms — h2https://epsilon.6sense.com/v3/company/detailsepsilon.6sense.com/v3/company/detai... https://epsilon.6sense.com/v3/company/details — 200 — 654 B — 145 ms — h2https://bat.bing.com/p/action/20265275.jsbat.bing.com/p/action/20265275.js https://bat.bing.com/p/action/20265275.js — 200 — 430 B — 52 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 — 36 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 — 205 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 — 97.2 KiB — 88 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.6 KiB — 101 ms — h2https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516static.cloudflareinsights.com/beaco... https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516 — 200 — 10.7 KiB — 67 ms — h2https://www.ptc.com/dewww.ptc.com/de https://www.ptc.com/de — 200 — 30.4 KiB — 242 ms — h2https://dev.visualwebsiteoptimizer.com/events/t/u?en=gtm.ajaxComplete&a=539049&v=ed127fef&_cu=https%3A%2F%2Fwww.ptc.com%2Fendev.visualwebsiteoptimizer.com/even... https://dev.visualwebsiteoptimizer.com/events/t/u?en=gtm.ajaxComplete&a=539049&v=ed127fef&_cu=https%3A%2F%2Fwww.ptc.com%2Fen — 200 — 37 B — 103 ms — h3https://dev.visualwebsiteoptimizer.com/events/t/u?en=gtm.6si_company_details_loaded&a=539049&v=ed127fef&_cu=https%3A%2F%2Fwww.ptc.com%2Fendev.visualwebsiteoptimizer.com/even... https://dev.visualwebsiteoptimizer.com/events/t/u?en=gtm.6si_company_details_loaded&a=539049&v=ed127fef&_cu=https%3A%2F%2Fwww.ptc.com%2Fen — 200 — 37 B — 103 ms — h3https://tracking.ptc.com/visitor/v200/svrGP.aspx?pps=3&siteid=2826&ref=https%3A%2F%2Fwww.ptc.com%2Fen&ref2=elqNone&tzo=0&ms=577&optin=disabled&elq1pcGUID=453F508183CC4798A6DA7FABC1213B2Atracking.ptc.com/visitor/v200/svrGP... https://tracking.ptc.com/visitor/v200/svrGP.aspx?pps=3&siteid=2826&ref=https%3A%2F%2Fwww.ptc.com%2Fen&ref2=elqNone&tzo=0&ms=577&optin=disabled&elq1pcGUID=453F508183CC4798A6DA7FABC1213B2A — 200 — 889 B — 147 ms — http/1.1https://www.ptc.com/itwww.ptc.com/it https://www.ptc.com/it — 200 — 30.6 KiB — 229 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 — 25 ms — h2https://ipv6.6sc.co/ipv6.6sc.co/ https://ipv6.6sc.co/ — 200 — 309 B — 5 ms — h2https://bat.bing.com/actionp/0?ti=20265275&Ver=2&mid=0af20579-f43a-49ef-839b-7d619bbc4c09&bo=1&evt=consent&src=default&cdb=AQAS&asc=Gbat.bing.com/actionp/0?ti=20265275&... https://bat.bing.com/actionp/0?ti=20265275&Ver=2&mid=0af20579-f43a-49ef-839b-7d619bbc4c09&bo=1&evt=consent&src=default&cdb=AQAS&asc=G — 204 — 289 B — 36 ms — h2https://b.6sc.co/v1/beacon/img.gif?token=6e93802ac6f24eaf09a4ff1d3c9cfe0c&svisitor=null&visitor=f3347b60-ce2e-407e-8ba8-9eb046afeb33&session=f3a3dc3f-9f93-4934-8085-8b757d157b5c&event=active_time_track&q=%7B%22currentTime%22%3A%22Wed%2C%2022%20Apr%202026%2021%3A59%3A25%20GMT%22%2C%22lastTrackTime%22%3A%22Wed%2C%2022%20Apr%202026%2021%3A59%3A24%20GMT%22%2C%22timeSpent%22%3A%221001%22%2C%22totalTimeSpent%22%3A%222035%22%7D&isIframe=false&m=%7B%22description%22%3A%22PTC%20accelerates%20digital%20transformation%20with%20a%20new%20generation%20of%20technology%20that%20powers%20the%20ways%20you%20engineer%2C%20manufacture%2C%20and%20service%20your%20physical%20products.%22%2C%22keywords%22%3A%22%22%2C%22title%22%3A%22Global%20Leader%20in%20Product%20Lifecycle%20Management%20Software%20%7C%20PTC%22%7D&cb=&r=&thirdParty=%7B%7D&v2=1&pageURL=https%3A%2F%2Fwww.ptc.com%2Fen&pageViewId=f17a2daf-2ddf-4632-849e-26f9018b3f5a&an_uid=-1&webTagId=722eb55f-f5bf-4b00-a11f-120386eb6c86&ipv6=2001%3A41d0%3Aab00%3A%3A4%3A0%3A8c&v=1.1.31b.6sc.co/v1/beacon/img.gif?token=6e... https://b.6sc.co/v1/beacon/img.gif?token=6e93802ac6f24eaf09a4ff1d3c9cfe0c&svisitor=null&visitor=f3347b60-ce2e-407e-8ba8-9eb046afeb33&session=f3a3dc3f-9f93-4934-8085-8b757d157b5c&event=active_time_track&q=%7B%22currentTime%22%3A%22Wed%2C%2022%20Apr%202026%2021%3A59%3A25%20GMT%22%2C%22lastTrackTime%22%3A%22Wed%2C%2022%20Apr%202026%2021%3A59%3A24%20GMT%22%2C%22timeSpent%22%3A%221001%22%2C%22totalTimeSpent%22%3A%222035%22%7D&isIframe=false&m=%7B%22description%22%3A%22PTC%20accelerates%20digital%20transformation%20with%20a%20new%20generation%20of%20technology%20that%20powers%20the%20ways%20you%20engineer%2C%20manufacture%2C%20and%20service%20your%20physical%20products.%22%2C%22keywords%22%3A%22%22%2C%22title%22%3A%22Global%20Leader%20in%20Product%20Lifecycle%20Management%20Software%20%7C%20PTC%22%7D&cb=&r=&thirdParty=%7B%7D&v2=1&pageURL=https%3A%2F%2Fwww.ptc.com%2Fen&pageViewId=f17a2daf-2ddf-4632-849e-26f9018b3f5a&an_uid=-1&webTagId=722eb55f-f5bf-4b00-a11f-120386eb6c86&ipv6=2001%3A41d0%3Aab00%3A%3A4%3A0%3A8c&v=1.1.31 — 200 — 199 B — 105 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 — 116 ms — h2https://www.ptc.com/jawww.ptc.com/ja https://www.ptc.com/ja — 200 — 31.5 KiB — 234 ms — h2https://app.qualified.com/cdn-cgi/rum?app.qualified.com/cdn-cgi/rum? https://app.qualified.com/cdn-cgi/rum? — 204 — 173 B — 23 ms — h2https://region1.google-analytics.com/g/collect?v=2&tid=G-2NPKD7C4PN&gtm=45je64k0v9182353538z872348783za20gzb72348783zd72348783&_p=1776895163007&gcs=G111&gcd=13t3t3t2t5l1&npa=0&dma_cps=a&dma=1&are=1&cid=115715232.1776895166&frm=0&pscdl=noapi&rcb=16&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=0~115938466~115938469~117266400~117384406~117512543&sid=1776895164&sct=1&seg=0&dl=https%3A%2F%2Fwww.ptc.com%2Fen&dt=Global%20Leader%20in%20Product%20Lifecycle%20Management%20Software%20%7C%20PTC&_tu=CA&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=3910region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-2NPKD7C4PN&gtm=45je64k0v9182353538z872348783za20gzb72348783zd72348783&_p=1776895163007&gcs=G111&gcd=13t3t3t2t5l1&npa=0&dma_cps=a&dma=1&are=1&cid=115715232.1776895166&frm=0&pscdl=noapi&rcb=16&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=0~115938466~115938469~117266400~117384406~117512543&sid=1776895164&sct=1&seg=0&dl=https%3A%2F%2Fwww.ptc.com%2Fen&dt=Global%20Leader%20in%20Product%20Lifecycle%20Management%20Software%20%7C%20PTC&_tu=CA&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=3910 — 204 — 546 B — 137 ms — h2https://googleads.g.doubleclick.net/pagead/viewthroughconversion/757418926/?random=1776895164697&cv=11&fst=1776895164697&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64k0v9172626906z872348783za20gzb72348783zd72348783xec&gcd=13t3t3t2t5l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938469~117266400~118463262&u_w=412&u_h=823&url=https%3A%2F%2Fwww.ptc.com%2Fen&rcb=11&frm=0&tiba=Global%20Leader%20in%20Product%20Lifecycle%20Management%20Software%20%7C%20PTC&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1239153402.1776895166&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=1&uam=moto%20g%20power%20(2022)&uap=Android&uapv=11.0&uaw=0&_tu=CA&data=event%3Dgtag.config&rfmt=3&fmt=4googleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/viewthroughconversion/757418926/?random=1776895164697&cv=11&fst=1776895164697&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64k0v9172626906z872348783za20gzb72348783zd72348783xec&gcd=13t3t3t2t5l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938469~117266400~118463262&u_w=412&u_h=823&url=https%3A%2F%2Fwww.ptc.com%2Fen&rcb=11&frm=0&tiba=Global%20Leader%20in%20Product%20Lifecycle%20Management%20Software%20%7C%20PTC&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1239153402.1776895166&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=1&uam=moto%20g%20power%20(2022)&uap=Android&uapv=11.0&uaw=0&_tu=CA&data=event%3Dgtag.config&rfmt=3&fmt=4 — 200 — 2.1 KiB — 149 ms — h3https://www.google.com/rmkt/collect/757418926/?random=1776895164697&cv=11&fst=1776895164697&fmt=8&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64k0v9172626906z872348783za20gzb72348783zd72348783xec&gcd=13t3t3t2t5l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938469~117266400~118463262&u_w=412&u_h=823&url=https%3A%2F%2Fwww.ptc.com%2Fen&rcb=11&frm=0&tiba=Global%20Leader%20in%20Product%20Lifecycle%20Management%20Software%20%7C%20PTC&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1239153402.1776895166&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=1&uam=moto%20g%20power%20(2022)&uap=Android&uapv=11.0&uaw=0&_tu=CA&data=event%3Dgtag.config&gcp=5www.google.com/rmkt/collect/7574189... https://www.google.com/rmkt/collect/757418926/?random=1776895164697&cv=11&fst=1776895164697&fmt=8&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64k0v9172626906z872348783za20gzb72348783zd72348783xec&gcd=13t3t3t2t5l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938469~117266400~118463262&u_w=412&u_h=823&url=https%3A%2F%2Fwww.ptc.com%2Fen&rcb=11&frm=0&tiba=Global%20Leader%20in%20Product%20Lifecycle%20Management%20Software%20%7C%20PTC&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1239153402.1776895166&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=1&uam=moto%20g%20power%20(2022)&uap=Android&uapv=11.0&uaw=0&_tu=CA&data=event%3Dgtag.config&gcp=5 — 200 — 20 B — 96 ms — h3https://googleads.g.doubleclick.net/pagead/viewthroughconversion/16884321278/?random=1776895164698&cv=11&fst=1776895164698&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64k0v9172626906z872348783za20gzb72348783zd72348783xec&gcd=13t3t3t2t5l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938469~117266400~118463262&u_w=412&u_h=823&url=https%3A%2F%2Fwww.ptc.com%2Fen&rcb=11&frm=0&tiba=Global%20Leader%20in%20Product%20Lifecycle%20Management%20Software%20%7C%20PTC&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1239153402.1776895166&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=1&uam=moto%20g%20power%20(2022)&uap=Android&uapv=11.0&uaw=0&_tu=CA&data=event%3Dgtag.config&rfmt=3&fmt=4googleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/viewthroughconversion/16884321278/?random=1776895164698&cv=11&fst=1776895164698&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64k0v9172626906z872348783za20gzb72348783zd72348783xec&gcd=13t3t3t2t5l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938469~117266400~118463262&u_w=412&u_h=823&url=https%3A%2F%2Fwww.ptc.com%2Fen&rcb=11&frm=0&tiba=Global%20Leader%20in%20Product%20Lifecycle%20Management%20Software%20%7C%20PTC&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1239153402.1776895166&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=1&uam=moto%20g%20power%20(2022)&uap=Android&uapv=11.0&uaw=0&_tu=CA&data=event%3Dgtag.config&rfmt=3&fmt=4 — 200 — 2.1 KiB — 139 ms — h3https://www.google.com/rmkt/collect/16884321278/?random=1776895164698&cv=11&fst=1776895164698&fmt=8&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64k0v9172626906z872348783za20gzb72348783zd72348783xec&gcd=13t3t3t2t5l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938469~117266400~118463262&u_w=412&u_h=823&url=https%3A%2F%2Fwww.ptc.com%2Fen&rcb=11&frm=0&tiba=Global%20Leader%20in%20Product%20Lifecycle%20Management%20Software%20%7C%20PTC&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1239153402.1776895166&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=1&uam=moto%20g%20power%20(2022)&uap=Android&uapv=11.0&uaw=0&_tu=CA&data=event%3Dgtag.config&gcp=5www.google.com/rmkt/collect/1688432... https://www.google.com/rmkt/collect/16884321278/?random=1776895164698&cv=11&fst=1776895164698&fmt=8&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64k0v9172626906z872348783za20gzb72348783zd72348783xec&gcd=13t3t3t2t5l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938469~117266400~118463262&u_w=412&u_h=823&url=https%3A%2F%2Fwww.ptc.com%2Fen&rcb=11&frm=0&tiba=Global%20Leader%20in%20Product%20Lifecycle%20Management%20Software%20%7C%20PTC&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1239153402.1776895166&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=1&uam=moto%20g%20power%20(2022)&uap=Android&uapv=11.0&uaw=0&_tu=CA&data=event%3Dgtag.config&gcp=5 — 200 — 20 B — 90 ms — h3https://www.ptc.com/kowww.ptc.com/ko https://www.ptc.com/ko — 200 — 31.3 KiB — 231 ms — h2https://googleads.g.doubleclick.net/pagead/viewthroughconversion/800835224/?random=1776895164699&cv=11&fst=1776895164699&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64k0v9172626906z872348783za20gzb72348783zd72348783xec&gcd=13t3t3t2t5l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938469~117266400~118463262&u_w=412&u_h=823&url=https%3A%2F%2Fwww.ptc.com%2Fen&rcb=11&frm=0&tiba=Global%20Leader%20in%20Product%20Lifecycle%20Management%20Software%20%7C%20PTC&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1239153402.1776895166&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=1&uam=moto%20g%20power%20(2022)&uap=Android&uapv=11.0&uaw=0&_tu=CA&data=event%3Dgtag.config&rfmt=3&fmt=4googleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/viewthroughconversion/800835224/?random=1776895164699&cv=11&fst=1776895164699&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64k0v9172626906z872348783za20gzb72348783zd72348783xec&gcd=13t3t3t2t5l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938469~117266400~118463262&u_w=412&u_h=823&url=https%3A%2F%2Fwww.ptc.com%2Fen&rcb=11&frm=0&tiba=Global%20Leader%20in%20Product%20Lifecycle%20Management%20Software%20%7C%20PTC&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1239153402.1776895166&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=1&uam=moto%20g%20power%20(2022)&uap=Android&uapv=11.0&uaw=0&_tu=CA&data=event%3Dgtag.config&rfmt=3&fmt=4 — 200 — 2.1 KiB — 125 ms — h3https://www.google.com/rmkt/collect/800835224/?random=1776895164699&cv=11&fst=1776895164699&fmt=8&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64k0v9172626906z872348783za20gzb72348783zd72348783xec&gcd=13t3t3t2t5l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938469~117266400~118463262&u_w=412&u_h=823&url=https%3A%2F%2Fwww.ptc.com%2Fen&rcb=11&frm=0&tiba=Global%20Leader%20in%20Product%20Lifecycle%20Management%20Software%20%7C%20PTC&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1239153402.1776895166&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=1&uam=moto%20g%20power%20(2022)&uap=Android&uapv=11.0&uaw=0&_tu=CA&data=event%3Dgtag.config&gcp=5www.google.com/rmkt/collect/8008352... https://www.google.com/rmkt/collect/800835224/?random=1776895164699&cv=11&fst=1776895164699&fmt=8&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64k0v9172626906z872348783za20gzb72348783zd72348783xec&gcd=13t3t3t2t5l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938469~117266400~118463262&u_w=412&u_h=823&url=https%3A%2F%2Fwww.ptc.com%2Fen&rcb=11&frm=0&tiba=Global%20Leader%20in%20Product%20Lifecycle%20Management%20Software%20%7C%20PTC&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1239153402.1776895166&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=1&uam=moto%20g%20power%20(2022)&uap=Android&uapv=11.0&uaw=0&_tu=CA&data=event%3Dgtag.config&gcp=5 — 200 — 20 B — 78 ms — h3https://region1.analytics.google.com/g/collect?v=2&tid=G-7NMP2MSYPM&gtm=45je64k0v884686279z872348783za20gzb72348783zd72348783&_p=1776895163007&_gaz=1&gcs=G111&gcd=13t3t3t2t5l1&npa=0&dma_cps=a&dma=1&_eu=EAAAAGA&are=1&cid=115715232.1776895166&frm=0&ir=1&pscdl=noapi&rcb=18&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=0~115938466~115938469~117266400~117384405~117512543&dl=https%3A%2F%2Fwww.ptc.com%2Fen&dr=&sid=1776895165&sct=1&seg=0&dt=Global%20Leader%20in%20Product%20Lifecycle%20Management%20Software%20%7C%20PTC&_tu=CA&en=page_view&_fv=1&_ss=1&ep.cookieDomain=auto&ep.gtm_settings=GTM-TRNG6R%20%7C%20662%20%7C%20&ep.page_url=https%3A%2F%2Fwww.ptc.com%2Fen&tfd=4004region1.analytics.google.com/g/coll... https://region1.analytics.google.com/g/collect?v=2&tid=G-7NMP2MSYPM&gtm=45je64k0v884686279z872348783za20gzb72348783zd72348783&_p=1776895163007&_gaz=1&gcs=G111&gcd=13t3t3t2t5l1&npa=0&dma_cps=a&dma=1&_eu=EAAAAGA&are=1&cid=115715232.1776895166&frm=0&ir=1&pscdl=noapi&rcb=18&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=0~115938466~115938469~117266400~117384405~117512543&dl=https%3A%2F%2Fwww.ptc.com%2Fen&dr=&sid=1776895165&sct=1&seg=0&dt=Global%20Leader%20in%20Product%20Lifecycle%20Management%20Software%20%7C%20PTC&_tu=CA&en=page_view&_fv=1&_ss=1&ep.cookieDomain=auto&ep.gtm_settings=GTM-TRNG6R%20%7C%20662%20%7C%20&ep.page_url=https%3A%2F%2Fwww.ptc.com%2Fen&tfd=4004 — 204 — 290 B — 117 ms — h2https://stats.g.doubleclick.net/g/collect?v=2&tid=G-7NMP2MSYPM&cid=115715232.1776895166&gtm=45je64k0v884686279z872348783za20gzb72348783zd72348783&rcb=18&aip=1&dma=1&dma_cps=a&gcs=G111&gcd=13t3t3t2t5l1&npa=0&frm=0&tag_exp=0~115938466~115938469~117266400~117384405~117512543stats.g.doubleclick.net/g/collect?v... https://stats.g.doubleclick.net/g/collect?v=2&tid=G-7NMP2MSYPM&cid=115715232.1776895166&gtm=45je64k0v884686279z872348783za20gzb72348783zd72348783&rcb=18&aip=1&dma=1&dma_cps=a&gcs=G111&gcd=13t3t3t2t5l1&npa=0&frm=0&tag_exp=0~115938466~115938469~117266400~117384405~117512543 — 204 — 555 B — 131 ms — h2https://www.google.com/ccm/collect?rcb=16&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fwww.ptc.com%2Fen&scrsrc=www.googletagmanager.com&rnd=1503411637.1776895166&dt=Global%20Leader%20in%20Product%20Lifecycle%20Management%20Software%20%7C%20PTC&auid=1239153402.1776895166&navt=n&npa=0&ep.ads_data_redaction=0&_tu=CA&gtm=45He64k0v72348783za200zd72348783xea&gcs=G111&gcd=13t3t3t2t5l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938468~117266401~117884344&apve=1&apvf=f&apvc=1&tft=1776895165668&tfd=4028www.google.com/ccm/collect?rcb=16&f... https://www.google.com/ccm/collect?rcb=16&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fwww.ptc.com%2Fen&scrsrc=www.googletagmanager.com&rnd=1503411637.1776895166&dt=Global%20Leader%20in%20Product%20Lifecycle%20Management%20Software%20%7C%20PTC&auid=1239153402.1776895166&navt=n&npa=0&ep.ads_data_redaction=0&_tu=CA&gtm=45He64k0v72348783za200zd72348783xea&gcs=G111&gcd=13t3t3t2t5l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938468~117266401~117884344&apve=1&apvf=f&apvc=1&tft=1776895165668&tfd=4028 — 200 — 21 B — 49 ms — h3https://www.google.com/ccm/collect?rcb=11&frm=0&en=page_view&dl=https%3A%2F%2Fwww.ptc.com%2Fen&scrsrc=www.googletagmanager.com&rnd=1503411637.1776895166&dt=Global%20Leader%20in%20Product%20Lifecycle%20Management%20Software%20%7C%20PTC&auid=1239153402.1776895166&navt=n&npa=0&_tu=CA&gtm=45be64k0v9172626906z872348783za20gzb72348783zd72348783xec&gcs=G111&gcd=13t3t3t2t5l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938469~117266400~118463262&apve=1&apvf=f&apvc=0&tids=AW-757418926~AW-16884321278~AW-800835224&tid=AW-757418926&tft=1776895165669&tfd=4029www.google.com/ccm/collect?rcb=11&f... https://www.google.com/ccm/collect?rcb=11&frm=0&en=page_view&dl=https%3A%2F%2Fwww.ptc.com%2Fen&scrsrc=www.googletagmanager.com&rnd=1503411637.1776895166&dt=Global%20Leader%20in%20Product%20Lifecycle%20Management%20Software%20%7C%20PTC&auid=1239153402.1776895166&navt=n&npa=0&_tu=CA&gtm=45be64k0v9172626906z872348783za20gzb72348783zd72348783xec&gcs=G111&gcd=13t3t3t2t5l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938469~117266400~118463262&apve=1&apvf=f&apvc=0&tids=AW-757418926~AW-16884321278~AW-800835224&tid=AW-757418926&tft=1776895165669&tfd=4029 — 200 — 21 B — 91 ms — h3https://www.google.es/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-7NMP2MSYPM&cid=115715232.1776895166&gtm=45je64k0v884686279z872348783za20gzb72348783zd72348783&rcb=18&aip=1&dma=1&dma_cps=a&gcs=G111&gcd=13t3t3t2t5l1&npa=0&frm=0&tag_exp=0~115938466~115938469~117266400~117384405~117512543&z=592549614www.google.es/ads/ga-audiences?v=1&... https://www.google.es/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-7NMP2MSYPM&cid=115715232.1776895166&gtm=45je64k0v884686279z872348783za20gzb72348783zd72348783&rcb=18&aip=1&dma=1&dma_cps=a&gcs=G111&gcd=13t3t3t2t5l1&npa=0&frm=0&tag_exp=0~115938466~115938469~117266400~117384405~117512543&z=592549614 — 200 — 408 B — 129 ms — h2https://bat.bing.com/action/0?ti=20265275&Ver=2&mid=0af20579-f43a-49ef-839b-7d619bbc4c09&bo=2&sid=870aa7703e9611f18c90a9e6a3d22d0e&vid=870ac3503e9611f1a8f5c7cb5ff14750&vids=1&msclkid=N&pi=918639831&lg=en-US&sw=412&sh=823&sc=24&tl=Global%20Leader%20in%20Product%20Lifecycle%20Management%20Software%20%7C%20PTC&p=https%3A%2F%2Fwww.ptc.com%2Fen&r=&lt=2220&mtp=1&evt=pageLoad&sv=2&asc=G&cdb=AQAS&rn=641603bat.bing.com/action/0?ti=20265275&V... https://bat.bing.com/action/0?ti=20265275&Ver=2&mid=0af20579-f43a-49ef-839b-7d619bbc4c09&bo=2&sid=870aa7703e9611f18c90a9e6a3d22d0e&vid=870ac3503e9611f1a8f5c7cb5ff14750&vids=1&msclkid=N&pi=918639831&lg=en-US&sw=412&sh=823&sc=24&tl=Global%20Leader%20in%20Product%20Lifecycle%20Management%20Software%20%7C%20PTC&p=https%3A%2F%2Fwww.ptc.com%2Fen&r=&lt=2220&mtp=1&evt=pageLoad&sv=2&asc=G&cdb=AQAS&rn=641603 — 204 — 230 B — 47 ms — h2https://app.qualified.com/w/1/kHhbzLQFc5fffEBd/visitor_events?wu=9f829070-7a25-4c4a-afc5-a869c7cfc8d1&uuid=de4b37ba-b932-4c87-8899-3eed8092bd9dapp.qualified.com/w/1/kHhbzLQFc5fff... https://app.qualified.com/w/1/kHhbzLQFc5fffEBd/visitor_events?wu=9f829070-7a25-4c4a-afc5-a869c7cfc8d1&uuid=de4b37ba-b932-4c87-8899-3eed8092bd9d — 204 — 203 B — 139 ms — h2https://cdn.dreamdata.cloud/api/v1/pcdn.dreamdata.cloud/api/v1/p https://cdn.dreamdata.cloud/api/v1/p — 200 — 33 B — 65 ms — h3https://www.google.com/pagead/1p-user-list/757418926/?random=1776895164697&cv=11&fst=1776891600000&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64k0v9172626906z872348783za20gzb72348783zd72348783xec&gcd=13t3t3t2t5l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938469~117266400~118463262&u_w=412&u_h=823&url=https%3A%2F%2Fwww.ptc.com%2Fen&rcb=11&frm=0&tiba=Global%20Leader%20in%20Product%20Lifecycle%20Management%20Software%20%7C%20PTC&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1239153402.1776895166&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=1&uam=moto%20g%20power%20(2022)&uap=Android&uapv=11.0&uaw=0&_tu=CA&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSWwAFq6B9MTe-AcS8tzmVmTAgny14kWQ4qnwPQlAc-lSXQEXkBtaV5dsw04TW-KwbsGYdJMglIbJa-e4IRrCI3_8KQS1yCaj36o2cOgLaXrQ9Rx3jrWToWRH2EpY&random=1542250965&rmt_tld=0&ipr=ywww.google.com/pagead/1p-user-list/... https://www.google.com/pagead/1p-user-list/757418926/?random=1776895164697&cv=11&fst=1776891600000&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64k0v9172626906z872348783za20gzb72348783zd72348783xec&gcd=13t3t3t2t5l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938469~117266400~118463262&u_w=412&u_h=823&url=https%3A%2F%2Fwww.ptc.com%2Fen&rcb=11&frm=0&tiba=Global%20Leader%20in%20Product%20Lifecycle%20Management%20Software%20%7C%20PTC&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1239153402.1776895166&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=1&uam=moto%20g%20power%20(2022)&uap=Android&uapv=11.0&uaw=0&_tu=CA&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSWwAFq6B9MTe-AcS8tzmVmTAgny14kWQ4qnwPQlAc-lSXQEXkBtaV5dsw04TW-KwbsGYdJMglIbJa-e4IRrCI3_8KQS1yCaj36o2cOgLaXrQ9Rx3jrWToWRH2EpY&random=1542250965&rmt_tld=0&ipr=y — 200 — 64 B — 56 ms — h3https://www.google.es/pagead/1p-user-list/757418926/?random=1776895164697&cv=11&fst=1776891600000&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64k0v9172626906z872348783za20gzb72348783zd72348783xec&gcd=13t3t3t2t5l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938469~117266400~118463262&u_w=412&u_h=823&url=https%3A%2F%2Fwww.ptc.com%2Fen&rcb=11&frm=0&tiba=Global%20Leader%20in%20Product%20Lifecycle%20Management%20Software%20%7C%20PTC&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1239153402.1776895166&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=1&uam=moto%20g%20power%20(2022)&uap=Android&uapv=11.0&uaw=0&_tu=CA&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSWwAFq6B9MTe-AcS8tzmVmTAgny14kWQ4qnwPQlAc-lSXQEXkBtaV5dsw04TW-KwbsGYdJMglIbJa-e4IRrCI3_8KQS1yCaj36o2cOgLaXrQ9Rx3jrWToWRH2EpY&random=1542250965&rmt_tld=1&ipr=ywww.google.es/pagead/1p-user-list/7... https://www.google.es/pagead/1p-user-list/757418926/?random=1776895164697&cv=11&fst=1776891600000&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64k0v9172626906z872348783za20gzb72348783zd72348783xec&gcd=13t3t3t2t5l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938469~117266400~118463262&u_w=412&u_h=823&url=https%3A%2F%2Fwww.ptc.com%2Fen&rcb=11&frm=0&tiba=Global%20Leader%20in%20Product%20Lifecycle%20Management%20Software%20%7C%20PTC&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1239153402.1776895166&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=1&uam=moto%20g%20power%20(2022)&uap=Android&uapv=11.0&uaw=0&_tu=CA&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSWwAFq6B9MTe-AcS8tzmVmTAgny14kWQ4qnwPQlAc-lSXQEXkBtaV5dsw04TW-KwbsGYdJMglIbJa-e4IRrCI3_8KQS1yCaj36o2cOgLaXrQ9Rx3jrWToWRH2EpY&random=1542250965&rmt_tld=1&ipr=y — 200 — 108 B — 41 ms — h2https://www.google.com/pagead/1p-user-list/16884321278/?random=1776895164698&cv=11&fst=1776891600000&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64k0v9172626906z872348783za20gzb72348783zd72348783xec&gcd=13t3t3t2t5l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938469~117266400~118463262&u_w=412&u_h=823&url=https%3A%2F%2Fwww.ptc.com%2Fen&rcb=11&frm=0&tiba=Global%20Leader%20in%20Product%20Lifecycle%20Management%20Software%20%7C%20PTC&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1239153402.1776895166&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=1&uam=moto%20g%20power%20(2022)&uap=Android&uapv=11.0&uaw=0&_tu=CA&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSWwAFq6B9fd1vCJLGaLlNbsbOD1eu0VhLubTTI6M41bG6qvm5mA7s_kwtXmHwwo1KgUmegiSxpdLLFcwAzCYqwee7hb4VFDe1FELUJ0FrKk-6Y0RFJhavb1S-veE&random=2092583706&rmt_tld=0&ipr=ywww.google.com/pagead/1p-user-list/... https://www.google.com/pagead/1p-user-list/16884321278/?random=1776895164698&cv=11&fst=1776891600000&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64k0v9172626906z872348783za20gzb72348783zd72348783xec&gcd=13t3t3t2t5l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938469~117266400~118463262&u_w=412&u_h=823&url=https%3A%2F%2Fwww.ptc.com%2Fen&rcb=11&frm=0&tiba=Global%20Leader%20in%20Product%20Lifecycle%20Management%20Software%20%7C%20PTC&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1239153402.1776895166&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=1&uam=moto%20g%20power%20(2022)&uap=Android&uapv=11.0&uaw=0&_tu=CA&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSWwAFq6B9fd1vCJLGaLlNbsbOD1eu0VhLubTTI6M41bG6qvm5mA7s_kwtXmHwwo1KgUmegiSxpdLLFcwAzCYqwee7hb4VFDe1FELUJ0FrKk-6Y0RFJhavb1S-veE&random=2092583706&rmt_tld=0&ipr=y — 200 — 64 B — 53 ms — h3https://www.google.es/pagead/1p-user-list/16884321278/?random=1776895164698&cv=11&fst=1776891600000&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64k0v9172626906z872348783za20gzb72348783zd72348783xec&gcd=13t3t3t2t5l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938469~117266400~118463262&u_w=412&u_h=823&url=https%3A%2F%2Fwww.ptc.com%2Fen&rcb=11&frm=0&tiba=Global%20Leader%20in%20Product%20Lifecycle%20Management%20Software%20%7C%20PTC&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1239153402.1776895166&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=1&uam=moto%20g%20power%20(2022)&uap=Android&uapv=11.0&uaw=0&_tu=CA&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSWwAFq6B9fd1vCJLGaLlNbsbOD1eu0VhLubTTI6M41bG6qvm5mA7s_kwtXmHwwo1KgUmegiSxpdLLFcwAzCYqwee7hb4VFDe1FELUJ0FrKk-6Y0RFJhavb1S-veE&random=2092583706&rmt_tld=1&ipr=ywww.google.es/pagead/1p-user-list/1... https://www.google.es/pagead/1p-user-list/16884321278/?random=1776895164698&cv=11&fst=1776891600000&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64k0v9172626906z872348783za20gzb72348783zd72348783xec&gcd=13t3t3t2t5l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938469~117266400~118463262&u_w=412&u_h=823&url=https%3A%2F%2Fwww.ptc.com%2Fen&rcb=11&frm=0&tiba=Global%20Leader%20in%20Product%20Lifecycle%20Management%20Software%20%7C%20PTC&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1239153402.1776895166&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=1&uam=moto%20g%20power%20(2022)&uap=Android&uapv=11.0&uaw=0&_tu=CA&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSWwAFq6B9fd1vCJLGaLlNbsbOD1eu0VhLubTTI6M41bG6qvm5mA7s_kwtXmHwwo1KgUmegiSxpdLLFcwAzCYqwee7hb4VFDe1FELUJ0FrKk-6Y0RFJhavb1S-veE&random=2092583706&rmt_tld=1&ipr=y — 200 — 108 B — 40 ms — h2https://messenger-assets.qualified.com/uploads/7ujZ27cgtGve2qjuNrZn23RDFP5cCTHrxFdJP/56a1107eb197b581c6d836582a9c982c6716823cef65fe80e925be7f45993ff9.pngmessenger-assets.qualified.com/uplo... https://messenger-assets.qualified.com/uploads/7ujZ27cgtGve2qjuNrZn23RDFP5cCTHrxFdJP/56a1107eb197b581c6d836582a9c982c6716823cef65fe80e925be7f45993ff9.png — 200 — 6.3 KiB — 85 ms — h2https://www.google.com/pagead/1p-user-list/800835224/?random=1776895164699&cv=11&fst=1776891600000&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64k0v9172626906z872348783za20gzb72348783zd72348783xec&gcd=13t3t3t2t5l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938469~117266400~118463262&u_w=412&u_h=823&url=https%3A%2F%2Fwww.ptc.com%2Fen&rcb=11&frm=0&tiba=Global%20Leader%20in%20Product%20Lifecycle%20Management%20Software%20%7C%20PTC&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1239153402.1776895166&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=1&uam=moto%20g%20power%20(2022)&uap=Android&uapv=11.0&uaw=0&_tu=CA&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSWwAFq6B9ICxKZYY5ygaU-txUCOdCWs55kHcNimS0n1vU0lZBf76OQqt8yg22zVMJztbhA34QrkmbZSJMkJCMD1CziXfB65mHz08M2T7AO8jluzgz39peC09G3TQ&random=312508893&rmt_tld=0&ipr=ywww.google.com/pagead/1p-user-list/... https://www.google.com/pagead/1p-user-list/800835224/?random=1776895164699&cv=11&fst=1776891600000&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64k0v9172626906z872348783za20gzb72348783zd72348783xec&gcd=13t3t3t2t5l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938469~117266400~118463262&u_w=412&u_h=823&url=https%3A%2F%2Fwww.ptc.com%2Fen&rcb=11&frm=0&tiba=Global%20Leader%20in%20Product%20Lifecycle%20Management%20Software%20%7C%20PTC&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1239153402.1776895166&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=1&uam=moto%20g%20power%20(2022)&uap=Android&uapv=11.0&uaw=0&_tu=CA&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSWwAFq6B9ICxKZYY5ygaU-txUCOdCWs55kHcNimS0n1vU0lZBf76OQqt8yg22zVMJztbhA34QrkmbZSJMkJCMD1CziXfB65mHz08M2T7AO8jluzgz39peC09G3TQ&random=312508893&rmt_tld=0&ipr=y — 200 — 64 B — 51 ms — h3https://www.google.es/pagead/1p-user-list/800835224/?random=1776895164699&cv=11&fst=1776891600000&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64k0v9172626906z872348783za20gzb72348783zd72348783xec&gcd=13t3t3t2t5l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938469~117266400~118463262&u_w=412&u_h=823&url=https%3A%2F%2Fwww.ptc.com%2Fen&rcb=11&frm=0&tiba=Global%20Leader%20in%20Product%20Lifecycle%20Management%20Software%20%7C%20PTC&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1239153402.1776895166&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=1&uam=moto%20g%20power%20(2022)&uap=Android&uapv=11.0&uaw=0&_tu=CA&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSWwAFq6B9ICxKZYY5ygaU-txUCOdCWs55kHcNimS0n1vU0lZBf76OQqt8yg22zVMJztbhA34QrkmbZSJMkJCMD1CziXfB65mHz08M2T7AO8jluzgz39peC09G3TQ&random=312508893&rmt_tld=1&ipr=ywww.google.es/pagead/1p-user-list/8... https://www.google.es/pagead/1p-user-list/800835224/?random=1776895164699&cv=11&fst=1776891600000&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64k0v9172626906z872348783za20gzb72348783zd72348783xec&gcd=13t3t3t2t5l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938469~117266400~118463262&u_w=412&u_h=823&url=https%3A%2F%2Fwww.ptc.com%2Fen&rcb=11&frm=0&tiba=Global%20Leader%20in%20Product%20Lifecycle%20Management%20Software%20%7C%20PTC&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1239153402.1776895166&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uamb=1&uam=moto%20g%20power%20(2022)&uap=Android&uapv=11.0&uaw=0&_tu=CA&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSWwAFq6B9ICxKZYY5ygaU-txUCOdCWs55kHcNimS0n1vU0lZBf76OQqt8yg22zVMJztbhA34QrkmbZSJMkJCMD1CziXfB65mHz08M2T7AO8jluzgz39peC09G3TQ&random=312508893&rmt_tld=1&ipr=y — 200 — 154 B — 35 ms — h2https://www.ptc.com/en/contact-uswww.ptc.com/en/contact-us https://www.ptc.com/en/contact-us — 200 — 28.9 KiB — 235 ms — h2https://i.simpli.fi/p?cid=520386&cb=sifi_att_42656._hpi.simpli.fi/p?cid=520386&cb=sifi_at... https://i.simpli.fi/p?cid=520386&cb=sifi_att_42656._hp — 200 — 980 B — 69 ms — h2https://insight.adsrvr.org/track/cei?advertiser_id=r7k5i4w&cookie_sync=1&upv=3.0.0&upid=8j2d4dz&ref=https://www.ptc.com/eninsight.adsrvr.org/track/cei?advert... https://insight.adsrvr.org/track/cei?advertiser_id=r7k5i4w&cookie_sync=1&upv=3.0.0&upid=8j2d4dz&ref=https://www.ptc.com/en — 302 — 165 B — 140 ms — h2https://www.ptc.com/clm10www.ptc.com/clm10 https://www.ptc.com/clm10 — 204 — 523 B — 117 ms — h2https://www.ptc.com/cdn-cgi/rum?www.ptc.com/cdn-cgi/rum? https://www.ptc.com/cdn-cgi/rum? — 204 — 381 B — 41 ms — h2https://um.simpli.fi/bomboraum.simpli.fi/bombora https://um.simpli.fi/bombora — 302 — 611 B — 199 ms — h2https://um.simpli.fi/bidswitchum.simpli.fi/bidswitch https://um.simpli.fi/bidswitch — 302 — 608 B — 230 ms — h2https://um.simpli.fi/adswizzum.simpli.fi/adswizz https://um.simpli.fi/adswizz — 302 — 652 B — 226 ms — h2https://um.simpli.fi/eyeotaum.simpli.fi/eyeota https://um.simpli.fi/eyeota — 302 — 608 B — 230 ms — h2https://um.simpli.fi/smaatoum.simpli.fi/smaato https://um.simpli.fi/smaato — 302 — 611 B — 225 ms — h2https://um.simpli.fi/nexxenum.simpli.fi/nexxen https://um.simpli.fi/nexxen — 302 — 601 B — 224 ms — h2https://www.googleadservices.com/pagead/conversion/1026675585/?random=1776895165898&cv=7&fst=1776895165898&fmt=3&value=0&label=eGG0CO2U2AIQgafH6QM&guid=ONwww.googleadservices.com/pagead/con... https://www.googleadservices.com/pagead/conversion/1026675585/?random=1776895165898&cv=7&fst=1776895165898&fmt=3&value=0&label=eGG0CO2U2AIQgafH6QM&guid=ON — 302 — 23 B — 144 ms — h3https://cm.g.doubleclick.net/pixel?google_nid=simplifi&google_cm&google_sccm.g.doubleclick.net/pixel?google_n... https://cm.g.doubleclick.net/pixel?google_nid=simplifi&google_cm&google_sc — 302 — 273 B — 183 ms — h2https://connect.facebook.net/en_US/fbevents.jsconnect.facebook.net/en_US/fbevents... https://connect.facebook.net/en_US/fbevents.js — 200 — 96.6 KiB — 25 ms — h3https://s.yimg.jp/images/listing/tool/cv/ytag.jss.yimg.jp/images/listing/tool/cv/yt... https://s.yimg.jp/images/listing/tool/cv/ytag.js — 200 — 11.8 KiB — 1.4 s — h2https://684dd327.akstat.io/684dd327.akstat.io/ https://684dd327.akstat.io/ — 204 — 223 B — 363 ms — h2https://match.adsrvr.org/track/cei?advertiser_id=r7k5i4w&cookie_sync=1&upv=3.0.0&upid=8j2d4dz&ref=https%3a%2f%2fwww.ptc.com&redirect=1match.adsrvr.org/track/cei?advertis... https://match.adsrvr.org/track/cei?advertiser_id=r7k5i4w&cookie_sync=1&upv=3.0.0&upid=8j2d4dz&ref=https%3a%2f%2fwww.ptc.com&redirect=1 — 200 — 369 B — 67 ms — h2https://connect.facebook.net/signals/config/307342551717784?v=2.9.303&r=stable&domain=www.ptc.com&hme=97937018cefade17726f0472876fc101316b2ce9008a35a6a5a7977d7436151a&ex_m=104%2C205%2C154%2C22%2C72%2C73%2C145%2C68%2C67%2C11%2C162%2C90%2C16%2C138%2C127%2C39%2C75%2C78%2C134%2C159%2C164%2C8%2C4%2C5%2C7%2C6%2C3%2C91%2C101%2C165%2C170%2C219%2C62%2C186%2C187%2C55%2C276%2C30%2C74%2C231%2C230%2C229%2C23%2C33%2C103%2C61%2C10%2C63%2C97%2C98%2C99%2C105%2C130%2C31%2C29%2C132%2C133%2C129%2C128%2C155%2C76%2C158%2C156%2C157%2C50%2C60%2C123%2C15%2C161%2C45%2C263%2C264%2C262%2C26%2C27%2C28%2C48%2C146%2C77%2C112%2C18%2C20%2C44%2C40%2C42%2C41%2C83%2C92%2C96%2C110%2C144%2C147%2C46%2C111%2C24%2C21%2C119%2C69%2C36%2C149%2C148%2C150%2C141%2C139%2C25%2C35%2C59%2C109%2C160%2C70%2C17%2C152%2C114%2C81%2C66%2C19%2C85%2C86%2C116%2C84%2C136%2C135%2C34%2C278%2C293%2C212%2C201%2C202%2C200%2C296%2C288%2C52%2C213%2C107%2C131%2C80%2C121%2C54%2C47%2C49%2C113%2C120%2C126%2C58%2C64%2C151%2C115%2C37%2C32%2C53%2C56%2C100%2C163%2C1%2C124%2C14%2C122%2C12%2C2%2C57%2C93%2C65%2C118%2C89%2C88%2C166%2C167%2C94%2C95%2C9%2C125%2C102%2C51%2C142%2C87%2C79%2C71%2C117%2C106%2C43%2C143%2C0%2C82%2C137%2C140%2C153%2C38%2C108%2C13%2C168connect.facebook.net/signals/config... https://connect.facebook.net/signals/config/307342551717784?v=2.9.303&r=stable&domain=www.ptc.com&hme=97937018cefade17726f0472876fc101316b2ce9008a35a6a5a7977d7436151a&ex_m=104%2C205%2C154%2C22%2C72%2C73%2C145%2C68%2C67%2C11%2C162%2C90%2C16%2C138%2C127%2C39%2C75%2C78%2C134%2C159%2C164%2C8%2C4%2C5%2C7%2C6%2C3%2C91%2C101%2C165%2C170%2C219%2C62%2C186%2C187%2C55%2C276%2C30%2C74%2C231%2C230%2C229%2C23%2C33%2C103%2C61%2C10%2C63%2C97%2C98%2C99%2C105%2C130%2C31%2C29%2C132%2C133%2C129%2C128%2C155%2C76%2C158%2C156%2C157%2C50%2C60%2C123%2C15%2C161%2C45%2C263%2C264%2C262%2C26%2C27%2C28%2C48%2C146%2C77%2C112%2C18%2C20%2C44%2C40%2C42%2C41%2C83%2C92%2C96%2C110%2C144%2C147%2C46%2C111%2C24%2C21%2C119%2C69%2C36%2C149%2C148%2C150%2C141%2C139%2C25%2C35%2C59%2C109%2C160%2C70%2C17%2C152%2C114%2C81%2C66%2C19%2C85%2C86%2C116%2C84%2C136%2C135%2C34%2C278%2C293%2C212%2C201%2C202%2C200%2C296%2C288%2C52%2C213%2C107%2C131%2C80%2C121%2C54%2C47%2C49%2C113%2C120%2C126%2C58%2C64%2C151%2C115%2C37%2C32%2C53%2C56%2C100%2C163%2C1%2C124%2C14%2C122%2C12%2C2%2C57%2C93%2C65%2C118%2C89%2C88%2C166%2C167%2C94%2C95%2C9%2C125%2C102%2C51%2C142%2C87%2C79%2C71%2C117%2C106%2C43%2C143%2C0%2C82%2C137%2C140%2C153%2C38%2C108%2C13%2C168 — 200 — 44.8 KiB — 529 ms — h3https://messenger-assets.qualified.com/uploads/7ujZ27cgtGve2qjuNrZn23RDFP5cCTHrxFdJP/98201b926db8ff2789834412cd18588c48f392ce2bc9188b445ea4121d3cde5e.pngmessenger-assets.qualified.com/uplo... https://messenger-assets.qualified.com/uploads/7ujZ27cgtGve2qjuNrZn23RDFP5cCTHrxFdJP/98201b926db8ff2789834412cd18588c48f392ce2bc9188b445ea4121d3cde5e.png — 200 — 39.8 KiB — 62 ms — h2https://messenger-assets.qualified.com/uploads/7ujZ27cgtGve2qjuNrZn23RDFP5cCTHrxFdJP/58ac50acd1bdc4734dc5fb30ed0cbabe104e3d5a2909c219d835bec659bf2545.pngmessenger-assets.qualified.com/uplo... https://messenger-assets.qualified.com/uploads/7ujZ27cgtGve2qjuNrZn23RDFP5cCTHrxFdJP/58ac50acd1bdc4734dc5fb30ed0cbabe104e3d5a2909c219d835bec659bf2545.png — 200 — 21.1 KiB — 101 ms — h2https://messenger-assets.qualified.com/uploads/7ujZ27cgtGve2qjuNrZn23RDFP5cCTHrxFdJP/b70c67c8b820c63cb9441cfd33971fbb0df225e21aa86e581dea8de1a845fb72.pngmessenger-assets.qualified.com/uplo... https://messenger-assets.qualified.com/uploads/7ujZ27cgtGve2qjuNrZn23RDFP5cCTHrxFdJP/b70c67c8b820c63cb9441cfd33971fbb0df225e21aa86e581dea8de1a845fb72.png — 200 — 29.6 KiB — 66 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 — 108 ms — h2https://trial-eum-clientnsv4-s.akamaihd.net/eum/getdns.txt?c=pa7ic7aujtrial-eum-clientnsv4-s.akamaihd.net... https://trial-eum-clientnsv4-s.akamaihd.net/eum/getdns.txt?c=pa7ic7auj — 302 — 266 B — 111 ms — http/1.1https://trial-eum-clienttons-s.akamaihd.net/eum/getdns.txt?c=pa7ic7aujtrial-eum-clienttons-s.akamaihd.net... https://trial-eum-clienttons-s.akamaihd.net/eum/getdns.txt?c=pa7ic7auj — 302 — 278 B — 115 ms — http/1.1https://googleads.g.doubleclick.net/pagead/viewthroughconversion/1026675585/?random=124834589&cv=7&fst=1776895165898&fmt=3&value=0&label=eGG0CO2U2AIQgafH6QM&guid=ON&ct_cookie_present=false&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiw3rECCIDbsQI&cerd=CgSN4b0t&fsk=ChEI8OOhzwYQy-2I0MH1tu65ARIsADfqr1WNl3DJ3ebCSTl6gr2nGl72_tjE1nwViiviLBsFZE2M_6KuNa9wn-gaAmH6&pscrd=IhMI3Y-yqbqClAMVYFsdCR3eQyoSMgwIA2IICAAQABgAIAAyDAgEYggIABAAGAAgADIMCAdiCAgAEAAYACAAMgwICGIICAAQABgAIAAyDAgJYggIABAAGAAgADIMCApiCAgAEAAYACAAMgwIAmIICAAQABgAIAAyDAgLYggIABAAGAAgADIMCBViCAgAEAAYACAAMgwIH2IICAAQABgAIAAyDAgTYggIABAAGAAgADIMCBJiCAgAEAAYACAAOhRodHRwczovL3d3dy5wdGMuY29tL3oMCAliCAgAEAAYACAAgoogleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/viewthroughconversion/1026675585/?random=124834589&cv=7&fst=1776895165898&fmt=3&value=0&label=eGG0CO2U2AIQgafH6QM&guid=ON&ct_cookie_present=false&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiw3rECCIDbsQI&cerd=CgSN4b0t&fsk=ChEI8OOhzwYQy-2I0MH1tu65ARIsADfqr1WNl3DJ3ebCSTl6gr2nGl72_tjE1nwViiviLBsFZE2M_6KuNa9wn-gaAmH6&pscrd=IhMI3Y-yqbqClAMVYFsdCR3eQyoSMgwIA2IICAAQABgAIAAyDAgEYggIABAAGAAgADIMCAdiCAgAEAAYACAAMgwICGIICAAQABgAIAAyDAgJYggIABAAGAAgADIMCApiCAgAEAAYACAAMgwIAmIICAAQABgAIAAyDAgLYggIABAAGAAgADIMCBViCAgAEAAYACAAMgwIH2IICAAQABgAIAAyDAgTYggIABAAGAAgADIMCBJiCAgAEAAYACAAOhRodHRwczovL3d3dy5wdGMuY29tL3oMCAliCAgAEAAYACAA — 302 — 24 B — 81 ms — h3https://www.ptc.com/en/storewww.ptc.com/en/store https://www.ptc.com/en/store — 200 — 26.6 KiB — 229 ms — h2https://js.adsrvr.org/universal_pixel.jsjs.adsrvr.org/universal_pixel.js https://js.adsrvr.org/universal_pixel.js — 200 — 958 B — 73 ms — http/1.1https://um.simpli.fi/g_match?id=&google_error=3um.simpli.fi/g_match?id=&google_err... https://um.simpli.fi/g_match?id=&google_error=3 — 204 — 520 B — 36 ms — h2https://ml314.com/utsync.ashx?et=0&eid=93940&fp=09A5A5747C3846F4A8F3C7A7D5907B59ml314.com/utsync.ashx?et=0&eid=9394... https://ml314.com/utsync.ashx?et=0&eid=93940&fp=09A5A5747C3846F4A8F3C7A7D5907B59 — 200 — 267 B — 162 ms — h2https://sync.1rx.io/usersync/simplifi/AE4AE958824D40DB9E19192C76A8BA61sync.1rx.io/usersync/simplifi/AE4AE... https://sync.1rx.io/usersync/simplifi/AE4AE958824D40DB9E19192C76A8BA61 — 204 — 44 B — 407 ms — h2https://s.ad.smaato.net/c/?dspInit=675&dspCookie=5FE1640D3AF548D09BB782B097DF590Bs.ad.smaato.net/c/?dspInit=675&dspC... https://s.ad.smaato.net/c/?dspInit=675&dspCookie=5FE1640D3AF548D09BB782B097DF590B — 204 — 66 B — 157 ms — h2https://synchroscript.deliveryengine.adswizz.com/syncMe?partnerDomain=simpli.fi&idType=cookie&partnerUserId=B530603883F8484585F5760EF4F14640synchroscript.deliveryengine.adswiz... https://synchroscript.deliveryengine.adswizz.com/syncMe?partnerDomain=simpli.fi&idType=cookie&partnerUserId=B530603883F8484585F5760EF4F14640 — 200 — 386 B — 146 ms — h2https://x.bidswitch.net/sync?dsp_id=518&user_id=1A781DE3D08640DF8330A0F52897D45Ax.bidswitch.net/sync?dsp_id=518&use... https://x.bidswitch.net/sync?dsp_id=518&user_id=1A781DE3D08640DF8330A0F52897D45A — 200 — 164 B — 439 ms — h2https://ps.eyeota.net/match?bid=irm51m1&uid=5C7B45A78A8B41F98EE2C5CEEB4E10E6ps.eyeota.net/match?bid=irm51m1&uid... https://ps.eyeota.net/match?bid=irm51m1&uid=5C7B45A78A8B41F98EE2C5CEEB4E10E6 — 200 — 354 B — 200 ms — http/1.1https://www.google.com/pagead/1p-conversion/1026675585/?random=124834589&cv=7&fst=1776895165898&fmt=3&value=0&label=eGG0CO2U2AIQgafH6QM&guid=ON&ct_cookie_present=false&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiw3rECCIDbsQI&cerd=CgSN4b0t&fsk=ChEI8OOhzwYQy-2I0MH1tu65ARIsADfqr1WNl3DJ3ebCSTl6gr2nGl72_tjE1nwViiviLBsFZE2M_6KuNa9wn-gaAmH6&pscrd=IhMI3Y-yqbqClAMVYFsdCR3eQyoSMgwIA2IICAAQABgAIAAyDAgEYggIABAAGAAgADIMCAdiCAgAEAAYACAAMgwICGIICAAQABgAIAAyDAgJYggIABAAGAAgADIMCApiCAgAEAAYACAAMgwIAmIICAAQABgAIAAyDAgLYggIABAAGAAgADIMCBViCAgAEAAYACAAMgwIH2IICAAQABgAIAAyDAgTYggIABAAGAAgADIMCBJiCAgAEAAYACAAOhRodHRwczovL3d3dy5wdGMuY29tL3oMCAliCAgAEAAYACAA&is_vtc=1&cid=CAQSWwAFq6B9_xK50JaTndBVylGEnz07pPVzCYCazFA7_JC1hOnNa0wUQBqwmD8AU33hDZtjmEsY98198fZaX0S6NRrGKAnH_wrgp2OUsAn9uiAHr8mq8t18A4GSkGI&random=2804826322www.google.com/pagead/1p-conversion... https://www.google.com/pagead/1p-conversion/1026675585/?random=124834589&cv=7&fst=1776895165898&fmt=3&value=0&label=eGG0CO2U2AIQgafH6QM&guid=ON&ct_cookie_present=false&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiw3rECCIDbsQI&cerd=CgSN4b0t&fsk=ChEI8OOhzwYQy-2I0MH1tu65ARIsADfqr1WNl3DJ3ebCSTl6gr2nGl72_tjE1nwViiviLBsFZE2M_6KuNa9wn-gaAmH6&pscrd=IhMI3Y-yqbqClAMVYFsdCR3eQyoSMgwIA2IICAAQABgAIAAyDAgEYggIABAAGAAgADIMCAdiCAgAEAAYACAAMgwICGIICAAQABgAIAAyDAgJYggIABAAGAAgADIMCApiCAgAEAAYACAAMgwIAmIICAAQABgAIAAyDAgLYggIABAAGAAgADIMCBViCAgAEAAYACAAMgwIH2IICAAQABgAIAAyDAgTYggIABAAGAAgADIMCBJiCAgAEAAYACAAOhRodHRwczovL3d3dy5wdGMuY29tL3oMCAliCAgAEAAYACAA&is_vtc=1&cid=CAQSWwAFq6B9_xK50JaTndBVylGEnz07pPVzCYCazFA7_JC1hOnNa0wUQBqwmD8AU33hDZtjmEsY98198fZaX0S6NRrGKAnH_wrgp2OUsAn9uiAHr8mq8t18A4GSkGI&random=2804826322 — 302 — 24 B — 47 ms — h3https://rxr3y6yccrd6i2pjis7a-pa7ic7-4bc481c0d-clientnsv4-s.akamaihd.net/eum/results.txtrxr3y6yccrd6i2pjis7a-pa7ic7-4bc481c... https://rxr3y6yccrd6i2pjis7a-pa7ic7-4bc481c0d-clientnsv4-s.akamaihd.net/eum/results.txt — 200 — 312 B — 99 ms — http/1.1https://eaauduflaaaaakqce3ychaaaanu6srf6-pa7ic7-f3ac96baa-clienttons-s.akamaihd.net/eum/results.txteaauduflaaaaakqce3ychaaaanu6srf6-pa... https://eaauduflaaaaakqce3ychaaaanu6srf6-pa7ic7-f3ac96baa-clienttons-s.akamaihd.net/eum/results.txt — 200 — 312 B — 114 ms — http/1.1https://um.simpli.fi/tripleliftum.simpli.fi/triplelift https://um.simpli.fi/triplelift — 302 — 612 B — 40 ms — h2https://um.simpli.fi/telaria_pum.simpli.fi/telaria_p https://um.simpli.fi/telaria_p — 302 — 613 B — 40 ms — h2https://um.simpli.fi/tapadum.simpli.fi/tapad https://um.simpli.fi/tapad — 302 — 628 B — 40 ms — h2https://um.simpli.fi/ad_advisorum.simpli.fi/ad_advisor https://um.simpli.fi/ad_advisor — 302 — 623 B — 41 ms — h2https://um.simpli.fi/intentiqum.simpli.fi/intentiq https://um.simpli.fi/intentiq — 302 — 639 B — 44 ms — h2https://um.simpli.fi/pubmaticum.simpli.fi/pubmatic https://um.simpli.fi/pubmatic — 200 — 611 B — 42 ms — h2https://um.simpli.fi/freewheelum.simpli.fi/freewheel https://um.simpli.fi/freewheel — 200 — 609 B — 46 ms — h2https://um.simpli.fi/dtnxum.simpli.fi/dtnx https://um.simpli.fi/dtnx — 302 — 620 B — 49 ms — h2https://um.simpli.fi/exelatemum.simpli.fi/exelatem https://um.simpli.fi/exelatem — 302 — 614 B — 50 ms — h2https://um.simpli.fi/yahooum.simpli.fi/yahoo https://um.simpli.fi/yahoo — 200 — 611 B — 53 ms — h2https://um.simpli.fi/beachfrontum.simpli.fi/beachfront https://um.simpli.fi/beachfront — 302 — 602 B — 57 ms — h2https://um.simpli.fi/crwdcntrlum.simpli.fi/crwdcntrl https://um.simpli.fi/crwdcntrl — 302 — 613 B — 57 ms — h2https://um.simpli.fi/lj_matchum.simpli.fi/lj_match https://um.simpli.fi/lj_match — 302 — 604 B — 57 ms — h2https://um.simpli.fi/liveramp_matchum.simpli.fi/liveramp_match https://um.simpli.fi/liveramp_match — 302 — 611 B — 59 ms — h2https://um.simpli.fi/spotx_matchum.simpli.fi/spotx_match https://um.simpli.fi/spotx_match — 204 — 272 B — 56 ms — h2https://um.simpli.fi/anum.simpli.fi/an https://um.simpli.fi/an — 302 — 605 B — 60 ms — h2https://um.simpli.fi/rb_matchum.simpli.fi/rb_match https://um.simpli.fi/rb_match — 302 — 630 B — 60 ms — h2https://um.simpli.fi/ox_matchum.simpli.fi/ox_match https://um.simpli.fi/ox_match — 302 — 607 B — 64 ms — h2https://b.6sc.co/v1/beacon/img.gif?token=6e93802ac6f24eaf09a4ff1d3c9cfe0c&svisitor=null&visitor=f3347b60-ce2e-407e-8ba8-9eb046afeb33&session=f3a3dc3f-9f93-4934-8085-8b757d157b5c&event=active_time_track&q=%7B%22currentTime%22%3A%22Wed%2C%2022%20Apr%202026%2021%3A59%3A26%20GMT%22%2C%22lastTrackTime%22%3A%22Wed%2C%2022%20Apr%202026%2021%3A59%3A25%20GMT%22%2C%22timeSpent%22%3A%221005%22%2C%22totalTimeSpent%22%3A%223040%22%7D&isIframe=false&m=%7B%22description%22%3A%22PTC%20accelerates%20digital%20transformation%20with%20a%20new%20generation%20of%20technology%20that%20powers%20the%20ways%20you%20engineer%2C%20manufacture%2C%20and%20service%20your%20physical%20products.%22%2C%22keywords%22%3A%22%22%2C%22title%22%3A%22Global%20Leader%20in%20Product%20Lifecycle%20Management%20Software%20%7C%20PTC%22%7D&cb=&r=&thirdParty=%7B%7D&v2=1&pageURL=https%3A%2F%2Fwww.ptc.com%2Fen&pageViewId=f17a2daf-2ddf-4632-849e-26f9018b3f5a&an_uid=-1&webTagId=722eb55f-f5bf-4b00-a11f-120386eb6c86&ipv6=2001%3A41d0%3Aab00%3A%3A4%3A0%3A8c&v=1.1.31b.6sc.co/v1/beacon/img.gif?token=6e... https://b.6sc.co/v1/beacon/img.gif?token=6e93802ac6f24eaf09a4ff1d3c9cfe0c&svisitor=null&visitor=f3347b60-ce2e-407e-8ba8-9eb046afeb33&session=f3a3dc3f-9f93-4934-8085-8b757d157b5c&event=active_time_track&q=%7B%22currentTime%22%3A%22Wed%2C%2022%20Apr%202026%2021%3A59%3A26%20GMT%22%2C%22lastTrackTime%22%3A%22Wed%2C%2022%20Apr%202026%2021%3A59%3A25%20GMT%22%2C%22timeSpent%22%3A%221005%22%2C%22totalTimeSpent%22%3A%223040%22%7D&isIframe=false&m=%7B%22description%22%3A%22PTC%20accelerates%20digital%20transformation%20with%20a%20new%20generation%20of%20technology%20that%20powers%20the%20ways%20you%20engineer%2C%20manufacture%2C%20and%20service%20your%20physical%20products.%22%2C%22keywords%22%3A%22%22%2C%22title%22%3A%22Global%20Leader%20in%20Product%20Lifecycle%20Management%20Software%20%7C%20PTC%22%7D&cb=&r=&thirdParty=%7B%7D&v2=1&pageURL=https%3A%2F%2Fwww.ptc.com%2Fen&pageViewId=f17a2daf-2ddf-4632-849e-26f9018b3f5a&an_uid=-1&webTagId=722eb55f-f5bf-4b00-a11f-120386eb6c86&ipv6=2001%3A41d0%3Aab00%3A%3A4%3A0%3A8c&v=1.1.31 — 200 — 199 B — 105 ms — h2https://insight.adsrvr.org/track/realtimeconversioninsight.adsrvr.org/track/realtimeco... https://insight.adsrvr.org/track/realtimeconversion — 200 — 0 B — 116 ms — h2https://www.google.es/pagead/1p-conversion/1026675585/?random=124834589&cv=7&fst=1776895165898&fmt=3&value=0&label=eGG0CO2U2AIQgafH6QM&guid=ON&ct_cookie_present=false&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiw3rECCIDbsQI&cerd=CgSN4b0t&fsk=ChEI8OOhzwYQy-2I0MH1tu65ARIsADfqr1WNl3DJ3ebCSTl6gr2nGl72_tjE1nwViiviLBsFZE2M_6KuNa9wn-gaAmH6&is_vtc=1&cid=CAQSWwAFq6B9_xK50JaTndBVylGEnz07pPVzCYCazFA7_JC1hOnNa0wUQBqwmD8AU33hDZtjmEsY98198fZaX0S6NRrGKAnH_wrgp2OUsAn9uiAHr8mq8t18A4GSkGI&random=2804826322&ipr=y&pscrd=IhMI3Y-yqbqClAMVYFsdCR3eQyoSMgwIA2IICAAQABgAIAAyDAgEYggIABAAGAAgADIMCAdiCAgAEAAYACAAMgwICGIICAAQABgAIAAyDAgJYggIABAAGAAgADIMCApiCAgAEAAYACAAMgwIAmIICAAQABgAIAAyDAgLYggIABAAGAAgADIMCBViCAgAEAAYACAAMgwIH2IICAAQABgAIAAyDAgTYggIABAAGAAgADIMCBJiCAgAEAAYACAAOhRodHRwczovL3d3dy5wdGMuY29tL3oMCAliCAgAEAAYACAAwww.google.es/pagead/1p-conversion/... https://www.google.es/pagead/1p-conversion/1026675585/?random=124834589&cv=7&fst=1776895165898&fmt=3&value=0&label=eGG0CO2U2AIQgafH6QM&guid=ON&ct_cookie_present=false&crd=CLTesQII8t-xAgit4bECCKG4sQIIscGxAgiwwbECCLHDsQIIisWxAgjCybECCLTGsQIIk9qxAgjb3LECCIfbsQII08WxAgjrzLECCO3OsQII1c-xAgj02rECCJfUsQIIyduxAgix4bECCLPhsQIIpt2xAgiw3rECCIDbsQI&cerd=CgSN4b0t&fsk=ChEI8OOhzwYQy-2I0MH1tu65ARIsADfqr1WNl3DJ3ebCSTl6gr2nGl72_tjE1nwViiviLBsFZE2M_6KuNa9wn-gaAmH6&is_vtc=1&cid=CAQSWwAFq6B9_xK50JaTndBVylGEnz07pPVzCYCazFA7_JC1hOnNa0wUQBqwmD8AU33hDZtjmEsY98198fZaX0S6NRrGKAnH_wrgp2OUsAn9uiAHr8mq8t18A4GSkGI&random=2804826322&ipr=y&pscrd=IhMI3Y-yqbqClAMVYFsdCR3eQyoSMgwIA2IICAAQABgAIAAyDAgEYggIABAAGAAgADIMCAdiCAgAEAAYACAAMgwICGIICAAQABgAIAAyDAgJYggIABAAGAAgADIMCApiCAgAEAAYACAAMgwIAmIICAAQABgAIAAyDAgLYggIABAAGAAgADIMCBViCAgAEAAYACAAMgwIH2IICAAQABgAIAAyDAgTYggIABAAGAAgADIMCBJiCAgAEAAYACAAOhRodHRwczovL3d3dy5wdGMuY29tL3oMCAliCAgAEAAYACAA — 200 — 108 B — 41 ms — h2https://ib.adnxs.com/setuid?entity=66&code=01D0ADE2755247ECB30A68DDB182B0CDib.adnxs.com/setuid?entity=66&code=... https://ib.adnxs.com/setuid?entity=66&code=01D0ADE2755247ECB30A68DDB182B0CD — -1 — 0 B — 84 ms — https://eb2.3lift.com/xuid?mid=7969&xuid=32DB8093A3FC42E1A8271216C9A21D66&dongle=yf3eb2.3lift.com/xuid?mid=7969&xuid=32... https://eb2.3lift.com/xuid?mid=7969&xuid=32DB8093A3FC42E1A8271216C9A21D66&dongle=yf3 — 200 — 140 B — 123 ms — h2https://simplifi.partners.tremorhub.com/sync?UISF=F695F447B2594986A435DB1E5BF5C9F2simplifi.partners.tremorhub.com/syn... https://simplifi.partners.tremorhub.com/sync?UISF=F695F447B2594986A435DB1E5BF5C9F2 — 200 — 175 B — 357 ms — h2https://pixel.tapad.com/idsync/ex/receive?partner_id=2305&partner_device_id=CCE9672536464544A7E71233251906A3pixel.tapad.com/idsync/ex/receive?p... https://pixel.tapad.com/idsync/ex/receive?partner_id=2305&partner_device_id=CCE9672536464544A7E71233251906A3 — 302 — 642 B — 118 ms — h2https://aa.agkn.com/adscores/g.pixel?sid=9201915418&sifi_uid=70CEB89AB4BF4BFCBF6FE5DB52E01FF9aa.agkn.com/adscores/g.pixel?sid=92... https://aa.agkn.com/adscores/g.pixel?sid=9201915418&sifi_uid=70CEB89AB4BF4BFCBF6FE5DB52E01FF9 — 200 — 307 B — 358 ms — h2https://sync.intentiq.com/profiles_engine/ProfilesEngineServlet?at=20&dpi=2124307461&pcid=0C966D89847349BFA50369B0768F1FE6sync.intentiq.com/profiles_engine/P... https://sync.intentiq.com/profiles_engine/ProfilesEngineServlet?at=20&dpi=2124307461&pcid=0C966D89847349BFA50369B0768F1FE6 — 200 — 218 B — 124 ms — h2https://fei.pro-market.net/engine?du=24;csync=756DE6ACF80E4D098C6D4DD4AD446441;mimetype=img;fei.pro-market.net/engine?du=24;csy... https://fei.pro-market.net/engine?du=24;csync=756DE6ACF80E4D098C6D4DD4AD446441;mimetype=img; — 200 — 791 B — 120 ms — h2https://loadm.exelator.com/load/?p=204&g=2191&simid=A7ED9001766441A6A00E33512FECD097&j=0loadm.exelator.com/load/?p=204&g=21... https://loadm.exelator.com/load/?p=204&g=2191&simid=A7ED9001766441A6A00E33512FECD097&j=0 — 302 — 884 B — 159 ms — h2https://sync.bfmio.com/sync?pid=141&uid=F6D4240BEA7D47988A1E713014117355sync.bfmio.com/sync?pid=141&uid=F6D... https://sync.bfmio.com/sync?pid=141&uid=F6D4240BEA7D47988A1E713014117355 — 204 — 379 B — 330 ms — h2https://bcp.crwdcntrl.net/map/c=7625/tp=SIMP/tpid=DA54CCA1B83542DD9C660686D93CE8D7bcp.crwdcntrl.net/map/c=7625/tp=SIM... https://bcp.crwdcntrl.net/map/c=7625/tp=SIMP/tpid=DA54CCA1B83542DD9C660686D93CE8D7 — 404 — 268 B — 163 ms — h2https://ce.lijit.com/merge?pid=2&3pid=4B87E84FD56F4C9CB1C65F02335A1FB4ce.lijit.com/merge?pid=2&3pid=4B87E... https://ce.lijit.com/merge?pid=2&3pid=4B87E84FD56F4C9CB1C65F02335A1FB4 — 204 — 223 B — 176 ms — h2https://idsync.rlcdn.com/419566.gif?partner_uid=591378D320E741AFBBEF461C58DC6EBEidsync.rlcdn.com/419566.gif?partner... https://idsync.rlcdn.com/419566.gif?partner_uid=591378D320E741AFBBEF461C58DC6EBE — 451 — 98 B — 124 ms — h2https://pixel.rubiconproject.com/tap.php?v=6286&nid=2132&put=4DE1405B64E649F2B7578E0DCFC5CF99&expires=365pixel.rubiconproject.com/tap.php?v=... https://pixel.rubiconproject.com/tap.php?v=6286&nid=2132&put=4DE1405B64E649F2B7578E0DCFC5CF99&expires=365 — 204 — 239 B — 187 ms — http/1.1https://us-u.openx.net/w/1.0/sd?id=537072966&val=2565857E042A472A9A4117511BA372D0us-u.openx.net/w/1.0/sd?id=53707296... https://us-u.openx.net/w/1.0/sd?id=537072966&val=2565857E042A472A9A4117511BA372D0 — 200 — 260 B — 102 ms — h2https://insight.adsrvr.org/track/realtimeconversioninsight.adsrvr.org/track/realtimeco... https://insight.adsrvr.org/track/realtimeconversion — 200 — 347 B — 126 ms — h2https://www.influ2.com/tracker?clid=bcd41801-a6bf-4e0b-b745-791ce3ab1f39www.influ2.com/tracker?clid=bcd4180... https://www.influ2.com/tracker?clid=bcd41801-a6bf-4e0b-b745-791ce3ab1f39 — 200 — 2.7 KiB — 165 ms — h2https://pixel.tapad.com/idsync/ex/receive/check?partner_id=2305&partner_device_id=CCE9672536464544A7E71233251906A3pixel.tapad.com/idsync/ex/receive/c... https://pixel.tapad.com/idsync/ex/receive/check?partner_id=2305&partner_device_id=CCE9672536464544A7E71233251906A3 — 200 — 428 B — 39 ms — h2https://loadm.exelator.com/load/?p=204&g=2191&simid=A7ED9001766441A6A00E33512FECD097&j=0&xl8blockcheck=1loadm.exelator.com/load/?p=204&g=21... https://loadm.exelator.com/load/?p=204&g=2191&simid=A7ED9001766441A6A00E33512FECD097&j=0&xl8blockcheck=1 — 204 — 324 B — 40 ms — h2https://t.influ2.com/u/?cb=1776895166514t.influ2.com/u/?cb=1776895166514 https://t.influ2.com/u/?cb=1776895166514 — 200 — 367 B — 206 ms — h2https://www.facebook.com/tr/?id=307342551717784&ev=PageView&dl=https%3A%2F%2Fwww.ptc.com%2Fen&rl=&if=false&ts=1776895166588&sw=412&sh=823&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776895166570.175501674486967715&ler=empty&cdl=API_unavailable&pmd[title]=Global%20Leader%20in%20Product%20Lifecycle%20Management%20Software%20%7C%20PTC&pmd[locale]=en&pmd[description]=PTC%20accelerates%20digital%20transformation%20with%20a%20new%20generation%20of%20technology%20that%20powers%20the%20ways%20you%20engineer%2C%20manufacture%2C%20and%20service%20your%20physical%20products.&plt=2220.5&it=1776895166015&coo=false&chmd=moto%20g%20power%20(2022)&chpv=11.0&chfv=undefined&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct3&expv2[6]=hf1&rqm=GETwww.facebook.com/tr/?id=30734255171... https://www.facebook.com/tr/?id=307342551717784&ev=PageView&dl=https%3A%2F%2Fwww.ptc.com%2Fen&rl=&if=false&ts=1776895166588&sw=412&sh=823&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776895166570.175501674486967715&ler=empty&cdl=API_unavailable&pmd[title]=Global%20Leader%20in%20Product%20Lifecycle%20Management%20Software%20%7C%20PTC&pmd[locale]=en&pmd[description]=PTC%20accelerates%20digital%20transformation%20with%20a%20new%20generation%20of%20technology%20that%20powers%20the%20ways%20you%20engineer%2C%20manufacture%2C%20and%20service%20your%20physical%20products.&plt=2220.5&it=1776895166015&coo=false&chmd=moto%20g%20power%20(2022)&chpv=11.0&chfv=undefined&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct3&expv2[6]=hf1&rqm=GET — 200 — 19 B — 250 ms — h3https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=307342551717784&ev=PageView&dl=https%3A%2F%2Fwww.ptc.com%2Fen&rl=&if=false&ts=1776895166588&sw=412&sh=823&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776895166570.175501674486967715&ler=empty&cdl=API_unavailable&pmd[title]=Global%20Leader%20in%20Product%20Lifecycle%20Management%20Software%20%7C%20PTC&pmd[locale]=en&pmd[description]=PTC%20accelerates%20digital%20transformation%20with%20a%20new%20generation%20of%20technology%20that%20powers%20the%20ways%20you%20engineer%2C%20manufacture%2C%20and%20service%20your%20physical%20products.&plt=2220.5&it=1776895166015&coo=false&chmd=moto%20g%20power%20(2022)&chpv=11.0&chfv=undefined&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct3&expv2[6]=hf1&rqm=FGETwww.facebook.com/privacy_sandbox/pi... https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=307342551717784&ev=PageView&dl=https%3A%2F%2Fwww.ptc.com%2Fen&rl=&if=false&ts=1776895166588&sw=412&sh=823&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776895166570.175501674486967715&ler=empty&cdl=API_unavailable&pmd[title]=Global%20Leader%20in%20Product%20Lifecycle%20Management%20Software%20%7C%20PTC&pmd[locale]=en&pmd[description]=PTC%20accelerates%20digital%20transformation%20with%20a%20new%20generation%20of%20technology%20that%20powers%20the%20ways%20you%20engineer%2C%20manufacture%2C%20and%20service%20your%20physical%20products.&plt=2220.5&it=1776895166015&coo=false&chmd=moto%20g%20power%20(2022)&chpv=11.0&chfv=undefined&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=ct3&expv2[6]=hf1&rqm=FGET — 200 — 198 B — 224 ms — h3https://b.6sc.co/v1/beacon/img.gif?token=6e93802ac6f24eaf09a4ff1d3c9cfe0c&svisitor=null&visitor=f3347b60-ce2e-407e-8ba8-9eb046afeb33&session=f3a3dc3f-9f93-4934-8085-8b757d157b5c&event=active_time_track&q=%7B%22currentTime%22%3A%22Wed%2C%2022%20Apr%202026%2021%3A59%3A27%20GMT%22%2C%22lastTrackTime%22%3A%22Wed%2C%2022%20Apr%202026%2021%3A59%3A26%20GMT%22%2C%22timeSpent%22%3A%221001%22%2C%22totalTimeSpent%22%3A%224041%22%7D&isIframe=false&m=%7B%22description%22%3A%22PTC%20accelerates%20digital%20transformation%20with%20a%20new%20generation%20of%20technology%20that%20powers%20the%20ways%20you%20engineer%2C%20manufacture%2C%20and%20service%20your%20physical%20products.%22%2C%22keywords%22%3A%22%22%2C%22title%22%3A%22Global%20Leader%20in%20Product%20Lifecycle%20Management%20Software%20%7C%20PTC%22%7D&cb=&r=&thirdParty=%7B%7D&v2=1&pageURL=https%3A%2F%2Fwww.ptc.com%2Fen&pageViewId=f17a2daf-2ddf-4632-849e-26f9018b3f5a&an_uid=-1&webTagId=722eb55f-f5bf-4b00-a11f-120386eb6c86&ipv6=2001%3A41d0%3Aab00%3A%3A4%3A0%3A8c&v=1.1.31b.6sc.co/v1/beacon/img.gif?token=6e... https://b.6sc.co/v1/beacon/img.gif?token=6e93802ac6f24eaf09a4ff1d3c9cfe0c&svisitor=null&visitor=f3347b60-ce2e-407e-8ba8-9eb046afeb33&session=f3a3dc3f-9f93-4934-8085-8b757d157b5c&event=active_time_track&q=%7B%22currentTime%22%3A%22Wed%2C%2022%20Apr%202026%2021%3A59%3A27%20GMT%22%2C%22lastTrackTime%22%3A%22Wed%2C%2022%20Apr%202026%2021%3A59%3A26%20GMT%22%2C%22timeSpent%22%3A%221001%22%2C%22totalTimeSpent%22%3A%224041%22%7D&isIframe=false&m=%7B%22description%22%3A%22PTC%20accelerates%20digital%20transformation%20with%20a%20new%20generation%20of%20technology%20that%20powers%20the%20ways%20you%20engineer%2C%20manufacture%2C%20and%20service%20your%20physical%20products.%22%2C%22keywords%22%3A%22%22%2C%22title%22%3A%22Global%20Leader%20in%20Product%20Lifecycle%20Management%20Software%20%7C%20PTC%22%7D&cb=&r=&thirdParty=%7B%7D&v2=1&pageURL=https%3A%2F%2Fwww.ptc.com%2Fen&pageViewId=f17a2daf-2ddf-4632-849e-26f9018b3f5a&an_uid=-1&webTagId=722eb55f-f5bf-4b00-a11f-120386eb6c86&ipv6=2001%3A41d0%3Aab00%3A%3A4%3A0%3A8c&v=1.1.31 — 200 — 199 B — 111 ms — h2https://tracking.intentsify.io/page-tracking/intentsify-ptc/https%3A%2F%2Fwww.ptc.com%2Fentracking.intentsify.io/page-trackin... https://tracking.intentsify.io/page-tracking/intentsify-ptc/https%3A%2F%2Fwww.ptc.com%2Fen — 302 — 396 B — 480 ms — h2https://a.usbrowserspeed.com/cs?pid=5476ad7fb254ae8ddffd9ee34e77cfbb0c895c04783f2a615f8a1341878ee532&puid=1c418f5e-4e61-4ef1-b2b6-b6d695cad772-intentsify-ptc-849f3b46-8029-4283-825b-b078c4ffdc1ba.usbrowserspeed.com/cs?pid=5476ad7... https://a.usbrowserspeed.com/cs?pid=5476ad7fb254ae8ddffd9ee34e77cfbb0c895c04783f2a615f8a1341878ee532&puid=1c418f5e-4e61-4ef1-b2b6-b6d695cad772-intentsify-ptc-849f3b46-8029-4283-825b-b078c4ffdc1b — 204 — 148 B — 671 ms — h2https://b.6sc.co/v1/beacon/img.gif?token=6e93802ac6f24eaf09a4ff1d3c9cfe0c&svisitor=null&visitor=f3347b60-ce2e-407e-8ba8-9eb046afeb33&session=f3a3dc3f-9f93-4934-8085-8b757d157b5c&event=active_time_track&q=%7B%22currentTime%22%3A%22Wed%2C%2022%20Apr%202026%2021%3A59%3A28%20GMT%22%2C%22lastTrackTime%22%3A%22Wed%2C%2022%20Apr%202026%2021%3A59%3A27%20GMT%22%2C%22timeSpent%22%3A%221000%22%2C%22totalTimeSpent%22%3A%225041%22%7D&isIframe=false&m=%7B%22description%22%3A%22PTC%20accelerates%20digital%20transformation%20with%20a%20new%20generation%20of%20technology%20that%20powers%20the%20ways%20you%20engineer%2C%20manufacture%2C%20and%20service%20your%20physical%20products.%22%2C%22keywords%22%3A%22%22%2C%22title%22%3A%22Global%20Leader%20in%20Product%20Lifecycle%20Management%20Software%20%7C%20PTC%22%7D&cb=&r=&thirdParty=%7B%7D&v2=1&pageURL=https%3A%2F%2Fwww.ptc.com%2Fen&pageViewId=f17a2daf-2ddf-4632-849e-26f9018b3f5a&an_uid=-1&webTagId=722eb55f-f5bf-4b00-a11f-120386eb6c86&ipv6=2001%3A41d0%3Aab00%3A%3A4%3A0%3A8c&v=1.1.31b.6sc.co/v1/beacon/img.gif?token=6e... https://b.6sc.co/v1/beacon/img.gif?token=6e93802ac6f24eaf09a4ff1d3c9cfe0c&svisitor=null&visitor=f3347b60-ce2e-407e-8ba8-9eb046afeb33&session=f3a3dc3f-9f93-4934-8085-8b757d157b5c&event=active_time_track&q=%7B%22currentTime%22%3A%22Wed%2C%2022%20Apr%202026%2021%3A59%3A28%20GMT%22%2C%22lastTrackTime%22%3A%22Wed%2C%2022%20Apr%202026%2021%3A59%3A27%20GMT%22%2C%22timeSpent%22%3A%221000%22%2C%22totalTimeSpent%22%3A%225041%22%7D&isIframe=false&m=%7B%22description%22%3A%22PTC%20accelerates%20digital%20transformation%20with%20a%20new%20generation%20of%20technology%20that%20powers%20the%20ways%20you%20engineer%2C%20manufacture%2C%20and%20service%20your%20physical%20products.%22%2C%22keywords%22%3A%22%22%2C%22title%22%3A%22Global%20Leader%20in%20Product%20Lifecycle%20Management%20Software%20%7C%20PTC%22%7D&cb=&r=&thirdParty=%7B%7D&v2=1&pageURL=https%3A%2F%2Fwww.ptc.com%2Fen&pageViewId=f17a2daf-2ddf-4632-849e-26f9018b3f5a&an_uid=-1&webTagId=722eb55f-f5bf-4b00-a11f-120386eb6c86&ipv6=2001%3A41d0%3Aab00%3A%3A4%3A0%3A8c&v=1.1.31 — 200 — 199 B — 109 ms — h2https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/c0e7410e9a074e15980aa29f674624d4?v=8380c1d9ptc-p-001.sitecorecontenthub.cloud/... https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/c0e7410e9a074e15980aa29f674624d4?v=8380c1d9 — 200 — 14.0 KiB — 346 ms — h3https://edge.api.brightcove.com/playback/v1/accounts/1532789042001/videos/6354448616112/high.mp4?bcov_auth=eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhY2NpZCI6IjE1MzI3ODkwNDIwMDEiLCJjb25pZCI6IjYzNTQ0NDg2MTYxMTIiLCJpYXQiOiIxNzc2ODY1MDI0IiwiZXhwIjoxNzc2OTA4MjI0fQ.LT42pWHYLxUtpBf5H5OB-NDmxIafJ9-s5NSN0_wOf6cfmp1SHaztnVgo1C4uoeEGdoWXhAFfIstDO5ABxleZm-dfUVF-hRa49c3H1OCKVGGyu45L44TX-zp9Z9Cdopffm0sid6oztcaVfourY3urGK2onhgkGKFjV6LsRhqIh_oTA36yO2Vu_h-YJ8sGuJIxAYBEUnyMiz9mS-82gGcErr1zsKvlyVEUu50W4WxL65VzJuhDXhGyBB_8VuetgoLMhhKKrTG_rORorp0M-qnc1VBnuL1BZx0C9MHvEA5MRTCSv9XMoR0TSwq1MLZ3T-lJpyvW1yd8qKoKIlR1oixM6wedge.api.brightcove.com/playback/v1... https://edge.api.brightcove.com/playback/v1/accounts/1532789042001/videos/6354448616112/high.mp4?bcov_auth=eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhY2NpZCI6IjE1MzI3ODkwNDIwMDEiLCJjb25pZCI6IjYzNTQ0NDg2MTYxMTIiLCJpYXQiOiIxNzc2ODY1MDI0IiwiZXhwIjoxNzc2OTA4MjI0fQ.LT42pWHYLxUtpBf5H5OB-NDmxIafJ9-s5NSN0_wOf6cfmp1SHaztnVgo1C4uoeEGdoWXhAFfIstDO5ABxleZm-dfUVF-hRa49c3H1OCKVGGyu45L44TX-zp9Z9Cdopffm0sid6oztcaVfourY3urGK2onhgkGKFjV6LsRhqIh_oTA36yO2Vu_h-YJ8sGuJIxAYBEUnyMiz9mS-82gGcErr1zsKvlyVEUu50W4WxL65VzJuhDXhGyBB_8VuetgoLMhhKKrTG_rORorp0M-qnc1VBnuL1BZx0C9MHvEA5MRTCSv9XMoR0TSwq1MLZ3T-lJpyvW1yd8qKoKIlR1oixM6w — 302 — 529 B — 94 ms — h2https://house-fastly-signed-us-east-1-prod.brightcovecdn.com/media/v1/pmp4/static/clear/1532789042001/0c7c3199-98b7-4152-bea2-7b0f89573c51/a21ed604-7b61-4e98-ae5b-f879ab99fb38/main.mp4?fastly_token=NjllOTljYjZfODQ2ZWZjN2M0YjIzODBhMGQyMTI3YjhhODQwNDc4ZjNlMTM3NjY1NjhiZTQ1YWUzODQ2ZTYxMWY4MmNlZThlMV8vL2hvdXNlLWZhc3RseS1zaWduZWQtdXMtZWFzdC0xLXByb2QuYnJpZ2h0Y292ZWNkbi5jb20vbWVkaWEvdjEvcG1wNC9zdGF0aWMvY2xlYXIvMTUzMjc4OTA0MjAwMS8wYzdjMzE5OS05OGI3LTQxNTItYmVhMi03YjBmODk1NzNjNTEvYTIxZWQ2MDQtN2I2MS00ZTk4LWFlNWItZjg3OWFiOTlmYjM4L21haW4ubXA0house-fastly-signed-us-east-1-prod.... https://house-fastly-signed-us-east-1-prod.brightcovecdn.com/media/v1/pmp4/static/clear/1532789042001/0c7c3199-98b7-4152-bea2-7b0f89573c51/a21ed604-7b61-4e98-ae5b-f879ab99fb38/main.mp4?fastly_token=NjllOTljYjZfODQ2ZWZjN2M0YjIzODBhMGQyMTI3YjhhODQwNDc4ZjNlMTM3NjY1NjhiZTQ1YWUzODQ2ZTYxMWY4MmNlZThlMV8vL2hvdXNlLWZhc3RseS1zaWduZWQtdXMtZWFzdC0xLXByb2QuYnJpZ2h0Y292ZWNkbi5jb20vbWVkaWEvdjEvcG1wNC9zdGF0aWMvY2xlYXIvMTUzMjc4OTA0MjAwMS8wYzdjMzE5OS05OGI3LTQxNTItYmVhMi03YjBmODk1NzNjNTEvYTIxZWQ2MDQtN2I2MS00ZTk4LWFlNWItZjg3OWFiOTlmYjM4L21haW4ubXA0 — 206 — 7.5 MiB — 187 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 11384ms · 1329KB · $213/mo
www.ptc.com
Other
Costly
Execution 2692ms
Transfer 30 KB
Monthly Cost $50/mo
Unattributable
Other
Costly
Execution 2471ms
Transfer 0 KB
Monthly Cost $46/mo
Google Tag Manager
Tag Manager
Costly
Execution 884ms
Transfer 202 KB
Unused 30%
Monthly Cost $17/mo
www.ptc.com
Other
Costly
Execution 858ms
Transfer 13 KB
Monthly Cost $16/mo
Google Tag Manager
Tag Manager
Costly
Execution 849ms
Transfer 172 KB
Unused 39%
Monthly Cost $16/mo
js.qualified.com
Other
Costly
Execution 711ms
Transfer 117 KB
Unused 50%
Monthly Cost $13/mo
cdn.dreamdata.cloud
Other
Costly
Execution 335ms
Transfer 35 KB
Monthly Cost $6/mo
j.6sc.co
Other
Costly
Execution 315ms
Transfer 2 KB
Monthly Cost $6/mo
j.6sc.co
Other
Costly
Execution 303ms
Transfer 19 KB
Monthly Cost $6/mo
s.go-mpulse.net
Other
Costly
Execution 292ms
Transfer 57 KB
Unused 56%
Monthly Cost $5/mo
Google Tag Manager
Tag Manager
Costly
Execution 226ms
Transfer 157 KB
Unused 41%
Monthly Cost $4/mo
Google Tag Manager
Tag Manager
Optional
Execution 187ms
Transfer 144 KB
Unused 38%
Monthly Cost $4/mo
js.qualified.com
Other
Optional
Execution 170ms
Transfer 97 KB
Unused 52%
Monthly Cost $3/mo
Facebook Pixel
Advertising
Optional
Execution 161ms
Transfer 45 KB
Monthly Cost $3/mo
Facebook Pixel
Advertising
Optional
Execution 148ms
Transfer 97 KB
Unused 35%
Monthly Cost $3/mo
www.ptc.com
Other
Optional
Execution 147ms
Transfer 0 KB
Monthly Cost $3/mo
Bing UET
Advertising
Optional
Execution 101ms
Transfer 15 KB
Monthly Cost $2/mo
www.ptc.com
Other
Optional
Execution 97ms
Transfer 0 KB
Unused 45%
Monthly Cost $2/mo
www.ptc.com
Other
Optional
Execution 91ms
Transfer 11 KB
Monthly Cost $2/mo
static.cloudflareinsights.com
Other
Optional
Execution 62ms
Transfer 11 KB
Monthly Cost $1/mo
www.ptc.com
Other
Optional
Execution 61ms
Transfer 3 KB
Monthly Cost $1/mo
www.ptc.com
Other
Optional
Execution 60ms
Transfer 25 KB
Monthly Cost $1/mo
www.ptc.com
Other
Optional
Execution 57ms
Transfer 47 KB
Monthly Cost $1/mo
js.adsrvr.org
Other
Optional
Execution 53ms
Transfer 12 KB
Monthly Cost $1/mo
www.redditstatic.com
Other
Optional
Execution 52ms
Transfer 19 KB
Monthly Cost $1/mo

These scripts may cost more than they're worth

  • www.ptc.com adds 2692ms and costs ~$50/month
  • Unattributable adds 2471ms and costs ~$46/month
  • Google Tag Manager adds 884ms and costs ~$17/month
  • www.ptc.com adds 858ms and costs ~$16/month
  • Google Tag Manager adds 849ms and costs ~$16/month
  • js.qualified.com adds 711ms and costs ~$13/month
  • cdn.dreamdata.cloud adds 335ms and costs ~$6/month
  • j.6sc.co adds 315ms and costs ~$6/month
  • j.6sc.co adds 303ms and costs ~$6/month
  • s.go-mpulse.net adds 292ms and costs ~$5/month
  • Google Tag Manager adds 226ms and costs ~$4/month

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

Why this matters

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

Learn more

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

Source: web.dev

www.ptc.com takes 2692ms 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 2471ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

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

Source: web.dev

Google Tag Manager takes 884ms 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.ptc.com takes 858ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

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

Source: web.dev

Google Tag Manager takes 849ms 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

js.qualified.com takes 711ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

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

Source: web.dev

cdn.dreamdata.cloud takes 335ms 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

j.6sc.co takes 315ms 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

j.6sc.co takes 303ms 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

s.go-mpulse.net takes 292ms 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

56% of s.go-mpulse.net'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

Google Tag Manager takes 226ms 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

52% of js.qualified.com's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

How third-party costs are calculated

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

Send Feedback