Caching

How To Install and Use Memcache on Ubuntu 12.04 — step-by-step Linux tutorial on Progressive Robot

How To Install and Use Memcache on Ubuntu 12.04

Memcache is a system that works to speed up virtual private servers by caching server information. The program allows you to allocate a specific amount of the server ram toward caching recently queried data for a certain amount of time. This tutorial covers Memcache installation and illustrates how to use memcache with a simple php script.

Read more
How To Install WordPress, Nginx, PHP, and Varnish on Ubuntu 12.04 — step-by-step Linux tutorial on Progressive Robot

How To Install WordPress, Nginx, PHP, and Varnish on Ubuntu 12.04

Varnish is an HTTP accelerator and a useful tool for speeding up a server, especially during a times when there is high traffic to a site. It works by redirecting visitors to static pages whenever possible and only drawing on the server itself if there is a need for an active process. This tutorial covers installing wordpress on a LEMP stack (with nginx instead of apache), and then installing varnish.

Read more
How To Configure Apache Content Caching on Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

How To Configure Apache Content Caching on Ubuntu 14.04

Web caching is a method of improving server performance by allowing commonly requested content to be temporarily stored in a way that allows for faster access. This allows the visitor to access content faster without having to fetch the same data multiple times. By…

Read more
What is Caching? — step-by-step DevOps tutorial on Progressive Robot

What is Caching?

Caching refers to the process by which server responses are stored and reused to make subsequent requests faster. DNS, databases, and web servers frequently use caching to increase speed and reduce load on servers and networks.

Read more
CHAT