diff --git a/package.json b/package.json
index 57c6872..f40ecd8 100644
--- a/package.json
+++ b/package.json
@@ -15,6 +15,7 @@
"@mui/lab": "^5.0.0-alpha.153",
"@mui/material": "^5.14.18",
"@vercel/edge-config": "^0.4.1",
+ "@vercel/speed-insights": "^1.0.2",
"dayjs": "^1.11.10",
"feed": "^4.2.2",
"glob": "^10.3.10",
diff --git a/src/app/layout.tsx b/src/app/layout.tsx
index f18b1ee..2b9c451 100644
--- a/src/app/layout.tsx
+++ b/src/app/layout.tsx
@@ -2,7 +2,7 @@ import type { Metadata } from 'next'
import { Inter } from 'next/font/google'
import './globals.css'
import { RootStyleRegistry } from './_components/ThemeRegistry/EmotionRootStyleRegistry';
-import Script from 'next/script.js';
+import { SpeedInsights } from "@vercel/speed-insights/next"
const inter = Inter({ subsets: ['latin'] })
@@ -18,8 +18,9 @@ export default function RootLayout({
}) {
return (
+