diff --git a/app/[locale]/layout.tsx b/app/[locale]/layout.tsx
index 05a6ee000c..507e1bb501 100644
--- a/app/[locale]/layout.tsx
+++ b/app/[locale]/layout.tsx
@@ -6,6 +6,7 @@ import '../globals.css';
import type { Metadata } from 'next';
import { GoogleAnalytics } from '@/components/GoogleAnalytics';
import { ThemeProvider } from '@/components/ThemeProvider';
+import { SpeedInsights } from '@vercel/speed-insights/next';
export const metadata: Metadata = {
title: 'BioNXA — Master Bioinformatics, Your Way',
@@ -50,6 +51,7 @@ export default async function LocaleLayout({
{children}
+