woocommerce / pinterest-for-woocommerce

A native Pinterest integration for WooCommerce. Development is managed by Ventures.
https://woo.com/products/pinterest-for-woocommerce/
GNU General Public License v3.0
22 stars 9 forks source link

Cache processing_results endpoint response #970

Closed budzanowski closed 3 months ago

budzanowski commented 3 months ago

Changes proposed in this Pull Request:

Processing results endpoint values are used in various places in the plugin for different purposes. The values returned by the endpoint rarely changes. Therefor adding a short-lived caching should reduce the number of calls in a significant way.

Closes #964 .

  1. Use instructions from #964 for verification.