analyze_pagespeed
Evaluate webpage performance and receive real-time scores with actionable insights using the Google PageSpeed Insights API. Optimize site speed and enhance user experience.
Instructions
Analyzes a webpage using Google PageSpeed Insights API
Input Schema
Name | Required | Description | Default |
---|---|---|---|
url | Yes | The URL to analyze |
Input Schema (JSON Schema)
{
"properties": {
"url": {
"description": "The URL to analyze",
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
}