Web Performance Insights
AI-powered analysis for faster, more accessible, and sustainable websites
Try a popular site:
2415
Quality Tests Available
59
MCP Tools
12
Ranking Profiles
Beyond PageSpeed
Comprehensive web analysis across performance, accessibility, SEO, and sustainability
World-Class Testing
Each analysis can use the 2415-test executable registry and the 12-suite methodology layer, with durable storage when configured and clear degraded state when it is not.
Scores appear after a real public URL analysis. Empty or degraded storage is labeled in results instead of showing sample numbers.
// Analyze a URL with full quality framework
const response = await fetch(
'/api/v1/analyze',
{
method: 'POST',
headers: { 'Content-Type': 'application/json' },
body: JSON.stringify({
url: 'https://example.com',
strategy: 'mobile',
includeAI: true,
qualityFramework: true
})
}
);
const { data } = await response.json();
// data.qualityReport - 12 suite scores
// data.comprehensiveTests - executable registry results
// data.traceIds - correlation trackingBuilt for Automation
Public REST API with OpenAPI documentation, MCP integration for AI agents, deterministic ranking endpoints, and protected report export scaffolding behind PLATPHORM_API_KEY.
REST API
Public REST endpoints with W3C trace correlation
MCP Protocol
Connect AI agents via /api/mcp endpoint
Full Observability
Every request traceable via correlation IDs