Skip to content
https://sketchup.com

Performance

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

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

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

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

2.33 s

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

6.82 s

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

204 ms

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

0.003

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

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

8.61 s

Page Load Progression

440 ms
880 ms
1.3 s
1.8 s
2.2 s
2.6 s
3.1 s
3.5 s
Checks
15
5 PASS 2 REVIEW 6 FIX
F
Page Weight Budget
Action
8.2 MB transferred, 152 requests
FIX
8.2 MB transferred, 152 requests
Critical::
Page weighs 21.6 MB (8.2 MB transferred)
Warning::
JavaScript is 3.8 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 3.8 MB
Warning::
Images are 1.6 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 1.6 MB
Info::
CSS is 1.5 MB — consider purging unused styles
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
Got: 1.5 MB
Info::
Fonts are 668 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 668 KB
Warning::
152 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 1.7 g CO2 per page load
8.2 MB / 2.4 MB budget
8.2 MB transferred
152 requests
1.7 g CO2 per page load
JavaScript 3.8 MiB 47%
Images 1.6 MiB 19%
CSS 1.5 MiB 18%
Fonts 668.1 KiB 8%
Other 333.6 KiB 4%
HTML 239.8 KiB 3%
Other 76.1 KiB 1%
Other 33.2 KiB 0%
Other 829 B 0%
Other 802 B 0%
0 2.4 MB 4.9 MB
Over budget

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

Why this matters

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

Source: web.dev

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

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

Why this matters

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

Source: web.dev

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 (8.2 MiB of 8.2 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
D
JS Execution Cost
Action
2198ms total JS execution
FIX
2198ms total JS execution
Warning::
https://sketchup.trimble.com/framework-9d9a5d6205d...: 610ms CPU time
Warning::
https://sketchup.trimble.com/en: 415ms CPU time
Warning::
Unattributable: 256ms CPU time
Info::
https://sketchup.trimble.com/79aa9deb-69a325bd32c8...: 220ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=AW-166...: 191ms CPU time
Warning::
Third-party scripts: 2198ms (100% of total)

Main Thread Breakdown

Script Evaluation 54% Other 14% Style & Layout 13% Script Parsing & Compilation 12%
ScriptTotalScriptingParse/CompileParty
https://sketchup.trimble.com/framework-9d9a5d6205d7292f5844.js610ms441ms32ms3rd
https://sketchup.trimble.com/en415ms48ms1ms3rd
Unattributable256ms22ms0ms3rd
https://sketchup.trimble.com/79aa9deb-69a325bd32c822d3f6e0.js220ms138ms78ms3rd
https://www.googletagmanager.com/gtag/js?id=AW-16667650173&cx=c&gtm=4e64h1191ms179ms8ms3rd
https://sketchup.trimble.com/18b1f3c0-ceda850e2a7476ec3b50.js152ms102ms15ms3rd
https://sketchup.trimble.com/app-81a194c2f0b3786a1073.js102ms58ms28ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-TPFGGLT90ms76ms12ms3rd
https://www.googletagmanager.com/gtag/js?id=G-ME8T5N5YK1&cx=c&gtm=4e64h154ms37ms17ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-PXJBM43&gtm=4e64h154ms43ms10ms3rd

Showing top 10 of 11 scripts

F
JS Bundles
Action
62 scripts, 2.0 MB unused
FIX
62 scripts, 2.0 MB unused
Warning::
https://sketchup.trimble.com/79aa9deb-69a325bd32c8...: 588 KB unused (64%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://sketchup.trimble.com/app-81a194c2f0b3786a1...: 170 KB unused (70%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://web-sdk.aptrinsic.com/api/aptrinsic.js?a=A...: 166 KB unused (72%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://sketchup.trimble.com/8ed4083672828cac697f8...: 104 KB unused (68%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://sketchup.trimble.com/commons-de627f940f4e1...: 97 KB unused (68%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 2.0 MB
2031 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://sketchup.trimble.com/79aa9deb-69a325bd32c822d3f6e0.js929 KB588 KB (64%)3rd
https://sketchup.trimble.com/app-81a194c2f0b3786a1073.js243 KB170 KB (70%)3rd
https://web-sdk.aptrinsic.com/api/aptrinsic.js?a=AP-UNM677VB2XAD-2230 KB166 KB (72%)3rd
https://sketchup.trimble.com/8ed4083672828cac697f83e269c9be724b54eb41-fa12e783c80df9e70f09.js153 KB104 KB (68%)3rd
https://sketchup.trimble.com/commons-de627f940f4e13bd8d29.js142 KB97 KB (68%)3rd
https://sketchup.trimble.com/18b1f3c0-ceda850e2a7476ec3b50.js345 KB91 KB (26%)3rd
https://cdn.c360a.salesforce.com/beacon/c360a/d8649d72-8cd3-4a51-9b4a-913a37fbbd04/scripts/c360a.min.js122 KB88 KB (73%)3rd
https://cdn.cookielaw.org/scripttemplates/202602.1.0/otBannerSdk.js129 KB78 KB (60%)3rd
https://www.googletagmanager.com/gtag/destination?id=AW-1003285926&cx=c&gtm=4e64h1145 KB70 KB (49%)3rd
https://www.googletagmanager.com/gtag/js?id=G-ME8T5N5YK1&cx=c&gtm=4e64h1173 KB70 KB (40%)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
152 resources · 8.2 MB · 2.0 MB savings available
FIX
152 resources · 8.2 MB · 2.0 MB savings available
Warning::
Page weight 7.2 MB over 1MB target
Got: 8.2 MB Expected: ≤ 1 MB
Info::
~2.0 MB of savings available
Warning::
151 third-party resources (100% of weight)
Info::
9 resources over 200KB
152 resources · 8.2 MiB · 151 third-party 7.2 MiB over 1MB target
JavaScript 49% · 4.0 MiB
Image 19% · 1.6 MiB
CSS 18% · 1.5 MiB
Font 8% · 668.1 KiB
Document 3% · 239.8 KiB
Other 3% · 231.4 KiB

~2.0 MiB of savings available

Remove unused JavaScript: 2.0 MiB
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
29 images, 0 KB saveable
REVIEW
29 images, 0 KB saveable
Warning::
https://images.ctfassets.net/5qimfmsew7zl/Ghp4Fqn4... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images.ctfassets.net/5qimfmsew7zl/2nXLjh2F... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images.ctfassets.net/5qimfmsew7zl/5uIpx9YH... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images.ctfassets.net/5qimfmsew7zl/UhmxPpzI... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images.ctfassets.net/5qimfmsew7zl/1NtddOku... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images.ctfassets.net/5qimfmsew7zl/CLeItCuQ... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images.ctfassets.net/5qimfmsew7zl/4stFQiwM... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images.ctfassets.net/5qimfmsew7zl/3zWcfbMZ... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images.ctfassets.net/5qimfmsew7zl/6Pmk2Xm1... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images.ctfassets.net/5qimfmsew7zl/1OZ566jU... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images.ctfassets.net/5qimfmsew7zl/7iEpHcSl... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images.ctfassets.net/5qimfmsew7zl/1SuLkwj8... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images.ctfassets.net/5qimfmsew7zl/1M12I2Ey... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images.ctfassets.net/5qimfmsew7zl/7Dk3tIPL... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images.ctfassets.net/5qimfmsew7zl/GBa5fWrR... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
29 images 1.6 MB
0 oversized -0 KB
7 legacy format
16 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Performance issues directly impact user engagement and conversion rates.

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

Web fonts

4

668 KB total

Render-blocking

0

of 4

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s FCP 2.3 s LCP 6.8 shttps://sketchup.trimble.com/static/OpenSans-VariableFont_wdth,wght-fe30c1859aed7402e680cc1ae44894fe.woff2OpenSans-VariableFont_w... https://sketchup.trimble.com/static/OpenSans-VariableFont_wdth,wght-fe30c1859aed7402e680cc1ae44894fe.woff2 — 274.3 KiB — 44 ms — font-display: swaphttps://sketchup.trimble.com/static/OpenSans-Italic-VariableFont_wdth,wght-b51048b13210630b103e1c07ff217106.woff2OpenSans-Italic-Variabl... https://sketchup.trimble.com/static/OpenSans-Italic-VariableFont_wdth,wght-b51048b13210630b103e1c07ff217106.woff2 — 307.7 KiB — 43 ms — font-display: swaphttps://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2memvYaGs126MiZpBA-UvWbX... https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2 — 42.0 KiB — 59 ms — font-display: swaphttps://fonts.gstatic.com/s/opensans/v44/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWuU6FxZCJgg.woff2memtYaGs126MiZpBA-UFUIc... https://fonts.gstatic.com/s/opensans/v44/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWuU6FxZCJgg.woff2 — 44.0 KiB — 61 ms — font-display: swap
OpenSans-VariableFont_w... woff2 swap
Size 274 KB
Load time 44 ms
Start 665 ms
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
OpenSans-Italic-Variabl... woff2 swap
Size 308 KB
Load time 43 ms
Start 666 ms
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
memvYaGs126MiZpBA-UvWbX... woff2 swap
Size 42 KB
Load time 59 ms
Start 1.2 s
Risk FOUT — text flashes from fallback to web font
memtYaGs126MiZpBA-UFUIc... woff2 swap
Size 44 KB
Load time 61 ms
Start 1.2 s
Risk FOUT — text flashes from fallback to web font
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)

Fixing the unchecked items could save ~291 KB and ~582 ms

A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
Network Waterfall
152 requests over 4467ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s FCP 2.3 s LCP 6.8 shttps://sketchup.com// https://sketchup.com/ — 301 — 246 B — 105 ms — h2https://www.sketchup.com/www.sketchup.com/ https://www.sketchup.com/ — 301 — 207 B — 125 ms — h2https://sketchup.trimble.com/sketchup.trimble.com/ https://sketchup.trimble.com/ — 301 — 123 B — 132 ms — h2https://sketchup.trimble.com/ensketchup.trimble.com/en https://sketchup.trimble.com/en — 200 — 239.8 KiB — 152 ms — h2https://sketchup.trimble.com/component---src-templates-general-page-template-js.1e02ef278d42cdae7f8d.csssketchup.trimble.com/component---sr... https://sketchup.trimble.com/component---src-templates-general-page-template-js.1e02ef278d42cdae7f8d.css — 200 — 1.4 MiB — 173 ms — h2https://sketchup.trimble.com/commons.1da5e229d8df47d884e6.csssketchup.trimble.com/commons.1da5e2... https://sketchup.trimble.com/commons.1da5e229d8df47d884e6.css — 200 — 99.0 KiB — 118 ms — h2https://sketchup.trimble.com/assets/favicon/site.webmanifestsketchup.trimble.com/assets/favicon... https://sketchup.trimble.com/assets/favicon/site.webmanifest — 200 — 802 B — 381 ms — h2https://sketchup.trimble.com/webpack-runtime-60e2a9cd8389c7c7bc8c.jssketchup.trimble.com/webpack-runtim... https://sketchup.trimble.com/webpack-runtime-60e2a9cd8389c7c7bc8c.js — 200 — 9.9 KiB — 73 ms — h2https://sketchup.trimble.com/framework-9d9a5d6205d7292f5844.jssketchup.trimble.com/framework-9d9a... https://sketchup.trimble.com/framework-9d9a5d6205d7292f5844.js — 200 — 43.1 KiB — 69 ms — h2https://sketchup.trimble.com/app-81a194c2f0b3786a1073.jssketchup.trimble.com/app-81a194c2f0... https://sketchup.trimble.com/app-81a194c2f0b3786a1073.js — 200 — 243.5 KiB — 76 ms — h2https://sketchup.trimble.com/.netlify/scripts/rumsketchup.trimble.com/.netlify/scrip... https://sketchup.trimble.com/.netlify/scripts/rum — 200 — 4.1 KiB — 67 ms — h2https://sketchup.trimble.com/light-texture.pngsketchup.trimble.com/light-texture.... https://sketchup.trimble.com/light-texture.png — 200 — 1.1 MiB — 69 ms — h2data:image/webp;base64,UklGRlh0AwBXRUJQVlA4WAoAAAAgAAAA/w8AwgUASUNDUAobAAAAABsKbGNtcwIwAABtbnRyUkdC…data:image/webp;base64,UklGRlh0AwBX... data:image/webp;base64,UklGRlh0AwBXRUJQVlA4WAoAAAAgAAAA/w8AwgUASUNDUAobAAAAABsKbGNtcwIwAABtbnRyUkdC… — 200 — 0 B — 3 ms — datahttps://images.ctfassets.net/5qimfmsew7zl/CLeItCuQzyar0Ix1BPD8b/7cb6eb778c29ab02b7aca31fc21c0450/SU-Website-Home-S1.jpg?fm=avif&h=936&q=100images.ctfassets.net/5qimfmsew7zl/C... https://images.ctfassets.net/5qimfmsew7zl/CLeItCuQzyar0Ix1BPD8b/7cb6eb778c29ab02b7aca31fc21c0450/SU-Website-Home-S1.jpg?fm=avif&h=936&q=100 — 200 — 88.8 KiB — 26 ms — h2https://images.ctfassets.net/5qimfmsew7zl/4stFQiwMQHFQlfuDza5Rf8/73b40949aa0f50b2cc9592c6b2df2efc/Sketchup_-_ARCH_Homepage_-_Revolutionize_the_way_you_create_-_Inline_Media_-_Media_Section_-_Image_-_v2.jpg?fm=avif&h=354&q=90images.ctfassets.net/5qimfmsew7zl/4... https://images.ctfassets.net/5qimfmsew7zl/4stFQiwMQHFQlfuDza5Rf8/73b40949aa0f50b2cc9592c6b2df2efc/Sketchup_-_ARCH_Homepage_-_Revolutionize_the_way_you_create_-_Inline_Media_-_Media_Section_-_Image_-_v2.jpg?fm=avif&h=354&q=90 — 200 — 13.4 KiB — 15 ms — h2https://images.ctfassets.net/5qimfmsew7zl/5uIpx9YHbZ3J0ZdUhELNT1/07de6258374078acf4550a99a016e7a0/SU2025-Website-Home-S3-Architecture.jpg?fm=avif&h=393&q=90images.ctfassets.net/5qimfmsew7zl/5... https://images.ctfassets.net/5qimfmsew7zl/5uIpx9YHbZ3J0ZdUhELNT1/07de6258374078acf4550a99a016e7a0/SU2025-Website-Home-S3-Architecture.jpg?fm=avif&h=393&q=90 — 200 — 32.5 KiB — 19 ms — h2https://images.ctfassets.net/5qimfmsew7zl/UhmxPpzIgAgGuQMApPBHG/c489566b106e84270a32c07c1d826ff1/SU2025-Website-Home-S3-Construction.jpg?fm=avif&h=393&q=90images.ctfassets.net/5qimfmsew7zl/U... https://images.ctfassets.net/5qimfmsew7zl/UhmxPpzIgAgGuQMApPBHG/c489566b106e84270a32c07c1d826ff1/SU2025-Website-Home-S3-Construction.jpg?fm=avif&h=393&q=90 — 200 — 37.3 KiB — 27 ms — h2https://images.ctfassets.net/5qimfmsew7zl/1SuLkwj8jbnWK4N6MDhaKC/1bc0327a05677f9935d2f663c262befb/SU2025-Website-Home-S3-InteriorDesign.jpg?fm=avif&h=393&q=90images.ctfassets.net/5qimfmsew7zl/1... https://images.ctfassets.net/5qimfmsew7zl/1SuLkwj8jbnWK4N6MDhaKC/1bc0327a05677f9935d2f663c262befb/SU2025-Website-Home-S3-InteriorDesign.jpg?fm=avif&h=393&q=90 — 200 — 41.7 KiB — 27 ms — h2https://images.ctfassets.net/5qimfmsew7zl/GBa5fWrRs9IOkUrkvzb9l/27eee7037d541384770d0be510c7d6b4/SU2025-Website-Home-S4-Omar.jpg?fm=avif&h=354&q=90images.ctfassets.net/5qimfmsew7zl/G... https://images.ctfassets.net/5qimfmsew7zl/GBa5fWrRs9IOkUrkvzb9l/27eee7037d541384770d0be510c7d6b4/SU2025-Website-Home-S4-Omar.jpg?fm=avif&h=354&q=90 — 200 — 17.6 KiB — 22 ms — h2https://sketchup.trimble.com/static/OpenSans-VariableFont_wdth,wght-fe30c1859aed7402e680cc1ae44894fe.woff2sketchup.trimble.com/static/OpenSan... https://sketchup.trimble.com/static/OpenSans-VariableFont_wdth,wght-fe30c1859aed7402e680cc1ae44894fe.woff2 — 200 — 274.3 KiB — 44 ms — h2https://sketchup.trimble.com/static/OpenSans-Italic-VariableFont_wdth,wght-b51048b13210630b103e1c07ff217106.woff2sketchup.trimble.com/static/OpenSan... https://sketchup.trimble.com/static/OpenSans-Italic-VariableFont_wdth,wght-b51048b13210630b103e1c07ff217106.woff2 — 200 — 307.7 KiB — 43 ms — h2https://sketchup.trimble.com/page-data/app-data.jsonsketchup.trimble.com/page-data/app-... https://sketchup.trimble.com/page-data/app-data.json — 200 — 145 B — 38 ms — h2https://sketchup.trimble.com/page-data/en/page-data.jsonsketchup.trimble.com/page-data/en/p... https://sketchup.trimble.com/page-data/en/page-data.json — 200 — 24.3 KiB — 29 ms — h2https://sketchup.trimble.com/assets/favicon/favicon.icosketchup.trimble.com/assets/favicon... https://sketchup.trimble.com/assets/favicon/favicon.ico — 200 — 2.5 KiB — 29 ms — h2https://sketchup.trimble.com/18b1f3c0-ceda850e2a7476ec3b50.jssketchup.trimble.com/18b1f3c0-ceda8... https://sketchup.trimble.com/18b1f3c0-ceda850e2a7476ec3b50.js — 200 — 345.1 KiB — 81 ms — h2https://sketchup.trimble.com/29107295-84cd58226ea2fb5f7eab.jssketchup.trimble.com/29107295-84cd5... https://sketchup.trimble.com/29107295-84cd58226ea2fb5f7eab.js — 200 — 23.8 KiB — 39 ms — h2https://sketchup.trimble.com/2fbf9dd2-ef396f9a726da4c2ceb6.jssketchup.trimble.com/2fbf9dd2-ef396... https://sketchup.trimble.com/2fbf9dd2-ef396f9a726da4c2ceb6.js — 200 — 78.5 KiB — 70 ms — h2https://sketchup.trimble.com/34321f76-7bf9564366326cd7c15f.jssketchup.trimble.com/34321f76-7bf95... https://sketchup.trimble.com/34321f76-7bf9564366326cd7c15f.js — 200 — 22.0 KiB — 34 ms — h2https://sketchup.trimble.com/commons-de627f940f4e13bd8d29.jssketchup.trimble.com/commons-de627f... https://sketchup.trimble.com/commons-de627f940f4e13bd8d29.js — 200 — 142.4 KiB — 67 ms — h2https://sketchup.trimble.com/8ed4083672828cac697f83e269c9be724b54eb41-fa12e783c80df9e70f09.jssketchup.trimble.com/8ed4083672828c... https://sketchup.trimble.com/8ed4083672828cac697f83e269c9be724b54eb41-fa12e783c80df9e70f09.js — 200 — 152.8 KiB — 68 ms — h2
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s FCP 2.3 s LCP 6.8 shttps://sketchup.com// https://sketchup.com/ — 301 — 246 B — 105 ms — h2https://www.sketchup.com/www.sketchup.com/ https://www.sketchup.com/ — 301 — 207 B — 125 ms — h2https://sketchup.trimble.com/sketchup.trimble.com/ https://sketchup.trimble.com/ — 301 — 123 B — 132 ms — h2https://sketchup.trimble.com/ensketchup.trimble.com/en https://sketchup.trimble.com/en — 200 — 239.8 KiB — 152 ms — h2https://sketchup.trimble.com/component---src-templates-general-page-template-js.1e02ef278d42cdae7f8d.csssketchup.trimble.com/component---sr... https://sketchup.trimble.com/component---src-templates-general-page-template-js.1e02ef278d42cdae7f8d.css — 200 — 1.4 MiB — 173 ms — h2https://sketchup.trimble.com/commons.1da5e229d8df47d884e6.csssketchup.trimble.com/commons.1da5e2... https://sketchup.trimble.com/commons.1da5e229d8df47d884e6.css — 200 — 99.0 KiB — 118 ms — h2https://sketchup.trimble.com/assets/favicon/site.webmanifestsketchup.trimble.com/assets/favicon... https://sketchup.trimble.com/assets/favicon/site.webmanifest — 200 — 802 B — 381 ms — h2https://sketchup.trimble.com/webpack-runtime-60e2a9cd8389c7c7bc8c.jssketchup.trimble.com/webpack-runtim... https://sketchup.trimble.com/webpack-runtime-60e2a9cd8389c7c7bc8c.js — 200 — 9.9 KiB — 73 ms — h2https://sketchup.trimble.com/framework-9d9a5d6205d7292f5844.jssketchup.trimble.com/framework-9d9a... https://sketchup.trimble.com/framework-9d9a5d6205d7292f5844.js — 200 — 43.1 KiB — 69 ms — h2https://sketchup.trimble.com/app-81a194c2f0b3786a1073.jssketchup.trimble.com/app-81a194c2f0... https://sketchup.trimble.com/app-81a194c2f0b3786a1073.js — 200 — 243.5 KiB — 76 ms — h2https://sketchup.trimble.com/.netlify/scripts/rumsketchup.trimble.com/.netlify/scrip... https://sketchup.trimble.com/.netlify/scripts/rum — 200 — 4.1 KiB — 67 ms — h2https://sketchup.trimble.com/light-texture.pngsketchup.trimble.com/light-texture.... https://sketchup.trimble.com/light-texture.png — 200 — 1.1 MiB — 69 ms — h2data:image/webp;base64,UklGRlh0AwBXRUJQVlA4WAoAAAAgAAAA/w8AwgUASUNDUAobAAAAABsKbGNtcwIwAABtbnRyUkdC…data:image/webp;base64,UklGRlh0AwBX... data:image/webp;base64,UklGRlh0AwBXRUJQVlA4WAoAAAAgAAAA/w8AwgUASUNDUAobAAAAABsKbGNtcwIwAABtbnRyUkdC… — 200 — 0 B — 3 ms — datahttps://images.ctfassets.net/5qimfmsew7zl/CLeItCuQzyar0Ix1BPD8b/7cb6eb778c29ab02b7aca31fc21c0450/SU-Website-Home-S1.jpg?fm=avif&h=936&q=100images.ctfassets.net/5qimfmsew7zl/C... https://images.ctfassets.net/5qimfmsew7zl/CLeItCuQzyar0Ix1BPD8b/7cb6eb778c29ab02b7aca31fc21c0450/SU-Website-Home-S1.jpg?fm=avif&h=936&q=100 — 200 — 88.8 KiB — 26 ms — h2https://images.ctfassets.net/5qimfmsew7zl/4stFQiwMQHFQlfuDza5Rf8/73b40949aa0f50b2cc9592c6b2df2efc/Sketchup_-_ARCH_Homepage_-_Revolutionize_the_way_you_create_-_Inline_Media_-_Media_Section_-_Image_-_v2.jpg?fm=avif&h=354&q=90images.ctfassets.net/5qimfmsew7zl/4... https://images.ctfassets.net/5qimfmsew7zl/4stFQiwMQHFQlfuDza5Rf8/73b40949aa0f50b2cc9592c6b2df2efc/Sketchup_-_ARCH_Homepage_-_Revolutionize_the_way_you_create_-_Inline_Media_-_Media_Section_-_Image_-_v2.jpg?fm=avif&h=354&q=90 — 200 — 13.4 KiB — 15 ms — h2https://images.ctfassets.net/5qimfmsew7zl/5uIpx9YHbZ3J0ZdUhELNT1/07de6258374078acf4550a99a016e7a0/SU2025-Website-Home-S3-Architecture.jpg?fm=avif&h=393&q=90images.ctfassets.net/5qimfmsew7zl/5... https://images.ctfassets.net/5qimfmsew7zl/5uIpx9YHbZ3J0ZdUhELNT1/07de6258374078acf4550a99a016e7a0/SU2025-Website-Home-S3-Architecture.jpg?fm=avif&h=393&q=90 — 200 — 32.5 KiB — 19 ms — h2https://images.ctfassets.net/5qimfmsew7zl/UhmxPpzIgAgGuQMApPBHG/c489566b106e84270a32c07c1d826ff1/SU2025-Website-Home-S3-Construction.jpg?fm=avif&h=393&q=90images.ctfassets.net/5qimfmsew7zl/U... https://images.ctfassets.net/5qimfmsew7zl/UhmxPpzIgAgGuQMApPBHG/c489566b106e84270a32c07c1d826ff1/SU2025-Website-Home-S3-Construction.jpg?fm=avif&h=393&q=90 — 200 — 37.3 KiB — 27 ms — h2https://images.ctfassets.net/5qimfmsew7zl/1SuLkwj8jbnWK4N6MDhaKC/1bc0327a05677f9935d2f663c262befb/SU2025-Website-Home-S3-InteriorDesign.jpg?fm=avif&h=393&q=90images.ctfassets.net/5qimfmsew7zl/1... https://images.ctfassets.net/5qimfmsew7zl/1SuLkwj8jbnWK4N6MDhaKC/1bc0327a05677f9935d2f663c262befb/SU2025-Website-Home-S3-InteriorDesign.jpg?fm=avif&h=393&q=90 — 200 — 41.7 KiB — 27 ms — h2https://images.ctfassets.net/5qimfmsew7zl/GBa5fWrRs9IOkUrkvzb9l/27eee7037d541384770d0be510c7d6b4/SU2025-Website-Home-S4-Omar.jpg?fm=avif&h=354&q=90images.ctfassets.net/5qimfmsew7zl/G... https://images.ctfassets.net/5qimfmsew7zl/GBa5fWrRs9IOkUrkvzb9l/27eee7037d541384770d0be510c7d6b4/SU2025-Website-Home-S4-Omar.jpg?fm=avif&h=354&q=90 — 200 — 17.6 KiB — 22 ms — h2https://sketchup.trimble.com/static/OpenSans-VariableFont_wdth,wght-fe30c1859aed7402e680cc1ae44894fe.woff2sketchup.trimble.com/static/OpenSan... https://sketchup.trimble.com/static/OpenSans-VariableFont_wdth,wght-fe30c1859aed7402e680cc1ae44894fe.woff2 — 200 — 274.3 KiB — 44 ms — h2https://sketchup.trimble.com/static/OpenSans-Italic-VariableFont_wdth,wght-b51048b13210630b103e1c07ff217106.woff2sketchup.trimble.com/static/OpenSan... https://sketchup.trimble.com/static/OpenSans-Italic-VariableFont_wdth,wght-b51048b13210630b103e1c07ff217106.woff2 — 200 — 307.7 KiB — 43 ms — h2https://sketchup.trimble.com/page-data/app-data.jsonsketchup.trimble.com/page-data/app-... https://sketchup.trimble.com/page-data/app-data.json — 200 — 145 B — 38 ms — h2https://sketchup.trimble.com/page-data/en/page-data.jsonsketchup.trimble.com/page-data/en/p... https://sketchup.trimble.com/page-data/en/page-data.json — 200 — 24.3 KiB — 29 ms — h2https://sketchup.trimble.com/assets/favicon/favicon.icosketchup.trimble.com/assets/favicon... https://sketchup.trimble.com/assets/favicon/favicon.ico — 200 — 2.5 KiB — 29 ms — h2https://sketchup.trimble.com/18b1f3c0-ceda850e2a7476ec3b50.jssketchup.trimble.com/18b1f3c0-ceda8... https://sketchup.trimble.com/18b1f3c0-ceda850e2a7476ec3b50.js — 200 — 345.1 KiB — 81 ms — h2https://sketchup.trimble.com/29107295-84cd58226ea2fb5f7eab.jssketchup.trimble.com/29107295-84cd5... https://sketchup.trimble.com/29107295-84cd58226ea2fb5f7eab.js — 200 — 23.8 KiB — 39 ms — h2https://sketchup.trimble.com/2fbf9dd2-ef396f9a726da4c2ceb6.jssketchup.trimble.com/2fbf9dd2-ef396... https://sketchup.trimble.com/2fbf9dd2-ef396f9a726da4c2ceb6.js — 200 — 78.5 KiB — 70 ms — h2https://sketchup.trimble.com/34321f76-7bf9564366326cd7c15f.jssketchup.trimble.com/34321f76-7bf95... https://sketchup.trimble.com/34321f76-7bf9564366326cd7c15f.js — 200 — 22.0 KiB — 34 ms — h2https://sketchup.trimble.com/commons-de627f940f4e13bd8d29.jssketchup.trimble.com/commons-de627f... https://sketchup.trimble.com/commons-de627f940f4e13bd8d29.js — 200 — 142.4 KiB — 67 ms — h2https://sketchup.trimble.com/8ed4083672828cac697f83e269c9be724b54eb41-fa12e783c80df9e70f09.jssketchup.trimble.com/8ed4083672828c... https://sketchup.trimble.com/8ed4083672828cac697f83e269c9be724b54eb41-fa12e783c80df9e70f09.js — 200 — 152.8 KiB — 68 ms — h2https://sketchup.trimble.com/e02681396474409fe90a22990d929b95750fe03a-3dc2c252edacb8e0f686.jssketchup.trimble.com/e0268139647440... https://sketchup.trimble.com/e02681396474409fe90a22990d929b95750fe03a-3dc2c252edacb8e0f686.js — 200 — 9.0 KiB — 45 ms — h2https://sketchup.trimble.com/2f4ae1a600ae6d8228b1eb50d068163690d5f767-1bc115c28cf42b1086b0.jssketchup.trimble.com/2f4ae1a600ae6d... https://sketchup.trimble.com/2f4ae1a600ae6d8228b1eb50d068163690d5f767-1bc115c28cf42b1086b0.js — 200 — 12.0 KiB — 61 ms — h2https://sketchup.trimble.com/e40d74d175ec097271905f3ca976a83d499e58f9-19e6943a3919f2c2145f.jssketchup.trimble.com/e40d74d175ec09... https://sketchup.trimble.com/e40d74d175ec097271905f3ca976a83d499e58f9-19e6943a3919f2c2145f.js — 200 — 5.5 KiB — 35 ms — h2https://sketchup.trimble.com/5fc06ec548adc806592e50ef58a326417adaeea2-8f861997218086881be0.jssketchup.trimble.com/5fc06ec548adc8... https://sketchup.trimble.com/5fc06ec548adc806592e50ef58a326417adaeea2-8f861997218086881be0.js — 200 — 10.2 KiB — 62 ms — h2https://sketchup.trimble.com/5ecfa39d100b8717e59c4bde9134fd63d5cde8ed-618d7d5b4f26bf67ae4f.jssketchup.trimble.com/5ecfa39d100b87... https://sketchup.trimble.com/5ecfa39d100b8717e59c4bde9134fd63d5cde8ed-618d7d5b4f26bf67ae4f.js — 200 — 2.6 KiB — 53 ms — h2https://sketchup.trimble.com/component---src-templates-general-page-template-js-10917af3a6fa3477d8dd.jssketchup.trimble.com/component---sr... https://sketchup.trimble.com/component---src-templates-general-page-template-js-10917af3a6fa3477d8dd.js — 200 — 51.3 KiB — 73 ms — h2https://sketchup.trimble.com/page-data/sq/d/2873515370.jsonsketchup.trimble.com/page-data/sq/d... https://sketchup.trimble.com/page-data/sq/d/2873515370.json — 200 — 71.9 KiB — 63 ms — h2https://sketchup.trimble.com/page-data/sq/d/3245616757.jsonsketchup.trimble.com/page-data/sq/d... https://sketchup.trimble.com/page-data/sq/d/3245616757.json — 200 — 729 B — 50 ms — h2https://sketchup.trimble.com/page-data/sq/d/3259254970.jsonsketchup.trimble.com/page-data/sq/d... https://sketchup.trimble.com/page-data/sq/d/3259254970.json — 200 — 6.8 KiB — 72 ms — h2https://sketchup.trimble.com/page-data/sq/d/4167365423.jsonsketchup.trimble.com/page-data/sq/d... https://sketchup.trimble.com/page-data/sq/d/4167365423.json — 200 — 15.0 KiB — 73 ms — h2https://sketchup.trimble.com/assets/favicon/favicon.svgsketchup.trimble.com/assets/favicon... https://sketchup.trimble.com/assets/favicon/favicon.svg — 200 — 1006 B — 52 ms — h2https://sketchup.trimble.com/5201-c6e91c6e42cdfa64ebd1.jssketchup.trimble.com/5201-c6e91c6e4... https://sketchup.trimble.com/5201-c6e91c6e42cdfa64ebd1.js — 200 — 22.3 KiB — 29 ms — h2https://sketchup.trimble.com/79aa9deb-69a325bd32c822d3f6e0.jssketchup.trimble.com/79aa9deb-69a32... https://sketchup.trimble.com/79aa9deb-69a325bd32c822d3f6e0.js — 200 — 928.9 KiB — 73 ms — h2https://sketchup.trimble.com/941.44b220f3d75e4300ecfe.csssketchup.trimble.com/941.44b220f3d7... https://sketchup.trimble.com/941.44b220f3d75e4300ecfe.css — 200 — 1.6 KiB — 29 ms — h2https://sketchup.trimble.com/941-8584dfa54134aa56b10b.jssketchup.trimble.com/941-8584dfa541... https://sketchup.trimble.com/941-8584dfa54134aa56b10b.js — 200 — 266 B — 30 ms — h2https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swapfonts.googleapis.com/css2?family=Op... https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap — 200 — 2.2 KiB — 82 ms — h2https://munchkin.marketo.net/munchkin.jsmunchkin.marketo.net/munchkin.js https://munchkin.marketo.net/munchkin.js — 200 — 1.2 KiB — 48 ms — http/1.1https://s3-us-west-2.amazonaws.com/assets.creative-strategies/teknklFormsPlus-1.0.5-Util.jss3-us-west-2.amazonaws.com/assets.c... https://s3-us-west-2.amazonaws.com/assets.creative-strategies/teknklFormsPlus-1.0.5-Util.js — 200 — 41.1 KiB — 769 ms — http/1.1https://www.googleoptimize.com/optimize.js?id=OPT-MRCNPQ3www.googleoptimize.com/optimize.js?... https://www.googleoptimize.com/optimize.js?id=OPT-MRCNPQ3 — 200 — 109.3 KiB — 133 ms — h2https://cdn.cookielaw.org/scripttemplates/otSDKStub.jscdn.cookielaw.org/scripttemplates/o... https://cdn.cookielaw.org/scripttemplates/otSDKStub.js — 200 — 9.1 KiB — 76 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-TPFGGLTwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-TPFGGLT — 200 — 185.1 KiB — 172 ms — h2https://web-sdk.aptrinsic.com/api/aptrinsic.js?a=AP-UNM677VB2XAD-2web-sdk.aptrinsic.com/api/aptrinsic... https://web-sdk.aptrinsic.com/api/aptrinsic.js?a=AP-UNM677VB2XAD-2 — 200 — 230.3 KiB — 132 ms — h2https://pro.ip-api.com/json/?key=Lx7Oi3ihnOKR38Z&pro.ip-api.com/json/?key=Lx7Oi3ihnO... https://pro.ip-api.com/json/?key=Lx7Oi3ihnOKR38Z& — 200 — 420 B — 162 ms — http/1.1https://experience.ninetailed.co/v2/organizations/1120e1be-bcc5-4b05-bd8d-589ec716bf97/environments/main/profilesexperience.ninetailed.co/v2/organiz... https://experience.ninetailed.co/v2/organizations/1120e1be-bcc5-4b05-bd8d-589ec716bf97/environments/main/profiles — 200 — 1.1 KiB — 77 ms — h3https://sketchup.trimble.com/9920-265c15e2a2e40a7e0d76.jssketchup.trimble.com/9920-265c15e2a... https://sketchup.trimble.com/9920-265c15e2a2e40a7e0d76.js — 200 — 984 B — 34 ms — h2https://sketchup.trimble.com/5955-20305bd627505a8145a8.jssketchup.trimble.com/5955-20305bd62... https://sketchup.trimble.com/5955-20305bd627505a8145a8.js — 200 — 953 B — 34 ms — h2https://sketchup.trimble.com/4396-6b162eed58fc5eb6f4d0.jssketchup.trimble.com/4396-6b162eed5... https://sketchup.trimble.com/4396-6b162eed58fc5eb6f4d0.js — 200 — 1.1 KiB — 34 ms — h2https://sketchup.trimble.com/1255-cc2003948a0074101240.jssketchup.trimble.com/1255-cc2003948... https://sketchup.trimble.com/1255-cc2003948a0074101240.js — 200 — 828 B — 34 ms — h2https://sketchup.trimble.com/127-7123a881235f50b562aa.jssketchup.trimble.com/127-7123a88123... https://sketchup.trimble.com/127-7123a881235f50b562aa.js — 200 — 1.5 KiB — 41 ms — h2https://sketchup.trimble.com/9580-620135162ad145acca0e.jssketchup.trimble.com/9580-620135162... https://sketchup.trimble.com/9580-620135162ad145acca0e.js — 200 — 1.6 KiB — 32 ms — h2https://sketchup.trimble.com/3857-cb3fdb763b17e37aa7d7.jssketchup.trimble.com/3857-cb3fdb763... https://sketchup.trimble.com/3857-cb3fdb763b17e37aa7d7.js — 200 — 963 B — 47 ms — h2https://sketchup.trimble.com/188-4ffc15ab531c8f5805f7.jssketchup.trimble.com/188-4ffc15ab53... https://sketchup.trimble.com/188-4ffc15ab531c8f5805f7.js — 200 — 1.1 KiB — 40 ms — h2data:image/svg+xml,%3csvg%20width='7'%20height='14'%20viewBox='0%200%207%2014'%20fill='none'%20xmln…data:image/svg+xml,%3csvg%20width='... data:image/svg+xml,%3csvg%20width='7'%20height='14'%20viewBox='0%200%207%2014'%20fill='none'%20xmln… — 200 — 0 B — 0 ms — datadata:image/svg+xml,%3csvg%20width='10'%20height='10'%20viewBox='0%200%2010%2010'%20fill='none'%20xm…data:image/svg+xml,%3csvg%20width='... data:image/svg+xml,%3csvg%20width='10'%20height='10'%20viewBox='0%200%2010%2010'%20fill='none'%20xm… — 200 — 0 B — 0 ms — datadata:image/svg+xml,%3csvg%20width='12'%20height='12'%20viewBox='0%200%2012%2012'%20fill='none'%20xm…data:image/svg+xml,%3csvg%20width='... data:image/svg+xml,%3csvg%20width='12'%20height='12'%20viewBox='0%200%2012%2012'%20fill='none'%20xm… — 200 — 0 B — 0 ms — datadata:image/svg+xml,%3csvg%20width='11'%20height='12'%20viewBox='0%200%2011%2012'%20fill='none'%20xm…data:image/svg+xml,%3csvg%20width='... data:image/svg+xml,%3csvg%20width='11'%20height='12'%20viewBox='0%200%2011%2012'%20fill='none'%20xm… — 200 — 0 B — 0 ms — datadata:image/svg+xml,%3csvg%20width='12'%20height='12'%20viewBox='0%200%2012%2012'%20fill='none'%20xm…data:image/svg+xml,%3csvg%20width='... data:image/svg+xml,%3csvg%20width='12'%20height='12'%20viewBox='0%200%2012%2012'%20fill='none'%20xm… — 200 — 0 B — 0 ms — datahttps://images.ctfassets.net/5qimfmsew7zl/52qGsvSTgTYRm9AhI50XLx/bc5fe295bafbd443000801940f164c88/privacyoptions123x59.pngimages.ctfassets.net/5qimfmsew7zl/5... https://images.ctfassets.net/5qimfmsew7zl/52qGsvSTgTYRm9AhI50XLx/bc5fe295bafbd443000801940f164c88/privacyoptions123x59.png — 200 — 1.6 KiB — 3 ms — h2https://pro.ip-api.com/json/?key=Lx7Oi3ihnOKR38Z&pro.ip-api.com/json/?key=Lx7Oi3ihnO... https://pro.ip-api.com/json/?key=Lx7Oi3ihnOKR38Z& — 200 — 420 B — 147 ms — http/1.1https://images.ctfassets.net/5qimfmsew7zl/70ISPqW0Cu7DQKSYhX8LLz/c8635cedde464b0577cb4af8374d79a7/TrimbleR-Horiz-RGB-_White.svgimages.ctfassets.net/5qimfmsew7zl/7... https://images.ctfassets.net/5qimfmsew7zl/70ISPqW0Cu7DQKSYhX8LLz/c8635cedde464b0577cb4af8374d79a7/TrimbleR-Horiz-RGB-_White.svg — 200 — 3.1 KiB — 10 ms — h2https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2fonts.gstatic.com/s/opensans/v44/me... https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2 — 200 — 42.0 KiB — 59 ms — h3https://fonts.gstatic.com/s/opensans/v44/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWuU6FxZCJgg.woff2fonts.gstatic.com/s/opensans/v44/me... https://fonts.gstatic.com/s/opensans/v44/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWuU6FxZCJgg.woff2 — 200 — 44.0 KiB — 61 ms — h3https://sketchup.trimble.com/5558-8b55aa6aa0889ead36d9.jssketchup.trimble.com/5558-8b55aa6aa... https://sketchup.trimble.com/5558-8b55aa6aa0889ead36d9.js — 200 — 496 B — 29 ms — h2https://sketchup.trimble.com/2730-1bdc4f51dc5ca23a0007.jssketchup.trimble.com/2730-1bdc4f51d... https://sketchup.trimble.com/2730-1bdc4f51dc5ca23a0007.js — 200 — 541 B — 29 ms — h2https://sketchup.trimble.com/8640-9f17d06570d6e2216ef0.jssketchup.trimble.com/8640-9f17d0657... https://sketchup.trimble.com/8640-9f17d06570d6e2216ef0.js — 200 — 1.2 KiB — 29 ms — h2https://sketchup.trimble.com/2600-e50ea91bcd2d5c9728d7.jssketchup.trimble.com/2600-e50ea91bc... https://sketchup.trimble.com/2600-e50ea91bcd2d5c9728d7.js — 200 — 644 B — 39 ms — h2https://sketchup.trimble.com/6658-347f91762571d909bcfb.jssketchup.trimble.com/6658-347f91762... https://sketchup.trimble.com/6658-347f91762571d909bcfb.js — 200 — 501 B — 32 ms — h2https://images.ctfassets.net/5qimfmsew7zl/Ghp4Fqn4ixG6JtvbO8M0E/3662be87f07869e6535280eeefafe036/SU2025-Website-Home-S3-LandscapeArchitecture.jpg?fm=avif&h=393&q=90images.ctfassets.net/5qimfmsew7zl/G... https://images.ctfassets.net/5qimfmsew7zl/Ghp4Fqn4ixG6JtvbO8M0E/3662be87f07869e6535280eeefafe036/SU2025-Website-Home-S3-LandscapeArchitecture.jpg?fm=avif&h=393&q=90 — 200 — 61.3 KiB — 4 ms — h2https://sketchup.trimble.com/7188-cbf1c04063cd99e3aa50.jssketchup.trimble.com/7188-cbf1c0406... https://sketchup.trimble.com/7188-cbf1c04063cd99e3aa50.js — 200 — 646 B — 28 ms — h2https://experience.ninetailed.co/v2/organizations/1120e1be-bcc5-4b05-bd8d-589ec716bf97/environments/main/profiles/95ee2e0940a8a2e648f4f84e879ff71a4688f9242b247fbdf9884ce08dc190e4experience.ninetailed.co/v2/organiz... https://experience.ninetailed.co/v2/organizations/1120e1be-bcc5-4b05-bd8d-589ec716bf97/environments/main/profiles/95ee2e0940a8a2e648f4f84e879ff71a4688f9242b247fbdf9884ce08dc190e4 — 200 — 1.1 KiB — 64 ms — h3data:image/svg+xml,%3c?xml%20version=%271.0%27%20encoding=%27UTF-8%27?%3e%3csvg%20width=%2726%27%20…data:image/svg+xml,%3c?xml%20versio... data:image/svg+xml,%3c?xml%20version=%271.0%27%20encoding=%27UTF-8%27?%3e%3csvg%20width=%2726%27%20… — 200 — 0 B — 0 ms — datahttps://images.ctfassets.net/5qimfmsew7zl/2nXLjh2FwQIrCtlGYklT4B/d1bc6c392be68d36501f8cde637d997f/Trimble-SketchUp-Logo-RGB.svgimages.ctfassets.net/5qimfmsew7zl/2... https://images.ctfassets.net/5qimfmsew7zl/2nXLjh2FwQIrCtlGYklT4B/d1bc6c392be68d36501f8cde637d997f/Trimble-SketchUp-Logo-RGB.svg — 200 — 4.5 KiB — 9 ms — h2https://images.ctfassets.net/5qimfmsew7zl/6Pmk2Xm10SB6wT1CuHl7NY/933353621f595bd6894e2e5d34d673bb/logo.svgimages.ctfassets.net/5qimfmsew7zl/6... https://images.ctfassets.net/5qimfmsew7zl/6Pmk2Xm10SB6wT1CuHl7NY/933353621f595bd6894e2e5d34d673bb/logo.svg — 200 — 1.8 KiB — 12 ms — h2data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20fill='none'%20viewBox='0%200%2020%…www.w3.org/2000/svg'%20fill='none'%... data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20fill='none'%20viewBox='0%200%2020%… — 200 — 0 B — 0 ms — datadata:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyM…data:image/svg+xml;base64,PHN2ZyB4b... data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyM… — 200 — 0 B — 0 ms — datahttps://images.ctfassets.net/5qimfmsew7zl/7Dk3tIPLVVVRnnYaTKQvO3/2d6e7838b946f4e519e39d8556b19c6d/SU2025-Website-Home-S3-UrbanPlanning.jpg?fm=avif&h=393&q=90images.ctfassets.net/5qimfmsew7zl/7... https://images.ctfassets.net/5qimfmsew7zl/7Dk3tIPLVVVRnnYaTKQvO3/2d6e7838b946f4e519e39d8556b19c6d/SU2025-Website-Home-S3-UrbanPlanning.jpg?fm=avif&h=393&q=90 — 200 — 54.7 KiB — 17 ms — h2https://images.ctfassets.net/5qimfmsew7zl/1M12I2Eyw59Y4U4SJqCGin/a46834b0caf27f29ea566755506da7f2/SU2025-Website-NavigationPromo-WhySketchUp.jpg?w=400&h=300&fm=webpimages.ctfassets.net/5qimfmsew7zl/1... https://images.ctfassets.net/5qimfmsew7zl/1M12I2Eyw59Y4U4SJqCGin/a46834b0caf27f29ea566755506da7f2/SU2025-Website-NavigationPromo-WhySketchUp.jpg?w=400&h=300&fm=webp — 200 — 20.0 KiB — 16 ms — h2https://images.ctfassets.net/5qimfmsew7zl/1NtddOku1Yc7BZUK04wmDr/cbb40283f5a37aa22a16c7ef0bca8371/SU2025-Website-NavigationPromo-Plans.jpg?w=400&h=300&fm=webpimages.ctfassets.net/5qimfmsew7zl/1... https://images.ctfassets.net/5qimfmsew7zl/1NtddOku1Yc7BZUK04wmDr/cbb40283f5a37aa22a16c7ef0bca8371/SU2025-Website-NavigationPromo-Plans.jpg?w=400&h=300&fm=webp — 200 — 17.2 KiB — 16 ms — h2https://images.ctfassets.net/5qimfmsew7zl/1OZ566jUiLmvbnYv3mZit4/32b6a8ec40950b4f675b11140a0da58d/SU2025-Website-NavigationPromo-YVR.jpg?w=400&h=300&fm=webpimages.ctfassets.net/5qimfmsew7zl/1... https://images.ctfassets.net/5qimfmsew7zl/1OZ566jUiLmvbnYv3mZit4/32b6a8ec40950b4f675b11140a0da58d/SU2025-Website-NavigationPromo-YVR.jpg?w=400&h=300&fm=webp — 200 — 9.1 KiB — 9 ms — h2https://images.ctfassets.net/5qimfmsew7zl/3zWcfbMZ9trTgzZnp22l8g/f086bca5794467f06143e9cc2b475444/SU2025-Website-NavigationPromo-Industries.jpg?w=400&h=300&fm=webpimages.ctfassets.net/5qimfmsew7zl/3... https://images.ctfassets.net/5qimfmsew7zl/3zWcfbMZ9trTgzZnp22l8g/f086bca5794467f06143e9cc2b475444/SU2025-Website-NavigationPromo-Industries.jpg?w=400&h=300&fm=webp — 200 — 20.5 KiB — 16 ms — h2https://images.ctfassets.net/5qimfmsew7zl/7iEpHcSlObdVl3hMtH9Kfw/d18c0629004e8c0b8baee62da5bf17c4/SU2025-Website-NavigationPromo-Pricing.jpg?w=400&h=300&fm=webpimages.ctfassets.net/5qimfmsew7zl/7... https://images.ctfassets.net/5qimfmsew7zl/7iEpHcSlObdVl3hMtH9Kfw/d18c0629004e8c0b8baee62da5bf17c4/SU2025-Website-NavigationPromo-Pricing.jpg?w=400&h=300&fm=webp — 200 — 25.0 KiB — 19 ms — h2https://sketchup.trimble.com/7935-3ad9d2fe3fa190947d60.jssketchup.trimble.com/7935-3ad9d2fe3... https://sketchup.trimble.com/7935-3ad9d2fe3fa190947d60.js — 200 — 919 B — 30 ms — h2https://sketchup.trimble.com/7272-81a04ce05c8a57297a6e.jssketchup.trimble.com/7272-81a04ce05... https://sketchup.trimble.com/7272-81a04ce05c8a57297a6e.js — 200 — 1.1 KiB — 30 ms — h2https://sketchup.trimble.com/9846-3153e00a0e178ff75d74.jssketchup.trimble.com/9846-3153e00a0... https://sketchup.trimble.com/9846-3153e00a0e178ff75d74.js — 200 — 709 B — 40 ms — h2https://sketchup.trimble.com/6894-1f46fbb15ffec4913f07.jssketchup.trimble.com/6894-1f46fbb15... https://sketchup.trimble.com/6894-1f46fbb15ffec4913f07.js — 200 — 788 B — 50 ms — h2https://sketchup.trimble.com/3081-14c2e5a43bc042c78130.jssketchup.trimble.com/3081-14c2e5a43... https://sketchup.trimble.com/3081-14c2e5a43bc042c78130.js — 200 — 708 B — 29 ms — h2https://sketchup.trimble.com/8319-79ab17fd0aae810a49b1.jssketchup.trimble.com/8319-79ab17fd0... https://sketchup.trimble.com/8319-79ab17fd0aae810a49b1.js — 200 — 710 B — 30 ms — h2https://pro.ip-api.com/json/?key=Lx7Oi3ihnOKR38Z&&fields=status,currency,country,countryCodepro.ip-api.com/json/?key=Lx7Oi3ihnO... https://pro.ip-api.com/json/?key=Lx7Oi3ihnOKR38Z&&fields=status,currency,country,countryCode — 200 — 229 B — 25 ms — http/1.1https://shop.trimble.com/api/accounts-service/v1/currency?country=ESshop.trimble.com/api/accounts-servi... https://shop.trimble.com/api/accounts-service/v1/currency?country=ES — 200 — 399 B — 704 ms — h2https://munchkin.marketo.net/164/munchkin.jsmunchkin.marketo.net/164/munchkin.j... https://munchkin.marketo.net/164/munchkin.js — 200 — 5.2 KiB — 4 ms — http/1.1https://cdn.cookielaw.org/consent/8b739b3a-1d4a-4e73-a407-d3ba92a4f3c2/8b739b3a-1d4a-4e73-a407-d3ba92a4f3c2.jsoncdn.cookielaw.org/consent/8b739b3a-... https://cdn.cookielaw.org/consent/8b739b3a-1d4a-4e73-a407-d3ba92a4f3c2/8b739b3a-1d4a-4e73-a407-d3ba92a4f3c2.json — 200 — 4.5 KiB — 71 ms — h2https://esp.aptrinsic.com/rte/v3/configuration?p=AP-UNM677VB2XAD-2esp.aptrinsic.com/rte/v3/configurat... https://esp.aptrinsic.com/rte/v3/configuration?p=AP-UNM677VB2XAD-2 — 200 — 1.8 KiB — 361 ms — h2https://geolocation.onetrust.com/cookieconsentpub/v1/geo/locationgeolocation.onetrust.com/cookiecons... https://geolocation.onetrust.com/cookieconsentpub/v1/geo/location — 200 — 303 B — 101 ms — h2https://www.googletagmanager.com/gtag/js?id=G-ME8T5N5YK1&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-ME8T5N5YK1&cx=c&gtm=4e64h1 — 200 — 172.7 KiB — 44 ms — h2https://www.googletagmanager.com/gtag/js?id=AW-16667650173&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-16667650173&cx=c&gtm=4e64h1 — 200 — 144.6 KiB — 58 ms — h2https://www.googletagmanager.com/gtag/js?id=G-32C90KX4MW&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-32C90KX4MW&cx=c&gtm=4e64h1 — 200 — 147.1 KiB — 67 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-PXJBM43&gtm=4e64h1www.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-PXJBM43&gtm=4e64h1 — 200 — 176.9 KiB — 66 ms — h2https://cdn.cookielaw.org/scripttemplates/202602.1.0/otBannerSdk.jscdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202602.1.0/otBannerSdk.js — 200 — 129.0 KiB — 50 ms — h2https://645-coj-341.mktoresp.com/webevents/visitWebPage?_mchNc=1776810190718&_mchCn=&_mchId=645-COJ-341&_mchTk=_mch-trimble.com-e3bc65312a23669c5e1420522a6812&_mchHo=sketchup.trimble.com&_mchPo=&_mchRu=%2Fen&_mchPc=https%3A&_mchVr=164&_mchEcid=&_mchHa=&_mchRe=&_mchQp=645-coj-341.mktoresp.com/webevents/... https://645-coj-341.mktoresp.com/webevents/visitWebPage?_mchNc=1776810190718&_mchCn=&_mchId=645-COJ-341&_mchTk=_mch-trimble.com-e3bc65312a23669c5e1420522a6812&_mchHo=sketchup.trimble.com&_mchPo=&_mchRu=%2Fen&_mchPc=https%3A&_mchVr=164&_mchEcid=&_mchHa=&_mchRe=&_mchQp= — 200 — 121 B — 797 ms — http/1.0https://cdn.cookielaw.org/consent/8b739b3a-1d4a-4e73-a407-d3ba92a4f3c2/01976b1b-be14-78e4-b36c-98cba89e512f/en-us.jsoncdn.cookielaw.org/consent/8b739b3a-... https://cdn.cookielaw.org/consent/8b739b3a-1d4a-4e73-a407-d3ba92a4f3c2/01976b1b-be14-78e4-b36c-98cba89e512f/en-us.json — 200 — 20.6 KiB — 43 ms — h2https://web-sdk.aptrinsic.com/style.css?a=AP-UNM677VB2XAD-2web-sdk.aptrinsic.com/style.css?a=A... https://web-sdk.aptrinsic.com/style.css?a=AP-UNM677VB2XAD-2 — 200 — 9.9 KiB — 22 ms — h2https://esp.aptrinsic.com/rte/v1/command?p=AP-UNM677VB2XAD-2&sv=0.58.8&v=AP-UNM677VB2XAD-2-1776810190948-75584961&ai=AP-UNM677VB2XAD-2-1776810190948-75584961&vt=0&s=AP-UNM677VB2XAD-2-1776810190950-73428317&et=sessionInitialized&rf&sc=https%3A%2F%2F&ho=sketchup.trimble.com&pa=%2Fen&q&ha&sch=940&scw=1350&pt=SketchUp%3A%203D%20Design%20Software%20-%20Bring%20Your%20Vision%20to%20Life%20%7C%20SketchUp&ep=%7B%7D&cb=1776810190952-6158esp.aptrinsic.com/rte/v1/command?p=... https://esp.aptrinsic.com/rte/v1/command?p=AP-UNM677VB2XAD-2&sv=0.58.8&v=AP-UNM677VB2XAD-2-1776810190948-75584961&ai=AP-UNM677VB2XAD-2-1776810190948-75584961&vt=0&s=AP-UNM677VB2XAD-2-1776810190950-73428317&et=sessionInitialized&rf&sc=https%3A%2F%2F&ho=sketchup.trimble.com&pa=%2Fen&q&ha&sch=940&scw=1350&pt=SketchUp%3A%203D%20Design%20Software%20-%20Bring%20Your%20Vision%20to%20Life%20%7C%20SketchUp&ep=%7B%7D&cb=1776810190952-6158 — 200 — 290 B — 121 ms — h2https://esp.aptrinsic.com/rte/api/v1/feature/client?p=AP-UNM677VB2XAD-2&sv=0.58.8&v=AP-UNM677VB2XAD-2-1776810190948-75584961&ai=AP-UNM677VB2XAD-2-1776810190948-75584961&vt=0&s=AP-UNM677VB2XAD-2-1776810190950-73428317&wsv=0.58.8esp.aptrinsic.com/rte/api/v1/featur... https://esp.aptrinsic.com/rte/api/v1/feature/client?p=AP-UNM677VB2XAD-2&sv=0.58.8&v=AP-UNM677VB2XAD-2-1776810190948-75584961&ai=AP-UNM677VB2XAD-2-1776810190948-75584961&vt=0&s=AP-UNM677VB2XAD-2-1776810190950-73428317&wsv=0.58.8 — 200 — 525 B — 121 ms — h2https://esp.aptrinsic.com/rte/v1/command?p=AP-UNM677VB2XAD-2&sv=0.58.8&v=AP-UNM677VB2XAD-2-1776810190948-75584961&ai=AP-UNM677VB2XAD-2-1776810190948-75584961&vt=0&s=AP-UNM677VB2XAD-2-1776810190950-73428317&et=pageview&rf&sc=https%3A%2F%2F&ho=sketchup.trimble.com&pa=%2Fen&q&ha&sch=940&scw=1350&pt=SketchUp%3A%203D%20Design%20Software%20-%20Bring%20Your%20Vision%20to%20Life%20%7C%20SketchUp&ep=%7B%7D&cb=1776810190955-1164esp.aptrinsic.com/rte/v1/command?p=... https://esp.aptrinsic.com/rte/v1/command?p=AP-UNM677VB2XAD-2&sv=0.58.8&v=AP-UNM677VB2XAD-2-1776810190948-75584961&ai=AP-UNM677VB2XAD-2-1776810190948-75584961&vt=0&s=AP-UNM677VB2XAD-2-1776810190950-73428317&et=pageview&rf&sc=https%3A%2F%2F&ho=sketchup.trimble.com&pa=%2Fen&q&ha&sch=940&scw=1350&pt=SketchUp%3A%203D%20Design%20Software%20-%20Bring%20Your%20Vision%20to%20Life%20%7C%20SketchUp&ep=%7B%7D&cb=1776810190955-1164 — 200 — 290 B — 121 ms — h2https://cdn.cookielaw.org/scripttemplates/202602.1.0/assets/otFlat.jsoncdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202602.1.0/assets/otFlat.json — 200 — 3.4 KiB — 29 ms — h2https://cdn.cookielaw.org/scripttemplates/202602.1.0/assets/otCommonStyles.csscdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202602.1.0/assets/otCommonStyles.css — 200 — 4.7 KiB — 30 ms — h2https://pagead2.googlesyndication.com/ccm/collect?rcb=0&frm=0&en=page_view&dl=https%3A%2F%2Fsketchup.trimble.com%2Fen&scrsrc=www.googletagmanager.com&rnd=217090569.1776810191&navt=n&npa=1&gdid=dYWJhMj&_tu=CA&gtm=45be64h1v9230021197z8850105107za20gzb850105107zd850105107xec&gcs=G100&gcd=13q3q3q2q5l1&dma_cps=-&dma=1&tag_exp=0~115938465~115938468~117266401~118463262&apve=1&apvf=f&apvc=1&tids=AW-16667650173&tid=AW-16667650173&tft=1776810191027&tfd=2457pagead2.googlesyndication.com/ccm/c... https://pagead2.googlesyndication.com/ccm/collect?rcb=0&frm=0&en=page_view&dl=https%3A%2F%2Fsketchup.trimble.com%2Fen&scrsrc=www.googletagmanager.com&rnd=217090569.1776810191&navt=n&npa=1&gdid=dYWJhMj&_tu=CA&gtm=45be64h1v9230021197z8850105107za20gzb850105107zd850105107xec&gcs=G100&gcd=13q3q3q2q5l1&dma_cps=-&dma=1&tag_exp=0~115938465~115938468~117266401~118463262&apve=1&apvf=f&apvc=1&tids=AW-16667650173&tid=AW-16667650173&tft=1776810191027&tfd=2457 — 200 — 21 B — 77 ms — h3https://dev.visualwebsiteoptimizer.com/j.php?a=757115&u=https%3A%2F%2Fsketchup.trimble.com%2Fen&vn=2.1&x=truedev.visualwebsiteoptimizer.com/j.ph... https://dev.visualwebsiteoptimizer.com/j.php?a=757115&u=https%3A%2F%2Fsketchup.trimble.com%2Fen&vn=2.1&x=true — 200 — 11.0 KiB — 86 ms — h2https://dev.visualwebsiteoptimizer.com/cdn/edrv/worker-57f1b8d94a5f9167e9bcdcf861046428.br.jsdev.visualwebsiteoptimizer.com/cdn/... https://dev.visualwebsiteoptimizer.com/cdn/edrv/worker-57f1b8d94a5f9167e9bcdcf861046428.br.js — 200 — 71.7 KiB — 80 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 — 85 ms — h3blob:https://sketchup.trimble.com/287e929d-d6ac-43e8-aebf-4db840627900sketchup.trimble.com/287e929d-d6ac-... blob:https://sketchup.trimble.com/287e929d-d6ac-43e8-aebf-4db840627900 — 200 — -1 B — 95 ms — blobhttps://dev.visualwebsiteoptimizer.com/cdn/edrv/nc-367e6623b8f828e1b7169e212977ec69.br.jsdev.visualwebsiteoptimizer.com/cdn/... https://dev.visualwebsiteoptimizer.com/cdn/edrv/nc-367e6623b8f828e1b7169e212977ec69.br.js — 200 — 25.6 KiB — 23 ms — h3https://cdn.c360a.salesforce.com/beacon/c360a/d8649d72-8cd3-4a51-9b4a-913a37fbbd04/scripts/c360a.min.jscdn.c360a.salesforce.com/beacon/c36... https://cdn.c360a.salesforce.com/beacon/c360a/d8649d72-8cd3-4a51-9b4a-913a37fbbd04/scripts/c360a.min.js — 200 — 121.9 KiB — 123 ms — h2https://region1.google-analytics.com/g/collect?v=2&tid=G-ME8T5N5YK1&gtm=45je64h1v9119571503z8850105107za20gzb850105107zd850105107&_p=1776810189674&gcs=G100&gcd=13q3q3q2q5l1&npa=1&dma_cps=-&dma=1&gdid=dYWJhMj&_eu=EAAAAGA&are=1&cid=1405091380.1776810192&frm=0&ir=1&pscdl=denied&rcb=18&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=0~115938465~115938468~117266400~117512543&dr=&dl=https%3A%2F%2Fsketchup.trimble.com%2Fen&sid=1776810191&sct=1&seg=0&dt=SketchUp%3A%203D%20Design%20Software%20-%20Bring%20Your%20Vision%20to%20Life%20%7C%20SketchUp&_tu=CA&en=page_view&_fv=1&_nsi=1&_ss=1&ep.gtm_tag_name=GA4%20-%20Event%20-%20pageview&ep.user_timezone_timestamp=2026-04-21%2022%3A23%3A11.503%20GMT%2B0000(UTC)&ep.content_group=other&ep.container_id=GTM-TPFGGLT&ep.container_version=374&epn.user_timezone_offset=0&ep.user_agent_string=Mozilla%2F5.0%20(Macintosh%3B%20Intel%20Mac%20OS%20X%2010_15_7)%20AppleWebKit%2F537.36%20(KHTML%2C%20like%20Gecko)%20Chrome%2F147.0.0.0%20Safari%2F537.36&ep.logged_in=false&up.trimble_id=&up.user_preferences=&up.user_type=&tfd=2952region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-ME8T5N5YK1&gtm=45je64h1v9119571503z8850105107za20gzb850105107zd850105107&_p=1776810189674&gcs=G100&gcd=13q3q3q2q5l1&npa=1&dma_cps=-&dma=1&gdid=dYWJhMj&_eu=EAAAAGA&are=1&cid=1405091380.1776810192&frm=0&ir=1&pscdl=denied&rcb=18&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=0~115938465~115938468~117266400~117512543&dr=&dl=https%3A%2F%2Fsketchup.trimble.com%2Fen&sid=1776810191&sct=1&seg=0&dt=SketchUp%3A%203D%20Design%20Software%20-%20Bring%20Your%20Vision%20to%20Life%20%7C%20SketchUp&_tu=CA&en=page_view&_fv=1&_nsi=1&_ss=1&ep.gtm_tag_name=GA4%20-%20Event%20-%20pageview&ep.user_timezone_timestamp=2026-04-21%2022%3A23%3A11.503%20GMT%2B0000(UTC)&ep.content_group=other&ep.container_id=GTM-TPFGGLT&ep.container_version=374&epn.user_timezone_offset=0&ep.user_agent_string=Mozilla%2F5.0%20(Macintosh%3B%20Intel%20Mac%20OS%20X%2010_15_7)%20AppleWebKit%2F537.36%20(KHTML%2C%20like%20Gecko)%20Chrome%2F147.0.0.0%20Safari%2F537.36&ep.logged_in=false&up.trimble_id=&up.user_preferences=&up.user_type=&tfd=2952 — 204 — 552 B — 89 ms — h2https://sst-datacollection.trimble.com/g/collect?v=2&tid=G-32C90KX4MW&gtm=45je64h1v9237244400z8850105107za20gzb850105107zd850105107&_p=1776810189674&gcs=G100&gcd=13q3q3q2q5l1&npa=1&dma_cps=-&dma=1&gdid=dYWJhMj&ecid=294507566&_eu=EAAAAGA&_fplc=0&are=1&cid=1405091380.1776810192&frm=0&ir=1&pscdl=denied&rcb=16&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&ur=ES-MD&sst.rnd=217090569.1776810191&sst.etld=google.es&sst.gcsub=region1&sst.tft=1776810189674&sst.lpc=253847562&sst.navt=n&sst.ude=0&gaf=2&_s=1&tag_exp=0~115938465~115938469~117266400~117512543&dl=https%3A%2F%2Fsketchup.trimble.com%2Fen&dr=&sid=1776810191&sct=1&seg=0&dt=SketchUp%3A%203D%20Design%20Software%20-%20Bring%20Your%20Vision%20to%20Life%20%7C%20SketchUp&_tu=TA&en=page_view&_fv=1&_ss=1&ep.gtm_container_id=GTM-TPFGGLT&ep.gtm_container_version=374&ep.user_agent_string=Mozilla%2F5.0%20(Macintosh%3B%20Intel%20Mac%20OS%20X%2010_15_7)%20AppleWebKit%2F537.36%20(KHTML%2C%20like%20Gecko)%20Chrome%2F147.0.0.0%20Safari%2F537.36&ep.content_group=other&ep.user_timezone_timestamp=2026-04-21%2022%3A23%3A11.506%20GMT%2B0000(UTC)&ep.logged_in=false&ep.event_id=2064536741.1776810191507&ep.gtm_tag_name=sGTM%20-%20GA4%20-%20Event%20-%20Pageview&up.trimble_id=&up.user_preferences=&up.user_type=&upn.user_timezone_offset=0&tfd=2969&richsstssesst-datacollection.trimble.com/g/co... https://sst-datacollection.trimble.com/g/collect?v=2&tid=G-32C90KX4MW&gtm=45je64h1v9237244400z8850105107za20gzb850105107zd850105107&_p=1776810189674&gcs=G100&gcd=13q3q3q2q5l1&npa=1&dma_cps=-&dma=1&gdid=dYWJhMj&ecid=294507566&_eu=EAAAAGA&_fplc=0&are=1&cid=1405091380.1776810192&frm=0&ir=1&pscdl=denied&rcb=16&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&ur=ES-MD&sst.rnd=217090569.1776810191&sst.etld=google.es&sst.gcsub=region1&sst.tft=1776810189674&sst.lpc=253847562&sst.navt=n&sst.ude=0&gaf=2&_s=1&tag_exp=0~115938465~115938469~117266400~117512543&dl=https%3A%2F%2Fsketchup.trimble.com%2Fen&dr=&sid=1776810191&sct=1&seg=0&dt=SketchUp%3A%203D%20Design%20Software%20-%20Bring%20Your%20Vision%20to%20Life%20%7C%20SketchUp&_tu=TA&en=page_view&_fv=1&_ss=1&ep.gtm_container_id=GTM-TPFGGLT&ep.gtm_container_version=374&ep.user_agent_string=Mozilla%2F5.0%20(Macintosh%3B%20Intel%20Mac%20OS%20X%2010_15_7)%20AppleWebKit%2F537.36%20(KHTML%2C%20like%20Gecko)%20Chrome%2F147.0.0.0%20Safari%2F537.36&ep.content_group=other&ep.user_timezone_timestamp=2026-04-21%2022%3A23%3A11.506%20GMT%2B0000(UTC)&ep.logged_in=false&ep.event_id=2064536741.1776810191507&ep.gtm_tag_name=sGTM%20-%20GA4%20-%20Event%20-%20Pageview&up.trimble_id=&up.user_preferences=&up.user_type=&upn.user_timezone_offset=0&tfd=2969&richsstsse — 200 — 588 B — 107 ms — h2https://www.googletagmanager.com/gtag/js?id=AW-16764341138&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-16764341138&cx=c&gtm=4e64h1 — 200 — 143.6 KiB — 74 ms — h3https://bat.bing.com/bat.jsbat.bing.com/bat.js https://bat.bing.com/bat.js — 200 — 15.5 KiB — 122 ms — h2https://pagead2.googlesyndication.com/ccm/collect?rcb=19&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fsketchup.trimble.com%2Fen&scrsrc=www.googletagmanager.com&rnd=217090569.1776810191&navt=n&npa=1&ep.ads_data_redaction=0&gdid=dYWJhMj&_tu=CA&gtm=45He64h1v850105107za200zd850105107xea&gcs=G100&gcd=13q3q3q2q5l1&dma_cps=-&dma=1&tag_exp=0~115616986~115938465~115938468~117266401~118463261&apve=1&apvf=f&apvc=0&tft=1776810191570&tfd=3000pagead2.googlesyndication.com/ccm/c... https://pagead2.googlesyndication.com/ccm/collect?rcb=19&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fsketchup.trimble.com%2Fen&scrsrc=www.googletagmanager.com&rnd=217090569.1776810191&navt=n&npa=1&ep.ads_data_redaction=0&gdid=dYWJhMj&_tu=CA&gtm=45He64h1v850105107za200zd850105107xea&gcs=G100&gcd=13q3q3q2q5l1&dma_cps=-&dma=1&tag_exp=0~115616986~115938465~115938468~117266401~118463261&apve=1&apvf=f&apvc=0&tft=1776810191570&tfd=3000 — 200 — 21 B — 42 ms — h3https://pagead2.googlesyndication.com/ccm/collect?rcb=0&frm=0&ae=g&dl=https%3A%2F%2Fsketchup.trimble.com%2Fen&scrsrc=www.googletagmanager.com&rnd=217090569.1776810191&navt=n&npa=1&ep.ads_data_redaction=0&did=dYWJhMj&gdid=dYWJhMj&_tu=CA&gtm=45be64h1v9230021197z8850105107za20gzb850105107zd850105107xea&gcs=G100&gcd=13q3q3q2q5l1&dma_cps=-&dma=1&tag_exp=0~115938465~115938468~117266401~118463262&apve=1&apvf=f&apvc=0&tids=AW-16667650173&tid=AW-16667650173&tft=1776810191571&tfd=3001pagead2.googlesyndication.com/ccm/c... https://pagead2.googlesyndication.com/ccm/collect?rcb=0&frm=0&ae=g&dl=https%3A%2F%2Fsketchup.trimble.com%2Fen&scrsrc=www.googletagmanager.com&rnd=217090569.1776810191&navt=n&npa=1&ep.ads_data_redaction=0&did=dYWJhMj&gdid=dYWJhMj&_tu=CA&gtm=45be64h1v9230021197z8850105107za20gzb850105107zd850105107xea&gcs=G100&gcd=13q3q3q2q5l1&dma_cps=-&dma=1&tag_exp=0~115938465~115938468~117266401~118463262&apve=1&apvf=f&apvc=0&tids=AW-16667650173&tid=AW-16667650173&tft=1776810191571&tfd=3001 — 200 — 21 B — 43 ms — h3https://pagead2.googlesyndication.com/ccm/collect?rcb=4&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fsketchup.trimble.com%2Fen&scrsrc=www.googletagmanager.com&rnd=217090569.1776810191&navt=n&npa=1&ep.ads_data_redaction=0&gdid=dYWJhMj&_tu=CA&gtm=45He64h1v9119563330za20gzb850105107zd850105107xea&gcs=G100&gcd=13q3q3q2q5l1&dma_cps=-&dma=1&tag_exp=0~115616985~115938465~115938468~117266400&apve=1&apvf=f&apvc=0&tft=1776810191571&tfd=3002pagead2.googlesyndication.com/ccm/c... https://pagead2.googlesyndication.com/ccm/collect?rcb=4&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fsketchup.trimble.com%2Fen&scrsrc=www.googletagmanager.com&rnd=217090569.1776810191&navt=n&npa=1&ep.ads_data_redaction=0&gdid=dYWJhMj&_tu=CA&gtm=45He64h1v9119563330za20gzb850105107zd850105107xea&gcs=G100&gcd=13q3q3q2q5l1&dma_cps=-&dma=1&tag_exp=0~115616985~115938465~115938468~117266400&apve=1&apvf=f&apvc=0&tft=1776810191571&tfd=3002 — 200 — 21 B — 43 ms — h3https://dev.visualwebsiteoptimizer.com/dcdn/settings.js?a=757115&settings_type=4&ts=1776790939&dt=desktop&cc=ESdev.visualwebsiteoptimizer.com/dcdn... https://dev.visualwebsiteoptimizer.com/dcdn/settings.js?a=757115&settings_type=4&ts=1776790939&dt=desktop&cc=ES — 200 — 6.6 KiB — 37 ms — h2https://c.bing.com/c.gif?vid=9279888f039b44a685dbae0789e681e8&Red3=BACID_2084054c.bing.com/c.gif?vid=9279888f039b44... https://c.bing.com/c.gif?vid=9279888f039b44a685dbae0789e681e8&Red3=BACID_2084054 — 200 — 517 B — 63 ms — h2https://mfrtknzxh04g8zbsmnrtsnbvmq.c360a.salesforce.com/web/v2/authenticationmfrtknzxh04g8zbsmnrtsnbvmq.c360a.sa... https://mfrtknzxh04g8zbsmnrtsnbvmq.c360a.salesforce.com/web/v2/authentication — 200 — 925 B — 592 ms — h2https://www.googletagmanager.com/gtag/destination?id=AW-1003285926&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/desti... https://www.googletagmanager.com/gtag/destination?id=AW-1003285926&cx=c&gtm=4e64h1 — 200 — 145.1 KiB — 50 ms — h3https://pagead2.googlesyndication.com/ccm/collect?rcb=17&frm=0&en=page_view&dl=https%3A%2F%2Fsketchup.trimble.com%2Fen&scrsrc=www.googletagmanager.com&rnd=217090569.1776810191&navt=n&npa=1&did=dYWJhMj&gdid=dYWJhMj&_tu=CA&gtm=45be64h1v9216710421z89119563330za20gzb9119563330zd850105107xec&gcs=G100&gcd=13q3q3q2q5l1&dma_cps=-&dma=1&tag_exp=0~115616985~115938465~115938469~117266400&apve=1&apvf=f&apvc=0&tids=AW-16764341138&tid=AW-16764341138&tft=1776810191734&tfd=3164pagead2.googlesyndication.com/ccm/c... https://pagead2.googlesyndication.com/ccm/collect?rcb=17&frm=0&en=page_view&dl=https%3A%2F%2Fsketchup.trimble.com%2Fen&scrsrc=www.googletagmanager.com&rnd=217090569.1776810191&navt=n&npa=1&did=dYWJhMj&gdid=dYWJhMj&_tu=CA&gtm=45be64h1v9216710421z89119563330za20gzb9119563330zd850105107xec&gcs=G100&gcd=13q3q3q2q5l1&dma_cps=-&dma=1&tag_exp=0~115616985~115938465~115938469~117266400&apve=1&apvf=f&apvc=0&tids=AW-16764341138&tid=AW-16764341138&tft=1776810191734&tfd=3164 — 200 — 21 B — 27 ms — h3https://esp.aptrinsic.com/rte/v1/inapp?p=AP-UNM677VB2XAD-2&sv=0.58.8&v=AP-UNM677VB2XAD-2-1776810190948-75584961&ai=AP-UNM677VB2XAD-2-1776810190948-75584961&vt=0&s=AP-UNM677VB2XAD-2-1776810190950-73428317&sc=https%3A%2F%2F&ho=sketchup.trimble.com&pa=%2Fen&q&ha&u=sketchup.trimble.com%2Fen&gcx=%7B%7D&cb=1776810191745-6628esp.aptrinsic.com/rte/v1/inapp?p=AP... https://esp.aptrinsic.com/rte/v1/inapp?p=AP-UNM677VB2XAD-2&sv=0.58.8&v=AP-UNM677VB2XAD-2-1776810190948-75584961&ai=AP-UNM677VB2XAD-2-1776810190948-75584961&vt=0&s=AP-UNM677VB2XAD-2-1776810190950-73428317&sc=https%3A%2F%2F&ho=sketchup.trimble.com&pa=%2Fen&q&ha&u=sketchup.trimble.com%2Fen&gcx=%7B%7D&cb=1776810191745-6628 — 204 — 153 B — 121 ms — h2https://bat.bing.com/p/action/5063149.jsbat.bing.com/p/action/5063149.js https://bat.bing.com/p/action/5063149.js — 200 — 428 B — 36 ms — h2https://pagead2.googlesyndication.com/ccm/collect?rcb=10&frm=0&ae=g&dl=https%3A%2F%2Fsketchup.trimble.com%2Fen&scrsrc=www.googletagmanager.com&rnd=217090569.1776810191&navt=n&npa=1&ep.ads_data_redaction=0&did=dYWJhMj&gdid=dYWJhMj&_tu=CA&gtm=45be64h1v9118303466z89119563330za20gzb9119563330zd850105107xea&gcs=G100&gcd=13q3q3q2q5l1&dma_cps=-&dma=1&tag_exp=0~115938465~115938468~117266401&apve=1&apvf=f&apvc=0&tids=AW-1003285926&tid=AW-1003285926&tft=1776810191807&tfd=3238pagead2.googlesyndication.com/ccm/c... https://pagead2.googlesyndication.com/ccm/collect?rcb=10&frm=0&ae=g&dl=https%3A%2F%2Fsketchup.trimble.com%2Fen&scrsrc=www.googletagmanager.com&rnd=217090569.1776810191&navt=n&npa=1&ep.ads_data_redaction=0&did=dYWJhMj&gdid=dYWJhMj&_tu=CA&gtm=45be64h1v9118303466z89119563330za20gzb9119563330zd850105107xea&gcs=G100&gcd=13q3q3q2q5l1&dma_cps=-&dma=1&tag_exp=0~115938465~115938468~117266401&apve=1&apvf=f&apvc=0&tids=AW-1003285926&tid=AW-1003285926&tft=1776810191807&tfd=3238 — 200 — 21 B — 26 ms — h3https://bat.bing.net/actionp/0?ti=5063149&tm=gtm002&Ver=2&mid=f48e304e-756e-4f0e-b0dd-2ddf8150519a&bo=1&evt=consent&src=update&cdb=AQER&asc=Dbat.bing.net/actionp/0?ti=5063149&t... https://bat.bing.net/actionp/0?ti=5063149&tm=gtm002&Ver=2&mid=f48e304e-756e-4f0e-b0dd-2ddf8150519a&bo=1&evt=consent&src=update&cdb=AQER&asc=D — 204 — 121 B — 164 ms — h2https://bat.bing.net/actionp/0?ti=5063149&tm=gtm002&Ver=2&mid=f48e304e-756e-4f0e-b0dd-2ddf8150519a&bo=2&evt=consent&src=default&cdb=AQER&asc=Dbat.bing.net/actionp/0?ti=5063149&t... https://bat.bing.net/actionp/0?ti=5063149&tm=gtm002&Ver=2&mid=f48e304e-756e-4f0e-b0dd-2ddf8150519a&bo=2&evt=consent&src=default&cdb=AQER&asc=D — 204 — 346 B — 162 ms — h2https://bat.bing.net/actionp/0?ti=5063149&tm=gtm002&Ver=2&mid=f48e304e-756e-4f0e-b0dd-2ddf8150519a&bo=3&evt=consent&src=update&cdb=AQER&asc=Dbat.bing.net/actionp/0?ti=5063149&t... https://bat.bing.net/actionp/0?ti=5063149&tm=gtm002&Ver=2&mid=f48e304e-756e-4f0e-b0dd-2ddf8150519a&bo=3&evt=consent&src=update&cdb=AQER&asc=D — 204 — 120 B — 163 ms — h2https://bat.bing.net/actionp/0?ti=5063149&tm=gtm002&Ver=2&mid=f48e304e-756e-4f0e-b0dd-2ddf8150519a&bo=4&evt=consent&src=update&cdb=AQER&asc=Dbat.bing.net/actionp/0?ti=5063149&t... https://bat.bing.net/actionp/0?ti=5063149&tm=gtm002&Ver=2&mid=f48e304e-756e-4f0e-b0dd-2ddf8150519a&bo=4&evt=consent&src=update&cdb=AQER&asc=D — 204 — 121 B — 577 ms — h2https://bat.bing.net/action/0?ti=5063149&tm=gtm002&Ver=2&mid=f48e304e-756e-4f0e-b0dd-2ddf8150519a&bo=5&pi=918639831&lg=en-US&sw=800&sh=600&sc=24&tl=SketchUp%3A%203D%20Design%20Software%20-%20Bring%20Your%20Vision%20to%20Life%20%7C%20SketchUp&p=https%3A%2F%2Fsketchup.trimble.com%2Fen&r=&lt=784&evt=pageLoad&sv=2&asc=D&cdb=AQER&rn=817233bat.bing.net/action/0?ti=5063149&tm... https://bat.bing.net/action/0?ti=5063149&tm=gtm002&Ver=2&mid=f48e304e-756e-4f0e-b0dd-2ddf8150519a&bo=5&pi=918639831&lg=en-US&sw=800&sh=600&sc=24&tl=SketchUp%3A%203D%20Design%20Software%20-%20Bring%20Your%20Vision%20to%20Life%20%7C%20SketchUp&p=https%3A%2F%2Fsketchup.trimble.com%2Fen&r=&lt=784&evt=pageLoad&sv=2&asc=D&cdb=AQER&rn=817233 — 204 — 121 B — 163 ms — h2https://mfrtknzxh04g8zbsmnrtsnbvmq.c360a.salesforce.com/web/events/d8649d72-8cd3-4a51-9b4a-913a37fbbd04mfrtknzxh04g8zbsmnrtsnbvmq.c360a.sa... https://mfrtknzxh04g8zbsmnrtsnbvmq.c360a.salesforce.com/web/events/d8649d72-8cd3-4a51-9b4a-913a37fbbd04 — 204 — 518 B — 182 ms — h2https://sketchup.trimble.com/page-data/en/plans-and-pricing/page-data.jsonsketchup.trimble.com/page-data/en/p... https://sketchup.trimble.com/page-data/en/plans-and-pricing/page-data.json — 200 — 22.2 KiB — 83 ms — h2https://sketchup.trimble.com/page-data/en/try-sketchup/page-data.jsonsketchup.trimble.com/page-data/en/t... https://sketchup.trimble.com/page-data/en/try-sketchup/page-data.json — 200 — 15.1 KiB — 80 ms — h2https://sketchup.trimble.com/page-data/en/plans-and-pricing/sketchup-go/page-data.jsonsketchup.trimble.com/page-data/en/p... https://sketchup.trimble.com/page-data/en/plans-and-pricing/sketchup-go/page-data.json — 200 — 18.8 KiB — 53 ms — h2https://sketchup.trimble.com/page-data/en/training-centers/page-data.jsonsketchup.trimble.com/page-data/en/t... https://sketchup.trimble.com/page-data/en/training-centers/page-data.json — 200 — 15.9 KiB — 77 ms — h2https://sketchup.trimble.com/page-data/en/plans-and-pricing/sketchup-go/page-data.jsonsketchup.trimble.com/page-data/en/p... https://sketchup.trimble.com/page-data/en/plans-and-pricing/sketchup-go/page-data.json — 200 — 62 B — 30 ms — h2https://sketchup.trimble.com/page-data/en/training-centers/page-data.jsonsketchup.trimble.com/page-data/en/t... https://sketchup.trimble.com/page-data/en/training-centers/page-data.json — 200 — 90 B — 34 ms — h2https://sketchup.trimble.com/page-data/en/try-sketchup/page-data.jsonsketchup.trimble.com/page-data/en/t... https://sketchup.trimble.com/page-data/en/try-sketchup/page-data.json — 200 — 40 B — 35 ms — h2https://sketchup.trimble.com/page-data/en/plans-and-pricing/page-data.jsonsketchup.trimble.com/page-data/en/p... https://sketchup.trimble.com/page-data/en/plans-and-pricing/page-data.json — 200 — 41 B — 32 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 2198ms · 2710KB · $7/mo
sketchup.trimble.com
Other
Costly
Execution 610ms
Transfer 43 KB
Monthly Cost $2/mo
sketchup.trimble.com
Other
Costly
Execution 415ms
Transfer 240 KB
Monthly Cost $1/mo
Unattributable
Other
Costly
Execution 256ms
Transfer 0 KB
Monthly Cost $1/mo
sketchup.trimble.com
Other
Costly
Execution 220ms
Transfer 929 KB
Unused 64%
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 191ms
Transfer 145 KB
Unused 44%
Monthly Cost $1/mo
sketchup.trimble.com
Other
Optional
Execution 152ms
Transfer 345 KB
Unused 26%
Monthly Cost $0/mo
sketchup.trimble.com
Other
Optional
Execution 102ms
Transfer 243 KB
Unused 70%
Monthly Cost $0/mo
Google Tag Manager
Tag Manager
Optional
Execution 90ms
Transfer 185 KB
Unused 29%
Monthly Cost $0/mo
Google Tag Manager
Tag Manager
Optional
Execution 54ms
Transfer 173 KB
Unused 40%
Monthly Cost $0/mo
Google Tag Manager
Tag Manager
Optional
Execution 54ms
Transfer 177 KB
Unused 37%
Monthly Cost $0/mo
web-sdk.aptrinsic.com
Other
Optional
Execution 53ms
Transfer 230 KB
Unused 72%
Monthly Cost $0/mo

These scripts may cost more than they're worth

  • sketchup.trimble.com adds 610ms and costs ~$2/month
  • sketchup.trimble.com adds 415ms and costs ~$1/month
  • Unattributable adds 256ms and costs ~$1/month
  • sketchup.trimble.com adds 220ms and costs ~$1/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

sketchup.trimble.com takes 610ms 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

sketchup.trimble.com takes 415ms 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 256ms 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

sketchup.trimble.com takes 220ms 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

64% of sketchup.trimble.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

70% of sketchup.trimble.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

72% of web-sdk.aptrinsic.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