Latest Post
Magento 2 - Configuring Nginx Rate Limiting
A simple, no nonsense overview on how to configure rate limiting via Nginx for a Magento 2 website. Including IP and UserAgent whitelisting.
Writing
Articles covering Magento 2 development, architecture, performance optimisation, and maintaining production stores.
Latest Post
A simple, no nonsense overview on how to configure rate limiting via Nginx for a Magento 2 website. Including IP and UserAgent whitelisting.
Generate a diff report for the difference between the Magento 2 DB Schema in code, and the schema currently deployed.
Simple Boilerplate code to create a scratch file similar to artisan:tinker. Where you can interactive with the Magento APP over the CLI, instantiate classes with ObjectManager and call methods. Great for single use scripts, or inspecting data / method results.
Quick and easily identify what XML blocks are breaking your full page caching, by injecting a small piece of code into any template.