Package Exports
- @vercel/speed-insights
- @vercel/speed-insights/next
- @vercel/speed-insights/package.json
- @vercel/speed-insights/remix
Readme

Vercel Speed Insights
Performance insights for your website
Overview
@vercel/speed-insights automatically tracks web vitals and other performance metrics for your website.
This package does not track data in development mode.
Quickstart
Enable Vercel Speed Insights for a project in the Vercel Dashboard.
Add the
@vercel/speed-insightspackage to your projectInject the Analytics script to your app
- If you are using Next.js or React, you can use the
<SpeedInsights />component to inject the script into your app. - For other frameworks, you can use the
injectfunction add the tracking script to your app. - If you want to use Vercel Speed Insights on a static site without npm, follow the instructions in the documentation.
- If you are using Next.js or React, you can use the
Deploy your app to Vercel and see data flowing in.
Documentation
Find more details about this package in our documentation.