विवरण
UPDATE: The plugin is no longer needed as Adscale fixed the issue. Please use the official adscale plugin
TL;DR : Reduces the excess of AJAX calls that the official adscale plugins generates.
Adscale official WooCommerce plugin creates an ajax call on every page load, to get cart data. The AJAX call is run every time, no matter if the cart is empty or hasn’t changed at all and thus, many multiple unneccesarry AJAX calls are run and server resources are used.
This plugin checks if the woocommerce_cart_hash changed and if not, prevents the XHR from running.
At this point, the plugin has no options, nor does it return the previous cart contents for the XHR, only blocks the new XHR calls.
Please check : https://adscale.com/integrations/woocommerce/
समीक्षाएं
इस प्लगइन के लिए कोई समीक्षा नहीं है।
सहायक &डेवलपर्स
यह खुला स्रोत सॉफ्टवेयर है। अनुगामी लोगो ने इस प्लगइन के लिए योगदान दिया है।
योगदानकर्ताTranslate “Optimize AdScale Calls For WooCommerce” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
बदलाव विवरण
0.1
- First release
0.2
- Support for latest WP/WC version
0.3
- Update regarding the main adscale plugin