Skip to content
https://codeproject.com

Performance

· 14 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
89
GRADE
B
FIX
2
REVIEW
2
PASS
9
INFO
1

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

83
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
89
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.
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.51 s

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

1.67 s

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

61 ms

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

0.107

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

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

2.65 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
14
9 PASS 2 REVIEW 2 FIX
D
Third-Party Impact
Action
100% third-party, 0 ms blocking
FIX
100% third-party, 0 ms blocking
Warning::
Third-party code accounts for 100% of page weight (919.1 KiB of 920.7 KiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
HTTP Caching
Action
No cache headers
FIX
No cache headers
Warning::
No Cache-Control header found
Browsers will use heuristic caching, which can be unpredictable. Set explicit cache headers.

No Cache-Control header

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

C
JS Bundles
Action
30 scripts, 214 KB unused
REVIEW
30 scripts, 214 KB unused
Warning::
https://pagead2.googlesyndication.com/pagead/manag...: 149 KB unused (84%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://fundingchoicesmessages.google.com/i/ca-pub...: 36 KB unused (52%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.google.com/adsense/search/ads.js?abp=1...: 30 KB unused (68%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 214 KB
214 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://pagead2.googlesyndication.com/pagead/managed/js/adsense/m202604160101/show_ads_impl_fy2021.js?bust=31097953178 KB149 KB (84%)3rd
https://fundingchoicesmessages.google.com/i/ca-pub-8578538130242489?href=https%3A%2F%2Fwww.dot-software.org%2Farticles%2Fcoding-education-platforms-for-beginners.html&ers=270 KB36 KB (52%)3rd
https://www.google.com/adsense/search/ads.js?abp=1&gdabp=true43 KB30 KB (68%)3rd
https://www.dot-software.org/_astro/initAdsense.De1Fahgh.js9 KB3rd
https://www.dot-software.org/_astro/ConfigStore.j7jOORc2.js3 KB3rd
https://img1.wsimg.com/parking-lander/px.js?ch=1&abp=1&gdabp=true0 KB3rd
https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8578538130242489&abp=1&gdabp=true54 KB3rd
https://www.dot-software.org/_astro/_...slug_.astro_astro_type_script_index_0_lang.Cs6xTDhl.js1 KB3rd
https://www.dot-software.org/_astro/Layout.astro_astro_type_script_index_0_lang.D-RrorL7.js1 KB3rd
https://img1.wsimg.com/signals/js/clients/scc-c2/scc-c2.min.js21 KB3rd

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
Page Weight Inventory
62 resources · 921 KB · 214 KB savings available
REVIEW
62 resources · 921 KB · 214 KB savings available
Info::
Within 1MB page-weight target
Got: 921 KB
Info::
~214 KB of savings available
Warning::
60 third-party resources (100% of weight)
62 resources · 920.7 KiB · 60 third-party Within 1MB page-weight target
JavaScript 81% · 749.8 KiB
Font 13% · 120.8 KiB
CSS 2% · 18.4 KiB
Document 2% · 17.2 KiB
Other 2% · 14.6 KiB
Image 0% · 57 B

~214.3 KiB of savings available

Remove unused JavaScript: 214.3 KiB
A
Page Weight Budget
921 KB transferred, 62 requests
PASS
921 KB transferred, 62 requests
Info::
Page weighs 3.0 MB (921 KB transferred)
Warning::
JavaScript is 748 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 748 KB
Info::
62 HTTP requests
Info::
Estimated 0.19 g CO2 per page load
921 KB / 2.4 MB budget
921 KB transferred
62 requests
0.19 g CO2 per page load
JavaScript 748.4 KiB 81%
Fonts 120.8 KiB 13%
CSS 18.4 KiB 2%
HTML 17.0 KiB 2%
Other 8.2 KiB 1%
Other 7.1 KiB 1%
Other 878 B 0%
Images 57 B 0%
Other 0 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

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
Image Optimization
2 images, 0 KB saveable
PASS
2 images, 0 KB saveable
Info::
All images are well-optimized
2 images 0 KB
0 oversized -0 KB
2 legacy format
0 missing dimensions CLS risk
A+
JS Execution Cost
No JS execution data
PASS
No JS execution data
Info::
No significant JS execution detected
A+
Font Loading
3 fonts (121 KB)
PASS
3 fonts (121 KB)
Info::
3 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

3

121 KB total

Render-blocking

0

of 3

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 1.0 s 2.0 s 3.0 s FCP 1.5 s LCP 1.7 shttps://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 36.7 KiB — 21 ms — font-display: swaphttps://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2memvYaGs126MiZpBA-UvWbX... https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2 — 42.0 KiB — 24 ms — font-display: swaphttps://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2memvYaGs126MiZpBA-UvWbX... https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2 — 42.1 KiB — 12 ms — font-display: swap
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 37 KB
Load time 21 ms
Start 2.5 s
Risk FOUT — text flashes from fallback to web font
memvYaGs126MiZpBA-UvWbX... woff2 swap
Size 42 KB
Load time 24 ms
Start 2.5 s
Risk FOUT — text flashes from fallback to web font
memvYaGs126MiZpBA-UvWbX... woff2 swap
Size 42 KB
Load time 12 ms
Start 3.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)
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+
Green Hosting
Whether the site is served from green-energy infrastructure
PASS

Green Hosting

This site is hosted on green energy infrastructure

Provider: Cloudflare

Network Waterfall
62 requests over 4006ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 1.5 s LCP 1.7 shttps://codeproject.com// https://codeproject.com/ — 200 — 216 B — 268 ms — http/1.1https://codeproject.com/lander/lander https://codeproject.com/lander — 200 — 1.4 KiB — 91 ms — http/1.1https://www.google.com/adsense/domains/caf.js?abp=1&gdabp=truewww.google.com/adsense/domains/caf.... https://www.google.com/adsense/domains/caf.js?abp=1&gdabp=true — -1 — 0 B — 25 ms — https://img1.wsimg.com/signals/js/clients/scc-c2/scc-c2.min.jsimg1.wsimg.com/signals/js/clients/s... https://img1.wsimg.com/signals/js/clients/scc-c2/scc-c2.min.js — 200 — 21.0 KiB — 29 ms — h2https://img1.wsimg.com/parking-lander/static/css/main.0e4ec69f.cssimg1.wsimg.com/parking-lander/stati... https://img1.wsimg.com/parking-lander/static/css/main.0e4ec69f.css — 200 — 3.5 KiB — 22 ms — h2https://img1.wsimg.com/parking-lander/static/js/main.a27b770b.jsimg1.wsimg.com/parking-lander/stati... https://img1.wsimg.com/parking-lander/static/js/main.a27b770b.js — 200 — 179.3 KiB — 14 ms — h2https://img1.wsimg.com/parking-lander/px.js?ch=1&abp=1&gdabp=trueimg1.wsimg.com/parking-lander/px.js... https://img1.wsimg.com/parking-lander/px.js?ch=1&abp=1&gdabp=true — 200 — 347 B — 17 ms — h2https://api.aws.parking.godaddy.com/v1/parking/landers/codeproject.com?trafficTarget=gd&abp=1&gdabp=trueapi.aws.parking.godaddy.com/v1/park... https://api.aws.parking.godaddy.com/v1/parking/landers/codeproject.com?trafficTarget=gd&abp=1&gdabp=true — 204 — 0 B — 300 ms — h2https://img1.wsimg.com/parking-lander/px.js?ch=2&abp=2&gdabp=trueimg1.wsimg.com/parking-lander/px.js... https://img1.wsimg.com/parking-lander/px.js?ch=2&abp=2&gdabp=true — 200 — 369 B — 8 ms — h2https://csp.secureserver.net/eventbus/web?clientid=b18ef4f046435b64a469b32c3c1c20a3csp.secureserver.net/eventbus/web?c... https://csp.secureserver.net/eventbus/web?clientid=b18ef4f046435b64a469b32c3c1c20a3 — 202 — 509 B — 252 ms — http/1.1https://csp.secureserver.net/eventbus/web?clientid=8da2217409854bee82e12dc4ca0b39fbcsp.secureserver.net/eventbus/web?c... https://csp.secureserver.net/eventbus/web?clientid=8da2217409854bee82e12dc4ca0b39fb — 202 — 508 B — 215 ms — http/1.1https://api.aws.parking.godaddy.com/v1/parking/landers/codeproject.com?trafficTarget=gd&abp=1&gdabp=trueapi.aws.parking.godaddy.com/v1/park... https://api.aws.parking.godaddy.com/v1/parking/landers/codeproject.com?trafficTarget=gd&abp=1&gdabp=true — 200 — 1.7 KiB — 396 ms — h2https://www.dot-software.org/articles/coding-education-platforms-for-beginners.html?psystem=PW&domain=codeproject.com&oref=https%3A%2F%2Fcodeproject.com%2F&trafficTarget=gdwww.dot-software.org/articles/codin... https://www.dot-software.org/articles/coding-education-platforms-for-beginners.html?psystem=PW&domain=codeproject.com&oref=https%3A%2F%2Fcodeproject.com%2F&trafficTarget=gd — 200 — 9.6 KiB — 1.0 s — h2https://www.google.com/adsense/search/ads.js?abp=1&gdabp=truewww.google.com/adsense/search/ads.j... https://www.google.com/adsense/search/ads.js?abp=1&gdabp=true — 200 — 43.3 KiB — 54 ms — h3https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8578538130242489&abp=1&gdabp=truepagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8578538130242489&abp=1&gdabp=true — 200 — 54.3 KiB — 55 ms — h3https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&family=Roboto:wght@300;400;500&display=swapfonts.googleapis.com/css2?family=Op... https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&family=Roboto:wght@300;400;500&display=swap — 200 — 2.6 KiB — 64 ms — h2https://www.dot-software.org/css/styles.csswww.dot-software.org/css/styles.css https://www.dot-software.org/css/styles.css — 200 — 3.8 KiB — 26 ms — h2https://www.dot-software.org/css/responsiveDesign.csswww.dot-software.org/css/responsive... https://www.dot-software.org/css/responsiveDesign.css — 200 — 929 B — 28 ms — h2https://www.dot-software.org/_astro/_slug_.DaKoKwj4.csswww.dot-software.org/_astro/_slug_.... https://www.dot-software.org/_astro/_slug_.DaKoKwj4.css — 200 — 1.3 KiB — 30 ms — h2https://www.dot-software.org/_astro/_...slug_.astro_astro_type_script_index_0_lang.Cs6xTDhl.jswww.dot-software.org/_astro/_...slu... https://www.dot-software.org/_astro/_...slug_.astro_astro_type_script_index_0_lang.Cs6xTDhl.js — 200 — 536 B — 29 ms — h2https://www.dot-software.org/_astro/Layout.astro_astro_type_script_index_0_lang.D-RrorL7.jswww.dot-software.org/_astro/Layout.... https://www.dot-software.org/_astro/Layout.astro_astro_type_script_index_0_lang.D-RrorL7.js — 200 — 778 B — 31 ms — h2https://img1.wsimg.com/signals/js/clients/scc-c2/scc-c2.min.jsimg1.wsimg.com/signals/js/clients/s... https://img1.wsimg.com/signals/js/clients/scc-c2/scc-c2.min.js — 200 — 21.0 KiB — 43 ms — h2https://www.dot-software.org/_astro/SiteHeader.N_rOQCdE.jswww.dot-software.org/_astro/SiteHea... https://www.dot-software.org/_astro/SiteHeader.N_rOQCdE.js — 200 — 1.6 KiB — 37 ms — h2https://www.dot-software.org/_astro/client.Dc9Vh3na.jswww.dot-software.org/_astro/client.... https://www.dot-software.org/_astro/client.Dc9Vh3na.js — 200 — 57.5 KiB — 27 ms — h2https://www.dot-software.org/_astro/Banner.FeAjEWoW.jswww.dot-software.org/_astro/Banner.... https://www.dot-software.org/_astro/Banner.FeAjEWoW.js — 200 — 2.3 KiB — 34 ms — h2https://www.dot-software.org/_astro/AuthorInfo.BZxiktBy.jswww.dot-software.org/_astro/AuthorI... https://www.dot-software.org/_astro/AuthorInfo.BZxiktBy.js — 200 — 1.4 KiB — 28 ms — h2https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2fonts.gstatic.com/s/roboto/v51/KFO7... https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 200 — 36.7 KiB — 21 ms — h3https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2fonts.gstatic.com/s/opensans/v44/me... https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2 — 200 — 42.0 KiB — 24 ms — h3https://www.dot-software.org/_astro/initAdsense.De1Fahgh.jswww.dot-software.org/_astro/initAds... https://www.dot-software.org/_astro/initAdsense.De1Fahgh.js — 200 — 8.7 KiB — 41 ms — h2https://www.dot-software.org/_astro/constants.iBpK-svJ.jswww.dot-software.org/_astro/constan... https://www.dot-software.org/_astro/constants.iBpK-svJ.js — 200 — 2.2 KiB — 45 ms — h2
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 1.5 s LCP 1.7 shttps://codeproject.com// https://codeproject.com/ — 200 — 216 B — 268 ms — http/1.1https://codeproject.com/lander/lander https://codeproject.com/lander — 200 — 1.4 KiB — 91 ms — http/1.1https://www.google.com/adsense/domains/caf.js?abp=1&gdabp=truewww.google.com/adsense/domains/caf.... https://www.google.com/adsense/domains/caf.js?abp=1&gdabp=true — -1 — 0 B — 25 ms — https://img1.wsimg.com/signals/js/clients/scc-c2/scc-c2.min.jsimg1.wsimg.com/signals/js/clients/s... https://img1.wsimg.com/signals/js/clients/scc-c2/scc-c2.min.js — 200 — 21.0 KiB — 29 ms — h2https://img1.wsimg.com/parking-lander/static/css/main.0e4ec69f.cssimg1.wsimg.com/parking-lander/stati... https://img1.wsimg.com/parking-lander/static/css/main.0e4ec69f.css — 200 — 3.5 KiB — 22 ms — h2https://img1.wsimg.com/parking-lander/static/js/main.a27b770b.jsimg1.wsimg.com/parking-lander/stati... https://img1.wsimg.com/parking-lander/static/js/main.a27b770b.js — 200 — 179.3 KiB — 14 ms — h2https://img1.wsimg.com/parking-lander/px.js?ch=1&abp=1&gdabp=trueimg1.wsimg.com/parking-lander/px.js... https://img1.wsimg.com/parking-lander/px.js?ch=1&abp=1&gdabp=true — 200 — 347 B — 17 ms — h2https://api.aws.parking.godaddy.com/v1/parking/landers/codeproject.com?trafficTarget=gd&abp=1&gdabp=trueapi.aws.parking.godaddy.com/v1/park... https://api.aws.parking.godaddy.com/v1/parking/landers/codeproject.com?trafficTarget=gd&abp=1&gdabp=true — 204 — 0 B — 300 ms — h2https://img1.wsimg.com/parking-lander/px.js?ch=2&abp=2&gdabp=trueimg1.wsimg.com/parking-lander/px.js... https://img1.wsimg.com/parking-lander/px.js?ch=2&abp=2&gdabp=true — 200 — 369 B — 8 ms — h2https://csp.secureserver.net/eventbus/web?clientid=b18ef4f046435b64a469b32c3c1c20a3csp.secureserver.net/eventbus/web?c... https://csp.secureserver.net/eventbus/web?clientid=b18ef4f046435b64a469b32c3c1c20a3 — 202 — 509 B — 252 ms — http/1.1https://csp.secureserver.net/eventbus/web?clientid=8da2217409854bee82e12dc4ca0b39fbcsp.secureserver.net/eventbus/web?c... https://csp.secureserver.net/eventbus/web?clientid=8da2217409854bee82e12dc4ca0b39fb — 202 — 508 B — 215 ms — http/1.1https://api.aws.parking.godaddy.com/v1/parking/landers/codeproject.com?trafficTarget=gd&abp=1&gdabp=trueapi.aws.parking.godaddy.com/v1/park... https://api.aws.parking.godaddy.com/v1/parking/landers/codeproject.com?trafficTarget=gd&abp=1&gdabp=true — 200 — 1.7 KiB — 396 ms — h2https://www.dot-software.org/articles/coding-education-platforms-for-beginners.html?psystem=PW&domain=codeproject.com&oref=https%3A%2F%2Fcodeproject.com%2F&trafficTarget=gdwww.dot-software.org/articles/codin... https://www.dot-software.org/articles/coding-education-platforms-for-beginners.html?psystem=PW&domain=codeproject.com&oref=https%3A%2F%2Fcodeproject.com%2F&trafficTarget=gd — 200 — 9.6 KiB — 1.0 s — h2https://www.google.com/adsense/search/ads.js?abp=1&gdabp=truewww.google.com/adsense/search/ads.j... https://www.google.com/adsense/search/ads.js?abp=1&gdabp=true — 200 — 43.3 KiB — 54 ms — h3https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8578538130242489&abp=1&gdabp=truepagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8578538130242489&abp=1&gdabp=true — 200 — 54.3 KiB — 55 ms — h3https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&family=Roboto:wght@300;400;500&display=swapfonts.googleapis.com/css2?family=Op... https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&family=Roboto:wght@300;400;500&display=swap — 200 — 2.6 KiB — 64 ms — h2https://www.dot-software.org/css/styles.csswww.dot-software.org/css/styles.css https://www.dot-software.org/css/styles.css — 200 — 3.8 KiB — 26 ms — h2https://www.dot-software.org/css/responsiveDesign.csswww.dot-software.org/css/responsive... https://www.dot-software.org/css/responsiveDesign.css — 200 — 929 B — 28 ms — h2https://www.dot-software.org/_astro/_slug_.DaKoKwj4.csswww.dot-software.org/_astro/_slug_.... https://www.dot-software.org/_astro/_slug_.DaKoKwj4.css — 200 — 1.3 KiB — 30 ms — h2https://www.dot-software.org/_astro/_...slug_.astro_astro_type_script_index_0_lang.Cs6xTDhl.jswww.dot-software.org/_astro/_...slu... https://www.dot-software.org/_astro/_...slug_.astro_astro_type_script_index_0_lang.Cs6xTDhl.js — 200 — 536 B — 29 ms — h2https://www.dot-software.org/_astro/Layout.astro_astro_type_script_index_0_lang.D-RrorL7.jswww.dot-software.org/_astro/Layout.... https://www.dot-software.org/_astro/Layout.astro_astro_type_script_index_0_lang.D-RrorL7.js — 200 — 778 B — 31 ms — h2https://img1.wsimg.com/signals/js/clients/scc-c2/scc-c2.min.jsimg1.wsimg.com/signals/js/clients/s... https://img1.wsimg.com/signals/js/clients/scc-c2/scc-c2.min.js — 200 — 21.0 KiB — 43 ms — h2https://www.dot-software.org/_astro/SiteHeader.N_rOQCdE.jswww.dot-software.org/_astro/SiteHea... https://www.dot-software.org/_astro/SiteHeader.N_rOQCdE.js — 200 — 1.6 KiB — 37 ms — h2https://www.dot-software.org/_astro/client.Dc9Vh3na.jswww.dot-software.org/_astro/client.... https://www.dot-software.org/_astro/client.Dc9Vh3na.js — 200 — 57.5 KiB — 27 ms — h2https://www.dot-software.org/_astro/Banner.FeAjEWoW.jswww.dot-software.org/_astro/Banner.... https://www.dot-software.org/_astro/Banner.FeAjEWoW.js — 200 — 2.3 KiB — 34 ms — h2https://www.dot-software.org/_astro/AuthorInfo.BZxiktBy.jswww.dot-software.org/_astro/AuthorI... https://www.dot-software.org/_astro/AuthorInfo.BZxiktBy.js — 200 — 1.4 KiB — 28 ms — h2https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2fonts.gstatic.com/s/roboto/v51/KFO7... https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 200 — 36.7 KiB — 21 ms — h3https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2fonts.gstatic.com/s/opensans/v44/me... https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2 — 200 — 42.0 KiB — 24 ms — h3https://www.dot-software.org/_astro/initAdsense.De1Fahgh.jswww.dot-software.org/_astro/initAds... https://www.dot-software.org/_astro/initAdsense.De1Fahgh.js — 200 — 8.7 KiB — 41 ms — h2https://www.dot-software.org/_astro/constants.iBpK-svJ.jswww.dot-software.org/_astro/constan... https://www.dot-software.org/_astro/constants.iBpK-svJ.js — 200 — 2.2 KiB — 45 ms — h2https://www.dot-software.org/_astro/ConfigStore.j7jOORc2.jswww.dot-software.org/_astro/ConfigS... https://www.dot-software.org/_astro/ConfigStore.j7jOORc2.js — 200 — 2.9 KiB — 70 ms — h2https://www.dot-software.org/_astro/signals.D-xIrV4Q.jswww.dot-software.org/_astro/signals... https://www.dot-software.org/_astro/signals.D-xIrV4Q.js — 200 — 834 B — 47 ms — h2https://www.dot-software.org/_astro/utils.Dej-vf8Y.jswww.dot-software.org/_astro/utils.D... https://www.dot-software.org/_astro/utils.Dej-vf8Y.js — 200 — 954 B — 66 ms — h2https://www.dot-software.org/_astro/index.DiEladB3.jswww.dot-software.org/_astro/index.D... https://www.dot-software.org/_astro/index.DiEladB3.js — 200 — 3.3 KiB — 45 ms — h2https://www.dot-software.org/_astro/jsx-runtime.D_zvdyIk.jswww.dot-software.org/_astro/jsx-run... https://www.dot-software.org/_astro/jsx-runtime.D_zvdyIk.js — 200 — 833 B — 47 ms — h2https://www.dot-software.org/_astro/useIsMobile.DeSC4sBX.jswww.dot-software.org/_astro/useIsMo... https://www.dot-software.org/_astro/useIsMobile.DeSC4sBX.js — 200 — 560 B — 51 ms — h2https://www.dot-software.org/_astro/index.9c3d7eb8.CSh34YaS.jswww.dot-software.org/_astro/index.9... https://www.dot-software.org/_astro/index.9c3d7eb8.CSh34YaS.js — 200 — 444 B — 57 ms — h2https://pagead2.googlesyndication.com/pagead/managed/js/adsense/m202604160101/show_ads_impl_fy2021.js?bust=31097953pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/managed/js/adsense/m202604160101/show_ads_impl_fy2021.js?bust=31097953 — 200 — 177.5 KiB — 82 ms — h3https://api.aws.parking.godaddy.com/v1/parking/landers/codeproject.com?trafficTarget=gd&abp=1&gdabp=trueapi.aws.parking.godaddy.com/v1/park... https://api.aws.parking.godaddy.com/v1/parking/landers/codeproject.com?trafficTarget=gd&abp=1&gdabp=true — 200 — 1.7 KiB — 319 ms — h2https://img1.wsimg.com/parking-lander/px.js?ch=1&abp=1&gdabp=trueimg1.wsimg.com/parking-lander/px.js... https://img1.wsimg.com/parking-lander/px.js?ch=1&abp=1&gdabp=true — 200 — 367 B — 31 ms — h2https://img1.wsimg.com/parking-lander/px.js?ch=2&abp=2&gdabp=trueimg1.wsimg.com/parking-lander/px.js... https://img1.wsimg.com/parking-lander/px.js?ch=2&abp=2&gdabp=true — 200 — 369 B — 13 ms — h2https://fundingchoicesmessages.google.com/i/ca-pub-8578538130242489?href=https%3A%2F%2Fwww.dot-software.org%2Farticles%2Fcoding-education-platforms-for-beginners.html&ers=2fundingchoicesmessages.google.com/i... https://fundingchoicesmessages.google.com/i/ca-pub-8578538130242489?href=https%3A%2F%2Fwww.dot-software.org%2Farticles%2Fcoding-education-platforms-for-beginners.html&ers=2 — 200 — 70.1 KiB — 48 ms — h2https://fundingchoicesmessages.google.com/el/AGSKWxUT5eHp0RWveOPPYCqQTKjvMQaIM6aP32mUH4epUoPEdNXSneuy16fxnVkOECm9RCxahfr1Gl9_G3wIaM4KrvztaWY0gBbcCFG57KADoL7IATeJAk0tOSFhZqXulHT9tQTU74swMw==fundingchoicesmessages.google.com/e... https://fundingchoicesmessages.google.com/el/AGSKWxUT5eHp0RWveOPPYCqQTKjvMQaIM6aP32mUH4epUoPEdNXSneuy16fxnVkOECm9RCxahfr1Gl9_G3wIaM4KrvztaWY0gBbcCFG57KADoL7IATeJAk0tOSFhZqXulHT9tQTU74swMw== — 204 — 28 B — 25 ms — h3https://fundingchoicesmessages.google.com/el/AGSKWxUT5eHp0RWveOPPYCqQTKjvMQaIM6aP32mUH4epUoPEdNXSneuy16fxnVkOECm9RCxahfr1Gl9_G3wIaM4KrvztaWY0gBbcCFG57KADoL7IATeJAk0tOSFhZqXulHT9tQTU74swMw==fundingchoicesmessages.google.com/e... https://fundingchoicesmessages.google.com/el/AGSKWxUT5eHp0RWveOPPYCqQTKjvMQaIM6aP32mUH4epUoPEdNXSneuy16fxnVkOECm9RCxahfr1Gl9_G3wIaM4KrvztaWY0gBbcCFG57KADoL7IATeJAk0tOSFhZqXulHT9tQTU74swMw== — 204 — 28 B — 20 ms — h3https://fundingchoicesmessages.google.com/el/AGSKWxUT5eHp0RWveOPPYCqQTKjvMQaIM6aP32mUH4epUoPEdNXSneuy16fxnVkOECm9RCxahfr1Gl9_G3wIaM4KrvztaWY0gBbcCFG57KADoL7IATeJAk0tOSFhZqXulHT9tQTU74swMw==fundingchoicesmessages.google.com/e... https://fundingchoicesmessages.google.com/el/AGSKWxUT5eHp0RWveOPPYCqQTKjvMQaIM6aP32mUH4epUoPEdNXSneuy16fxnVkOECm9RCxahfr1Gl9_G3wIaM4KrvztaWY0gBbcCFG57KADoL7IATeJAk0tOSFhZqXulHT9tQTU74swMw== — 204 — 28 B — 14 ms — h3https://fundingchoicesmessages.google.com/f/AGSKWxUWxi7WOjld971qMartfcqYYDO3tvL30u9QyKcoChgPjnXSX_cEQMg5pSvtn_WTWbEaJftTYqfn00PaszzMrwtIfsCg2ybRAtciaePx69Vz53K8cUzlVI487P5nG_3BXSWNjkMy_A==?fccs=W251bGwsbnVsbCxudWxsLG51bGwsbnVsbCxudWxsLFsxNzc2ODE4MzU3LDYzNjAwMDAwMF0sbnVsbCxudWxsLG51bGwsW251bGwsWzddXSwiaHR0cHM6Ly93d3cuZG90LXNvZnR3YXJlLm9yZy9hcnRpY2xlcy9jb2RpbmctZWR1Y2F0aW9uLXBsYXRmb3Jtcy1mb3ItYmVnaW5uZXJzLmh0bWwiLG51bGwsW1s4LCJEc0tHTi1xcWZyUSJdLFs5LCJlbi1VUyJdLFsxOCwiW1tbbnVsbCwxNDM3XV1dIl0sWzM1LCIxNzc2ODE4MzU3Il0sWzE5LCIxIl0sWzE3LCJbMF0iXSxbMjQsImNvZGVwcm9qZWN0LmNvbSJdLFsyOSwiZmFsc2UiXV1dfundingchoicesmessages.google.com/f... https://fundingchoicesmessages.google.com/f/AGSKWxUWxi7WOjld971qMartfcqYYDO3tvL30u9QyKcoChgPjnXSX_cEQMg5pSvtn_WTWbEaJftTYqfn00PaszzMrwtIfsCg2ybRAtciaePx69Vz53K8cUzlVI487P5nG_3BXSWNjkMy_A==?fccs=W251bGwsbnVsbCxudWxsLG51bGwsbnVsbCxudWxsLFsxNzc2ODE4MzU3LDYzNjAwMDAwMF0sbnVsbCxudWxsLG51bGwsW251bGwsWzddXSwiaHR0cHM6Ly93d3cuZG90LXNvZnR3YXJlLm9yZy9hcnRpY2xlcy9jb2RpbmctZWR1Y2F0aW9uLXBsYXRmb3Jtcy1mb3ItYmVnaW5uZXJzLmh0bWwiLG51bGwsW1s4LCJEc0tHTi1xcWZyUSJdLFs5LCJlbi1VUyJdLFsxOCwiW1tbbnVsbCwxNDM3XV1dIl0sWzM1LCIxNzc2ODE4MzU3Il0sWzE5LCIxIl0sWzE3LCJbMF0iXSxbMjQsImNvZGVwcm9qZWN0LmNvbSJdLFsyOSwiZmFsc2UiXV1d — 200 — 67.4 KiB — 73 ms — h3https://api.aws.parking.godaddy.com/v1/parkingEvents?abp=1&gdabp=trueapi.aws.parking.godaddy.com/v1/park... https://api.aws.parking.godaddy.com/v1/parkingEvents?abp=1&gdabp=true — 200 — 0 B — 289 ms — h2https://fonts.googleapis.com/css?family=Archivo:400,500|Arimo:400,500|Bitter:400,500|EB+Garamond:400,500|Lato|Libre+Baskervill|Libre+Franklin:400,500|Lora:400,500|Google+Sans:regular,medium:400,500|Material+Icons|Google+Symbols|Merriweather|Montserrat:400,500|Mukta:400,500|Muli:400,500|Nunito:400,500|Open+Sans:400,500,600|Open+Sans+Condensed:400,600|Oswald:500|Playfair+Display:400,500|Poppins:400,500|Raleway:400,500|Roboto:400,500|Roboto+Condensed:400,500|Roboto+Slab:400,500|Slabo+27px|Source+Sans+Pro|Ubuntu:400,500|Volkhov&display=swapfonts.googleapis.com/css?family=Arc... https://fonts.googleapis.com/css?family=Archivo:400,500|Arimo:400,500|Bitter:400,500|EB+Garamond:400,500|Lato|Libre+Baskervill|Libre+Franklin:400,500|Lora:400,500|Google+Sans:regular,medium:400,500|Material+Icons|Google+Symbols|Merriweather|Montserrat:400,500|Mukta:400,500|Muli:400,500|Nunito:400,500|Open+Sans:400,500,600|Open+Sans+Condensed:400,600|Oswald:500|Playfair+Display:400,500|Poppins:400,500|Raleway:400,500|Roboto:400,500|Roboto+Condensed:400,500|Roboto+Slab:400,500|Slabo+27px|Source+Sans+Pro|Ubuntu:400,500|Volkhov&display=swap — 200 — 6.3 KiB — 21 ms — h2https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2fonts.gstatic.com/s/opensans/v40/me... https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2 — 200 — 42.1 KiB — 12 ms — h3https://fundingchoicesmessages.google.com/el/AGSKWxUT5eHp0RWveOPPYCqQTKjvMQaIM6aP32mUH4epUoPEdNXSneuy16fxnVkOECm9RCxahfr1Gl9_G3wIaM4KrvztaWY0gBbcCFG57KADoL7IATeJAk0tOSFhZqXulHT9tQTU74swMw==fundingchoicesmessages.google.com/e... https://fundingchoicesmessages.google.com/el/AGSKWxUT5eHp0RWveOPPYCqQTKjvMQaIM6aP32mUH4epUoPEdNXSneuy16fxnVkOECm9RCxahfr1Gl9_G3wIaM4KrvztaWY0gBbcCFG57KADoL7IATeJAk0tOSFhZqXulHT9tQTU74swMw== — 204 — 28 B — 14 ms — h3https://fundingchoicesmessages.google.com/el/AGSKWxUT5eHp0RWveOPPYCqQTKjvMQaIM6aP32mUH4epUoPEdNXSneuy16fxnVkOECm9RCxahfr1Gl9_G3wIaM4KrvztaWY0gBbcCFG57KADoL7IATeJAk0tOSFhZqXulHT9tQTU74swMw==fundingchoicesmessages.google.com/e... https://fundingchoicesmessages.google.com/el/AGSKWxUT5eHp0RWveOPPYCqQTKjvMQaIM6aP32mUH4epUoPEdNXSneuy16fxnVkOECm9RCxahfr1Gl9_G3wIaM4KrvztaWY0gBbcCFG57KADoL7IATeJAk0tOSFhZqXulHT9tQTU74swMw== — 204 — 28 B — 16 ms — h3https://fundingchoicesmessages.google.com/el/AGSKWxUT5eHp0RWveOPPYCqQTKjvMQaIM6aP32mUH4epUoPEdNXSneuy16fxnVkOECm9RCxahfr1Gl9_G3wIaM4KrvztaWY0gBbcCFG57KADoL7IATeJAk0tOSFhZqXulHT9tQTU74swMw==fundingchoicesmessages.google.com/e... https://fundingchoicesmessages.google.com/el/AGSKWxUT5eHp0RWveOPPYCqQTKjvMQaIM6aP32mUH4epUoPEdNXSneuy16fxnVkOECm9RCxahfr1Gl9_G3wIaM4KrvztaWY0gBbcCFG57KADoL7IATeJAk0tOSFhZqXulHT9tQTU74swMw== — 204 — 28 B — 18 ms — h3https://ep1.adtrafficquality.google/getconfig/sodar?sv=200&tid=afs&tv=1234567890&st=env&sjk=EpDctMVQS6asK7FmvT69Dw==&sde=1ep1.adtrafficquality.google/getconf... https://ep1.adtrafficquality.google/getconfig/sodar?sv=200&tid=afs&tv=1234567890&st=env&sjk=EpDctMVQS6asK7FmvT69Dw==&sde=1 — 200 — 8.0 KiB — 29 ms — h3https://ep2.adtrafficquality.google/sodar/sodar2.jsep2.adtrafficquality.google/sodar/s... https://ep2.adtrafficquality.google/sodar/sodar2.js — 200 — 7.9 KiB — 29 ms — h2https://www.dot-software.org/favicon.svgwww.dot-software.org/favicon.svg https://www.dot-software.org/favicon.svg — 404 — 878 B — 483 ms — h2https://api.aws.parking.godaddy.com/v1/parkingEvents?abp=1&gdabp=trueapi.aws.parking.godaddy.com/v1/park... https://api.aws.parking.godaddy.com/v1/parkingEvents?abp=1&gdabp=true — 200 — 400 B — 103 ms — h2https://ep2.adtrafficquality.google/sodar/sodar2/254/runner.htmlep2.adtrafficquality.google/sodar/s... https://ep2.adtrafficquality.google/sodar/sodar2/254/runner.html — 200 — 5.8 KiB — 17 ms — h2https://pagead2.googlesyndication.com/bg/jtP_XiYJVGkSVlMywOQWuZPksZRFmK02Z9iBbZJRvFI.jspagead2.googlesyndication.com/bg/jt... https://pagead2.googlesyndication.com/bg/jtP_XiYJVGkSVlMywOQWuZPksZRFmK02Z9iBbZJRvFI.js — 200 — 21.8 KiB — 17 ms — h3https://csp.secureserver.net/eventbus/web?clientid=b18ef4f046435b64a469b32c3c1c20a3csp.secureserver.net/eventbus/web?c... https://csp.secureserver.net/eventbus/web?clientid=b18ef4f046435b64a469b32c3c1c20a3 — 202 — 508 B — 188 ms — http/1.1https://csp.secureserver.net/eventbus/web?clientid=8da2217409854bee82e12dc4ca0b39fbcsp.secureserver.net/eventbus/web?c... https://csp.secureserver.net/eventbus/web?clientid=8da2217409854bee82e12dc4ca0b39fb — 202 — 508 B — 247 ms — http/1.1https://ep2.adtrafficquality.google/generate_204?xx-QCwep2.adtrafficquality.google/generat... https://ep2.adtrafficquality.google/generate_204?xx-QCw — 204 — 40 B — 4 ms — h2https://ep1.adtrafficquality.google/pagead/sodar?id=sodar2&v=254&t=2&li=afs_1234567890&jk=EpDctMVQS6asK7FmvT69Dw%3D%3D&bg=!T0ylTC7NAAY2C5OeFgs7AEcBe5WfOIPKyCSARY-OSvDdaTDNTzpwHwV2PwP_zvp_6ybeoi4Fl4Gp-Bf4V8652T24DmZ8lRMeTPgrY4KXpu58x1un-iDXdgIAAABxUgAAAAhoAQd-ABsKL1ZQRK9tNCWPYhDSSZPLDacaHNpVMJF3zXMKAAIPbZkCD8sqwl1aM4Vpjzgweg-oZW3fZfpNDO17d98CMdI80BLx7Bc6AaMPebUmDII36SsvpI0j4xereqen_XEhR9rSsz9lW5DKK2tyk8BnbQPxlJfy3nKvy_zb56nnKgqLOsV6UcE8SgAEdeifscTyedSjl8Dbx0sdVD2y9IoPzWUHfeqt1R3gY8G7QsAiZRNkFUug7o2eM9gQvwDC4RGgbXpizCLNiiS0lKiyZ9npODb30eOLbJ4fS9Tt59eM26I90DGkFL98pm_yelK5-oR7oKzebt6I_YcZoTpHLyvlvA1WgVFDVGiPACQnAXR_ouTlqxR_TH46WYS4bTLxbcPDdIQHXMgAHnoP744CdbR_DD89zeJQh98yrtrrISPRPZrdjRu7lBD-tyf-SNV9M4AUkzjPLPMnrpcDhRMky8zX6y32IqdoK01KDpUSMp2YbTjQr5EpdoaEyHVP6UYOPbIJyMFTDnvpFPhYtd77b_bRiceQpUkvpEBaiZMwbuebuyGqMh6BMIRSvwgUKSKf6dGSEWqUtJoHuDig9YUhR1mxHVhrbmOdGIUD_KP6i4lTx_mkbldBIM7WN6uU-8Vx6BPeAvAnY6B1ebRJDN75OCUi0UpmST8E7eQMHIBqmttqAfd71B2UzP0hLxjXi7MrT65tN8iAyLWQ-Yax93yPXwU9-5guOP01XGJw1MF__43sfjpqX2yeep1.adtrafficquality.google/pagead/... https://ep1.adtrafficquality.google/pagead/sodar?id=sodar2&v=254&t=2&li=afs_1234567890&jk=EpDctMVQS6asK7FmvT69Dw%3D%3D&bg=!T0ylTC7NAAY2C5OeFgs7AEcBe5WfOIPKyCSARY-OSvDdaTDNTzpwHwV2PwP_zvp_6ybeoi4Fl4Gp-Bf4V8652T24DmZ8lRMeTPgrY4KXpu58x1un-iDXdgIAAABxUgAAAAhoAQd-ABsKL1ZQRK9tNCWPYhDSSZPLDacaHNpVMJF3zXMKAAIPbZkCD8sqwl1aM4Vpjzgweg-oZW3fZfpNDO17d98CMdI80BLx7Bc6AaMPebUmDII36SsvpI0j4xereqen_XEhR9rSsz9lW5DKK2tyk8BnbQPxlJfy3nKvy_zb56nnKgqLOsV6UcE8SgAEdeifscTyedSjl8Dbx0sdVD2y9IoPzWUHfeqt1R3gY8G7QsAiZRNkFUug7o2eM9gQvwDC4RGgbXpizCLNiiS0lKiyZ9npODb30eOLbJ4fS9Tt59eM26I90DGkFL98pm_yelK5-oR7oKzebt6I_YcZoTpHLyvlvA1WgVFDVGiPACQnAXR_ouTlqxR_TH46WYS4bTLxbcPDdIQHXMgAHnoP744CdbR_DD89zeJQh98yrtrrISPRPZrdjRu7lBD-tyf-SNV9M4AUkzjPLPMnrpcDhRMky8zX6y32IqdoK01KDpUSMp2YbTjQr5EpdoaEyHVP6UYOPbIJyMFTDnvpFPhYtd77b_bRiceQpUkvpEBaiZMwbuebuyGqMh6BMIRSvwgUKSKf6dGSEWqUtJoHuDig9YUhR1mxHVhrbmOdGIUD_KP6i4lTx_mkbldBIM7WN6uU-8Vx6BPeAvAnY6B1ebRJDN75OCUi0UpmST8E7eQMHIBqmttqAfd71B2UzP0hLxjXi7MrT65tN8iAyLWQ-Yax93yPXwU9-5guOP01XGJw1MF__43sfjpqX2ye — 204 — 17 B — 14 ms — h3
HTML JavaScript CSS Images Fonts XHR/Fetch Other
All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback