Performance
Lab data — simulated mobile 65
Before 51 After
Lab metrics
Metric
Before
With Turbulence
Speed Index SI
Before: 6.4 s
After: 3.2 s -49%
First Contentful Paint FCP
Before: 3.2 s
After: 3.2 s -1%
Largest Contentful Paint LCP
Before: 4.2 s
After: 5.6 s
Cumulative Layout Shift CLS
Before: 0.001
After: 0.146
Total Blocking Time TBT
Before: 401 ms
After: 659 ms
What changed (11)
- picperf-banner Improves page load speed and visitor experience.
- Speculation rules prefetching Browser prefetches likely navigation targets for instant loads
- Resource hints injected Browser knows what to fetch early
- Render-blocking resources deferred Page paints before stylesheets finish
- Images re-encoded to AVIF/WebP Smaller image files that look the same
- Critical resources preloaded Important assets fetch first
- Images re-encoded to AVIF/WebP Smaller image files that look the same
- Off-screen images lazy-loaded Images load as they scroll into view
- Image dimensions explicitly set Explicit dimensions prevent layout shifts
- CSS and JavaScript minified and edge-cached Stylesheets and scripts load faster with smaller, cached files
- Font display swap + DNS preconnect Text shows up while fonts load
How we measured this
- 1. We fetched your page and scored it with PageSpeed Insights (mobile, lab data).
- 2. We re-fetched it through a Turbulence preview environment that applies our transformation pipeline.
- 3. We scored the result with PageSpeed Insights again.
- 4. The deltas above are the difference — a directional estimate, not a forecast. First visits, geographic location, network conditions, and JS-rendered content all affect real-world results.