Skip to content
Addonify

Addonify

Documentation & knowledge based site

  • Docs
    • Quick View
    • Compare Products
    • Floating Cart
    • EDD 2Checkout Inline Gateway
  • Plugins
  • Themes
  • Support
  • Blog
Addonify store
  • Docs
    • Quick View
    • Compare Products
    • Floating Cart
    • EDD 2Checkout Inline Gateway
  • Plugins
  • Themes
  • Support
  • Blog

Getting started [2]

  • Installation
  • Access Setting Page

Developer [5]

  • Using Hooks
  • Overwriting Templates
  • Useful Functions
  • Custom Add to Wishlist Button
  • Addonify Wishlist Object

Support [3]

  • Support & Discussion
  • Dealing with the cache plugins
  • Changelog
  • Home
  • Kb
  • WooCommerce Wishlist
  • Support
  • Dealing with the cache plugins

Dealing with the cache plugins

  • Updated on: August 2, 2022

We all know cache is helpful to speed up our website load time. However, sometimes cache plugins create abnormal behaviour. If you are using Addonify Wishlist & any cache plugin together do not enable the following settings:

  • Defer JavaScript.
  • async javaScript.
  • Combine JavaScript.

In most cases defer & async javascript will break the plugin functionality. Whereas, in some cases combining javascript might also create problems. Feel free to test by combining javascript files which might also work for you.

If you are still experiencing the problem with the cache plugin below guide will explain how you can troubleshoot the cache issue further.

Solution 1: Exclude cookies:

We use cookies to save the selected items in the wishlist. If you are experiencing a cache issue, kindly exclude the addonify-wishlist cookie in your cache plugin setting.

Solution 2: Exclude public facing javascript file:

If your cache plugin is caching the ajax calls made by our plugin you can fix that by excluding it from being cached & combined.

addonify-wishlist-public.min.js

The complete URL to the Addonify Wishlist public javascript file would be:

http://domain.com/wp-content/plugins/addonify-wishlist/public/assets/build/js/addonify-wishlist-public.min.js

Note: please make sure to change the domain.com.

If you are not sure how you can exclude the cookies and JavaScript file in the cache plugin setting feel free to contact us or the plugin author accordingly.

Didn't find what you looking for? Try sending your questions from our contact page.

Your feedback matters to us. Was this article helpful to you?

Copyright © 2022 addonify.com. All rights reserved.

Project by 💖 CreamCode.Org