WordPress Config File – Local vs Remote Database
There are a million ways to setup your WordPress site locally and another million for deploying to production and if you work on multiple sites at once, that creates another issue as well. All...
View ArticleSpeed Up WordPress – Cache Custom Queries
Pretty simple concept. Just like caching images, pages and whatever else on the front end of your site, you can also cache pieces of your database queries for faster application performance. We’ll be...
View ArticleAdvanced WordPress Performance Optimization
Today we are going to go over some more advanced techniques that can provide big gains in WordPress performance optimization, in short, how to make WordPress faster. Website Performance Optimization...
View ArticleDynamic Cache Busting in PHP
So you might not know exactly what cache busting is by name, but I am sure you have seen it in source code before. We’re talking about when a CSS file looks something like style.css?v235236. So what...
View Article