Article
Web Tools

Monitor your site loading speed with Site Relic

Check your site's speed from different locations and devices. Focus on TTFB, total load time, page size and request count to spot fixes that really help.

by Whatsnew Newsroom

Site speed still matters. Slow pages frustrate visitors, harm conversions and make your site look amateur — especially on mobile. The good news is you don’t need to be a developer to find the obvious problems: plenty of online tools (Site Relic is one example) let you measure loading behaviour and give actionable clues on what to fix.

What these tools tell you

Performance testers typically give you a handful of practical metrics and views:

- TTFB (Time To First Byte): how long the server takes to send the first response. A long TTFB points at hosting, back-end code or routing issues. - "Fully loaded" or total load time: how long the page takes to finish loading everything. It’s a user-facing number you can understand at a glance. - Page size (total bytes): the combined weight of HTML, images, scripts and styles. Bigger pages generally load slower, especially on mobile. - Request count and request types: how many files the browser requests and whether they’re images, scripts, styles, fonts, etc. Lots of small files or heavy scripts slow the page down. - Location and device simulation: tests from different server locations and desktop/mobile profiles show the impact of real-world networks. - Visual snapshot: a screenshot or filmstrip view lets you see what users actually see as the page loads.

Some tools also add alerts, historical tracking or a basic visitor estimate, but visitor counts are best taken from your analytics platform rather than speed testers.

How to use the results — practical steps

1. Run tests from a couple of locations and from a mobile profile. If mobile tests are much slower, prioritise mobile fixes first.

2. Start with the low-hanging fruit the report highlights: very large images, uncompressed resources or blocking JavaScript. Reducing the largest assets often gives the biggest visible improvement.

3. Cut page weight: - Optimise images: resize to the display size, compress and use modern formats where possible. Consider responsive images and lazy loading for off-screen media. - Minify and compress text assets: enable gzip or Brotli, and minify CSS and JavaScript. - Remove or defer non-essential third-party scripts (tracking pixels, chat widgets) — they can block rendering.

4. Reduce request count where sensible: combine small assets, use sprites or inline critical CSS for above-the-fold content. Beware of over-combining; modern HTTP/2 and HTTP/3 handle parallel requests well.

5. Improve server response: use caching, a CDN to serve static assets closer to users, and tune server or hosting if TTFB is high.

6. Use the waterfall view to spot what blocks rendering. If a script or font delays critical rendering, consider async/defer techniques or font-display strategies.

7. Iterate and measure: make one change at a time and re-run tests. Track scores over time to see which changes actually matter for your visitors.

If the tool you use supports monitoring and alerts, set it to notify you when performance degrades so problems are noticed before visitors complain.

Speed isn’t a one-off task. Regular checks, a handful of sensible optimisation rules and a focus on the mobile experience will keep your site feeling fast. Tools like the one mentioned above make it straightforward to find the obvious issues and confirm that your fixes are working.

by Whatsnew Newsroom
whatsnew. APPS · WEB TOOLS · SECURITY · AI

Know what’s new.

The useful side of the internet. Covered properly.

Set as preferred →