這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Optimize AdScale Calls For WooCommerce

描述

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/

評價

There are no reviews for this plugin.

貢獻者及開發者

“Optimize AdScale Calls For WooCommerce” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

修改日誌

0.1

  • First release

0.2

  • Support for latest WP/WC version

0.3

  • Update regarding the main adscale plugin