Tags

Insights

Fetches and reports performance metrics using the Google PageSpeed Insights API.

Installation

Install the insights npm package:

npm install nano-insights

Usage

<script>
  import 'nano-insights';
</script>
 
<nano-insights
  userId="USER_ID"
  projectKey="PROJECT_KEY"
/>
Edit on GitHub

Last updated on

On this page