Best WordPress Hosting
 

The Ultimate Developer’s Guide to the WordPress Database

Here at Delicious Brains we eat, drink and sleep databases. However, we believe that any developer working with WordPress should have some level of knowledge about the database that sits behind a site. So I have put together the ultimate Continue reading The Ultimate Developer’s Guide to the WordPress Database

Find Slow WordPress or WooCommerce Database Queries with WP-CLI

Slow database queries can really kill the performance and user experience of your WordPress site or WooCommerce store. Most users will try Query Monitor to identify slow MySQL queries on their site which is a fantastic plugin. If you want Continue reading Find Slow WordPress or WooCommerce Database Queries with WP-CLI

Automating WordPress Health Checks with WP-CLI doctor Command

Your WordPress or WooCommerce store’s health is absolutely critical nowadays both in terms of performance and security. Having a slow site or one that has been defaced does not exactly demonstrate technical proficiency and inspire trust from your visitors. Generally Continue reading Automating WordPress Health Checks with WP-CLI doctor Command

Using WP-CLI to Scan for WordPress Security Vulnerabilities

Previously I have shown how to install WPScan on Ubuntu installation guide (for Ubuntu 16.04) and debian but what if you want to scan locally and not remotely? Especially if a site is protected from WPScan using protection methods  that prevent Continue reading Using WP-CLI to Scan for WordPress Security Vulnerabilities

Automated API Testing For Your WordPress Site With Codeception

I’ve previously written about how we use Codeception to perform automated testing on our WooCommerce site where we sell our plugins. Automated tests give us peace of mind that our checkout still works after updating WooCommerce, other plugins, or WordPress Continue reading Automated API Testing For Your WordPress Site With Codeception

WordPress Plugin Development Best Practices: Template Files

When we talk about templates in WordPress we are normally referring to page template files in the theme. However, there are plugins that use template files to display content, and that becomes another consideration when it comes to building WordPress Continue reading WordPress Plugin Development Best Practices: Template Files

The End of Jigoshop? What Happened to The Once-Popular Ecommerce WordPress Plugin

I woke up this morning to an email from an old client from my days as a freelancer building WordPress sites, asking about SCA compliance. I built them an ecommerce site with Jigoshop back in 2011, and had added the Continue reading The End of Jigoshop? What Happened to The Once-Popular Ecommerce WordPress Plugin

Getting Started with Lottie: An Overview of Airbnb’s Awesome Animation Framework

Recently I have been doing more animation work here at Delicious Brains Inc and finally decided to experiment with Airbnb’s rave-reviewed, Lottie framework. Lottie is a React Native, Android and iOS JavaScript library that makes it super easy to integrate Continue reading Getting Started with Lottie: An Overview of Airbnb’s Awesome Animation Framework