News

PHP web scripts lose performance for a lot of reasons. The bottleneck can be in database queries, web page access or even slow algorithms. When performance drops, the user gets frustrated waiting for ...
PHP is widely known as an interpreted language. But with PHP version 8, the language was given a Just In Time (JIT) compiler. According to PHP folks at Zend, that JIT compiler could pave the way for ...
PHP 8 is a major update to PHP that introduces several new features and performance optimizations, including attributes, match expression, instanceof operator, new operator, a new JIT compiler, etc.
Adding configurable logging levels to your PHP scripts can be a good way to eliminate "scrolling blindness", which occurs when there are too many logging messages to sift through. For a great ...
If you're building NGINX sites, you'll probably need PHP-FPM support enabled. Jack Wallen shows you how.
Learn how to troubleshoot Apache 2 when it's not executing PHP files with this easy-to-follow, step-by-step tutorial.
Note: I am now worrying on which PHP script required an increase in memory allocation. The analysis won’t be so easy though. Image Courtesy: Clarkandransom Was this article helpful?