Asset CleanUp Pro (page speed booster) – Plugin to optimize Website performance. Manage CSS & javascript files on Home, Posts, Pages & Custom Post Types (e.g. WooCommerce product pages, Easy Digital Downloads)
- Taxonomy pages such as default WordPress’ categories, tags and custom created ones such as products’ categories from WooCommerce.
- Author pages (e.g. the page showing all posts published by a specific author, detected via is_author() function)
- Default WordPress Search Page
- WooCommmerce Search Page (which has the same settings as the actual shop page detected via is_shop() function)
- 404 Page (Not Found): this one has be as light as possible and it’s less likely that many of the CSS and JavaScript files that are needed here (detected via is_404() function)
- Date Archive Page: this is any page that retrieves articles filtered by the date, detected via is_date() function
Demo: https://gabelivan.com/items/wp-asset-cleanup-pro/= v1.2.1.3 - 28 May 2022
* "Plugins Manager": Ability to unload plugins (and load them as an exception from any unload rule) on the homepage (no more complex RegEx required) & on all "Category" and "Tag" pages (the default WordPress taxonomies)
* Fix: "Google Fonts" -- "Apply font-display: CSS property value" was not applying for hardcoded LINK tags when the Google fonts were not combined
* Fix: "Plugin Usage Preferences" -- "Manage in the Dashboard" -- "Fetch the assets on a button click": if the user updates a post (when Gutenberg editor is used), the CSS/JS manager loads, when it shouldn't as the admin never used the button to fetch the CSS/JS list in the first place