Skip to content

Commit a357b7e

Browse files
committed
fix(docs): correct remaining tracker size claims to 11 KB gzip
1 parent 52f1dd8 commit a357b7e

7 files changed

Lines changed: 10 additions & 10 deletions

File tree

apps/docs/app/(home)/calculator/_components/cta-section.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export function CtaSection() {
1717
</h2>
1818
<p className="mx-auto mb-6 max-w-xl text-pretty text-muted-foreground text-sm sm:text-base">
1919
Databuddy is privacy-first analytics with no cookies and no consent
20-
banners. About 10 KB gzipped. You get visibility into traffic cookie
20+
banners. About 11 KB gzipped. You get visibility into traffic cookie
2121
stacks often miss - cookieless scripts can still be blocked, but you
2222
skip consent loss on measurement.
2323
</p>
@@ -29,7 +29,7 @@ export function CtaSection() {
2929
/>
3030
<ValueProp
3131
description="Lighter than a cookie notice script"
32-
title="About 10 KB gzip"
32+
title="About 11 KB gzip"
3333
/>
3434
<ValueProp
3535
description="Starts at $10/mo - compare to modeled gap above"

apps/docs/content/blogs/we-are-gdpr-compliant.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,7 @@ All Databuddy customers receive:
538538
</div>
539539
<div className="text-center p-6 border rounded-lg bg-gradient-to-br from-orange-50 to-orange-100 dark:from-orange-950 dark:to-orange-900 border-orange-200 dark:border-orange-800">
540540
<div className="text-3xl font-bold text-orange-600 dark:text-orange-400">
541-
~10 KB
541+
~11 KB
542542
</div>
543543
<div className="text-sm text-orange-700 dark:text-orange-300">
544544
Gzipped tracker

apps/docs/content/docs/Integrations/framer.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ Enable performance tracking by updating your script configuration:
155155
## Benefits for Framer Sites
156156

157157
- **Cookie-free tracking**: No cookie consent banners needed
158-
- **Lightweight**: About 10 KB gzipped for the current tracker bundle
158+
- **Lightweight**: About 11 KB gzipped for the current tracker bundle
159159
- **True privacy**: No fingerprinting, complete data ownership
160160
- **Fast Loading**: Async loading won't slow down your Framer site
161161
- **Performance visibility**: Collect Core Web Vitals when enabled

apps/docs/content/docs/Integrations/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { Callout } from "@/components/docs";
99
Databuddy integrates seamlessly with popular platforms and frameworks. Choose your preferred integration method and start tracking privacy-first analytics in minutes.
1010

1111
<Callout type="info">
12-
<strong>TL;DR</strong> — **Easy setup**, **about 10 KB gzip**, **framework-specific components**, and **sensible defaults**.
12+
<strong>TL;DR</strong> — **Easy setup**, **about 11 KB gzip**, **framework-specific components**, and **sensible defaults**.
1313
</Callout>
1414

1515
## Frameworks

apps/docs/content/docs/Integrations/wordpress.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { Steps, Step } from "@/components/docs";
88
import { CodeBlock } from "@/components/docs";
99
import { Card, Cards } from "@/components/docs";
1010

11-
Add Databuddy's privacy-first analytics to your WordPress site with an asynchronous tracker that is about 10 KB gzipped. No cookies, fully GDPR compliant.
11+
Add Databuddy's privacy-first analytics to your WordPress site with an asynchronous tracker that is about 11 KB gzipped. No cookies, fully GDPR compliant.
1212

1313
## Installation Methods
1414

@@ -193,7 +193,7 @@ add_action('wp_footer', 'track_custom_post_types');`}
193193

194194
Databuddy is designed to have minimal impact on your WordPress site's performance:
195195

196-
- **Lightweight**: About 10 KB gzipped for the current tracker bundle
196+
- **Lightweight**: About 11 KB gzipped for the current tracker bundle
197197
- **Non-blocking**: Loads asynchronously without affecting page speed
198198
- **Core Web Vitals**: Can collect field performance data when enabled
199199
- **Server Friendly**: Minimal server load compared to other analytics solutions

apps/docs/content/docs/performance/core-web-vitals-guide.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ Many analytics tools negatively impact Core Web Vitals:
362362
```
363363

364364
**Performance Benefits:**
365-
- **About 10 KB gzipped** - Current tracker bundle size
365+
- **About 11 KB gzipped** - Current tracker bundle size
366366
- **Async loading** - No render blocking
367367
- **Edge CDN** - Fast global delivery
368368
- **No layout shifts** - Stable tracking

apps/docs/content/docs/sdk/vanilla-js.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { Callout, Card, Cards, CodeBlock } from "@/components/docs";
88
The Databuddy script can be used directly in vanilla JavaScript projects without any framework dependencies. This is perfect for static sites, traditional HTML pages, or any environment where you want minimal overhead.
99

1010
<Callout type="info">
11-
**CDN**: `https://cdn.databuddy.cc/databuddy.js` | **Current size**: about 32 KB minified / 10 KB gzip
11+
**CDN**: `https://cdn.databuddy.cc/databuddy.js` | **Current size**: about 32 KB minified / 11 KB gzip
1212
</Callout>
1313

1414
## Quick Setup
@@ -341,7 +341,7 @@ Use the official CDN URL for best performance:
341341
{`https://cdn.databuddy.cc/databuddy.js`}
342342
</CodeBlock>
343343

344-
The script is automatically minified and served compressed. The current bundle is about 32 KB minified and 10 KB gzip; check release notes for future size changes.
344+
The script is automatically minified and served compressed. The current bundle is about 32 KB minified and 11 KB gzip; check release notes for future size changes.
345345

346346
## Related
347347

0 commit comments

Comments
 (0)