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

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

  1. Capture a baseline with PageSpeed Insights.
  2. Optional: run the free analysis to preview the pipeline.
  3. Follow DNS setup.
  4. Confirm headers with the verify guide.

Frequently asked questions

  • Yes, if the problems are in HTML you can rewrite at the edge: oversized images, render-blocking third-party scripts, late font fetches, missing resource hints, and uncached HTML. PicPerf Turbulence does that with a DNS change. You cannot fix a slow origin query or a huge client-side React tree without code.

  • LCP via lighter, correctly sized images and earlier font/hint work. INP/TBT via async on known-safe third-party scripts. CLS via injected width/height on images that lack dimensions. It does not rewrite your application JavaScript.

Related guides

PicPerf Turbulence rewrites every HTML page at the edge. No code changes.

Start a 14-day Turbulence trial