Stop playing with FTP: a real guide to WordPress deployments
I got a call on a Friday. 4:30 PM. A client’s critical checkout feature was bugging out, and they needed a hotfix deployed immediately. You…
I got a call on a Friday. 4:30 PM. A client’s critical checkout feature was bugging out, and they needed a hotfix deployed immediately. You…
Got a frantic call from a client a while back. Their WooCommerce site was throwing a 500 error on the checkout page, but only for…
A client’s WooCommerce shop crashed every time they ran a sale. The caching plugin wasn’t the problem; the aging server stack was. Moving to Nginx, current PHP, and Redis object caching fixed it.
A WooCommerce shop was timing out because a pre_get_posts hook ran a tax query on every request site-wide. Scoping it to the main shop query with is_main_query, is_admin, and is_shop cut page loads from 20 seconds to under 2.
I got a call from a client running a decent-sized WooCommerce store. They needed a “quick change” to a custom coupon function. Seemed simple enough….
I got a call from a new client. Their WooCommerce store was bleeding money because one of their main payment gateways would randomly fail at…
I got a call from a client with a big WooCommerce store. Their “You Might Also Like” section on product pages was a disaster. It…
Got a call from a client running a huge WooCommerce store. They wanted a “related products” feature that was… ambitious. It needed to show products…
I got a call from a client in a panic. Their custom inventory sync plugin was failing silently on the live site. No errors, no…
I got a call from a client with a major headache. They run a big events portal, built on a custom plugin we inherited. Over…