Tag: PHP
-
PHP 7.4 released
PHP 7.4 is once again slightly faster than any previous release. That alone is a good reason to upgrade but it does come with some new features as well.
-
Best PHP code style for WordPress developers?
Code style has always been debated since the dawn of programming. In this “holy war”, we provide our own opinion on the best PHP code style.
-
PHP 7.3 Set to Launch in December
The latest PHP version, 7.3, is on its way and is set to launch in December. The current, and presumably last, pre-release version is 7.3.0RC6 (released 22th November 2018). The 7.3 release is focused on improving developer experience, with flexible…
-
Debug PHP performance issues with Tideways
Tideways is a service to analyze what your WordPress PHP code is doing. In this post we show an example of a slow WordPress site, and how it was fixed!
-
Coding WordPress in style with PHPCS
Some developers wonder why it isn’t enough that the code just works? The reason is that ugly code is doomed to lead to errors.