Skip to content
https://osticket.com

Performance

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

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

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

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

1.51 s

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

3.82 s

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

0 ms

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

0.203

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

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

3.83 s

Page Load Progression

375 ms
750 ms
1.1 s
1.5 s
1.9 s
2.2 s
2.6 s
3.0 s
Checks
15
5 PASS 4 REVIEW 4 FIX
F
Page Weight Budget
Action
3.9 MB transferred, 106 requests
FIX
3.9 MB transferred, 106 requests
Critical::
Page weighs 10.7 MB (3.9 MB transferred)
Warning::
JavaScript is 1.8 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.8 MB
Warning::
Images are 1.3 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 1.3 MB
Info::
CSS is 487 KB — consider purging unused styles
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
Got: 487 KB
Info::
Fonts are 301 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 301 KB
Warning::
106 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.83 g CO2 per page load
3.9 MB / 2.4 MB budget
3.9 MB transferred
106 requests
0.83 g CO2 per page load
JavaScript 1.8 MiB 45%
Images 1.3 MiB 33%
CSS 487.1 KiB 12%
Fonts 301.1 KiB 7%
HTML 101.4 KiB 3%
Other 2.9 KiB 0%
Other 305 B 0%
Other 16 B 0%
Other 0 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

F
JS Bundles
Action
38 scripts, 562 KB unused
FIX
38 scripts, 562 KB unused
Warning::
https://www.gstatic.com/recaptcha/releases/gTpTIWh...: 156 KB unused (43%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.gstatic.com/recaptcha/releases/gTpTIWh...: 156 KB unused (43%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.gstatic.com/recaptcha/releases/gTpTIWh...: 156 KB unused (43%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://osticket.com/wp-content/themes/seosight-ch...: 60 KB unused (86%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://osticket.com/wp-content/themes/seosight/js...: 33 KB unused (70%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 562 KB
562 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js0 KB156 KB (43%)3rd
https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js362 KB156 KB (43%)3rd
https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js362 KB156 KB (43%)3rd
https://osticket.com/wp-content/themes/seosight-child/semantic-ui/semantic.min.js?ver=6.170 KB60 KB (86%)1st
https://osticket.com/wp-content/themes/seosight/js/theme-plugins.js?ver=1.1.049 KB33 KB (70%)1st
https://osticket.com/wp-content/themes/seosight/js/crum-mega-menu.js?ver=1.1.03 KB1st
https://osticket.com/wp-content/plugins/kingcomposer/assets/frontend/js/kingcomposer.min.js?ver=2.9.68 KB1st
https://osticket.com/wp-content/themes/seosight-child/js/jquery.validate.min.js?ver=6.18 KB1st
https://osticket.com/wp-content/themes/seosight-child/js/popup.js?ver=6.13 KB1st
https://osticket.com/wp-content/plugins/contact-form-7/includes/swv/js/index.js?ver=5.6.43 KB1st

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
106 resources · 3.9 MB · 562 KB savings available
FIX
106 resources · 3.9 MB · 562 KB savings available
Warning::
Page weight 2.9 MB over 1MB target
Got: 3.9 MB Expected: ≤ 1 MB
Info::
~562 KB of savings available
Warning::
36 third-party resources (46% of weight)
Info::
5 resources over 200KB
106 resources · 3.9 MiB · 36 third-party 2.9 MiB over 1MB target
JavaScript 45% · 1.8 MiB
Image 33% · 1.3 MiB
CSS 12% · 487.1 KiB
Font 7% · 301.1 KiB
Document 3% · 101.7 KiB
Other 0% · 2.9 KiB

~562.5 KiB of savings available

Remove unused JavaScript: 562.5 KiB
D
HTTP Caching
Action
no-store (uncacheable)
FIX
no-store (uncacheable)
Info::
Cache-Control: no-store prevents all caching
Intentional for dynamic content, but increases server load for every page view.
Got: no-store, no-cache, must-revalidate
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

no-store, no-cache, must-revalidate

DirectiveValueMeaning
no-storeNever cache this response
no-cacheCache but always revalidate first
must-revalidateMust recheck with server after expiry
B
Third-Party Impact
46% third-party, 0 ms blocking
REVIEW
46% third-party, 0 ms blocking
Info::
Third-party code accounts for 46% of page weight (1.8 MiB of 3.9 MiB)
Info::
Third-party blocking time is low (0 ms)
54%
46%
First-party Third-party
C
Image Optimization
Action
17 images, 0 KB saveable
REVIEW
17 images, 0 KB saveable
Warning::
https://osticket.com/wp-content/themes/seosight/sv... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://osticket.com/wp-content/uploads/2026/03/Ba... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://osticket.com/wp-content/themes/seosight/sv... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://osticket.com/wp-content/uploads/2021/03/gi... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://osticket.com/wp-content/uploads/2021/01/gl... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://osticket.com/wp-content/themes/seosight/sv... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://osticket.com/wp-content/themes/seosight/sv... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
17 images 1.3 MB
0 oversized -0 KB
16 legacy format
7 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

B
JS Execution Cost
644ms total JS execution
REVIEW
644ms total JS execution
Warning::
https://www.gstatic.com/recaptcha/releases/gTpTIWh...: 272ms CPU time
Info::
https://osticket.com/: 152ms CPU time
Info::
Unattributable: 131ms CPU time
Info::
https://osticket.com/wp-includes/js/jquery/jquery....: 88ms CPU time
Warning::
Third-party scripts: 403ms (63% of total)

Main Thread Breakdown

Script Evaluation 50% Other 22% Style & Layout 12% Script Parsing & Compilation 6% Parse HTML & CSS 5%
ScriptTotalScriptingParse/CompileParty
https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js272ms239ms19ms3rd
https://osticket.com/152ms28ms1ms1st
Unattributable131ms2ms0ms3rd
https://osticket.com/wp-includes/js/jquery/jquery.min.js?ver=3.6.188ms57ms3ms1st
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
9 fonts (301 KB)
PASS
9 fonts (301 KB)
Info::
9 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

9

301 KB total

Render-blocking

0

of 9

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 FCP 1.5 s LCP 3.8 shttps://fonts.gstatic.com/s/varelaround/v21/w8gdH283Tvk__Lua32TysjIfp8uPLdshZg.woff2w8gdH283Tvk__Lua32TysjI... https://fonts.gstatic.com/s/varelaround/v21/w8gdH283Tvk__Lua32TysjIfp8uPLdshZg.woff2 — 15.5 KiB — 38 ms — font-display: swaphttps://fonts.gstatic.com/s/lato/v25/S6u9w4BMUTPHh6UVSwiPGQ3q5d0.woff2S6u9w4BMUTPHh6UVSwiPGQ3... https://fonts.gstatic.com/s/lato/v25/S6u9w4BMUTPHh6UVSwiPGQ3q5d0.woff2 — 13.9 KiB — 31 ms — font-display: swaphttps://osticket.com/wp-content/plugins/kingcomposer/assets/css/fonts/fa-solid-900.woff2fa-solid-900.woff2 https://osticket.com/wp-content/plugins/kingcomposer/assets/css/fonts/fa-solid-900.woff2 — 43.4 KiB — 253 ms — font-display: swaphttps://osticket.com/wp-content/plugins/kingcomposer/assets/css/fonts/Simple-Line-Icons.ttfSimple-Line-Icons.ttf https://osticket.com/wp-content/plugins/kingcomposer/assets/css/fonts/Simple-Line-Icons.ttf — 52.5 KiB — 256 ms — font-display: swaphttps://osticket.com/wp-content/plugins/kingcomposer/assets/css/fonts/et-line.woffet-line.woff https://osticket.com/wp-content/plugins/kingcomposer/assets/css/fonts/et-line.woff — 54.3 KiB — 258 ms — font-display: swaphttps://osticket.com/wp-content/themes/seosight/fonts/seotheme.woff2seotheme.woff2 https://osticket.com/wp-content/themes/seosight/fonts/seotheme.woff2 — 34.6 KiB — 261 ms — font-display: swaphttps://osticket.com/wp-content/themes/seosight/fonts/seosight.ttfseosight.ttf https://osticket.com/wp-content/themes/seosight/fonts/seosight.ttf — 19.2 KiB — 263 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 33.9 KiB — 116 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 33.9 KiB — 40 ms — font-display: swap
w8gdH283Tvk__Lua32TysjI... woff2 swap
Size 16 KB
Load time 38 ms
Start 1.1 s
Risk FOUT — text flashes from fallback to web font
S6u9w4BMUTPHh6UVSwiPGQ3... woff2 swap
Size 14 KB
Load time 31 ms
Start 1.1 s
Risk FOUT — text flashes from fallback to web font
fa-solid-900.woff2 woff2 swap
Size 43 KB
Load time 253 ms
Start 1.1 s
Risk FOUT — text flashes from fallback to web font
Simple-Line-Icons.ttf ttf swap
Size 52 KB
Load time 256 ms
Start 1.1 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
et-line.woff woff swap
Size 54 KB
Load time 258 ms
Start 1.1 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
seotheme.woff2 woff2 swap
Size 35 KB
Load time 261 ms
Start 1.1 s
Risk FOUT — text flashes from fallback to web font
seosight.ttf ttf swap
Size 19 KB
Load time 263 ms
Start 1.1 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 34 KB
Load time 116 ms
Start 1.2 s
Risk FOUT — text flashes from fallback to web font
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 34 KB
Load time 40 ms
Start 2.1 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 ~38 KB and ~76 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
106 requests over 4467ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 1.5 s LCP 3.8 shttps://osticket.com// https://osticket.com/ — 200 — 17.1 KiB — 562 ms — h2https://osticket.com/wp-includes/css/dist/block-library/style.min.css?ver=6.1/wp-includes/css/dist/block-library... https://osticket.com/wp-includes/css/dist/block-library/style.min.css?ver=6.1 — 200 — 12.9 KiB — 130 ms — h2https://osticket.com/wp-includes/css/classic-themes.min.css?ver=1/wp-includes/css/classic-themes.min... https://osticket.com/wp-includes/css/classic-themes.min.css?ver=1 — 200 — 502 B — 127 ms — h2https://osticket.com/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=5.6.4/wp-content/plugins/contact-form-7/... https://osticket.com/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=5.6.4 — 200 — 1.2 KiB — 129 ms — h2https://osticket.com/wp-content/plugins/wppricing-builder-lite-responsive-pricing-table-builder/assets/css/pricing-tables.css?ver=6.1/wp-content/plugins/wppricing-build... https://osticket.com/wp-content/plugins/wppricing-builder-lite-responsive-pricing-table-builder/assets/css/pricing-tables.css?ver=6.1 — 200 — 2.6 KiB — 136 ms — h2https://osticket.com/wp-content/themes/seosight-child/style.css?ver=2215/wp-content/themes/seosight-child/s... https://osticket.com/wp-content/themes/seosight-child/style.css?ver=2215 — 200 — 6.5 KiB — 137 ms — h2https://osticket.com/wp-content/themes/seosight-child/css/jquery-picklist-ie7.css?ver=6.1/wp-content/themes/seosight-child/c... https://osticket.com/wp-content/themes/seosight-child/css/jquery-picklist-ie7.css?ver=6.1 — 200 — 336 B — 138 ms — h2https://osticket.com/wp-content/themes/seosight-child/css/jquery-picklist.css?ver=6.1/wp-content/themes/seosight-child/c... https://osticket.com/wp-content/themes/seosight-child/css/jquery-picklist.css?ver=6.1 — 200 — 734 B — 139 ms — h2https://osticket.com/wp-content/themes/seosight-child/css/button.min.css?ver=6.1/wp-content/themes/seosight-child/c... https://osticket.com/wp-content/themes/seosight-child/css/button.min.css?ver=6.1 — 200 — 9.0 KiB — 249 ms — h2https://osticket.com/wp-content/themes/seosight-child/css/step.min.css?ver=6.1/wp-content/themes/seosight-child/c... https://osticket.com/wp-content/themes/seosight-child/css/step.min.css?ver=6.1 — 200 — 7.9 KiB — 247 ms — h2https://osticket.com/wp-content/themes/seosight-child/semantic-ui/semantic.min.css?ver=6.1/wp-content/themes/seosight-child/s... https://osticket.com/wp-content/themes/seosight-child/semantic-ui/semantic.min.css?ver=6.1 — 200 — 93.3 KiB — 382 ms — h2https://osticket.com/wp-content/plugins/unyson/framework/static/libs/font-awesome/css/font-awesome.min.css?ver=2.7.24/wp-content/plugins/unyson/framewor... https://osticket.com/wp-content/plugins/unyson/framework/static/libs/font-awesome/css/font-awesome.min.css?ver=2.7.24 — 200 — 7.2 KiB — 380 ms — h2https://osticket.com/wp-content/themes/seosight/css/normalize.css?ver=1/wp-content/themes/seosight/css/nor... https://osticket.com/wp-content/themes/seosight/css/normalize.css?ver=1 — 200 — 2.4 KiB — 380 ms — h2https://osticket.com/wp-content/themes/seosight/css/grid.css?ver=2.0.0/wp-content/themes/seosight/css/gri... https://osticket.com/wp-content/themes/seosight/css/grid.css?ver=2.0.0 — 200 — 3.7 KiB — 380 ms — h2https://osticket.com/wp-content/themes/seosight/css/theme-styles.css?ver=2.0.0/wp-content/themes/seosight/css/the... https://osticket.com/wp-content/themes/seosight/css/theme-styles.css?ver=2.0.0 — 200 — 46.1 KiB — 381 ms — h2https://osticket.com/wp-content/themes/seosight/css/theme-plugins.css?ver=6.1/wp-content/themes/seosight/css/the... https://osticket.com/wp-content/themes/seosight/css/theme-plugins.css?ver=6.1 — 200 — 11.0 KiB — 380 ms — h2https://osticket.com/wp-content/themes/seosight/css/blocks.css?ver=6.1/wp-content/themes/seosight/css/blo... https://osticket.com/wp-content/themes/seosight/css/blocks.css?ver=6.1 — 200 — 107.9 KiB — 493 ms — h2https://osticket.com/wp-content/themes/seosight/css/color-selectors.css?ver=6.1/wp-content/themes/seosight/css/col... https://osticket.com/wp-content/themes/seosight/css/color-selectors.css?ver=6.1 — 200 — 2.6 KiB — 489 ms — h2https://osticket.com/wp-content/themes/seosight/css/crumina-icons.css?ver=6.1/wp-content/themes/seosight/css/cru... https://osticket.com/wp-content/themes/seosight/css/crumina-icons.css?ver=6.1 — 200 — 1.5 KiB — 489 ms — h2https://fonts.googleapis.com/css?family=Varela+Round&ver=1.0fonts.googleapis.com/css?family=Var... https://fonts.googleapis.com/css?family=Varela+Round&ver=1.0 — 200 — 983 B — 93 ms — h2https://osticket.com/wp-content/themes/seosight/css/tippy.css?ver=0.11.2/wp-content/themes/seosight/css/tip... https://osticket.com/wp-content/themes/seosight/css/tippy.css?ver=0.11.2 — 200 — 2.0 KiB — 488 ms — h2https://fonts.googleapis.com/css?family=Titillium+Web%3A200%2C200italic%2C300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C900&subset=latin-ext%2Clatin&ver=2.9.6fonts.googleapis.com/css?family=Tit... https://fonts.googleapis.com/css?family=Titillium+Web%3A200%2C200italic%2C300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C900&subset=latin-ext%2Clatin&ver=2.9.6 — 200 — 739 B — 94 ms — h2https://fonts.googleapis.com/css?family=Montserrat%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2Cregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&subset=vietnamese%2Clatin%2Clatin-ext&ver=2.9.6fonts.googleapis.com/css?family=Mon... https://fonts.googleapis.com/css?family=Montserrat%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2Cregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&subset=vietnamese%2Clatin%2Clatin-ext&ver=2.9.6 — 200 — 1.1 KiB — 101 ms — h2https://fonts.googleapis.com/css?family=Roboto%3A100%2C100italic%2C300%2C300italic%2Cregular%2Citalic%2C500%2C500italic%2C700%2C700italic%2C900%2C900italic&subset=cyrillic%2Ccyrillic-ext%2Cgreek%2Cgreek-ext%2Clatin%2Clatin-ext%2Cvietnamese&ver=2.9.6fonts.googleapis.com/css?family=Rob... https://fonts.googleapis.com/css?family=Roboto%3A100%2C100italic%2C300%2C300italic%2Cregular%2Citalic%2C500%2C500italic%2C700%2C700italic%2C900%2C900italic&subset=cyrillic%2Ccyrillic-ext%2Cgreek%2Cgreek-ext%2Clatin%2Clatin-ext%2Cvietnamese&ver=2.9.6 — 200 — 2.5 KiB — 101 ms — h2https://osticket.com/wp-content/plugins/kingcomposer/assets/css/animate.css?ver=2.9.6/wp-content/plugins/kingcomposer/as... https://osticket.com/wp-content/plugins/kingcomposer/assets/css/animate.css?ver=2.9.6 — 200 — 3.2 KiB — 488 ms — h2https://osticket.com/wp-content/themes/seosight/css/seotheme.css?ver=2.9.6/wp-content/themes/seosight/css/seo... https://osticket.com/wp-content/themes/seosight/css/seotheme.css?ver=2.9.6 — 200 — 2.3 KiB — 488 ms — h2https://osticket.com/wp-content/plugins/kingcomposer/assets/css/icons.css?ver=2.9.6/wp-content/plugins/kingcomposer/as... https://osticket.com/wp-content/plugins/kingcomposer/assets/css/icons.css?ver=2.9.6 — 200 — 10.8 KiB — 488 ms — h2https://osticket.com/wp-includes/js/jquery/jquery.min.js?ver=3.6.1/wp-includes/js/jquery/jquery.min.j... https://osticket.com/wp-includes/js/jquery/jquery.min.js?ver=3.6.1 — 200 — 30.8 KiB — 488 ms — h2https://osticket.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.3.2/wp-includes/js/jquery/jquery-migra... https://osticket.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.3.2 — 200 — 4.4 KiB — 494 ms — h2https://osticket.com/wp-content/plugins/ost-download-manager/admin/js/ost-download-manager-admin.js?ver=6.1/wp-content/plugins/ost-download-ma... https://osticket.com/wp-content/plugins/ost-download-manager/admin/js/ost-download-manager-admin.js?ver=6.1 — 200 — 329 B — 494 ms — h2
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 1.5 s LCP 3.8 shttps://osticket.com// https://osticket.com/ — 200 — 17.1 KiB — 562 ms — h2https://osticket.com/wp-includes/css/dist/block-library/style.min.css?ver=6.1/wp-includes/css/dist/block-library... https://osticket.com/wp-includes/css/dist/block-library/style.min.css?ver=6.1 — 200 — 12.9 KiB — 130 ms — h2https://osticket.com/wp-includes/css/classic-themes.min.css?ver=1/wp-includes/css/classic-themes.min... https://osticket.com/wp-includes/css/classic-themes.min.css?ver=1 — 200 — 502 B — 127 ms — h2https://osticket.com/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=5.6.4/wp-content/plugins/contact-form-7/... https://osticket.com/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=5.6.4 — 200 — 1.2 KiB — 129 ms — h2https://osticket.com/wp-content/plugins/wppricing-builder-lite-responsive-pricing-table-builder/assets/css/pricing-tables.css?ver=6.1/wp-content/plugins/wppricing-build... https://osticket.com/wp-content/plugins/wppricing-builder-lite-responsive-pricing-table-builder/assets/css/pricing-tables.css?ver=6.1 — 200 — 2.6 KiB — 136 ms — h2https://osticket.com/wp-content/themes/seosight-child/style.css?ver=2215/wp-content/themes/seosight-child/s... https://osticket.com/wp-content/themes/seosight-child/style.css?ver=2215 — 200 — 6.5 KiB — 137 ms — h2https://osticket.com/wp-content/themes/seosight-child/css/jquery-picklist-ie7.css?ver=6.1/wp-content/themes/seosight-child/c... https://osticket.com/wp-content/themes/seosight-child/css/jquery-picklist-ie7.css?ver=6.1 — 200 — 336 B — 138 ms — h2https://osticket.com/wp-content/themes/seosight-child/css/jquery-picklist.css?ver=6.1/wp-content/themes/seosight-child/c... https://osticket.com/wp-content/themes/seosight-child/css/jquery-picklist.css?ver=6.1 — 200 — 734 B — 139 ms — h2https://osticket.com/wp-content/themes/seosight-child/css/button.min.css?ver=6.1/wp-content/themes/seosight-child/c... https://osticket.com/wp-content/themes/seosight-child/css/button.min.css?ver=6.1 — 200 — 9.0 KiB — 249 ms — h2https://osticket.com/wp-content/themes/seosight-child/css/step.min.css?ver=6.1/wp-content/themes/seosight-child/c... https://osticket.com/wp-content/themes/seosight-child/css/step.min.css?ver=6.1 — 200 — 7.9 KiB — 247 ms — h2https://osticket.com/wp-content/themes/seosight-child/semantic-ui/semantic.min.css?ver=6.1/wp-content/themes/seosight-child/s... https://osticket.com/wp-content/themes/seosight-child/semantic-ui/semantic.min.css?ver=6.1 — 200 — 93.3 KiB — 382 ms — h2https://osticket.com/wp-content/plugins/unyson/framework/static/libs/font-awesome/css/font-awesome.min.css?ver=2.7.24/wp-content/plugins/unyson/framewor... https://osticket.com/wp-content/plugins/unyson/framework/static/libs/font-awesome/css/font-awesome.min.css?ver=2.7.24 — 200 — 7.2 KiB — 380 ms — h2https://osticket.com/wp-content/themes/seosight/css/normalize.css?ver=1/wp-content/themes/seosight/css/nor... https://osticket.com/wp-content/themes/seosight/css/normalize.css?ver=1 — 200 — 2.4 KiB — 380 ms — h2https://osticket.com/wp-content/themes/seosight/css/grid.css?ver=2.0.0/wp-content/themes/seosight/css/gri... https://osticket.com/wp-content/themes/seosight/css/grid.css?ver=2.0.0 — 200 — 3.7 KiB — 380 ms — h2https://osticket.com/wp-content/themes/seosight/css/theme-styles.css?ver=2.0.0/wp-content/themes/seosight/css/the... https://osticket.com/wp-content/themes/seosight/css/theme-styles.css?ver=2.0.0 — 200 — 46.1 KiB — 381 ms — h2https://osticket.com/wp-content/themes/seosight/css/theme-plugins.css?ver=6.1/wp-content/themes/seosight/css/the... https://osticket.com/wp-content/themes/seosight/css/theme-plugins.css?ver=6.1 — 200 — 11.0 KiB — 380 ms — h2https://osticket.com/wp-content/themes/seosight/css/blocks.css?ver=6.1/wp-content/themes/seosight/css/blo... https://osticket.com/wp-content/themes/seosight/css/blocks.css?ver=6.1 — 200 — 107.9 KiB — 493 ms — h2https://osticket.com/wp-content/themes/seosight/css/color-selectors.css?ver=6.1/wp-content/themes/seosight/css/col... https://osticket.com/wp-content/themes/seosight/css/color-selectors.css?ver=6.1 — 200 — 2.6 KiB — 489 ms — h2https://osticket.com/wp-content/themes/seosight/css/crumina-icons.css?ver=6.1/wp-content/themes/seosight/css/cru... https://osticket.com/wp-content/themes/seosight/css/crumina-icons.css?ver=6.1 — 200 — 1.5 KiB — 489 ms — h2https://fonts.googleapis.com/css?family=Varela+Round&ver=1.0fonts.googleapis.com/css?family=Var... https://fonts.googleapis.com/css?family=Varela+Round&ver=1.0 — 200 — 983 B — 93 ms — h2https://osticket.com/wp-content/themes/seosight/css/tippy.css?ver=0.11.2/wp-content/themes/seosight/css/tip... https://osticket.com/wp-content/themes/seosight/css/tippy.css?ver=0.11.2 — 200 — 2.0 KiB — 488 ms — h2https://fonts.googleapis.com/css?family=Titillium+Web%3A200%2C200italic%2C300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C900&subset=latin-ext%2Clatin&ver=2.9.6fonts.googleapis.com/css?family=Tit... https://fonts.googleapis.com/css?family=Titillium+Web%3A200%2C200italic%2C300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic%2C900&subset=latin-ext%2Clatin&ver=2.9.6 — 200 — 739 B — 94 ms — h2https://fonts.googleapis.com/css?family=Montserrat%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2Cregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&subset=vietnamese%2Clatin%2Clatin-ext&ver=2.9.6fonts.googleapis.com/css?family=Mon... https://fonts.googleapis.com/css?family=Montserrat%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2Cregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&subset=vietnamese%2Clatin%2Clatin-ext&ver=2.9.6 — 200 — 1.1 KiB — 101 ms — h2https://fonts.googleapis.com/css?family=Roboto%3A100%2C100italic%2C300%2C300italic%2Cregular%2Citalic%2C500%2C500italic%2C700%2C700italic%2C900%2C900italic&subset=cyrillic%2Ccyrillic-ext%2Cgreek%2Cgreek-ext%2Clatin%2Clatin-ext%2Cvietnamese&ver=2.9.6fonts.googleapis.com/css?family=Rob... https://fonts.googleapis.com/css?family=Roboto%3A100%2C100italic%2C300%2C300italic%2Cregular%2Citalic%2C500%2C500italic%2C700%2C700italic%2C900%2C900italic&subset=cyrillic%2Ccyrillic-ext%2Cgreek%2Cgreek-ext%2Clatin%2Clatin-ext%2Cvietnamese&ver=2.9.6 — 200 — 2.5 KiB — 101 ms — h2https://osticket.com/wp-content/plugins/kingcomposer/assets/css/animate.css?ver=2.9.6/wp-content/plugins/kingcomposer/as... https://osticket.com/wp-content/plugins/kingcomposer/assets/css/animate.css?ver=2.9.6 — 200 — 3.2 KiB — 488 ms — h2https://osticket.com/wp-content/themes/seosight/css/seotheme.css?ver=2.9.6/wp-content/themes/seosight/css/seo... https://osticket.com/wp-content/themes/seosight/css/seotheme.css?ver=2.9.6 — 200 — 2.3 KiB — 488 ms — h2https://osticket.com/wp-content/plugins/kingcomposer/assets/css/icons.css?ver=2.9.6/wp-content/plugins/kingcomposer/as... https://osticket.com/wp-content/plugins/kingcomposer/assets/css/icons.css?ver=2.9.6 — 200 — 10.8 KiB — 488 ms — h2https://osticket.com/wp-includes/js/jquery/jquery.min.js?ver=3.6.1/wp-includes/js/jquery/jquery.min.j... https://osticket.com/wp-includes/js/jquery/jquery.min.js?ver=3.6.1 — 200 — 30.8 KiB — 488 ms — h2https://osticket.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.3.2/wp-includes/js/jquery/jquery-migra... https://osticket.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.3.2 — 200 — 4.4 KiB — 494 ms — h2https://osticket.com/wp-content/plugins/ost-download-manager/admin/js/ost-download-manager-admin.js?ver=6.1/wp-content/plugins/ost-download-ma... https://osticket.com/wp-content/plugins/ost-download-manager/admin/js/ost-download-manager-admin.js?ver=6.1 — 200 — 329 B — 494 ms — h2https://osticket.com/wp-content/plugins/ost-download-manager/public/js/popup.js?ver=6.1/wp-content/plugins/ost-download-ma... https://osticket.com/wp-content/plugins/ost-download-manager/public/js/popup.js?ver=6.1 — 200 — 1.9 KiB — 494 ms — h2https://osticket.com/wp-content/plugins/ost-download-manager/public/js/ostSelection.js?ver=8700/wp-content/plugins/ost-download-ma... https://osticket.com/wp-content/plugins/ost-download-manager/public/js/ostSelection.js?ver=8700 — 200 — 4.7 KiB — 494 ms — h2https://osticket.com/wp-content/themes/seosight-child/js/jquery.ui.widget.min.js?ver=6.1/wp-content/themes/seosight-child/j... https://osticket.com/wp-content/themes/seosight-child/js/jquery.ui.widget.min.js?ver=6.1 — 200 — 1.4 KiB — 495 ms — h2https://osticket.com/wp-content/themes/seosight-child/js/jquery-picklist.min.js?ver=6.1/wp-content/themes/seosight-child/j... https://osticket.com/wp-content/themes/seosight-child/js/jquery-picklist.min.js?ver=6.1 — 200 — 2.5 KiB — 495 ms — h2https://osticket.com/wp-content/themes/seosight-child/js/jquery.validate.min.js?ver=6.1/wp-content/themes/seosight-child/j... https://osticket.com/wp-content/themes/seosight-child/js/jquery.validate.min.js?ver=6.1 — 200 — 7.5 KiB — 495 ms — h2https://osticket.com/wp-content/themes/seosight-child/js/popup.js?ver=6.1/wp-content/themes/seosight-child/j... https://osticket.com/wp-content/themes/seosight-child/js/popup.js?ver=6.1 — 200 — 3.3 KiB — 495 ms — h2https://osticket.com/wp-content/uploads/2021/03/osticket-supsys-new-1-e1616621912452.png/wp-content/uploads/2021/03/osticke... https://osticket.com/wp-content/uploads/2021/03/osticket-supsys-new-1-e1616621912452.png — 200 — 12.3 KiB — 495 ms — h2https://osticket.com/wp-content/uploads/2026/03/Banner-design-Teal.png/wp-content/uploads/2026/03/Banner-... https://osticket.com/wp-content/uploads/2026/03/Banner-design-Teal.png — 200 — 712.7 KiB — 728 ms — h2https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic&subset=latinfonts.googleapis.com/css?family=Lat... https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic&subset=latin — 200 — 614 B — 31 ms — h2https://osticket.com/wp-content/uploads/2021/02/hosting-services.png/wp-content/uploads/2021/02/hosting... https://osticket.com/wp-content/uploads/2021/02/hosting-services.png — 200 — 27.9 KiB — 231 ms — h2https://osticket.com/wp-content/themes/seosight/images/animated/mountain1.png/wp-content/themes/seosight/images/... https://osticket.com/wp-content/themes/seosight/images/animated/mountain1.png — 200 — 17.0 KiB — 216 ms — h2https://osticket.com/wp-content/themes/seosight/images/animated/mountain2.png/wp-content/themes/seosight/images/... https://osticket.com/wp-content/themes/seosight/images/animated/mountain2.png — 200 — 17.2 KiB — 217 ms — h2https://osticket.com/wp-content/plugins/contact-form-7/includes/swv/js/index.js?ver=5.6.4/wp-content/plugins/contact-form-7/... https://osticket.com/wp-content/plugins/contact-form-7/includes/swv/js/index.js?ver=5.6.4 — 200 — 3.2 KiB — 221 ms — h2https://osticket.com/wp-content/plugins/contact-form-7/includes/js/index.js?ver=5.6.4/wp-content/plugins/contact-form-7/... https://osticket.com/wp-content/plugins/contact-form-7/includes/js/index.js?ver=5.6.4 — 200 — 4.2 KiB — 223 ms — h2https://osticket.com/wp-content/themes/seosight-child/semantic-ui/semantic.min.js?ver=6.1/wp-content/themes/seosight-child/s... https://osticket.com/wp-content/themes/seosight-child/semantic-ui/semantic.min.js?ver=6.1 — 200 — 69.5 KiB — 267 ms — h2https://osticket.com/wp-content/themes/seosight/framework-customizations/extensions/portfolio/static/js/likes.js?ver=1.0.9/wp-content/themes/seosight/framewo... https://osticket.com/wp-content/themes/seosight/framework-customizations/extensions/portfolio/static/js/likes.js?ver=1.0.9 — 200 — 860 B — 228 ms — h2https://www.google.com/recaptcha/api.js?render=6LdB2J8UAAAAAPmbZ2lvrjOX9_w-fphuemVkI6cY&ver=3.0www.google.com/recaptcha/api.js?ren... https://www.google.com/recaptcha/api.js?render=6LdB2J8UAAAAAPmbZ2lvrjOX9_w-fphuemVkI6cY&ver=3.0 — 200 — 1.0 KiB — 73 ms — h3https://osticket.com/wp-includes/js/dist/vendor/regenerator-runtime.min.js?ver=0.13.9/wp-includes/js/dist/vendor/regener... https://osticket.com/wp-includes/js/dist/vendor/regenerator-runtime.min.js?ver=0.13.9 — 200 — 2.7 KiB — 228 ms — h2https://osticket.com/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0/wp-includes/js/dist/vendor/wp-poly... https://osticket.com/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0 — 200 — 6.7 KiB — 229 ms — h2https://osticket.com/wp-content/plugins/contact-form-7/modules/recaptcha/index.js?ver=5.6.4/wp-content/plugins/contact-form-7/... https://osticket.com/wp-content/plugins/contact-form-7/modules/recaptcha/index.js?ver=5.6.4 — 200 — 823 B — 230 ms — h2https://osticket.com/wp-content/themes/seosight/js/swiper.jquery.min.js?ver=1.1.0/wp-content/themes/seosight/js/swip... https://osticket.com/wp-content/themes/seosight/js/swiper.jquery.min.js?ver=1.1.0 — 200 — 21.5 KiB — 236 ms — h2https://osticket.com/wp-content/themes/seosight/js/crum-mega-menu.js?ver=1.1.0/wp-content/themes/seosight/js/crum... https://osticket.com/wp-content/themes/seosight/js/crum-mega-menu.js?ver=1.1.0 — 200 — 3.5 KiB — 233 ms — h2https://osticket.com/wp-content/themes/seosight/js/theme-plugins.js?ver=1.1.0/wp-content/themes/seosight/js/them... https://osticket.com/wp-content/themes/seosight/js/theme-plugins.js?ver=1.1.0 — 200 — 48.6 KiB — 274 ms — h2https://osticket.com/wp-content/themes/seosight/js/main.js?ver=1.0/wp-content/themes/seosight/js/main... https://osticket.com/wp-content/themes/seosight/js/main.js?ver=1.0 — 200 — 8.9 KiB — 237 ms — h2https://osticket.com/wp-content/themes/seosight/js/tippy.min.js?ver=0.11.2/wp-content/themes/seosight/js/tipp... https://osticket.com/wp-content/themes/seosight/js/tippy.min.js?ver=0.11.2 — 200 — 9.7 KiB — 242 ms — h2https://osticket.com/wp-content/plugins/kingcomposer/assets/frontend/js/kingcomposer.min.js?ver=2.9.6/wp-content/plugins/kingcomposer/as... https://osticket.com/wp-content/plugins/kingcomposer/assets/frontend/js/kingcomposer.min.js?ver=2.9.6 — 200 — 7.8 KiB — 244 ms — h2https://osticket.com/wp-content/themes/seosight/js/velocity.min.js?ver=1.2.3/wp-content/themes/seosight/js/velo... https://osticket.com/wp-content/themes/seosight/js/velocity.min.js?ver=1.2.3 — 200 — 12.5 KiB — 245 ms — h2https://osticket.com/wp-content/themes/seosight/js/ScrollMagic.min.js?ver=2.0.5/wp-content/themes/seosight/js/Scro... https://osticket.com/wp-content/themes/seosight/js/ScrollMagic.min.js?ver=2.0.5 — 200 — 6.2 KiB — 247 ms — h2https://osticket.com/wp-content/themes/seosight/js/animation.velocity.min.js?ver=2.0.5/wp-content/themes/seosight/js/anim... https://osticket.com/wp-content/themes/seosight/js/animation.velocity.min.js?ver=2.0.5 — 200 — 1012 B — 259 ms — h2https://osticket.com/wp-content/uploads/2021/01/global-600x600xc.png/wp-content/uploads/2021/01/global-... https://osticket.com/wp-content/uploads/2021/01/global-600x600xc.png — 200 — 90.4 KiB — 311 ms — h2https://osticket.com/wp-content/themes/seosight/svg/socials/facebook.svg/wp-content/themes/seosight/svg/soc... https://osticket.com/wp-content/themes/seosight/svg/socials/facebook.svg — 200 — 710 B — 277 ms — h2https://osticket.com/wp-content/themes/seosight/svg/socials/twitter.svg/wp-content/themes/seosight/svg/soc... https://osticket.com/wp-content/themes/seosight/svg/socials/twitter.svg — 200 — 1.1 KiB — 280 ms — h2https://osticket.com/wp-content/themes/seosight/svg/socials/instagram.svg/wp-content/themes/seosight/svg/soc... https://osticket.com/wp-content/themes/seosight/svg/socials/instagram.svg — 200 — 803 B — 282 ms — h2https://osticket.com/wp-content/themes/seosight/svg/socials/youtube.svg/wp-content/themes/seosight/svg/soc... https://osticket.com/wp-content/themes/seosight/svg/socials/youtube.svg — 200 — 589 B — 285 ms — h2https://osticket.com/wp-content/themes/seosight/svg/socials/creative-market.svg/wp-content/themes/seosight/svg/soc... https://osticket.com/wp-content/themes/seosight/svg/socials/creative-market.svg — 200 — 796 B — 289 ms — h2https://osticket.com/wp-includes/js/wp-emoji-release.min.js?ver=6.1/wp-includes/js/wp-emoji-release.mi... https://osticket.com/wp-includes/js/wp-emoji-release.min.js?ver=6.1 — 200 — 5.3 KiB — 292 ms — h2https://osticket.com/wp-content/themes/seosight/js/sharer.min.js?ver=0.5/wp-content/themes/seosight/js/shar... https://osticket.com/wp-content/themes/seosight/js/sharer.min.js?ver=0.5 — 200 — 2.0 KiB — 295 ms — h2https://www.google-analytics.com/analytics.jswww.google-analytics.com/analytics.... https://www.google-analytics.com/analytics.js — 200 — 20.9 KiB — 116 ms — h2https://www.youtube.com/embed/w2wbqmBaQZgwww.youtube.com/embed/w2wbqmBaQZg https://www.youtube.com/embed/w2wbqmBaQZg — 200 — 56.7 KiB — 198 ms — h2https://fonts.gstatic.com/s/varelaround/v21/w8gdH283Tvk__Lua32TysjIfp8uPLdshZg.woff2fonts.gstatic.com/s/varelaround/v21... https://fonts.gstatic.com/s/varelaround/v21/w8gdH283Tvk__Lua32TysjIfp8uPLdshZg.woff2 — 200 — 15.5 KiB — 38 ms — h3https://fonts.gstatic.com/s/lato/v25/S6u9w4BMUTPHh6UVSwiPGQ3q5d0.woff2fonts.gstatic.com/s/lato/v25/S6u9w4... https://fonts.gstatic.com/s/lato/v25/S6u9w4BMUTPHh6UVSwiPGQ3q5d0.woff2 — 200 — 13.9 KiB — 31 ms — h3https://osticket.com/wp-content/uploads/2021/03/get-started-bg-4-scaled.jpg/wp-content/uploads/2021/03/get-sta... https://osticket.com/wp-content/uploads/2021/03/get-started-bg-4-scaled.jpg — 200 — 77.4 KiB — 289 ms — h2https://osticket.com/wp-content/plugins/kingcomposer/assets/css/fonts/fa-solid-900.woff2/wp-content/plugins/kingcomposer/as... https://osticket.com/wp-content/plugins/kingcomposer/assets/css/fonts/fa-solid-900.woff2 — 200 — 43.4 KiB — 253 ms — h2https://osticket.com/wp-content/plugins/kingcomposer/assets/css/fonts/Simple-Line-Icons.ttf/wp-content/plugins/kingcomposer/as... https://osticket.com/wp-content/plugins/kingcomposer/assets/css/fonts/Simple-Line-Icons.ttf — 200 — 52.5 KiB — 256 ms — h2https://osticket.com/wp-content/plugins/kingcomposer/assets/css/fonts/et-line.woff/wp-content/plugins/kingcomposer/as... https://osticket.com/wp-content/plugins/kingcomposer/assets/css/fonts/et-line.woff — 200 — 54.3 KiB — 258 ms — h2https://osticket.com/wp-content/themes/seosight/fonts/seotheme.woff2/wp-content/themes/seosight/fonts/s... https://osticket.com/wp-content/themes/seosight/fonts/seotheme.woff2 — 200 — 34.6 KiB — 261 ms — h2https://osticket.com/wp-content/themes/seosight/fonts/seosight.ttf/wp-content/themes/seosight/fonts/s... https://osticket.com/wp-content/themes/seosight/fonts/seosight.ttf — 200 — 19.2 KiB — 263 ms — h2https://osticket.com/wp-content/uploads/2021/01/home-splash.png/wp-content/uploads/2021/01/home-sp... https://osticket.com/wp-content/uploads/2021/01/home-splash.png — 200 — 360.8 KiB — 268 ms — h2https://www.google-analytics.com/j/collect?v=1&_v=j102&a=241011573&t=pageview&_s=1&dl=https%3A%2F%2Fosticket.com%2F&ul=en-us&dt=osTicket%20%7C%20Support%20Ticketing%20System&sr=800x600&vp=1350x940&_u=IEBAAEABAAAAACAAI~&jid=1076338992&gjid=1712804248&cid=1185201977.1776891673&tid=UA-2995188-11&_gid=465246944.1776891673&_r=1&_slc=1&z=1645123074www.google-analytics.com/j/collect?... https://www.google-analytics.com/j/collect?v=1&_v=j102&a=241011573&t=pageview&_s=1&dl=https%3A%2F%2Fosticket.com%2F&ul=en-us&dt=osTicket%20%7C%20Support%20Ticketing%20System&sr=800x600&vp=1350x940&_u=IEBAAEABAAAAACAAI~&jid=1076338992&gjid=1712804248&cid=1185201977.1776891673&tid=UA-2995188-11&_gid=465246944.1776891673&_r=1&_slc=1&z=1645123074 — 200 — 449 B — 30 ms — h2https://www.youtube.com/s/player/1bb6ee63/www-player.csswww.youtube.com/s/player/1bb6ee63/w... https://www.youtube.com/s/player/1bb6ee63/www-player.css — 200 — 58.0 KiB — 62 ms — h2https://www.youtube.com/s/_/ytembeds/_/ss/k=ytembeds.base.KjNKUXigSn8.L.W.O/am=AAAABA/d=0/br=1/rs=AGKMywEJITLW9kQSSYb_eVLtSgu_4tU6CQwww.youtube.com/s/_/ytembeds/_/ss/k... https://www.youtube.com/s/_/ytembeds/_/ss/k=ytembeds.base.KjNKUXigSn8.L.W.O/am=AAAABA/d=0/br=1/rs=AGKMywEJITLW9kQSSYb_eVLtSgu_4tU6CQ — 200 — 45.3 KiB — 83 ms — h2https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2fonts.gstatic.com/s/roboto/v48/KFO7... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 200 — 33.9 KiB — 116 ms — h3https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.5f0apfZzpOA.2021.O/am=AAAABA/d=1/br=1/rs=AGKMywFg3MG1UeKh8ePjbhY_YEMv-NHjmA/m=root,basewww.youtube.com/s/_/ytembeds/_/js/k... https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.5f0apfZzpOA.2021.O/am=AAAABA/d=1/br=1/rs=AGKMywFg3MG1UeKh8ePjbhY_YEMv-NHjmA/m=root,base — 200 — 140.1 KiB — 131 ms — h2https://www.youtube.com/s/player/1bb6ee63/player_embed_es6.vflset/en_US/base.jswww.youtube.com/s/player/1bb6ee63/p... https://www.youtube.com/s/player/1bb6ee63/player_embed_es6.vflset/en_US/base.js — 200 — 436.0 KiB — 150 ms — h2https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.jswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js — 200 — 362.4 KiB — 211 ms — h2https://osticket.com/wp-content/uploads/2021/03/github-icon.png/wp-content/uploads/2021/03/github-... https://osticket.com/wp-content/uploads/2021/03/github-icon.png — 200 — 22.7 KiB — 129 ms — h2https://googleads.g.doubleclick.net/pagead/idgoogleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/id — 302 — 23 B — 93 ms — h3https://static.doubleclick.net/instream/ad_status.jsstatic.doubleclick.net/instream/ad_... https://static.doubleclick.net/instream/ad_status.js — 200 — 494 B — 87 ms — h2https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.5f0apfZzpOA.2021.O/am=AAAABA/d=1/exm=base,root/ed=1/br=1/rs=AGKMywFg3MG1UeKh8ePjbhY_YEMv-NHjmA/m=r78Drbwww.youtube.com/s/_/ytembeds/_/js/k... https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.5f0apfZzpOA.2021.O/am=AAAABA/d=1/exm=base,root/ed=1/br=1/rs=AGKMywFg3MG1UeKh8ePjbhY_YEMv-NHjmA/m=r78Drb — 200 — 183.1 KiB — 98 ms — h3https://www.google.com/recaptcha/api2/anchor?ar=1&k=6LdB2J8UAAAAAPmbZ2lvrjOX9_w-fphuemVkI6cY&co=aHR0cHM6Ly9vc3RpY2tldC5jb206NDQz&hl=en&v=gTpTIWhbKpxADzTzkcabhXN4&size=invisible&anchor-ms=20000&execute-ms=30000&cb=mrq5l03z5bu5www.google.com/recaptcha/api2/ancho... https://www.google.com/recaptcha/api2/anchor?ar=1&k=6LdB2J8UAAAAAPmbZ2lvrjOX9_w-fphuemVkI6cY&co=aHR0cHM6Ly9vc3RpY2tldC5jb206NDQz&hl=en&v=gTpTIWhbKpxADzTzkcabhXN4&size=invisible&anchor-ms=20000&execute-ms=30000&cb=mrq5l03z5bu5 — 200 — 27.7 KiB — 87 ms — h3https://googleads.g.doubleclick.net/pagead/id?slf_rd=1googleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/id?slf_rd=1 — 200 — 146 B — 29 ms — h3https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/styles__ltr.csswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/styles__ltr.css — 200 — 42.1 KiB — 119 ms — h2https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.jswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js — 200 — 361.9 KiB — 197 ms — h2https://i.ytimg.com/vi_webp/w2wbqmBaQZg/default.webpi.ytimg.com/vi_webp/w2wbqmBaQZg/def... https://i.ytimg.com/vi_webp/w2wbqmBaQZg/default.webp — 200 — 2.1 KiB — 85 ms — h2https://www.google.com/recaptcha/api2/webworker.js?hl=en&v=gTpTIWhbKpxADzTzkcabhXN4www.google.com/recaptcha/api2/webwo... https://www.google.com/recaptcha/api2/webworker.js?hl=en&v=gTpTIWhbKpxADzTzkcabhXN4 — 200 — 23 B — 204 ms — h3https://www.gstatic.com/recaptcha/api2/logo_48.pngwww.gstatic.com/recaptcha/api2/logo... https://www.gstatic.com/recaptcha/api2/logo_48.png — 200 — 2.3 KiB — 32 ms — h2https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2fonts.gstatic.com/s/roboto/v48/KFO7... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 200 — 33.9 KiB — 40 ms — h3https://www.google.com/js/th/qKGyavTtqsN8WEgkipKf66gOrjuRyzmwbl6TXabwSno.jswww.google.com/js/th/qKGyavTtqsN8WE... https://www.google.com/js/th/qKGyavTtqsN8WEgkipKf66gOrjuRyzmwbl6TXabwSno.js — 200 — 23.2 KiB — 29 ms — h3https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.jswww.gstatic.com/recaptcha/releases/... https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js — 200 — 0 B — 20 ms — h2https://osticket.com/favicon.ico/favicon.ico https://osticket.com/favicon.ico — 404 — 282 B — 167 ms — h2https://www.youtube.com/generate_204?lQTzxAwww.youtube.com/generate_204?lQTzxA https://www.youtube.com/generate_204?lQTzxA — 204 — 10 B — 31 ms — h3https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateITjnn-pa.googleapis.com/$rpc/google.i... https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateIT — 200 — 0 B — 90 ms — h2https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateITjnn-pa.googleapis.com/$rpc/google.i... https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateIT — 200 — 312 B — 37 ms — h2https://www.google.com/recaptcha/api2/reload?k=6LdB2J8UAAAAAPmbZ2lvrjOX9_w-fphuemVkI6cYwww.google.com/recaptcha/api2/reloa... https://www.google.com/recaptcha/api2/reload?k=6LdB2J8UAAAAAPmbZ2lvrjOX9_w-fphuemVkI6cY — 200 — 2.0 KiB — 82 ms — h3https://www.google.com/recaptcha/api2/clr?k=6LdB2J8UAAAAAPmbZ2lvrjOX9_w-fphuemVkI6cYwww.google.com/recaptcha/api2/clr?k... https://www.google.com/recaptcha/api2/clr?k=6LdB2J8UAAAAAPmbZ2lvrjOX9_w-fphuemVkI6cY — 200 — 16 B — 76 ms — h3https://www.youtube.com/youtubei/v1/log_event?alt=jsonwww.youtube.com/youtubei/v1/log_eve... https://www.youtube.com/youtubei/v1/log_event?alt=json — 200 — 50 B — 40 ms — h3
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
63% of JavaScript execution is third-party
First-party Third-party 403ms · 0KB · $5/mo
www.gstatic.com
Other
Costly
Execution 272ms
Transfer 0 KB
Unused 43%
Monthly Cost $4/mo
Unattributable
Other
Optional
Execution 131ms
Transfer 0 KB
Monthly Cost $2/mo

These scripts may cost more than they're worth

  • www.gstatic.com adds 272ms and costs ~$4/month

63% of JavaScript execution time comes from third-party scripts.

Why this matters

Third-party scripts (analytics, ads, social, A/B testing) often dominate execution time — every one is a perf-and-privacy tax.

Learn more

Each third-party script is a black box: you don't control when it loads, what it executes, or how much it grows. They often account for a major share of total blocking time on average sites (HTTP Archive's Web Almanac documents the trend). Audit which ones you actually need, defer the rest, and use facade patterns (lite-youtube, lite-vimeo) for embedded media.

Source: web.dev / HTTP Archive Web Almanac

www.gstatic.com takes 272ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

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

Source: web.dev

How third-party costs are calculated

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

Send Feedback