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

@@ -17,6 +17,7 @@ import { DarkModeProvider } from "./context/darkMode";
import { createWindowWidth, isMobile } from "~/lib/resize-utils";
import { MOBILE_CONFIG } from "./config";
import CustomScrollbar from "./components/CustomScrollbar";
import { initPerformanceTracking } from "~/lib/performance-tracking";
function AppLayout(props: { children: any }) {
const {
@@ -29,6 +30,9 @@ function AppLayout(props: { children: any }) {
let lastScrollY = 0;
onMount(() => {
// Initialize performance tracking
initPerformanceTracking();
const windowWidth = createWindowWidth();
createEffect(() => {