Skip to content

Enable Vercel Speed Insights Setup Guide#1

Merged
notoriusbig99 merged 1 commit into
mainfrom
vercel/enable-vercel-speed-insights-s-ny6deq
Mar 9, 2026
Merged

Enable Vercel Speed Insights Setup Guide#1
notoriusbig99 merged 1 commit into
mainfrom
vercel/enable-vercel-speed-insights-s-ny6deq

Conversation

@vercel
Copy link
Copy Markdown
Contributor

@vercel vercel Bot commented Mar 9, 2026

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 </body> 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 </body> 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

View Project · Speed Insights

Created by alfredocuy99-6806 with Vercel Agent

## 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 `</body>` 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 `</body>` 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 <vercel[bot]@users.noreply.github.com>
@vercel
Copy link
Copy Markdown
Contributor Author

vercel Bot commented Mar 9, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
solacheems-github-io Ready Ready Preview, Comment Mar 9, 2026 11:03pm

@notoriusbig99 notoriusbig99 marked this pull request as ready for review March 9, 2026 23:06
@notoriusbig99 notoriusbig99 merged commit 31ee15c into main Mar 9, 2026
3 checks passed
@notoriusbig99 notoriusbig99 deleted the vercel/enable-vercel-speed-insights-s-ny6deq branch March 9, 2026 23:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant