Help Docs Performance Caching

Caching

Caching stores file copies to speed up your site. This simple process improves user experience, search rankings, and reduces your server's workload.

At its core, caching is the process of storing copies of files or data in a temporary storage location, known as a cache, so that they can be accessed more quickly. When a user visits your website for the first time, their browser sends a request to your server, which then processes the request and sends back the webpage. Without caching, this process is repeated for every single visitor.

By implementing caching, a copy of the requested information is stored. When the next user (or the same user on a return visit) requests the same page, the cached version can be delivered much faster, as the server doesn’t have to retrieve and assemble the data from scratch. This results in a significantly improved loading speed and a reduced workload on your server’s resources.


Caching Articles

2 results

This collection of articles serves as your central resource for understanding caching.

  • How to clear your browser cache

    Learn how to clear your browser cache as a possible way to resolve issues with its normal operation.

    Read more: How to clear your browser cache
  • What is memcached?

    Discover what memcached is and how it can accelerate your applications. Optimize your website’s performance with this free, open source caching system.

    Read more: What is memcached?
Was this article helpful?