Skip to main content
Hosting and maintenance tailored to your needs
Knowledge base

Terms

Clear explanations of WordPress, hosting, and maintenance concepts — without the jargon.

9 terms found

Performance

Core Web Vitals for WordPress

Core Web Vitals are a set of performance measurements that Google uses to evaluate the real-world experience of visiting a webpage. They are not just a technical benchmark — they are a ranking signal. Sites that score well on Core Web Vitals have a measurable advantage in search results over those that do not. The […]

Performance

Database Optimisation in WordPress

WordPress stores everything in a database — your content, settings, user data, comments, and a significant amount of historical data that accumulates quietly over time. The older a site gets and the more activity it has seen, the more likely it is that the database is carrying unnecessary weight that slows things down. What builds […]

Performance

Google PageSpeed Score for WordPress

Google PageSpeed Insights gives your website a score between 0 and 100. It is a useful diagnostic tool. It is not something you need to chase obsessively. A perfect 100 is achievable on a bare-bones static page. On a real business WordPress site with images, plugins, tracking scripts, and dynamic content, a score in the […]

Performance

How Your Hosting Provider Affects WordPress Speed

You can do everything right on your WordPress site — optimise your images, install caching, clean up your plugins — and still have a slow website. If the hosting environment underneath is not up to the job, there is a ceiling on how fast your site can ever get. The hosting is the foundation. Everything […]

Performance

Image Optimisation in WordPress

Images are the most common cause of slow WordPress pages. A single large, uncompressed image can add seconds to your load time. Multiply that across a page with ten images and you have a site that most visitors will abandon before they see your content. Image optimisation is not complicated, but it is frequently overlooked. […]

Performance

Page Speed and Search Rankings

Page speed affects your Google rankings. That is no longer a theory — Google has confirmed it directly and incorporated speed metrics into its ranking systems through Core Web Vitals. A slow site is harder to rank, harder to use, and harder to convert visitors from. How speed affects rankings Google measures the actual experience […]

Performance

Performance Setup in WordPress

Think of it like a car. You can have a fast engine — great hosting, modern infrastructure — but if you load it up with heavy plugins, an oversized theme, and unoptimised images, it will still be slow. Performance is never just one thing. It’s the combination of what’s underneath your site and what’s running […]

Performance

What is Lazy Loading in WordPress?

Lazy loading is a technique that delays loading images and other media until the visitor actually needs to see them. Instead of loading everything on a page at once when it first opens, lazy loading only fetches content when it is about to come into view as the visitor scrolls down. Why it improves performance […]

Performance

WordPress Caching

Every time someone visits a WordPress page, the server normally builds that page from scratch — querying the database, loading PHP, assembling everything before sending it to the browser. Caching skips that process. It stores a ready-made version of the page so the server can deliver it immediately, without repeating all that work. The result: […]