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

Boost PHP Performance: Powerful Opcode Caching Tricks You Need

Learn how PHP's opcode caching mechanisms, including OPcache, APCu, preloading, JIT compilation, and various micro‑optimizations, can dramatically speed up script execution, reduce server load, and bring interpreted code performance closer to compiled languages, with practical configuration examples and benchmark insights.

BackendJITOpcode Cache
0 likes · 7 min read
Boost PHP Performance: Powerful Opcode Caching Tricks You Need
Laravel Tech Community
Laravel Tech Community
May 16, 2024 · Backend Development

Comprehensive Guide to Full-Page, Partial, and Memory Caching Techniques for PHP Applications

This article explains various server‑side caching strategies—including full‑page static caching, fragment caching, data and query caching, time‑based and content‑change invalidation, as well as memory caches like Memcached and Redis, Apache modules, APC, and opcode caches—providing PHP code examples for each method.

MemcachedOpcode CachePHP
0 likes · 7 min read
Comprehensive Guide to Full-Page, Partial, and Memory Caching Techniques for PHP Applications