Analyze your website's performance and Core Web Vitals for an optimal user experience with modern INP metrics.
Page Speed monitoring uses the Google PageSpeed Insights API to analyze your website's performance and Core Web Vitals. It gives you insight into how users experience your site on both mobile devices and desktop.
Important update: As of March 2024, Google replaced FID (First Input Delay) with INP (Interaction to Next Paint) as a Core Web Vital. StackWatch uses the latest INP metric.
Measures the load time of the largest visible element on the page.
Measures the time until the first visible content appears on the page.
Measures visual stability — how much the content shifts around.
Measures responsiveness — the time from a user interaction to the next visual update.
Measures server time — how quickly the server responds to requests.
Go to Monitors
Navigate to "Monitors" in the main menu and click "Add Monitor".
Select the monitor type
Choose "⚡ Page Speed (Core Web Vitals)" from the dropdown.
Configure settings
Fill in the following fields:
Create the monitor
Click "Create Monitor" to start monitoring.
Green: Meets Google's recommendations
Yellow: Needs improvement
Red: Poor performance that hurts the user experience
Commands for manual runs:
php artisan monitors:page-speed — analyze all active Page Speed monitors
php artisan monitors:page-speed --monitor-id=123 — analyze a specific monitor