=== Booster Sweeper: WordPress Asset Cleanup === Contributors: MaxPressy Tags: speed, performance, pagespeed, dequeue, seo, assets Tested up to: 6.1 Stable tag: 1.0.1 Requires at least: 6.0 Requires PHP: 7.3.5 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html == Description == Booster Sweeper helps you to optimize the Website speed further over the common caching and code minification plugins. Booster Sweeper allows you to dequeue assets, i.e. unload the unused CSS or JavaScript files. These are the files that aren't necessary for certain page. You see, with the most of the WordPress plugins or even themes, most of the assets are loaded over the whole site, while usually you do not need those resources for certain pages. By unloading those files that aren't necessary you are reducing the overall size of the page and at the same time decreasing the number of http requests. This results in a better performance for the pages and, even if other things are configured well, in a better SEO score for your site. The most obvious using scenario would be when you have a contact form only on a Contact page. Another example is when you have an e-commerce plugin, e.g. Woocommerce, which loads its files over the whole site, while you may esencially need those files just on product pages. In both these cases, with Booster Sweeper you can stop these assets to appear on the pages that it's not necessary to have them. Of course, you can imagine that you can do the same with other custom post types or plugins that are producing the same issue. == How Booster Sweeper can be beneficial ==