Closed maliktanveerdhool closed 1 year ago
Calculating the sum of donations is actually quite resource intensive especially on busy sites. Donation Platform for WooCommerce therefore uses some strategies to improve performance. First of all, the amount is only calculated once an order changes its status to/from completed. In order to further reduce the load on the server (or more precisely the database) during peak loads, this calculation is performed at most once every 30s. To clean up any inconsistencies, the amount is also recalculated every 6h. So if the amount is not updated directly, the problem should resolve itself within 6h (or if a new donation is processed in the meantime). If you use a caching plugin (e.g. WP Super Cache or W3 Total Cache), the page itself may also be cached. The upcoming version of the plugin includes several caching improvements.
Progress Bar and it's calculated amount is not updating. Sometimes it updates most of the time It didn't. Can you please check the bugs?