KNOWNHOST KNOWLEDGE BASE

Hosting Question? Find the Solution - Browse our Guides, Articles, and How-To's

How to enable Redis/Memached Object Caching

Last Updated: January 22, 2024

Redis/Memcached Object caching is a function that allows for the storing of frequently accesses data or objects within a temporary storage area. This is usually memory which allows for increased acceleration in the retrieval and improvement for system performance. This basically provides the following benefits. By utilizing object caching it can simplify data retrieval while […]

How to install and configure Memcached on cPanel / WHM server?

Last Updated: June 12, 2023

Category: cPanel
Tags: # # # #

Memcached is a generic memory cache system to increase the performance of dynamic database-driven websites. Earlier, we have covered the installation of Memcached on the DirectAdmin control panel, adding more it is also compatible with the cPanel / WHM server. You can install Memcached and its PHP module conveniently. Learn, How to install and configure […]

How to install Memcached on DirectAdmin?

Last Updated: January 25, 2022

Nowadays, DirectAdmin itself comes with all the required PHP extensions installed with the initial installation. But, to enhance the usability of the DirectAdmin control panel or improve the server’s performance, you might need specific more extensions such a Memcached, Redis, etc. Learn, How to install Memcached on DirectAdmin? You might know that Memcached is used […]

What is Memcrashed and how do I fix it?

Last Updated: January 23, 2026

Memcached Memcached is a memory object caching system for speeding up dynamic web applications… It’s open source and has been designed to work with a large number of open connections. Database calls, API calls, or page rendering are a few examples of the arbitrary data results that are stored in memory to alleviate database load. One can […]