• Hi there

    I am currently working on a customer project with WooCommerce. In the course of page load optimization, I am currently in the process of reducing the number of requests that are executed when a page is viewed.

    Outside of WooCommere core pages, I would like to reduce the WooCommerce-related requests to a minimum. For example, on pages and posts where only a mini cart is displayed in the header.

    For the cleanup, I use the Asset Cleanup plugin, which shows me the following WooCommerce files:

    accounting.min.js
    jquery.block.UI.min.js
    js.cookie.min.js
    add-to-cart.min.js
    wc-cart-fragments.min.js
    jquery-ui-touch-punch.min.js
    price-slider.min.js
    woocommerce.min.js

    What are the mandatory files that must be loaded for the Mini Cart to work?

    Thanks and best regards
    Carsten

  • The topic ‘Request Count Optimisation’ is closed to new replies.