DEV Community

Discussion on: How I made WordPress Faster with 1KB JavaScript

Collapse
 
nicolaerario profile image
Nicola Erario

There are some special settings or precaution for woocommerce? like disable /checkout in addition to /cart page

Collapse
 
gijovarghese profile image
Gijo Varghese

Adding "checkout" and "cart" to the ignore list should fix most of the issues. It's also good to add "?" to the list so that any links that update quantity or something via query parameters will not be preloaded