Caching

How To Use Caching with the Yii Framework To Improve Performance — step-by-step Programming tutorial on Progressive Robot

How To Use Caching with the Yii Framework To Improve Performance

Amongst the many features that the incredible Yii framework offers, a cache management system is something that couldn’t have been missing. Yii framework allows us to save both static data and your SQL/Active Record queries, which -if used wisely- can lead to a lot of page loading time saving. In particular, in this tutorial we are going to learn how to cache Data and Queries.

Read more
How To Configure Content Caching Using Apache Modules On A VPS — step-by-step Web Servers tutorial on Progressive Robot

How To Configure Content Caching Using Apache Modules On A VPS

Caching is a method of creating faster delivery of your most commonly accessed content. Apache has a number of different methods of caching content that take advantage of different aspects of the file system and of HTTP header information. This article will discuss different methods to cache your content to improve your site speed.

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
CHAT