If your WordPress site is set up to use HTTPS and a reverse proxy, such as an NGINX reverse proxy, is put in front of it you may wind up with an infinite redirect loop. Following the redirect in dev tools, it looks like this is happening: https://example.com -> https://example.com A head scratcher for sure,
How to Backport WooCommerce Security Patches Using Git and Composer
We all love the idea of staying up-to-date with software, ensuring the latest features and security patches are available. From time to time though, business requirements may keep us at a specific, tested, version of software. It is not uncommon to find mission critical apps stuck in an older version due to customizations and testing
How to Get Query Statistics from MySQL for Performance Monitoring
Here at Mindsize, the performance of your online store is of the highest priority to us. We employ several methods of monitoring performance and gathering metrics. I want to highlight one method that gives us insight into the number of queries running on your MySQL database server. It is useful on a single site, and
How to fix missing Calibri and Cambria fonts on Mac (Bonus: Segoe UI)
If you open Microsoft formatted documents on your Mac like I do then you have probably run across the annoying message saying the Calibri or Cambria font is missing. For years I have ignored this as an annoyance, but today I decided to do something about it. Turns out there is a very easy fix!
How to extract a single table from a MySQL sql file
Ever received a large MySQL dump file and only needed one table out of it? I ran across just this issue. The full database took significant time to import and I only needed a small subsection of the DB, just one single table. Rather than waiting for it all to import, I pulled together a