Today’s post is a follow-up to the previous articles about caching. I managed to integrate hybris with Nginx (as a reverse proxy) and memcached (as a storage for the cache). The key distinctive feature of this solution is that Nginx works with Memcached directly. Read More »
Caching is inevitable for a high-performance, scalable web application. There are different types of caching that have already been implemented in hybris. However, almost every solution require additional tools and improvements to make hybris more resilient to high traffic or page load time related requirements. Today’s article is about custom caching engine based on MongoDB (easily ported to any other NoSQL database). Read More »