Category: Development
-
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.
-
Upgrade to PHP 7.3 for Better WordPress Performance and Security
If you are running WordPress on an ancient PHP version, you should update to version 7.3 as soon as possible. We’ll explain why and how in this article.
-
13 Tips for a Secure & Efficient WordPress Database
Two of the most common WordPress issues? Security and speed. The one main factor these two have in common? The database.
-
WP-CLI v2.1 Released
Access to great developer tools is a key feature on our WordPress platform. Therefore we are excited about this new WP-CLI v2.1 release which brings some interesting improvements. Improvements to i18n There has been multiple improvements to wp i18n make-pot…
-
Updated NodeJS tools
Today we have started to roll out NodeJS version 8, as well as new versions of related tools NPM, Yarn, Gulp, Grunt, Webpack, Browserify and Bower. We have provided NodeJS tools for our customers for years now, to help our…
-
300% Faster WordPress Load Times with Transients
Did you know that WordPress has a built-in caching system called transients? They are easy to use and extremely effective when used correctly. Find out how!
-
WP-CLI v2 has arrived
WP-CLI is the go-to command-line tool for WordPress users and developers, and the latest 2.0.0 version has just been released to the public. The latest update comes with plenty of new commands which you can further educate yourself on by…
-
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.