fledged out analytics, self gather, remove vercel speed insights

This commit is contained in:
Michael Freno
2026-01-06 01:34:55 -05:00
parent b118a62f83
commit ea556b3677
13 changed files with 867 additions and 114 deletions

View File

@@ -150,6 +150,14 @@ export interface VisitorAnalytics {
os?: string | null;
session_id?: string | null;
duration_ms?: number | null;
fcp?: number | null;
lcp?: number | null;
cls?: number | null;
fid?: number | null;
inp?: number | null;
ttfb?: number | null;
dom_load?: number | null;
load_complete?: number | null;
created_at: string;
}