Skip to content
https://pccc.com

Performance

· 17 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
82
GRADE
B
FIX
2
REVIEW
5
PASS
8
INFO
2

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

34
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
93
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.
92
SEO Measures basic SEO optimizations: meta tags, crawlability, link text, and mobile friendliness.

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

7.72 s

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

14.86 s

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

768 ms

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

0.113

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

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

14.91 s

Page Load Progression

477 ms
954 ms
1.4 s
1.9 s
2.4 s
2.9 s
3.3 s
3.8 s
Checks
17
8 PASS 5 REVIEW 2 FIX
F
JS Execution Cost
Action
4249ms total JS execution
FIX
4249ms total JS execution
Warning::
https://pccc.com/wp-includes/js/jquery/jquery.min....: 1425ms CPU time
Warning::
https://www.googletagmanager.com/gtag/js?id=G-24H1...: 869ms CPU time
Warning::
Unattributable: 694ms CPU time
Warning::
https://pccc.com/: 550ms CPU time
Info::
https://pccc.com/wp-content/plugins/elementor-pro/...: 208ms CPU time
Info::
Third-party scripts: 1562ms (37% of total)

Main Thread Breakdown

Script Evaluation 38% Other 29% Style & Layout 17% Script Parsing & Compilation 8% Parse HTML & CSS 6%
ScriptTotalScriptingParse/CompileParty
https://pccc.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.11425ms710ms18ms1st
https://www.googletagmanager.com/gtag/js?id=G-24H18FYP4P869ms407ms112ms3rd
Unattributable694ms14ms0ms3rd
https://pccc.com/550ms92ms64ms1st
https://pccc.com/wp-content/plugins/elementor-pro/assets/js/carousel.e2af910b095554625156.bundle.min.js208ms160ms1ms1st
https://pccc.com/wp-content/plugins/saasland-core/inc/parallax/assets/js/parallax.move.js?ver=1.0.0134ms8ms3ms1st
https://pccc.com/wp-content/plugins/elementor/assets/js/section-frontend-handlers.d85ab872da118940910d.bundle.min.js93ms52ms1ms1st
https://pccc.com/wp-content/plugins/slider-revolution/public/assets/js/rbtools.min.js?ver=6.5.1886ms65ms21ms1st
https://pccc.com/wp-content/plugins/slider-revolution/public/assets/js/rs6.min.js?ver=6.5.1969ms10ms59ms1st
https://pccc.com/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=4.0.267ms53ms12ms1st

Showing top 10 of 11 scripts

D
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.
Info::
ETag present — enables conditional (304) responses
Info::
Last-Modified header present

No Cache-Control header

Adding a Cache-Control header can significantly improve repeat-visit performance.

B
Page Weight Budget
1.4 MB transferred, 119 requests
REVIEW
1.4 MB transferred, 119 requests
Info::
Page weighs 4.3 MB (1.4 MB transferred)
Warning::
JavaScript is 627 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 627 KB
Info::
CSS is 242 KB — consider purging unused styles
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
Got: 242 KB
Warning::
119 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.30 g CO2 per page load
1.4 MB / 2.4 MB budget
1.4 MB transferred
119 requests
0.30 g CO2 per page load
JavaScript 626.5 KiB 43%
Images 414.7 KiB 28%
CSS 241.5 KiB 16%
Fonts 160.9 KiB 11%
HTML 19.8 KiB 1%
Other 2.5 KiB 0%
Other 544 B 0%
0 2.4 MB 4.9 MB
Under 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

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

Why this matters

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

Source: web.dev

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

Why this matters

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

Source: web.dev

C
Image Optimization
Action
16 images, 0 KB saveable
REVIEW
16 images, 0 KB saveable
Warning::
https://pccc.com/wp-content/uploads/2022/04/pccc-l... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://pccc.com/wp-content/uploads/elementor/thum... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://pccc.com/wp-content/uploads/elementor/thum... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
16 images 415 KB
0 oversized -0 KB
15 legacy format
3 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

C
JS Bundles
Action
38 scripts, 217 KB unused
REVIEW
38 scripts, 217 KB unused
Warning::
https://pccc.com/wp-content/plugins/slider-revolut...: 96 KB unused (97%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-24H1...: 68 KB unused (40%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://pccc.com/wp-content/plugins/slider-revolut...: 31 KB unused (65%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://pccc.com/wp-content/plugins/elementor/asse...: 22 KB unused (57%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 217 KB
217 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://pccc.com/wp-content/plugins/slider-revolution/public/assets/js/rs6.min.js?ver=6.5.1999 KB96 KB (97%)1st
https://www.googletagmanager.com/gtag/js?id=G-24H18FYP4P169 KB68 KB (40%)3rd
https://pccc.com/wp-content/plugins/slider-revolution/public/assets/js/rbtools.min.js?ver=6.5.1848 KB31 KB (65%)1st
https://pccc.com/wp-content/plugins/elementor/assets/lib/swiper/v8/swiper.min.js?ver=8.4.539 KB22 KB (57%)1st
https://pccc.com/wp-includes/js/jquery/ui/core.min.js?ver=1.13.37 KB1st
https://pccc.com/wp-content/plugins/elementor-pro/assets/js/webpack-pro.runtime.min.js?ver=4.0.23 KB1st
https://cdn.lordicon.com/lordicon.js82 KB3rd
https://pccc.com/wp-content/plugins/saasland-core/assets/vendors/merge/magnify-pop/jquery.magnific-popup.min.js?ver=1.1.08 KB1st
https://pccc.com/wp-content/plugins/saasland-core/assets/vendors/merge/magnify-pop/magnifier.js?ver=1.04 KB1st
https://pccc.com/wp-content/plugins/saasland-core/assets/vendors/wow/wow.min.js?ver=1.1.33 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

C
Page Weight Inventory
Action
119 resources · 1.4 MB · 217 KB savings available
REVIEW
119 resources · 1.4 MB · 217 KB savings available
Warning::
Page weight 442 KB over 1MB target
Got: 1.4 MB Expected: ≤ 1 MB
Info::
~217 KB of savings available
Info::
8 third-party resources (18% of weight)
Info::
1 resources over 200KB
119 resources · 1.4 MiB · 8 third-party 442.5 KiB over 1MB target
JavaScript 43% · 626.5 KiB
Image 28% · 417.0 KiB
CSS 16% · 241.5 KiB
Font 11% · 160.9 KiB
Document 1% · 19.8 KiB
Other 0% · 855 B

~217.2 KiB of savings available

Remove unused JavaScript: 217.2 KiB
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

A+
Third-Party Impact
18% third-party, 0 ms blocking
PASS
18% third-party, 0 ms blocking
Info::
Third-party code accounts for 18% of page weight (263.5 KiB of 1.4 MiB)
Info::
Third-party blocking time is low (0 ms)
82%
18%
First-party Third-party
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
6 fonts (161 KB)
PASS
6 fonts (161 KB)
Info::
6 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

6

161 KB total

Render-blocking

0

of 6

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s FCP 7.7 s LCP 14.9 shttps://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLEj6Z1xlFd2JQEk.woff2pxiByp8kv8JHgFVrLEj6Z1x... https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLEj6Z1xlFd2JQEk.woff2 — 7.8 KiB — 13 ms — font-display: swaphttps://pccc.com/wp-content/uploads/elementor/google-fonts/fonts/opensans-memvyags126mizpba-uvwbx2vvnxbbobj2ovts-muw.woff2opensans-memvyags126miz... https://pccc.com/wp-content/uploads/elementor/google-fonts/fonts/opensans-memvyags126mizpba-uvwbx2vvnxbbobj2ovts-muw.woff2 — 47.6 KiB — 233 ms — font-display: swaphttps://pccc.com/wp-content/plugins/saasland-core/assets/vendors/themify-icon/fonts/themify.woff?-fvbanethemify.woff https://pccc.com/wp-content/plugins/saasland-core/assets/vendors/themify-icon/fonts/themify.woff?-fvbane — 34.2 KiB — 146 ms — font-display: swaphttps://pccc.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.woff2fa-regular-400.woff2 https://pccc.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.woff2 — 13.4 KiB — 151 ms — font-display: swaphttps://pccc.com/wp-content/uploads/elementor/google-fonts/fonts/opensans-memtyags126mizpba-ufuicvxscekx2cmqvxlwqwuu6f.woff2opensans-memtyags126miz... https://pccc.com/wp-content/uploads/elementor/google-fonts/fonts/opensans-memtyags126mizpba-ufuicvxscekx2cmqvxlwqwuu6f.woff2 — 49.6 KiB — 162 ms — font-display: swaphttps://pccc.com/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxibyp8kv8jhgfvrlej6z1xlfq.woff2poppins-pxibyp8kv8jhgfv... https://pccc.com/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxibyp8kv8jhgfvrlej6z1xlfq.woff2 — 8.3 KiB — 107 ms — font-display: swap
pxiByp8kv8JHgFVrLEj6Z1x... woff2 swap
Size 8 KB
Load time 13 ms
Start 1.8 s
Risk FOUT — text flashes from fallback to web font
opensans-memvyags126miz... woff2 swap
Size 48 KB
Load time 233 ms
Start 1.8 s
Risk FOUT — text flashes from fallback to web font
themify.woff woff swap
Size 34 KB
Load time 146 ms
Start 1.8 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
fa-regular-400.woff2 woff2 swap
Size 13 KB
Load time 151 ms
Start 1.8 s
Risk FOUT — text flashes from fallback to web font
opensans-memtyags126miz... woff2 swap
Size 50 KB
Load time 162 ms
Start 1.8 s
Risk FOUT — text flashes from fallback to web font
poppins-pxibyp8kv8jhgfv... woff2 swap
Size 8 KB
Load time 107 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 ~10 KB and ~20 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
5 hints, 0 missing preconnects
PASS
5 hints, 0 missing preconnects
Info::
Page uses 5 resource hint(s)

Current Resource Hints

preconnect
1
preload
1
dns-prefetch
3
prefetch

5 resource hints configured

A+
Render-Blocking Resources
No render-blocking resources detected
PASS
No render-blocking resources detected
Info::
No render-blocking resources detected in <head>
A+
Third-Party Resources
No third-party resources detected
PASS
No third-party resources detected
Network Waterfall
119 requests over 2909ms
INFO
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s FCP 7.7 s LCP 14.9 shttps://pccc.com// https://pccc.com/ — 200 — 19.8 KiB — 412 ms — http/1.1https://pccc.com/wp-content/plugins/saasland-core/inc/parallax/assets/css/animate.css?ver=1.0.0/wp-content/plugins/saasland-core/i... https://pccc.com/wp-content/plugins/saasland-core/inc/parallax/assets/css/animate.css?ver=1.0.0 — 200 — 5.5 KiB — 113 ms — http/1.1https://pccc.com/wp-content/plugins/saasland-core/inc/parallax/assets/css/style.css?ver=1.0.0/wp-content/plugins/saasland-core/i... https://pccc.com/wp-content/plugins/saasland-core/inc/parallax/assets/css/style.css?ver=1.0.0 — 200 — 712 B — 178 ms — http/1.1https://pccc.com/wp-content/plugins/elementor/assets/css/frontend.min.css?ver=4.0.2/wp-content/plugins/elementor/asset... https://pccc.com/wp-content/plugins/elementor/assets/css/frontend.min.css?ver=4.0.2 — 200 — 7.5 KiB — 215 ms — http/1.1https://pccc.com/wp-content/plugins/droit-elementor-templating/assets/css/template-frontend.min.css?ver=1.0.0/wp-content/plugins/droit-elementor... https://pccc.com/wp-content/plugins/droit-elementor-templating/assets/css/template-frontend.min.css?ver=1.0.0 — 200 — 404 B — 281 ms — http/1.1https://pccc.com/wp-content/plugins/saasland-core/template-modules/header-footer/assets/css/public-mode.css?ver=1776363294/wp-content/plugins/saasland-core/t... https://pccc.com/wp-content/plugins/saasland-core/template-modules/header-footer/assets/css/public-mode.css?ver=1776363294 — 200 — 2.9 KiB — 305 ms — http/1.1https://pccc.com/wp-content/plugins/saasland-core/template-modules/header-footer/assets/css/themify-icons.css?ver=1776363294/wp-content/plugins/saasland-core/t... https://pccc.com/wp-content/plugins/saasland-core/template-modules/header-footer/assets/css/themify-icons.css?ver=1776363294 — 200 — 3.4 KiB — 306 ms — http/1.1https://fonts.googleapis.com/css?family=Poppins%3A300%2C400%2C500%2C600%2C700%2C900%7CFigtree%3A400%2C500%2C600%2C700%2C800%2C900%7CInstrumentSans%3A400%2C500%2C600%2C700%2C800%2C900&subsetfonts.googleapis.com/css?family=Pop... https://fonts.googleapis.com/css?family=Poppins%3A300%2C400%2C500%2C600%2C700%2C900%7CFigtree%3A400%2C500%2C600%2C700%2C800%2C900%7CInstrumentSans%3A400%2C500%2C600%2C700%2C800%2C900&subset — 200 — 1.2 KiB — 58 ms — h2https://pccc.com/wp-content/themes/saasland/assets/vendors/bootstrap/css/bootstrap.css?ver=6.9.4/wp-content/themes/saasland/assets/... https://pccc.com/wp-content/themes/saasland/assets/vendors/bootstrap/css/bootstrap.css?ver=6.9.4 — 200 — 28.9 KiB — 413 ms — http/1.1https://pccc.com/wp-content/themes/saasland/assets/vendors/nice-select/nice-select.min.css?ver=6.9.4/wp-content/themes/saasland/assets/... https://pccc.com/wp-content/themes/saasland/assets/vendors/nice-select/nice-select.min.css?ver=6.9.4 — 200 — 1.3 KiB — 321 ms — http/1.1https://pccc.com/wp-content/themes/saasland/assets/css/wpd-style.css?ver=6.9.4/wp-content/themes/saasland/assets/... https://pccc.com/wp-content/themes/saasland/assets/css/wpd-style.css?ver=6.9.4 — 200 — 5.8 KiB — 329 ms — http/1.1https://pccc.com/wp-content/themes/saasland/assets/css/style.css?ver=6.9.4/wp-content/themes/saasland/assets/... https://pccc.com/wp-content/themes/saasland/assets/css/style.css?ver=6.9.4 — 200 — 16.7 KiB — 386 ms — http/1.1https://pccc.com/wp-content/themes/saasland/style.css?ver=6.9.4/wp-content/themes/saasland/style.c... https://pccc.com/wp-content/themes/saasland/style.css?ver=6.9.4 — 200 — 882 B — 405 ms — http/1.1https://pccc.com/wp-content/themes/saasland/assets/css/responsive.css?ver=6.9.4/wp-content/themes/saasland/assets/... https://pccc.com/wp-content/themes/saasland/assets/css/responsive.css?ver=6.9.4 — 200 — 5.2 KiB — 412 ms — http/1.1https://pccc.com/wp-content/plugins/saasland-core/assets/vendors/scroll/jquery.mCustomScrollbar.min.css?ver=6.9.4/wp-content/plugins/saasland-core/a... https://pccc.com/wp-content/plugins/saasland-core/assets/vendors/scroll/jquery.mCustomScrollbar.min.css?ver=6.9.4 — 200 — 4.3 KiB — 431 ms — http/1.1https://pccc.com/wp-content/plugins/saasland-core/assets/css/widgets/hero.css?ver=6.9.4/wp-content/plugins/saasland-core/a... https://pccc.com/wp-content/plugins/saasland-core/assets/css/widgets/hero.css?ver=6.9.4 — 200 — 3.4 KiB — 444 ms — http/1.1https://pccc.com/wp-content/plugins/saasland-core/assets/css/elementor-override.css?ver=6.9.4/wp-content/plugins/saasland-core/a... https://pccc.com/wp-content/plugins/saasland-core/assets/css/elementor-override.css?ver=6.9.4 — 200 — 1.5 KiB — 488 ms — http/1.1https://pccc.com/wp-content/plugins/saasland-core/assets/css/custom.css?ver=6.9.4/wp-content/plugins/saasland-core/a... https://pccc.com/wp-content/plugins/saasland-core/assets/css/custom.css?ver=6.9.4 — 200 — 6.1 KiB — 511 ms — http/1.1https://pccc.com/wp-content/plugins/saasland-core/assets/css/customizer.css?ver=6.9.4/wp-content/plugins/saasland-core/a... https://pccc.com/wp-content/plugins/saasland-core/assets/css/customizer.css?ver=6.9.4 — 200 — 2.2 KiB — 510 ms — http/1.1https://pccc.com/wp-content/plugins/saasland-core/assets/css/main.css?ver=6.9.4/wp-content/plugins/saasland-core/a... https://pccc.com/wp-content/plugins/saasland-core/assets/css/main.css?ver=6.9.4 — 200 — 46.4 KiB — 777 ms — http/1.1https://pccc.com/wp-content/plugins/saasland-core/assets/css/responsive.css?ver=6.9.4/wp-content/plugins/saasland-core/a... https://pccc.com/wp-content/plugins/saasland-core/assets/css/responsive.css?ver=6.9.4 — 200 — 14.4 KiB — 557 ms — http/1.1https://pccc.com/wp-content/plugins/saasland-core/assets/vendors/simple-line-icon/simple-line-icons.min.css?ver=6.9.4/wp-content/plugins/saasland-core/a... https://pccc.com/wp-content/plugins/saasland-core/assets/vendors/simple-line-icon/simple-line-icons.min.css?ver=6.9.4 — 200 — 2.5 KiB — 569 ms — http/1.1https://pccc.com/wp-content/plugins/saasland-core/assets/vendors/themify-icon/themify-icons.css?ver=6.9.4/wp-content/plugins/saasland-core/a... https://pccc.com/wp-content/plugins/saasland-core/assets/vendors/themify-icon/themify-icons.css?ver=6.9.4 — 200 — 3.4 KiB — 592 ms — http/1.1https://pccc.com/wp-content/plugins/saasland-core/assets/vendors/flaticon/flaticon.css?ver=6.9.4/wp-content/plugins/saasland-core/a... https://pccc.com/wp-content/plugins/saasland-core/assets/vendors/flaticon/flaticon.css?ver=6.9.4 — 200 — 840 B — 608 ms — http/1.1https://pccc.com/wp-content/plugins/saasland-core/assets/vendors/icomoon/style.css?ver=6.9.4/wp-content/plugins/saasland-core/a... https://pccc.com/wp-content/plugins/saasland-core/assets/vendors/icomoon/style.css?ver=6.9.4 — 200 — 1.7 KiB — 610 ms — http/1.1https://pccc.com/wp-content/plugins/saasland-core/assets/vendors/elagent/style.min.css?ver=6.9.4/wp-content/plugins/saasland-core/a... https://pccc.com/wp-content/plugins/saasland-core/assets/vendors/elagent/style.min.css?ver=6.9.4 — 200 — 4.5 KiB — 680 ms — http/1.1https://pccc.com/wp-content/plugins/saasland-core/assets/vendors/merge/magnify-pop/magnific-popup.min.css?ver=6.9.4/wp-content/plugins/saasland-core/a... https://pccc.com/wp-content/plugins/saasland-core/assets/vendors/merge/magnify-pop/magnific-popup.min.css?ver=6.9.4 — 200 — 2.0 KiB — 689 ms — http/1.1https://pccc.com/wp-content/plugins/saasland-core/assets/vendors/merge/magnify-pop/magnifier.min.css?ver=6.9.4/wp-content/plugins/saasland-core/a... https://pccc.com/wp-content/plugins/saasland-core/assets/vendors/merge/magnify-pop/magnifier.min.css?ver=6.9.4 — 200 — 839 B — 686 ms — http/1.1https://pccc.com/wp-content/plugins/saasland-core/assets/css/remove-animation.css?ver=6.9.4/wp-content/plugins/saasland-core/a... https://pccc.com/wp-content/plugins/saasland-core/assets/css/remove-animation.css?ver=6.9.4 — 200 — 534 B — 713 ms — http/1.1https://pccc.com/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css?ver=5.48.0/wp-content/plugins/elementor/asset... https://pccc.com/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css?ver=5.48.0 — 200 — 4.8 KiB — 716 ms — http/1.1
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s FCP 7.7 s LCP 14.9 shttps://pccc.com// https://pccc.com/ — 200 — 19.8 KiB — 412 ms — http/1.1https://pccc.com/wp-content/plugins/saasland-core/inc/parallax/assets/css/animate.css?ver=1.0.0/wp-content/plugins/saasland-core/i... https://pccc.com/wp-content/plugins/saasland-core/inc/parallax/assets/css/animate.css?ver=1.0.0 — 200 — 5.5 KiB — 113 ms — http/1.1https://pccc.com/wp-content/plugins/saasland-core/inc/parallax/assets/css/style.css?ver=1.0.0/wp-content/plugins/saasland-core/i... https://pccc.com/wp-content/plugins/saasland-core/inc/parallax/assets/css/style.css?ver=1.0.0 — 200 — 712 B — 178 ms — http/1.1https://pccc.com/wp-content/plugins/elementor/assets/css/frontend.min.css?ver=4.0.2/wp-content/plugins/elementor/asset... https://pccc.com/wp-content/plugins/elementor/assets/css/frontend.min.css?ver=4.0.2 — 200 — 7.5 KiB — 215 ms — http/1.1https://pccc.com/wp-content/plugins/droit-elementor-templating/assets/css/template-frontend.min.css?ver=1.0.0/wp-content/plugins/droit-elementor... https://pccc.com/wp-content/plugins/droit-elementor-templating/assets/css/template-frontend.min.css?ver=1.0.0 — 200 — 404 B — 281 ms — http/1.1https://pccc.com/wp-content/plugins/saasland-core/template-modules/header-footer/assets/css/public-mode.css?ver=1776363294/wp-content/plugins/saasland-core/t... https://pccc.com/wp-content/plugins/saasland-core/template-modules/header-footer/assets/css/public-mode.css?ver=1776363294 — 200 — 2.9 KiB — 305 ms — http/1.1https://pccc.com/wp-content/plugins/saasland-core/template-modules/header-footer/assets/css/themify-icons.css?ver=1776363294/wp-content/plugins/saasland-core/t... https://pccc.com/wp-content/plugins/saasland-core/template-modules/header-footer/assets/css/themify-icons.css?ver=1776363294 — 200 — 3.4 KiB — 306 ms — http/1.1https://fonts.googleapis.com/css?family=Poppins%3A300%2C400%2C500%2C600%2C700%2C900%7CFigtree%3A400%2C500%2C600%2C700%2C800%2C900%7CInstrumentSans%3A400%2C500%2C600%2C700%2C800%2C900&subsetfonts.googleapis.com/css?family=Pop... https://fonts.googleapis.com/css?family=Poppins%3A300%2C400%2C500%2C600%2C700%2C900%7CFigtree%3A400%2C500%2C600%2C700%2C800%2C900%7CInstrumentSans%3A400%2C500%2C600%2C700%2C800%2C900&subset — 200 — 1.2 KiB — 58 ms — h2https://pccc.com/wp-content/themes/saasland/assets/vendors/bootstrap/css/bootstrap.css?ver=6.9.4/wp-content/themes/saasland/assets/... https://pccc.com/wp-content/themes/saasland/assets/vendors/bootstrap/css/bootstrap.css?ver=6.9.4 — 200 — 28.9 KiB — 413 ms — http/1.1https://pccc.com/wp-content/themes/saasland/assets/vendors/nice-select/nice-select.min.css?ver=6.9.4/wp-content/themes/saasland/assets/... https://pccc.com/wp-content/themes/saasland/assets/vendors/nice-select/nice-select.min.css?ver=6.9.4 — 200 — 1.3 KiB — 321 ms — http/1.1https://pccc.com/wp-content/themes/saasland/assets/css/wpd-style.css?ver=6.9.4/wp-content/themes/saasland/assets/... https://pccc.com/wp-content/themes/saasland/assets/css/wpd-style.css?ver=6.9.4 — 200 — 5.8 KiB — 329 ms — http/1.1https://pccc.com/wp-content/themes/saasland/assets/css/style.css?ver=6.9.4/wp-content/themes/saasland/assets/... https://pccc.com/wp-content/themes/saasland/assets/css/style.css?ver=6.9.4 — 200 — 16.7 KiB — 386 ms — http/1.1https://pccc.com/wp-content/themes/saasland/style.css?ver=6.9.4/wp-content/themes/saasland/style.c... https://pccc.com/wp-content/themes/saasland/style.css?ver=6.9.4 — 200 — 882 B — 405 ms — http/1.1https://pccc.com/wp-content/themes/saasland/assets/css/responsive.css?ver=6.9.4/wp-content/themes/saasland/assets/... https://pccc.com/wp-content/themes/saasland/assets/css/responsive.css?ver=6.9.4 — 200 — 5.2 KiB — 412 ms — http/1.1https://pccc.com/wp-content/plugins/saasland-core/assets/vendors/scroll/jquery.mCustomScrollbar.min.css?ver=6.9.4/wp-content/plugins/saasland-core/a... https://pccc.com/wp-content/plugins/saasland-core/assets/vendors/scroll/jquery.mCustomScrollbar.min.css?ver=6.9.4 — 200 — 4.3 KiB — 431 ms — http/1.1https://pccc.com/wp-content/plugins/saasland-core/assets/css/widgets/hero.css?ver=6.9.4/wp-content/plugins/saasland-core/a... https://pccc.com/wp-content/plugins/saasland-core/assets/css/widgets/hero.css?ver=6.9.4 — 200 — 3.4 KiB — 444 ms — http/1.1https://pccc.com/wp-content/plugins/saasland-core/assets/css/elementor-override.css?ver=6.9.4/wp-content/plugins/saasland-core/a... https://pccc.com/wp-content/plugins/saasland-core/assets/css/elementor-override.css?ver=6.9.4 — 200 — 1.5 KiB — 488 ms — http/1.1https://pccc.com/wp-content/plugins/saasland-core/assets/css/custom.css?ver=6.9.4/wp-content/plugins/saasland-core/a... https://pccc.com/wp-content/plugins/saasland-core/assets/css/custom.css?ver=6.9.4 — 200 — 6.1 KiB — 511 ms — http/1.1https://pccc.com/wp-content/plugins/saasland-core/assets/css/customizer.css?ver=6.9.4/wp-content/plugins/saasland-core/a... https://pccc.com/wp-content/plugins/saasland-core/assets/css/customizer.css?ver=6.9.4 — 200 — 2.2 KiB — 510 ms — http/1.1https://pccc.com/wp-content/plugins/saasland-core/assets/css/main.css?ver=6.9.4/wp-content/plugins/saasland-core/a... https://pccc.com/wp-content/plugins/saasland-core/assets/css/main.css?ver=6.9.4 — 200 — 46.4 KiB — 777 ms — http/1.1https://pccc.com/wp-content/plugins/saasland-core/assets/css/responsive.css?ver=6.9.4/wp-content/plugins/saasland-core/a... https://pccc.com/wp-content/plugins/saasland-core/assets/css/responsive.css?ver=6.9.4 — 200 — 14.4 KiB — 557 ms — http/1.1https://pccc.com/wp-content/plugins/saasland-core/assets/vendors/simple-line-icon/simple-line-icons.min.css?ver=6.9.4/wp-content/plugins/saasland-core/a... https://pccc.com/wp-content/plugins/saasland-core/assets/vendors/simple-line-icon/simple-line-icons.min.css?ver=6.9.4 — 200 — 2.5 KiB — 569 ms — http/1.1https://pccc.com/wp-content/plugins/saasland-core/assets/vendors/themify-icon/themify-icons.css?ver=6.9.4/wp-content/plugins/saasland-core/a... https://pccc.com/wp-content/plugins/saasland-core/assets/vendors/themify-icon/themify-icons.css?ver=6.9.4 — 200 — 3.4 KiB — 592 ms — http/1.1https://pccc.com/wp-content/plugins/saasland-core/assets/vendors/flaticon/flaticon.css?ver=6.9.4/wp-content/plugins/saasland-core/a... https://pccc.com/wp-content/plugins/saasland-core/assets/vendors/flaticon/flaticon.css?ver=6.9.4 — 200 — 840 B — 608 ms — http/1.1https://pccc.com/wp-content/plugins/saasland-core/assets/vendors/icomoon/style.css?ver=6.9.4/wp-content/plugins/saasland-core/a... https://pccc.com/wp-content/plugins/saasland-core/assets/vendors/icomoon/style.css?ver=6.9.4 — 200 — 1.7 KiB — 610 ms — http/1.1https://pccc.com/wp-content/plugins/saasland-core/assets/vendors/elagent/style.min.css?ver=6.9.4/wp-content/plugins/saasland-core/a... https://pccc.com/wp-content/plugins/saasland-core/assets/vendors/elagent/style.min.css?ver=6.9.4 — 200 — 4.5 KiB — 680 ms — http/1.1https://pccc.com/wp-content/plugins/saasland-core/assets/vendors/merge/magnify-pop/magnific-popup.min.css?ver=6.9.4/wp-content/plugins/saasland-core/a... https://pccc.com/wp-content/plugins/saasland-core/assets/vendors/merge/magnify-pop/magnific-popup.min.css?ver=6.9.4 — 200 — 2.0 KiB — 689 ms — http/1.1https://pccc.com/wp-content/plugins/saasland-core/assets/vendors/merge/magnify-pop/magnifier.min.css?ver=6.9.4/wp-content/plugins/saasland-core/a... https://pccc.com/wp-content/plugins/saasland-core/assets/vendors/merge/magnify-pop/magnifier.min.css?ver=6.9.4 — 200 — 839 B — 686 ms — http/1.1https://pccc.com/wp-content/plugins/saasland-core/assets/css/remove-animation.css?ver=6.9.4/wp-content/plugins/saasland-core/a... https://pccc.com/wp-content/plugins/saasland-core/assets/css/remove-animation.css?ver=6.9.4 — 200 — 534 B — 713 ms — http/1.1https://pccc.com/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css?ver=5.48.0/wp-content/plugins/elementor/asset... https://pccc.com/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css?ver=5.48.0 — 200 — 4.8 KiB — 716 ms — http/1.1https://pccc.com/wp-content/uploads/elementor/css/post-5.css?ver=1776239500/wp-content/uploads/elementor/css/p... https://pccc.com/wp-content/uploads/elementor/css/post-5.css?ver=1776239500 — 200 — 838 B — 801 ms — http/1.1https://pccc.com/wp-content/plugins/elementor/assets/css/widget-heading.min.css?ver=4.0.2/wp-content/plugins/elementor/asset... https://pccc.com/wp-content/plugins/elementor/assets/css/widget-heading.min.css?ver=4.0.2 — 200 — 597 B — 788 ms — http/1.1https://pccc.com/wp-content/plugins/elementor/assets/css/widget-image.min.css?ver=4.0.2/wp-content/plugins/elementor/asset... https://pccc.com/wp-content/plugins/elementor/assets/css/widget-image.min.css?ver=4.0.2 — 200 — 571 B — 817 ms — http/1.1https://pccc.com/wp-content/plugins/elementor/assets/css/widget-divider.min.css?ver=4.0.2/wp-content/plugins/elementor/asset... https://pccc.com/wp-content/plugins/elementor/assets/css/widget-divider.min.css?ver=4.0.2 — 200 — 1.2 KiB — 814 ms — http/1.1https://pccc.com/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-grow.min.css?ver=4.0.2/wp-content/plugins/elementor/asset... https://pccc.com/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-grow.min.css?ver=4.0.2 — 200 — 554 B — 818 ms — http/1.1https://pccc.com/wp-content/plugins/elementor/assets/lib/swiper/v8/css/swiper.min.css?ver=8.4.5/wp-content/plugins/elementor/asset... https://pccc.com/wp-content/plugins/elementor/assets/lib/swiper/v8/css/swiper.min.css?ver=8.4.5 — 200 — 4.9 KiB — 875 ms — http/1.1https://pccc.com/wp-content/plugins/elementor/assets/css/conditionals/e-swiper.min.css?ver=4.0.2/wp-content/plugins/elementor/asset... https://pccc.com/wp-content/plugins/elementor/assets/css/conditionals/e-swiper.min.css?ver=4.0.2 — 200 — 1.2 KiB — 887 ms — http/1.1https://pccc.com/wp-content/plugins/elementor-pro/assets/css/widget-testimonial-carousel.min.css?ver=4.0.2/wp-content/plugins/elementor-pro/a... https://pccc.com/wp-content/plugins/elementor-pro/assets/css/widget-testimonial-carousel.min.css?ver=4.0.2 — 200 — 1.9 KiB — 909 ms — http/1.1https://pccc.com/wp-content/plugins/elementor-pro/assets/css/widget-carousel-module-base.min.css?ver=4.0.2/wp-content/plugins/elementor-pro/a... https://pccc.com/wp-content/plugins/elementor-pro/assets/css/widget-carousel-module-base.min.css?ver=4.0.2 — 200 — 1.1 KiB — 918 ms — http/1.1https://pccc.com/wp-content/plugins/elementor-pro/assets/css/widget-call-to-action.min.css?ver=4.0.2/wp-content/plugins/elementor-pro/a... https://pccc.com/wp-content/plugins/elementor-pro/assets/css/widget-call-to-action.min.css?ver=4.0.2 — 200 — 1.7 KiB — 949 ms — http/1.1https://pccc.com/wp-content/plugins/elementor-pro/assets/css/conditionals/transitions.min.css?ver=4.0.2/wp-content/plugins/elementor-pro/a... https://pccc.com/wp-content/plugins/elementor-pro/assets/css/conditionals/transitions.min.css?ver=4.0.2 — 200 — 1.0 KiB — 923 ms — http/1.1https://pccc.com/wp-content/uploads/elementor/css/post-8357.css?ver=1776239500/wp-content/uploads/elementor/css/p... https://pccc.com/wp-content/uploads/elementor/css/post-8357.css?ver=1776239500 — 200 — 3.0 KiB — 977 ms — http/1.1https://fonts.googleapis.com/css?family=Poppins:500,600%7COpen%20Sans:500&display=swap&ver=1719878411fonts.googleapis.com/css?family=Pop... https://fonts.googleapis.com/css?family=Poppins:500,600%7COpen%20Sans:500&display=swap&ver=1719878411 — 200 — 1.8 KiB — 50 ms — h2https://pccc.com/wp-content/uploads/elementor/google-fonts/css/roboto.css?ver=1742284339/wp-content/uploads/elementor/googl... https://pccc.com/wp-content/uploads/elementor/google-fonts/css/roboto.css?ver=1742284339 — 200 — 3.2 KiB — 987 ms — http/1.1https://pccc.com/wp-content/uploads/elementor/google-fonts/css/robotoslab.css?ver=1742284356/wp-content/uploads/elementor/googl... https://pccc.com/wp-content/uploads/elementor/google-fonts/css/robotoslab.css?ver=1742284356 — 200 — 1.3 KiB — 1.0 s — http/1.1https://pccc.com/wp-content/uploads/elementor/google-fonts/css/opensans.css?ver=1742284390/wp-content/uploads/elementor/googl... https://pccc.com/wp-content/uploads/elementor/google-fonts/css/opensans.css?ver=1742284390 — 200 — 3.0 KiB — 1.0 s — http/1.1https://pccc.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/fontawesome.min.css?ver=5.15.3/wp-content/plugins/elementor/asset... https://pccc.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/fontawesome.min.css?ver=5.15.3 — 200 — 12.8 KiB — 1.0 s — http/1.1https://pccc.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/regular.min.css?ver=5.15.3/wp-content/plugins/elementor/asset... https://pccc.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/regular.min.css?ver=5.15.3 — 200 — 745 B — 1.1 s — http/1.1https://pccc.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1/wp-includes/js/jquery/jquery.min.j... https://pccc.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 — 200 — 30.1 KiB — 1.1 s — http/1.1https://pccc.com/wp-content/plugins/saasland-core/inc/parallax/assets/js/parallax.min.js?ver=1.0.0/wp-content/plugins/saasland-core/i... https://pccc.com/wp-content/plugins/saasland-core/inc/parallax/assets/js/parallax.min.js?ver=1.0.0 — 200 — 5.6 KiB — 1.1 s — http/1.1https://pccc.com/wp-content/plugins/saasland-core/inc/parallax/assets/js/parallax.move.js?ver=1.0.0/wp-content/plugins/saasland-core/i... https://pccc.com/wp-content/plugins/saasland-core/inc/parallax/assets/js/parallax.move.js?ver=1.0.0 — 200 — 4.4 KiB — 1.1 s — http/1.1https://pccc.com/wp-content/plugins/saasland-core/inc/parallax/assets/js/parallax.scrolling.js?ver=1.0.0/wp-content/plugins/saasland-core/i... https://pccc.com/wp-content/plugins/saasland-core/inc/parallax/assets/js/parallax.scrolling.js?ver=1.0.0 — 200 — 2.4 KiB — 1.1 s — http/1.1https://pccc.com/wp-content/themes/saasland/assets/vendors/nice-select/jquery.nice-select.min.js?ver=6.9.4/wp-content/themes/saasland/assets/... https://pccc.com/wp-content/themes/saasland/assets/vendors/nice-select/jquery.nice-select.min.js?ver=6.9.4 — 200 — 1.5 KiB — 1.1 s — http/1.1https://pccc.com/wp-content/uploads/2022/04/cP_orange_RGB.png/wp-content/uploads/2022/04/cP_oran... https://pccc.com/wp-content/uploads/2022/04/cP_orange_RGB.png — 200 — 6.2 KiB — 1.1 s — http/1.1https://pccc.com/wp-content/uploads/2022/04/pccc-logo-horizontal-white-200x50-1.png/wp-content/uploads/2022/04/pccc-lo... https://pccc.com/wp-content/uploads/2022/04/pccc-logo-horizontal-white-200x50-1.png — 200 — 4.9 KiB — 111 ms — http/1.1https://pccc.com/wp-content/uploads/2022/03/pccc-logo-horizontal-blue-200x50-1.png/wp-content/uploads/2022/03/pccc-lo... https://pccc.com/wp-content/uploads/2022/03/pccc-logo-horizontal-blue-200x50-1.png — 200 — 5.1 KiB — 107 ms — http/1.1https://pccc.com/wp-content/uploads/2022/04/Garrett-Bradlyn.png/wp-content/uploads/2022/04/Garrett... https://pccc.com/wp-content/uploads/2022/04/Garrett-Bradlyn.png — 200 — 221.4 KiB — 409 ms — http/1.1https://pccc.com/wp-content/uploads/2022/04/jake-mattison.jpg/wp-content/uploads/2022/04/jake-ma... https://pccc.com/wp-content/uploads/2022/04/jake-mattison.jpg — 200 — 72.2 KiB — 221 ms — http/1.1https://pccc.com/wp-content/uploads/redux/custom-fonts/fonts.css?ver=1674186719/wp-content/uploads/redux/custom-fo... https://pccc.com/wp-content/uploads/redux/custom-fonts/fonts.css?ver=1674186719 — 200 — 404 B — 115 ms — http/1.1https://cdn.lordicon.com/libs/mssddfmo/lord-icon-2.1.0.js?ver=2.1.0cdn.lordicon.com/libs/mssddfmo/lord... https://cdn.lordicon.com/libs/mssddfmo/lord-icon-2.1.0.js?ver=2.1.0 — 301 — 311 B — 18 ms — h2https://www.googletagmanager.com/gtag/js?id=G-24H18FYP4Pwww.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-24H18FYP4P — 200 — 169.4 KiB — 45 ms — h2https://pccc.com/wp-content/uploads/elementor/css/post-3189.css?ver=1776239501/wp-content/uploads/elementor/css/p... https://pccc.com/wp-content/uploads/elementor/css/post-3189.css?ver=1776239501 — 200 — 1.4 KiB — 109 ms — http/1.1https://cdn.lordicon.com/lordicon.jscdn.lordicon.com/lordicon.js https://cdn.lordicon.com/lordicon.js — 200 — 82.4 KiB — 11 ms — h2https://pccc.com/wp-content/plugins/elementor-pro/assets/css/widget-share-buttons.min.css?ver=4.0.2/wp-content/plugins/elementor-pro/a... https://pccc.com/wp-content/plugins/elementor-pro/assets/css/widget-share-buttons.min.css?ver=4.0.2 — 200 — 2.7 KiB — 105 ms — http/1.1https://pccc.com/wp-content/plugins/elementor/assets/css/conditionals/apple-webkit.min.css?ver=4.0.2/wp-content/plugins/elementor/asset... https://pccc.com/wp-content/plugins/elementor/assets/css/conditionals/apple-webkit.min.css?ver=4.0.2 — 200 — 985 B — 102 ms — http/1.1https://pccc.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/solid.min.css?ver=5.15.3/wp-content/plugins/elementor/asset... https://pccc.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/solid.min.css?ver=5.15.3 — 200 — 746 B — 103 ms — http/1.1https://pccc.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/brands.min.css?ver=5.15.3/wp-content/plugins/elementor/asset... https://pccc.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/brands.min.css?ver=5.15.3 — 200 — 745 B — 119 ms — http/1.1https://pccc.com/wp-content/uploads/elementor/google-fonts/css/poppins.css?ver=1742284398/wp-content/uploads/elementor/googl... https://pccc.com/wp-content/uploads/elementor/google-fonts/css/poppins.css?ver=1742284398 — 200 — 1.1 KiB — 103 ms — http/1.1https://pccc.com/wp-content/plugins/slider-revolution/public/assets/css/rs6.css?ver=6.5.19/wp-content/plugins/slider-revoluti... https://pccc.com/wp-content/plugins/slider-revolution/public/assets/css/rs6.css?ver=6.5.19 — 200 — 12.6 KiB — 112 ms — http/1.1https://region1.google-analytics.com/g/collect?v=2&tid=G-24H18FYP4P&gtm=45je64f0v878960281za200zd878960281&_p=1776363354907&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&gdid=dZTNiMT&are=1&cid=1008439324.1776363355&frm=0&pscdl=noapi&rcb=5&sr=412x823&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=0~115938465~115938468~117266400&sid=1776363355&sct=1&seg=0&dl=https%3A%2F%2Fpccc.com%2F&dt=Industry%20Leading%20Computer%20IT%20Support%20%7C%20PCCC&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=1749region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-24H18FYP4P&gtm=45je64f0v878960281za200zd878960281&_p=1776363354907&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&gdid=dZTNiMT&are=1&cid=1008439324.1776363355&frm=0&pscdl=noapi&rcb=5&sr=412x823&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=0~115938465~115938468~117266400&sid=1776363355&sct=1&seg=0&dl=https%3A%2F%2Fpccc.com%2F&dt=Industry%20Leading%20Computer%20IT%20Support%20%7C%20PCCC&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=1749 — 204 — 544 B — 103 ms — h2https://pccc.com/wp-content/plugins/saasland-core/assets/vendors/merge/magnify-pop/jquery.magnific-popup.min.js?ver=1.1.0/wp-content/plugins/saasland-core/a... https://pccc.com/wp-content/plugins/saasland-core/assets/vendors/merge/magnify-pop/jquery.magnific-popup.min.js?ver=1.1.0 — 200 — 7.6 KiB — 111 ms — http/1.1https://pccc.com/wp-content/plugins/saasland-core/assets/vendors/merge/magnify-pop/magnifier.js?ver=1.0/wp-content/plugins/saasland-core/a... https://pccc.com/wp-content/plugins/saasland-core/assets/vendors/merge/magnify-pop/magnifier.js?ver=1.0 — 200 — 4.5 KiB — 119 ms — http/1.1https://pccc.com/wp-content/plugins/saasland-core/assets/vendors/wow/wow.min.js?ver=1.1.3/wp-content/plugins/saasland-core/a... https://pccc.com/wp-content/plugins/saasland-core/assets/vendors/wow/wow.min.js?ver=1.1.3 — 200 — 3.1 KiB — 104 ms — http/1.1https://pccc.com/wp-content/plugins/saasland-core/assets/js/main.js?ver=1.0/wp-content/plugins/saasland-core/a... https://pccc.com/wp-content/plugins/saasland-core/assets/js/main.js?ver=1.0 — 200 — 2.7 KiB — 121 ms — http/1.1https://pccc.com/wp-content/plugins/saasland-core/template-modules/header-footer/assets/scripts/public.js?ver=1776363294/wp-content/plugins/saasland-core/t... https://pccc.com/wp-content/plugins/saasland-core/template-modules/header-footer/assets/scripts/public.js?ver=1776363294 — 200 — 1.2 KiB — 111 ms — http/1.1https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLEj6Z1xlFd2JQEk.woff2fonts.gstatic.com/s/poppins/v24/pxi... https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLEj6Z1xlFd2JQEk.woff2 — 200 — 7.8 KiB — 13 ms — h3https://pccc.com/wp-content/uploads/elementor/google-fonts/fonts/opensans-memvyags126mizpba-uvwbx2vvnxbbobj2ovts-muw.woff2/wp-content/uploads/elementor/googl... https://pccc.com/wp-content/uploads/elementor/google-fonts/fonts/opensans-memvyags126mizpba-uvwbx2vvnxbbobj2ovts-muw.woff2 — 200 — 47.6 KiB — 233 ms — http/1.1https://pccc.com/wp-content/plugins/saasland-core/assets/vendors/themify-icon/fonts/themify.woff?-fvbane/wp-content/plugins/saasland-core/a... https://pccc.com/wp-content/plugins/saasland-core/assets/vendors/themify-icon/fonts/themify.woff?-fvbane — 200 — 34.2 KiB — 146 ms — http/1.1https://pccc.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.woff2/wp-content/plugins/elementor/asset... https://pccc.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.woff2 — 200 — 13.4 KiB — 151 ms — http/1.1https://pccc.com/wp-content/uploads/elementor/google-fonts/fonts/opensans-memtyags126mizpba-ufuicvxscekx2cmqvxlwqwuu6f.woff2/wp-content/uploads/elementor/googl... https://pccc.com/wp-content/uploads/elementor/google-fonts/fonts/opensans-memtyags126mizpba-ufuicvxscekx2cmqvxlwqwuu6f.woff2 — 200 — 49.6 KiB — 162 ms — http/1.1https://pccc.com/wp-content/themes/saasland/assets/vendors/bootstrap/js/popper.min.js?ver=2.9.2/wp-content/themes/saasland/assets/... https://pccc.com/wp-content/themes/saasland/assets/vendors/bootstrap/js/popper.min.js?ver=2.9.2 — 200 — 6.9 KiB — 129 ms — http/1.1https://pccc.com/wp-content/themes/saasland/assets/vendors/bootstrap/js/bootstrap.min.js?ver=5.0.2/wp-content/themes/saasland/assets/... https://pccc.com/wp-content/themes/saasland/assets/vendors/bootstrap/js/bootstrap.min.js?ver=5.0.2 — 200 — 16.0 KiB — 111 ms — http/1.1https://pccc.com/wp-content/themes/saasland/assets/js/saasland.min.js?ver=1776363294/wp-content/themes/saasland/assets/... https://pccc.com/wp-content/themes/saasland/assets/js/saasland.min.js?ver=1776363294 — 200 — 4.6 KiB — 109 ms — http/1.1https://pccc.com/wp-content/plugins/saasland-core/assets/vendors/scroll/jquery.mCustomScrollbar.concat.min.js?ver=3.1.13/wp-content/plugins/saasland-core/a... https://pccc.com/wp-content/plugins/saasland-core/assets/vendors/scroll/jquery.mCustomScrollbar.concat.min.js?ver=3.1.13 — 200 — 13.1 KiB — 114 ms — http/1.1https://pccc.com/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js?ver=4.0.2/wp-content/plugins/elementor/asset... https://pccc.com/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js?ver=4.0.2 — 200 — 2.9 KiB — 105 ms — http/1.1https://pccc.com/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=4.0.2/wp-content/plugins/elementor/asset... https://pccc.com/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=4.0.2 — 200 — 16.0 KiB — 125 ms — http/1.1https://pccc.com/wp-includes/js/jquery/ui/core.min.js?ver=1.13.3/wp-includes/js/jquery/ui/core.min.... https://pccc.com/wp-includes/js/jquery/ui/core.min.js?ver=1.13.3 — 200 — 7.4 KiB — 105 ms — http/1.1https://pccc.com/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=4.0.2/wp-content/plugins/elementor/asset... https://pccc.com/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=4.0.2 — 200 — 10.5 KiB — 102 ms — http/1.1https://pccc.com/wp-content/plugins/elementor/assets/lib/swiper/v8/swiper.min.js?ver=8.4.5/wp-content/plugins/elementor/asset... https://pccc.com/wp-content/plugins/elementor/assets/lib/swiper/v8/swiper.min.js?ver=8.4.5 — 200 — 39.2 KiB — 110 ms — http/1.1https://pccc.com/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxibyp8kv8jhgfvrlej6z1xlfq.woff2/wp-content/uploads/elementor/googl... https://pccc.com/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxibyp8kv8jhgfvrlej6z1xlfq.woff2 — 200 — 8.3 KiB — 107 ms — http/1.1https://pccc.com/wp-content/plugins/elementor-pro/assets/js/webpack-pro.runtime.min.js?ver=4.0.2/wp-content/plugins/elementor-pro/a... https://pccc.com/wp-content/plugins/elementor-pro/assets/js/webpack-pro.runtime.min.js?ver=4.0.2 — 200 — 3.2 KiB — 103 ms — http/1.1https://pccc.com/wp-includes/js/dist/hooks.min.js?ver=dd5603f07f9220ed27f1/wp-includes/js/dist/hooks.min.js?v... https://pccc.com/wp-includes/js/dist/hooks.min.js?ver=dd5603f07f9220ed27f1 — 200 — 2.3 KiB — 108 ms — http/1.1https://pccc.com/wp-includes/js/dist/i18n.min.js?ver=c26c3dc7bed366793375/wp-includes/js/dist/i18n.min.js?ve... https://pccc.com/wp-includes/js/dist/i18n.min.js?ver=c26c3dc7bed366793375 — 200 — 2.6 KiB — 105 ms — http/1.1https://pccc.com/wp-content/plugins/elementor-pro/assets/js/frontend.min.js?ver=4.0.2/wp-content/plugins/elementor-pro/a... https://pccc.com/wp-content/plugins/elementor-pro/assets/js/frontend.min.js?ver=4.0.2 — 200 — 6.7 KiB — 102 ms — http/1.1https://pccc.com/wp-content/plugins/elementor-pro/assets/js/elements-handlers.min.js?ver=4.0.2/wp-content/plugins/elementor-pro/a... https://pccc.com/wp-content/plugins/elementor-pro/assets/js/elements-handlers.min.js?ver=4.0.2 — 200 — 10.7 KiB — 102 ms — http/1.1https://pccc.com/wp-content/plugins/saasland-core/inc/parallax/assets/js/scripts.js?ver=1.0.0/wp-content/plugins/saasland-core/i... https://pccc.com/wp-content/plugins/saasland-core/inc/parallax/assets/js/scripts.js?ver=1.0.0 — 200 — 1.9 KiB — 102 ms — http/1.1https://pccc.com/wp-content/plugins/saasland-core/assets/js/saasland-elementor.js?ver=1.0/wp-content/plugins/saasland-core/a... https://pccc.com/wp-content/plugins/saasland-core/assets/js/saasland-elementor.js?ver=1.0 — 200 — 4.9 KiB — 106 ms — http/1.1https://pccc.com/wp-content/uploads/2019/01/author.jpg/wp-content/uploads/2019/01/author.... https://pccc.com/wp-content/uploads/2019/01/author.jpg — 200 — 3.0 KiB — 112 ms — http/1.1https://pccc.com/wp-content/uploads/2022/04/brianCraig.webp/wp-content/uploads/2022/04/brianCr... https://pccc.com/wp-content/uploads/2022/04/brianCraig.webp — 200 — 3.0 KiB — 114 ms — http/1.1https://pccc.com/wp-content/uploads/2022/04/John-Lloyd.jpg/wp-content/uploads/2022/04/John-Ll... https://pccc.com/wp-content/uploads/2022/04/John-Lloyd.jpg — 200 — 7.3 KiB — 103 ms — http/1.1https://pccc.com/wp-content/uploads/2022/04/Daniella-Thompson.jpg/wp-content/uploads/2022/04/Daniell... https://pccc.com/wp-content/uploads/2022/04/Daniella-Thompson.jpg — 200 — 11.9 KiB — 121 ms — http/1.1https://pccc.com/wp-content/uploads/2022/04/Zach-Rainy.jpg/wp-content/uploads/2022/04/Zach-Ra... https://pccc.com/wp-content/uploads/2022/04/Zach-Rainy.jpg — 200 — 8.7 KiB — 120 ms — http/1.1https://pccc.com/wp-content/uploads/2022/04/Knute-Judsen.jpg/wp-content/uploads/2022/04/Knute-J... https://pccc.com/wp-content/uploads/2022/04/Knute-Judsen.jpg — 200 — 8.9 KiB — 118 ms — http/1.1blob:https://pccc.com/64197adf-fb13-4946-b4a9-88556b04df22pccc.com/64197adf-fb13-4946-b4a9-88... blob:https://pccc.com/64197adf-fb13-4946-b4a9-88556b04df22 — 200 — -1 B — 133 ms — blobhttps://pccc.com/wp-content/uploads/2022/04/Ed-Martino.jpg/wp-content/uploads/2022/04/Ed-Mart... https://pccc.com/wp-content/uploads/2022/04/Ed-Martino.jpg — 200 — 10.0 KiB — 114 ms — http/1.1https://pccc.com/wp-content/uploads/2022/04/Steve-Swaney.jpg/wp-content/uploads/2022/04/Steve-S... https://pccc.com/wp-content/uploads/2022/04/Steve-Swaney.jpg — 200 — 7.7 KiB — 105 ms — http/1.1https://pccc.com/wp-content/uploads/2022/04/Steve-Meyer.jpg/wp-content/uploads/2022/04/Steve-M... https://pccc.com/wp-content/uploads/2022/04/Steve-Meyer.jpg — 200 — 8.7 KiB — 103 ms — http/1.1https://pccc.com/wp-content/plugins/slider-revolution/public/assets/js/rbtools.min.js?ver=6.5.18/wp-content/plugins/slider-revoluti... https://pccc.com/wp-content/plugins/slider-revolution/public/assets/js/rbtools.min.js?ver=6.5.18 — 200 — 48.1 KiB — 128 ms — http/1.1https://pccc.com/wp-content/plugins/slider-revolution/public/assets/js/rs6.min.js?ver=6.5.19/wp-content/plugins/slider-revoluti... https://pccc.com/wp-content/plugins/slider-revolution/public/assets/js/rs6.min.js?ver=6.5.19 — 200 — 99.0 KiB — 128 ms — http/1.1https://pccc.com/wp-content/plugins/elementor/assets/js/section-frontend-handlers.d85ab872da118940910d.bundle.min.js/wp-content/plugins/elementor/asset... https://pccc.com/wp-content/plugins/elementor/assets/js/section-frontend-handlers.d85ab872da118940910d.bundle.min.js — 200 — 722 B — 109 ms — http/1.1https://pccc.com/wp-content/plugins/elementor/assets/js/shared-frontend-handlers.03caa53373b56d3bab67.bundle.min.js/wp-content/plugins/elementor/asset... https://pccc.com/wp-content/plugins/elementor/assets/js/shared-frontend-handlers.03caa53373b56d3bab67.bundle.min.js — 200 — 3.0 KiB — 106 ms — http/1.1https://pccc.com/wp-content/plugins/elementor/assets/js/text-editor.45609661e409413f1cef.bundle.min.js/wp-content/plugins/elementor/asset... https://pccc.com/wp-content/plugins/elementor/assets/js/text-editor.45609661e409413f1cef.bundle.min.js — 200 — 1.1 KiB — 101 ms — http/1.1https://pccc.com/wp-content/plugins/elementor-pro/assets/js/carousel.e2af910b095554625156.bundle.min.js/wp-content/plugins/elementor-pro/a... https://pccc.com/wp-content/plugins/elementor-pro/assets/js/carousel.e2af910b095554625156.bundle.min.js — 200 — 2.1 KiB — 106 ms — http/1.1https://pccc.com/wp-content/plugins/elementor-pro/assets/js/share-buttons.b99b5ff11c944a3a8ea9.bundle.min.js/wp-content/plugins/elementor-pro/a... https://pccc.com/wp-content/plugins/elementor-pro/assets/js/share-buttons.b99b5ff11c944a3a8ea9.bundle.min.js — 200 — 1.2 KiB — 115 ms — http/1.1https://pccc.com/wp-content/uploads/elementor/thumbs/raptor-logo-vertical-blue-400x400-1-pnnyob14p4jd6eqe2t9e9dj6achd0duxg4apahasf0.png/wp-content/uploads/elementor/thumb... https://pccc.com/wp-content/uploads/elementor/thumbs/raptor-logo-vertical-blue-400x400-1-pnnyob14p4jd6eqe2t9e9dj6achd0duxg4apahasf0.png — 200 — 11.7 KiB — 101 ms — http/1.1https://pccc.com/wp-includes/js/wp-emoji-release.min.js?ver=6.9.4/wp-includes/js/wp-emoji-release.mi... https://pccc.com/wp-includes/js/wp-emoji-release.min.js?ver=6.9.4 — 200 — 5.7 KiB — 105 ms — http/1.1https://pccc.com/wp-content/uploads/elementor/thumbs/PCCC-Traning-Badge-e1650671061951-pnrgoxb1tatrtx1heshffkqg4o2dadx5uapjdit5jw.png/wp-content/uploads/elementor/thumb... https://pccc.com/wp-content/uploads/elementor/thumbs/PCCC-Traning-Badge-e1650671061951-pnrgoxb1tatrtx1heshffkqg4o2dadx5uapjdit5jw.png — 200 — 24.3 KiB — 101 ms — http/1.1https://pccc.com/wp-content/plugins/elementor/assets/lib/share-link/share-link.min.js?ver=4.0.2/wp-content/plugins/elementor/asset... https://pccc.com/wp-content/plugins/elementor/assets/lib/share-link/share-link.min.js?ver=4.0.2 — 200 — 1.6 KiB — 104 ms — http/1.1https://pccc.com/wp-content/uploads/2022/04/cropped-PCCC-Logo-Vertical-Blue-2000x2000-2-32x32.png/wp-content/uploads/2022/04/cropped... https://pccc.com/wp-content/uploads/2022/04/cropped-PCCC-Logo-Vertical-Blue-2000x2000-2-32x32.png — 200 — 2.2 KiB — 102 ms — http/1.1
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
37% of JavaScript execution is third-party
First-party Third-party 1562ms · 169KB · $21/mo
Google Tag Manager
Tag Manager
Costly
Execution 869ms
Transfer 169 KB
Unused 40%
Monthly Cost $12/mo
Unattributable
Other
Costly
Execution 694ms
Transfer 0 KB
Monthly Cost $9/mo

These scripts may cost more than they're worth

  • Google Tag Manager adds 869ms and costs ~$12/month
  • Unattributable adds 694ms and costs ~$9/month

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