speed insights
1.1.0
@vercel/speed-insights
自動追蹤您網站的網路生命週期和其他效能指標。
該包不追蹤開發模式下的數據。
它具有一級整合:
框架 | 包裹 |
---|---|
Next.js | @vercel/speed-insights/next |
努克斯特 | @vercel/speed-insights/nuxt |
斯維爾特基特 | @vercel/speed-insights/sveltekit |
混音 | @vercel/speed-insights/remix |
反應 | @vercel/speed-insights/react |
阿斯特羅 | @vercel/speed-insights/astro |
維埃 | @vercel/speed-insights/vue |
它還支援其他框架、vanilla JS 和靜態網站。
在 Vercel 儀表板中為專案啟用 Vercel Speed Insights。
將@vercel/speed-insights
套件加入您的專案中
將速度洞察注入您的應用程式
<SpeedInsights />
元件將腳本注入到您的應用程式中。+layout.js/ts
檔案中使用injectSpeedInsights()
函數@vercel/speed-insights/sveltekit
。inject
功能將追蹤腳本新增到您的應用程式中。將您的應用程式部署到 Vercel 並查看資料流入。
在我們的文件中查找有關此包的更多詳細資訊。