🌎
Geoflow Docs
  • 🌎Welcome to Geoflow
  • 🔍Overview
    • Visitor Data Properties
  • ⭐Features
    • Geo Visibility
      • Define Multiple Conditions
      • Match All Conditions
      • Partially Match Condition
      • Reverse Condition Value
      • Custom Classes
    • Geo Form
      • Autofill Form Fields
      • Auto-Populate Select Fields
    • Geo Text
    • Geo Style
    • Geo Script
    • Script Extensions
      • Performance
      • Marketing Parameters
    • Optional Settings
      • Script Tag Data Attributes
      • Meta Tags
  • ⚙️Advanced
    • Code Snippets
    • Methods
      • run
      • getData
      • updateData
      • displayData
      • clearData
      • checkCondition
      • select
    • Callbacks
    • Events
    • REST API
      • Get Visitor IP
      • Get Visitor Data
      • Add Website
      • Delete Website
      • Update Website
      • List Websites
      • Get Website
  • 📄Legal
    • License Agreement
Powered by GitBook
  1. Features
  2. Script Extensions

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>
PreviousScript ExtensionsNextMarketing Parameters

Last updated 1 year ago

Was this helpful?

⭐
Page cover image