@arthrnvrn If you’re using the Pro version you have to go to “Plugins Manager”, then choose the second option from the radio button: “Unload site-wide (everywhere) & add exception“, then tick the checkbox (that will show up) “Make an exception and always load it if the URL (its URI) is matched by a RegEx(es):” and add the following value: #(^/$)|(^/\?)# (which will match the request URI that just has a forward slash or anything that starts with /?) – IF you have a website such as mywebsitedomain.com/blog/ then you need to add something like #(^/blog/$)|(^/blog/\?)#
Please check this post for more information about plugins’ unload rules: https://assetcleanup.com/docs/what-are-plugins-unload-rules/