Tagged articles
19 articles
Page 1 of 1
php Courses
php Courses
Oct 28, 2025 · Backend Development

How to Diagnose and Fix PHP Performance Issues Without Restarting

Learn practical techniques to monitor OPcache, adjust PHP‑FPM settings, reset caches, employ preload, and use shared memory caching, enabling you to identify and mitigate PHP performance degradation in production without restarting services, ensuring continuous user experience.

BackendOPcachePHP
0 likes · 6 min read
How to Diagnose and Fix PHP Performance Issues Without Restarting
php Courses
php Courses
Oct 16, 2025 · Backend Development

Boost PHP Performance: Inline Optimization Techniques to Rival C

This article explains how to apply a series of inline optimization strategies—static typing, function inlining, efficient array and string handling, loop refinements, and Opcache preloading—to dramatically improve PHP execution speed and bring its performance close to that of compiled C code.

Backend DevelopmentInlineOPcache
0 likes · 8 min read
Boost PHP Performance: Inline Optimization Techniques to Rival C
php Courses
php Courses
Aug 26, 2025 · Backend Development

Boost PHP Performance: Reduce Composer Autoload Overhead with Simple Tweaks

This article explains why Composer's autoloader can become a performance bottleneck in large PHP projects and provides practical steps—such as using Composer's optimization commands, organizing namespaces, separating dev and prod configurations, leveraging PHP 7.4+ preloading, and monitoring with profiling tools—to significantly cut autoload overhead and improve overall application speed.

ComposerOPcacheautoload
0 likes · 7 min read
Boost PHP Performance: Reduce Composer Autoload Overhead with Simple Tweaks
php Courses
php Courses
May 29, 2025 · Backend Development

6 Practical PHP Performance Optimization Techniques

This article outlines six practical PHP performance optimization techniques—including opcode caching, database query tuning, reducing redundant calculations, choosing efficient data structures, employing lazy loading, and leveraging built‑in functions—to help developers significantly improve the speed and scalability of their backend applications.

Backend DevelopmentDatabase OptimizationOPcache
0 likes · 5 min read
6 Practical PHP Performance Optimization Techniques
php Courses
php Courses
Apr 29, 2025 · Backend Development

Overview of PHP Caching Mechanisms

This article explains the various PHP caching layers—including OPcode, data, page, and HTTP caching—provides configuration examples, code snippets for file, Memcached, and Redis caches, and outlines best practices and invalidation strategies to improve web application performance.

BackendMemcachedOPcache
0 likes · 7 min read
Overview of PHP Caching Mechanisms
php Courses
php Courses
Jan 7, 2025 · Backend Development

PHP Function Caching Performance Optimization Techniques

This article explains how function caching in PHP—using mechanisms such as OPcache, APC, and Zend Opcache—can improve application performance, provides a practical example of enabling OPcache, and outlines additional optimization strategies like using Redis, optimizing database queries, reducing memory usage, and efficient image processing.

Backend DevelopmentOPcachePHP
0 likes · 3 min read
PHP Function Caching Performance Optimization Techniques
21CTO
21CTO
Jun 7, 2024 · Backend Development

Boost PHP Performance: Essential Caching Strategies Every Developer Should Know

This article explores fundamental PHP caching techniques—including OPcache, HTTP header client caching, Memcached/Redis object caching, reverse‑proxy page caching, dynamic content caching, and cache invalidation—providing code examples and practical guidance to help developers dramatically improve application performance and scalability.

MemcachedOPcachePHP
0 likes · 5 min read
Boost PHP Performance: Essential Caching Strategies Every Developer Should Know
php Courses
php Courses
Nov 27, 2023 · Backend Development

Performance Improvements and Optimization Strategies in PHP 8.3

PHP 8.3 introduces a JIT compiler, enhanced array and string handling, OPcache improvements, and Match expressions, delivering significant performance gains and offering optimization strategies while highlighting common pitfalls to ensure efficient, maintainable backend development.

BackendJITOPcache
0 likes · 6 min read
Performance Improvements and Optimization Strategies in PHP 8.3
php Courses
php Courses
Sep 9, 2023 · Backend Development

Understanding PHP JIT Compiler in PHP 8.0 and How to Enable It

This article explains the principle of the JIT compiler introduced in PHP 8.0, shows how to enable it via php.ini settings, provides a sample code demonstration, and discusses performance benefits and limitations for PHP developers.

JITOPcachePHP
0 likes · 6 min read
Understanding PHP JIT Compiler in PHP 8.0 and How to Enable It
Laravel Tech Community
Laravel Tech Community
Feb 5, 2023 · Backend Development

PHP 8.2.2 Released – Comprehensive Bug‑Fix Update

PHP 8.2.2, a bug‑fix release, addresses numerous issues across the core engine, FPM, hash, LDAP, opcache, phar, PHPDBG, POSIX, random, standard library, and XMLWriter components, providing a more stable and secure version for developers.

BackendOPcachefpm
0 likes · 4 min read
PHP 8.2.2 Released – Comprehensive Bug‑Fix Update
php Courses
php Courses
Jan 5, 2022 · Backend Development

Understanding PHP OPCache: Architecture, Mechanisms, and Configuration

This article explains how PHP‑FPM and Nginx handle requests, details the PHP script execution process, introduces OPCache and its shared‑memory design, describes its caching of opcodes and interned strings, and provides practical configuration and update‑strategy recommendations for high‑traffic PHP applications.

OPcache
0 likes · 12 min read
Understanding PHP OPCache: Architecture, Mechanisms, and Configuration
php Courses
php Courses
Dec 3, 2020 · Backend Development

Understanding TP5.1 Framework and PHP OpCache Caching Issues

This article explains why changes to PHP code in the TP5.1 framework may require a 30‑second wait before appearing in the browser, revealing that the delay is caused by PHP's OpCache caching mechanism, which must be manually enabled in PHP 5.x but is often enabled by default in PHP 7.x, and provides guidance on diagnosing and resolving the issue.

OPcachePHPTP5.1
0 likes · 1 min read
Understanding TP5.1 Framework and PHP OpCache Caching Issues
21CTO
21CTO
Feb 27, 2017 · Backend Development

Discover PHP7’s Powerful New Features: Namespaces, Traits, Generators, and More

PHP7 brings a host of performance improvements and new language features—including refined namespace usage, interfaces, traits, generators, closures, Zend OPcache, and a built‑in HTTP server—each illustrated with practical code examples and best‑practice recommendations for modern backend development.

Backend DevelopmentGeneratorsNamespaces
0 likes · 8 min read
Discover PHP7’s Powerful New Features: Namespaces, Traits, Generators, and More
360 Zhihui Cloud Developer
360 Zhihui Cloud Developer
Nov 22, 2016 · Backend Development

Why PHP OpCache Fails with Symlinks and How to Fix It

A PHP backend team discovered that enabling OpCache with a symlinked project caused the new version to be ignored, traced the issue to cached file paths, and resolved it by adjusting Nginx fastcgi parameters to use the real path, restoring proper deployment behavior.

NGINXOPcachePHP
0 likes · 5 min read
Why PHP OpCache Fails with Symlinks and How to Fix It
21CTO
21CTO
Apr 30, 2016 · Information Security

How to Bypass PHP 7 OPcache File Restrictions with a Binary Webshell

This article explains the security flaws in PHP 7's OPcache engine, demonstrates a novel binary webshell attack that bypasses file‑write protections, and provides step‑by‑step exploitation techniques including file‑cache manipulation, memory‑cache bypass, and timestamp spoofing.

BypassFile CacheOPcache
0 likes · 11 min read
How to Bypass PHP 7 OPcache File Restrictions with a Binary Webshell
21CTO
21CTO
Jan 2, 2016 · Backend Development

Boost PHP7 Performance: 5 Essential Tweaks You Must Enable

This guide outlines five practical steps—enabling Zend Opcache, compiling with GCC 4.8+, activating HugePages, configuring Opcache file cache, and applying PGO—to extract the maximum speed from PHP 7 installations, especially for high‑traffic sites like WordPress.

OPcachePGOhugepages
0 likes · 5 min read
Boost PHP7 Performance: 5 Essential Tweaks You Must Enable
21CTO
21CTO
Dec 8, 2015 · Backend Development

Boost PHP 7 Performance: Essential Tweaks and Opcache Tips

This article introduces PHP 7.0.0’s major performance enhancements and provides five practical tuning steps—including enabling Opcache, using a newer GCC compiler, activating HugePages, configuring Opcache file cache, and applying profile‑guided optimization—to maximize speed and efficiency for backend applications.

OPcachePGOhugepages
0 likes · 5 min read
Boost PHP 7 Performance: Essential Tweaks and Opcache Tips