taxjar / taxjar-woocommerce-plugin

WooCommerce Sales Tax Plugin by TaxJar
http://www.taxjar.com/woocommerce-sales-tax-plugin/
GNU General Public License v2.0
28 stars 29 forks source link

Calculation Logging Performance Changes #213

Closed dallendalton closed 2 years ago

dallendalton commented 2 years ago

Previously in the logging feature branch we were storing the entire request and response JSON strings. It was determined that this approach may not scale well as these strings can be quite large and would be stored in the postmeta table for any order created. The storing and display of those values has now been removed.

Click-Test Versions

Specs Passing