Page cover image

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

Performance_FP

Number

First Contentful Paint

Performance_FCP

Number

Largest Contentful Paint

Performance_LCP

Number

Total Blocking Time

Performance_TBT

Number

Cumulative Layout Shift

Performance_CLS

Number

First Input Delay

Performance_FID

Number

Time to First Byte

Performance_TTFB

Number

DOM Interactive

Performance_DOM

Number

Total Load Time

Performance_TLT

Number

How To Implement

Attribute Name
Attribute Value
Which Page Element?

data-extensions

performance

<script> Tag for Geoflow

Example

<script data-extensions="performance" src="https://cdn.getgeoflow.com/beta/script.min.js" crossorigin="anonymous" fetchpriority="auto"></script>

Last updated

Was this helpful?