Our blog features insights on Magento 2 development, performance optimization, eCommerce improvements, and real case studies. Explore practical guides and expert tips to help you build and maintain a high-performing Magento store.
•
Our Magento 2 store with 13,000+ products relies on dynamic pricing, and the original PHP cron needed 40 seconds to recalculate all prices every minute. We migrated the entire logic to Redis Lua, reducing the execution time to just 2 seconds. In this article, we explain how Magento 2 price calculations were redesigned with Redis…
•
Starting from 2024, many Magento developers began migrating from Redis to Valkey — a community-driven fork developed after Redis switched to a non-open-source license. Valkey maintains full API compatibility with Redis while offering continued open licensing, stability, and performance improvements. In our case study, we focus on integrating Valkey with Magento 2.4.8 running on AlmaLinux…