Skip to content
https://kofcorporation.com

Performance

· 22 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
82
GRADE
B
FIX
0
REVIEW
10
PASS
9
INFO
3

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

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

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

1.79 s

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

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

2.42 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.03 s

Page Load Progression

549 ms
1.1 s
1.6 s
2.2 s
2.7 s
3.3 s
3.8 s
4.4 s
Checks
22
9 PASS 10 REVIEW
B
Page Weight Budget
1.5 MB transferred, 79 requests
REVIEW
1.5 MB transferred, 79 requests
Info::
Page weighs 3.1 MB (1.5 MB transferred)
Info::
Fonts are 203 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 203 KB
Info::
79 HTTP requests
Info::
Estimated 0.31 g CO2 per page load
1.5 MB / 2.4 MB budget
1.5 MB transferred
79 requests
0.31 g CO2 per page load
Images 666.9 KiB 45%
JavaScript 498.4 KiB 33%
Fonts 203.5 KiB 14%
CSS 98.2 KiB 7%
Other 14.2 KiB 1%
HTML 7.7 KiB 1%
Other 551 B 0%
Other 551 B 0%
0 2.4 MB 4.9 MB
Under budget

Subset fonts to include only used characters, or switch to system font stacks.

Why this matters

Font payload is large — subset to used glyphs only, or fall back to system fonts (zero load time).

Source: web.dev font loading

C
Image Optimization
Action
31 images, 0 KB saveable
REVIEW
31 images, 0 KB saveable
Warning::
https://kofcorporation.com/assets/img/projects/gro... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://kofcorporation.com/assets/img/banner-img3.... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://kofcorporation.com/assets/img/funfacts/ico... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://kofcorporation.com/assets/img/projects/jeu... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://kofcorporation.com/assets/img/projects/ggt... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://kofcorporation.com/assets/img/services/ico... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://kofcorporation.com/assets/img/partner/6.pn... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://kofcorporation.com/assets/img/funfacts/ico... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://kofcorporation.com/assets/img/projects/mus... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://kofcorporation.com/assets/img/logo.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://kofcorporation.com/assets/img/star-icon.pn... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://kofcorporation.com/assets/img/services/ico... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://kofcorporation.com/assets/img/services/ico... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://kofcorporation.com/assets/img/partner/3.pn... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://kofcorporation.com/assets/img/partner/5.pn... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://kofcorporation.com/assets/img/projects/ely... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://kofcorporation.com/assets/img/partner/2.pn... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://kofcorporation.com/assets/img/partner/4.pn... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://kofcorporation.com/assets/img/footer-map.p... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://kofcorporation.com/assets/img/funfacts/ico... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://kofcorporation.com/assets/img/shape/vector... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://kofcorporation.com/assets/img/shape/vector... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://kofcorporation.com/assets/img/project-star... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://kofcorporation.com/assets/img/partner/1.pn... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://kofcorporation.com/assets/img/funfacts/ico... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
31 images 667 KB
0 oversized -0 KB
31 legacy format
25 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

B
JS Execution Cost
783ms total JS execution
REVIEW
783ms total JS execution
Warning::
https://kofcorporation.com/: 253ms CPU time
Info::
https://kofcorporation.com/assets/js/main.js: 162ms CPU time
Info::
Unattributable: 137ms CPU time
Info::
https://kofcorporation.com/assets/js/TweenMax.min....: 84ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=UA-150...: 81ms CPU time
Info::
Third-party scripts: 147ms (19% of total)

Main Thread Breakdown

Script Evaluation 37% Other 27% Style & Layout 20% Script Parsing & Compilation 7% Rendering 4% Parse HTML & CSS 4%
ScriptTotalScriptingParse/CompileParty
https://kofcorporation.com/253ms2ms1ms1st
https://kofcorporation.com/assets/js/main.js162ms117ms1ms1st
Unattributable137ms26ms0ms1st
https://kofcorporation.com/assets/js/TweenMax.min.js84ms18ms5ms1st
https://www.googletagmanager.com/gtag/js?id=UA-150712916-181ms62ms17ms3rd
https://www.googletagmanager.com/gtag/js?id=G-FES79Y8HH3&cx=c&gtm=4e68o165ms47ms18ms3rd
C
JS Bundles
Action
26 scripts, 159 KB unused
REVIEW
26 scripts, 159 KB unused
Warning::
https://www.googletagmanager.com/gtag/js?id=G-FES7...: 72 KB unused (42%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=UA-150...: 66 KB unused (50%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://kofcorporation.com/assets/js/TweenMax.min....: 21 KB unused (55%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 159 KB
159 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.googletagmanager.com/gtag/js?id=G-FES79Y8HH3&cx=c&gtm=4e68o1170 KB72 KB (42%)3rd
https://www.googletagmanager.com/gtag/js?id=UA-150712916-1130 KB66 KB (50%)3rd
https://kofcorporation.com/assets/js/TweenMax.min.js39 KB21 KB (55%)1st
https://kofcorporation.com/assets/js/isotope.pkgd.min.js10 KB1st
https://kofcorporation.com/assets/js/ScrollMagic.min.js6 KB1st
https://kofcorporation.com/assets/js/magnific-popup.min.js7 KB1st
https://kofcorporation.com/assets/js/tilt.jquery.min.js2 KB1st
https://kofcorporation.com/assets/js/meanmenu.min.js2 KB1st
https://kofcorporation.com/assets/js/nice-select.min.js1 KB1st
https://kofcorporation.com/assets/js/rangeSlider.min.js9 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

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
Page Weight Inventory
Action
79 resources · 1.5 MB · 159 KB savings available
REVIEW
79 resources · 1.5 MB · 159 KB savings available
Warning::
Page weight 1.5 MB exceeds 1 MB target by 466 KB
Got: 1.5 MB Expected: ≤ 1 MB
Info::
~159 KB of savings available
Info::
11 third-party resources (27% of weight)
79 resources · 1.5 MiB · 11 third-party 465.9 KiB over 1MB target
Image 46% · 681.0 KiB
JavaScript 33% · 498.4 KiB
Font 14% · 203.5 KiB
CSS 7% · 98.2 KiB
Document 1% · 7.7 KiB
Other 0% · 1.1 KiB

~159.1 KiB of savings available

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

Green Hosting

No green hosting detected

B
HTTP Caching
no-cache, private
REVIEW
no-cache, private
Info::
Cache-Control header is set
Got: no-cache, private
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

no-cache, private

DirectiveValueMeaning
no-cacheCache but always revalidate first
privateOnly browser cache, not CDN/proxy
A
Third-Party Impact
27% third-party, 0 ms blocking
PASS
27% third-party, 0 ms blocking
Info::
Third-party code accounts for 27% of page weight (403.1 KiB of 1.5 MiB)
Info::
Third-party blocking time is low (0 ms)
73%
27%
First-party Third-party
A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
All text resources are compressed
All text resources are properly compressed.
A+
Font Loading
4 fonts (203 KB)
PASS
4 fonts (203 KB)
Info::
4 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

4

203 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 500 ms 1.0 s 1.5 s FCP 1.8 s LCP 1.8 shttps://fonts.gstatic.com/s/nunito/v32/XRXV3I6Li01BKofINeaBTMnFcQ.woff2XRXV3I6Li01BKofINeaBTMn... https://fonts.gstatic.com/s/nunito/v32/XRXV3I6Li01BKofINeaBTMnFcQ.woff2 — 38.3 KiB — 15 ms — font-display: swaphttps://kofcorporation.com/assets/fonts/boxicons.woff2boxicons.woff2 https://kofcorporation.com/assets/fonts/boxicons.woff2 — 112.4 KiB — 366 ms — font-display: swaphttps://kofcorporation.com/assets/fonts/Flaticon.woff2Flaticon.woff2 https://kofcorporation.com/assets/fonts/Flaticon.woff2 — 12.0 KiB — 226 ms — font-display: swaphttps://fonts.gstatic.com/s/nunito/v32/XRXX3I6Li01BKofIMNaDRs7nczIH.woff2XRXX3I6Li01BKofIMNaDRs7... https://fonts.gstatic.com/s/nunito/v32/XRXX3I6Li01BKofIMNaDRs7nczIH.woff2 — 40.8 KiB — 19 ms — font-display: swap
XRXV3I6Li01BKofINeaBTMn... woff2 swap
Size 38 KB
Load time 15 ms
Start 1.3 s
Risk FOUT — text flashes from fallback to web font
boxicons.woff2 woff2 swap
Size 112 KB
Load time 366 ms
Start 1.3 s
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
Flaticon.woff2 woff2 swap
Size 12 KB
Load time 226 ms
Start 1.3 s
Risk FOUT — text flashes from fallback to web font
XRXX3I6Li01BKofIMNaDRs7... woff2 swap
Size 41 KB
Load time 19 ms
Start 1.3 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 ~56 KB and ~112 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-cache -- safe revalidate-on-request policy
PASS
Main HTML uses no-cache -- safe revalidate-on-request policy
Info::
Main HTML uses no-cache -- safe revalidate-on-request policy
Got: no-cache, private
A+
Server Response Intelligence
2 server-response signal(s) detected
PASS
2 server-response signal(s) detected
Info::
`Vary` header declared: Accept-Encoding,User-Agent
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.
Network Waterfall
79 requests over 2105ms
INFO
0 ms 500 ms 1.0 s 1.5 s 2.0 s FCP 1.8 s LCP 1.8 shttps://kofcorporation.com// https://kofcorporation.com/ — 200 — 7.7 KiB — 669 ms — h2https://kofcorporation.com/assets/css/bootstrap.min.css/assets/css/bootstrap.min.css https://kofcorporation.com/assets/css/bootstrap.min.css — 200 — 23.2 KiB — 158 ms — h2https://kofcorporation.com/assets/css/animate.min.css/assets/css/animate.min.css https://kofcorporation.com/assets/css/animate.min.css — 200 — 5.1 KiB — 296 ms — h2https://kofcorporation.com/assets/css/boxicons.min.css/assets/css/boxicons.min.css https://kofcorporation.com/assets/css/boxicons.min.css — 200 — 11.6 KiB — 296 ms — h2https://www.googletagmanager.com/gtag/js?id=G-123DVDN3PRwww.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-123DVDN3PR — -1 — 0 B — 710 ms — https://kofcorporation.com/assets/css/flaticon.css/assets/css/flaticon.css https://kofcorporation.com/assets/css/flaticon.css — 200 — 788 B — 279 ms — h2https://kofcorporation.com/assets/css/nice-select.min.css/assets/css/nice-select.min.css https://kofcorporation.com/assets/css/nice-select.min.css — 200 — 1.1 KiB — 287 ms — h2https://kofcorporation.com/assets/css/rangeSlider.min.css/assets/css/rangeSlider.min.css https://kofcorporation.com/assets/css/rangeSlider.min.css — 200 — 2.3 KiB — 279 ms — h2https://kofcorporation.com/assets/css/fancybox.min.css/assets/css/fancybox.min.css https://kofcorporation.com/assets/css/fancybox.min.css — 200 — 3.1 KiB — 286 ms — h2https://kofcorporation.com/assets/css/meanmenu.min.css/assets/css/meanmenu.min.css https://kofcorporation.com/assets/css/meanmenu.min.css — 200 — 857 B — 286 ms — h2https://kofcorporation.com/assets/css/owl.carousel.min.css/assets/css/owl.carousel.min.css https://kofcorporation.com/assets/css/owl.carousel.min.css — 200 — 1.1 KiB — 287 ms — h2https://kofcorporation.com/assets/css/magnific-popup.min.css/assets/css/magnific-popup.min.css https://kofcorporation.com/assets/css/magnific-popup.min.css — 200 — 1.7 KiB — 296 ms — h2https://kofcorporation.com/assets/css/style.css/assets/css/style.css https://kofcorporation.com/assets/css/style.css — 200 — 29.5 KiB — 411 ms — h2https://kofcorporation.com/assets/css/responsive.css/assets/css/responsive.css https://kofcorporation.com/assets/css/responsive.css — 200 — 11.5 KiB — 298 ms — h2https://kofcorporation.com/assets/css/dark-style.css/assets/css/dark-style.css https://kofcorporation.com/assets/css/dark-style.css — 200 — 5.2 KiB — 410 ms — h2https://kofcorporation.com/assets/img/logo.png/assets/img/logo.png https://kofcorporation.com/assets/img/logo.png — 200 — 8.6 KiB — 293 ms — h2https://kofcorporation.com/assets/img/white-logo.png/assets/img/white-logo.png https://kofcorporation.com/assets/img/white-logo.png — 200 — 7.5 KiB — 288 ms — h2https://kofcorporation.com/assets/img/banner-img3.png/assets/img/banner-img3.png https://kofcorporation.com/assets/img/banner-img3.png — 200 — 48.5 KiB — 146 ms — h2https://kofcorporation.com/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js/cdn-cgi/scripts/5c5dd728/cloudflar... https://kofcorporation.com/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js — 404 — 15 B — 215 ms — h2https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&amp;display=swapfonts.googleapis.com/css2?family=Nu... https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&amp;display=swap — 200 — 1.4 KiB — 126 ms — h2https://kofcorporation.com/assets/js/jquery.min.js/assets/js/jquery.min.js https://kofcorporation.com/assets/js/jquery.min.js — 200 — 30.2 KiB — 142 ms — h2https://kofcorporation.com/assets/js/bootstrap.bundle.min.js/assets/js/bootstrap.bundle.min.js https://kofcorporation.com/assets/js/bootstrap.bundle.min.js — 200 — 22.5 KiB — 147 ms — h2https://kofcorporation.com/assets/js/owl.carousel.min.js/assets/js/owl.carousel.min.js https://kofcorporation.com/assets/js/owl.carousel.min.js — 200 — 11.1 KiB — 186 ms — h2https://kofcorporation.com/assets/js/magnific-popup.min.js/assets/js/magnific-popup.min.js https://kofcorporation.com/assets/js/magnific-popup.min.js — 200 — 7.2 KiB — 191 ms — h2https://kofcorporation.com/assets/js/tilt.jquery.min.js/assets/js/tilt.jquery.min.js https://kofcorporation.com/assets/js/tilt.jquery.min.js — 200 — 1.8 KiB — 193 ms — h2https://kofcorporation.com/assets/js/meanmenu.min.js/assets/js/meanmenu.min.js https://kofcorporation.com/assets/js/meanmenu.min.js — 200 — 1.6 KiB — 196 ms — h2https://kofcorporation.com/assets/js/nice-select.min.js/assets/js/nice-select.min.js https://kofcorporation.com/assets/js/nice-select.min.js — 200 — 1.1 KiB — 181 ms — h2https://kofcorporation.com/assets/js/rangeSlider.min.js/assets/js/rangeSlider.min.js https://kofcorporation.com/assets/js/rangeSlider.min.js — 200 — 8.6 KiB — 196 ms — h2https://kofcorporation.com/assets/js/sticky-sidebar.min.js/assets/js/sticky-sidebar.min.js https://kofcorporation.com/assets/js/sticky-sidebar.min.js — 200 — 3.7 KiB — 208 ms — h2https://kofcorporation.com/assets/js/fancybox.min.js/assets/js/fancybox.min.js https://kofcorporation.com/assets/js/fancybox.min.js — 200 — 21.5 KiB — 226 ms — h2
0 ms 500 ms 1.0 s 1.5 s 2.0 s FCP 1.8 s LCP 1.8 shttps://kofcorporation.com// https://kofcorporation.com/ — 200 — 7.7 KiB — 669 ms — h2https://kofcorporation.com/assets/css/bootstrap.min.css/assets/css/bootstrap.min.css https://kofcorporation.com/assets/css/bootstrap.min.css — 200 — 23.2 KiB — 158 ms — h2https://kofcorporation.com/assets/css/animate.min.css/assets/css/animate.min.css https://kofcorporation.com/assets/css/animate.min.css — 200 — 5.1 KiB — 296 ms — h2https://kofcorporation.com/assets/css/boxicons.min.css/assets/css/boxicons.min.css https://kofcorporation.com/assets/css/boxicons.min.css — 200 — 11.6 KiB — 296 ms — h2https://www.googletagmanager.com/gtag/js?id=G-123DVDN3PRwww.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-123DVDN3PR — -1 — 0 B — 710 ms — https://kofcorporation.com/assets/css/flaticon.css/assets/css/flaticon.css https://kofcorporation.com/assets/css/flaticon.css — 200 — 788 B — 279 ms — h2https://kofcorporation.com/assets/css/nice-select.min.css/assets/css/nice-select.min.css https://kofcorporation.com/assets/css/nice-select.min.css — 200 — 1.1 KiB — 287 ms — h2https://kofcorporation.com/assets/css/rangeSlider.min.css/assets/css/rangeSlider.min.css https://kofcorporation.com/assets/css/rangeSlider.min.css — 200 — 2.3 KiB — 279 ms — h2https://kofcorporation.com/assets/css/fancybox.min.css/assets/css/fancybox.min.css https://kofcorporation.com/assets/css/fancybox.min.css — 200 — 3.1 KiB — 286 ms — h2https://kofcorporation.com/assets/css/meanmenu.min.css/assets/css/meanmenu.min.css https://kofcorporation.com/assets/css/meanmenu.min.css — 200 — 857 B — 286 ms — h2https://kofcorporation.com/assets/css/owl.carousel.min.css/assets/css/owl.carousel.min.css https://kofcorporation.com/assets/css/owl.carousel.min.css — 200 — 1.1 KiB — 287 ms — h2https://kofcorporation.com/assets/css/magnific-popup.min.css/assets/css/magnific-popup.min.css https://kofcorporation.com/assets/css/magnific-popup.min.css — 200 — 1.7 KiB — 296 ms — h2https://kofcorporation.com/assets/css/style.css/assets/css/style.css https://kofcorporation.com/assets/css/style.css — 200 — 29.5 KiB — 411 ms — h2https://kofcorporation.com/assets/css/responsive.css/assets/css/responsive.css https://kofcorporation.com/assets/css/responsive.css — 200 — 11.5 KiB — 298 ms — h2https://kofcorporation.com/assets/css/dark-style.css/assets/css/dark-style.css https://kofcorporation.com/assets/css/dark-style.css — 200 — 5.2 KiB — 410 ms — h2https://kofcorporation.com/assets/img/logo.png/assets/img/logo.png https://kofcorporation.com/assets/img/logo.png — 200 — 8.6 KiB — 293 ms — h2https://kofcorporation.com/assets/img/white-logo.png/assets/img/white-logo.png https://kofcorporation.com/assets/img/white-logo.png — 200 — 7.5 KiB — 288 ms — h2https://kofcorporation.com/assets/img/banner-img3.png/assets/img/banner-img3.png https://kofcorporation.com/assets/img/banner-img3.png — 200 — 48.5 KiB — 146 ms — h2https://kofcorporation.com/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js/cdn-cgi/scripts/5c5dd728/cloudflar... https://kofcorporation.com/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js — 404 — 15 B — 215 ms — h2https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&amp;display=swapfonts.googleapis.com/css2?family=Nu... https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&amp;display=swap — 200 — 1.4 KiB — 126 ms — h2https://kofcorporation.com/assets/js/jquery.min.js/assets/js/jquery.min.js https://kofcorporation.com/assets/js/jquery.min.js — 200 — 30.2 KiB — 142 ms — h2https://kofcorporation.com/assets/js/bootstrap.bundle.min.js/assets/js/bootstrap.bundle.min.js https://kofcorporation.com/assets/js/bootstrap.bundle.min.js — 200 — 22.5 KiB — 147 ms — h2https://kofcorporation.com/assets/js/owl.carousel.min.js/assets/js/owl.carousel.min.js https://kofcorporation.com/assets/js/owl.carousel.min.js — 200 — 11.1 KiB — 186 ms — h2https://kofcorporation.com/assets/js/magnific-popup.min.js/assets/js/magnific-popup.min.js https://kofcorporation.com/assets/js/magnific-popup.min.js — 200 — 7.2 KiB — 191 ms — h2https://kofcorporation.com/assets/js/tilt.jquery.min.js/assets/js/tilt.jquery.min.js https://kofcorporation.com/assets/js/tilt.jquery.min.js — 200 — 1.8 KiB — 193 ms — h2https://kofcorporation.com/assets/js/meanmenu.min.js/assets/js/meanmenu.min.js https://kofcorporation.com/assets/js/meanmenu.min.js — 200 — 1.6 KiB — 196 ms — h2https://kofcorporation.com/assets/js/nice-select.min.js/assets/js/nice-select.min.js https://kofcorporation.com/assets/js/nice-select.min.js — 200 — 1.1 KiB — 181 ms — h2https://kofcorporation.com/assets/js/rangeSlider.min.js/assets/js/rangeSlider.min.js https://kofcorporation.com/assets/js/rangeSlider.min.js — 200 — 8.6 KiB — 196 ms — h2https://kofcorporation.com/assets/js/sticky-sidebar.min.js/assets/js/sticky-sidebar.min.js https://kofcorporation.com/assets/js/sticky-sidebar.min.js — 200 — 3.7 KiB — 208 ms — h2https://kofcorporation.com/assets/js/fancybox.min.js/assets/js/fancybox.min.js https://kofcorporation.com/assets/js/fancybox.min.js — 200 — 21.5 KiB — 226 ms — h2https://kofcorporation.com/assets/js/isotope.pkgd.min.js/assets/js/isotope.pkgd.min.js https://kofcorporation.com/assets/js/isotope.pkgd.min.js — 200 — 9.6 KiB — 217 ms — h2https://kofcorporation.com/assets/js/TweenMax.min.js/assets/js/TweenMax.min.js https://kofcorporation.com/assets/js/TweenMax.min.js — 200 — 38.8 KiB — 236 ms — h2https://kofcorporation.com/assets/js/ScrollMagic.min.js/assets/js/ScrollMagic.min.js https://kofcorporation.com/assets/js/ScrollMagic.min.js — 200 — 6.0 KiB — 226 ms — h2https://kofcorporation.com/assets/js/animation.gsap.min.js/assets/js/animation.gsap.min.js https://kofcorporation.com/assets/js/animation.gsap.min.js — 200 — 717 B — 246 ms — h2https://kofcorporation.com/assets/js/debug.addIndicators.min.js/assets/js/debug.addIndicators.min.... https://kofcorporation.com/assets/js/debug.addIndicators.min.js — 200 — 2.2 KiB — 235 ms — h2https://kofcorporation.com/assets/js/wow.min.js/assets/js/wow.min.js https://kofcorporation.com/assets/js/wow.min.js — 200 — 2.8 KiB — 312 ms — h2https://kofcorporation.com/assets/js/form-validator.min.js/assets/js/form-validator.min.js https://kofcorporation.com/assets/js/form-validator.min.js — 200 — 2.1 KiB — 231 ms — h2https://kofcorporation.com/assets/js/contact-form-script.js/assets/js/contact-form-script.js https://kofcorporation.com/assets/js/contact-form-script.js — 200 — 761 B — 237 ms — h2https://kofcorporation.com/assets/js/ajaxchimp.min.js/assets/js/ajaxchimp.min.js https://kofcorporation.com/assets/js/ajaxchimp.min.js — 200 — 993 B — 231 ms — h2https://kofcorporation.com/assets/js/main.js/assets/js/main.js https://kofcorporation.com/assets/js/main.js — 200 — 3.6 KiB — 317 ms — h2https://www.googletagmanager.com/gtag/js?id=UA-150712916-1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=UA-150712916-1 — 200 — 130.3 KiB — 269 ms — h2https://kofcorporation.com/assets/img/star-icon.png/assets/img/star-icon.png https://kofcorporation.com/assets/img/star-icon.png — 200 — 1.4 KiB — 388 ms — h2https://kofcorporation.com/assets/img/services/icon1.png/assets/img/services/icon1.png https://kofcorporation.com/assets/img/services/icon1.png — 200 — 3.3 KiB — 243 ms — h2https://kofcorporation.com/assets/img/services/icon2.png/assets/img/services/icon2.png https://kofcorporation.com/assets/img/services/icon2.png — 200 — 8.9 KiB — 320 ms — h2https://kofcorporation.com/assets/img/services/icon3.png/assets/img/services/icon3.png https://kofcorporation.com/assets/img/services/icon3.png — 200 — 9.9 KiB — 243 ms — h2https://kofcorporation.com/assets/img/partner/1.png/assets/img/partner/1.png https://kofcorporation.com/assets/img/partner/1.png — 200 — 18.0 KiB — 347 ms — h2https://kofcorporation.com/assets/img/partner/2.png/assets/img/partner/2.png https://kofcorporation.com/assets/img/partner/2.png — 200 — 21.1 KiB — 388 ms — h2https://kofcorporation.com/assets/img/partner/3.png/assets/img/partner/3.png https://kofcorporation.com/assets/img/partner/3.png — 200 — 83.4 KiB — 305 ms — h2https://kofcorporation.com/assets/img/partner/4.png/assets/img/partner/4.png https://kofcorporation.com/assets/img/partner/4.png — 200 — 64.4 KiB — 363 ms — h2https://kofcorporation.com/assets/img/partner/5.png/assets/img/partner/5.png https://kofcorporation.com/assets/img/partner/5.png — 200 — 140.9 KiB — 343 ms — h2https://kofcorporation.com/assets/img/partner/6.png/assets/img/partner/6.png https://kofcorporation.com/assets/img/partner/6.png — 200 — 10.7 KiB — 309 ms — h2https://kofcorporation.com/assets/img/funfacts/icon1.png/assets/img/funfacts/icon1.png https://kofcorporation.com/assets/img/funfacts/icon1.png — 200 — 2.3 KiB — 438 ms — h2https://kofcorporation.com/assets/img/funfacts/icon2.png/assets/img/funfacts/icon2.png https://kofcorporation.com/assets/img/funfacts/icon2.png — 200 — 6.2 KiB — 471 ms — h2https://kofcorporation.com/assets/img/funfacts/icon3.png/assets/img/funfacts/icon3.png https://kofcorporation.com/assets/img/funfacts/icon3.png — 200 — 6.7 KiB — 472 ms — h2https://kofcorporation.com/assets/img/funfacts/icon4.png/assets/img/funfacts/icon4.png https://kofcorporation.com/assets/img/funfacts/icon4.png — 200 — 7.1 KiB — 430 ms — h2https://kofcorporation.com/assets/img/projects/jeunesseplus.png/assets/img/projects/jeunesseplus.p... https://kofcorporation.com/assets/img/projects/jeunesseplus.png — 200 — 10.9 KiB — 433 ms — h2https://kofcorporation.com/assets/img/projects/elycha.png/assets/img/projects/elycha.png https://kofcorporation.com/assets/img/projects/elycha.png — 200 — 14.8 KiB — 474 ms — h2https://kofcorporation.com/assets/img/projects/ggt.png/assets/img/projects/ggt.png https://kofcorporation.com/assets/img/projects/ggt.png — 200 — 26.3 KiB — 464 ms — h2https://kofcorporation.com/assets/img/projects/muslimtogo.png/assets/img/projects/muslimtogo.png https://kofcorporation.com/assets/img/projects/muslimtogo.png — 200 — 20.1 KiB — 458 ms — h2https://kofcorporation.com/assets/img/projects/groupcat.png/assets/img/projects/groupcat.png https://kofcorporation.com/assets/img/projects/groupcat.png — 200 — 5.4 KiB — 445 ms — h2https://kofcorporation.com/assets/img/avatar.png/assets/img/avatar.png https://kofcorporation.com/assets/img/avatar.png — 200 — 5.3 KiB — 442 ms — h2https://kofcorporation.com/assets/img/shape/vector-shape9.png/assets/img/shape/vector-shape9.png https://kofcorporation.com/assets/img/shape/vector-shape9.png — 200 — 6.5 KiB — 439 ms — h2https://kofcorporation.com/assets/img/shape/vector-shape10.png/assets/img/shape/vector-shape10.pn... https://kofcorporation.com/assets/img/shape/vector-shape10.png — 200 — 4.8 KiB — 437 ms — h2https://kofcorporation.com/assets/img/project-start1.png/assets/img/project-start1.png https://kofcorporation.com/assets/img/project-start1.png — 200 — 40.3 KiB — 446 ms — h2https://kofcorporation.com/assets/img/footer-map.png/assets/img/footer-map.png https://kofcorporation.com/assets/img/footer-map.png — 200 — 34.2 KiB — 459 ms — h2https://kofcorporation.com/assets/img/sun.png/assets/img/sun.png https://kofcorporation.com/assets/img/sun.png — 200 — 1.5 KiB — 372 ms — h2https://kofcorporation.com/assets/img/funfacts/bg.jpg/assets/img/funfacts/bg.jpg https://kofcorporation.com/assets/img/funfacts/bg.jpg — 200 — 47.2 KiB — 455 ms — h2https://fonts.gstatic.com/s/nunito/v32/XRXV3I6Li01BKofINeaBTMnFcQ.woff2fonts.gstatic.com/s/nunito/v32/XRXV... https://fonts.gstatic.com/s/nunito/v32/XRXV3I6Li01BKofINeaBTMnFcQ.woff2 — 200 — 38.3 KiB — 15 ms — h3https://kofcorporation.com/assets/fonts/boxicons.woff2/assets/fonts/boxicons.woff2 https://kofcorporation.com/assets/fonts/boxicons.woff2 — 200 — 112.4 KiB — 366 ms — h2https://kofcorporation.com/assets/fonts/Flaticon.woff2/assets/fonts/Flaticon.woff2 https://kofcorporation.com/assets/fonts/Flaticon.woff2 — 200 — 12.0 KiB — 226 ms — h2https://fonts.gstatic.com/s/nunito/v32/XRXX3I6Li01BKofIMNaDRs7nczIH.woff2fonts.gstatic.com/s/nunito/v32/XRXX... https://fonts.gstatic.com/s/nunito/v32/XRXX3I6Li01BKofIMNaDRs7nczIH.woff2 — 200 — 40.8 KiB — 19 ms — h3https://www.googletagmanager.com/gtag/js?id=G-123DVDN3PR&cx=c&gtm=4e68o1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-123DVDN3PR&cx=c&gtm=4e68o1 — -1 — 0 B — 144 ms — https://www.googletagmanager.com/gtag/js?id=G-FES79Y8HH3&cx=c&gtm=4e68o1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-FES79Y8HH3&cx=c&gtm=4e68o1 — 200 — 170.3 KiB — 216 ms — h2https://www.google-analytics.com/analytics.jswww.google-analytics.com/analytics.... https://www.google-analytics.com/analytics.js — 200 — 20.9 KiB — 87 ms — h2https://kofcorporation.com/assets/img/night-mode.png/assets/img/night-mode.png https://kofcorporation.com/assets/img/night-mode.png — 200 — 380 B — 140 ms — h2https://analytics.google.com/g/collect?v=2&tid=G-FES79Y8HH3&gtm=45je68o1v9117188455za20g&_p=1787746995900&_gaz=1&gcd=13l3l3l3l1l1&npa=0&dma=0&_eu=AAAIACAC&are=1&cid=481864537.1787746996&frm=0&ibt=1&ngs=1&pscdl=noapi&rcb=1&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=115938465~115938468~118897920~118897930~119259606~119367802~119367810~119381664~120385423&sid=1787746996&sct=1&seg=0&dl=https%3A%2F%2Fkofcorporation.com%2F&dt=KofCorporation%20%7C%20Accueil&en=page_view&_fv=1&_ss=1&tfd=1938analytics.google.com/g/collect?v=2&... https://analytics.google.com/g/collect?v=2&tid=G-FES79Y8HH3&gtm=45je68o1v9117188455za20g&_p=1787746995900&_gaz=1&gcd=13l3l3l3l1l1&npa=0&dma=0&_eu=AAAIACAC&are=1&cid=481864537.1787746996&frm=0&ibt=1&ngs=1&pscdl=noapi&rcb=1&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=115938465~115938468~118897920~118897930~119259606~119367802~119367810~119381664~120385423&sid=1787746996&sct=1&seg=0&dl=https%3A%2F%2Fkofcorporation.com%2F&dt=KofCorporation%20%7C%20Accueil&en=page_view&_fv=1&_ss=1&tfd=1938 — 204 — 551 B — 123 ms — h2https://stats.g.doubleclick.net/g/collect?v=2&ngs=1&ibt=1&tid=G-FES79Y8HH3&cid=481864537.1787746996&gtm=45je68o1v9117188455za20g&rcb=1&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=115938465~115938468~118897920~118897930~119259606~119367802~119367810~119381664~120385423stats.g.doubleclick.net/g/collect?v... https://stats.g.doubleclick.net/g/collect?v=2&ngs=1&ibt=1&tid=G-FES79Y8HH3&cid=481864537.1787746996&gtm=45je68o1v9117188455za20g&rcb=1&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=115938465~115938468~118897920~118897930~119259606~119367802~119367810~119381664~120385423 — 204 — 551 B — 166 ms — h2https://www.google.com.br/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&ngs=1&ibt=1&tid=G-FES79Y8HH3&cid=481864537.1787746996&gtm=45je68o1v9117188455za20g&rcb=1&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=115938465~115938468~118897920~118897930~119259606~119367802~119367810~119381664~120385423&z=1237534672www.google.com.br/ads/ga-audiences?... https://www.google.com.br/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&ngs=1&ibt=1&tid=G-FES79Y8HH3&cid=481864537.1787746996&gtm=45je68o1v9117188455za20g&rcb=1&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=115938465~115938468~118897920~118897930~119259606~119367802~119367810~119381664~120385423&z=1237534672 — 200 — 63 B — 118 ms — h3https://kofcorporation.com/assets/img/favicon.png/assets/img/favicon.png https://kofcorporation.com/assets/img/favicon.png — 200 — 14.2 KiB — 138 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
19% of JavaScript execution is third-party
First-party Third-party 147ms · 301KB · $2/mo
Google Tag Manager
Tag Manager
Optional
Execution 81ms
Transfer 130 KB
Unused 50%
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 65ms
Transfer 170 KB
Unused 42%
Monthly Cost $1/mo

50% of Google Tag Manager'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
39 images, 690 KB total, 330 KB wasted
INFO

Image Optimization Audit

Total Images

39

Total Size

690 KB

Oversized

7

Wasted

330 KB

39 missing dimensions 38 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