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

virgilio183

Well-known member
☆☆ Special ☆☆
☆ Pro ☆
Joined
May 16, 2021
Messages
25,956
Reaction score
37,487
Points
113
NullCash
641,474

  • 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

1.2.3.3 - 1 July 2023
* "Overview" area: Added notifications about deleted posts, post types, taxonomies and users, making the admin aware that some rules might not be relevant anymore (e.g. the admin uninstalled WooCommerce, but unload rules about "product" post types or a specific product page remained in the database)
* Stopped using the "error" class (e.g. on HTML DIV elements) and renamed it to "wpacu-error" as some plugins/themes sometimes interfere with it (e.g. not showing the error at all, thus confusing the admin)
* Keep the same strict standard for the values within the following HTML attributes: "id", "for" to prevent any errors by avoiding any interferences with other plugins
* Fix: Some rules were not fully exported & imported (e.g. the rules from "termmeta" and "usermeta" tables)
* PHP 8.2.7 compatibility

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

Attachments

  • wpassetcleanuppro-v1.2.3.3.zip
    2.3 MB · Views: 0
Top