M

Suivez vous

Varnish & Magento 2: Supercharging Full Page Cache Like a Pro

Varnish & Magento 2: Supercharging Full Page Cache Like a Pro

What is Varnish? Varnish is a high-performance HTTP reverse proxy designed to cache and serve web content extremely fast.It sits between the client (browser) and your backend server (like nginx or Apache), and serves cached responses without having to hit PHP or MySQL...
Varnish & Magento 2: Supercharging Full Page Cache Like a Pro

Plugin or Observer in Magento 2: Stop Mixing Them Up!

A plugin, or “interceptor” in Magento 2, is an essential customization component that allows developers to extend and modify the behavior of a class’s public methods without directly editing its source code. In other words, a plugin acts as an...
The Fall of a Titan

The Fall of a Titan

An Enforced Break-Up The U.S. Department of Justice has taken a bold step in its fight against Google’s monopoly. It proposes, therefore, to force the company to sell its Chrome browser. Why? Chrome automatically directs users to Google Search, thereby strengthening...
Varnish & Magento 2: Supercharging Full Page Cache Like a Pro

Warden, or How to Easily Set Up a Complete Local Magento Environment

Magento is great (yes, really—and you probably think so too, otherwise you wouldn’t be here!). But installing Magento locally for the first time can quickly become long and complicated. Between Nginx, Varnish, Redis, MariaDB, etc., that’s a lot of services to set up!...