Tag: Performance Tuning
Greetings! Unfortunately due to the mountains of spam I am getting in the comments and contact form, I am temporarily disabling comments. Once I can get the Captcha plugin working correctly, I will re enable commenting and the contact form. I apologize to those whose questions and comments I unintentionally deleted while cleaning out the spam!
Memcached Installation and Optimization
In this article, we will take an in-depth look at how to install, secure, optimize, and monitor the Memcached object caching system.
Read more about 'Memcached Installation and Optimization'...
Nginx Worker Tuning
On high traffic web servers, its important to ensure that your services are configured to maximize, or limit, the amount of resources that are used. In this post we will talk about Nginx's worker settings, and what they mean.
Caching with OPcache
OPcache improves PHP performance by storing precompiled script bytecode in shared memory, thereby removing the need for PHP to load and parse scripts on each request. This article will discuss what OPcache is and how to configure it on most systems.