Glossary
Definitions of terms used in VitalSentinel and web performance monitoring.
A reference guide to terminology used in VitalSentinel and web performance monitoring.
A
Accessibility Score
A Lighthouse metric (0-100) measuring how accessible your website is to users with disabilities, including screen reader compatibility, color contrast, and keyboard navigation.
Alert
A notification triggered when a monitored metric exceeds a defined threshold. Alerts can be Warning (potential issue) or Critical (urgent problem). See Setting Up Alerts.
AMP (Accelerated Mobile Pages)
A Google-backed framework for creating fast-loading mobile web pages. VitalSentinel can detect AMP pages through Google Search Console integration.
B
Best Practices Score
A Lighthouse metric (0-100) measuring adherence to web development best practices including HTTPS usage, no console errors, and correct image aspect ratios.
Bounce Rate
The percentage of sessions where users leave after viewing only one page without any interaction.
C
CDN (Content Delivery Network)
A network of distributed servers that deliver content to users from geographically closer locations, improving load times and reducing TTFB.
Consent
User permission for data collection. VitalSentinel works without consent by default (no cookies), but persistent visitor tracking requires user consent for GDPR compliance. See Data & Privacy.
CORS (Cross-Origin Resource Sharing)
A security mechanism that controls how web pages can request resources from different domains. CORS errors can cause resource loading failures.
CLS (Cumulative Layout Shift)
A Core Web Vital measuring visual stability. It quantifies how much the page layout shifts unexpectedly during loading. Good: ≤ 0.1.
Core Web Vitals
Google's key metrics for measuring user experience: LCP (loading), INP (interactivity), and CLS (visual stability). These affect search ranking. See RUM Monitoring and CrUX Monitoring.
CrUX (Chrome User Experience Report)
A public dataset from Google containing real-world performance data from Chrome users who opt into sharing statistics. Updated monthly. See CrUX Monitoring.
Crawlability
The ability of search engine bots to access and index your website pages.
D
DNS Lookup
The process of converting a domain name to an IP address. Slow DNS can increase TTFB.
Domain
A website address (e.g., example.com) that you add to VitalSentinel for monitoring. Each domain can have its own monitoring configuration.
E
E-commerce Tracking
Automatic detection and tracking of online store events like product views, cart actions, and purchases. VitalSentinel auto-detects Shopify, WooCommerce, Magento, and Squarespace. See Web Analytics.
Engagement Rate
The percentage of sessions with meaningful user interaction (scrolling, clicking, or spending significant time on page). See Engagement Analytics.
Entry Page
The first page a visitor lands on when starting a session. Also called a landing page.
Error Rate
The percentage of page views that include JavaScript errors. Used for RUM alerts.
Evaluation Window
For Synthetic alerts, the number of recent tests to average when evaluating alert conditions (last 1, 3, 5, or 10 tests).
Exit Page
The last page a visitor views before ending their session.
F
FCP (First Contentful Paint)
The time until the first text, image, or canvas element appears on screen. Indicates perceived loading speed.
Field Data
Performance data collected from real users visiting your site (e.g., RUM, CrUX). Compare with Lab Data.
Form Factor
Device category used for filtering data. CrUX and RUM support Phone, Desktop, and All. Alerts support Phone, Desktop, or Any (all devices).
G
GA4 (Google Analytics 4)
Google's current analytics platform that VitalSentinel can integrate with for traffic data. See Google Analytics Integration.
GDPR (General Data Protection Regulation)
EU privacy regulation governing data collection and processing. VitalSentinel is GDPR compliant by default with no-cookie tracking. See Data & Privacy.
GSC (Google Search Console)
Google's tool for monitoring search performance and indexing status. VitalSentinel integrates with GSC for indexing and keyword data. See Google Search Console Integration.
gTLD (Generic Top-Level Domain)
Common domain extensions like .com, .net, .org. VitalSentinel supports domain expiration monitoring for most gTLDs.
H
HTTP Status Code
A three-digit response code from servers. 2xx = success, 3xx = redirect, 4xx = client error, 5xx = server error. Used in uptime monitoring.
I
INP (Interaction to Next Paint)
A Core Web Vital measuring interactivity. It tracks the latency of all user interactions and reports the worst (or near-worst) interaction. Good: ≤ 200ms.
Incident
A period when your site is down or unreachable. VitalSentinel tracks incident start time, end time, and duration.
Indexing
The process of search engines adding pages to their database so they can appear in search results. See Indexing Monitoring.
J
JavaScript Error
A runtime error in browser JavaScript code. VitalSentinel's RUM script automatically captures uncaught exceptions, promise rejections, and console errors. See Error Tracking.
L
Lab Data
Performance data from controlled synthetic tests (e.g., Lighthouse). Consistent but doesn't reflect real user conditions. Compare with Field Data.
LCP (Largest Contentful Paint)
A Core Web Vital measuring loading performance. It tracks when the largest content element becomes visible. Good: ≤ 2.5s.
Lighthouse
Google's open-source tool for auditing web page quality. VitalSentinel uses Lighthouse for Synthetic Monitoring. See Synthetic Monitoring.
M
Main Thread
The browser's primary execution thread for JavaScript, layout, and rendering. Long tasks on the main thread cause poor INP scores.
N
Network Requests
The total number of HTTP requests made when loading a page. A Synthetic monitoring metric - high request counts can slow page load.
noindex
A directive telling search engines not to index a page, using meta tags or HTTP headers.
O
Origin
The combination of protocol, domain, and port (e.g., https://example.com). CrUX provides origin-level and URL-level data.
P
P75 (75th Percentile)
The value at which 75% of measurements are equal to or better. Used by Google for Core Web Vitals assessment.
Page View
A single instance of a page being loaded or viewed. The fundamental unit of web analytics measurement.
Performance Score
A Lighthouse metric (0-100) summarizing overall page performance, weighted across FCP, SI, LCP, TBT, and CLS.
PSI (PageSpeed Insights)
Google's tool that combines Lighthouse testing with CrUX data. VitalSentinel synthetic tests run on PSI infrastructure.
R
Referrer
The URL of the page that linked to the current page. Used to track traffic sources in Web Analytics.
Render-Blocking
Resources (CSS, JavaScript) that prevent the page from rendering until they're fully loaded. A common cause of poor FCP and LCP.
Response Time
The time taken for a server to respond to an HTTP request. Tracked in uptime monitoring.
Rage Clicks
Rapid, frustrated clicking (3+ clicks in 1 second within 100px). Indicates UI issues or unresponsive elements. See Engagement Analytics.
Rich Results
Enhanced search result formats like FAQs, recipes, or product listings, powered by structured data.
robots.txt
A file at your domain root that tells search engines which URLs they can crawl. See Robots.txt Monitoring.
RUM (Real User Monitoring)
Collecting performance data from actual website visitors using a tracking script. Provides real-world insights. See RUM Monitoring and RUM Script Installation.
S
Sample Rate
The percentage of visitors whose data is collected by RUM. 100% tracks everyone; lower rates reduce data volume while maintaining statistical validity.
Scroll Depth
How far down the page users scroll, measured as percentage milestones (25%, 50%, 75%, 90%, 100%).
SEO Score
A Lighthouse metric (0-100) measuring search engine optimization factors like meta tags, crawlability, and mobile-friendliness.
Session
A single visit to your website. A new session starts after 30 minutes of inactivity.
SI (Speed Index)
A Lighthouse metric measuring how quickly content is visually displayed during page load.
Sitemap
An XML file listing your website's URLs to help search engines discover and crawl your content.
Soft 404
A page that looks like an error (thin content, "not found" message) but returns a 200 status code instead of 404.
SPA (Single Page Application)
A web app that loads a single HTML page and dynamically updates content. VitalSentinel auto-detects SPA navigation via the History API.
SSL/TLS
Encryption protocols that secure data between browsers and servers. Indicated by HTTPS and the padlock icon.
Stack Trace
A report showing the sequence of function calls that led to an error. Captured by RUM for JavaScript error debugging.
Synthetic Monitoring
Running automated tests from controlled environments to measure performance consistently. Compare with RUM. See Synthetic Monitoring.
T
Time on Page
The duration a user spends on a page before navigating away. An engagement metric tracked by RUM.
TLD (Top-Level Domain)
The last part of a domain name (.com, .org, .co.uk). Some TLDs don't support WHOIS lookups for domain expiration monitoring.
Traffic Source
How visitors arrive at your site: Direct, Organic Search, Social, Referral, Email, Paid, or AI Search & Tools.
TBT (Total Blocking Time)
A Lighthouse metric measuring main thread blocking between FCP and TTI. Used as a lab proxy for INP.
TTFB (Time to First Byte)
Time from request start until the first byte of response is received. Indicates server responsiveness.
TTI (Time to Interactive)
The time until the page is fully interactive and responds to user input within 50ms.
U
Uptime
The percentage of time your website is accessible. 99.9% uptime = ~43 minutes downtime per month. See Uptime Monitoring.
URL Inspection
A Google Search Console feature that checks the indexing status and issues for specific URLs.
User-agent
In robots.txt, specifies which crawler a rule applies to (e.g., Googlebot, Bingbot, or * for all crawlers).
UTM Parameters
Tracking codes added to URLs (utm_source, utm_medium, utm_campaign) to track marketing campaign effectiveness.
V
Viewport
The visible area of a web page. Mobile viewport is smaller than desktop.
Visitor
A unique user identified by an anonymous visitor ID. Different from sessions (one visitor can have multiple sessions).
W
Web Vitals
Google's initiative defining quality metrics for user experience on the web. Core Web Vitals are a subset used for ranking.
WHOIS
A protocol for querying domain registration information. VitalSentinel uses WHOIS to monitor domain expiration dates (where available).
Workspace
An organizational container in VitalSentinel that holds domains, team members, and billing. Agencies typically use multiple workspaces for clients. See Managing Workspaces.