Gzipped transfer size in KB
Pixli uses a core + lazy-load architecture. Only the essentials run on page load.
Loading architecture
Page views, sessions, sources, events, geo
Loaded on demand
The <script defer> tag never blocks HTML parsing. The browser downloads it in the background and executes it after the page is ready.
Heatmaps, session recordings, Web Vitals, and interaction tracking are separate modules that load only when active for the site. Most visitors only download the core ~5 KB.
Pixli doesn't inject any visible elements — no banners, no widgets, no modals. Zero layout shift, zero visual impact.
The tracker is vanilla JavaScript with no frameworks or libraries. No jQuery, no React, no lodash — just optimized code.
Pixli measures your Web Vitals without hurting them.
0 ms
LCP
Largest Contentful Paint
Script defers — never blocks rendering
0
CLS
Cumulative Layout Shift
No injected UI elements
0 ms
INP
Interaction to Next Paint
No event listener overhead on user interactions