wc-donation / wc-donation-platform

Donation Platform for WooCommerce unleashes the power of WooCommerce for your online fundraising, crowdfunding & crowdsponsoring
https://www.wc-donation.com/
GNU General Public License v2.0
41 stars 11 forks source link

Progress bar not update #42

Closed mytranspro closed 1 year ago

mytranspro commented 1 year ago

Hi, re already received the donation and the order status changed to completed, but still no update add progress bar. It still remains 0. please help

jonas-hoebenreich commented 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.