Web Development

OpCache + APCu + Static HTML Cache Server Performance Benchmark

OpCache + APCu + Static HTML Cache Server Performance Benchmark

OpCache + APCu + Static HTML Cache – Server Performance Benchmark We got cheap Apache VPS server and performed analysis of a common CMS system performance under various cache setups. We wanted to determine how the server performs under plain setup, as well as with the help of bytecode caching with ZEND OpCache, along the […]

Zend PHP OpCache minimalistic single-file frontend status

Zend PHP OpCache minimalistic single-file frontend status

GitHub Project: opcachestatus Zend PHP OpCache minimalist single-file frontend status overview without use of any plugins (no js or 3rd party libraries). Lightweight and simple table-like semi-responsive version. FEATURES: Displays ALL parameters available, including Scripts (keys) and Blacklist entries (if available) Cache Reset button < 10 kB file size INSTRUCTIONS Upload file to the server […]

PHP How recursive directory scan with glob() can ruin your computer

PHP How recursive directory scan with glob() can ruin your computer

As a developer, I also use XAMPP on one of my Windows machines to set up a quick dev server and testing environment. And during many coding sessions, you find yourself at various issues and mistakes that sometimes can cost you all your files. In this article I will describe exactly one (actually, two) such […]