Level Up

A collection of resources for WordPress Developers, written and curated by experts

“ Seroquel pills no prescription fast delivery☕🔨⣸ www.ZavaMed.store ⣸🔨☕ cost Maxalt 10mg online shop online purchase Glucophage pills no prescription”126 results

Managing Custom Tables in WordPress

Once upon a time I tried to build a theme and plugin store into the WordPress dashboard. Kind of like iTunes for WordPress. I called it WP App Store. Long… Read more

Brad

Sep 8, 2015

Level Up

SQL Query Optimization for Faster WordPress Sites

A fast site means happier users, improved ranking from Google, and increased conversions. Maybe you even think your WordPress sites are as fast as they can be – you’ve looked… Read more

Iain Poulson

Jan 23, 2023

SQL Query Optimization for Faster WordPress Sites

You know that a fast site == happier users, improved ranking from Google, and increased conversions. Maybe you even think your WordPress site is as fast as it can be… Read more

Iain Poulson

Apr 7, 2020

Managing Your WordPress Site with Git and Composer Part 2 – Using Composer to Manage Themes and Plugins

This is article 1 of 3 in the series “Managing Your WordPress Site with Git and Composer” In part 1 we looked at how to store and manage your WordPress… Read more

Gilbert Pellegrom

Jul 8, 2015

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… Read more

Iain Poulson

Jun 3, 2020

Why You Should Use the WordPress HTTP Functions to Make API Requests

Sometimes your WordPress site needs to talk to other services around the web. This almost exclusively happens using the HTTP protocol. A common example is when your WordPress installation contacts… Read more

Erik

Oct 27, 2023

Online Conferences for WordPress Devs in 2024

Conferences offer a blend of targeted education and networking opportunities, a combination that can advance your skills and career. They can be expensive to attend, though. Between the ticket prices,… Read more

Mike Davey

Dec 20, 2023

Backup Plugin Battle: Which is the Best WordPress Backup Plugin in 2022?

Backing up your site is a little like buying fire insurance. You never need it outside of a catastrophe, but not having it is just going to make the catastrophe… Read more

Mike Davey

May 10, 2022

WP-CLI Packages: Supercharge Your WordPress Development

WP-CLI packages take the increased efficiency of the command line even further by extending it with new or modified commands. In this article, we’ll show you how to install packages,… Read more

Mike Davey

Mar 21, 2024

Vagrant vs Docker: Which is better for WordPress development?

Before Docker came on the scene Vagrant was the go-to solution for creating development environments that can be configured independently of your machine and shared with a team. There are… Read more

Gilbert Pellegrom

Mar 31, 2020

Our Struggles to Stay Healthy While Working From Home Part 2

This is article 2 of 2 in the series “Our Struggles to Stay Healthy While Working From Home” It’s been just over a year since we posted about our struggles… Read more

Iain Poulson

Jan 31, 2017

Managing Your WordPress Site with Git and Composer Part 4 – Installing WordPress in a Subdirectory

This is article 3 of 3 in the series “Managing Your WordPress Site with Git and Composer” In part 1 of this series we looked at how to store and… Read more

Gilbert Pellegrom

Oct 6, 2015

Our Struggles to Stay Healthy While Working From Home

This is article 1 of 2 in the series “Our Struggles to Stay Healthy While Working From Home” Recently in a Slack chat we discussed how we try and stay… Read more

Ian

Dec 16, 2015

Let's Encrypt HTTPS + Linode NodeBalancer

Let’s Encrypt HTTPS + Linode NodeBalancer

Frankly, Let’s Encrypt is possibly the best thing since sliced bread, letting you get a free SSL/TLS certificate with open source tools and an API to create and auto-renew said… Read more

Ian

Feb 16, 2016

Creating a Custom Table with PHP in WordPress

Have you ever wondered what it takes to create a custom table in WordPress or why you would ever want or need to? WordPress comes with many different ways to… Read more

Evan Mattson

Sep 12, 2017

Behind-the-Scenes: Replacing All of WP Migrate DB Pro’s jQuery with React

My latest task for WP Migrate DB Pro is creating a new user interface and rewriting all the JavaScript for the plugin and addons. It is no small feat, let… Read more

Peter Tasker

Apr 23, 2019

Optimizing Laravel Part 3: Improving Performance with Object Caching

This is article 3 of 4 in the series “Optimizing Laravel” In my last article we looked at what a database index is and how we can use database indexing… Read more

Gilbert Pellegrom

Jun 5, 2019

Grunt vs Gulp: Battle of the Build Tools

In JavaScript land, things move fast and technology advances at a crazy pace. Most modern applications are built using technologies like Vue.js and React, making use of module bundlers like… Read more

Gilbert Pellegrom

Jun 25, 2020

WordPress Developer Trends to Watch in 2024

The 20th anniversary year of WordPress is drawing to a close. It’s tempting to take a look back as we enter the last weeks of 2023, but we thought it… Read more

Mike Davey

Dec 18, 2023

How to Use Next-Gen Images With WordPress

Improving the Core Web Vitals for your WordPress site is one of the best ways to boost its rank in Google. Serving “next-gen images” is one of the more frequent… Read more

Mike Davey

Feb 12, 2024

Hey WordPress Developers, Your Clients Should Own Their Plugin Licenses

Before we get into this I want to say that WP Migrate DB Pro doesn’t really apply here. It’s a developer tool so the developer should own the license, not… Read more

Brad

Jun 14, 2016

Create Your Own SSL Certificate Authority for Local HTTPS Development

In 2018 Google started advocating that sites adopt HTTPS encryption, by marking sites not using an SSL certificate as “not secure” in their Chrome browser. This was widely accepted as… Read more

Brad

Nov 23, 2021

Remotely Back Up Your WordPress Database and Media With WP Migrate CLI

Keeping regular backups of your WordPress installs is one of the most important things you should do after you launch a site. If you search for the term “backup” in… Read more

Mike Davey

Oct 25, 2022

Syncing WordPress Database Changes Between Environments: How We Handle Merging in 2022

Database synchronization is a problem that still gets raised almost every month in the local WordPress communities I’m part of – “if I am making changes to my local site,… Read more

Iain Poulson

Jan 28, 2022