4 articles Caching

How to Add a Swap File on an Arch Linux Cloud Server

Introduction Addition of some swap space is  a great alternative for increasing the responsiveness of your cloud server. Swap is that space of the hard drive which can be utilized for transitorily holding that information which typically reside in RAM. This results in the availability of increased RAM for your processes that are running currently. …

How To Use Caching with the Yii Framework for Improving Performance

Yii framework offers a number of features, an important one being a cache management system. It permits saving both your SQL/Active Record queries and static data that can aid in saving a great amount of page loading time if used carefully. In this guide, we will learn caching of Queries and Data. Given below is the procedure for…

Installation of WordPress, Nginx, PHP, and Varnish on Ubuntu 12.04

About Varnish An HTTP accelerator, Varnish, is a helpful tool to speed up a server, particularly at those times when a site is experiencing very high traffic. It operates by diverting visitors onto static pages as and when possible and only draws on VPS whenever any requirement comes up for an active process. Setup A…

Installation and Configuration of Varnish with Apache on Ubuntu 12.04

About Varnish An HTTP accelerator, Varnish, is a helpful tool to speed up a server, particularly at those times when a site is experiencing very high traffic. It operates by diverting visitors onto static pages as and when possible and only draws on VPS whenever any requirement comes up for an active process.  Setup For…