Tagged articles
3 articles
Page 1 of 1
php Courses
php Courses
Aug 29, 2025 · Backend Development

Boost Your PHP Site Speed and Security with APC Caching

This article explains why caching is essential for PHP websites, introduces common caching solutions like APC, Memcache, and Redis, and provides step‑by‑step instructions for installing APC, configuring PHP, writing cache code, and using caching to improve performance and protect API security.

Securityapc
0 likes · 6 min read
Boost Your PHP Site Speed and Security with APC Caching
php Courses
php Courses
Nov 16, 2023 · Backend Development

Using PHP Caching (APC) to Improve Website Performance and Security

This article explains why caching is essential for web applications, introduces PHP caching options such as APC, Memcache, and Redis, and provides step‑by‑step installation and code examples showing how to implement APC caching to boost speed and protect site security.

BackendPHPSecurity
0 likes · 6 min read
Using PHP Caching (APC) to Improve Website Performance and Security
Architecture Digest
Architecture Digest
Sep 4, 2016 · Backend Development

Pre‑gzip Optimization with APC User Cache for PHP Activity Pages

The article analyzes the trade‑offs of lowering gzip compression levels for high‑traffic activity pages, proposes pre‑compressing HTML and storing it in APC's user cache, discusses cache placement options, configuration parameters, testing results, and practical implementation details to boost QPS while managing bandwidth and latency.

Gzipapccaching
0 likes · 21 min read
Pre‑gzip Optimization with APC User Cache for PHP Activity Pages