Load Time
The duration from requesting a page to complete rendering, critically affecting user experience and conversion rates. Users expect pages to load in 2-3 seconds; each additional second significantly increases bounce rates. Optimize images, limit scripts, and leverage caching to minimize load time.
CDN
Performance
Content Delivery Network—a distributed network of servers that delivers web content from locations geographically closest to each visitor. CDNs dramatically reduce latency and load times for global audiences while providing redundancy if one server fails. Framer hosts all sites on a global CDN automatically, ensuring fast performance worldwide without additional configuration.
Session
Analytics
A group of user interactions with a website occurring within a time frame, typically resetting after 30 minutes of inactivity. Sessions provide context for analyzing user behavior patterns and conversion paths. Track session-based metrics to understand how users engage over visits.
Content Delivery Network
Performance
A distributed network of servers that delivers web content from locations geographically closest to each visitor, reducing latency and improving load times. CDNs also provide redundancy and protection against traffic spikes or server failures. Framer hosts all sites on a global CDN automatically for optimal worldwide performance.
Page Load
Performance
The process of fetching and rendering a webpage, measured from request to full interactivity. Page load speed affects user experience, conversion rates, and search rankings. Monitor load performance and optimize bottlenecks regularly.
Cumulative Layout Shift (CLS)
Performance
Cumulative Layout Shift (CLS) quantifies visual instability by measuring how much elements move unexpectedly during page load and interaction.
Code Splitting
Performance
In Framer, code splitting supports faster initial loads by avoiding unnecessary JavaScript on first view and loading additional code only when it becomes relevant.