Tagged articles
4 articles
Page 1 of 1
Python Programming Learning Circle
Python Programming Learning Circle
Oct 27, 2018 · Backend Development

Mastering PHP Page Caching: From Full Static Pages to Opcode and Memcached

This article explains various PHP caching techniques—including full‑page static generation, partial page fragments, data and query caching, time‑based and content‑change strategies, as well as memory caches like Memcached, Apache cache settings, APC extension, and opcode caching—providing code examples and practical guidance to improve web performance.

ApacheBackendMemcached
0 likes · 7 min read
Mastering PHP Page Caching: From Full Static Pages to Opcode and Memcached
21CTO
21CTO
Nov 15, 2015 · Backend Development

Unveiling PHP’s Core: Architecture, Engine, and Memory Mechanics

This article demystifies PHP’s internal architecture, covering its design philosophy, four‑layer system, SAPI interfaces, execution flow with opcodes, the Zend hash table, variable handling via zval, reference counting, and resource management, providing a comprehensive guide for backend developers.

BackendResource Managementhash table
0 likes · 16 min read
Unveiling PHP’s Core: Architecture, Engine, and Memory Mechanics
21CTO
21CTO
Sep 16, 2015 · Backend Development

9 Essential PHP Caching Techniques to Boost Web Performance

This article outlines nine practical PHP caching methods—including full-page static caching, partial page fragments, data and query caching, time‑based invalidation, Memcached, Apache modules, and opcode caches—to dramatically improve website speed and scalability.

BackendMemcachedcaching
0 likes · 7 min read
9 Essential PHP Caching Techniques to Boost Web Performance