Website loading speed is the time from clicking a link to the moment a person sees content and can press a button. Not an abstract PageSpeed score, but the real experience on a phone with ordinary mobile internet. A slow site loses enquiries before the manager can reply to the first message.
NUGU is a digital agency in Sochi. We design sites with performance in mind: lightweight markup, optimized images, minimal third-party widgets. We check speed before handoff, not after client complaints.
What to Measure: Core Web Vitals
Google and Yandex focus on three metrics:
- **LCP (Largest Contentful Paint)** — when main content appears. Target: under 2.5 s.
- **INP (Interaction to Next Paint)** — response to click, tap, input. Target: under 200 ms.
- **CLS (Cumulative Layout Shift)** — whether layout jumps during load. Target: below 0.1.
Tools: PageSpeed Insights, Chrome DevTools, Yandex Webmaster (site quality section), WebPageTest. Always check mobile — 70–80% of traffic on most business sites comes from phones.
Main Causes of Slow Loading
**Heavy images.** A 5 MB camera photo in an About block is classic. You need WebP or AVIF, compression, correct dimensions for the screen, lazy loading for below-the-fold blocks.
**Extra JavaScript.** Chats, pop-ups, analytics, pixels, sliders — every script slows things down. Keep only what brings enquiries or decision data.
**Slow hosting.** Cheap shared hosting on another continent adds 500–1500 ms per request. A commercial site needs a proper VPS or managed hosting with CDN.
**Unoptimized code.** Unminified CSS, duplicate libraries, render-blocking resources in `<head>`. Fixed with minification, defer/async for scripts, critical CSS for the first screen.
**Third-party embeds.** YouTube, maps, review widgets load from external servers. Load on click or use static previews.
Speed and SEO: Direct Link
Search engines use speed as a quality signal. A slow site is crawled less efficiently: scan budget is spent waiting for responses, and some pages are indexed less often.
Speed affects behavioral signals: high bounce rate and short time on site suggest the page did not satisfy the query. That indirectly hits rankings.
Speed is part of technical SEO. Build it in at SEO launch, not "when there is time later."
Step-by-Step Speed Plan
- **Measure baseline.** PageSpeed Insights for homepage, services, and product page (if any).
- **Compress images.** Convert to WebP, set width/height, enable lazy load.
- **Remove excess.** Disable unused plugins, duplicate jQuery, animations for animation's sake.
- **Configure cache.** Browser cache, server cache, CDN if needed.
- **Optimize fonts.** 1–2 weights, font-display: swap, preload for primary font.
- **Check mobile.** A responsive mobile-friendly site without extra resources loads faster than a separate m-dot version with duplicates.
- **Re-measure.** Compare LCP, INP, CLS before and after.
Pre-Launch Checklist
- Homepage LCP in the green zone on mobile.
- Images in WebP/AVIF, no more than 200 KB for hero block.
- No render-blocking JS in the first screen.
- gzip/brotli compression enabled on server.
- Static cache configured (CSS, JS, fonts, images).
- No more than two font families.
- Map and video — lazy load or on click.
- Form tested on phone over 4G — submits without delay.
Speed and Conversion
Amazon once published data: every 100 ms of delay reduces conversion. For a local business in Sochi that means: a tourist on the beach with a phone will not wait 8 seconds for a restaurant menu or booking form to load.
A fast site respects the client's time. A slow one is invisible lost revenue that does not show up in "how many visits we had."
Cost of Solutions
Speeding up an existing site ranges from a few hours (image compression, cache) to a full markup rebuild. A new NUGU project is fast from the start:
- Landing page — from 30,000 ₽
- Service website — from 50,000 ₽
- Quick Start — 35,000 ₽ / 7 days
Examples of lightweight sites — portfolio. Discuss a speed audit via contacts or on the services page.
Choosing Hosting for Speed
For a commercial site in Russia, a reasonable minimum is VPS or managed hosting with a server in Russia or a nearby data center. Check TTFB (Time to First Byte): target under 600 ms. Higher than that means a server-side problem no image compression will fix.
CDN makes sense when the audience is geographically spread or there is lots of static content. For a local Sochi business CDN is not mandatory, but useful during seasonal tourist traffic from different regions.
Speed as Part of Acceptance
When accepting a site from a contractor, ask for a PageSpeed report before and after optimization. Test on your own phone, not office Wi-Fi. If the form loads longer than three seconds — that is a defect to fix before paying the final stage.
Speed and Advertising
Yandex Direct and Google Ads factor landing page quality. A slow site raises cost per click and lowers Quality Score. You pay for traffic that leaves before load — double loss. Before launching ads, run the landing page through PageSpeed and fix red zones. That is cheaper than raising budget 30% to compensate for speed.
Self-Check Tools
Free without registration: PageSpeed Insights (Google), WebPageTest (region and device choice), Lighthouse in browser DevTools. After launch, connect the Core Web Vitals report in Search Console — it shows real user data, not just synthetic tests. Re-measure quarterly: new scripts, promos, and widgets gradually slow the page again.