Posts in category "Development"

13 Tips for a Secure & Efficient WordPress Database

10.1.2019

If we were asked to name two of the most common issues with WordPress websites, the answer would be security and speed. And what's the one main facto...

WP-CLI v2.1 released

21.12.2018

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 ...

Updated NodeJS tools

3.10.2018

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. W...

300% faster WordPress load times with transients

7.9.2018

Did you know that WordPress has a built-in caching system called transients? They are easy to use and extremely effective when used correctly. In thi...

WP-CLI v2 has arrived

10.8.2018

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 late...

Coding WordPress in style with PHPCS

6.2.2018

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.