73 optimizations applied
- Gave unsized images their real aspect-ratio (anti-CLS)
- Preloaded the LCP image (fetchpriority: high)
- Inlined @font-face CSS with font-display: swap
- Deferred third-party scripts & widgets
No release to plan and no developer to book: traffic routes through WebSpeed with a DNS change, and nothing is installed, enabled or patched inside the platform. Bitrix sites are usually slow for structural reasons rather than neglected ones — the head serves the whole product, and every component you enabled brings its assets to it. We ran 31 Bitrix sites through WebSpeed to measure which of those costs actually land on the critical path.
That doesn’t look like a website address. Enter a domain — for example example.com or https://example.com/page.
No signup. See your before/after PageSpeed score in about a minute.
Each one is independent and can be switched off for your domain — nothing here is all-or-nothing.
The styles the first screen needs are inlined; the rest stop blocking. The browser paints on the first response instead of waiting out a chain of stylesheets.
Blocking scripts are deferred and inline body scripts are held until rendering is done, then run in order. Same behaviour, out of the way of the first paint.
Counters, pixels and live-chat load once the page is usable, not in the middle of it rendering.
We read each image's true aspect ratio server-side and write it into the markup, so the browser reserves the right box before the file arrives.
The hero image — or the CSS background standing in for one — is preloaded at high priority, so the content that defines the page arrives first.
An optimization you cannot undo is a risk, not a feature. Each of these is a decision you keep after the site is live on WebSpeed.
Each one is independent. If something doesn't suit your Bitrix theme, it can be disabled for your domain alone and everything else keeps working.
On a tuned profile we measure each optimization against your own pages and drop the ones that do not earn their place there.
Your audit page re-runs both measurements on demand, so "did it help" stays a number you can pull rather than a claim you have to take.
WebSpeed sits in front of your site, not inside it. Revert the DNS record and your original site serves again, unchanged — nothing to uninstall.
In progress: a dashboard where you flip these yourself and follow each page's scores over time. Today it is a message to us and we apply it to your domain.
Measured, not assumed — this is what our filter logs recorded across the Bitrix sites we have audited, ranked by how many of them had something to fix.
Measured across 38 Bitrix audits · snapshot 2026-09-09
89%of sites
Nearly every site we audited. Each enabled component queues its own stylesheet into the head, and the browser must fetch and parse the whole set before it can paint a single pixel.
82%of sites
Analytics, pixels, chat widgets and callback services start loading with the page instead of after it, competing for bandwidth and main thread with the content the visitor actually came for.
318fixes on 30 sites
Component initialisation sits inline in the body and executes as the browser works through the markup, so rendering stops each time one runs. On a catalogue page there are a lot of them.
562fixes on 31 sites
Our highest-volume correction here. Components output images without width and height, so the browser cannot reserve space and the text jumps as each file lands.
Stored audits — the original page against the same page served through WebSpeed, on mobile and desktop. Not a demo build: these are the sites as they ship.
Real Google Lighthouse audits, original vs. WebSpeed Fast. The ring is the mobile PageSpeed after; “faster” is the Speed-Index ratio; “lighter” and CO₂ (≈0.15 g/MB per visit, Sustainable Web Design v4) come from the measured byte reduction. SEO / conversion / bounce are projections from the measured LCP improvement, not guarantees. Scores are per-page; yours will differ.
* Core Web Vitals are a Google ranking signal; the biggest lift is leaving the “Poor” zone (score < 50), scaled here by device search share.
** Akamai / SOASTA (2017): a 100 ms delay cost 7% of conversions across ~10 billion retail visits; scaled here to the measured improvement.
*** Akamai / SOASTA (2017): a two-second delay raised bounce rate by 103%; scaled to the measured improvement, site-specific.
Core Web Vitals have been a confirmed Google ranking signal since 2021. The biggest win is leaving the "Poor" band, where faster competitors get preferred.
— Google Search CentralConversion tracks load time closely — on Akamai’s retail numbers a delay of just 100 ms cost 7% of conversions. Shaving seconds is the cheapest funnel work available.
— Akamai / SOASTA, 2017Close a two-second gap and bounce rate roughly halves — Akamai measured those same two seconds raising it by 103%. A page that paints early keeps the visit a slow one loses outright.
— Akamai / SOASTA, 2017Transfer weight maps to emissions at roughly 0.15 g of CO₂ per MB. Cutting bytes is the one optimization that shows up on a sustainability report.
— Sustainable Web Design v4Each figure links to the page that publishes it. The studies measure what delay costs; read here as what speed returns. Industry benchmarks, not a guarantee for a specific site — the per-site numbers are the audits above, and yours is a free check away.
Bitrix has a reputation for being heavy, and the usual explanations are about hosting and about the size of the product. Our measurements point somewhere more specific and more fixable: the assets are not unusually large, they are unusually early.
The head is the main event. On 89% of the sites we audited, stylesheets were blocking the first paint, putting Bitrix in the same band as WordPress, where a render-blocking head is the single most common defect we find. Bitrix assembles the head from the components a site has enabled, and each one contributes whether or not the current page uses it. Nothing about that is a mistake anyone made; it falls out of a modular product doing what it was designed to do.
Images are the highest-volume defect. We recorded 562 individual images shipped without dimensions, spread across the 31 sites where the problem occurred at all, so roughly eighteen per affected site. That is the cheapest class of problem to fix and one of the most visible when it isn’t: the layout shifts under the reader as each file lands.
Component initialisation runs during rendering. Inline scripts in the body execute as the browser parses, which on a catalogue page happens many times over. Deferring them changes nothing about what runs — only when.
Most Bitrix speed advice concerns the server: tune the cache, upgrade the plan, turn on compression. That advice is not wrong, and it addresses how quickly the first byte arrives. It does not touch what that byte stream contains — and a render-blocking head arrives just as blocking when it arrives quickly.
Changing the contents means editing what components emit. In practice that is template work, repeated for every component, and re-checked after every update — which is why it is usually scoped, costed and then postponed.
A reverse proxy changes where the work happens. Your site keeps serving the page it always did; WebSpeed receives that page, rewrites its critical path, and hands the result to the visitor. Nothing inside Bitrix changes, so there is nothing for an update to undo and nothing for your team to relearn.
It needs nothing but the URL:
No. WebSpeed runs in front of your existing site: traffic is routed through it with a DNS change, and nothing is installed, enabled or patched inside the platform. Your team keeps working exactly as before.
No — they work on different halves of the problem. Bitrix caching mainly improves how fast your server answers; it does not change what that answer contains. Our measurements are about the contents: 89% of the sites we audited still shipped a render-blocking head, cache settings or not. The two stack.
Be careful here, and test instead of assuming. Optimizations are applied to public pages; but a proxy sits in the request path, and strict-SameSite cookies used by carts and sessions behave differently through one. For transactional sections we would rather set this up with your developer and verify the flows than promise it works.
It should not — every optimization here is about when and in what order things load, not about what they are. The audit shows you the before and after so you can check the result yourself before deciding anything.
The before/after check is free to run; it isn’t one of these plans. Choose a plan when you’re ready to make the speed-up permanent — or buy the report once and apply it yourself.
Subscriptions start with a 14-day free trial (Fast and Growth), then run for a minimum of 6 months — you commit only after the trial. Fast is priced by monthly visits; indicative launch pricing.
Buy the Audit once and apply it yourself — the same findings the pipeline acts on, written up as instructions.
Paste your URL for a free PageSpeed comparison on mobile and desktop. No signup, about a minute.
That doesn’t look like a website address. Enter a domain — for example example.com or https://example.com/page.
No signup. See your before/after PageSpeed score in about a minute.
Other platforms: WordPress Duda WooCommerce Divi Wix Tilda Squarespace