Best WordPress Hosting
 

PHP Benchmarks: Real-World Speed Tests for Versions 8.1, 8.2, and 8.3

PHP is one of the most-used server-side programming languages, powering about 76% of active websites. Every year, we release our in-depth performance benchmarks for various PHP frameworks to see how different PHP versions stack up against each other. In December Continue reading PHP Benchmarks: Real-World Speed Tests for Versions 8.1, 8.2, and 8.3

Delicious Brain Bytes: PHP_CodeSniffer Needs Support, the WP Awards 2023, and HTML Hacks

In this issue of Delicious Brain Bytes, we dive into changes with PHP_CodeSniffer, report on the WP Awards 2023, dive into HTML hacks that helped build the modern web, and much more State of the Word This year’s State of Continue reading Delicious Brain Bytes: PHP_CodeSniffer Needs Support, the WP Awards 2023, and HTML Hacks

Examples of Refactoring PHP Code for Better Readability

Examples of Refactoring PHP Code for Better Readability Refactoring code is when you restructure existing code without changing its external behavior. Basically your aim is to make “bad” code better without changing the underlying functionality, and one of the key Continue reading Examples of Refactoring PHP Code for Better Readability

Getting the Best Results From WordPress Code Reviews

Code review is an integral part of the development cycle, with a direct impact on quality. Whether you’re focused on web, plugin, or theme development, thorough code review can help you improve your final product. In this article, we look Continue reading Getting the Best Results From WordPress Code Reviews

Upcoming: Disallow assignments in conditions and remove the Yoda condition requirement for PHP

This announcement is the continuation of the long discussion on the WordPress Coding Standards (WPCS) repo. Yoda conditions (or Yoda notation) is the programming style where the parts of an expression in the condition are reversed from the ‘typical’ order. Continue reading Upcoming: Disallow assignments in conditions and remove the Yoda condition requirement for PHP