Server Optimization

How To Add ngx_pagespeed to Nginx on CentOS 7 — step-by-step Linux tutorial on Progressive Robot

How To Add ngx_pagespeed to Nginx on CentOS 7

ngx_pagespeed, or just pagespeed, is an Nginx module designed to optimize your site automatically by reducing the size of its resources and hence the time the clients’ browsers need to load it. This article will guide you through the installation and configuration of the pagespeed module for Nginx. It’s important to know that Nginx does not support *Dynamic Loading of Modules* available in other web servers such as Apache. Since Nginx doesn’t support this feature, you need to build Nginx from so

Read more
How To Install and Use Memcache on Ubuntu 12.04 — step-by-step Linux tutorial on Progressive Robot

How To Install and Use Memcache on Ubuntu 12.04

Memcache is a system that works to speed up virtual private servers by caching server information. The program allows you to allocate a specific amount of the server ram toward caching recently queried data for a certain amount of time. This tutorial covers Memcache installation and illustrates how to use memcache with a simple php script.

Read more
How To Add ngx_pagespeed to Nginx on Debian 8 — step-by-step Linux tutorial on Progressive Robot

How To Add ngx_pagespeed to Nginx on Debian 8

ngx_pagespeed, or just pagespeed, is an Nginx module designed to optimize your site automatically by reducing the size of its resources and hence the time the clients’ browsers need to load it. This article will guide you through the installation and configuration of the pagespeed module for Nginx.

Read more
CHAT