by Rahul Nagare | Jan 20, 2020 | Performance, Scaling, WordPress
Has this ever happened to you? You go to a website, and it takes forever to load. Eventually, you see an error page. You hit refresh, and the site loads instantly. You write it off as a glitch in the matrix and move on. But if you are responsible for a...
by Rahul Nagare | Jan 8, 2020 | Performance, Scaling, WordPress
One of the reasons WordPress is so popular among marketing teams is its extensibility using plugins. Need to create a survey? Install a plugin. Need to export form entries to Google Sheets? Install a plugin. Need to show GDPR or CCPA notices? Install a plugin. The...
by Rahul Nagare | Jan 5, 2020 | Performance, Scaling, WordPress
When you are shopping for a new vehicle, most manufacturers list the 0 to 60 mph times for their vehicles. This metric serves as a proxy for the build quality, engineering expertise, power, handling, weight, and aerodynamics of a car. You can also compare two...
by Rahul Nagare | Jan 4, 2020 | Performance, Scaling, WordPress
Rise of Serverless services such as AWS Lambda, Fargate, Google cloud run has paved the way for highly scalable architectures that required complex manual setup in the past. The concept is pretty lucrative. You upload the code or a container, and your cloud provider...
by Rahul Nagare | Jan 3, 2020 | Linux, Performance, Scaling
There are quite a few settings one can tweak at the distribution layer to make the websites load faster. More often than not, the returns from these tweaks are close to zero if not outright negative. Things like adjusting TCP buffers, tuning sysctl.conf, changing...
by Rahul Nagare | Jan 2, 2020 | Performance, Scaling
Road to scalability is paved with good intentions and semi-correct information. One such advice is to use a CDN if your site is slow or has a global audience. In theory, it makes sense. CDNs have POPs all over the world, and all of them cache heavy assets from your...