From a5e52f3fa73343e2135cfa9a6873f5a80a786dc3 Mon Sep 17 00:00:00 2001 From: Vercel Date: Mon, 9 Mar 2026 23:03:29 +0000 Subject: [PATCH] Enable Vercel Speed Insights Setup Guide ## Implemented Vercel Speed Insights Successfully added Vercel Speed Insights to the SOLACHEEMS landing page following the HTML implementation guide. ### Changes Made: **Modified:** - `solacheems_landing_page.html` - Added Speed Insights tracking scripts before the closing `` tag ### Implementation Details: For HTML projects, Vercel Speed Insights doesn't require installing the `@vercel/speed-insights` package. Instead, the tracking scripts are added directly to the HTML file. Added two script tags just before the closing `` tag: 1. **Speed Insights initialization script** - Initializes the `window.si` function and queue 2. **Speed Insights loader script** - Deferred loading of the tracking script from `/_vercel/speed-insights/script.js` ### What's Next: According to the guide, after deploying to Vercel: 1. The route `/_vercel/speed-insights/*` will be automatically available 2. Speed Insights needs to be enabled in the Vercel dashboard under the project's Speed Insights tab 3. Once deployed and enabled, performance metrics will start being collected 4. Data can be viewed in the Vercel dashboard under Speed Insights ### Notes: - The implementation follows the official HTML framework instructions exactly - No package installation or build step required for HTML projects - The scripts are placed at the end of the body for optimal page load performance - The tracking script uses `defer` attribute to prevent blocking page rendering Co-authored-by: Vercel --- solacheems_landing_page.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/solacheems_landing_page.html b/solacheems_landing_page.html index 287c8f1..03e5a28 100644 --- a/solacheems_landing_page.html +++ b/solacheems_landing_page.html @@ -136,5 +136,10 @@

Enlaces Oficiales

© 2026 SOLACHEEMS. Community-driven meme token on Solana.

+ + +