Home » Posts tagged WooCommerce

How Redis Object Cache works?

Redis Object Cache
Redis Object Cache works by storing frequently accessed objects in memory for fast retrieval, reducing the need to fetch the objects from the original data source (such as a database) repeatedly. Here’s a step-by-step explanation of how Redis Object Cache typically operates: Application requests an object: When an...
Continue reading

WooCommerce SQL injection vulnerability

woocommerce
Two weeks ago а SQL injection vulnerability in WooCommerce was discovered in version 2.3.5 and the old ones. Just for the record, WooCommerce is installed on over one million WordPress websites and the number increases every single day. Recently: Requires: 4.0 or higher Compatible up to: 4.1.1 Last...
Continue reading