Asset CleanUp Pro v1.2.4.4 - Performance WordPress Plugin - (Untouched)

virgilio183

Well-known member
Pro
Master
Diamond
Elite
Joined
May 16, 2021
Messages
25,531
Reaction score
29,742
Points
113
NullCash
579,109


Upgrading to the premium plugin allows you to unload unused styles & scripts on extra pages such as:
  • 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
Requires at least: 4.6
Tested up to: 6.3.1
Stable tag: 1.2.4.4
== Changelog ==
= v1.2.4.4 - 7 October 2023

* Hardcoded assets: They can be moved from <HEAD> to <BODY> and vice-versa just like the enqueued assets
* Hardcoded assets: Can be preloaded, loaded based on the media query, deferred/asynched just like the enqueued assets (for <SCRIPT> tags with the "src" attribute & <LINK> tags with the "href" attribute)
* Hardcoded assets' sorting: The assets are now sorted based on the option chosen in "Assets List Layout:" (e.g. if you sort them by their size, you can view the hardcoded assets from the largest one to the the smallest)
* Styling Improvement: Anything from "Settings" related to removal of something (e.g. Google Fonts) has a new style of the switcher (the styled checkbox), now showing a dark red background; This looks the same as the one from the CSS/JS manager for "Unload on this page".
* Fix: If the following option is set to "Standard" (from "Settings" -- "Plugin Usage Preferences" -- "Accessibility"), make sure that the rule applies to any form field from the plugin, including the <SELECT> one
* Fix: Error message: Uncaught TypeError: strpos(): Argument #1 ($haystack) must be of type string, array given in [...]/wpacu.php:185 / This triggered whenever the "page" query string was used as an array / e.g. /wp-admin/admin.php?page[]=value

Demo: https://gabelivan.com/items/wp-asset-cleanup-pro/
 

Attachments

  • wpassetcleanuppro-v1.2.4.4.zip
    2.4 MB · Views: 1

Mxna

Member
XNullUser
Joined
Apr 15, 2022
Messages
40
Reaction score
0
Points
6
NullCash
1
Thanks for sharing this, mine stopped working out of the sudden
 
Top