Tagged articles
2 articles
Page 1 of 1
php Courses
php Courses
Dec 12, 2025 · Backend Development

Boost PHP Web App Performance: Buffering, GZIP, HTTP Caching, and Async Requests

Learn how to accelerate PHP web applications by leveraging output buffering, GZIP compression, HTTP caching headers, and asynchronous cURL multi‑requests, with clear code examples that demonstrate each technique for reducing network round‑trips and improving overall user experience.

GzipHTTP CachingOutput Buffering
0 likes · 4 min read
Boost PHP Web App Performance: Buffering, GZIP, HTTP Caching, and Async Requests
MaGe Linux Operations
MaGe Linux Operations
Mar 6, 2022 · Fundamentals

How to Build a Real-Time Console Progress Bar in C

This tutorial explains how to create a console progress bar in C by covering newline versus carriage return handling, output buffering strategies, using fflush to force screen updates, and adapting the code for multi‑digit countdowns.

CCountdownOutput Buffering
0 likes · 6 min read
How to Build a Real-Time Console Progress Bar in C