Using events in Magento 2
Note, this is based off of an older version of the Magento 2 codebase. With the minimal research I have done on Magento 2 recently the only thing I am apprehensive about is the
Note, this is based off of an older version of the Magento 2 codebase. With the minimal research I have done on Magento 2 recently the only thing I am apprehensive about is the
I wrote a little while ago about how, for running PHP, Nginx was not faster than Apache. At first I figured that it would be and then it turned out not to be, though
My previous blog post on the DIC (Dependency Injection Container) in Magento 2 covered just some basics of using the Magento 2 DIC. The purpose of that post was to, perhaps, make you less
One of the biggest switches you will experience when moving from Magento 1 to Magento 2 is inversion of control. This is a very different concept to get used to but once you have
Note This article is 4 years old (as I’m writing this). This information is probably out of date. This is the first of what I expect will be several blog posts on Magento 2
So, I was teaching the Magento Performance for System Administrators class the other day. I’ve delivered the class several times but this is the first time that somebody asked me “How much memory does
Ever since I started using New Relic I’ve been seeing a number for Apdex. Given that whenever I see a floating point number I presume that the calculation will be too complex for me
For giggles, here are examples of hashes for the SHA1, SHA256 and SHA512 hashing mechanisms. Code 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 echo
A while back I wrote one post on how the overhead of logging was so minimal that the performance impact was well worth the benefits of proper logging. I also wrote another blog post
I found myself wondering what HTTPS variables were available in the $_SERVER variable today and didn’t find a specific list (and didn’t have mod_ssl installed). So as a public service, here is what my