Improve Core Web Vitals without changing code
If the page is slow because of images, fonts, and third-party tags, you can raise Core Web Vitals with a DNS change. PicPerf Turbulence is built for that.
Last updated:
Yes — if the bottleneck is in the HTML. Oversized images, render-blocking analytics tags, third-party fonts, missing preconnects, and uncached HTML can be fixed in front of the origin. PicPerf Turbulence rewrites each HTML page at the edge. You add DNS records. You do not edit the theme. Application-level slowness (huge JS bundles, slow APIs) still needs code.
What you can fix without a refactor
- Largest Contentful Paint — lighter images, dimensions, earlier fonts
- INP / total blocking time — async on GTM and similar tags
- CLS — width and height injected on images that lack them
Lab aggregates from about 500 public sites: 719 KB less weight, 25% less TBT, +11 mobile Performance score. Read the methodology.
What you cannot fix with DNS
A 2 MB React island, a 1.8s Time to First Byte from a cold origin, or a checkout that waits on five sequential XHRs. Measure first. If Lighthouse is complaining about image delivery and third-party tags, Turbulence is in category. If it is complaining about your own unused JavaScript, it is not.
How to do it
- Capture a baseline with PageSpeed Insights.
- Optional: run the free analysis to preview the pipeline.
- Follow DNS setup.
- Confirm headers with the verify guide.
Frequently asked questions
Related guides
- What is PicPerf Turbulence? A definition of PicPerf Turbulence as an edge HTML optimizer, not just an image CDN.
- How to fix Largest Contentful Paint What usually delays LCP and how PicPerf Turbulence addresses image and font weight.
- How to fix render-blocking JavaScript Why third-party scripts inflate TBT, and how to load them without blocking render.
- Best frontend performance tools The stack that makes a site faster, finds why it is slow, and measures real users.
PicPerf Turbulence rewrites every HTML page at the edge. No code changes.
Start a 14-day Turbulence trial