Is Cloudflare Argo worth it?

Cloudflare Argo offers a significant reduction in network latency and connection errors—by an estimated 30%. Traditional network technologies often rely on static routing leading to slower and more congested paths, while Cloudflare Argo introduces a dynamic approach. This smart routing algorithm navigates traffic across the quickest available routes, utilizing Cloudflare’s extensive network of over 300 […]

CDN Benchmarking: How to Compare the Performance of Different CDNs

Content delivery networks (CDNs) are crucial in ensuring fast and reliable access to digital content across the globe. With numerous CDNs on the market, the ability to compare their performance effectively is essential to making the best choice for your needs. In this guide we’ll delve into the key aspects of CDN benchmarking, explaining the […]

Analyze Your Website’s TTFB (Time to First Byte)

Have you improved the load time of your websites and web applications recently? Or, maybe your web store or other web app is now slower to respond as you’ve added more features or due to data growth? The time it takes for your web applications to respond when users visit is more important than ever […]

Nginx tuning tips: HTTPS/TLS – Turbocharge TTFB/Latency

Are you looking to optimize the performance of Nginx? One way to do so is by tuning Nginx to support the latest TLS (Transport Layer Security) protocols (TLS 1.2 & TLS 1.3). In this article, we’ll explore how optimizing Nginx’s TLS config can reduce TTFB (Time To First Byte) latency and turbocharge website speed, providing […]

Guide to Optimizing PHP for High Traffic Sites

Note: This article serves as an overview and index, connecting you to previous detailed PHP optimization articles. For comprehensive insights on each topic, please follow the provided links to previous articles under the subheadings below. It made more sense to connect these articles here for your convenience, rather than trying to merge 12 articles covering […]

PHP 8.3 is Out! – 60% Still Using End-of-Life PHP 7

Yesterday, on November 23, 2024, the PHP community welcomed the release of PHP 8.3, marking another milestone in the evolution of this widely used scripting language. With PHP powering 76.7% of all websites with known server-side programming languages, upgrading PHP is critical in ensuring the security, efficiency, and overall user experience of a significant portion […]

PHP 8 Compatibility Check and Performance Tips

PHP 7 was first released back on 03 Dec 2015. It’s been around a while! The PHP team encouraged upgrading to PHP 7, hailing its improvements such as being twice as fast, consistent 64-bit support, removing old and unsupported SAPIs and extensions, and improved fatal error resistance, to name a few. A few years ago, […]

bottom (btm) – A Comprehensive System Resource Monitor

Today, I learned about bottom – yet another command line process/system monitoring tool. I’m probably late to this one, however, I want to quickly share this tool with readers. Have you ever found yourself needing a detailed and real-time overview of system resource usage on your server or computer? Specifically for Linux, there are various […]

Free vs. Available Memory in Linux

At times, we will need to know precisely how our Linux systems use memory. This article will examine how to use the free command-line utility to view memory usage on a Linux system. In doing so, we will clearly define the difference between free vs. available memory on Linux systems.   Free vs. Available memory […]

What is iowait and how does it affect Linux performance?

iowait (wait, wa, %iowait, wait%, or I/O wait) is often displayed by command-line Linux system monitoring tools such as top, sar, atop, and others. On its own, it’s one of many performance stats that provide us insight into Linux system performance. I/O wait came up in a recent discussion with a new client. During our support […]

Top ↑