UNPKG

nano-insights

Version:

A framework-agnostic performance monitoring component to fetch and display web page speed insights using tools like Google PageSpeed Insights.

25 lines (20 loc) 480 B
# Nano Insights Nano Insights is a lightweight and framework-agnostic package that provides real-time speed and performance analytics for web applications. ## Installations ```sh npm install nano-insights ``` ## Usage ```html <script> import "nano-insights"; </script> <nano-insights projectKey="PROJECT_KEY" userId="USER_ID /> ``` ## Features - Displays page load time, rendering metrics and more. - Easy embedding via `<nano-insights />` tag. - Part of NanoSights.dev