Guide to Increasing Performance of WordPress Websites

In this post I will go step by step through optimizing PHP and WordPress to reduce page load times and increase requests/second of your website. WordPress is used on over 42% of all websites on the global internet. Considering that there are over 1.1 billion websites this comes to over 460 million website using WordPress … Read more

Nginx HTTP Proxying, Load Balancing, Buffering, and Caching Setup

In this guide, I will discuss Nginx ngx_http_proxy and ngx_http_upstream modules, which provide the ability to proxy connections to backend application web servers and provide load-balancing capabilities. This proxying ability allows Nginx to pass requests to upstream webs servers for the final processing of a web request. The ability to proxy requests to single or … Read more

Complete Guide to Apache Web Server Logging

Apache Web Server power over 30 percent of all websites. I believe the share is likely higher when you consider servers hidden behind corporation firewalls. This is a long way from its initial release in 1995. Based on its widespread use the Apache server logs provide invaluable information in understanding not only the incoming traffic … Read more

Apache Performance and Resource Monitoring Using Mod_Status

Monitoring services for uptime and performance is a crucial part of any organization’s day-to-day operations. Essentially since its inception, Apache Web Server (Apache HTTPD) has been among the three most popular web servers on the internet. It has been providing critical hosting services to hundreds of millions of web sites commanding a share of over … Read more

Complete Guide to Web Server Monitoring

Server monitoring is the process of monitoring a server’s system resources like CPU Usage, Memory Consumption, I/O, Network, Disk Usage, Process etc. Server Monitoring also helps in capacity planning by understanding the server’s system resource usage as well as capacity to handle requests. Server monitoring software helps in automating the process of server monitoring. Monitoring … Read more