Disable Cart Fragments by Optimocha

Description

Disable Cart Fragments is a lightweight plugin which effectively speeds up your WooCommerce website by disabling the cart fragments script. It also enqueues the script back when the cart is not empty anymore; so it only works while the cart is empty.

Why is disabling cart fragments important?

WooCommerce makes an AJAX request to check your cart and update your cart totals in wherever your theme shows cart contents (like the header menu). This AJAX call is made to override caching plugins, which is good, but it generally takes time.

How does Disable Cart Fragments solve the issue?

With our plugin, you have the best of both worlds: You keep using the caching plugin and you still get to update the cart totals when the cart is not empty. This check is made via WooCommerce cart cookies, so it still employs JavaScript but doesn’t rely on slow AJAX requests. The check is made instantly, whether you’re using a caching plugin or not. How cool is that?

WooCommerce Optimization Services

Feel free to reach out to us at Optimocha.com and let us help you optimize your WooCommerce website!

Main plugin features

  • Disables WooCommerce cart fragments.
  • Checks the cart cookies and if it’s not empty, loads the cart fragments script so the cart totals are still updated.
  • No settings to tweak. Plug and play!

Installation

  1. Download the plugin (.zip file) on your hard drive.
  2. Unzip the zip file contents.
  3. Upload the disable-cart-fragments folder to the /wp-content/plugins/ directory.
  4. Activate the plugin through the ‘Plugins’ menu in WordPress.
  5. When activated, it will start working. There’s no settings page, simply activate and use.

Reviews

June 7, 2021
This little plugin is working really well removing WC fragments when needed and leaving it alone if there are items in the cart. This means my cart menu icon displays correctly if they have items but are on a non-woo commerce page. Simple, no settings, it just goes to work.
September 22, 2020
Thanks a lot for this simple, lightweight but effective plugin. Please keep it updated. Cheers,
September 11, 2020
I just finished testing, and everything works beautifully. Please continue with this plugin, you will be helping a lot of people. Thank you very much!
May 22, 2020
Perfecto uno de los mejores no saben cuanto tiempo ahorra en carga, y además funciona en mi sitio web con Wocommerce. Ty so much for your time creating this plugins. I love 5 Stars.
Read all 11 reviews

Contributors & Developers

“Disable Cart Fragments by Optimocha” is open source software. The following people have contributed to this plugin.

Contributors

Changelog

2.0

  • Turns out WordPress thinks v1.21 is “newer” than 1.4 – kind of makes sense; we should’ve made v1.21 as v1.2.1. Anyway, we’re releasing v2.0 which is the same as v1.4 but this will set the record straight and people using v1.21 will get updates this time.

1.4

  • Tested up to WordPress’s and WooCommerce’s latest versions.
  • Fixed non-dismissible notice.
  • New uninstall.php.

1.21

  • Forgot to change the version name in the PHP file… (sigh)

1.2

  • Tested with WooCommerce v4.0.1.
  • Changed dependancy of the cart fragments script from woommerce(.min).js to jquery.js.

1.01

  • Edited readme.txt to fix the info on the “Installation” section.
  • Branded the plugin with a nice little icon.

1.0

  • Initial release