Caching

5 наиболее популярных вариантов настройки сервера для вашего веб-приложения — step-by-step DevOps tutorial on Progressive Robot

5 наиболее популярных вариантов настройки сервера для вашего веб-приложения

Существует множество факторов, которые необходимо учитывать при выборе серверного окружения (environment), такие как производительность, масштабируемость, доступность, надежность, стоимость и простота…

Read more
How To Set Up WordPress with W3 Total Cache on Lighttpd Server — step-by-step WordPress tutorial on Progressive Robot

How To Set Up WordPress with W3 Total Cache on Lighttpd Server

This article will show you how to setup WordPress on the Lighttpd web server with the popular caching plugin W3 Total Cache. It is assumed that you already have setup a LLMP stack and have PHP functioning with Lighttpd. We’ll be doing a lot of manual configuration to make minify and page cache work with Lighttpd, as W3 Total Cache doesn’t support this web server out of the box (as it does with Apache and Nginx).

Read more
How To Install and Secure Memcached on Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

How To Install and Secure Memcached on Ubuntu 18.04

Memory object caching systems like Memcached can optimize backend database performance by temporarily storing information in memory, retaining frequently or recently requested records. In this guide, we will cover how to protect your Memcached server by binding your installation to a local or private interface and creating an authorized user for your Memcached instance.

Read more
How To Install and Secure Memcached on Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

How To Install and Secure Memcached on Ubuntu 20.04

In this guide, you will learn how to install and configure a Memcached server. You’ll also learn how to add authentication to secure Memcached using Simple Authentication and Security Layer (SASL). Finally, you’ll learn how to bind Memcached to a local or private network interface to ensure that it is only accessible on trusted networks, by authenticated users.

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

How To Configure Apache Content Caching on CentOS 7

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 speeds up processing and delivery by cutting out some resource intensive operations. By creating effective…

Read more
CHAT