Skip to content
https://htmlcodex.com

Performance

· 17 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
78
GRADE
C
FIX
3
REVIEW
3
PASS
9
INFO
2

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

74
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
87
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
100
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.

2.05 s

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

4.42 s

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

334 ms

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

0.001

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

3.55 s

Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.

8.61 s

Page Load Progression

375 ms
750 ms
1.1 s
1.5 s
1.9 s
2.2 s
2.6 s
3.0 s
Checks
17
9 PASS 3 REVIEW 3 FIX
D
Third-Party Impact
Action
84% third-party, 0 ms blocking
FIX
84% third-party, 0 ms blocking
Warning::
Third-party code accounts for 84% of page weight (1.7 MiB of 2.0 MiB)
Info::
Third-party blocking time is low (0 ms)
16%
84%
First-party Third-party
D
JS Execution Cost
Action
2907ms total JS execution
FIX
2907ms total JS execution
Warning::
https://htmlcodex.com/: 778ms CPU time
Warning::
Unattributable: 570ms CPU time
Warning::
https://htmlcodex.com/cdn-cgi/scripts/7d0fa10a/clo...: 501ms CPU time
Warning::
https://www.googletagmanager.com/gtag/js?id=G-JTM8...: 337ms CPU time
Warning::
https://pagead2.googlesyndication.com/pagead/manag...: 323ms CPU time
Warning::
Third-party scripts: 1534ms (53% of total)

Main Thread Breakdown

Script Evaluation 42% Other 24% Style & Layout 18% Script Parsing & Compilation 8% Rendering 4% Parse HTML & CSS 4%
ScriptTotalScriptingParse/CompileParty
https://htmlcodex.com/778ms5ms1ms1st
Unattributable570ms26ms0ms3rd
https://htmlcodex.com/cdn-cgi/scripts/7d0fa10a/cloudflare-static/rocket-loader.min.js501ms380ms6ms1st
https://www.googletagmanager.com/gtag/js?id=G-JTM8L5EJGL337ms269ms65ms3rd
https://pagead2.googlesyndication.com/pagead/managed/js/adsense/m202604170101/show_ads_impl_fy2021.js323ms231ms77ms3rd
https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-4955347150592523&host=ca-host-pub-2644536267352236116ms93ms22ms3rd
https://htmlcodex.com/wp-includes/js/wp-emoji-release.min.js?ver=6.9.495ms89ms5ms1st
https://ep2.adtrafficquality.google/sodar/sodar2.js72ms65ms3ms3rd
https://c0.wp.com/c/6.9.4/wp-includes/js/jquery/jquery.min.js61ms39ms20ms3rd
https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da177152312451655ms28ms6ms3rd
D
Page Weight Inventory
Action
83 resources · 2.0 MB · 231 KB savings available
FIX
83 resources · 2.0 MB · 231 KB savings available
Warning::
Page weight 1016 KB over 1MB target
Got: 2.0 MB Expected: ≤ 1 MB
Info::
~231 KB of savings available
Warning::
64 third-party resources (84% of weight)
83 resources · 2.0 MiB · 64 third-party 1015.8 KiB over 1MB target
Image 59% · 1.2 MiB
JavaScript 26% · 533.5 KiB
Font 9% · 182.4 KiB
CSS 3% · 63.0 KiB
Document 2% · 33.2 KiB
Other 1% · 14.8 KiB

~230.6 KiB of savings available

Remove unused JavaScript: 230.6 KiB
C
Page Weight Budget
Action
2.0 MB transferred, 83 requests
REVIEW
2.0 MB transferred, 83 requests
Info::
Page weighs 3.3 MB (2.0 MB transferred)
Warning::
Images are 1.2 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 1.2 MB
Warning::
JavaScript is 533 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 533 KB
Info::
83 HTTP requests
Info::
Estimated 0.42 g CO2 per page load
2.0 MB / 2.4 MB budget
2.0 MB transferred
83 requests
0.42 g CO2 per page load
Images 1.2 MiB 59%
JavaScript 533.5 KiB 26%
Fonts 182.4 KiB 9%
CSS 63.0 KiB 3%
HTML 33.2 KiB 2%
Other 13.7 KiB 1%
Other 799 B 0%
Other 556 B 0%
Other 547 B 0%
0 2.4 MB 4.9 MB
Approaching limit

Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.

Why this matters

Image bandwidth is high — modern formats (WebP/AVIF) and resizing typically cut it 50%+.

Source: web.dev

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

B
Image Optimization
43 images, 0 KB saveable
REVIEW
43 images, 0 KB saveable
Warning::
https://htmlcodex.com/wp-content/uploads/2020/12/h... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
43 images 1.2 MB
0 oversized -0 KB
9 legacy format
1 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

C
JS Bundles
Action
20 scripts, 231 KB unused
REVIEW
20 scripts, 231 KB unused
Warning::
https://pagead2.googlesyndication.com/pagead/manag...: 135 KB unused (76%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-JTM8...: 42 KB unused (42%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://pagead2.googlesyndication.com/pagead/js/ad...: 29 KB unused (53%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://htmlcodex.com/wp-content/themes/gridlove/a...: 26 KB unused (78%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 231 KB
231 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://pagead2.googlesyndication.com/pagead/managed/js/adsense/m202604170101/show_ads_impl_fy2021.js178 KB135 KB (76%)3rd
https://www.googletagmanager.com/gtag/js?id=G-JTM8L5EJGL160 KB42 KB (42%)3rd
https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-4955347150592523&host=ca-host-pub-264453626735223654 KB29 KB (53%)3rd
https://htmlcodex.com/wp-content/themes/gridlove/assets/js/min.js?ver=1.9.833 KB26 KB (78%)1st
https://htmlcodex.com/wp-content/plugins/mailchimp-for-wp/assets/js/forms.js?ver=4.12.13 KB1st
https://htmlcodex.com/wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-events-provider-wpforms-08f4a4ca33532233b542.js2 KB1st
https://htmlcodex.com/wp-content/plugins/meks-easy-social-share/assets/js/main.js?ver=1.31 KB1st
https://htmlcodex.com/wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-events-provider-mailchimp-2a06afd825b0d5e3e83c.js2 KB1st
https://c0.wp.com/c/6.9.4/wp-includes/js/jquery/jquery.masonry.min.js1 KB3rd
https://c0.wp.com/c/6.9.4/wp-includes/js/masonry.min.js8 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

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

A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
All text resources are compressed
All text resources are properly compressed.
A+
Font Loading
4 fonts (182 KB)
PASS
4 fonts (182 KB)
Info::
4 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

4

182 KB total

Render-blocking

0

of 4

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 2.0 s LCP 4.4 shttps://fonts.gstatic.com/s/cabin/v35/u-4i0qWljRw-PfU81xCKCpdpbgZJl6XvqdnsF3-OAw.woff2u-4i0qWljRw-PfU81xCKCpd... https://fonts.gstatic.com/s/cabin/v35/u-4i0qWljRw-PfU81xCKCpdpbgZJl6XvqdnsF3-OAw.woff2 — 27.6 KiB — 45 ms — font-display: swaphttps://htmlcodex.com/wp-content/themes/gridlove/assets/fonts/fontawesome-webfont.woff2?v=4.7.0fontawesome-webfont.woff2 https://htmlcodex.com/wp-content/themes/gridlove/assets/fonts/fontawesome-webfont.woff2?v=4.7.0 — 76.1 KiB — 55 ms — font-display: swaphttps://fonts.gstatic.com/s/lato/v25/S6u9w4BMUTPHh6UVSwiPGQ3q5d0.woff2S6u9w4BMUTPHh6UVSwiPGQ3... https://fonts.gstatic.com/s/lato/v25/S6u9w4BMUTPHh6UVSwiPGQ3q5d0.woff2 — 13.9 KiB — 46 ms — font-display: swaphttps://htmlcodex.com/wp-content/plugins/meks-easy-social-share/assets/fonts/socicon.woffsocicon.woff https://htmlcodex.com/wp-content/plugins/meks-easy-social-share/assets/fonts/socicon.woff — 64.9 KiB — 58 ms — font-display: swap
u-4i0qWljRw-PfU81xCKCpd... woff2 swap
Size 28 KB
Load time 45 ms
Start 1.2 s
Risk FOUT — text flashes from fallback to web font
fontawesome-webfont.woff2 woff2 swap
Size 76 KB
Load time 55 ms
Start 1.2 s
Risk FOUT — text flashes from fallback to web font
S6u9w4BMUTPHh6UVSwiPGQ3... woff2 swap
Size 14 KB
Load time 46 ms
Start 1.2 s
Risk FOUT — text flashes from fallback to web font
socicon.woff woff swap
Size 65 KB
Load time 58 ms
Start 1.2 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
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 ~19 KB and ~38 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
19 hints, 0 missing preconnects
PASS
19 hints, 0 missing preconnects
Info::
Page uses 19 resource hint(s)

Current Resource Hints

preconnect
2
preload
+3
13
dns-prefetch
4
prefetch

19 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
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

A+
HTTP Caching
max-age=3600 (1 hour)
PASS
max-age=3600 (1 hour)
Info::
Cache-Control header is set
Got: max-age=3600, public
Info::
Effective TTL: 1 hour (max-age=3600)
Info::
Last-Modified header present
Cache-Control

max-age=3600, public

DirectiveValueMeaning
max-age3600Cache for 1 hour
publicAny cache may store this response
Effective TTL: 3600 seconds
Network Waterfall
83 requests over 2540ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 2.0 s LCP 4.4 shttps://htmlcodex.com// https://htmlcodex.com/ — 200 — 23.0 KiB — 1.0 s — h3https://fonts.googleapis.com/css?family=Cabin%3A400%2C700%7CLato%3A400%2C700&subset=latin%2Clatin-ext&ver=1.9.8fonts.googleapis.com/css?family=Cab... https://fonts.googleapis.com/css?family=Cabin%3A400%2C700%7CLato%3A400%2C700&subset=latin%2Clatin-ext&ver=1.9.8 — 200 — 1.0 KiB — 52 ms — h2https://htmlcodex.com/wp-content/themes/gridlove/assets/css/min.css?ver=1.9.8/wp-content/themes/gridlove/assets/... https://htmlcodex.com/wp-content/themes/gridlove/assets/css/min.css?ver=1.9.8 — 200 — 49.8 KiB — 41 ms — h3https://htmlcodex.com/wp-content/themes/gridlove-child/style.css?ver=1.9.8/wp-content/themes/gridlove-child/s... https://htmlcodex.com/wp-content/themes/gridlove-child/style.css?ver=1.9.8 — 200 — 2.6 KiB — 16 ms — h3https://htmlcodex.com/wp-content/plugins/meks-easy-ads-widget/css/style.css?ver=2.0.9/wp-content/plugins/meks-easy-ads-w... https://htmlcodex.com/wp-content/plugins/meks-easy-ads-widget/css/style.css?ver=2.0.9 — 200 — 918 B — 21 ms — h3https://htmlcodex.com/wp-content/plugins/meks-smart-social-widget/css/style.css?ver=1.6.5/wp-content/plugins/meks-smart-soci... https://htmlcodex.com/wp-content/plugins/meks-smart-social-widget/css/style.css?ver=1.6.5 — 200 — 6.1 KiB — 26 ms — h3https://htmlcodex.com/wp-content/plugins/meks-easy-social-share/assets/css/main.css?ver=1.3/wp-content/plugins/meks-easy-socia... https://htmlcodex.com/wp-content/plugins/meks-easy-social-share/assets/css/main.css?ver=1.3 — 200 — 2.6 KiB — 16 ms — h3https://htmlcodex.com/wp-content/uploads/2020/12/htmlcodex.png/wp-content/uploads/2020/12/htmlcod... https://htmlcodex.com/wp-content/uploads/2020/12/htmlcodex.png — 200 — 18.9 KiB — 40 ms — h3https://htmlcodex.com/wp-content/uploads/2020/12/htmlcodex-mini.png/wp-content/uploads/2020/12/htmlcod... https://htmlcodex.com/wp-content/uploads/2020/12/htmlcodex-mini.png — 200 — 18.6 KiB — 40 ms — h3https://i0.wp.com/htmlcodex.com/wp-content/uploads/2026/04/Industrix.jpg?resize=740%2C463&ssl=1i0.wp.com/htmlcodex.com/wp-content/... https://i0.wp.com/htmlcodex.com/wp-content/uploads/2026/04/Industrix.jpg?resize=740%2C463&ssl=1 — 200 — 57.1 KiB — 66 ms — h2https://i0.wp.com/htmlcodex.com/wp-content/uploads/2026/02/Cepair.jpg?resize=740%2C463&ssl=1i0.wp.com/htmlcodex.com/wp-content/... https://i0.wp.com/htmlcodex.com/wp-content/uploads/2026/02/Cepair.jpg?resize=740%2C463&ssl=1 — 200 — 42.8 KiB — 61 ms — h2https://i0.wp.com/htmlcodex.com/wp-content/uploads/2026/01/SEOcom.jpg?fit=270%2C169&ssl=1i0.wp.com/htmlcodex.com/wp-content/... https://i0.wp.com/htmlcodex.com/wp-content/uploads/2026/01/SEOcom.jpg?fit=270%2C169&ssl=1 — 200 — 10.2 KiB — 36 ms — h2https://i0.wp.com/htmlcodex.com/wp-content/uploads/2025/09/charity-organization-website-template.jpg?resize=740%2C463&ssl=1i0.wp.com/htmlcodex.com/wp-content/... https://i0.wp.com/htmlcodex.com/wp-content/uploads/2025/09/charity-organization-website-template.jpg?resize=740%2C463&ssl=1 — 200 — 42.4 KiB — 68 ms — h2https://i0.wp.com/htmlcodex.com/wp-content/uploads/2025/08/modeling-agency-website-template.jpg?resize=740%2C463&ssl=1i0.wp.com/htmlcodex.com/wp-content/... https://i0.wp.com/htmlcodex.com/wp-content/uploads/2025/08/modeling-agency-website-template.jpg?resize=740%2C463&ssl=1 — 200 — 30.9 KiB — 75 ms — h2https://i0.wp.com/htmlcodex.com/wp-content/uploads/2025/08/plastic-surgery-website-template.jpg?resize=740%2C463&ssl=1i0.wp.com/htmlcodex.com/wp-content/... https://i0.wp.com/htmlcodex.com/wp-content/uploads/2025/08/plastic-surgery-website-template.jpg?resize=740%2C463&ssl=1 — 200 — 40.2 KiB — 98 ms — h2https://htmlcodex.com/cdn-cgi/scripts/7d0fa10a/cloudflare-static/rocket-loader.min.js/cdn-cgi/scripts/7d0fa10a/cloudflar... https://htmlcodex.com/cdn-cgi/scripts/7d0fa10a/cloudflare-static/rocket-loader.min.js — 200 — 4.4 KiB — 21 ms — h3https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516static.cloudflareinsights.com/beaco... https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516 — 200 — 10.7 KiB — 75 ms — h2https://i0.wp.com/htmlcodex.com/wp-content/uploads/2025/08/electronics-website-template.jpg?resize=740%2C463&ssl=1i0.wp.com/htmlcodex.com/wp-content/... https://i0.wp.com/htmlcodex.com/wp-content/uploads/2025/08/electronics-website-template.jpg?resize=740%2C463&ssl=1 — 200 — 32.9 KiB — 65 ms — h2https://i0.wp.com/htmlcodex.com/wp-content/uploads/2025/07/beauty-salon-website-template.jpg?resize=740%2C463&ssl=1i0.wp.com/htmlcodex.com/wp-content/... https://i0.wp.com/htmlcodex.com/wp-content/uploads/2025/07/beauty-salon-website-template.jpg?resize=740%2C463&ssl=1 — 200 — 41.2 KiB — 69 ms — h2https://i0.wp.com/htmlcodex.com/wp-content/uploads/2025/07/interior-design-website-template-free.jpg?resize=740%2C463&ssl=1i0.wp.com/htmlcodex.com/wp-content/... https://i0.wp.com/htmlcodex.com/wp-content/uploads/2025/07/interior-design-website-template-free.jpg?resize=740%2C463&ssl=1 — 200 — 36.3 KiB — 72 ms — h2https://i0.wp.com/htmlcodex.com/wp-content/uploads/2025/04/welding-website-template.jpg?resize=740%2C463&ssl=1i0.wp.com/htmlcodex.com/wp-content/... https://i0.wp.com/htmlcodex.com/wp-content/uploads/2025/04/welding-website-template.jpg?resize=740%2C463&ssl=1 — 200 — 39.2 KiB — 77 ms — h2https://i0.wp.com/htmlcodex.com/wp-content/uploads/2025/03/chef-website-template.jpg?resize=740%2C463&ssl=1i0.wp.com/htmlcodex.com/wp-content/... https://i0.wp.com/htmlcodex.com/wp-content/uploads/2025/03/chef-website-template.jpg?resize=740%2C463&ssl=1 — 200 — 46.8 KiB — 109 ms — h2https://i0.wp.com/htmlcodex.com/wp-content/uploads/2024/11/fitness-website-template.jpg?resize=740%2C463&ssl=1i0.wp.com/htmlcodex.com/wp-content/... https://i0.wp.com/htmlcodex.com/wp-content/uploads/2024/11/fitness-website-template.jpg?resize=740%2C463&ssl=1 — 200 — 47.1 KiB — 121 ms — h2https://i0.wp.com/htmlcodex.com/wp-content/uploads/2022/04/bakery-website-template.jpg?resize=740%2C463&ssl=1i0.wp.com/htmlcodex.com/wp-content/... https://i0.wp.com/htmlcodex.com/wp-content/uploads/2022/04/bakery-website-template.jpg?resize=740%2C463&ssl=1 — 200 — 35.8 KiB — 133 ms — h2https://i0.wp.com/htmlcodex.com/wp-content/uploads/2022/03/software-landing-page-template.jpg?resize=740%2C463&ssl=1i0.wp.com/htmlcodex.com/wp-content/... https://i0.wp.com/htmlcodex.com/wp-content/uploads/2022/03/software-landing-page-template.jpg?resize=740%2C463&ssl=1 — 200 — 22.4 KiB — 157 ms — h2https://i0.wp.com/htmlcodex.com/wp-content/uploads/2022/09/free-cryptocurrency-website-template.jpg?resize=740%2C463&ssl=1i0.wp.com/htmlcodex.com/wp-content/... https://i0.wp.com/htmlcodex.com/wp-content/uploads/2022/09/free-cryptocurrency-website-template.jpg?resize=740%2C463&ssl=1 — 200 — 20.8 KiB — 157 ms — h2https://i0.wp.com/htmlcodex.com/wp-content/uploads/2020/05/bootstrap-agency-template.jpg?resize=740%2C463&ssl=1i0.wp.com/htmlcodex.com/wp-content/... https://i0.wp.com/htmlcodex.com/wp-content/uploads/2020/05/bootstrap-agency-template.jpg?resize=740%2C463&ssl=1 — 200 — 21.5 KiB — 170 ms — h2https://i0.wp.com/htmlcodex.com/wp-content/uploads/2021/07/consultancy-website-template.jpg?resize=740%2C463&ssl=1i0.wp.com/htmlcodex.com/wp-content/... https://i0.wp.com/htmlcodex.com/wp-content/uploads/2021/07/consultancy-website-template.jpg?resize=740%2C463&ssl=1 — 200 — 48.2 KiB — 58 ms — h3https://i0.wp.com/htmlcodex.com/wp-content/uploads/2020/10/car-wash-website-template.jpg?resize=740%2C463&ssl=1i0.wp.com/htmlcodex.com/wp-content/... https://i0.wp.com/htmlcodex.com/wp-content/uploads/2020/10/car-wash-website-template.jpg?resize=740%2C463&ssl=1 — 200 — 22.6 KiB — 29 ms — h3https://i0.wp.com/htmlcodex.com/wp-content/uploads/2022/03/architecture-html-template-pro.jpg?resize=740%2C463&ssl=1i0.wp.com/htmlcodex.com/wp-content/... https://i0.wp.com/htmlcodex.com/wp-content/uploads/2022/03/architecture-html-template-pro.jpg?resize=740%2C463&ssl=1 — 200 — 30.3 KiB — 33 ms — h3
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 2.0 s LCP 4.4 shttps://htmlcodex.com// https://htmlcodex.com/ — 200 — 23.0 KiB — 1.0 s — h3https://fonts.googleapis.com/css?family=Cabin%3A400%2C700%7CLato%3A400%2C700&subset=latin%2Clatin-ext&ver=1.9.8fonts.googleapis.com/css?family=Cab... https://fonts.googleapis.com/css?family=Cabin%3A400%2C700%7CLato%3A400%2C700&subset=latin%2Clatin-ext&ver=1.9.8 — 200 — 1.0 KiB — 52 ms — h2https://htmlcodex.com/wp-content/themes/gridlove/assets/css/min.css?ver=1.9.8/wp-content/themes/gridlove/assets/... https://htmlcodex.com/wp-content/themes/gridlove/assets/css/min.css?ver=1.9.8 — 200 — 49.8 KiB — 41 ms — h3https://htmlcodex.com/wp-content/themes/gridlove-child/style.css?ver=1.9.8/wp-content/themes/gridlove-child/s... https://htmlcodex.com/wp-content/themes/gridlove-child/style.css?ver=1.9.8 — 200 — 2.6 KiB — 16 ms — h3https://htmlcodex.com/wp-content/plugins/meks-easy-ads-widget/css/style.css?ver=2.0.9/wp-content/plugins/meks-easy-ads-w... https://htmlcodex.com/wp-content/plugins/meks-easy-ads-widget/css/style.css?ver=2.0.9 — 200 — 918 B — 21 ms — h3https://htmlcodex.com/wp-content/plugins/meks-smart-social-widget/css/style.css?ver=1.6.5/wp-content/plugins/meks-smart-soci... https://htmlcodex.com/wp-content/plugins/meks-smart-social-widget/css/style.css?ver=1.6.5 — 200 — 6.1 KiB — 26 ms — h3https://htmlcodex.com/wp-content/plugins/meks-easy-social-share/assets/css/main.css?ver=1.3/wp-content/plugins/meks-easy-socia... https://htmlcodex.com/wp-content/plugins/meks-easy-social-share/assets/css/main.css?ver=1.3 — 200 — 2.6 KiB — 16 ms — h3https://htmlcodex.com/wp-content/uploads/2020/12/htmlcodex.png/wp-content/uploads/2020/12/htmlcod... https://htmlcodex.com/wp-content/uploads/2020/12/htmlcodex.png — 200 — 18.9 KiB — 40 ms — h3https://htmlcodex.com/wp-content/uploads/2020/12/htmlcodex-mini.png/wp-content/uploads/2020/12/htmlcod... https://htmlcodex.com/wp-content/uploads/2020/12/htmlcodex-mini.png — 200 — 18.6 KiB — 40 ms — h3https://i0.wp.com/htmlcodex.com/wp-content/uploads/2026/04/Industrix.jpg?resize=740%2C463&ssl=1i0.wp.com/htmlcodex.com/wp-content/... https://i0.wp.com/htmlcodex.com/wp-content/uploads/2026/04/Industrix.jpg?resize=740%2C463&ssl=1 — 200 — 57.1 KiB — 66 ms — h2https://i0.wp.com/htmlcodex.com/wp-content/uploads/2026/02/Cepair.jpg?resize=740%2C463&ssl=1i0.wp.com/htmlcodex.com/wp-content/... https://i0.wp.com/htmlcodex.com/wp-content/uploads/2026/02/Cepair.jpg?resize=740%2C463&ssl=1 — 200 — 42.8 KiB — 61 ms — h2https://i0.wp.com/htmlcodex.com/wp-content/uploads/2026/01/SEOcom.jpg?fit=270%2C169&ssl=1i0.wp.com/htmlcodex.com/wp-content/... https://i0.wp.com/htmlcodex.com/wp-content/uploads/2026/01/SEOcom.jpg?fit=270%2C169&ssl=1 — 200 — 10.2 KiB — 36 ms — h2https://i0.wp.com/htmlcodex.com/wp-content/uploads/2025/09/charity-organization-website-template.jpg?resize=740%2C463&ssl=1i0.wp.com/htmlcodex.com/wp-content/... https://i0.wp.com/htmlcodex.com/wp-content/uploads/2025/09/charity-organization-website-template.jpg?resize=740%2C463&ssl=1 — 200 — 42.4 KiB — 68 ms — h2https://i0.wp.com/htmlcodex.com/wp-content/uploads/2025/08/modeling-agency-website-template.jpg?resize=740%2C463&ssl=1i0.wp.com/htmlcodex.com/wp-content/... https://i0.wp.com/htmlcodex.com/wp-content/uploads/2025/08/modeling-agency-website-template.jpg?resize=740%2C463&ssl=1 — 200 — 30.9 KiB — 75 ms — h2https://i0.wp.com/htmlcodex.com/wp-content/uploads/2025/08/plastic-surgery-website-template.jpg?resize=740%2C463&ssl=1i0.wp.com/htmlcodex.com/wp-content/... https://i0.wp.com/htmlcodex.com/wp-content/uploads/2025/08/plastic-surgery-website-template.jpg?resize=740%2C463&ssl=1 — 200 — 40.2 KiB — 98 ms — h2https://htmlcodex.com/cdn-cgi/scripts/7d0fa10a/cloudflare-static/rocket-loader.min.js/cdn-cgi/scripts/7d0fa10a/cloudflar... https://htmlcodex.com/cdn-cgi/scripts/7d0fa10a/cloudflare-static/rocket-loader.min.js — 200 — 4.4 KiB — 21 ms — h3https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516static.cloudflareinsights.com/beaco... https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516 — 200 — 10.7 KiB — 75 ms — h2https://i0.wp.com/htmlcodex.com/wp-content/uploads/2025/08/electronics-website-template.jpg?resize=740%2C463&ssl=1i0.wp.com/htmlcodex.com/wp-content/... https://i0.wp.com/htmlcodex.com/wp-content/uploads/2025/08/electronics-website-template.jpg?resize=740%2C463&ssl=1 — 200 — 32.9 KiB — 65 ms — h2https://i0.wp.com/htmlcodex.com/wp-content/uploads/2025/07/beauty-salon-website-template.jpg?resize=740%2C463&ssl=1i0.wp.com/htmlcodex.com/wp-content/... https://i0.wp.com/htmlcodex.com/wp-content/uploads/2025/07/beauty-salon-website-template.jpg?resize=740%2C463&ssl=1 — 200 — 41.2 KiB — 69 ms — h2https://i0.wp.com/htmlcodex.com/wp-content/uploads/2025/07/interior-design-website-template-free.jpg?resize=740%2C463&ssl=1i0.wp.com/htmlcodex.com/wp-content/... https://i0.wp.com/htmlcodex.com/wp-content/uploads/2025/07/interior-design-website-template-free.jpg?resize=740%2C463&ssl=1 — 200 — 36.3 KiB — 72 ms — h2https://i0.wp.com/htmlcodex.com/wp-content/uploads/2025/04/welding-website-template.jpg?resize=740%2C463&ssl=1i0.wp.com/htmlcodex.com/wp-content/... https://i0.wp.com/htmlcodex.com/wp-content/uploads/2025/04/welding-website-template.jpg?resize=740%2C463&ssl=1 — 200 — 39.2 KiB — 77 ms — h2https://i0.wp.com/htmlcodex.com/wp-content/uploads/2025/03/chef-website-template.jpg?resize=740%2C463&ssl=1i0.wp.com/htmlcodex.com/wp-content/... https://i0.wp.com/htmlcodex.com/wp-content/uploads/2025/03/chef-website-template.jpg?resize=740%2C463&ssl=1 — 200 — 46.8 KiB — 109 ms — h2https://i0.wp.com/htmlcodex.com/wp-content/uploads/2024/11/fitness-website-template.jpg?resize=740%2C463&ssl=1i0.wp.com/htmlcodex.com/wp-content/... https://i0.wp.com/htmlcodex.com/wp-content/uploads/2024/11/fitness-website-template.jpg?resize=740%2C463&ssl=1 — 200 — 47.1 KiB — 121 ms — h2https://i0.wp.com/htmlcodex.com/wp-content/uploads/2022/04/bakery-website-template.jpg?resize=740%2C463&ssl=1i0.wp.com/htmlcodex.com/wp-content/... https://i0.wp.com/htmlcodex.com/wp-content/uploads/2022/04/bakery-website-template.jpg?resize=740%2C463&ssl=1 — 200 — 35.8 KiB — 133 ms — h2https://i0.wp.com/htmlcodex.com/wp-content/uploads/2022/03/software-landing-page-template.jpg?resize=740%2C463&ssl=1i0.wp.com/htmlcodex.com/wp-content/... https://i0.wp.com/htmlcodex.com/wp-content/uploads/2022/03/software-landing-page-template.jpg?resize=740%2C463&ssl=1 — 200 — 22.4 KiB — 157 ms — h2https://i0.wp.com/htmlcodex.com/wp-content/uploads/2022/09/free-cryptocurrency-website-template.jpg?resize=740%2C463&ssl=1i0.wp.com/htmlcodex.com/wp-content/... https://i0.wp.com/htmlcodex.com/wp-content/uploads/2022/09/free-cryptocurrency-website-template.jpg?resize=740%2C463&ssl=1 — 200 — 20.8 KiB — 157 ms — h2https://i0.wp.com/htmlcodex.com/wp-content/uploads/2020/05/bootstrap-agency-template.jpg?resize=740%2C463&ssl=1i0.wp.com/htmlcodex.com/wp-content/... https://i0.wp.com/htmlcodex.com/wp-content/uploads/2020/05/bootstrap-agency-template.jpg?resize=740%2C463&ssl=1 — 200 — 21.5 KiB — 170 ms — h2https://i0.wp.com/htmlcodex.com/wp-content/uploads/2021/07/consultancy-website-template.jpg?resize=740%2C463&ssl=1i0.wp.com/htmlcodex.com/wp-content/... https://i0.wp.com/htmlcodex.com/wp-content/uploads/2021/07/consultancy-website-template.jpg?resize=740%2C463&ssl=1 — 200 — 48.2 KiB — 58 ms — h3https://i0.wp.com/htmlcodex.com/wp-content/uploads/2020/10/car-wash-website-template.jpg?resize=740%2C463&ssl=1i0.wp.com/htmlcodex.com/wp-content/... https://i0.wp.com/htmlcodex.com/wp-content/uploads/2020/10/car-wash-website-template.jpg?resize=740%2C463&ssl=1 — 200 — 22.6 KiB — 29 ms — h3https://i0.wp.com/htmlcodex.com/wp-content/uploads/2022/03/architecture-html-template-pro.jpg?resize=740%2C463&ssl=1i0.wp.com/htmlcodex.com/wp-content/... https://i0.wp.com/htmlcodex.com/wp-content/uploads/2022/03/architecture-html-template-pro.jpg?resize=740%2C463&ssl=1 — 200 — 30.3 KiB — 33 ms — h3https://i0.wp.com/htmlcodex.com/wp-content/uploads/2020/08/construction-company-website-template.jpg?resize=740%2C463&ssl=1i0.wp.com/htmlcodex.com/wp-content/... https://i0.wp.com/htmlcodex.com/wp-content/uploads/2020/08/construction-company-website-template.jpg?resize=740%2C463&ssl=1 — 200 — 35.1 KiB — 69 ms — h3https://i0.wp.com/htmlcodex.com/wp-content/uploads/2021/12/carpenter-website-template.jpg?resize=740%2C463&ssl=1i0.wp.com/htmlcodex.com/wp-content/... https://i0.wp.com/htmlcodex.com/wp-content/uploads/2021/12/carpenter-website-template.jpg?resize=740%2C463&ssl=1 — 200 — 31.4 KiB — 101 ms — h3https://i0.wp.com/htmlcodex.com/wp-content/uploads/2021/08/construction-company-html-template.jpg?resize=740%2C463&ssl=1i0.wp.com/htmlcodex.com/wp-content/... https://i0.wp.com/htmlcodex.com/wp-content/uploads/2021/08/construction-company-html-template.jpg?resize=740%2C463&ssl=1 — 200 — 39.0 KiB — 159 ms — h3https://i0.wp.com/htmlcodex.com/wp-content/uploads/2021/11/bootstrap-cv-resume-template.jpg?resize=740%2C463&ssl=1i0.wp.com/htmlcodex.com/wp-content/... https://i0.wp.com/htmlcodex.com/wp-content/uploads/2021/11/bootstrap-cv-resume-template.jpg?resize=740%2C463&ssl=1 — 200 — 24.0 KiB — 184 ms — h3https://i0.wp.com/htmlcodex.com/wp-content/uploads/2021/10/bootstrap-restaurant-template.jpg?resize=740%2C463&ssl=1i0.wp.com/htmlcodex.com/wp-content/... https://i0.wp.com/htmlcodex.com/wp-content/uploads/2021/10/bootstrap-restaurant-template.jpg?resize=740%2C463&ssl=1 — 200 — 31.1 KiB — 189 ms — h3https://i0.wp.com/htmlcodex.com/wp-content/uploads/2021/08/startup-company-website-template.jpg?resize=740%2C463&ssl=1i0.wp.com/htmlcodex.com/wp-content/... https://i0.wp.com/htmlcodex.com/wp-content/uploads/2021/08/startup-company-website-template.jpg?resize=740%2C463&ssl=1 — 200 — 38.0 KiB — 193 ms — h3https://i0.wp.com/htmlcodex.com/wp-content/uploads/2021/03/online-shop-website-template.jpg?resize=740%2C463&ssl=1i0.wp.com/htmlcodex.com/wp-content/... https://i0.wp.com/htmlcodex.com/wp-content/uploads/2021/03/online-shop-website-template.jpg?resize=740%2C463&ssl=1 — 200 — 30.8 KiB — 106 ms — h3https://i0.wp.com/htmlcodex.com/wp-content/uploads/2022/01/job-portal-website-template.jpg?resize=740%2C463&ssl=1i0.wp.com/htmlcodex.com/wp-content/... https://i0.wp.com/htmlcodex.com/wp-content/uploads/2022/01/job-portal-website-template.jpg?resize=740%2C463&ssl=1 — 200 — 26.3 KiB — 200 ms — h3https://i0.wp.com/htmlcodex.com/wp-content/uploads/2021/07/startup-website-template.jpg?resize=740%2C463&ssl=1i0.wp.com/htmlcodex.com/wp-content/... https://i0.wp.com/htmlcodex.com/wp-content/uploads/2021/07/startup-website-template.jpg?resize=740%2C463&ssl=1 — 200 — 34.6 KiB — 200 ms — h3https://i0.wp.com/htmlcodex.com/wp-content/uploads/2022/06/personal-portfolio-html-template.jpg?resize=740%2C463&ssl=1i0.wp.com/htmlcodex.com/wp-content/... https://i0.wp.com/htmlcodex.com/wp-content/uploads/2022/06/personal-portfolio-html-template.jpg?resize=740%2C463&ssl=1 — 200 — 30.4 KiB — 201 ms — h3https://i0.wp.com/htmlcodex.com/wp-content/uploads/2021/07/cake-shop-website-template.jpg?resize=740%2C463&ssl=1i0.wp.com/htmlcodex.com/wp-content/... https://i0.wp.com/htmlcodex.com/wp-content/uploads/2021/07/cake-shop-website-template.jpg?resize=740%2C463&ssl=1 — 200 — 39.0 KiB — 203 ms — h3https://i0.wp.com/htmlcodex.com/wp-content/uploads/2021/11/hotel-html-template.jpg?resize=740%2C463&ssl=1i0.wp.com/htmlcodex.com/wp-content/... https://i0.wp.com/htmlcodex.com/wp-content/uploads/2021/11/hotel-html-template.jpg?resize=740%2C463&ssl=1 — 200 — 41.4 KiB — 207 ms — h3https://i0.wp.com/htmlcodex.com/wp-content/uploads/2022/01/real-estate-html-template.jpg?resize=740%2C463&ssl=1i0.wp.com/htmlcodex.com/wp-content/... https://i0.wp.com/htmlcodex.com/wp-content/uploads/2022/01/real-estate-html-template.jpg?resize=740%2C463&ssl=1 — 200 — 31.3 KiB — 207 ms — h3https://i0.wp.com/htmlcodex.com/wp-content/uploads/2021/11/elearning-html-template.jpg?resize=740%2C463&ssl=1i0.wp.com/htmlcodex.com/wp-content/... https://i0.wp.com/htmlcodex.com/wp-content/uploads/2021/11/elearning-html-template.jpg?resize=740%2C463&ssl=1 — 200 — 32.5 KiB — 207 ms — h3https://i0.wp.com/htmlcodex.com/wp-content/uploads/2020/12/bootstrap-shop-templates.jpg?resize=740%2C463&ssl=1i0.wp.com/htmlcodex.com/wp-content/... https://i0.wp.com/htmlcodex.com/wp-content/uploads/2020/12/bootstrap-shop-templates.jpg?resize=740%2C463&ssl=1 — 200 — 21.3 KiB — 200 ms — h3https://fonts.gstatic.com/s/cabin/v35/u-4i0qWljRw-PfU81xCKCpdpbgZJl6XvqdnsF3-OAw.woff2fonts.gstatic.com/s/cabin/v35/u-4i0... https://fonts.gstatic.com/s/cabin/v35/u-4i0qWljRw-PfU81xCKCpdpbgZJl6XvqdnsF3-OAw.woff2 — 200 — 27.6 KiB — 45 ms — h3https://htmlcodex.com/wp-content/themes/gridlove/assets/fonts/fontawesome-webfont.woff2?v=4.7.0/wp-content/themes/gridlove/assets/... https://htmlcodex.com/wp-content/themes/gridlove/assets/fonts/fontawesome-webfont.woff2?v=4.7.0 — 200 — 76.1 KiB — 55 ms — h3https://fonts.gstatic.com/s/lato/v25/S6u9w4BMUTPHh6UVSwiPGQ3q5d0.woff2fonts.gstatic.com/s/lato/v25/S6u9w4... https://fonts.gstatic.com/s/lato/v25/S6u9w4BMUTPHh6UVSwiPGQ3q5d0.woff2 — 200 — 13.9 KiB — 46 ms — h3https://htmlcodex.com/wp-content/plugins/meks-easy-social-share/assets/fonts/socicon.woff/wp-content/plugins/meks-easy-socia... https://htmlcodex.com/wp-content/plugins/meks-easy-social-share/assets/fonts/socicon.woff — 200 — 64.9 KiB — 58 ms — h3https://stats.wp.com/e-202617.jsstats.wp.com/e-202617.js https://stats.wp.com/e-202617.js — 200 — 1.7 KiB — 80 ms — h2https://htmlcodex.com/wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-events-provider-wpforms-08f4a4ca33532233b542.js/wp-content/plugins/google-site-kit... https://htmlcodex.com/wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-events-provider-wpforms-08f4a4ca33532233b542.js — 200 — 2.0 KiB — 59 ms — h3https://htmlcodex.com/wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-events-provider-mailchimp-2a06afd825b0d5e3e83c.js/wp-content/plugins/google-site-kit... https://htmlcodex.com/wp-content/plugins/google-site-kit/dist/assets/js/googlesitekit-events-provider-mailchimp-2a06afd825b0d5e3e83c.js — 200 — 2.0 KiB — 61 ms — h3https://htmlcodex.com/wp-content/plugins/mailchimp-for-wp/assets/js/forms.js?ver=4.12.1/wp-content/plugins/mailchimp-for-w... https://htmlcodex.com/wp-content/plugins/mailchimp-for-wp/assets/js/forms.js?ver=4.12.1 — 200 — 3.4 KiB — 58 ms — h3https://htmlcodex.com/wp-content/plugins/meks-easy-social-share/assets/js/main.js?ver=1.3/wp-content/plugins/meks-easy-socia... https://htmlcodex.com/wp-content/plugins/meks-easy-social-share/assets/js/main.js?ver=1.3 — 200 — 963 B — 71 ms — h3https://htmlcodex.com/wp-content/themes/gridlove/assets/js/min.js?ver=1.9.8/wp-content/themes/gridlove/assets/... https://htmlcodex.com/wp-content/themes/gridlove/assets/js/min.js?ver=1.9.8 — 200 — 33.5 KiB — 95 ms — h3https://c0.wp.com/c/6.9.4/wp-includes/js/jquery/jquery.masonry.min.jsc0.wp.com/c/6.9.4/wp-includes/js/jq... https://c0.wp.com/c/6.9.4/wp-includes/js/jquery/jquery.masonry.min.js — 200 — 1.0 KiB — 76 ms — h2https://c0.wp.com/c/6.9.4/wp-includes/js/masonry.min.jsc0.wp.com/c/6.9.4/wp-includes/js/ma... https://c0.wp.com/c/6.9.4/wp-includes/js/masonry.min.js — 200 — 7.8 KiB — 79 ms — h2https://c0.wp.com/c/6.9.4/wp-includes/js/imagesloaded.min.jsc0.wp.com/c/6.9.4/wp-includes/js/im... https://c0.wp.com/c/6.9.4/wp-includes/js/imagesloaded.min.js — 200 — 2.1 KiB — 77 ms — h2https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-4955347150592523&host=ca-host-pub-2644536267352236pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-4955347150592523&host=ca-host-pub-2644536267352236 — 200 — 54.1 KiB — 107 ms — h3https://www.googletagmanager.com/gtag/js?id=G-JTM8L5EJGLwww.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-JTM8L5EJGL — 200 — 160.1 KiB — 121 ms — h2https://c0.wp.com/c/6.9.4/wp-includes/js/jquery/jquery-migrate.min.jsc0.wp.com/c/6.9.4/wp-includes/js/jq... https://c0.wp.com/c/6.9.4/wp-includes/js/jquery/jquery-migrate.min.js — 200 — 5.3 KiB — 75 ms — h2https://c0.wp.com/c/6.9.4/wp-includes/js/jquery/jquery.min.jsc0.wp.com/c/6.9.4/wp-includes/js/jq... https://c0.wp.com/c/6.9.4/wp-includes/js/jquery/jquery.min.js — 200 — 31.1 KiB — 97 ms — h2https://pagead2.googlesyndication.com/pagead/managed/js/adsense/m202604170101/show_ads_impl_fy2021.jspagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/managed/js/adsense/m202604170101/show_ads_impl_fy2021.js — 200 — 177.5 KiB — 20 ms — h3https://i0.wp.com/htmlcodex.com/wp-content/uploads/2020/12/cropped-favicon-2.png?fit=32%2C32&ssl=1i0.wp.com/htmlcodex.com/wp-content/... https://i0.wp.com/htmlcodex.com/wp-content/uploads/2020/12/cropped-favicon-2.png?fit=32%2C32&ssl=1 — 200 — 799 B — 5 ms — h3https://analytics.google.com/g/collect?v=2&tid=G-JTM8L5EJGL&gtm=45je64k1v9116122685za200zd9116122685&_p=1776899130719&_gaz=1&gcd=13l3l3l3l1l1&npa=0&dma=0&gdid=dZTNiMT&_eu=AAAAAGA&are=1&cid=1503883912.1776899131&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&gaf=2&_s=1&tag_exp=0~115938466~115938469~117266400~117384406~117512542&sid=1776899130&sct=1&seg=0&dl=https%3A%2F%2Fhtmlcodex.com%2F&dt=Free%20%26%20Premium%20HTML%20Website%20Templates%20Download%20-%20HTML%20Codex&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=1467analytics.google.com/g/collect?v=2&... https://analytics.google.com/g/collect?v=2&tid=G-JTM8L5EJGL&gtm=45je64k1v9116122685za200zd9116122685&_p=1776899130719&_gaz=1&gcd=13l3l3l3l1l1&npa=0&dma=0&gdid=dZTNiMT&_eu=AAAAAGA&are=1&cid=1503883912.1776899131&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&gaf=2&_s=1&tag_exp=0~115938466~115938469~117266400~117384406~117512542&sid=1776899130&sct=1&seg=0&dl=https%3A%2F%2Fhtmlcodex.com%2F&dt=Free%20%26%20Premium%20HTML%20Website%20Templates%20Download%20-%20HTML%20Codex&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=1467 — 204 — 547 B — 26 ms — h2https://stats.g.doubleclick.net/g/collect?v=2&tid=G-JTM8L5EJGL&cid=1503883912.1776899131&gtm=45je64k1v9116122685za200zd9116122685&rcb=5&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115938466~115938469~117266400~117384406~117512542stats.g.doubleclick.net/g/collect?v... https://stats.g.doubleclick.net/g/collect?v=2&tid=G-JTM8L5EJGL&cid=1503883912.1776899131&gtm=45je64k1v9116122685za200zd9116122685&rcb=5&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115938466~115938469~117266400~117384406~117512542 — 204 — 556 B — 17 ms — h2https://www.google.com.sg/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-JTM8L5EJGL&cid=1503883912.1776899131&gtm=45je64k1v9116122685za200zd9116122685&rcb=5&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115938466~115938469~117266400~117384406~117512542&z=1194040542www.google.com.sg/ads/ga-audiences?... https://www.google.com.sg/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-JTM8L5EJGL&cid=1503883912.1776899131&gtm=45je64k1v9116122685za200zd9116122685&rcb=5&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115938466~115938469~117266400~117384406~117512542&z=1194040542 — 200 — 408 B — 22 ms — h2https://pixel.wp.com/g.gif?v=ext&blog=168936011&post=1224&tz=0&srv=htmlcodex.com&j=1%3A15.7.1&host=htmlcodex.com&ref=&fcp=1204&rand=0.3099860456479959pixel.wp.com/g.gif?v=ext&blog=16893... https://pixel.wp.com/g.gif?v=ext&blog=168936011&post=1224&tz=0&srv=htmlcodex.com&j=1%3A15.7.1&host=htmlcodex.com&ref=&fcp=1204&rand=0.3099860456479959 — 200 — 177 B — 5 ms — h2https://htmlcodex.com/cdn-cgi/rum?/cdn-cgi/rum? https://htmlcodex.com/cdn-cgi/rum? — 204 — 464 B — 6 ms — h3blob:https://htmlcodex.com/8f03d16a-a926-4f3f-a4cd-6b1392eb2602htmlcodex.com/8f03d16a-a926-4f3f-a4... blob:https://htmlcodex.com/8f03d16a-a926-4f3f-a4cd-6b1392eb2602 — 200 — -1 B — 225 ms — blobhttps://htmlcodex.com/wp-content/uploads/2020/12/htmlcodex-mini-2x.png/wp-content/uploads/2020/12/htmlcod... https://htmlcodex.com/wp-content/uploads/2020/12/htmlcodex-mini-2x.png — 200 — 19.1 KiB — 14 ms — h3https://pagead2.googlesyndication.com/pagead/gen_204?id=ach_evt&tn=DIV&id=gridlove-header-responsive&cls=gridlove-header-responsive%20hidden-lg-up&ign=false&pw=412&ph=823&x=0&y=0pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/gen_204?id=ach_evt&tn=DIV&id=gridlove-header-responsive&cls=gridlove-header-responsive%20hidden-lg-up&ign=false&pw=412&ph=823&x=0&y=0 — 204 — 20 B — 10 ms — h3https://googleads.g.doubleclick.net/pagead/html/r20260422/r20190131/zrt_lookup_fy2021.htmlgoogleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/html/r20260422/r20190131/zrt_lookup_fy2021.html — 200 — 3.8 KiB — 15 ms — h3https://ep1.adtrafficquality.google/getconfig/sodar?sv=200&tid=gda&tv=r20260422&st=env&sjk=8801038361712255ep1.adtrafficquality.google/getconf... https://ep1.adtrafficquality.google/getconfig/sodar?sv=200&tid=gda&tv=r20260422&st=env&sjk=8801038361712255 — 200 — 13.3 KiB — 39 ms — h3https://googleads.g.doubleclick.net/pagead/ads?client=ca-pub-4955347150592523&output=html&adk=1812271804&adf=3025194257&lmt=1776899130&plat=2%3A16777216%2C3%3A65536%2C4%3A65536%2C16%3A8388608%2C17%3A32%2C24%3A32%2C25%3A32%2C32%3A32%2C41%3A32%2C42%3A32%2C43%3A32&format=0x0&url=https%3A%2F%2Fhtmlcodex.com%2F&host=ca-host-pub-2644536267352236&pra=5&asro=0&aiapmid=0.0001&aiactd=0&aicctd=0&ailctd=0&aimartd=4&aieuf=1&aicrs=1&uach=WyJBbmRyb2lkIiwiMTEuMCIsIiIsIm1vdG8gZyBwb3dlciAoMjAyMikiLCIxNDYuMC4wLjAiLG51bGwsMSxudWxsLCI2NCIsW1siTm90LUEuQnJhbmQiLCIyNC4wLjAuMCJdLFsiQ2hyb21pdW0iLCIxNDYuMC43NjgwLjE2NCJdXSwwXQ..&abgtt=7&dt=1776899130782&bpp=6&bdt=396&idt=228&shv=r20260422&mjsv=m202604170101&ptt=9&saldr=aa&abxe=1&cookie_enabled=1&eoidce=1&nras=1&correlator=8586755723522&frm=20&pv=2&u_tz=0&u_his=2&u_h=823&u_w=412&u_ah=823&u_aw=412&u_cd=24&u_sd=1.75&dmc=4&adx=-12245933&ady=-12245933&biw=412&bih=823&scr_x=0&scr_y=0&eid=95387625%2C95386362%2C95388269%2C95387778&oid=2&pvsid=8801038361712255&tmod=650421509&uas=0&nvt=1&fsapi=1&fc=1920&brdim=0%2C0%2C0%2C0%2C412%2C0%2C412%2C823%2C412%2C823&vis=1&rsz=%7C%7Cs%7C&abl=NS&fu=32768&bc=31&bz=1&pgls=CAEaBTYuOS40~CAA.~CAEQBBoHMS4xNzYuMA..&ifi=1&uci=a!1&fsb=1&dtd=263googleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/ads?client=ca-pub-4955347150592523&output=html&adk=1812271804&adf=3025194257&lmt=1776899130&plat=2%3A16777216%2C3%3A65536%2C4%3A65536%2C16%3A8388608%2C17%3A32%2C24%3A32%2C25%3A32%2C32%3A32%2C41%3A32%2C42%3A32%2C43%3A32&format=0x0&url=https%3A%2F%2Fhtmlcodex.com%2F&host=ca-host-pub-2644536267352236&pra=5&asro=0&aiapmid=0.0001&aiactd=0&aicctd=0&ailctd=0&aimartd=4&aieuf=1&aicrs=1&uach=WyJBbmRyb2lkIiwiMTEuMCIsIiIsIm1vdG8gZyBwb3dlciAoMjAyMikiLCIxNDYuMC4wLjAiLG51bGwsMSxudWxsLCI2NCIsW1siTm90LUEuQnJhbmQiLCIyNC4wLjAuMCJdLFsiQ2hyb21pdW0iLCIxNDYuMC43NjgwLjE2NCJdXSwwXQ..&abgtt=7&dt=1776899130782&bpp=6&bdt=396&idt=228&shv=r20260422&mjsv=m202604170101&ptt=9&saldr=aa&abxe=1&cookie_enabled=1&eoidce=1&nras=1&correlator=8586755723522&frm=20&pv=2&u_tz=0&u_his=2&u_h=823&u_w=412&u_ah=823&u_aw=412&u_cd=24&u_sd=1.75&dmc=4&adx=-12245933&ady=-12245933&biw=412&bih=823&scr_x=0&scr_y=0&eid=95387625%2C95386362%2C95388269%2C95387778&oid=2&pvsid=8801038361712255&tmod=650421509&uas=0&nvt=1&fsapi=1&fc=1920&brdim=0%2C0%2C0%2C0%2C412%2C0%2C412%2C823%2C412%2C823&vis=1&rsz=%7C%7Cs%7C&abl=NS&fu=32768&bc=31&bz=1&pgls=CAEaBTYuOS40~CAA.~CAEQBBoHMS4xNzYuMA..&ifi=1&uci=a!1&fsb=1&dtd=263 — 200 — 68 B — 25 ms — h3https://ep2.adtrafficquality.google/sodar/sodar2.jsep2.adtrafficquality.google/sodar/s... https://ep2.adtrafficquality.google/sodar/sodar2.js — 200 — 7.9 KiB — 21 ms — h2https://htmlcodex.com/wp-includes/js/wp-emoji-release.min.js?ver=6.9.4/wp-includes/js/wp-emoji-release.mi... https://htmlcodex.com/wp-includes/js/wp-emoji-release.min.js?ver=6.9.4 — 200 — 6.1 KiB — 16 ms — h3https://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 — 28 ms — h2https://www.google.com/recaptcha/api2/aframewww.google.com/recaptcha/api2/afram... https://www.google.com/recaptcha/api2/aframe — 200 — 568 B — 19 ms — h3https://pagead2.googlesyndication.com/pagead/sodar?id=sodar2&v=254&li=gda_r20260422&jk=8801038361712255&rc=pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/sodar?id=sodar2&v=254&li=gda_r20260422&jk=8801038361712255&rc= — 204 — 17 B — 16 ms — h3https://pagead2.googlesyndication.com/bg/RiK6ZWktSJHFoyfG9cjH9nLRaZ1B3RgkbmOlM6XvCcc.jspagead2.googlesyndication.com/bg/Ri... https://pagead2.googlesyndication.com/bg/RiK6ZWktSJHFoyfG9cjH9nLRaZ1B3RgkbmOlM6XvCcc.js — 200 — 21.8 KiB — 13 ms — h3https://ep2.adtrafficquality.google/generate_204?TEjtNgep2.adtrafficquality.google/generat... https://ep2.adtrafficquality.google/generate_204?TEjtNg — 204 — 40 B — 4 ms — h2https://ep1.adtrafficquality.google/pagead/sodar?id=sodar2&v=254&t=2&li=gda_r20260422&jk=8801038361712255&bg=!w8ClwKLNAAa1ilLUlYo7AEcBe5WfOE_ghsH7RgnYDbGFp9yZOXysX48W-_EtpwHYqgHxr92N-IcL2dbfdoe99uBQ_NMDxaw-OOFTuTzmG90Y55UkrhKP2QIAAABgUgAAAAloAQd-ADZa39NDlN_rZpdV1pKF5dO7LgVbPqBla-C8myOCz1jtzaFiv5ydLx39bbjsWks93qGO5EVSUH4KABHUfc2GB3a9D7k5zvNVMu2-GJkCoejq99hG4DH649XmSa8--G7Kw0FatFhmwEbBqByeaN39ALnLcXstEgoAyRm2bxpUQErfMZgwUYRdHDPzMC4qBGRp4v04lUj7OIHwkCKLTlLiSs5_50u00HdZv3ZRio1esUcqCtcEZH-NUOj2R6fabEW0M6kzXbctIug7xXn3ks9DPPHapzT31Bstc_uJv2uFhx2-_5N_8w_twqol6qKMZ7D6GMR1PW2x_OWLOb3KDaemySKzzrI4p4byOKsLoKPiaClUMeywcLPXR2toiHuk0hCnlG8yLNLU0w_A0PnOOlwZk7UM8xTl_vgYIG8dZNo9PLeGPyh8ymTrbHZn9aQ6hf3Kf87qb2OrnyyhD5eckE_fx0sCoLIEU4GhBxbiTqaBjBWZvFu3d3tOw_LE-q9AgLn9pailo_mQAFgLCRyalv3S-qGSS-EaaAA6TVSFVfCc9C3ngrnTzIrQqyoSop7175uioyHhMjlZF5DTYQXjN7dhDgwCoG6LYuBj2avT-H-P_bjrjL8UBPGiuCt9F0Z3SHBlrBA3o262n8Zgzst2H31vtdxAMTls3GQK6CzxDvY0MuRO-xBIEzLl0hyrJDnXFRIs-SELdMYEemWLAtE_74mGLo8YACwOADbVi4_4gvGttjp_f00jLm2unDkoJa1k3lGqmYiIAHpFyg-vClPQbTOYuKkAvPCTX_k3kkbNk4h-qbnx57dGeNhUW_QHenZ8HsRIz7EUxsobOPeakjL0x2-fuHMKrMastmdcipSZ7j7td37zZ-btEL9QePDRXpFqIXtbE7NOi431aWET3OPKxLjc9-2gv_ciZOmG-xBzqkVO_t1Rgi7xpx7KdgD6ZYpBldiepmGwm0P9e13COLETwHHgf3SADz9Ebzshp3LpuMfE08Uep1.adtrafficquality.google/pagead/... https://ep1.adtrafficquality.google/pagead/sodar?id=sodar2&v=254&t=2&li=gda_r20260422&jk=8801038361712255&bg=!w8ClwKLNAAa1ilLUlYo7AEcBe5WfOE_ghsH7RgnYDbGFp9yZOXysX48W-_EtpwHYqgHxr92N-IcL2dbfdoe99uBQ_NMDxaw-OOFTuTzmG90Y55UkrhKP2QIAAABgUgAAAAloAQd-ADZa39NDlN_rZpdV1pKF5dO7LgVbPqBla-C8myOCz1jtzaFiv5ydLx39bbjsWks93qGO5EVSUH4KABHUfc2GB3a9D7k5zvNVMu2-GJkCoejq99hG4DH649XmSa8--G7Kw0FatFhmwEbBqByeaN39ALnLcXstEgoAyRm2bxpUQErfMZgwUYRdHDPzMC4qBGRp4v04lUj7OIHwkCKLTlLiSs5_50u00HdZv3ZRio1esUcqCtcEZH-NUOj2R6fabEW0M6kzXbctIug7xXn3ks9DPPHapzT31Bstc_uJv2uFhx2-_5N_8w_twqol6qKMZ7D6GMR1PW2x_OWLOb3KDaemySKzzrI4p4byOKsLoKPiaClUMeywcLPXR2toiHuk0hCnlG8yLNLU0w_A0PnOOlwZk7UM8xTl_vgYIG8dZNo9PLeGPyh8ymTrbHZn9aQ6hf3Kf87qb2OrnyyhD5eckE_fx0sCoLIEU4GhBxbiTqaBjBWZvFu3d3tOw_LE-q9AgLn9pailo_mQAFgLCRyalv3S-qGSS-EaaAA6TVSFVfCc9C3ngrnTzIrQqyoSop7175uioyHhMjlZF5DTYQXjN7dhDgwCoG6LYuBj2avT-H-P_bjrjL8UBPGiuCt9F0Z3SHBlrBA3o262n8Zgzst2H31vtdxAMTls3GQK6CzxDvY0MuRO-xBIEzLl0hyrJDnXFRIs-SELdMYEemWLAtE_74mGLo8YACwOADbVi4_4gvGttjp_f00jLm2unDkoJa1k3lGqmYiIAHpFyg-vClPQbTOYuKkAvPCTX_k3kkbNk4h-qbnx57dGeNhUW_QHenZ8HsRIz7EUxsobOPeakjL0x2-fuHMKrMastmdcipSZ7j7td37zZ-btEL9QePDRXpFqIXtbE7NOi431aWET3OPKxLjc9-2gv_ciZOmG-xBzqkVO_t1Rgi7xpx7KdgD6ZYpBldiepmGwm0P9e13COLETwHHgf3SADz9Ebzshp3LpuMfE08U — 204 — 17 B — 9 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 1534ms · 441KB · $20/mo
Unattributable
Other
Costly
Execution 570ms
Transfer 0 KB
Monthly Cost $8/mo
Google Tag Manager
Tag Manager
Costly
Execution 337ms
Transfer 160 KB
Unused 42%
Monthly Cost $4/mo
pagead2.googlesyndication.com
Other
Costly
Execution 323ms
Transfer 178 KB
Unused 76%
Monthly Cost $4/mo
pagead2.googlesyndication.com
Other
Optional
Execution 116ms
Transfer 54 KB
Unused 53%
Monthly Cost $2/mo
ep2.adtrafficquality.google
Other
Optional
Execution 72ms
Transfer 8 KB
Monthly Cost $1/mo
c0.wp.com
Other
Optional
Execution 61ms
Transfer 31 KB
Monthly Cost $1/mo
static.cloudflareinsights.com
Other
Optional
Execution 55ms
Transfer 11 KB
Monthly Cost $1/mo

These scripts may cost more than they're worth

  • Unattributable adds 570ms and costs ~$8/month
  • Google Tag Manager adds 337ms and costs ~$4/month
  • pagead2.googlesyndication.com adds 323ms and costs ~$4/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

Unattributable takes 570ms 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

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

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

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

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

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