Performance
Analyze how your website performs for visitors around the globe by collecting Real User Monitoring (RUM) data.
How Does It Work?
This script extension helps you view your Webflow website's performance from the user's perspective by collecting Real User Monitoring (RUM) data.
The metrics noted in the table below, measured in milliseconds, are collected and made accessible through the 'geoflow' object—alongside the other visitor data properties.
Property Name | Property Variable | Type |
---|---|---|
First Paint |
| Number |
First Contentful Paint |
| Number |
Largest Contentful Paint |
| Number |
Total Blocking Time |
| Number |
Cumulative Layout Shift |
| Number |
First Input Delay |
| Number |
Time to First Byte |
| Number |
DOM Interactive |
| Number |
Total Load Time |
| Number |
How To Implement
Attribute Name | Attribute Value | Which Page Element? |
---|---|---|
data-extensions | performance | <script> Tag for Geoflow |
Example
Last updated
Was this helpful?