Skip to content
https://siteworth.co

Performance

· 22 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
84
GRADE
B
FIX
1
REVIEW
8
PASS
10
INFO
3

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

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

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

1.31 s

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

1.65 s

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

12 ms

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

0.010

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

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

1.69 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
22
10 PASS 8 REVIEW 1 FIX
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
50% third-party, 0 ms blocking
REVIEW
50% third-party, 0 ms blocking
Info::
Third-party code accounts for 50% of page weight (521.1 KiB of 1.0 MiB)
Info::
Third-party blocking time is low (0 ms)
50%
50%
First-party Third-party
C
Image Optimization
Action
12 images, 0 KB saveable
REVIEW
12 images, 0 KB saveable
Warning::
https://siteworth.co/core/img/32947_SiteWorth_logo... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://siteworth.co/site_snapshot/google.com.jpg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://siteworth.co/theme/default/img/no-preview.... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://siteworth.co/site_snapshot/ibpsguide.com.j... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://siteworth.co/site_snapshot/wikipedia.org.j... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://siteworth.co/site_snapshot/facebook.com.jp... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
12 images 239 KB
0 oversized -0 KB
12 legacy format
6 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

C
JS Execution Cost
Action
1059ms total JS execution
REVIEW
1059ms total JS execution
Warning::
https://siteworth.co/: 297ms CPU time
Warning::
https://pagead2.googlesyndication.com/pagead/manag...: 269ms CPU time
Info::
Unattributable: 145ms CPU time
Info::
https://pagead2.googlesyndication.com/pagead/js/ad...: 100ms CPU time
Info::
https://www.google-analytics.com/analytics.js: 79ms CPU time
Warning::
Third-party scripts: 559ms (53% of total)

Main Thread Breakdown

Script Evaluation 39% Other 22% Style & Layout 21% Script Parsing & Compilation 10% Rendering 4%
ScriptTotalScriptingParse/CompileParty
https://siteworth.co/297ms3ms2ms1st
https://pagead2.googlesyndication.com/pagead/managed/js/adsense/m202607060101/show_ads_impl_fy2021.js?bust=31099585269ms197ms32ms3rd
Unattributable145ms4ms0ms1st
https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js100ms60ms36ms3rd
https://www.google-analytics.com/analytics.js79ms54ms18ms3rd
https://code.jquery.com/jquery-1.10.2.min.js60ms46ms4ms3rd
https://siteworth.co/theme/default/js/AdminLTE/app.js57ms11ms2ms1st
https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js51ms38ms4ms3rd
C
JS Bundles
Action
15 scripts, 187 KB unused
REVIEW
15 scripts, 187 KB unused
Warning::
https://pagead2.googlesyndication.com/pagead/manag...: 115 KB unused (70%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://pagead2.googlesyndication.com/pagead/js/ad...: 26 KB unused (47%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://cdnjs.cloudflare.com/ajax/libs/raphael/2.1...: 23 KB unused (88%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://ajax.googleapis.com/ajax/libs/jquery/1.10....: 22 KB unused (69%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 187 KB
187 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://pagead2.googlesyndication.com/pagead/managed/js/adsense/m202607060101/show_ads_impl_fy2021.js?bust=31099585165 KB115 KB (70%)3rd
https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js55 KB26 KB (47%)3rd
https://cdnjs.cloudflare.com/ajax/libs/raphael/2.1.0/raphael-min.js28 KB23 KB (88%)3rd
https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js33 KB22 KB (69%)3rd
https://siteworth.co/theme/default/js/plugins/jvectormap/jquery-jvectormap-1.2.2.min.js11 KB1st
https://siteworth.co/theme/default/js/plugins/morris/morris.min.js13 KB1st
https://siteworth.co/theme/default/js/bootstrap.min.js10 KB1st
https://siteworth.co/theme/default/js/plugins/jvectormap/jquery-jvectormap-world-mill-en.js54 KB1st
https://siteworth.co/theme/default/js/plugins/jqueryKnob/jquery.knob.js6 KB1st
https://siteworth.co/theme/default/js/AdminLTE/app.js15 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

B
HTTP/3 (QUIC)
HTTP/3 not advertised
REVIEW
HTTP/3 not advertised
Info::
HTTP/3 (QUIC) is not advertised
HTTP/3 isn't advertised via Alt-Svc and the worker didn't negotiate h3. HTTP/3 reduces handshake latency (1-RTT instead of 2-3 RTTs) and is more resilient on lossy connections. Most modern CDNs (Cloudflare, Fastly, AWS CloudFront, Google Cloud CDN) support HTTP/3 with a single config switch -- consider enabling for mobile-heavy workloads.
B
Compression Algorithm
Main response uses gzip; brotli would be ~20% smaller
REVIEW
Main response uses gzip; brotli would be ~20% smaller
Info::
Main HTML response uses gzip (brotli would be ~20% smaller)
All current browsers support brotli. Most CDNs (Cloudflare, Fastly, AWS CloudFront, Vercel, Netlify) can switch from gzip to brotli with a single config flag. Origin servers (nginx, Apache) need a brotli module compiled in -- nginx-brotli or Apache mod_brotli.
B
Server-Timing Observability
No Server-Timing header found
REVIEW
No Server-Timing header found
Info::
No Server-Timing header found
Server-Timing exposes backend timing breakdowns to browser DevTools (e.g., `db: 45ms; render: 120ms; cache: 2ms`). Useful for diagnosing slow pages without backend log access. Most modern frameworks (Next.js, Cloudflare Workers, Fastly) emit it automatically; absence on a managed platform usually means telemetry headers are stripped at the edge.
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

A
Page Weight Budget
1.0 MB transferred, 55 requests
PASS
1.0 MB transferred, 55 requests
Info::
Page weighs 2.3 MB (1.0 MB transferred)
Info::
55 HTTP requests
Info::
Estimated 0.21 g CO2 per page load
1.0 MB / 2.4 MB budget
1.0 MB transferred
55 requests
0.21 g CO2 per page load
JavaScript 481.0 KiB 46%
Images 239.0 KiB 23%
Fonts 167.5 KiB 16%
CSS 69.9 KiB 7%
HTML 55.3 KiB 5%
Other 16.4 KiB 2%
Other 13.7 KiB 1%
Other 20 B 0%
0 2.4 MB 4.9 MB
Under budget
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 (167 KB)
PASS
6 fonts (167 KB)
Info::
6 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

6

167 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 500 ms 1.0 s 1.5 s FCP 1.3 s LCP 1.6 shttps://fonts.gstatic.com/s/sourcesanspro/v23/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7lujVj9w.woff26xK3dSBYKcSV-LCoeQqfX1R... https://fonts.gstatic.com/s/sourcesanspro/v23/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7lujVj9w.woff2 — 14.6 KiB — 67 ms — font-display: swaphttps://fonts.gstatic.com/s/sourcesanspro/v23/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwlxdu3cOWxw.woff26xKydSBYKcSV-LCoeQqfX1R... https://fonts.gstatic.com/s/sourcesanspro/v23/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwlxdu3cOWxw.woff2 — 15.0 KiB — 54 ms — font-display: swaphttps://siteworth.co/theme/default/fonts/fontawesome-webfont.woff?v=4.1.0fontawesome-webfont.woff https://siteworth.co/theme/default/fonts/fontawesome-webfont.woff?v=4.1.0 — 81.9 KiB — 129 ms — font-display: swaphttps://fonts.gstatic.com/s/sourcesanspro/v23/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7nsDJB9cme.woff26xK1dSBYKcSV-LCoeQqfX1R... https://fonts.gstatic.com/s/sourcesanspro/v23/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7nsDJB9cme.woff2 — 14.0 KiB — 57 ms — font-display: swaphttps://fonts.gstatic.com/s/googlesans/v69/4Ua_rENHsxJlGDuGo1OIlJfC6l_24rlCK1Yo_Iqcsih3SAyH6cAwhX9RFD48TE63OOYKtrwEIJllpynAFyo4R4o.woff24Ua_rENHsxJlGDuGo1OIlJf... https://fonts.gstatic.com/s/googlesans/v69/4Ua_rENHsxJlGDuGo1OIlJfC6l_24rlCK1Yo_Iqcsih3SAyH6cAwhX9RFD48TE63OOYKtrwEIJllpynAFyo4R4o.woff2 — 20.7 KiB — 27 ms — font-display: swaphttps://fonts.gstatic.com/s/googlesans/v69/4Ua_rENHsxJlGDuGo1OIlJfC6l_24rlCK1Yo_Iqcsih3SAyH6cAwhX9RFD48TE63OOYKtrzjJ5llpynAFyo4R4o.woff24Ua_rENHsxJlGDuGo1OIlJf... https://fonts.gstatic.com/s/googlesans/v69/4Ua_rENHsxJlGDuGo1OIlJfC6l_24rlCK1Yo_Iqcsih3SAyH6cAwhX9RFD48TE63OOYKtrzjJ5llpynAFyo4R4o.woff2 — 21.2 KiB — 19 ms — font-display: swap
6xK3dSBYKcSV-LCoeQqfX1R... woff2 swap
Size 15 KB
Load time 67 ms
Start 775 ms
Risk FOUT — text flashes from fallback to web font
6xKydSBYKcSV-LCoeQqfX1R... woff2 swap
Size 15 KB
Load time 54 ms
Start 776 ms
Risk FOUT — text flashes from fallback to web font
fontawesome-webfont.woff woff swap
Size 82 KB
Load time 129 ms
Start 776 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
6xK1dSBYKcSV-LCoeQqfX1R... woff2 swap
Size 14 KB
Load time 57 ms
Start 776 ms
Risk FOUT — text flashes from fallback to web font
4Ua_rENHsxJlGDuGo1OIlJf... woff2 swap
Size 21 KB
Load time 27 ms
Start 1.6 s
Risk FOUT — text flashes from fallback to web font
4Ua_rENHsxJlGDuGo1OIlJf... woff2 swap
Size 21 KB
Load time 19 ms
Start 1.6 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 ~25 KB and ~50 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
A+
LCP Image Preload
LCP preload audit not available
PASS
LCP preload audit not available
Info::
LCP image preload audit not available for this scan
A+
Main HTML Cache-Control
Main HTML uses no-store -- correct for sensitive/dynamic content
PASS
Main HTML uses no-store -- correct for sensitive/dynamic content
Info::
Main HTML uses no-store -- correct for sensitive/dynamic content
Got: no-store, no-cache, must-revalidate
A+
Server Response Intelligence
2 server-response signal(s) detected
PASS
2 server-response signal(s) detected
Info::
`Vary` header declared: Accept-Encoding
The page declares a `Vary` header, telling downstream caches which request headers the response varies on. Critical for content-negotiated responses (compression, language, cookies, device class).
Info::
No `ETag` or `Last-Modified` -- conditional GET not supported
Without either header, browsers can't issue conditional GETs and refresh always re-downloads the full response body even when nothing changed. Add `ETag: "<hash>"` (or `Last-Modified: <date>`) on cacheable responses; the server returns 304 Not Modified when the client's cached copy is still valid, saving bandwidth.
A
Page Weight Inventory
55 resources · 1.0 MB · 187 KB savings available
PASS
55 resources · 1.0 MB · 187 KB savings available
Warning::
Page weight 1.0 MB exceeds 1 MB target by 19 KB
Got: 1.0 MB Expected: ≤ 1 MB
Info::
~187 KB of savings available
Warning::
29 third-party resources (50% of weight)
55 resources · 1.0 MiB · 29 third-party 18.7 KiB over 1MB target
JavaScript 46% · 481.0 KiB
Image 24% · 255.4 KiB
Font 16% · 167.5 KiB
CSS 7% · 69.9 KiB
Document 5% · 55.3 KiB
Other 1% · 13.7 KiB

~186.5 KiB of savings available

Remove unused JavaScript: 186.5 KiB
Network Waterfall
55 requests over 2932ms
INFO
0 ms 1.0 s 2.0 s 3.0 s FCP 1.3 s LCP 1.6 shttps://siteworth.co// https://siteworth.co/ — 200 — 10.6 KiB — 378 ms — h2https://siteworth.co/theme/default/css/theme.css/theme/default/css/theme.css https://siteworth.co/theme/default/css/theme.css — 200 — 31.2 KiB — 190 ms — h2https://siteworth.co/theme/default/css/font-awesome.min.css/theme/default/css/font-awesome.min... https://siteworth.co/theme/default/css/font-awesome.min.css — 200 — 4.7 KiB — 98 ms — h2https://siteworth.co/theme/default/css/ionicons.min.css/theme/default/css/ionicons.min.css https://siteworth.co/theme/default/css/ionicons.min.css — 200 — 6.4 KiB — 184 ms — h2https://siteworth.co/theme/default/css/morris/morris.css/theme/default/css/morris/morris.cs... https://siteworth.co/theme/default/css/morris/morris.css — 200 — 281 B — 180 ms — h2https://siteworth.co/theme/default/css/jvectormap/jquery-jvectormap-1.2.2.css/theme/default/css/jvectormap/jquer... https://siteworth.co/theme/default/css/jvectormap/jquery-jvectormap-1.2.2.css — 200 — 333 B — 176 ms — h2https://siteworth.co/theme/default/css/AdminLTE.css/theme/default/css/AdminLTE.css https://siteworth.co/theme/default/css/AdminLTE.css — 200 — 18.4 KiB — 186 ms — h2https://siteworth.co/theme/default/css/reset.css/theme/default/css/reset.css https://siteworth.co/theme/default/css/reset.css — 200 — 2.8 KiB — 183 ms — h2https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.jsajax.googleapis.com/ajax/libs/jquer... https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js — 200 — 32.8 KiB — 28 ms — h2https://siteworth.co/core/img/32947_SiteWorth_logo5.png/core/img/32947_SiteWorth_logo5.png https://siteworth.co/core/img/32947_SiteWorth_logo5.png — 200 — 4.8 KiB — 179 ms — h2https://siteworth.co/site_snapshot/google.com.jpg/site_snapshot/google.com.jpg https://siteworth.co/site_snapshot/google.com.jpg — 200 — 39.7 KiB — 257 ms — h2http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,200italic,300italic,400italic,600italicfonts.googleapis.com/css?family=Sou... http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,200italic,300italic,400italic,600italic — -1 — 0 B — 0 ms — https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,300italic,400italic,600italicfonts.googleapis.com/css?family=Sou... https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,300italic,400italic,600italic — 200 — 1.1 KiB — 29 ms — h2https://fonts.googleapis.com/css?family=Kaushan+Scriptfonts.googleapis.com/css?family=Kau... https://fonts.googleapis.com/css?family=Kaushan+Script — 200 — 865 B — 26 ms — h2https://siteworth.co/site_snapshot/wikipedia.org.jpg/site_snapshot/wikipedia.org.jpg https://siteworth.co/site_snapshot/wikipedia.org.jpg — 200 — 32.7 KiB — 100 ms — h2https://siteworth.co/site_snapshot/facebook.com.jpg/site_snapshot/facebook.com.jpg https://siteworth.co/site_snapshot/facebook.com.jpg — 200 — 76.0 KiB — 182 ms — h2https://siteworth.co/theme/default/img/no-preview.png/theme/default/img/no-preview.png https://siteworth.co/theme/default/img/no-preview.png — 200 — 12.5 KiB — 132 ms — h2https://code.jquery.com/jquery-1.10.2.min.jscode.jquery.com/jquery-1.10.2.min.j... https://code.jquery.com/jquery-1.10.2.min.js — 200 — 32.4 KiB — 1.1 s — h2https://netdna.bootstrapcdn.com/bootstrap/3.1.0/js/bootstrap.min.jsnetdna.bootstrapcdn.com/bootstrap/3... https://netdna.bootstrapcdn.com/bootstrap/3.1.0/js/bootstrap.min.js — 200 — 8.4 KiB — 54 ms — h3https://siteworth.co/theme/default/js/bootstrap.min.js/theme/default/js/bootstrap.min.js https://siteworth.co/theme/default/js/bootstrap.min.js — 200 — 10.3 KiB — 149 ms — h2https://cdnjs.cloudflare.com/ajax/libs/raphael/2.1.0/raphael-min.jscdnjs.cloudflare.com/ajax/libs/raph... https://cdnjs.cloudflare.com/ajax/libs/raphael/2.1.0/raphael-min.js — 200 — 27.6 KiB — 1.1 s — h3https://siteworth.co/theme/default/js/plugins/morris/morris.min.js/theme/default/js/plugins/morris/mo... https://siteworth.co/theme/default/js/plugins/morris/morris.min.js — 200 — 12.8 KiB — 174 ms — h2https://siteworth.co/theme/default/js/plugins/jvectormap/jquery-jvectormap-1.2.2.min.js/theme/default/js/plugins/jvectorma... https://siteworth.co/theme/default/js/plugins/jvectormap/jquery-jvectormap-1.2.2.min.js — 200 — 10.6 KiB — 195 ms — h2https://siteworth.co/theme/default/js/plugins/jvectormap/jquery-jvectormap-world-mill-en.js/theme/default/js/plugins/jvectorma... https://siteworth.co/theme/default/js/plugins/jvectormap/jquery-jvectormap-world-mill-en.js — 200 — 54.2 KiB — 226 ms — h2https://siteworth.co/theme/default/js/plugins/jqueryKnob/jquery.knob.js/theme/default/js/plugins/jqueryKno... https://siteworth.co/theme/default/js/plugins/jqueryKnob/jquery.knob.js — 200 — 6.4 KiB — 138 ms — h2https://siteworth.co/theme/default/js/AdminLTE/app.js/theme/default/js/AdminLTE/app.js https://siteworth.co/theme/default/js/AdminLTE/app.js — 200 — 15.2 KiB — 208 ms — h2https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.jspagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js — 200 — 54.6 KiB — 95 ms — h3https://siteworth.co/site_snapshot/ibpsguide.com.jpg/site_snapshot/ibpsguide.com.jpg https://siteworth.co/site_snapshot/ibpsguide.com.jpg — 200 — 39.1 KiB — 121 ms — h2https://www.google-analytics.com/analytics.jswww.google-analytics.com/analytics.... https://www.google-analytics.com/analytics.js — 200 — 20.9 KiB — 28 ms — h2https://siteworth.co/theme/default/img/img-icons-background.jpg/theme/default/img/img-icons-backgr... https://siteworth.co/theme/default/img/img-icons-background.jpg — 200 — 33.1 KiB — 200 ms — h2
0 ms 1.0 s 2.0 s 3.0 s FCP 1.3 s LCP 1.6 shttps://siteworth.co// https://siteworth.co/ — 200 — 10.6 KiB — 378 ms — h2https://siteworth.co/theme/default/css/theme.css/theme/default/css/theme.css https://siteworth.co/theme/default/css/theme.css — 200 — 31.2 KiB — 190 ms — h2https://siteworth.co/theme/default/css/font-awesome.min.css/theme/default/css/font-awesome.min... https://siteworth.co/theme/default/css/font-awesome.min.css — 200 — 4.7 KiB — 98 ms — h2https://siteworth.co/theme/default/css/ionicons.min.css/theme/default/css/ionicons.min.css https://siteworth.co/theme/default/css/ionicons.min.css — 200 — 6.4 KiB — 184 ms — h2https://siteworth.co/theme/default/css/morris/morris.css/theme/default/css/morris/morris.cs... https://siteworth.co/theme/default/css/morris/morris.css — 200 — 281 B — 180 ms — h2https://siteworth.co/theme/default/css/jvectormap/jquery-jvectormap-1.2.2.css/theme/default/css/jvectormap/jquer... https://siteworth.co/theme/default/css/jvectormap/jquery-jvectormap-1.2.2.css — 200 — 333 B — 176 ms — h2https://siteworth.co/theme/default/css/AdminLTE.css/theme/default/css/AdminLTE.css https://siteworth.co/theme/default/css/AdminLTE.css — 200 — 18.4 KiB — 186 ms — h2https://siteworth.co/theme/default/css/reset.css/theme/default/css/reset.css https://siteworth.co/theme/default/css/reset.css — 200 — 2.8 KiB — 183 ms — h2https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.jsajax.googleapis.com/ajax/libs/jquer... https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js — 200 — 32.8 KiB — 28 ms — h2https://siteworth.co/core/img/32947_SiteWorth_logo5.png/core/img/32947_SiteWorth_logo5.png https://siteworth.co/core/img/32947_SiteWorth_logo5.png — 200 — 4.8 KiB — 179 ms — h2https://siteworth.co/site_snapshot/google.com.jpg/site_snapshot/google.com.jpg https://siteworth.co/site_snapshot/google.com.jpg — 200 — 39.7 KiB — 257 ms — h2http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,200italic,300italic,400italic,600italicfonts.googleapis.com/css?family=Sou... http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,200italic,300italic,400italic,600italic — -1 — 0 B — 0 ms — https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,300italic,400italic,600italicfonts.googleapis.com/css?family=Sou... https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,300italic,400italic,600italic — 200 — 1.1 KiB — 29 ms — h2https://fonts.googleapis.com/css?family=Kaushan+Scriptfonts.googleapis.com/css?family=Kau... https://fonts.googleapis.com/css?family=Kaushan+Script — 200 — 865 B — 26 ms — h2https://siteworth.co/site_snapshot/wikipedia.org.jpg/site_snapshot/wikipedia.org.jpg https://siteworth.co/site_snapshot/wikipedia.org.jpg — 200 — 32.7 KiB — 100 ms — h2https://siteworth.co/site_snapshot/facebook.com.jpg/site_snapshot/facebook.com.jpg https://siteworth.co/site_snapshot/facebook.com.jpg — 200 — 76.0 KiB — 182 ms — h2https://siteworth.co/theme/default/img/no-preview.png/theme/default/img/no-preview.png https://siteworth.co/theme/default/img/no-preview.png — 200 — 12.5 KiB — 132 ms — h2https://code.jquery.com/jquery-1.10.2.min.jscode.jquery.com/jquery-1.10.2.min.j... https://code.jquery.com/jquery-1.10.2.min.js — 200 — 32.4 KiB — 1.1 s — h2https://netdna.bootstrapcdn.com/bootstrap/3.1.0/js/bootstrap.min.jsnetdna.bootstrapcdn.com/bootstrap/3... https://netdna.bootstrapcdn.com/bootstrap/3.1.0/js/bootstrap.min.js — 200 — 8.4 KiB — 54 ms — h3https://siteworth.co/theme/default/js/bootstrap.min.js/theme/default/js/bootstrap.min.js https://siteworth.co/theme/default/js/bootstrap.min.js — 200 — 10.3 KiB — 149 ms — h2https://cdnjs.cloudflare.com/ajax/libs/raphael/2.1.0/raphael-min.jscdnjs.cloudflare.com/ajax/libs/raph... https://cdnjs.cloudflare.com/ajax/libs/raphael/2.1.0/raphael-min.js — 200 — 27.6 KiB — 1.1 s — h3https://siteworth.co/theme/default/js/plugins/morris/morris.min.js/theme/default/js/plugins/morris/mo... https://siteworth.co/theme/default/js/plugins/morris/morris.min.js — 200 — 12.8 KiB — 174 ms — h2https://siteworth.co/theme/default/js/plugins/jvectormap/jquery-jvectormap-1.2.2.min.js/theme/default/js/plugins/jvectorma... https://siteworth.co/theme/default/js/plugins/jvectormap/jquery-jvectormap-1.2.2.min.js — 200 — 10.6 KiB — 195 ms — h2https://siteworth.co/theme/default/js/plugins/jvectormap/jquery-jvectormap-world-mill-en.js/theme/default/js/plugins/jvectorma... https://siteworth.co/theme/default/js/plugins/jvectormap/jquery-jvectormap-world-mill-en.js — 200 — 54.2 KiB — 226 ms — h2https://siteworth.co/theme/default/js/plugins/jqueryKnob/jquery.knob.js/theme/default/js/plugins/jqueryKno... https://siteworth.co/theme/default/js/plugins/jqueryKnob/jquery.knob.js — 200 — 6.4 KiB — 138 ms — h2https://siteworth.co/theme/default/js/AdminLTE/app.js/theme/default/js/AdminLTE/app.js https://siteworth.co/theme/default/js/AdminLTE/app.js — 200 — 15.2 KiB — 208 ms — h2https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.jspagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js — 200 — 54.6 KiB — 95 ms — h3https://siteworth.co/site_snapshot/ibpsguide.com.jpg/site_snapshot/ibpsguide.com.jpg https://siteworth.co/site_snapshot/ibpsguide.com.jpg — 200 — 39.1 KiB — 121 ms — h2https://www.google-analytics.com/analytics.jswww.google-analytics.com/analytics.... https://www.google-analytics.com/analytics.js — 200 — 20.9 KiB — 28 ms — h2https://siteworth.co/theme/default/img/img-icons-background.jpg/theme/default/img/img-icons-backgr... https://siteworth.co/theme/default/img/img-icons-background.jpg — 200 — 33.1 KiB — 200 ms — h2https://siteworth.co/theme/default/img/facebook.png/theme/default/img/facebook.png https://siteworth.co/theme/default/img/facebook.png — 200 — 279 B — 195 ms — h2https://siteworth.co/theme/default/img/twitter.png/theme/default/img/twitter.png https://siteworth.co/theme/default/img/twitter.png — 200 — 464 B — 186 ms — h2https://siteworth.co/theme/default/img/gp.png/theme/default/img/gp.png https://siteworth.co/theme/default/img/gp.png — 200 — 491 B — 186 ms — h2https://fonts.gstatic.com/s/sourcesanspro/v23/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7lujVj9w.woff2fonts.gstatic.com/s/sourcesanspro/v... https://fonts.gstatic.com/s/sourcesanspro/v23/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7lujVj9w.woff2 — 200 — 14.6 KiB — 67 ms — h2https://fonts.gstatic.com/s/sourcesanspro/v23/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwlxdu3cOWxw.woff2fonts.gstatic.com/s/sourcesanspro/v... https://fonts.gstatic.com/s/sourcesanspro/v23/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwlxdu3cOWxw.woff2 — 200 — 15.0 KiB — 54 ms — h2https://siteworth.co/theme/default/fonts/fontawesome-webfont.woff?v=4.1.0/theme/default/fonts/fontawesome-we... https://siteworth.co/theme/default/fonts/fontawesome-webfont.woff?v=4.1.0 — 200 — 81.9 KiB — 129 ms — h2https://fonts.gstatic.com/s/sourcesanspro/v23/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7nsDJB9cme.woff2fonts.gstatic.com/s/sourcesanspro/v... https://fonts.gstatic.com/s/sourcesanspro/v23/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7nsDJB9cme.woff2 — 200 — 14.0 KiB — 57 ms — h2https://www.google-analytics.com/j/collect?v=1&_v=j102&a=135197934&t=pageview&_s=1&dl=https%3A%2F%2Fsiteworth.co%2F&ul=en-us&dt=Site%20Worth%20Calculator%20Tool&sr=800x600&vp=1350x940&_u=IEBAAEABAAAAACAAI~&jid=835178238&gjid=793130477&cid=1076711461.1783681216&tid=UA-83938706-1&_gid=1564386472.1783681216&_r=1&_slc=1&z=1678285891www.google-analytics.com/j/collect?... https://www.google-analytics.com/j/collect?v=1&_v=j102&a=135197934&t=pageview&_s=1&dl=https%3A%2F%2Fsiteworth.co%2F&ul=en-us&dt=Site%20Worth%20Calculator%20Tool&sr=800x600&vp=1350x940&_u=IEBAAEABAAAAACAAI~&jid=835178238&gjid=793130477&cid=1076711461.1783681216&tid=UA-83938706-1&_gid=1564386472.1783681216&_r=1&_slc=1&z=1678285891 — 200 — 449 B — 43 ms — h2https://pagead2.googlesyndication.com/pagead/managed/js/adsense/m202607060101/show_ads_impl_fy2021.js?bust=31099585pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/managed/js/adsense/m202607060101/show_ads_impl_fy2021.js?bust=31099585 — 200 — 165.1 KiB — 28 ms — h3https://pagead2.googlesyndication.com/pagead/html/r20260709/r20190131/zrt_lookup_fy2021.htmlpagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/html/r20260709/r20190131/zrt_lookup_fy2021.html — 200 — 3.8 KiB — 23 ms — h3https://pagead2.googlesyndication.com/pagead/ads?client=ca-pub-2599845036199746&output=html&h=280&slotname=9447167312&adk=3325310004&adf=2212033522&pi=t.ma~as.9447167312&abgtt=9&w=1140&fwrn=4&fwrnh=100&lmt=1783681215&rafmt=1&format=1140x280&url=https%3A%2F%2Fsiteworth.co%2F&fwr=0&rpe=1&resp_fmts=3&asro=0&aimartd=4&aieuf=1&aicrs=1&uach=WyJtYWNPUyIsIjEwLjE1LjciLCJ4ODYiLCIiLCIxNDYuMC4wLjAiLG51bGwsMCxudWxsLCI2NCIsW1siTm90LUEuQnJhbmQiLCIyNC4wLjAuMCJdLFsiQ2hyb21pdW0iLCIxNDYuMC43NjgwLjE2NCJdXSwwXQ..&dt=1783681215799&bpp=9&bdt=565&idt=125&shv=r20260709&mjsv=m202607060101&ptt=9&saldr=aa&abxe=1&eoidce=1&correlator=2512522767666&frm=20&pv=2&u_tz=0&u_his=2&u_h=600&u_w=800&u_ah=600&u_aw=800&u_cd=24&u_sd=1&dmc=4&adx=120&ady=850&biw=1350&bih=940&scr_x=0&scr_y=0&eid=31099585&oid=2&pvsid=2537266001856131&tmod=743817355&uas=0&nvt=1&fc=640&brdim=10%2C10%2C10%2C10%2C800%2C0%2C780%2C580%2C1350%2C940&vis=1&rsz=%7C%7CpeE%7C&abl=CS&pfx=0&fu=128&bc=31&bz=0.58&ifi=1&uci=a!1&fsb=1&dtd=175pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/ads?client=ca-pub-2599845036199746&output=html&h=280&slotname=9447167312&adk=3325310004&adf=2212033522&pi=t.ma~as.9447167312&abgtt=9&w=1140&fwrn=4&fwrnh=100&lmt=1783681215&rafmt=1&format=1140x280&url=https%3A%2F%2Fsiteworth.co%2F&fwr=0&rpe=1&resp_fmts=3&asro=0&aimartd=4&aieuf=1&aicrs=1&uach=WyJtYWNPUyIsIjEwLjE1LjciLCJ4ODYiLCIiLCIxNDYuMC4wLjAiLG51bGwsMCxudWxsLCI2NCIsW1siTm90LUEuQnJhbmQiLCIyNC4wLjAuMCJdLFsiQ2hyb21pdW0iLCIxNDYuMC43NjgwLjE2NCJdXSwwXQ..&dt=1783681215799&bpp=9&bdt=565&idt=125&shv=r20260709&mjsv=m202607060101&ptt=9&saldr=aa&abxe=1&eoidce=1&correlator=2512522767666&frm=20&pv=2&u_tz=0&u_his=2&u_h=600&u_w=800&u_ah=600&u_aw=800&u_cd=24&u_sd=1&dmc=4&adx=120&ady=850&biw=1350&bih=940&scr_x=0&scr_y=0&eid=31099585&oid=2&pvsid=2537266001856131&tmod=743817355&uas=0&nvt=1&fc=640&brdim=10%2C10%2C10%2C10%2C800%2C0%2C780%2C580%2C1350%2C940&vis=1&rsz=%7C%7CpeE%7C&abl=CS&pfx=0&fu=128&bc=31&bz=0.58&ifi=1&uci=a!1&fsb=1&dtd=175 — 200 — 17.6 KiB — 253 ms — h3https://pagead2.googlesyndication.com/pagead/ads?client=ca-pub-2599845036199746&output=html&h=280&slotname=9447167312&adk=947883320&adf=3059986076&pi=t.ma~as.9447167312&abgtt=9&w=1140&fwrn=4&fwrnh=100&lmt=1783681216&rafmt=1&format=1140x280&url=https%3A%2F%2Fsiteworth.co%2F&fwr=0&rpe=1&resp_fmts=3&asro=0&aimartd=4&aieuf=1&aicrs=1&uach=WyJtYWNPUyIsIjEwLjE1LjciLCJ4ODYiLCIiLCIxNDYuMC4wLjAiLG51bGwsMCxudWxsLCI2NCIsW1siTm90LUEuQnJhbmQiLCIyNC4wLjAuMCJdLFsiQ2hyb21pdW0iLCIxNDYuMC43NjgwLjE2NCJdXSwwXQ..&dt=1783681215808&bpp=3&bdt=574&idt=198&shv=r20260709&mjsv=m202607060101&ptt=9&saldr=aa&abxe=1&eoidce=1&prev_fmts=1140x280&correlator=2512522767666&frm=20&pv=1&u_tz=0&u_his=2&u_h=600&u_w=800&u_ah=600&u_aw=800&u_cd=24&u_sd=1&dmc=4&adx=120&ady=1707&biw=1350&bih=940&scr_x=0&scr_y=0&eid=31099585&oid=2&pvsid=2537266001856131&tmod=743817355&uas=0&nvt=1&fc=640&brdim=10%2C10%2C10%2C10%2C800%2C0%2C780%2C580%2C1350%2C940&vis=1&rsz=%7C%7CpeEbr%7C&abl=CS&pfx=0&fu=128&bc=31&bz=0.58&ifi=2&uci=a!2&btvi=1&fsb=1&dtd=222pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/ads?client=ca-pub-2599845036199746&output=html&h=280&slotname=9447167312&adk=947883320&adf=3059986076&pi=t.ma~as.9447167312&abgtt=9&w=1140&fwrn=4&fwrnh=100&lmt=1783681216&rafmt=1&format=1140x280&url=https%3A%2F%2Fsiteworth.co%2F&fwr=0&rpe=1&resp_fmts=3&asro=0&aimartd=4&aieuf=1&aicrs=1&uach=WyJtYWNPUyIsIjEwLjE1LjciLCJ4ODYiLCIiLCIxNDYuMC4wLjAiLG51bGwsMCxudWxsLCI2NCIsW1siTm90LUEuQnJhbmQiLCIyNC4wLjAuMCJdLFsiQ2hyb21pdW0iLCIxNDYuMC43NjgwLjE2NCJdXSwwXQ..&dt=1783681215808&bpp=3&bdt=574&idt=198&shv=r20260709&mjsv=m202607060101&ptt=9&saldr=aa&abxe=1&eoidce=1&prev_fmts=1140x280&correlator=2512522767666&frm=20&pv=1&u_tz=0&u_his=2&u_h=600&u_w=800&u_ah=600&u_aw=800&u_cd=24&u_sd=1&dmc=4&adx=120&ady=1707&biw=1350&bih=940&scr_x=0&scr_y=0&eid=31099585&oid=2&pvsid=2537266001856131&tmod=743817355&uas=0&nvt=1&fc=640&brdim=10%2C10%2C10%2C10%2C800%2C0%2C780%2C580%2C1350%2C940&vis=1&rsz=%7C%7CpeEbr%7C&abl=CS&pfx=0&fu=128&bc=31&bz=0.58&ifi=2&uci=a!2&btvi=1&fsb=1&dtd=222 — 200 — 17.5 KiB — 219 ms — h3https://fonts.googleapis.com/css?family=Google%20Sans%3A400fonts.googleapis.com/css?family=Goo... https://fonts.googleapis.com/css?family=Google%20Sans%3A400 — 200 — 1.9 KiB — 23 ms — h2https://fonts.googleapis.com/css?family=Google%20Sans%3A700fonts.googleapis.com/css?family=Goo... https://fonts.googleapis.com/css?family=Google%20Sans%3A700 — 200 — 1.9 KiB — 40 ms — h2https://fonts.gstatic.com/s/googlesans/v69/4Ua_rENHsxJlGDuGo1OIlJfC6l_24rlCK1Yo_Iqcsih3SAyH6cAwhX9RFD48TE63OOYKtrwEIJllpynAFyo4R4o.woff2fonts.gstatic.com/s/googlesans/v69/... https://fonts.gstatic.com/s/googlesans/v69/4Ua_rENHsxJlGDuGo1OIlJfC6l_24rlCK1Yo_Iqcsih3SAyH6cAwhX9RFD48TE63OOYKtrwEIJllpynAFyo4R4o.woff2 — 200 — 20.7 KiB — 27 ms — h3https://fonts.gstatic.com/s/googlesans/v69/4Ua_rENHsxJlGDuGo1OIlJfC6l_24rlCK1Yo_Iqcsih3SAyH6cAwhX9RFD48TE63OOYKtrzjJ5llpynAFyo4R4o.woff2fonts.gstatic.com/s/googlesans/v69/... https://fonts.gstatic.com/s/googlesans/v69/4Ua_rENHsxJlGDuGo1OIlJfC6l_24rlCK1Yo_Iqcsih3SAyH6cAwhX9RFD48TE63OOYKtrzjJ5llpynAFyo4R4o.woff2 — 200 — 21.2 KiB — 19 ms — h3https://pagead2.googlesyndication.com/pagead/ping?e=1pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/ping?e=1 — 204 — 20 B — 38 ms — h3https://pagead2.googlesyndication.com/pagead/ads?client=ca-pub-2599845036199746&output=html&adk=1812271804&adf=3025194257&abgtt=9&lmt=1783681216&plaf=1%3A2%2C2%3A2%2C7%3A2&plat=1%3A128%2C2%3A128%2C3%3A128%2C4%3A128%2C8%3A128%2C9%3A134250504%2C16%3A8388608%2C17%3A32%2C24%3A32%2C25%3A32%2C30%3A1081344%2C32%3A32%2C41%3A32%2C42%3A32%2C43%3A32%2C44%3A32&format=0x0&url=https%3A%2F%2Fsiteworth.co%2F&pra=7&asro=0&itsi=-1&aimartd=4&aieuf=1&aicrs=1&uach=WyJtYWNPUyIsIjEwLjE1LjciLCJ4ODYiLCIiLCIxNDYuMC4wLjAiLG51bGwsMCxudWxsLCI2NCIsW1siTm90LUEuQnJhbmQiLCIyNC4wLjAuMCJdLFsiQ2hyb21pdW0iLCIxNDYuMC43NjgwLjE2NCJdXSwwXQ..&dt=1783681216642&bpp=4&bdt=1409&idt=4&shv=r20260709&mjsv=m202607060101&ptt=9&saldr=aa&abxe=1&eoidce=1&prev_fmts=1140x280%2C1140x280&nras=1&correlator=2512522767666&frm=20&pv=1&u_tz=0&u_his=2&u_h=600&u_w=800&u_ah=600&u_aw=800&u_cd=24&u_sd=1&dmc=4&adx=-12245933&ady=-12245933&biw=1350&bih=940&scr_x=0&scr_y=0&eid=31099585&oid=2&pvsid=2537266001856131&tmod=743817355&uas=0&nvt=1&fsapi=1&fc=896&brdim=10%2C10%2C10%2C10%2C800%2C0%2C780%2C580%2C1350%2C940&vis=1&rsz=%7C%7Cs%7C&abl=NS&fu=32768&bc=31&bz=0.58&ifi=3&uci=a!3&fsb=1&dtd=16pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/ads?client=ca-pub-2599845036199746&output=html&adk=1812271804&adf=3025194257&abgtt=9&lmt=1783681216&plaf=1%3A2%2C2%3A2%2C7%3A2&plat=1%3A128%2C2%3A128%2C3%3A128%2C4%3A128%2C8%3A128%2C9%3A134250504%2C16%3A8388608%2C17%3A32%2C24%3A32%2C25%3A32%2C30%3A1081344%2C32%3A32%2C41%3A32%2C42%3A32%2C43%3A32%2C44%3A32&format=0x0&url=https%3A%2F%2Fsiteworth.co%2F&pra=7&asro=0&itsi=-1&aimartd=4&aieuf=1&aicrs=1&uach=WyJtYWNPUyIsIjEwLjE1LjciLCJ4ODYiLCIiLCIxNDYuMC4wLjAiLG51bGwsMCxudWxsLCI2NCIsW1siTm90LUEuQnJhbmQiLCIyNC4wLjAuMCJdLFsiQ2hyb21pdW0iLCIxNDYuMC43NjgwLjE2NCJdXSwwXQ..&dt=1783681216642&bpp=4&bdt=1409&idt=4&shv=r20260709&mjsv=m202607060101&ptt=9&saldr=aa&abxe=1&eoidce=1&prev_fmts=1140x280%2C1140x280&nras=1&correlator=2512522767666&frm=20&pv=1&u_tz=0&u_his=2&u_h=600&u_w=800&u_ah=600&u_aw=800&u_cd=24&u_sd=1&dmc=4&adx=-12245933&ady=-12245933&biw=1350&bih=940&scr_x=0&scr_y=0&eid=31099585&oid=2&pvsid=2537266001856131&tmod=743817355&uas=0&nvt=1&fsapi=1&fc=896&brdim=10%2C10%2C10%2C10%2C800%2C0%2C780%2C580%2C1350%2C940&vis=1&rsz=%7C%7Cs%7C&abl=NS&fu=32768&bc=31&bz=0.58&ifi=3&uci=a!3&fsb=1&dtd=16 — 200 — 16 B — 13 ms — h3https://ep1.adtrafficquality.google/getconfig/sodar?sv=200&tid=gda&tv=r20260709&st=env&sjk=2537266001856131ep1.adtrafficquality.google/getconf... https://ep1.adtrafficquality.google/getconfig/sodar?sv=200&tid=gda&tv=r20260709&st=env&sjk=2537266001856131 — 200 — 13.2 KiB — 40 ms — h3https://siteworth.co/theme/default/img/favicon.ico/theme/default/img/favicon.ico https://siteworth.co/theme/default/img/favicon.ico — 200 — 16.4 KiB — 90 ms — h2https://ep2.adtrafficquality.google/sodar/sodar2.jsep2.adtrafficquality.google/sodar/s... https://ep2.adtrafficquality.google/sodar/sodar2.js — 200 — 7.9 KiB — 43 ms — h2https://ep2.adtrafficquality.google/sodar/sodar2/255/runner.htmlep2.adtrafficquality.google/sodar/s... https://ep2.adtrafficquality.google/sodar/sodar2/255/runner.html — 200 — 5.8 KiB — 18 ms — h2https://pagead2.googlesyndication.com/bg/wlKzlVUu3UcsPDhynnMJE0ofob0Apdbg_MKf5In0fM0.jspagead2.googlesyndication.com/bg/wl... https://pagead2.googlesyndication.com/bg/wlKzlVUu3UcsPDhynnMJE0ofob0Apdbg_MKf5In0fM0.js — 200 — 21.7 KiB — 7 ms — h3https://ep2.adtrafficquality.google/generate_204?QxAh-Aep2.adtrafficquality.google/generat... https://ep2.adtrafficquality.google/generate_204?QxAh-A — 204 — 40 B — 9 ms — h2https://ep1.adtrafficquality.google/pagead/sodar?id=sodar2&v=255&t=2&li=gda_r20260709&jk=2537266001856131&bg=!lJell_XNAAZqC91nSgs7AEcBe5WfOIT8XMMjQx37ABwV2zzElF27hGwsaYPpdGvqzD4wnnIg6VoS4YPWB5n9hHgyIOdJ6asdKe0K3OGJaxgjjHjlL4OFOwIAAADMUgAAAAxoAQd-ADciiQmEYTXfDtH7SLXmqGjSaKY_0896QWwCzCRKXDemkWVVCz68sXjUFrdvHSopncDDhVbLPjwhmQKN4TkIT5Kod_toSwttBE1-vU1mOUzFeISXAwKEVLxnAuCiL-oklqFDmFKCIOOMRDKjU0IdBW366HFOCWquq3scny0FW1xciu1YXxYXXB5YP2B3nuCFtAsBtFEO6An4fZWRTAkYJepECq8bQTUJc5szpFXf7rNlandXavMGQXTsYWXFx3nBIDwL_Xe03WhjsoydlwCZDLNAAQyCJwZ0zMmj9tv-xQdhdvA9WhW8edeVXaWWXZS7gA7G5Wa5uhqy_bTXn89BxCUZH8qtV2fIqnJuWDR_sdhyd6ufsIdDmhCJq-g_2ioxCwlyXAthU6bI3MmftpXxeX01YPPOmPb7xkRnx0BhTAmUjbgYiy_uPFXQPKhRqVi0SHru_-IBYyHVNr88ToiByC4TcXgkuRNjCK2xJo6pXh-c-9xz7GOjHKdIxWgf8uj9dR8bRm5dvKQrmDIovO3z-_xkeXWP735FhBow7fwreaMRverAqqf-HyPmM9_KU4H5jb54fjChmwgg1827OHQ_zdKaFcr8dGDzMMHxWD1iH-N8CwO3PUTkY-_bvkQC_DdIg05gMzaNVhN36q1FqaedvaxdW6RaSqlHjPz54VV7OO28epN631dgVlONmvbrmVHbMWUR2lQxUSbXuWT0PSfGahgELXcMK-Q4OrARrjdfhlKMgpJA8JCgJjtwXoO5ImsHUT4G_P7s8CLz7LbmpqBBXQQDPcv8lcFkrxKpaOS2sfl7Z-ee7k_q5GQVo6FTStGPy7fs3aTubwqSg9lqNGZF2pjwKD08nQ7TNva5ZalE9xiEEU4DSmt8Pq7r5vLAifR7fXCyJOgCwqUpiCQUh3ImYKtjteHCZTIOhpcNDMKY_4UHVBd9rZVCV6oep1.adtrafficquality.google/pagead/... https://ep1.adtrafficquality.google/pagead/sodar?id=sodar2&v=255&t=2&li=gda_r20260709&jk=2537266001856131&bg=!lJell_XNAAZqC91nSgs7AEcBe5WfOIT8XMMjQx37ABwV2zzElF27hGwsaYPpdGvqzD4wnnIg6VoS4YPWB5n9hHgyIOdJ6asdKe0K3OGJaxgjjHjlL4OFOwIAAADMUgAAAAxoAQd-ADciiQmEYTXfDtH7SLXmqGjSaKY_0896QWwCzCRKXDemkWVVCz68sXjUFrdvHSopncDDhVbLPjwhmQKN4TkIT5Kod_toSwttBE1-vU1mOUzFeISXAwKEVLxnAuCiL-oklqFDmFKCIOOMRDKjU0IdBW366HFOCWquq3scny0FW1xciu1YXxYXXB5YP2B3nuCFtAsBtFEO6An4fZWRTAkYJepECq8bQTUJc5szpFXf7rNlandXavMGQXTsYWXFx3nBIDwL_Xe03WhjsoydlwCZDLNAAQyCJwZ0zMmj9tv-xQdhdvA9WhW8edeVXaWWXZS7gA7G5Wa5uhqy_bTXn89BxCUZH8qtV2fIqnJuWDR_sdhyd6ufsIdDmhCJq-g_2ioxCwlyXAthU6bI3MmftpXxeX01YPPOmPb7xkRnx0BhTAmUjbgYiy_uPFXQPKhRqVi0SHru_-IBYyHVNr88ToiByC4TcXgkuRNjCK2xJo6pXh-c-9xz7GOjHKdIxWgf8uj9dR8bRm5dvKQrmDIovO3z-_xkeXWP735FhBow7fwreaMRverAqqf-HyPmM9_KU4H5jb54fjChmwgg1827OHQ_zdKaFcr8dGDzMMHxWD1iH-N8CwO3PUTkY-_bvkQC_DdIg05gMzaNVhN36q1FqaedvaxdW6RaSqlHjPz54VV7OO28epN631dgVlONmvbrmVHbMWUR2lQxUSbXuWT0PSfGahgELXcMK-Q4OrARrjdfhlKMgpJA8JCgJjtwXoO5ImsHUT4G_P7s8CLz7LbmpqBBXQQDPcv8lcFkrxKpaOS2sfl7Z-ee7k_q5GQVo6FTStGPy7fs3aTubwqSg9lqNGZF2pjwKD08nQ7TNva5ZalE9xiEEU4DSmt8Pq7r5vLAifR7fXCyJOgCwqUpiCQUh3ImYKtjteHCZTIOhpcNDMKY_4UHVBd9rZVCV6o — 204 — 17 B — 29 ms — h3
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
53% of JavaScript execution is third-party
First-party Third-party 559ms · 306KB · €6/mo
pagead2.googlesyndication.com
Other
Costly
Execution 269ms
Transfer 165 KB
Unused 70%
Monthly Cost €3/mo
pagead2.googlesyndication.com
Other
Optional
Execution 100ms
Transfer 55 KB
Unused 47%
Monthly Cost €1/mo
Google Analytics
Analytics
Optional
Execution 79ms
Transfer 21 KB
Monthly Cost €1/mo
code.jquery.com
Other
Optional
Execution 60ms
Transfer 32 KB
Monthly Cost €1/mo
ajax.googleapis.com
Other
Optional
Execution 51ms
Transfer 33 KB
Unused 69%
Monthly Cost €1/mo

These scripts may cost more than they're worth

  • pagead2.googlesyndication.com adds 269ms and costs ~€3/month

53% 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

pagead2.googlesyndication.com takes 269ms 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

70% of pagead2.googlesyndication.com's code is unused. The script may be loading features you don't use.

Why this matters

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

Source: web.dev

69% of ajax.googleapis.com's code is unused. The script may be loading features you don't use.

Why this matters

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

Source: web.dev

How third-party costs are calculated

Image Optimization
10 images, 254 KB total, 0 KB wasted
INFO

Image Optimization Audit

Total Images

10

Total Size

254 KB

10 missing dimensions 9 missing lazy loading
All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback